@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid rgba(0,0,0,.3);min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{margin:2em 0;text-align:center}.dropzone .dz-message .dz-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;outline:inherit;padding:0}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:20px;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}
@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{color:#212529;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;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{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{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}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}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.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}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:80%}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{color:#212529;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.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:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);color:#495057;outline:0}.form-control::-moz-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=datetime-local].form-control,input[type=month].form-control,input[type=time].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{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.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{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%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;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;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-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.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{background-color:#007bff;border-color:#007bff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{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{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{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#007bff;color:#007bff}.btn-outline-primary:hover{background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{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{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.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{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.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{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.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{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.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{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.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{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.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{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.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{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#007bff;font-weight:400}.btn-link:hover{color:#0056b3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#007bff;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){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-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.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,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.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,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.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: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>.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),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.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),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{-webkit-print-color-adjust:exact;color-adjust:exact;display:block;min-height:1.5rem;padding-left:1.5rem;position:relative;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.25rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#007bff;border-color:#007bff;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#b3d7ff;border-color:#b3d7ff;color:#fff}.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{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.25rem;width:1rem}.custom-control-label:after{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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-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{background-color:#007bff;border-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.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;charset=utf-8,%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:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.25rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.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{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-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;width:1rem}@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{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;height: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;width:1rem}@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{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#007bff;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-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;width:1rem}@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{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.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{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#007bff;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.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-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;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-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;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-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;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-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#007bff;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#0056b3;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#007bff;border-color:#007bff;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#007bff;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#0062cc;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5);outline:0}.badge-secondary{background-color:#6c757d;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#545b62;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ffc107;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#d39e00;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5);outline:0}.badge-danger{background-color:#dc3545;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#bd2130;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5);outline:0}.badge-light{background-color:#f8f9fa;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#dae0e5;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5);outline:0}.badge-dark{background-color:#343a40;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#1d2124;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#cce5ff;border-color:#b8daff;color:#004085}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#007bff;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#007bff;border-color:#007bff;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#b8daff;color:#004085}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#9fcdff;color:#004085}.list-group-item-primary.list-group-item-action.active{background-color:#004085;border-color:#004085;color:#fff}.list-group-item-secondary{background-color:#d6d8db;color:#383d41}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf;color:#383d41}.list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#f5c6cb;color:#721c24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.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:-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{word-wrap:break-word;display:block;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:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;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:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!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}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!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}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!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}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!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}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.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}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{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 td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{border-color:#dee2e6;color:inherit}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef);src:url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?8b43027f47b20503057dfbbaa9401fef?#iefix&v=4.7.0) format("embedded-opentype"),url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?20fd1704ea223900efa9fd4e869efb08) format("woff2"),url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?f691f37e57f04c152e2315ab7dbad881) format("woff"),url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?1e59d2330b4c6deb84b340635ed36249) format("truetype"),url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?c1e38fd9e0e74ba58f7a2b77ef29fdd3#fontawesomeregular) format("svg")}.fa{text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.2857142857em}.fa-ul{list-style-type:none;margin-left:2.1428571429em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.1428571429em;position:absolute;text-align:center;top:.1428571429em;width:2.1428571429em}.fa-li.fa-lg{left:-1.8571428571em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after,.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after,.bootstrap-datetimepicker-widget .btn[data-action=today]:after,.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after,.bootstrap-datetimepicker-widget .picker-switch:after,.bootstrap-datetimepicker-widget table th.next:after,.bootstrap-datetimepicker-widget table th.prev:after,.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{margin:2px 0;padding:4px;width:19em}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:after,.bootstrap-datetimepicker-widget.dropdown-menu:before{content:"";display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent;left:7px;top:-7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;left:8px;top:-6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{font-size:1.2em;font-weight:700;margin:0;width:54px}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]:after{content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]:after{content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]:after{content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]:after{content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=showHours]:after{content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]:after{content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]:after{content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action=clear]:after{content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action=today]:after{content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch:after{content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{height:auto;line-height:inherit;margin:0;padding:0;width:auto}.bootstrap-datetimepicker-widget .picker-switch td i,.bootstrap-datetimepicker-widget .picker-switch td span,.bootstrap-datetimepicker-widget .picker-switch td svg{height:2.5em;line-height:2.5;width:100%}.bootstrap-datetimepicker-widget table{margin:0;width:100%}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{border-radius:.25rem;padding:.5em;text-align:center}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev:after{content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next:after{content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{color:#dee2e6;font-size:.8em;height:20px;line-height:20px}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#f8f9fa;cursor:pointer}.bootstrap-datetimepicker-widget table td.new,.bootstrap-datetimepicker-widget table td.old{color:#dee2e6}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{border-color:rgba(0,0,0,.2) transparent #dee2e6;border-style:solid;border-width:0 0 7px 7px;bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table td i,.bootstrap-datetimepicker-widget table td span,.bootstrap-datetimepicker-widget table td svg{border-radius:.25rem;cursor:pointer;display:inline-block;height:54px;line-height:54px;margin:2px 1.5px;width:54px}.bootstrap-datetimepicker-widget table td i:hover,.bootstrap-datetimepicker-widget table td span:hover,.bootstrap-datetimepicker-widget table td svg:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td i.active,.bootstrap-datetimepicker-widget table td span.active,.bootstrap-datetimepicker-widget table td svg.active{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.bootstrap-datetimepicker-widget table td i.old,.bootstrap-datetimepicker-widget table td span.old,.bootstrap-datetimepicker-widget table td svg.old{color:#dee2e6}.bootstrap-datetimepicker-widget table td i.disabled,.bootstrap-datetimepicker-widget table td i.disabled:hover,.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover,.bootstrap-datetimepicker-widget table td svg.disabled,.bootstrap-datetimepicker-widget table td svg.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.input-group.date .input-group-addon{cursor:pointer}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */.datepicker{border-radius:4px;direction:ltr;padding:4px}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{left:0;top:0}.datepicker-dropdown:before{border-bottom:7px solid rgba(0,0,0,.2);border-left:7px solid transparent;border-right:7px solid transparent}.datepicker-dropdown:after,.datepicker-dropdown:before{border-top:0;content:"";display:inline-block;position:absolute}.datepicker-dropdown:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{border-bottom:0;border-top:7px solid #999;bottom:-7px}.datepicker-dropdown.datepicker-orient-top:after{border-bottom:0;border-top:6px solid #fff;bottom:-6px}.datepicker table{-webkit-touch-callout:none;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker td,.datepicker th{border:none;border-radius:4px;height:20px;text-align:center;width:20px}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(180deg,#fdd49a,#fdf59a);background-repeat:repeat-x;border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#000;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(180deg,#f3c17a,#f3e97a);background-repeat:repeat-x;border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);border-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a",endColorstr="#f3e97a",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(180deg,#b3b3b3,grey);background-repeat:repeat-x;border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3",endColorstr="#808080",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(180deg,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c",endColorstr="#0044cc",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{border-radius:4px;cursor:pointer;display:block;float:left;height:54px;line-height:54px;margin:1%;width:23%}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(180deg,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#08c",endColorstr="#0044cc",GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;padding:0 2px 0 5px;vertical-align:middle;width:12px}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{background-color:#eee;border:1px solid #ccc;display:inline-block;font-weight:400;height:18px;line-height:18px;margin-left:-5px;margin-right:-5px;min-width:16px;padding:4px 5px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;width:auto}*{margin:0;padding:0}body{background-color:#fff;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;min-height:100vh;min-width:350px;overflow-x:hidden}a{color:#32383e;outline:none}a:hover{color:#040506}button:focus{outline:0}select{box-shadow:0 2px 2px 0 rgba(0,0,0,.051)}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[name=phone],input[name=pin]{text-align:center}i.pay_icon{background:url(/images/pay-icon.svg?44efb51c4c8150436ec51f84c795aa92);height:326px;margin:0 auto 25px;width:280px}.bg-yellow{background-color:#ffcc78!important}.bg-yellow-light{background-color:#fff2da!important}.logo{background-image:url(/images/logo.png?ba8169147410787129eed5722bbd90b5);background-repeat:no-repeat;background-size:contain;display:inline-block;height:32px;margin:auto 0;width:32px}#main-nav{margin-left:5%;margin-right:5%}.navbar{padding:0}.navbar .logo-full .burger-menu{height:14px;width:18px}.navbar .logo-full .burger-menu .line{border-bottom:2px solid #000;transition:all .3s;width:100%}.navbar .open-sidebar{background-color:#fff;border:1px solid #b5b5b5;border-radius:2px;height:25px;left:-35px;position:absolute;text-align:center;transition:all .3s;width:25px}.navbar .open-sidebar:hover{color:var(--red)}.navbar .open-sidebar span{font-weight:bolder;letter-spacing:-1px}.navbar .sidebar-head{background:#fff;min-width:53px;overflow:hidden;position:relative;transition:all .3s;width:53px}.navbar .sidebar-head.opened{min-width:181px;padding-left:20px;width:181px}.navbar .sidebar-head .logo-full{margin-left:12px}.navbar .sidebar-head .logo-full img{width:100px}.navbar .organisation-name{font-size:18px}@media (max-width:768px){.navbar .organisation-name{font-size:18px}}.navbar .organisation-plan{font-size:16px}.navbar .organisation-plan.red{color:var(--red)}.navbar .organisation-plan.yellow{color:#ffb130}.navbar .title{align-items:center;color:#32383e;display:flex;font-size:18px;font-style:normal;font-weight:700;letter-spacing:-.03em;line-height:22px}.navbar .fa-clock-o{height:24px;margin-right:12px}.navbar .book-nav-link{text-decoration:underline!important}.navbar .organisation-select{margin-left:20px}.navbar .organisation-select button{background:#fff;border:1px solid #dee0e3;border-radius:4px;box-sizing:border-box;height:28px;width:28px}.navbar .organisation-select button img{height:5px;width:10px}.switch-company-menu{background:#fff;border:1px solid #dee0e3;border-radius:5px;box-shadow:0 3px 10px -1px rgba(0,0,0,.25);left:90px;padding:15px 0;position:fixed;top:55px;width:260px;z-index:10000}.switch-company-menu-row{border-radius:2px;height:36px;padding:5px 10px}.switch-company-menu-row:hover{background-color:#fff0f3}.custom-cursor-pointer:hover{cursor:url(/images/cursors/cursor-pointer-white.svg),auto}.navbar-divider{color:#d84560;font-size:28px}.navbar-dark{background:#fff!important;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;height:60px;line-height:19px}.navbar-dark .navbar-nav .nav-link{color:#32383e}.navbar-dark .navbar-divider{margin:auto}@media (max-width:767px){.navbar-dark .navbar-divider{display:none}}.navbar-dark .navbar-toggler{border-color:transparent;color:#fff}.navbar-dark .navbar-toggler span{color:#d84560}.navbar-dark .link-timestation{font-weight:500;margin-bottom:auto;margin-right:80px;margin-top:auto}.navbar-dark .login{font-weight:500}@media (max-width:840px){.navbar-mobile:not(.show){display:none!important}.nav-item .collapse:not(.show){display:none}.navbar-toggler{align-items:center;font-size:16px;line-height:22px}.navbar-toggler.collapsed+#main-nav.collapsing{margin-right:-100%;overflow:visible}.navbar-toggler+#main-nav.collapsing,.navbar-toggler.collapsed+#main-nav.collapsing{height:100%!important;position:fixed;transition:margin-right .6s linear;width:223px!important}.navbar-toggler+#main-nav.collapsing{margin-right:0;overflow:hidden}.navbar-toggler i{color:#d84560;display:inline;height:24px;margin-left:10px}#mobile-main-nav{background:#fff;height:100vh}#main-nav,#mobile-main-nav{bottom:0;position:fixed;right:0;text-align:left;top:40px;z-index:2}#main-nav.show,#mobile-main-nav.show{margin-right:0}#main-nav.show #main-nav-overlay,#mobile-main-nav.show #main-nav-overlay{background:#fff;bottom:0;height:100%;left:0;opacity:.7;position:absolute;right:223px;top:0;width:calc(100% - 223px)}#main-nav ul,#mobile-main-nav ul{background:#fff;height:100%;padding-right:16px;width:100%}#main-nav ul .navbar-toggler,#mobile-main-nav ul .navbar-toggler{margin:18px 0 55px auto;padding:0}#main-nav ul li,#mobile-main-nav ul li{margin:15px 0}#main-nav ul li a,#mobile-main-nav ul li a{color:#343a40;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px;margin:0;padding:0}#main-nav ul li i,#mobile-main-nav ul li i{display:none!important}#main-nav ul li:first-child,#mobile-main-nav ul li:first-child{margin-top:45px}}.add-btn{align-items:center;align-self:center;background:#d84560;color:#fff;display:flex;flex:none;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:700;height:40px;line-height:16px;margin:0 35px;order:1;position:fixed;right:0;text-transform:uppercase;z-index:10}.add-btn i{margin-right:13px}.apply-to-items{border:1px solid #4281a4;color:#4281a4;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:16px;text-transform:uppercase}@media (min-width:769px){main.compressed{margin-left:0;transform:translateX(120px);width:calc(100% - 110px)}}.add-modifier{align-items:center;background:#d84560;color:#fff;display:flex;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:700;height:40px;line-height:16px;text-transform:uppercase;width:152px}.add-modifier .fa-plus{margin-right:13px}.border-primary{border-color:#d84560!important}.delete-modifier{background:#8f9eaa;color:#fff}.navbar-brand{font-family:Rubik,sans-serif}.btn{border-radius:2px}.btn.disabled,.btn:disabled{cursor:default}.btn-primary{background-color:#d84560;border-color:#b03c51;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#cc2b48;border-color:#8a2f3f}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(188,89,107,.5);color:#fff}.btn-primary.disabled,.btn-primary:disabled{background-color:#d84560;border-color:#b03c51}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#c12945;border-color:#802c3b;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(188,89,107,.5)}.btn-primary.disabled,.btn-primary:disabled,.btn-primary:hover{color:#fff}.btn-secondary-light{background-color:#fff2da;border-color:#fff2da;color:#212529;color:#d84560}.btn-secondary-light.focus,.btn-secondary-light:focus,.btn-secondary-light:hover{background-color:#ffe5b4;border-color:#c12945;color:#212529}.btn-secondary-light.focus,.btn-secondary-light:focus{box-shadow:0 0 0 .2rem rgba(189,64,88,.5)}.btn-secondary-light.disabled,.btn-secondary-light:disabled{background-color:#fff2da;border-color:#d84560;color:#212529}.btn-secondary-light:not(:disabled):not(.disabled).active,.btn-secondary-light:not(:disabled):not(.disabled):active,.show>.btn-secondary-light.dropdown-toggle{background-color:#ffe0a7;border-color:#b72641;color:#212529}.btn-secondary-light:not(:disabled):not(.disabled).active:focus,.btn-secondary-light:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(189,64,88,.5)}.btn-secondary-light:hover{background-color:#d84560;color:#fff}.btn-secondary-light.disabled,.btn-secondary-light:disabled{color:#fff}.btn-yellow{background-color:#ffcc78;border-color:#efac3d;color:#212529}.btn-yellow.focus,.btn-yellow:focus,.btn-yellow:hover{background-color:#ffbe52;border-color:#e69713;color:#212529}.btn-yellow.focus,.btn-yellow:focus{box-shadow:0 0 0 .2rem rgba(208,152,58,.5)}.btn-yellow.disabled,.btn-yellow:disabled{background-color:#ffcc78;border-color:#efac3d;color:#212529}.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle{background-color:#ffb945;border-color:#da8f12;color:#212529}.btn-yellow:not(:disabled):not(.disabled).active:focus,.btn-yellow:not(:disabled):not(.disabled):active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(208,152,58,.5)}.btn-yellow.disabled,.btn-yellow:disabled,.btn-yellow:hover{color:#fff}.btn-outline-primary{border-color:#d84560;color:#d84560}.btn-outline-primary:hover{background-color:#d84560;border-color:#d84560;color:#b03c51}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(216,69,96,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{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{background-color:#d84560;border-color:#d84560;color:#fff}.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{box-shadow:0 0 0 .2rem rgba(216,69,96,.5)}.btn-outline-primary:hover{color:#fff}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#d84560}.btn-link{align-items:center;color:#d84560!important;cursor:pointer;display:flex;justify-content:center;text-decoration:none}.btn-link-outline,.btn-link:hover{color:#d84560;text-decoration:none}.btn-link-outline{border:1.5px solid #d84560;border-radius:2px;padding:13px 53px}.btn-link-outline:hover{color:#d84560;text-decoration:none}.btn-link .btn-go-pos{font-size:18px;font-weight:500;line-height:28px}.btn-go-pos{margin-left:auto;margin-right:auto}.btn-show{cursor:pointer;font-size:14px;line-height:22px}.btn-show:hover{color:#d84560}.btn-show:hover .fa-chevron-down:before{content:url(/images/chevron-down-green.svg?b325179531e6406357dcd5d936f02d6b)}.tiny-btn{padding:.375rem .75rem!important}.hours_worked{margin-left:30px}.text-forms-grey{color:#b5b5b5}.text-forms-dark{color:#32383e}.max-w-432{max-width:432px}.max-w-500{margin:0 auto;max-width:500px}.mt-130{margin-top:130px!important}.mt-110{margin-top:110px!important}.mt-100{margin-top:100px!important}.mt-80{margin-top:80px!important}.mt-70{margin-top:70px!important}.mt-60{margin-top:60px!important}.mt-25{margin-top:25px!important}.mb-130{margin-bottom:130px!important}.mb-90{margin-bottom:90px!important}.mb-85{margin-bottom:85px!important}.mb-80{margin-bottom:80px!important}.mb-60{margin-bottom:60px!important}.mb-50{margin-bottom:50px!important}.mb-40{margin-bottom:40px!important}.mb-35{margin-bottom:35px!important}.mb-30{margin-bottom:30px!important}.mb-25{margin-bottom:25px!important}.mb-20{margin-bottom:20px!important}.mr-15{margin-right:15px!important}.mr-40{margin-right:40px!important}.mr-20{margin-right:20px!important}.ml-40{margin-left:40px!important}.pt-90{padding-top:90px!important}.pt-80{padding-top:80px!important}.pt-60{padding-top:60px!important}.pt-40{padding-top:40px!important}.pt-100{padding-top:100px!important}.pt-110{padding-top:110px!important}.pt-120{padding-top:120px!important}@media (max-width:576px){.pt-sm-80{padding-top:80px!important}.pt-sm-90{padding-top:90px!important}}.pb-90{padding-bottom:90px!important}.pl-60{padding-left:60px!important}.pl-70{padding-left:70px!important}.fa-plus:before{content:url(/images/plus.svg?2b6808fa00387a3b3d442181ac71c23c)}.fa-plus-green{height:20px}.fa-plus-green:before{content:url(/images/plus-green.svg?04036a4da728a8d539fa140ea65ffb1c)}.fa-plus-red{height:20px}.fa-plus-red:before{content:url(/images/plus-red.svg?3c8fee4273ee9f130db45ca0ae3d7b17)}.fa-plus-white{height:20px}.fa-plus-white:before{content:url(/images/plus-white.svg?9daf174f709cee460d4dc644b3ac92db)}.fa-clock-o:before{content:url(/images/clock.svg?cb7656505e677e1cf89856dc41de2131)}.fa-clock-white{height:25px}.fa-clock-white:before{content:url(/images/clock-white.svg?1341d224b690cd7a0924ee5d4c755514)}.fa-check:before{content:url(/images/check.svg?1e0583c9d9305b81140e2fb9bc34f8c6)}.fa-check-red:before{content:url(/images/check-red.svg?b86d9fcd026c84d188bde601f8a8d767)}.fa-check-yellow:before{content:url(/images/check-yellow.svg?6bdb43ecbc7bcd2ed2967dc942ea2de1)}.fa-chevron-up:before{content:url(/images/chevron-up.svg?d60e0b63b7c75452a70c25b76ad21edf)}.fa-chevron-down{height:20px}.fa-chevron-down:before{content:url(/images/chevron-down.svg?e912227acc78d67c20228cce3031d3dc)}.fa-chevron-down-green{height:24px}.fa-chevron-down-green:before{content:url(/images/chevron-down-green.svg?b325179531e6406357dcd5d936f02d6b)}.fa-chevron-down-grey{height:24px}.fa-chevron-down-grey:before{content:url(/images/chevron-down-grey.svg?f8224c1fd87f1f783cb012917febd43b)}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-close:before{content:url(/images/close.svg?619c8b7ea4422a9a8647a77a4c9668b2)}.fa-close-grey{height:20px}.fa-close-grey:before{content:url(/images/close-grey.svg?6f07da8b4734c923251950635949d90f)}.fa-burger-menu{height:40px}.fa-burger-menu:before{content:url(/images/burger-menu.svg?30975f519afc6edcae0f87683298187c)}.fa-burger-menu-white{height:40px}.fa-burger-menu-white:before{content:url(/images/burger-menu-white.svg?00a8edb284e23ddbbf6355a2e5c8ae1e)}.fa-user{margin-right:10px}.fa-user:before{content:url(/images/user.svg?e8eb653790e10fecd875f918bfe2eb7b)}.fa-user-check{height:25px;margin-right:0}.fa-user-check:before{content:url(/images/user-check.svg?be612517188c53b7cbc458e24b21c386)}.fa-logout{margin-right:10px}.fa-logout:before{content:url(/images/logout.svg?dfb6fe9c799adbf5e7e0163de5135100)}.fa-phone{margin-right:10px}.fa-phone:before{content:url(/images/phone.svg?4b017e29521afd7bea15e84894e61dfb)}.fa-phone-grey{height:20px}.fa-phone-grey:before{content:url(/images/phone-grey.svg?6ddc34fda28713a12f1ef8275332975f)}.fa-phone-black{height:20px}.fa-phone-black:before{content:url(/images/phone-black.svg?239f49b35a92d38c31284b0859eba40f)}.fa-edit{height:20px}.fa-edit:hover{cursor:pointer}.fa-edit:before{content:url(/images/edit.svg?3ba90e850bb7dd059d3033d98f4627d7)}.fa-edit-grey{height:20px}.fa-edit-grey:before{content:url(/images/edit-grey.svg?c9ace27d24c93c225395a2d6b1e81b69)}.fa-edit-red{height:20px}.fa-edit-red:before{content:url(/images/edit-red.svg?c89f00ad25fb868e672f6e7b6a7a07c6)}.fa-edit-large{height:30px}.fa-edit-large:before{content:url(/images/edit-large.svg?3b695d50a6812054b6eb24029bb6baff)}.fa-trash{height:20px}.fa-trash:before{content:url(/images/trash.svg?6eb504d0704c4cc95342b87d28410968)}.fa-trash-large{height:30px}.fa-trash-large:before{content:url(/images/trash-large.svg?7b06cae77d5231d8ce9e6a259a4879d5)}.fa-trash-red{height:20px}.fa-trash-red:hover{cursor:pointer}.fa-trash-red:before{content:url(/images/trash-red.svg?6f66aa9f727277605cda26aa8af47e64)}.fa-tag{height:104px}.fa-tag:before{content:url(/images/tag.svg?37275cf63148b2e8e93ab2734de91b61)}.fa-minus:before{content:url(/images/minus.svg?8d53399c553bd0d47474da19a22c2ff1)}.fa-lock:before{content:url(/images/lock.svg?7def4f356f8b71edeeeb45a69293bec4)}.fa-delete{height:30px}.fa-delete:before{content:url(/images/delete.svg?5247f752b3ed2e69458c3af9b2c32f53)}.fa-award:before{content:url(/images/award.svg?f91607875712e5b9d1571b1e4506bea2)}.fa-search{height:16px}.fa-search:before{content:url(/images/search.svg?e9ae7553c762f26b409c340aa32a990a)}.fa-columns{height:25px}.fa-columns:before{content:url(/images/columns.svg?ee4113af625894a0976a3bbcd5b805b0)}.fa-columns-green:before{content:url(/images/columns-green.svg?e497940a6d77b66667e30045d3d50948)}.fa-dollar-sign{height:25px}.fa-dollar-sign:before{content:url(/images/dollar-sign.svg?f601be3b53b31f42a87a86e1d662c7c8)}.fa-jobs-flow{height:25px}.fa-jobs-flow:before{content:url(/images/jobs-flow.svg?38620e243e61b2adf28bcda9b05d78b0)}.fa-inbox{height:25px}.fa-inbox:before{content:url(/images/inbox.svg?37e987977d53a8ffc1a80c959ce1b3b6)}.fa-message-circle{height:25px}.fa-message-circle:before{content:url(/images/message-circle.svg?d14ae42387dd00f58e236a983ddfddf1)}.fa-message-square{height:25px}.fa-message-square:before{content:url(/images/message-square.svg?6204445f14090f8089f9908229a18b46)}.fa-package{height:25px}.fa-package:before{content:url(/images/package.svg?9ecdf18c4ab943e00cd9c27784854c33)}.fa-products{height:25px}.fa-products:before{content:url(/images/products.svg?bbd65b5e39bdd2cca16a7de1a3a37948)}.fa-valid{height:25px}.fa-valid:before{content:url(/images/valid.svg?62cb82464d20fad1d3afe9e5bf73fa3f)}.fa-settings{height:25px}.fa-settings:before{content:url(/images/settings.svg?ab999c47eabfb8ae01b05fe5af068ead)}.fa-shopping-bag{height:25px}.fa-shopping-bag:before{content:url(/images/shopping-bag.svg?6a2e9b8131d1fb1a9098deed4184820f)}.fa-shopping-cart{height:25px}.fa-shopping-cart:before{content:url(/images/shopping-cart.svg?229177f0f6b52cf20edb55702758d5ab)}.fa-users{height:25px}.fa-users:before{content:url(/images/users.svg?aee57022890906851c3870dabe715595)}.fa-customers{height:25px}.fa-customers:before{content:url(/images/customers.svg?b2f73e2575370b620692718ebd98c026)}.fa-watch{height:25px}.fa-watch:before{content:url(/images/watch.svg?6e715c51d20fcae2bd3792ee81353b63)}.fa-money{height:30px}.fa-money:before{content:url(/images/money.svg?e6e77bf680e85f85003d3fbeada2b71f)}.fa-pay{height:30px}.fa-pay:before{content:url(/images/pay.svg?a7a7816e1ac6e91ef5d49f6f1e836850)}.fa-reload{height:241px}.fa-reload:before{content:url(/images/reload.svg?f362f0691e7447e5652423e6829e84bd)}.fa-success{height:241px}.fa-success:before{content:url(/images/success.svg?8b8b36300798ba69b098b4e0f9f9e6f9)}.fa-error{height:241px}.fa-error:before{content:url(/images/error.svg?ab7497375ce70d4eb9952100f75fcd8e)}.fa-alert-triangle{height:20px}.fa-alert-triangle:before{content:url(/images/alert-triangle.svg?cdb4fc60ab66a395a791fd951ea157ec)}.fa-printer{height:30px}.fa-printer:before{content:url(/images/printer.svg?875d211cc1c54ef8cfb698066ffe8cf3)}.fa-mail{height:30px}.fa-mail:before{content:url(/images/mail.svg?03aed16dccaa8d0de45dbfc05f1c6abf)}.fa-grid:before{content:url(/images/grid.svg?0173b5aa002d2b475efc29d63b0f9b04)}.fa-tap{height:25px}.fa-tap:before{content:url(/images/tap.svg?9c5e6af799f381c23d4a1020f5defbb4)}.fa-call-center{height:25px}.fa-call-center:before{content:url(/images/call-center.svg?3c28221de84fef0d3e98fa5e966a8e48)}.fa-bell{height:25px}.fa-bell:before{content:url(/images/bell.svg?05e2cadbf542d1bb2146ddf8d0136ffc)}.fa-usericon:before{content:url(/images/usericon.svg?f9d244f930ed6237ccbc80ab58156f7c)}.fa-dial-top:before{content:url(/images/dial-top.svg?2510ca57d1178b2f608e6a24ed0bafde)}.fa-dial-right:before{content:url(/images/dial-right2.svg?855c34f1810a5b86fe6aaf036adba76d)}.fa-visa:before{content:url(/images/visa.svg?69fafb00bf0234cd6bd80943d57ffc9b)}.fa-ticket-management:before{content:url(/images/ticket_management_icon_2.svg?f04f6d23e13394c3dda174f06c4a09c1)}.fa-ellipse-grey:before{content:url(/images/ellipse-grey.svg?ff5f0c399ace610670fa133890753917)}.fa-ellipse-check:before{content:url(/images/ellipse-check.svg?23fe330550418a5c815528098037fe91)}.fa-video-button:before{content:url(/images/video-button.svg?02e67f9cce4a80cd7763b8e046dd698c)}@media (max-width:768px){.fa-video-button:before{content:url(/images/video-button-2.svg?934d7e42100b173d48745ac60dbe9d51)}}.fa-help:before{content:url(/images/help.svg?f6aac8d60b23d059ce1eed520b68aafd)}.fa-comp:before{content:url(/images/icon-comp.svg?f044d4a4e83b6f56b3e65f55099c2e5a)}.fa-employees:before{content:url(/images/icon-employees.svg?d5320f845fc74291530c6be96e7a108d)}.fa-sbell:before{content:url(/images/icon-bell.svg?72841894b4f21e63685882200bc35510)}.fa-money2:before{content:url(/images/icon-money2.svg?a5f554effaae181ab8c780c2e6df992d)}.enter-manually{align-items:center;display:flex}.enter-manually .fa{margin-left:10px}.title{color:#000;font-size:28px;font-weight:500;line-height:36px}.text-black{color:#000!important}.text-muted{color:#6c757d!important}.text-primary{color:#d84560!important}.text-yellow{color:#ffcc78!important}#account span.username .account-settings{font-size:12px;line-height:14px}#account:hover .account-settings{text-decoration:underline}#adjustments-page .left-vertical-line{border-left:2px solid #ff2300;margin-left:20px;margin-right:50px;padding-left:20px}@media (max-width:530px){#adjustments-page .left-vertical-line{margin-right:40px}}#adjustments-page .left-vertical-line>div{height:44px;line-height:44px}#adjustments-page .textarea-block{margin-left:20px;max-width:387px;width:100%}@media (max-width:530px){#adjustments-page .textarea-block{max-width:360px}}#adjustments-page input,#adjustments-page select{max-width:176px}main:not(#homepage)>.row>.col-4,main:not(#homepage)>.row>.col-6,main:not(#homepage)>.row>.col-12{padding:0 35px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-lg-6,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-lg-6,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-lg-6,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-lg-6,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-lg-6,main:not(#homepage)>.row>.col-4 .container>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-lg-6,main:not(#homepage)>.row>.col-6 .container>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-lg-6,main:not(#homepage)>.row>.col-12 .container>.row>.col-lg-6{max-width:48%}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .title,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .title,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .title,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .title,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .title,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .title,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .title,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .title,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .title,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .title,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .title,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .title,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .title,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .title,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .title,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .title,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .title{color:#32383e;margin-top:0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .subtitle,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .subtitle,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .subtitle,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .subtitle,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .subtitle{color:#5c6268;font-size:18px;line-height:28px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .link,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .link,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .link,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .link,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .link,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .link,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .link,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .link,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .link,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .link,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .link,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .link,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .link,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .link,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .link,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .link,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .link{color:#d84560;cursor:pointer;font-size:16px;font-weight:500;line-height:26px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .form-group,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .form-group,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .form-group,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .form-group,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .form-group{margin-bottom:20px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 form,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 form,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 form,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 form,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 form,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 form,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 form,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 form,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 form,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 form,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 form,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 form,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 form,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 form,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 form,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 form,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 form{margin-top:15px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 label,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 label,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 label,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 label,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 label,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 label,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 label,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 label,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 label,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 label,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 label,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 label,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 label,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 label,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 label,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 label,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 label{color:#32383e;margin-left:5px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table{border-spacing:0;box-shadow:0 2px 15px rgba(50,56,62,.1)}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table thead th,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table thead th,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table thead th,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table thead th,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table thead th{background-color:#fff2da;border-bottom:0;border-top:0;font-weight:600}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table thead th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table thead th:first-child{border-radius:5px 0 0 0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table thead th:last-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table thead th:last-child{border-radius:0 5px 0 0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table tbody tr td{border-bottom:0;border-top:0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table tbody tr td.total,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table tbody tr td.total{font-weight:600}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-4 .container>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-6 .container>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container>.row>.col-4 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container>.row>.col-5 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container>.row>.col-6 table tbody tr:nth-of-type(2n),main:not(#homepage)>.row>.col-12 .container>.row>.col-12 table tbody tr:nth-of-type(2n){background-color:#f8f8f8}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 input,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 input,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 input,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 input,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 input,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 input,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 input,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 input,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 input,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 input,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 input,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 input,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 textarea{border:1px solid #32383e;border-radius:4px;color:#32383e;font-size:14px;line-height:16px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 textarea,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 textarea{font-size:16px;height:180px;line-height:19px;resize:none}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 select,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 select{background:#fff url(/images/chevron-down-grey.svg?f8224c1fd87f1f783cb012917febd43b) no-repeat right .75rem center}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th{font-feature-settings:"tnum" on,"lnum" on;background-color:#fff;border-radius:0!important;color:#32383e;font-size:18px;font-weight:600;line-height:21px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .bootstrap-datetimepicker-widget thead tr th.dow,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .bootstrap-datetimepicker-widget thead tr th.dow{font-size:12px;line-height:14px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper{padding:0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table{margin-bottom:30px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr{background-color:#fff}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr.total-row,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr.total-row{background-color:#f8f8f8}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr th,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr th{max-width:80px;min-width:80px;padding:5px;width:80px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr th:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr th:first-child{max-width:110px;min-width:110px;width:110px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td{border-left:1px solid #e8e8e8;vertical-align:middle}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td:first-child,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td:first-child{border:0}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td span,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td span{border:0;color:#5c6268;font-size:14px;line-height:22px;max-width:100%}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td span.money-item:hover,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td span.money-item:hover{color:#d84560;cursor:pointer;font-size:14px;font-weight:600;line-height:22px}main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-4 .container>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-6 .container>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-fluid>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-lg>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-md>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-sm>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container-xl>.row>.col-12 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container>.row>.col-4 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container>.row>.col-5 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container>.row>.col-6 .money-table-wrapper table tbody tr td input,main:not(#homepage)>.row>.col-12 .container>.row>.col-12 .money-table-wrapper table tbody tr td input{background-color:#fff;display:none;height:26px}#money>.row>.col-12,#settings>.row>.col-12,#time-management>.row>.col-12{border-radius:0!important;box-shadow:none!important}#money>.row>.col-12 .money-table-wrapper table tbody tr td:first-child,#money>.row>.col-12 .money-table-wrapper table tbody tr th:first-child{max-width:148px!important;min-width:148px!important;width:148px!important}#money>.row>.col-12 .money-table-wrapper table tbody tr td .settings,#money>.row>.col-12 .money-table-wrapper table tbody tr th .settings{cursor:pointer;height:24px}#money>.row>.col-12 .money-table-wrapper table tbody tr td .links,#money>.row>.col-12 .money-table-wrapper table tbody tr th .links{background:#fff;border-radius:2px;box-shadow:0 0 6px rgba(90,99,106,.2);height:70px;padding:10px;position:absolute;width:38px}#money>.row>.col-12 .money-table-wrapper table tbody tr td .links i,#money>.row>.col-12 .money-table-wrapper table tbody tr th .links i{margin-bottom:10px}#money>.row>.col-12 .money-table-wrapper table tbody tr td .links i:last-child,#money>.row>.col-12 .money-table-wrapper table tbody tr th .links i:last-child{margin-bottom:0}.pointer{cursor:pointer}input,select,textarea{border:1px solid #32383e;border-radius:2px;color:#32383e;line-height:16px}textarea{font-size:16px;line-height:19px;resize:none}select{background:#fff url(/images/chevron-down-grey.svg?f8224c1fd87f1f783cb012917febd43b) no-repeat right .75rem center}.shadow-custom{box-shadow:0 2px 15px 0 rgba(50,56,62,.1)}.w-90{width:90%!important}.w-80{width:80%!important}.w-65{width:65%!important}.w-70{width:70%!important}.w-60{width:60%!important}.w-62{width:62%!important}.w-40{width:40%!important}.w-33{width:33%!important}.w-35{width:35%!important}.w-25{width:25%!important}.w-20{width:20%!important}.text-secondary-light{color:#ccc!important}.h-80{height:80%!important}.cursor-pointer{cursor:pointer}.vertical-align{align-items:center;display:flex;min-height:calc(100vh - 80px)!important}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 0 transparent!important}.custom-control-input:checked~.custom-control-label:before{background-color:#fff!important;border-color:#32383e!important}.custom-control-input:checked~.custom-control-label:after{background-color:#d84560!important;border-color:#32383e!important}.custom-control-input:checked:disabled~.custom-control-label:before{border-color:#adb5bd!important}.custom-control-input:checked:disabled~.custom-control-label:after{background-color:#adb5bd!important}.logo_outer{min-height:60px;min-width:60px}.table{border-spacing:0;box-shadow:0 2px 15px rgba(50,56,62,.1)}.table thead th{background-color:#fff2da;border-bottom:0;border-top:0;font-weight:600}.table thead th:first-child{border-radius:5px 0 0 0}.table thead th:last-child{border-radius:0 5px 0 0}.lora{font-family:Lora}.rubik{font-family:Rubik}.rubik-import{font-family:Rubik!important}.roboto{font-family:Roboto}.roboto-import{font-family:Roboto!important}#footer{align-items:center;background-color:#fff2da;display:flex;flex-wrap:wrap;font-family:Rubik;font-size:18px;font-style:normal;font-weight:500;justify-content:space-around;letter-spacing:0;line-height:28px;line-height:60px;min-height:138px;width:100%}@media (max-width:768px){#footer .footer-links{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}#footer .footer-col-1,#footer .footer-col-2{display:block!important}}.auth{padding-left:65px!important}@media (max-width:768px){.auth{padding-left:15px!important}}.businesses{display:flex;flex-direction:column}@media (max-width:650px){.businesses{flex-direction:row}}.business-title{display:flex;font-family:Rubik;font-size:32px;font-style:normal;font-weight:400;justify-content:space-around;letter-spacing:0;line-height:36px;text-align:left}@media (max-width:1024px){.business-title{font-size:18px;line-height:34px}}@media (max-width:770px){.business-title{flex-wrap:wrap;font-size:13px;justify-content:space-between}.business-title.w-65{width:90%!important}}@media (max-width:600px){.business-title{justify-content:flex-start}}.subtext{font-family:Rubik;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:22px}@media (max-width:768px){.subtext{font-size:15px}}.note-view{margin-left:1.188rem;margin-right:.625rem}.note-border{background-color:#fff2da;width:12px}.new-folder__wrapper-img{height:1.5rem;width:1.5rem}.notepad-title{background:#f8f8f8;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:600;line-height:36px;padding-bottom:1.25rem}.notepad-button{margin-bottom:.75rem;margin-left:1.875rem}.notepad-title-input{font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;height:29px;line-height:22px}.new-folder__wrapper{padding-top:.75rem}.new-folder__wrapper-btn{font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:28px;margin-left:.813rem}.edit-textarea{background:#f8f8f8;overflow:unset!important;overflow-wrap:unset!important;padding-left:7px;padding-right:6px}.edit-textarea,.edit-textarea-view{font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px;margin-top:.313rem}.edit-textarea-view{margin-left:7px;margin-right:6px}#notepad{border:1px solid #e5e5e5;border-radius:5px}#notepad #note-outer{box-shadow:inset 1px 0 0 #dee2e6;height:100%;padding-left:1.25rem;padding-right:1.25rem;padding-top:1.25rem}#notepad .notes #note-text{min-height:calc(100vh - 310px)}#notepad .notes #note-text-outer:hover{background-color:#f8f8f8;cursor:text}#notepad .notes #note-text-title{border-bottom:1px solid #b81212}#notepad .notes #note-text-title:hover{background-color:#f8f8f8;cursor:text}#notepad .notes #save-alert{color:#b5b5b5;font-size:14px;line-height:17px}#notepad #edit-text,#notepad #save-text{max-height:3rem}#notepad .title{color:#1a1a1a;font-size:18px;font-style:normal;font-weight:600;line-height:1;white-space:nowrap}#notepad .active{background-color:#fff2da}#notepad #switch{background-color:#fff;border-bottom:1px solid #1a1a1a;border-radius:0 4px 4px 0;border-right:1px solid #1a1a1a;border-top:1px solid #1a1a1a;padding:5px 5px 5px 3px;position:absolute;top:50%;z-index:999}.separator{background:#b5b5b5;height:1px}.separator-grey{background:#ddd9d9;height:1px}.dashboard-menu{color:#50535b}.dashboard-menu .btn{overflow:hidden}.dashboard-menu div.row{margin:25px 0 3em}.dashboard-menu h4{border-bottom:1px solid #d84560;color:#d84560;font-size:24px;font-style:normal;font-weight:600;letter-spacing:0;margin-bottom:0!important;text-align:left}.dashboard-menu .split-section{margin-bottom:40px}.dashboard-menu .mt-3{font-size:18px;margin-top:10px!important}.common-list h2{color:#333641;font-family:Rubik;font-size:36px;font-style:normal;font-weight:600;letter-spacing:0;line-height:46px;margin:0 0 15px;text-align:left}@media (max-width:768px){.common-list h2{font-size:21px;line-height:21px}}.common-list .cl-input{padding:.6rem}.common-list .cl-input,.common-list .cl-select{background:#fff;border:1px solid #50535b;border-radius:5px;box-sizing:border-box;font-family:Rubik;font-size:.9rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.2rem;text-align:left;width:100%}.common-list .cl-select{padding:.55rem}.common-list .cl-button{background:#fff;border:1px solid #d84560;border-radius:5px;box-sizing:border-box;color:#d84560;font-size:.9rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.2rem;padding:.6rem;text-align:center;width:100%}@media (max-width:768px){.common-list .cl-button{font-size:inherit;line-height:inherit;padding:.375rem .75rem}}.common-list .cl-filter a{border-bottom:2px solid #aaa;color:#aaa;font-family:Rubik;font-size:.9rem;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.2rem;padding:.6rem;text-align:left;text-decoration:none}.common-list .cl-filter a.active,.common-list .cl-filter a:hover{border-bottom:2px solid var(--red);color:var(--red)}.common-list .table thead th{border-bottom:2px solid var(--red);border-top:none;text-transform:capitalize}.common-list .table tbody tr{border-bottom:1px solid #aaa}.common-list .table tbody tr td{border:none;padding-bottom:0;padding-top:0}@media (max-width:768px){.common-list .table tbody tr td{padding-bottom:5px;padding-top:5px}}.common-list .table tbody tr td .day-title{font-family:Rubik;font-size:24px;font-style:normal;font-weight:600;letter-spacing:0;line-height:32px;text-align:center}@media (max-width:768px){.common-list .table tbody tr td .day-title{font-family:Rubik;font-size:18px;line-height:18px}}.common-list .table tbody tr td select{background:none;border:1px solid #aaa;border-bottom:none;border-top:none;padding:0 7px;width:100%}.common-list .table tbody tr td .vehicle-value-block{background:none;border:1px solid #aaa;border-bottom:none;border-top:none;padding:0 10px;width:100%}@media (max-width:768px){.common-list .table{font-size:12px;line-height:14px;text-align:center}}.cl-blue-button{background:var(--red);border:1px solid var(--red);border-radius:5px;box-sizing:border-box;color:#fff;font-size:.9rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.2rem;padding:.6rem;text-align:center;width:100%}@media (max-width:768px){.cl-blue-button{font-size:inherit;line-height:inherit;padding:.375rem .75rem}}.cl-blue-button:hover{background:var(--red);border:1px solid var(--red)}.half{width:50%}@media (max-width:768px){.half{width:100%}}.baby-hover:hover{background:#d3d3d3}@media (max-width:768px){#dashboard,#dashboard .stat-cockpit{padding:0!important}}#dashboard .bg-yellow-border{border-radius:5px;box-shadow:0 2px 15px rgba(50,56,62,.1)}#dashboard #cockpit .title{font-family:Rubik;font-size:36px;font-weight:700!important;line-height:42px}@media (max-width:768px){#dashboard #cockpit .title{font-size:24px;line-height:32px}}#dashboard #cockpit .subtitle{font-family:Rubik;font-size:20px;font-style:normal;line-height:28px}@media (max-width:768px){#dashboard #cockpit .subtitle{font-size:12px;line-height:14px}#dashboard .title{font-size:20px;font-style:normal;font-weight:500;letter-spacing:0;line-height:19px;text-align:left}#dashboard .watch-training-video{font-size:18px;line-height:28px;margin-left:10px!important;text-align:center}#dashboard .skip-training-2,#dashboard .watch-training-video{font-family:Rubik;font-style:normal;font-weight:500;letter-spacing:0}#dashboard .skip-training-2{flex-direction:column;font-size:10px;line-height:12px;text-align:right!important;text-align:left}#dashboard .skip-training-3{margin-bottom:10px;margin-right:0!important}}.nowrap{white-space:nowrap}.custom-checkbox .custom-control-label{border:1px solid #a1a1a1;border-radius:2px;height:20px;padding:2px;width:20px}.custom-checkbox .custom-control-label .custom-control-input:checked~.checked{background:#db3a57}.custom-checkbox .custom-control-label .checked{background-color:#fff;border-radius:1px;height:14px;transition:all .2s;width:14px}.custom-checkbox .custom-control-label:after,.custom-checkbox .custom-control-label:before{content:none}.overflow-y-scroll{overflow-y:auto}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.need-attention{background:#feefef;border-radius:4px;font-size:10px;font-weight:500;line-height:normal;padding:4px;width:-moz-max-content;width:max-content}.daterangepicker .cancelBtn{line-height:0;text-indent:-9999px}.daterangepicker .cancelBtn:after{content:"Reset";display:block;line-height:normal;text-indent:0}.password{position:relative}.password-control{background:url(/images/eye_close.svg) 0 0 no-repeat;display:inline-block;height:20px;position:absolute;right:5px;top:10px;width:20px}.password-control.view{background:url(/images/eye_open.svg) 0 0 no-repeat}.delete-file-link{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.main-content{display:flex;flex:1;flex-direction:column}.minh-95{min-height:95%}.minh-100{min-height:100%}.flex-1{flex:1}.mobile-form{width:100%}@media (min-width:767.98px){.w-md-20{width:20%!important}.w-md-50{width:50%!important}.mobile-form{width:32rem}}#copyCode{align-items:center;background:none;border:none;color:#db3a57;display:flex;height:35px;position:relative}#copyCode:before{content:url(/images/copy.svg);margin-right:.6rem}.copyValue{align-items:center;background:none;border:none;color:#db3a57;display:flex;height:25px;position:relative}.copyValue:before{content:url(/images/copy.svg);margin-right:.6rem}#gtm-result{color:#0c3;font-size:14px}#snippetCode{outline:none;padding:.9rem 1.2rem;white-space:pre-line}#gtm-code,.integration-settings-input{border:1px solid #e5e5e5;border-radius:5px;font-size:16px;outline:none;padding:.5rem .7rem}.instruction-block{background-color:#fff2da;border-radius:5px;padding:1rem}.mode-checkbox{cursor:pointer;height:20px;margin:0!important;min-height:20px;min-width:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px}.mode-checkbox .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:2px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.mode-checkbox input:checked~.checkmark:after{background-color:#db3a57;content:"";display:block;height:14px;width:14px}.mode-checkbox input[type=checkbox]{opacity:0;position:absolute;z-index:-1}.dd-select{background:#fff!important;height:40px!important;width:100%!important}.dd-selected-image{margin-top:4px}label.dd-selected-text{line-height:22px!important}a.dd-option,ul.dd-options.dd-click-off-close{width:100%!important}a.dd-option{height:40px!important}a.dd-option .dd-option-image{margin-top:4px}label.dd-option-text{line-height:22px!important}input,select,textarea{border:1px solid #d2d5da;border-radius:4px;font-family:Rubik;font-size:14px;font-weight:400;line-height:100%;vertical-align:middle}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#b5b5b5}input::placeholder,select::placeholder,textarea::placeholder{color:#b5b5b5}.preloader{background:#e0e0e0;border-radius:6px;height:100%;margin:0 auto;opacity:1;overflow:hidden;position:absolute;transition:all .3s;width:100%;z-index:1001}.preloader #preloader-message{font-size:25px;font-weight:600;line-height:30px;padding:0 10px;position:absolute;text-align:center;top:65px;width:100%}.preloader .preloader__image{animation:preloader-rotate 2s linear infinite;height:70px;left:50%;margin-left:-35px;margin-top:-35px;position:relative;text-align:center;top:50%;width:70px}.preloader .preloader__image .over{stroke-dasharray:107,38;-webkit-animation:rotator 1.5s ease-in-out infinite}.preloader .preloader__image .over.success-end{stroke-dasharray:107,38;-webkit-animation:unset;-webkit-animation:success-end 1.5s ease-in-out}.preloader .preloader__image .bag{position:absolute}.price__box{padding-left:2.313rem}.price__popular{margin-top:-38px}.price__header{background:#fff6e6;color:#000;font-family:Rubik,sans-serif;font-style:normal;padding:7rem 1rem}.price__header-wrapper-btn{align-items:center;border-radius:.25rem;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:3.75rem;justify-content:center;line-height:1;text-decoration:none!important;transition:background-color .2s ease-in-out,color .2s ease-in-out;width:15.5rem}.price__header-wrapper-btn-join{background:#db3a57;border:none;color:#fff}.price__header-wrapper-btn-demo{border:2px solid #db3a57;color:#db3a57;margin-left:7rem}.price__header-wrapper-btn-link{color:#fff!important;text-decoration:none!important}.price__header-wrapper-btn-demo:hover{background-color:#db3a57;color:#fff!important}.price__header-wrapper-btn-join:hover{background-color:#b91835}.price__header-wrapper-title{font-size:58px;font-weight:700;line-height:66px}.price__header-wrapper-desc{color:#1a1a1a;font-size:24px;font-weight:300;line-height:34px;margin-top:1.25rem;text-align:center;width:25.875rem}.price__plans{color:#000;font-family:Rubik,sans-serif;font-style:normal;margin:auto;max-width:1600px;width:100%}.price__plans-wrapper{margin:0 auto;max-width:1200px}.price__plans-wrapper-box{display:flex;flex-direction:row;justify-content:space-between}.price__plans-wrapper-popular{margin-left:1.563rem;max-width:21.875rem;width:100%}.price__plans-wrapper-popular:first-child{margin-left:unset}.price__plans-wrapper-popular-most{background:#db3a57;border-radius:5px 5px 0 0;color:#fff;font-size:16px;font-weight:700;line-height:22px;max-width:13.25rem;padding:.625rem 2.25rem .375rem}.price__plans-wrapper-header{font-size:48px;font-weight:500;line-height:58px;margin-bottom:2.813rem;margin-top:3.75rem}.price__plans-wrapper-desc{color:#000;font-size:26px;font-weight:600;line-height:31px;margin-bottom:.938rem;margin-left:.563rem}.price__plans-wrapper-table{background:#fff;border:1px solid #cfcfcf;border-radius:5px;max-width:21.875rem;width:100%}.price__plans-wrapper-table.most-popular{border:1px solid #db3a57}.price__plans-wrapper-table-features-box{margin-bottom:.938rem}.price__plans-wrapper-table-features-box:last-child{margin-bottom:unset}.price__plans-wrapper-table-features-box-arrow{height:1.563rem;width:1.563rem}.price__plans-wrapper-table-features-box-text{color:#000;font-size:16px;font-weight:400;line-height:22px;margin-left:.594rem}.price__plans-wrapper-table-features-box .plan-description{cursor:pointer}.price__plans-wrapper-table-features-box .plan-description:hover~.plan-description-popup{opacity:1}.price__plans-wrapper-table-features-box .plan-description-popup{background:#fff;border:1px solid #e3e3e3;border-radius:2px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:14px;font-weight:400;left:0;opacity:0;padding:30px;top:35px;transition:all .3s}.price__plans-wrapper-table-features-price{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:22px}.price__plans-wrapper-table-crossed-price{color:#db3a57;font-size:20px;margin-bottom:10px}.price__plans-wrapper-table-crossed-price>span{text-decoration:line-through}.price__plans-wrapper-table-price{color:#000;display:inline-block;font-size:50px;font-weight:600;line-height:50px;margin-bottom:3rem}.price__plans-wrapper-table-price-mobile{color:#000;display:none;font-size:36px;font-weight:500;line-height:22px}.price__plans-wrapper-table-btn{align-items:center;background:#d84560;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:3.813rem;justify-content:center;line-height:21px;margin-bottom:2.938rem;margin-top:3.438rem;transition:background-color .2s ease-in-out;width:15.188rem}.price__plans-wrapper-table-btn-box{display:flex;justify-content:center;width:100%}.price__plans-wrapper-table-btn:hover{background-color:#b91835}.price__plans-wrapper-table-btn a{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.price__plans-wrapper-table-btn a:focus,.price__plans-wrapper-table-btn a:hover{color:#fff!important}.price__plans-wrapper-table-user{color:#000;font-size:24px;font-weight:500;line-height:22px;margin-bottom:2.375rem}.price__plans-wrapper-table-essential{margin-bottom:2.375rem;margin-top:2.5rem}.price__plans-wrapper-table-essential-text{color:#eff245;font-size:32px;font-weight:500;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-growth{margin-bottom:2.375rem;margin-top:2.5rem}.price__plans-wrapper-table-growth-text{color:#000;font-size:32px;font-weight:500;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-premium{margin-bottom:2.375rem;margin-top:2.5rem}.price__plans-wrapper-table-premium-text{color:#ff3131;font-size:32px;font-weight:500;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-starter{margin-bottom:2.375rem;margin-top:2.5rem}.price__plans-wrapper-table-starter-text{color:#ff9090;font-size:32px;font-weight:500;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-starter-img{height:1.563rem;width:1.563rem}.price__table{font-family:Rubik,sans-serif;font-style:normal;margin:auto;max-width:1600px;padding:8.875rem 3.938rem 6.25rem;width:100%}.price__table-wrapper-order-body-title{padding-left:2.25rem;width:23.125rem}.price__table-wrapper-order-body-img{padding-left:2.25rem}.price__table-wrapper-order-body tr td{border-bottom:1px solid #b5b5b5;border-right:1px solid #b5b5b5;color:#000;font-size:20px;font-weight:400;height:3.438rem;line-height:22px}.price__table-wrapper-order-body tr td:last-child{border-right:unset}.price__table-wrapper-order-header-plan{width:15.625rem}.price__table-wrapper-order-header tr th{border-bottom:1px solid #b5b5b5;border-right:1px solid #b5b5b5;padding-bottom:.938rem}.price__table-wrapper-order-header tr th:last-child{border-right:unset}.price__table-wrapper-order-header-starter{margin-left:1.938rem}.price__table-wrapper-order-header-starter-text{color:#ff9090;font-size:24px;font-weight:500;line-height:28px;margin-left:.438rem}.price__table-wrapper-order-header-essential{margin-left:1.938rem}.price__table-wrapper-order-header-essential-text{color:#eff245;font-size:24px;font-weight:500;line-height:28px;margin-left:.438rem}.price__table-wrapper-order-header-premium{margin-left:1.938rem}.price__table-wrapper-order-header-premium-text{color:#ff3131;font-size:24px;font-weight:500;line-height:28px;margin-left:.438rem}.price__table-wrapper-order-header-growth{margin-left:1.938rem}.price__table-wrapper-order-header-growth-text{color:#000;font-size:24px;font-weight:500;line-height:28px;margin-left:.438rem}.price__table-wrapper-order-header-title{color:#000;font-size:26px;font-weight:600;line-height:31px;padding-left:2.25rem}.price__table-wrapper-call,.price__table-wrapper-info{margin-top:3.75rem}.price__table-wrapper-info-body tr td{color:#000;font-size:20px;font-weight:500;line-height:22px;padding-left:2.25rem}.price__table-wrapper-info-body tr td:first-child{color:#000;font-size:20px;font-weight:400;line-height:22px}.price__table-wrapper-info-body-title{height:3.438rem;padding-left:2.25rem;width:23.125rem}.price__table-wrapper-info-header tr th{padding-bottom:.938rem}.price__table-wrapper-info-header-title{color:#000;font-size:26px;font-weight:600;line-height:31px;padding-bottom:1.938rem;padding-left:2.25rem;width:23.125rem}.price__table-wrapper-info-header-text{color:#000;font-size:24px;font-weight:500;line-height:22px;padding-bottom:1.938rem;padding-left:1.938rem}.price__footer,.price__footer-close{display:none}.price__footer-open{display:block}.price__footer-wrapper{font-family:Rubik,sans-serif;font-style:normal;margin-bottom:3.125rem}.price__footer-wrapper-box-desc{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.price__footer-wrapper-box-plus{border-bottom:1px solid #b5b5b5}.price__footer-wrapper-box-text{color:#1a1a1a;font-size:24px;font-weight:500;line-height:36px;padding-bottom:.625rem;padding-top:.625rem}.price__footer-wrapper-box-img{align-self:center;cursor:pointer;height:1.875rem;margin-left:2.5rem;width:1.875rem}.price__footer-wrapper-title{color:#000;font-size:48px;font-weight:700;line-height:58px;margin-bottom:2.5rem}@media (max-width:1650px) and (min-width:1501px){.price__plans-wrapper{padding-left:20px;padding-right:20px}}@media (max-width:1500px) and (min-width:936px){.price__plans-wrapper-change{margin:auto;width:750px}.price__plans-wrapper-popular{margin-bottom:4.5rem;margin-left:unset}.price__plans-wrapper-box{flex-wrap:wrap}.price__table{padding-top:2.875rem}}@media (max-width:936px){.price__plans-wrapper-popular{margin-bottom:1.25rem;margin-left:unset}.price__plans-wrapper-popular:last-child{margin-bottom:unset}.price__plans-wrapper-popular-most{display:none}.price__plans-wrapper-box{align-items:center;flex-direction:column}.price__plans-wrapper-change{margin:auto;width:350px}.price__table-wrapper-order-body-title{padding-left:.438rem;width:12.938rem}.price__table-wrapper-order-header-starter{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-starter-text{display:none}.price__table-wrapper-order-header-essential{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-essential-text{display:none}.price__table-wrapper-order-header-premium{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-premium-text{display:none}.price__table-wrapper-order-header-growth{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-growth-text{display:none}.price__table-wrapper-order-header-title{font-size:16px;font-weight:600;line-height:19px;min-width:10.625rem;padding-left:.5rem}}@media (max-width:731px){.price__header-wrapper-title{text-align:center}}@media (max-width:576px){.price__-box{padding-left:2.063rem}.price__footer{display:flex;justify-content:center}.price__footer-wrapper{margin-left:.938rem;margin-right:.938rem}.price__footer-wrapper-box-text{font-size:16px;font-weight:500;line-height:18px;padding-bottom:.625rem;padding-top:.938rem;width:19.375rem}.price__footer-wrapper-box-img{height:1.875rem;margin-left:unset;width:1.875rem}.price__footer-wrapper-title{font-size:24px;line-height:32px;margin-bottom:1.875rem}.price__popular{margin-top:unset}.price__header{padding:3rem 1rem}.price__header-wrapper-btn-join{width:7.813rem}.price__header-wrapper-btn-demo,.price__header-wrapper-btn-join{align-items:center;display:flex;font-size:18px;font-weight:500;height:2.5rem;justify-content:center;line-height:21px;padding:unset}.price__header-wrapper-btn-demo{margin-left:1.25rem;width:10.438rem}.price__header-wrapper-title{display:flex;font-size:30px;font-weight:500;justify-content:center;line-height:30px;text-align:center}.price__header-wrapper-desc{font-size:18px;font-weight:300;line-height:18px;margin-top:1.875rem;width:300px}.price__plans{display:flex;justify-content:center;padding-left:.313rem;padding-right:.313rem}.price__plans-wrapper-box{display:flex;flex-direction:column}.price__plans-wrapper-popular{margin-bottom:1.875rem;margin-left:unset;max-width:21.875rem;width:100%}.price__plans-wrapper-popular-most{display:none!important}.price__plans-wrapper-popular:last-child{margin-bottom:unset}.price__plans-wrapper-header{font-size:30px;line-height:30px;margin-bottom:3.5rem;margin-top:2.188rem;text-align:center}.price__plans-wrapper-desc{display:none}.price__plans-wrapper-table{background:#fff;border:1px solid #cfcfcf;border-radius:5px;max-width:21.875rem;width:100%}.price__plans-wrapper-table.most-popular{border:1px solid #db3a57}.price__plans-wrapper-table-features-box{margin-bottom:.938rem}.price__plans-wrapper-table-features-box:last-child{margin-bottom:unset}.price__plans-wrapper-table-features-box-arrow{height:1.563rem;width:1.563rem}.price__plans-wrapper-table-features-box-text{font-size:15px;line-height:22px;margin-left:.594rem}.price__plans-wrapper-table-features-price{color:#000;font-family:Rubik,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:12px}.price__plans-wrapper-table-price{display:none;font-size:24px;line-height:22px;margin-bottom:3rem}.price__plans-wrapper-table-price-mobile{display:inline-block;font-size:26px;line-height:22px;margin-right:1.875rem}.price__plans-wrapper-table-btn{height:3.125rem;margin-bottom:2.063rem;margin-top:3.438rem;width:17.75rem}.price__plans-wrapper-table-user{font-size:16px;line-height:22px;margin-bottom:.813rem;margin-left:1.875rem}.price__plans-wrapper-table-essential{margin-bottom:.5rem;margin-top:1.313rem}.price__plans-wrapper-table-essential-text{font-size:24px;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-growth{margin-bottom:.5rem;margin-top:1.313rem}.price__plans-wrapper-table-growth-text{font-size:24px;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-premium{margin-bottom:.5rem;margin-top:1.313rem}.price__plans-wrapper-table-premium-text{font-size:24px;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-starter{margin-bottom:2rem;margin-top:1.313rem}.price__plans-wrapper-table-starter-text{font-size:24px;line-height:22px;margin-left:.313rem}.price__plans-wrapper-table-starter-img{height:1.563rem;width:1.563rem}.price__table{margin-bottom:2.5rem;margin-top:2.5rem;padding-bottom:unset;padding-left:.875rem;padding-right:.875rem;padding-top:1.875rem;width:100%}.price__table.most-popular{border:unset}.price__table-wrapper-order-body-title{padding-left:.438rem;width:12.938rem}.price__table-wrapper-order-body-img{padding-left:unset;text-align:center}.price__table-wrapper-order-body tr td{border-bottom:1px solid #b5b5b5;border-right:1px solid #b5b5b5;font-size:15px;height:3.375rem;line-height:22px}.price__table-wrapper-order-body tr td:last-child{border-right:unset}.price__table-wrapper-order-header-plan{min-width:2.625rem}.price__table-wrapper-order-header tr th{border-bottom:1px solid #b5b5b5;border-right:1px solid #b5b5b5;padding-bottom:.5rem}.price__table-wrapper-order-header tr th:last-child{border-right:unset}.price__table-wrapper-order-header-starter{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-starter-text{display:none}.price__table-wrapper-order-header-essential{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-essential-text{display:none}.price__table-wrapper-order-header-premium{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-premium-text{display:none}.price__table-wrapper-order-header-growth{justify-content:center;margin-left:unset}.price__table-wrapper-order-header-growth-text{display:none}.price__table-wrapper-order-header-title{font-size:16px;font-weight:600;line-height:19px;min-width:10.625rem;padding-left:.5rem}.price__table-wrapper-call,.price__table-wrapper-info{margin-top:3.75rem}.price__table-wrapper-info-body tr td{font-size:15px;line-height:22px;padding-left:.438rem}.price__table-wrapper-info-body tr td:first-child{font-size:15px;line-height:22px}.price__table-wrapper-info-body-title{height:3.438rem;padding-left:2.25rem;width:23.125rem}.price__table-wrapper-info-header tr th{padding-bottom:.5rem}.price__table-wrapper-info-header-title{font-size:15px;font-weight:600;line-height:22px;min-width:10.625rem;padding-bottom:.5rem;padding-left:.5rem;width:12.125rem}.price__table-wrapper-info-header-text{font-size:15px;font-weight:500;line-height:22px;padding-bottom:.5rem;padding-left:.438rem}}@media (max-width:1820px){.plan-description-popup[data-last]{left:-20px;right:20px}}.phones-wrapper{background-color:#fff;height:100%;position:fixed;right:0;top:0;width:25%;z-index:150}.phones-wrapper .container-fluid,.phones-wrapper .container-lg,.phones-wrapper .container-md,.phones-wrapper .container-sm,.phones-wrapper .container-xl{height:100%;padding:25px 35px}.phones-wrapper .container-fluid>.row,.phones-wrapper .container-lg>.row,.phones-wrapper .container-md>.row,.phones-wrapper .container-sm>.row,.phones-wrapper .container-xl>.row{height:5%}.phones-wrapper .container-fluid>.row.phones,.phones-wrapper .container-lg>.row.phones,.phones-wrapper .container-md>.row.phones,.phones-wrapper .container-sm>.row.phones,.phones-wrapper .container-xl>.row.phones{height:75%}.phonebook.dashboard .phones{height:192px}.phonebook.dashboard .phones>.col-12{padding:0!important}.phonebook.dashboard .phones .phone-row{width:100%}.phonebook.dashboard .phones hr{width:94%}.phonebook.dashboard .phones .nav-pills{margin-right:60px;margin-top:35px;position:absolute;right:0;top:0;width:auto}.phonebook.dashboard .phones .tab-content{width:100%}.phonebook .container-fluid>.row,.phonebook .container-lg>.row,.phonebook .container-md>.row,.phonebook .container-sm>.row,.phonebook .container-xl>.row{margin-bottom:15px;width:100%}.phonebook .container-fluid>.row .tab-content,.phonebook .container-lg>.row .tab-content,.phonebook .container-md>.row .tab-content,.phonebook .container-sm>.row .tab-content,.phonebook .container-xl>.row .tab-content{width:100%}.phonebook .col-6,.phonebook .col-12{background-color:#fff;border-radius:0!important;box-shadow:none!important;padding:0 15px!important}.phonebook .title{font-size:24px;font-weight:500;line-height:36px}.phonebook .phone-row{margin-bottom:0!important}.phonebook .phone-row .col-6{width:50%}.phonebook .phone-row a{text-decoration:none}.phonebook .phone-row .name{color:#32383e;font-size:18px;font-weight:500;line-height:28px}.phonebook .phone-row .position{color:#5c6268;font-size:12px;line-height:20px}.phonebook .phone-row .links .link{color:#d84560;font-size:14px!important;font-weight:500!important;line-height:22px!important;margin:0;padding:0}.phonebook .phone-row .phone-link{color:#32383e;line-height:22px}.phonebook .phone-row .phone-actions .fa{margin-left:20px}.phonebook .phone-row+hr{border-top:1px solid #adbbc8;width:100%}.phonebook .phone-row+hr:last-child{display:none}.phonebook .phone-row>.col-12{display:flex;padding:0!important}.phonebook .phone-row>.col-12.info{margin-bottom:10px}.phonebook .phone-row>.col-12.info .name{margin-right:5px}.phonebook .phone-row>.col-12.actions .settings{color:#d84560;cursor:pointer;font-size:14px;font-weight:500;line-height:22px}.phonebook .phone-row>.col-12.actions .settings i{margin-right:5px}.phonebook .phone-row>.col-12.actions .links{background-color:#fff;border-radius:2px;box-shadow:0 0 6px rgba(90,99,106,.2);display:flex;flex-direction:column;position:absolute;width:139px;z-index:10}.phonebook .phone-row>.col-12.actions .links .link{color:#5c6268!important;font-size:16px!important;font-weight:500!important;line-height:19px!important;margin:10px 15px}.phonebook .phone-row>.col-12.actions .links .link:first-child{margin-top:15px}.phonebook .phone-row>.col-12.actions .links .link:last-child{margin-bottom:15px}.phonebook .phone-row>.col-12.actions .links .link.phone-pos.access{color:#d84560!important}.phonebook .phones .nav-pills{height:26px;margin-bottom:22px}.phonebook .phones .nav-pills .nav-item{cursor:pointer}.phonebook .phones .nav-pills .nav-item:first-child{margin-right:15px}.phonebook .phones .nav-pills .nav-item .nav-link{border:1px solid #d84560;border-radius:2px;color:#d84560;font-size:16px;line-height:19px;padding:3.5px 18px}.phonebook .phones .nav-pills .nav-item .nav-link.active-link{background:#d84560;color:#fff;font-weight:500}.phonebook .phones .tab-content{height:calc(100% - 26px);overflow-y:auto}.phonebook .phones .empty-phonebook,.phonebook .phones .empty-phones{align-items:center;color:#adbbc8;display:flex;font-size:18px;height:30px;line-height:28px}.phonebook .phones .empty-phonebook i,.phonebook .phones .empty-phones i{margin-right:10px}@media (min-width:768px) and (max-width:996px){.phones-wrapper{width:50%}}@media (max-width:768px){.phones-wrapper{width:100%}}.phonebook-overlay{background-color:#000;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%;z-index:100}.navbar-vertical-left{border-right:1px solid #e5e5e5;border-top:1px dashed #b5b5b5;height:100%;left:0;margin:0;overflow:hidden;padding:0;position:fixed;top:50px;transform:translateX(-128px);transition:transform .3s;width:182px;z-index:20}.navbar-vertical-left:not(.opened).only-dropdown{overflow:visible!important}.navbar-vertical-left:not(.opened).only-dropdown li .section-name,.navbar-vertical-left:not(.opened).only-dropdown li .show-dropdown{display:none}.navbar-vertical-left:not(.opened).only-dropdown li.visible .dropdown-section{background-color:#ffe7eb;color:var(--red)}.navbar-vertical-left:not(.opened).only-dropdown li.visible .dropdown-section svg path{stroke:var(--red)}.navbar-vertical-left:not(.opened).only-dropdown li.visible .dropdown-section .section-name{box-shadow:3px 0 4px rgba(0,0,0,.1);display:block;margin-left:-8px;max-width:220px;min-width:220px;padding:10px 0 10px 16px}.navbar-vertical-left:not(.opened).only-dropdown li.visible .dropdown{display:block!important}.navbar-vertical-left:not(.opened).only-dropdown li .dropdown{background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);left:52px;margin-left:0;max-width:212px;min-width:212px;padding:10px 10px 15px 0;position:absolute;z-index:100}.navbar-vertical-left:not(.opened).only-dropdown li .dropdown li:before,.navbar-vertical-left:not(.opened) li:not(.visible) .section-name{display:none}.navbar-vertical-left:not(.opened) li:not(.visible).current,.navbar-vertical-left:not(.opened) li:not(.visible) .dropdown-section.current{width:-moz-fit-content;width:fit-content}.navbar-vertical-left .near-icon{display:block;left:29px;top:-17px}.navbar-vertical-left .warning-icon{display:block;left:35px;top:-12px}.navbar-vertical-left a .near-icon{left:12px}.navbar-vertical-left a .warning-icon{left:16px}.navbar-vertical-left li.locked *{color:var(--gray)}.navbar-vertical-left li.locked .icon:not(.vehicle-car):not(.lock-icon-new) svg path{stroke:var(--gray)!important;transition:unset}.navbar-vertical-left li.locked .icon.vehicle-car svg path{fill:var(--gray)!important;transition:unset}.navbar-vertical-left li.current,.navbar-vertical-left li .dropdown-section.current{background-color:#fffad5;border-radius:5px;margin:3px}.navbar-vertical-left li.current .section-name,.navbar-vertical-left li .dropdown-section.current .section-name{font-weight:500}.navbar-vertical-left .section-name{align-items:center;display:flex;font-size:13px}.navbar-vertical-left .section-name .lock{margin-left:8px;margin-top:-3px}.navbar-vertical-left .lock-message{font-size:11px;opacity:0;position:absolute;top:30px;transition:opacity .3s}.navbar-vertical-left .icon:not(.lock-icon-new) svg path{stroke:#1a1a1a;transition:all .3s}.navbar-vertical-left .warning-icon svg path{stroke:#db3a57;transition:all .3s}.navbar-vertical-left .warning-icon svg{height:15px;width:15px}.navbar-vertical-left .vehicle-car svg path{stroke:none!important}.navbar-vertical-left a{transition:all .3s}.navbar-vertical-left .show-dropdown.opened svg path{stroke:var(--red)}.navbar-vertical-left .show-dropdown.opened svg path:first-child{d:path("M12 12V12")}.navbar-vertical-left .dropdown-section{transition:all .3s}.navbar-vertical-left .dropdown-section.opened,.navbar-vertical-left .dropdown-section:hover{color:var(--red)}.navbar-vertical-left .dropdown-section.opened .icon:not(.vehicle-car):not(.lock-icon-new) svg path{stroke:var(--red)}.navbar-vertical-left .dropdown-section.opened .icon.vehicle-car svg path{fill:var(--red)}.navbar-vertical-left .dropdown{display:none;margin-left:15px}.navbar-vertical-left .dropdown li{align-items:center;display:flex;list-style-type:none}.navbar-vertical-left .dropdown li:before{border:1.5px solid #000;border-radius:50%;content:" ";display:block;height:8px;margin-right:10px;transition:all .3s;width:8px}.navbar-vertical-left .dropdown li:hover:before{border-color:var(--red)}.navbar-vertical-left .dropdown li:hover a{color:var(--red)!important}.navbar-vertical-left.border-right{border-right:2px solid #d84560!important}.navbar-vertical-left ul.navbar-nav{display:flex;flex-direction:column;margin:0;position:relative;transform:translateX(127px);transition:transform .3s;width:100%}.navbar-vertical-left ul.navbar-nav .disabled{opacity:.5}.navbar-vertical-left ul.navbar-nav .title{display:none;font-size:20px;font-weight:600;line-height:28px}.navbar-vertical-left ul.navbar-nav:after{display:none}.navbar-vertical-left ul.navbar-nav>li{margin:.5rem 3px 0;padding:0}.navbar-vertical-left ul.navbar-nav>li .icon{align-items:center;display:flex;height:2.5rem}.navbar-vertical-left ul.navbar-nav>li:hover .icon:not(.vehicle-car):not(.lock-icon-new) svg path{stroke:var(--red)}.navbar-vertical-left ul.navbar-nav>li:hover .icon.vehicle-car svg path{fill:var(--red)}.navbar-vertical-left ul.navbar-nav>li:hover>a{color:var(--red)!important}.navbar-vertical-left ul.navbar-nav>li>a{align-items:center;color:#32383e;display:flex}.navbar-vertical-left ul.navbar-nav>li>a>i.fa{margin-right:20px}.navbar-vertical-left ul.navbar-nav>.dropdown-divider{margin:auto 0}.navbar-vertical-left.opened{transform:translateX(0)}.navbar-vertical-left.opened .lock-message{opacity:1}.navbar-vertical-left.opened .near-icon{display:none}.navbar-vertical-left.opened ul.navbar-nav{transform:translateX(0)}.navbar-vertical-left.opened ul.navbar-nav:before{left:95%}.navbar-vertical-left.opened ul.navbar-nav .title{display:block}.navbar-vertical-left.opened.only-dropdown{overflow:visible!important}.navbar-vertical-left.opened.only-dropdown li.visible .dropdown-section{background-color:#ffe7eb;color:var(--red)}.navbar-vertical-left.opened.only-dropdown li.visible .dropdown-section svg path{stroke:var(--red)}.navbar-vertical-left.opened.only-dropdown li.visible .dropdown-section .section-name{box-shadow:3px 0 4px rgba(0,0,0,.1);display:block;max-width:126px;min-width:126px;padding:13px 0}.navbar-vertical-left.opened.only-dropdown li.visible .dropdown{display:block!important}.navbar-vertical-left.opened.only-dropdown li .dropdown{background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);left:182px;margin-left:0;max-width:220px;min-width:220px;padding:0 10px 15px 0;position:absolute;top:0;z-index:100}.navbar-vertical-left.opened.only-dropdown li .dropdown li:before{display:none}@media (min-width:1601px){.navbar-vertical-left{font-size:1em}}.app-pos .navbar-vertical-left ul.navbar-nav>li{margin:.5rem 3px 0}@media (max-width:768px){.mobile-logo{display:block!important}.mobile-menu{display:flex!important}.open-sidebar,.sidebar-head{display:none!important}.navbar.bg-white{padding:13px 0 12px!important}.navbar.bg-white .navbar-nav{display:none!important}.navbar.bg-white:has(#mobile-main-nav.show) .navbar-nav{display:block!important}.navbar.bg-yellow-light ul.navbar-nav{flex-direction:row;transform:none;transition:none}.navbar.bg-yellow-light ul.navbar-nav li span span{display:none!important}.navbar.bg-yellow-light ul.navbar-nav li a{display:flex;text-align:left;width:100%}.navbar.bg-yellow-light ul.navbar-nav li a i.fa{margin:0 15px 0 0}.navbar.bg-yellow-light ul.navbar-nav li a span{display:none!important}.navbar-vertical-left{bottom:0;height:auto;margin-left:-262px;position:fixed;top:60px;transform:none;transition:none;width:262px}.navbar-vertical-left ul.navbar-nav{flex-direction:row;transform:none;transition:none}.navbar-vertical-left ul.navbar-nav>li{display:flex;margin:auto 0}.navbar-vertical-left ul.navbar-nav>li>a{display:flex;height:25px;line-height:30px;text-align:left;width:100%}.navbar-vertical-left ul.navbar-nav>li>a>i.fa{margin:0 15px 0 0}.navbar-vertical-left ul.navbar-nav>li>a>span{display:none!important}}.fa-books:before{content:url(/images/books.svg)}.fa-notepad:before{content:url(/images/notepad_edit.svg)}.fa-dashboard:before{content:url(/images/dashboard.svg)}.fa-managment:before{content:url(/images/managment.svg)}.fa-service-orders:before{content:url(/images/service-orders.svg)}.navbar-vertical-right{background:#fff;bottom:0;box-shadow:0 1px 3px -1px rgba(0,0,0,.741);height:calc(100% - 50px);min-height:80%;position:fixed;right:0;text-align:left;top:50px;z-index:15}.navbar-vertical-right .section-name{align-items:center;display:flex}.navbar-vertical-right .section-name .lock{margin-left:8px;margin-top:-3px}.navbar-vertical-right ul.navbar-nav{display:flex;flex-direction:column;margin:0;position:relative;transition:transform .3s;width:100%}.navbar-vertical-right ul.navbar-nav .disabled{opacity:.5}.navbar-vertical-right ul.navbar-nav .title{display:none;font-size:20px;font-weight:600;line-height:28px}.navbar-vertical-right ul.navbar-nav:after{display:none}.navbar-vertical-right ul.navbar-nav>li{margin:.5rem 0 0;padding:1rem}.navbar-vertical-right ul.navbar-nav>li:hover .icon:not(.vehicle-car) svg path{stroke:var(--red)}.navbar-vertical-right ul.navbar-nav>li:hover .icon.vehicle-car svg path{fill:var(--red)}.navbar-vertical-right ul.navbar-nav>li:hover>a{color:var(--red)!important}.navbar-vertical-right ul.navbar-nav>li>a{align-items:center;color:#32383e;display:flex}.navbar-vertical-right ul.navbar-nav>li>a>i.fa{margin-right:20px}.navbar-vertical-right ul.navbar-nav>.dropdown-divider{margin:auto 0}.navbar-vertical-right .show-dropdown.opened svg path{stroke:var(--red)}.navbar-vertical-right .dropdown-section{transition:all .3s}.navbar-vertical-right .dropdown-section.opened,.navbar-vertical-right .dropdown-section:hover{color:var(--red)}.navbar-vertical-right .dropdown-section.opened .icon.vehicle-car svg path{fill:var(--red)}.navbar-vertical-right .dropdown{display:none;margin-left:15px}.navbar-vertical-right .dropdown li{align-items:center;display:flex;list-style-type:none}.navbar-vertical-right .dropdown li:before{border:1.5px solid #000;border-radius:50%;content:" ";display:block;height:8px;margin-right:10px;transition:all .3s;width:8px}.navbar-vertical-right .dropdown li:hover:before{border-color:var(--red)}.navbar-vertical-right .dropdown li:hover a{color:var(--red)!important}.links{width:184px}.links a{color:#4281a4;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.03em;line-height:48px;margin-left:20px;padding-left:12px}.links a.active{border-left:4px solid #40f99b;color:#000;font-weight:700;margin-left:16px}.modal{border-radius:5px}.modal h5,.modal h6{align-items:center;color:#4281a4;display:flex;font-style:normal;font-weight:700;letter-spacing:-.03em}.modal h5{font-size:22px;line-height:27px}.modal h6{font-size:18px;line-height:22px}.modal label.subtitle{align-items:center;color:#4281a4;display:flex;font-family:Rubik,sans-serif;font-size:10px;font-style:normal;font-weight:700;line-height:14px;text-transform:uppercase}.modal .modal-footer .btn{border-radius:2px;font-size:16px;font-weight:500;line-height:19px;padding:10px 53px}.modal .modal-footer .btn-primary{background:#d84560;color:#fff}.modal .modal-header{border-bottom:0;padding-bottom:0}.modal .modal-body{display:flex;flex-direction:column;padding:0 45px 40px}.modal .modal-body .close{margin-right:15px;margin-top:10px;position:absolute;right:0;top:0}.modal .modal-body .title{color:#32383e;font-size:24px;font-style:normal;font-weight:500;line-height:36px;margin:0 auto;text-align:center}.modal .modal-body label{color:#32383e;font-size:16px;font-style:normal;font-weight:400;line-height:19px;margin:0 0 5px 5px}.modal .modal-body label.is-invalid{color:#eb5757}.modal .modal-body input,.modal .modal-body select,.modal .modal-body textarea{border:1px solid #a1a1a1;border-radius:3px;font-size:14px}.modal .modal-body select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url(/images/chevron-down-grey.svg?f8224c1fd87f1f783cb012917febd43b) no-repeat right .75rem center}.modal .modal-body .error{display:none}.modal .modal-body .error.is-invalid{color:#eb5757;display:block;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin:2px 0 0 5px}.modal .modal-body .form-row:last-child{margin-bottom:30px}.modal .modal-body .buttons{display:flex;justify-content:space-evenly;margin:25px 0 50px}.modal .modal-body .buttons .btn{margin:0}.modal#delete-phone .modal-content,.modal#disable-phone .modal-content{margin:auto;width:385px}.modal#delete-phone .modal-content .modal-body,.modal#disable-phone .modal-content .modal-body{padding:40px 0 0}@media (max-width:576px){.modal .modal-body{padding:0 1.5rem 1.5rem}}.modals{font-style:normal;font-weight:400}.modals .mb-25{margin-bottom:25px}.modals .mb-30{margin-bottom:30px}.modals #without-manager-pin .times .row .col-6,.modals #without-manager-pin .times .row .col-12{font-size:16px;line-height:26px}.modals .modal-content{width:475px}.modals .title{color:#32383e;font-size:36px;font-weight:500;line-height:50px;margin-bottom:25px}.modals .title .subtitle{color:#5c6268;font-size:16px;line-height:26px}.modals form .form-group{margin-bottom:20px}.modals form .form-group label{color:#32383e;font-size:16px;line-height:19px;margin-bottom:5px;margin-left:5px}.modals form .form-group input{border:1px solid #32383e;color:#5c6268}.modals form .form-group input,.modals form button{border-radius:2px;font-size:16px;height:45px;line-height:19px}.modals form button{background:#d84560;color:#fff;font-weight:500;padding-left:53px;padding-right:53px}.modals .modal-header{border-bottom:none;color:#d84560;padding-bottom:0}.modals .modal-header .close{padding-right:20px;padding-top:16px}.modals .modal-header .close span{color:#d84560}.modals .modal-body{padding:0 45px 50px}.modals .row .col-12{color:#32383e;font-size:14px;line-height:22px}.modals .row .col-12 a{color:#d84560;font-size:16px;font-weight:500;line-height:19px}@media (max-width:991px){.modals .modal .modal-dialog-centered{justify-content:center}.modals .modal .modal-dialog-centered .modal-content{width:320px}.modals .modal .modal-dialog-centered .modal-content .modal-body{padding:0 17px 40px}.modals .modal .modal-dialog-centered .modal-content .modal-body .title{font-size:28px;line-height:38px}.modals .modal .modal-dialog-centered .modal-content .modal-body svg{height:260px;width:100%}}#order_products_modal .modal-content{width:385px}#swipe_card .modal-body .title{margin-bottom:5px}#swipe_card .modal-body .subtitle{color:#32383e;font-size:24px;line-height:36px;margin:0 auto 20px}#pay_result_modal .modal-body .title{align-items:center;color:#32383e;display:flex;font-size:36px;font-weight:500;justify-content:center;line-height:50px}#pay_result_modal .modal-body .subtitle{align-items:center;color:#5c6268;display:flex;font-size:16px;justify-content:center;line-height:26px}#pay_result_modal .modal-body .result{display:flex;justify-content:center;margin-top:25px}#create-employee-modal .form-control.btn{height:auto!important}#create-employee-modal .btn.rounded-border{border-radius:5px;padding:6px 25px}#carbon_copies_modal textarea{font-size:14px;padding:10px 17px}#carbon_copies_modal textarea::-moz-placeholder{color:#b5b5b5}#carbon_copies_modal textarea::placeholder{color:#b5b5b5}.card-element{background-color:#fff;border:1px solid #dcc!important;border-radius:.4rem!important;color:#182029!important;font-size:16px!important;outline:none;padding:.8rem 1rem}#card-cvc{width:5rem}.custom-check-element{cursor:pointer;height:20px;margin:0!important;min-height:20px;min-width:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px}.custom-check-element input{height:auto!important;opacity:0;position:absolute;z-index:-1}.custom-check-element .checkmark{align-items:center;background-color:#fff;border:1px solid #a1a1a1;border-radius:2px;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.custom-check-element input:checked~.checkmark:after{background-color:#db3a57;content:"";display:block;height:14px;width:14px}.custom-check-element input:disabled~.checkmark{background-color:#e9ecef}.custom-select:disabled{background-color:#e9ecef!important;color:#495057!important}#pos .qty,#product_modal_form .qty{align-items:center;display:flex;height:36px;min-width:94px;position:relative}#pos .qty input,#product_modal_form .qty input{border:1px solid #32383e;border-radius:2px;color:#5c6268;font-size:20px;font-weight:400;height:36px;left:24px;line-height:23px;margin:0 5px;position:absolute;text-align:center;width:36px}#pos .qty button,#product_modal_form .qty button{background:#fff;border:none;height:36px;position:absolute;width:24px}#pos .qty button.minus,#product_modal_form .qty button.minus{left:0}#pos .qty button.minus.disabled,#product_modal_form .qty button.minus.disabled{cursor:default}#pos .qty button.minus.disabled .fa-minus:before,#product_modal_form .qty button.minus.disabled .fa-minus:before{content:url(/images/minus-disabled.svg?f0c3c6542204956af640ca159b43bf01)}#pos .qty button.minus.disabled[data-index],#product_modal_form .qty button.minus.disabled[data-index]{cursor:pointer}#pos .qty button.minus.disabled[data-index] .fa-minus:before,#product_modal_form .qty button.minus.disabled[data-index] .fa-minus:before{content:url(/images/trash-for-pos.svg?dc601021da3897b8793d9b6f41b38aaa)}#pos .qty button.plus,#product_modal_form .qty button.plus{right:0}#pos *{font-family:Rubik,sans-serif;font-style:normal}#pos .col-categories{flex:0 0 718px;max-width:718px}#pos .col-products{flex:0 0 426px;max-width:426px}#pos .categories{display:flex;margin-bottom:37px;margin-top:30px}#pos .categories .item{border-radius:5px;height:75px;margin-right:30px;max-width:320px}#pos .categories .item:last-child{margin-right:0}#pos .categories .item a{align-content:center;background-color:#fbfdff;border:1px solid #d84560;color:#5c6268;display:grid;font-size:20px;font-weight:400;height:100%;line-height:23px}#pos .categories .item a.active{background-color:#d84560;color:#fff;font-weight:600}#pos .categories,#pos .products{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:center}#pos .categories .item,#pos .products .item{background:#f4f4f4;color:#32383e;flex-grow:1;font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:27px}#pos .products{display:none}#pos .products.active{display:flex}#pos .products .item{align-content:center;background:#fff;border:1px solid #f4f7f9;border-radius:2px;box-shadow:0 0 6px rgba(90,99,106,.2);box-sizing:border-box;color:#32383e;cursor:pointer;display:grid;font-size:16px;font-weight:500;height:79px;line-height:19px;margin-bottom:20px;margin-right:20px;max-width:152px;min-width:152px}#pos .products .item:nth-child(4n){margin-bottom:0;margin-right:0}#pos .products .item:hover{background:#d84560;color:#fff;font-weight:600}#pos .products .item.modifier_item{display:block!important;height:auto!important}#pos .products .item .modifier_separator{border-top:1px dashed #adbbc8}#pos .cart{background:#fff;box-shadow:-2px 0 10px rgba(50,56,62,.1);height:100%;position:relative}#pos .cart .title{border-bottom:1px solid #adbbc8;color:#32383e;font-size:24px;font-weight:500;letter-spacing:-.03em;line-height:36px;margin:0;padding:16px 26px}#pos .cart .products{display:block;height:calc(100% - 69px)}#pos .cart .products .empty{align-items:center;color:#dfe1e3;display:flex;flex-direction:column;font-size:24px;height:calc(100% - 81px);justify-content:center;letter-spacing:-.03em;line-height:36px;margin:auto;position:absolute;width:100%}#pos .cart .products .empty .fa-tag{margin-bottom:20px}#pos .cart .products .items{height:calc(100% - 127px);overflow-y:auto}#pos .cart .products .items .item{align-items:center;background:#fff;border-bottom:1px solid #adbbc8;box-shadow:none;color:#5c6268;display:flex;height:62px;margin:0;min-width:100%;padding:16px 26px}#pos .cart .products .items .item:hover{background:#fff;color:#5c6268;font-weight:400}#pos .cart .products .items .item div{padding:0}#pos .cart .products .items .item .title{border-bottom:0;color:#5c6268;font-size:20px;font-weight:600;line-height:25px;width:110px}#pos .cart .products .items .item .total_price{font-size:24px;font-weight:500;line-height:28px;margin-left:15px;text-align:right;width:80px}#pos .cart .products .items .item .action{margin-left:10px}#pos .cart .total.row{background:#f3f7fa;bottom:60px;color:#32383e;font-size:24px;font-weight:500;height:67px;line-height:36px;margin:0;position:absolute;text-align:left;width:100%}#pos .cart .total.row .col-6{align-items:center;display:flex;padding:0 30px}#pos .cart .total.row .col-6.total-price{justify-content:flex-end}#pos .cart .btn-complete{align-content:center;background:#d84560;border-radius:0;bottom:0;color:#fff;display:grid;font-size:20px;font-weight:600;height:60px;line-height:23px;position:absolute;width:100%}#product_modal_form *{font-family:Rubik,sans-serif;font-style:normal}#product_modal_form .modal-content{width:475px}#product_modal_form .modal-content .modal-header{border-bottom:1px solid #adbbc8;padding:15px 15px 15px 30px}#product_modal_form .modal-content .modal-header .category{color:#32383e;font-size:14px;font-weight:500;line-height:16px}#product_modal_form .modal-content .modal-header .title{color:#5c6268;font-size:24px;font-weight:600;line-height:28px;margin:0}#product_modal_form .modal-content .modal-header .total_price{color:#5c6268;font-size:24px;font-weight:500;line-height:28px}#product_modal_form .modal-content .modal-body{border-bottom:1px solid #adbbc8;max-height:480px;overflow-y:auto;padding:15px 30px}#product_modal_form .modal-content .modal-body .modifier .title{color:#32383e;font-size:18px;font-weight:500;letter-spacing:-.03em;line-height:36px;text-align:left}#product_modal_form .modal-content .modal-body .modifier .modifier-value .col-12{margin-bottom:15px}#product_modal_form .modal-content .modal-body .modifier .modifier-value .price,#product_modal_form .modal-content .modal-body .modifier .modifier-value .title,#product_modal_form .modal-content .modal-body .modifier .modifier-value label{color:#32383e;font-size:16px;font-weight:500;letter-spacing:-.03em;line-height:19px}#product_modal_form .modal-content .modal-body .modifier .modifier-value .title{height:auto;margin:0 10px 0 0}#product_modal_form .modal-content .modal-body .modifier .modifier-value .price{font-weight:600}#product_modal_form .modal-content .modal-body .modifier .modifier-value label{margin:0 0 0 10px}#product_modal_form .modal-content .modal-footer{justify-content:center;padding:20px 0 25px}#product_modal_form .modal-content .modal-footer button{border-radius:2px;font-size:16px;font-weight:500;line-height:19px;padding:10px 53px;text-transform:none;width:auto}.pos-navbar .menu{cursor:pointer;height:40px;margin-right:30px}.pos-navbar .user{align-items:center;background:#ffcc78;border-radius:2px;color:#32383e;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:37px;justify-content:center;line-height:19px;padding:9px 16px}.pos-navbar .user .fa{margin-left:10px}.pos-navbar .dropdown{height:40px;width:40px}.pos-navbar .dropdown #dropdown{text-decoration:none}.pos-navbar .dropdown #dropdown:after{border:none}.pos-navbar .dropdown .dropdown-menu{padding:0}.pos-navbar .dropdown .dropdown-menu .dropdown-item{align-items:center;color:#5c6268;display:flex;font-size:16px;font-weight:500;line-height:19px;margin:15px 0;padding:0 15px}.pos-navbar .dropdown .dropdown-menu .dropdown-item i{margin-right:10px}.pos-navbar .dropdown .dropdown-menu .dropdown-item:hover{background:#fff}#change_user_pos .modal-content{max-height:404px;width:369px}#change_user_pos .modal-content form{height:100%}#change_user_pos .modal-content form .modal-body{height:100%;padding:40px 20px}#change_user_pos .modal-content form .modal-body .title{margin-bottom:5px}#change_user_pos .modal-content form .modal-body .phones{align-items:center;display:flex;flex-direction:column;overflow-y:auto}#change_user_pos .modal-content form .modal-body .phones .phone-item{border-bottom:1px solid #adbbc8;padding-bottom:15px;padding-top:15px;width:100%}#change_user_pos .modal-content form .modal-body .phones .phone-item .name,#change_user_pos .modal-content form .modal-body .phones .phone-item .phone{color:#32383e;transition:color .3s}#change_user_pos .modal-content form .modal-body .phones .phone-item .name{font-size:18px;font-weight:500;line-height:28px}#change_user_pos .modal-content form .modal-body .phones .phone-item .position{color:#5c6268;font-size:12px;line-height:20px}#change_user_pos .modal-content form .modal-body .phones .phone-item .phone{font-size:14px;line-height:22px}#change_user_pos .modal-content form .modal-body .phones .phone-item:last-child{border-bottom:none}#change_user_pos .modal-content form .modal-body .phones .phone-item:hover{cursor:pointer}#change_user_pos .modal-content form .modal-body .phones .phone-item:hover .name,#change_user_pos .modal-content form .modal-body .phones .phone-item:hover .phone{color:#d84560}#pin_modal .modal-content{width:369px}#pin_modal .modal-content .modal-body{padding:40px 90px 35px}#pin_modal .modal-content .modal-body .title{margin-bottom:8px}#pin_modal .modal-content .modal-body .pin{margin-bottom:24px}#pin_modal .modal-content .modal-body .pin input{border:none;border-bottom:1px solid #32383e;border-radius:0;color:#5c6268;font-size:24px;letter-spacing:10px;line-height:36px;text-align:center;width:191px}#pin_modal .modal-content .modal-body .keyboard{margin-bottom:5px;width:190px}#pin_modal .modal-content .modal-body .keyboard .col-4{cursor:pointer;height:50px;margin:0 20px 20px 0;max-width:50px;padding:0}#pin_modal .modal-content .modal-body .keyboard .col-4:hover .button{background-color:#d84560;border:1px solid #d84560;color:#fff}#pin_modal .modal-content .modal-body .keyboard .col-4:first-child{margin:0 20px 20px 15px}#pin_modal .modal-content .modal-body .keyboard .col-4:last-child{margin:0 0 20px}#pin_modal .modal-content .modal-body .keyboard .col-4 .button{border:1px solid #32383e;border-radius:2px;color:#5c6268;font-size:24px;line-height:36px;transition:background-color .3s,color .3s,border .3s}#pin_modal .modal-content .modal-body .keyboard .col-4 .button,#pin_modal .modal-content .modal-body .keyboard .col-4 .remove-button{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.app-pos .messages{margin-top:-60px;position:absolute;width:100%;z-index:1050}.app-pos .messages,.app-pos .messages .alert{align-items:center;display:flex;justify-content:center}.app-pos .messages .alert{border:0;border-radius:5px;box-shadow:0 2px 15px rgba(50,56,62,.15);font-size:24px;font-weight:500;line-height:36px;margin-top:-70px;padding:17px 64px;transition:margin-top 1s}.app-pos .messages .alert.alert-success{background:#edfff0;color:#d84560}.app-pos .messages .alert.alert-danger{color:#eb5757}.app-pos .container{padding-top:60px}.app-pos .container-fluid,.app-pos .container-lg,.app-pos .container-md,.app-pos .container-sm,.app-pos .container-xl{height:calc(100vh - 60px);margin-left:60px;margin-top:60px;width:calc(100vw - 60px)}.app-pos #my-orders,.app-pos .all-shifts{display:flex;justify-content:center}.app-pos #my-orders>.col-12,.app-pos .all-shifts>.col-12{max-width:1111px}.app-pos #my-orders .not-paid:not(.btn):hover,.app-pos .all-shifts .not-paid:not(.btn):hover{color:#eb5757;cursor:pointer;-webkit-text-decoration-line:underline;text-decoration-line:underline}.app-pos #time-station-form-modal .modal-header{border:none;padding-bottom:0}.app-pos #time-station-form-modal .modal-body{padding-top:0}.app-pos #time-station-form-modal .modal-body .title{color:#32383e;font-size:36px;font-weight:500;line-height:50px}.app-pos .modal-body .subtitle{color:#5c6268;font-size:16px;line-height:26px;margin:0 auto;text-align:center}.app-pos .modal-body textarea{border:1px solid #32383e;border-radius:2px;color:#32383e;font-size:16px;height:100px;line-height:19px;padding:5px;resize:none;width:100%}.app-pos .form-row{align-items:center;height:100%;margin:0}.app-pos .form-row .form-group{margin-bottom:0;margin-right:26px}.app-pos .form-row .form-group input,.app-pos .form-row .form-group label{font-size:14px;line-height:16px}.app-pos .form-row .form-group label{color:#32383e;margin-left:5px}.app-pos .form-row .form-group input{border:1px solid #32383e;border-radius:2px;color:#5c6268;height:35px;width:200px}.app-pos .form-row .form-group input[name=page]{height:25px;text-align:right;width:50px}.app-pos .form-row .form-group .button{margin-right:10px}.app-pos .form-row .form-group .button .btn{align-items:center;display:flex;height:25px;justify-content:center;padding:0;width:25px}.app-pos .form-row .form-group .button:last-child{margin-right:0}.app-pos .form-row .form-group select{background-color:inherit;border:0;width:70px}.app-pos .form-row .form-group .info{color:#5c6268;font-size:14px;line-height:22px}.app-pos .form-row .form-group:last-child{margin-right:0}.app-pos #all_shifts,.app-pos #my_orders,.app-pos #table-cash{border-spacing:0;box-shadow:0 2px 15px rgba(50,56,62,.1);display:inline-table;overflow-x:auto;overflow-y:hidden;width:100%}.app-pos #all_shifts tr,.app-pos #my_orders tr,.app-pos #table-cash tr{height:35px}.app-pos #all_shifts tr.text-secondary-light td,.app-pos #my_orders tr.text-secondary-light td,.app-pos #table-cash tr.text-secondary-light td{color:#ccc!important}.app-pos #all_shifts tr td,.app-pos #all_shifts tr th,.app-pos #my_orders tr td,.app-pos #my_orders tr th,.app-pos #table-cash tr td,.app-pos #table-cash tr th{border-bottom:0;border-top:0;font-size:14px;height:100%;line-height:26px;padding:4px 16px}.app-pos #all_shifts tr td,.app-pos #my_orders tr td,.app-pos #table-cash tr td{background-color:#fff;color:#5c6268}.app-pos #all_shifts tr th,.app-pos #my_orders tr th,.app-pos #table-cash tr th{background-color:#d84560;color:#fbfdff;font-weight:600}.app-pos #all_shifts tr th:first-child,.app-pos #my_orders tr th:first-child,.app-pos #table-cash tr th:first-child{border-radius:5px 0 0 0}.app-pos #all_shifts tr th:last-child,.app-pos #my_orders tr th:last-child,.app-pos #table-cash tr th:last-child{border-radius:0 5px 0 0}.app-pos #all_shifts tr:nth-child(2n) td,.app-pos #my_orders tr:nth-child(2n) td,.app-pos #table-cash tr:nth-child(2n) td{background-color:#f8f8f8}.app-pos #all_shifts tbody tr:hover,.app-pos #my_orders tbody tr:hover,.app-pos #table-cash tbody tr:hover{filter:drop-shadow(0 2px 4px rgba(50,56,62,.1))}.app-pos #all_shifts tbody tr .actions,.app-pos #my_orders tbody tr .actions,.app-pos #table-cash tbody tr .actions{align-items:center;display:flex;height:100%}.app-pos #all_shifts tbody tr .actions>div,.app-pos #my_orders tbody tr .actions>div,.app-pos #table-cash tbody tr .actions>div{cursor:pointer;height:30px;margin-right:20px}.app-pos #all_shifts tbody tr .actions>div:last-child,.app-pos #my_orders tbody tr .actions>div:last-child,.app-pos #table-cash tbody tr .actions>div:last-child{margin-right:0}.app-pos #pay_order_modal .modal-content{width:475px}.app-pos #pay_order_modal .modal-content #phone{text-align:left}.app-pos #pay_order_modal .modal-content .subtitle{color:#32383e;font-size:24px;line-height:36px;margin:0 auto;text-align:center}.app-pos #pay_order_modal .modal-content .payment_method{margin-bottom:25px}.app-pos #pay_order_modal .modal-content .payment_method .method{align-items:center;border-bottom:1px solid #adbbc8;display:flex;padding:10px 0}.app-pos #pay_order_modal .modal-content .payment_method .method label{margin:0 0 0 15px}.app-pos #pay_order_modal .modal-content .payment_method .method i{margin-left:auto}.app-pos #pay_order_modal .modal-content .payment_method .method:last-child{border-bottom:0}.app-pos #pay_order_modal .modal-content .customers{background:#fff;border-radius:2px;box-shadow:0 0 6px rgba(90,99,106,.2);max-height:138px;overflow-y:auto;padding:10px 15px;position:absolute;width:383px}.app-pos #pay_order_modal .modal-content .customers .customer{color:#5c6268;font-size:14px;line-height:22px;margin-bottom:10px}.app-pos #pay_order_modal .modal-content .customers .customer:hover{color:#3cd286;cursor:pointer}.app-pos #pay_order_modal .modal-content .customers .customer:last-child{margin-bottom:0}.app-pos #pay_order_modal .modal-content .pay-buttons{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.app-pos #pay_order_modal .modal-content .pay-buttons .btn{margin:0!important;padding:13px 30px!important}.app-pos #customer_cards_modal .cards{margin-bottom:20px;margin-top:10px}.app-pos #customer_cards_modal .cards .card{align-items:center;border-radius:2px;box-shadow:0 0 6px rgba(90,99,106,.2);color:#fff;cursor:pointer;flex-direction:row;font-size:18px;height:45px;justify-content:flex-end;line-height:28px;margin-top:15px}.app-pos #customer_cards_modal .cards .card.visa{background:#2592ff}.app-pos #customer_cards_modal .cards .card.visa .card_type{content:url(/images/visa.png?b4787d9df47942c1725f179d468553d7)}.app-pos #customer_cards_modal .cards .card.mastercard{background:#72879b}.app-pos #customer_cards_modal .cards .card.mastercard .card_type{content:url(/images/mastercard.png?55807ae6342ff9263a30318cb7d4ffb6)}.app-pos #customer_cards_modal .cards .card .card_type{margin:10px auto 10px 15px}.app-pos #customer_cards_modal .cards .card .card_number{margin:8px 15px 8px auto}.app-pos #order_products_modal .modal-body{padding:0}.app-pos #order_products_modal .modal-body .title{font-size:36px;line-height:50px}.app-pos #order_products_modal .modal-body .products{color:#5c6268}.app-pos #order_products_modal .modal-body .products *{margin:0;padding:0}.app-pos #order_products_modal .modal-body .products .product{border-bottom:1px solid #adbbc8;padding:20px 30px}.app-pos #order_products_modal .modal-body .products .product.show .product_body{display:block}.app-pos #order_products_modal .modal-body .products .product.show .action .fa:before{content:url(/images/close.svg?619c8b7ea4422a9a8647a77a4c9668b2)}.app-pos #order_products_modal .modal-body .products .product_header{align-items:center;cursor:pointer;display:flex}.app-pos #order_products_modal .modal-body .products .product_header .title{color:#5c6268;font-size:24px;font-weight:600;line-height:28px;max-width:150px;text-align:left}.app-pos #order_products_modal .modal-body .products .product_header .quantity{font-size:18px;line-height:21px;margin:0 auto 0 5px}.app-pos #order_products_modal .modal-body .products .product_header .price{font-size:24px;font-weight:600;line-height:28px}.app-pos #order_products_modal .modal-body .products .product_header .action{height:24px;margin-left:10px}.app-pos #order_products_modal .modal-body .products .product_body{display:none}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier{margin-bottom:20px}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier:first-child{margin-top:10px}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier:last-child{margin-bottom:0}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier_title{color:#32383e;font-size:18px;font-weight:500;line-height:36px}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier_values .value{display:flex;font-size:16px;line-height:19px}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier_values .value_title{font-weight:500;margin-right:10px}.app-pos #order_products_modal .modal-body .products .product_body .modifiers .modifier_values .value_price{font-weight:600}.app-pos #order_products_modal .modal-body .actions{display:flex;justify-content:space-around;margin:30px 0}.app-pos #order_products_modal .modal-body .actions .btn{margin-bottom:0}.app-pos #customer_new_card #card_brand,.app-pos #enter_manually_pay #card_brand{height:26px;margin-top:-32px;position:absolute;right:52px}.app-pos #customer_new_card #card_brand img,.app-pos #enter_manually_pay #card_brand img{height:100%}#tips .tips_percent{border:1px solid #000;height:4rem;margin:.5rem;text-align:center}#tips .tips_percent div{font-weight:500;padding:23px 30px}#tips .tips_percent.active,#tips .tips_percent:hover{background-color:#d84560;border:1px solid #d84560;color:#fff;cursor:pointer}#tips .tips_percent.active div,#tips .tips_percent:hover div{color:#fff;font-weight:700}#tips canvas{background:url(/images/sign.svg?d4b29272f7b10488dcee58cd8a63cc48);background-position:50%;background-repeat:no-repeat;border:1px solid #000;height:16rem;margin:.5rem;width:100%}.main__delimiter{background-color:#db3a57;border:none;height:.15rem;margin:2rem 0;width:100%}.main__body{background:#fff2da;font-family:Rubik,sans-serif;font-style:normal;padding-bottom:5rem}.main__body-btn{background:#d84560;border-radius:2px;color:#fff;cursor:pointer;font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin:auto;margin-top:3.75rem!important;width:16.875rem}.main__body-header{margin:auto;width:38.938rem}.main__body-header-title{color:#000;font-size:48px;font-weight:600;line-height:57px;margin-bottom:.813rem;padding-top:4.063rem;text-align:center}.main__body-header-desc{color:#000;font-size:18px;font-weight:400;line-height:21px;margin-bottom:3.125rem;text-align:center}.main__body-wrapper{display:flex;flex-direction:row;justify-content:center;margin:auto;padding-left:3.75rem;padding-right:3.75rem;width:100%}.main__body-wrapper-column-img{display:flex;height:39.01px;margin:1.25rem auto 3.563rem;width:39.01px}.main__body-wrapper-column-title{border-bottom:1px solid #000;color:#000;font-size:36px;font-weight:500;line-height:43px;margin-bottom:1.25rem;padding-bottom:.625rem;padding-left:.625rem}.main__body-wrapper-column-box{max-width:37.5rem;padding-bottom:1.875rem;width:100%}.main__body-wrapper-column-box-title{color:#000;font-size:24px;font-weight:500;line-height:28px;margin-bottom:1.063rem}.main__body-wrapper-column-box-desc{color:#1a1a1a;font-size:18px;font-weight:400;line-height:22px}.main__body-wrapper-column-box:last-child{padding-bottom:unset}.main__body-wrapper-column:last-child{margin-left:4.375rem}.main__footer{font-family:Rubik,sans-serif;font-style:normal;margin-top:4.375rem}.main__footer-btn{align-items:center;background:#d84560;border-radius:2px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:500;height:3.75rem;justify-content:center;line-height:21px;margin-bottom:5rem;text-decoration:none;width:19.375rem}.main__footer-btn-avg,.main__footer-btn-mobile{background:#d84560;border-radius:2px;color:#fff;cursor:pointer;display:none;font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin-bottom:3.75rem;width:15rem}.main__footer-btn:hover{color:#fff;text-decoration:none}.main__footer-wrapper{display:flex;flex-direction:row;padding:0 6rem}.main__footer-wrapper-box{background:#fff2da;border-radius:5px;display:flex;flex-direction:column;margin-left:3.125rem;max-width:25rem;min-height:29.375rem;padding:3.438rem 4.063rem 0 3.438rem;width:100%}.main__footer-wrapper-box-title{color:#000;font-size:24px;font-weight:500;height:5.313rem;line-height:28px;margin-bottom:1.875rem}.main__footer-wrapper-box-desc{color:#1a1a1a;font-size:16px;font-weight:400;line-height:19px;margin-bottom:auto}.main__footer-wrapper-box-feedback{margin-bottom:4.063rem}.main__footer-wrapper-box-feedback-img{border-radius:175px;height:4.063rem;width:4.063rem}.main__footer-wrapper-box-feedback-wrapper{margin-left:.813rem}.main__footer-wrapper-box-feedback-wrapper-name{color:#000;font-size:20px;font-weight:500;line-height:24px}.main__footer-wrapper-box-feedback-wrapper-type{color:#1a1a1a;font-size:16px;font-weight:400;line-height:22px;width:13.938rem}.main__footer-wrapper-box:first-child{margin-left:unset}.main__footer-free{margin-bottom:8.625rem;margin-top:11.25rem}.main__footer-free-title{color:#000;font-size:48px;font-weight:500;line-height:58px;margin-bottom:1.563rem}.main__footer-free-desc{color:#1a1a1a;font-size:18px;font-weight:400;line-height:28px;margin-bottom:1.875rem}.main__qoute{margin-bottom:7.5rem;margin-left:auto;margin-right:auto;max-width:70rem;position:relative}.main__qoute:before{background-image:url(/images/wy-bizbaby/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:7rem;left:-.5rem;position:absolute;top:-.5rem;width:7rem}.main__qoute-wrapper{border-radius:5px;margin-bottom:6.875rem;padding:3rem 4.375rem 1.875rem}.main__qoute-wrapper:last-child{margin-bottom:unset}.main__qoute-wrapper-title{font-size:24px;font-weight:600;line-height:1;margin-bottom:.8em}.main__qoute-wrapper-desc{font-size:15px;font-weight:400;line-height:1.75}.main__qoute-wrapper-rant{justify-content:start;margin-top:.625rem}.main__qoute-wrapper-rant-box{display:flex;flex-direction:column;justify-content:center;margin-left:1.25rem}.main__qoute-wrapper-rant-box-name{color:#000;font-size:20px;font-weight:500;line-height:1}.main__qoute-wrapper-rant-box-type{color:#1a1a1a;font-size:16px;font-weight:400;line-height:1}.main__qoute-wrapper-rant-img{height:4.5rem;width:4.5rem}.main__qoute_row{flex:1;margin:6rem 0}.main__qoute_row .main__qoute-wrapper-desc{align-items:center;display:flex;justify-content:center;min-height:10rem}.main__partners-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.main__partners-title{font-size:34px}.main__partners-container{background-color:#161515;color:#fff;padding:5rem 6rem}.main__partners-desc{font-size:24px;line-height:1.25}.our-story__container{font-family:Rubik,sans-serif;margin-left:auto;margin-right:auto;max-width:62.5rem}.our-story__body-img-phone{height:260px;margin-bottom:3.125rem;margin-top:2.5rem;width:177px}.our-story__body-img-clock{height:273px;margin-bottom:1.563rem;margin-top:1.563rem;width:262px}.our-story__body-img-comp{height:258px;margin-bottom:1.25rem;margin-top:1.25rem;width:288px}.our-story__body-img-pos{height:277px;margin-bottom:2.813rem;margin-top:2.5rem;width:247px}.our-story__body-wrapper{margin-bottom:1.875rem}.our-story__body-img{height:28.563rem;width:9.063rem}.our-story__body-text{margin-left:5.625rem;max-width:46.875rem}.our-story__body-description{font-size:18px;font-weight:400;line-height:26px;margin-bottom:1.875rem}.our-story__body-description:last-child{margin-bottom:unset}.our-story__mobile-open{display:none}.content__header{display:flex;margin-bottom:6.25rem;margin-left:auto;margin-right:auto}.content__header-wrapper-box{font-family:Rubik,sans-serif;font-style:normal;margin-left:8.75rem;margin-top:4.688rem;width:100%}.content__header-wrapper-box p{margin-bottom:1.875rem}.content__header-wrapper-box-free{display:flex;flex-direction:row}.content__header-wrapper-box-background{max-width:763px;width:100%}.content__header-wrapper-box-background-img{background:url(/images/main_background_new.jpg?06748d65e8de2557f6d52329d7824bab) no-repeat;border-radius:0;clip-path:polygon(29% 0,100% 0,100% 100%,0 100%);display:inline-block;height:631px;width:34.75vw}.content__header-wrapper-box-background-img-avg,.content__header-wrapper-box-background-img-sml{display:none}.content__header-wrapper-box-btn{background:#d84560;border-radius:2px;color:#fff;cursor:pointer;font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin-bottom:1.125rem;width:12.5rem}.content__header-wrapper-box-free{color:#1a1a1a;font-size:18px;font-weight:400;line-height:34px}.content__header-wrapper-box-title{color:#000;font-size:48px;font-weight:500;line-height:66px;margin-bottom:1.875rem}.content__header-wrapper-box-desc{color:#1a1a1a;font-size:24px;font-weight:400;line-height:34px;margin-bottom:4.375rem;max-width:40.625rem}.content__header-wrapper-box-service{display:flex;flex-direction:row;margin-bottom:1.125rem}.content__header-wrapper-box-service-item-img{height:2.25rem;width:2.25rem}.content__header-wrapper-box-service-item-text{margin-left:.875rem;max-width:19.375rem;width:100%}.content__header-wrapper-box-service-item-text-title{color:#1a1a1a;font-size:24px;font-weight:500;line-height:34px;margin-bottom:.625rem}.content__header-wrapper-box-service-item-text-desc{color:#1a1a1a;font-size:18px;font-weight:400;line-height:22px;width:18.813rem}.content__header-wrapper-box-service-item-text-desc:last-child{width:18.813rem}.content__header-wrapper-box-service-item:last-child{margin-left:2.813rem;max-width:21.875rem}.main__page-background{background:url(/images/main_background_760.jpg?5c96aaee85dd4a441573fcc9d51e8183) no-repeat 50%;background-size:cover;border-radius:0;clip-path:polygon(29% 0,100% 0,100% 100%,0 100%);display:block;height:631px}.our-story__page-background{background:url(/images/index_logo6.jpeg?ae1458a…) no-repeat 100%;background-size:cover}.how-it-work__page-background,.our-story__page-background{border-radius:0;clip-path:polygon(29% 0,100% 0,100% 100%,0 100%);display:block;filter:sepia(50%);height:631px}.how-it-work__page-background{background:url(/images/index_logo5.jpeg?bfd4510…) no-repeat 50%;background-size:cover}.service_difference__mobile{display:none}.service_difference__mobile-wrapper-header{align-items:center;display:flex;margin-bottom:1.875rem}.service_difference__mobile-wrapper-header div div svg{height:25px;width:25px}.service_difference__mobile-wrapper-header-title{font-family:Rubik,sans-serif;font-size:20px;font-weight:500;line-height:24px}.service_difference__mobile-wrapper-header-text{font-family:Rubik,sans-serif;font-size:15px;font-weight:400;line-height:18px;margin-top:1.25rem}.comparison-table-title{width:19.375rem}.table-comparison-mobile{align-self:center;display:flex}.features-main__box-wrapper{display:flex;flex-direction:row;justify-content:center;margin-bottom:1.25rem}.features-main-box{padding-left:9.063rem;padding-right:9.063rem}.features-main__footer{background:#fff6c7;border-bottom:1px solid #b5b5b5;height:4.188rem;margin-top:1.25rem}.features-main__footer-btn{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px;margin-left:10.938rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.features-main__container{background:#fff;transition:top 1.3s ease;width:100%}.features-main__header-link{color:unset!important;text-decoration:none!important}.features-main__header-body-title{color:#979797;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:22px;margin-bottom:1.25rem}.features-main__body{cursor:pointer;max-width:27.125rem;padding:.938rem 1.875rem .625rem}.features-main__body:hover{background:#fff6c7}.features-main__body-header{color:#000;font-size:16px;font-weight:500;margin-bottom:.313rem}.features-main__body-desc,.features-main__body-header{font-family:Rubik,sans-serif;font-style:normal;line-height:22px}.features-main__body-desc{color:#6b6b6b;font-size:14px;font-weight:400}@media (min-width:1441px){.content__header-wrapper-box-service-item-title{width:287px}}@media (max-width:1440px){.content__header-wrapper-box{margin-left:3.75rem}}@media (max-width:1330px){.main__footer-wrapper{gap:10px;justify-content:center}.main__footer-wrapper-box{margin-bottom:40px;margin-left:unset;max-width:315px}.main__footer-wrapper-box-feedback-wrapper-type{width:160px!important}.content__header-wrapper-box{margin-top:1.688rem}.content__header-wrapper-box-title{font-size:40px;line-height:66px;margin-bottom:.625rem}.content__header-wrapper-box-desc{font-size:20px;line-height:28px;margin-bottom:2.5rem;max-width:34.438rem}.content__header-wrapper-box-free{color:#1a1a1a;display:flex;flex-direction:column;font-size:18px;font-weight:400;line-height:34px}.content__header-wrapper-box-service{flex-direction:column;margin-bottom:3.063rem}.content__header-wrapper-box-service-item:last-child{margin-left:unset}.content__header-wrapper-box-service-item:first-child{margin-bottom:3.063rem}.content__header-wrapper-box-service-item-img{height:2.125rem;width:2.125rem}.content__header-wrapper-box-service-item-text{margin-left:.875rem;width:100%}.content__header-wrapper-box-service-item-text-title{font-size:20px;line-height:34px;margin-bottom:.625rem}.content__header-wrapper-box-service-item-text-desc{color:#1a1a1a;font-size:16px;line-height:22px;width:unset}.content__header-wrapper-box-service-item-text-desc:last-child{width:23.813rem}}@media (max-width:1000px){.main__page-background{background-size:cover!important;background:url(/images/main_background.jpg?8b5dc187f3277fdef4e2dc8490a5a963) no-repeat;clip-path:unset;-webkit-clip-path:unset;height:43vh;margin-top:1.313rem;width:100%}.our-story__page-background{background-position:inherit}.how-it-work__page-background,.our-story__page-background{background-size:cover!important;clip-path:unset;-webkit-clip-path:unset;filter:sepia(50%);height:43vh;margin-top:1.313rem;width:100%}.main__wrapper{margin:unset;width:unset}.main__body{padding-bottom:2.875rem}.main__body-btn{background:#d84560;border-radius:2px;color:#fff;font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin:auto;margin-top:3.75rem!important;width:16.875rem}.main__body-header{margin:auto;width:100%}.main__body-header-title{font-size:32px;line-height:38px;margin-bottom:.813rem;padding-top:3.5rem}.main__body-header-desc{font-size:16px;line-height:19px;margin-bottom:2.188rem}.main__body-wrapper{width:100%}.main__body-wrapper-column{max-width:26.25rem;padding-right:3.75rem;width:100%}.main__body-wrapper-column-img{margin-bottom:5rem;margin-top:1.375rem}.main__body-wrapper-column-title{font-size:24px;line-height:28px;margin-bottom:2.125rem}.main__body-wrapper-column-box{max-width:37.5rem;padding-bottom:1.875rem;width:100%}.main__body-wrapper-column-box-title{font-size:20px;line-height:24px;margin-bottom:1.25rem}.main__body-wrapper-column-box-desc{font-size:16px;line-height:22px}.main__body-wrapper-column-box:last-child{padding-bottom:unset}.main__body-wrapper-column:last-child{margin-left:3.125rem}.main__footer{margin-top:2.5rem}.main__footer-btn{background:#d84560;border-radius:2px;color:#fff;cursor:pointer;display:none;font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin-bottom:5rem;width:19.375rem}.main__footer-btn-mobile{align-items:center;display:none;justify-content:center}.main__footer-btn-avg{align-items:center;display:flex;justify-content:center}.main__footer-wrapper{flex-direction:row}.main__footer-wrapper-box{margin-left:.625rem;max-width:19.688rem;padding:3.438rem 2.5rem 0 2.188rem}.main__footer-wrapper-box-title{font-size:20px;height:4.5rem;line-height:24px;margin-bottom:3.75rem}.main__footer-wrapper-box-desc{font-size:14px;line-height:17px;margin-bottom:unset}.main__footer-wrapper-box-feedback{margin-bottom:3.438rem;margin-top:auto}.main__footer-wrapper-box-feedback-wrapper{margin-left:.813rem}.main__footer-wrapper-box-feedback-wrapper-name{font-size:16px;line-height:19px}.main__footer-wrapper-box-feedback-wrapper-type{font-size:14px;line-height:17px}.main__footer-wrapper-box:first-child{margin-left:unset}.main__footer-wrapper-box:last-child{margin-left:.625rem;margin-top:unset}.main__footer-free{margin-bottom:10rem;margin-top:8.75rem}.main__footer-free-title{font-size:36px;line-height:58px;margin-bottom:1.563rem}.main__footer-free-desc{font-size:18px;line-height:28px;margin-bottom:1.875rem}.main__qoute{margin-bottom:6.875rem}.main__qoute-wrapper{margin-bottom:2.125rem;padding:2.5rem 4.375rem}.our-story__container{padding-left:4.375rem;padding-right:4.375rem}.our-story__body-img-clock,.our-story__body-img-comp,.our-story__body-img-phone,.our-story__body-img-pos{height:234px;width:157px}.our-story__body-text{margin-left:4.375rem;max-width:39.375rem}.our-story__body-description{font-size:16px;line-height:22px}.content__header{flex-direction:column;justify-content:unset;margin-bottom:5rem}.content__header-wrapper-box{margin-left:unset;margin-top:1.563rem;max-width:100%;padding-left:3.75rem;padding-right:3.75rem;position:unset}.content__header-wrapper-box-background{max-width:unset}.content__header-wrapper-box-background-img{background:url(/images/main_back_1000.jpg?56f1416c4f867c3816871aa2626e2696) no-repeat}.content__header-wrapper-box-background-img-avg{clip-path:polygon(42% 0,100% 0,100% 100%,0 100%);display:block;height:100%;left:392px;-o-object-fit:cover;object-fit:cover;position:absolute;width:55.75vw}.content__header-wrapper-box-background-img-mob{clip-path:polygon(45% 0,100% 0,100% 100%,0 100%);display:block;height:42.563rem;left:377px;-o-object-fit:contain;object-fit:contain;position:absolute;width:34.563rem}.content__header-wrapper-box-free{color:#1a1a1a;font-size:18px;font-weight:400;line-height:34px}.content__header-wrapper-box-title{font-size:40px;line-height:66px;margin-bottom:.625rem}.content__header-wrapper-box-desc{font-size:20px;line-height:28px;margin-bottom:2.375rem;max-width:34.438rem}.content__header-wrapper-box-service{flex-wrap:wrap;margin-bottom:3.063rem}.content__header-wrapper-box-service-item-img{height:2.125rem;width:2.125rem}.content__header-wrapper-box-service-item-text{margin-left:.875rem;width:100%}.content__header-wrapper-box-service-item-text-title{font-size:20px;line-height:34px;margin-bottom:.625rem}.content__header-wrapper-box-service-item-text-desc{color:#1a1a1a;font-size:16px;line-height:22px;width:unset}.features-main__box-wrapper{height:100%}.features-main__header-body-title{font-size:14px;line-height:20px}.features-main__body{max-width:16.125rem}.features-main__body-header{font-size:14px;line-height:20px}.features-main__body-desc{font-size:12px;line-height:20px}}@media (max-width:970px){.main__footer-wrapper{flex-direction:column;justify-content:center}.main__footer-wrapper-box{margin-bottom:40px;margin-left:unset}.main__footer-wrapper-box:last-child{margin:auto}}@media (max-width:800px){.main__qoute{margin-bottom:5.938rem;margin-left:1.063rem;margin-right:1.063rem}.main__qoute-wrapper{padding:2.5rem}}@media (max-width:767px){.features-menu__container{display:none}}@media (max-width:666px){.our-story__body-wrapper{margin-bottom:unset}.our-story__body-img{margin-bottom:30px}.our-story__mobile{display:none}.our-story__mobile-open{display:block}}@media (max-width:576px){.main__page-background{background:url(/images/main_back_mobile-360.png?a3c45ebcea45503c4909a67dbad36957) no-repeat;background-position:unset}.how-it-work__page-background,.main__page-background,.our-story__page-background{background-size:cover;clip-path:unset;height:250px;left:unset;position:unset;width:100%}.service_difference__full{display:none}.service_difference__mobile{display:block}.main__wrapper{margin:unset;width:unset}.main__container{margin-top:unset}.main__body{padding-bottom:2.875rem}.main__body-btn{font-size:18px;font-weight:500;height:3.75rem;line-height:21px;margin:auto;margin-top:3.75rem!important;width:16.875rem}.main__body-header{margin:auto;width:20.625rem}.main__body-header-title{font-size:24px;line-height:28px;margin-bottom:.813rem;padding-top:3.125rem}.main__body-header-desc{font-size:15px;line-height:18px;margin-bottom:2.313rem}.main__body-wrapper{align-items:center;flex-direction:column;padding-left:unset;padding-right:unset;width:100%}.main__body-wrapper-column{max-width:20.625rem;padding-right:unset}.main__body-wrapper-column-img{margin-bottom:3.125rem}.main__body-wrapper-column-title{margin-bottom:1.875rem;padding-bottom:.625rem}.main__body-wrapper-column-box{max-width:37.5rem;padding-bottom:1.875rem;width:100%}.main__body-wrapper-column-box-title{font-size:20px;line-height:24px;margin-bottom:1.25rem}.main__body-wrapper-column-box-desc{font-size:16px;line-height:22px}.main__body-wrapper-column-box:last-child{padding-bottom:unset}.main__body-wrapper-column:last-child{margin-left:unset}.main__body-wrapper-column:first-child{margin-bottom:3.75rem}.main__footer{font-family:Rubik,sans-serif;font-style:normal;margin-top:2.5rem}.main__footer-btn{display:none}.main__footer-btn-mobile{display:flex}.main__footer-btn-avg{display:none}.main__footer-wrapper{align-items:center;flex-direction:column}.main__footer-wrapper-box{margin-bottom:1.875rem;margin-left:unset;max-width:20.625rem;padding:3.438rem 2.813rem 0}.main__footer-wrapper-box-title{font-size:20px;line-height:24px;margin-bottom:2.5rem;padding:unset}.main__footer-wrapper-box-desc{font-size:14px;line-height:17px;margin-bottom:unset;padding:unset}.main__footer-wrapper-box-feedback{margin-bottom:2.875rem}.main__footer-wrapper-box-feedback-img{border-radius:175px;height:4.063rem;margin-left:unset;width:4.063rem}.main__footer-wrapper-box-feedback-wrapper{margin-left:.813rem}.main__footer-wrapper-box-feedback-wrapper-name{font-size:16px;line-height:19px}.main__footer-wrapper-box-feedback-wrapper-type{font-size:14px;line-height:17px}.main__footer-wrapper-box:first-child{margin-bottom:1.875rem;margin-left:unset}.main__footer-free{margin-top:4.375rem}.main__footer-free-title{font-size:32px;line-height:42px;margin-bottom:.625rem}.main__footer-free-desc{font-size:16px;line-height:28px;margin-bottom:1.875rem}.our-story__container{padding-left:1.25rem;padding-right:1.063rem}.our-story__body-img{margin-top:1.25rem}.our-story__body-img-clock,.our-story__body-img-comp,.our-story__body-img-phone,.our-story__body-img-pos{height:200px;width:139px}.our-story__body-wrapper{margin-bottom:unset}.our-story__body-img{height:18.25rem;width:5.75rem}.our-story__body-text{margin-left:1.563rem}.our-story__body-description{font-size:15px;line-height:21px}.content__header{margin-bottom:2.938rem}.content__header-wrapper{flex-direction:column;justify-content:unset;margin-bottom:2.938rem;margin-left:unset;position:unset}.content__header-wrapper-box{max-width:unset;padding-left:unset;padding-right:unset;width:100%}.content__header-wrapper-box-free{display:flex;flex-direction:row;margin:auto}.content__header-wrapper-box-background{margin-left:unset;position:unset}.content__header-wrapper-box-background-img,.content__header-wrapper-box-background-img-avg{display:none}.content__header-wrapper-box-background-img-sml{background-size:contain;clip-path:unset;display:block;width:100%}.content__header-wrapper-box-btn{margin:auto;margin-bottom:1.125rem!important}.content__header-wrapper-box-free{font-size:14px;line-height:24px}.content__header-wrapper-box-free div:last-child{margin-left:5px}.content__header-wrapper-box-title{font-size:24px;line-height:30px;margin-bottom:.938rem;margin-left:1.875rem;margin-right:1.875rem}.content__header-wrapper-box-desc{font-size:14px;line-height:18px;margin-bottom:1.875rem;margin-left:1.875rem;margin-right:1.875rem;max-width:18.438rem}.content__header-wrapper-box-service{flex-direction:column;margin-bottom:1.563rem;margin-left:1.875rem;margin-right:1.875rem}.content__header-wrapper-box-service-item{width:unset}.content__header-wrapper-box-service-item-img{height:2.125rem;width:2.125rem}.content__header-wrapper-box-service-item-text{margin-left:.875rem;max-width:100%;width:100%}.content__header-wrapper-box-service-item-text-title{font-size:16px;line-height:18px;margin-bottom:.938rem}.content__header-wrapper-box-service-item-text-desc{font-size:14px;line-height:18px}.content__header-wrapper-box-service-item-text-desc:last-child{width:16.813rem}.content__header-wrapper-box-service-item:last-child{margin-left:unset;margin-top:1.875rem}.content__header-wrapper-box-service-item:first-child{margin-bottom:unset}.table-comparison-mobile{align-self:unset;display:inline-block;overflow:auto;overflow-x:scroll}.table-comparison-mobile-title{display:none}.comparison-table{width:571px}.comparison-table-title{width:14.375rem}.comparison-table tbody tr td:first-child{width:8.875rem}.comparison-table tbody tr td div div h4{font-size:16px;font-weight:600;line-height:19px}}#homepage{font-style:normal;font-weight:400;padding:0!important}#homepage,#homepage .title{font-family:Rubik,sans-serif}#homepage .title h1{color:#000;font-family:Rubik,sans-serif;font-size:48px;font-weight:500;letter-spacing:0;line-height:66px}#homepage .title.h2{font-size:36px;font-style:normal;font-weight:500;letter-spacing:0;line-height:46px}@media (max-width:1024px){#homepage .title.h2{font-size:24px}}#homepage .title h2{color:#32383e;color:#000;font-size:48px;font-weight:500;line-height:60px}#homepage .title.display-1{font-size:120px;font-style:normal;font-weight:400;letter-spacing:0;line-height:100px;text-align:center}@media (max-width:1023px){#homepage .title.display-1{display:none}}@media (min-width:1024px){#homepage .title .displ-2{display:none}}#homepage .title.white{color:#fff;font-family:Rubik,sans-serif;font-size:36px;font-style:normal;font-weight:500;line-height:58px}@media (max-width:1024px){#homepage .title.white{font-size:32px;line-height:42px;max-width:75%;text-align:center}}@media (max-width:710px){#homepage .title.white{font-size:24px;line-height:29px}}#homepage .subtitle{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:46px}@media (max-width:1024px){#homepage .subtitle{font-size:16px;line-height:35px}}#homepage .container-fluid,#homepage .container-lg,#homepage .container-md,#homepage .container-sm,#homepage .container-xl{background-color:#fff;padding:0}#homepage .container-fluid .row,#homepage .container-lg .row,#homepage .container-md .row,#homepage .container-sm .row,#homepage .container-xl .row{margin-left:0;margin-right:0}#homepage .logo-outer .first_join{margin-bottom:2rem;margin-top:2rem}@media (max-width:1024px){#homepage .logo-outer .first_join{text-align:center}}@media (min-width:1024px){#homepage .logo-outer{display:flex;justify-content:space-between}#homepage .logo-outer .slogan{margin-left:9vw;margin-top:7vw;max-width:800px}}@media (max-width:1285px){#homepage .logo-outer .slogan{margin-top:3vw!important}}@media (max-width:1024px){#homepage .logo-outer .slogan{margin-left:3rem;margin-top:3rem}#homepage .logo-outer .welcome_stafter{background-size:cover!important;height:43vh;width:100%}}#homepage .welcome_stafter{background:url(/images/index_logo2.jpeg?eef8e20a36db7f20c7ea05601f6dcfa1) no-repeat;background-size:cover;border-radius:0;clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);display:inline-block;filter:sepia(50%);height:626px;width:50vw}@media (max-width:1024px){#homepage .welcome_stafter{background-size:contain;clip-path:none;left:-150px;max-width:100%;width:768px}}@media (max-width:510px){#homepage .welcome_stafter{height:280px}}#homepage .welcome_stafter.hr-contact-center{background:url(/images/index_logo3.jpeg?96d2040ef19b7435eb94021d56614652) no-repeat}#homepage .welcome_stafter.sales-call-center{background:url(/images/index_logo4.jpeg?d2b0bbfc78ed1af100095060694d8ede) no-repeat}#homepage .welcome_stafter.how-it-work{background:url(/images/index_logo5.jpeg?bfd451001979199831d85435447bce06) no-repeat;background-position:50%}#homepage .welcome_stafter.our-story{background:url(/images/index_logo6.jpeg?ae1458a3aff3ab0816e00f9f3006d581) no-repeat;background-position:100%}#homepage .your-biz{margin-top:5rem}@media (max-width:667px){#homepage .your-biz{margin-top:3rem}}@media (max-width:510px){#homepage .your-biz{margin-top:3rem}}#homepage .image{margin-top:10px;max-width:100%}#homepage .punkt{display:flex;justify-content:center;margin-top:130px}@media (max-width:710px){#homepage .punkt{flex-direction:column-reverse}}#homepage .punkt .col-5{max-width:100%}#homepage .bg-yellow{height:162px}#homepage .bg-yellow.num1{margin-top:-100px}#homepage .simplicity_adaptability{background:url(/images/simplicity_adaptability.svg?fa6f06b1b8114925705ffd9c5d97b83d) no-repeat;background-size:cover;display:inline-block;height:335px;margin:auto 0;width:495px}#homepage .first-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}#homepage .nav{justify-content:center}#homepage .nav .nav-link{color:#32383e;font-size:24px;line-height:36px}#homepage .nav .nav-link.active{color:#d84560;font-weight:500}#homepage .w-600{margin:auto;max-width:600px}#homepage .w-675{margin-left:auto;margin-right:auto;max-width:675px}#homepage .icon-outer{display:flex;justify-content:center}#homepage #pills-tab{border-bottom:0}#homepage #pills-tab li{margin-right:2px;position:relative}#homepage #pills-tab a.active:after{background-color:#fff;bottom:-26px;box-shadow:3px -3px 5px 0 rgba(0,0,0,.1);content:"";height:20px;left:45%;position:absolute;transform:rotate(-45deg);width:20px}#homepage .tab-content{background:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.2);line-height:25px;margin:15px auto 0;padding:20px 25px;width:945px}#homepage .functionality-mobile{display:none}#homepage .functionality-computer{display:block}#homepage .functionality-computer ul{flex-wrap:nowrap}#homepage .functionality-computer ul .nav-link{padding-left:14px;padding-right:14px}#homepage .bg-block{background-color:#fff2da;border-radius:10px;height:495px;margin-top:2rem;width:75%}#homepage .text{font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:400;letter-spacing:0;line-height:34px;margin-top:1.875rem;text-align:center}@media (max-width:768px){#homepage .text{text-align:left}}#homepage .title2{font-size:24px;font-weight:500;line-height:28px}#homepage .text2,#homepage .title2{font-family:Rubik,sans-serif;font-style:normal;letter-spacing:0;text-align:left}#homepage .text2{font-size:18px;font-weight:400;line-height:22px}#homepage .home-subtitle2{font-size:24px;font-weight:700;line-height:34px;white-space:nowrap}#homepage .home-subtext2,#homepage .home-subtitle2{font-family:Rubik,sans-serif;font-style:normal;letter-spacing:0;text-align:left}#homepage .home-subtext2{font-size:18px;font-weight:400;line-height:22px;padding-left:54px}@media (min-width:1024px) and (max-width:1600px){#homepage .logo-outer .slogan{margin-left:4vw}#homepage .home-subtitle2{font-size:20px;line-height:30px}}#homepage-footer .container{height:128px}#homepage-footer a{font-weight:500}.text{font-family:Rubik;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0;text-align:center}@media (max-width:768px){.text{text-align:left}}@media (max-width:1024px){#main-nav .link-timestation{justify-content:flex-end}#homepage .title h1{font-size:36px;line-height:46px}#homepage .title h2{font-size:32px;line-height:42px}#homepage .simplicity_adaptability{height:195px;width:288px}#homepage .container,#homepage .container-fluid,#homepage .container-lg,#homepage .container-md,#homepage .container-sm,#homepage .container-xl{padding-left:15px;padding-right:15px}#homepage .functionality-computer{display:none}#homepage .functionality-mobile{display:block}#homepage .functionality-mobile .nav-item{position:relative}#homepage .functionality-mobile .nav-item .label{margin-bottom:15px;margin-top:15px}#homepage .functionality-mobile .nav-item .label a{color:#d84560;font-size:18px;font-weight:500;line-height:28px;padding:0}#homepage .functionality-mobile .nav-item .label a.collapsed{color:#32383e;font-weight:400}#homepage .functionality-mobile .nav-item .label a.collapsed .fa-plus{display:block}#homepage .functionality-mobile .nav-item .label a.collapsed .fa-chevron-up{display:none}#homepage .functionality-mobile .nav-item .label a i{position:absolute;right:10px;top:5px}#homepage .functionality-mobile .nav-item .label a i.fa-plus{display:none}#homepage .functionality-mobile .nav-item .label a i.fa-chevron-up{display:block}#homepage .functionality-mobile .nav-item div{font-size:14px;line-height:22px}#homepage .home-subtitle2{font-size:20px;line-height:34px}#homepage .home-subtext2{font-size:16px;line-height:22px}#homepage-footer .container{height:327px}#homepage-footer .container .col-12{flex-direction:column}#homepage-footer .container .col-12.left-footer{margin-bottom:50px}#homepage-footer .container .col-12 a{margin:0}#homepage-footer .container .col-12 .navbar-divider{display:none}.text-1,.text-2{font-size:14px;line-height:22px}}@media (max-width:1200px){.main__footer-wrapper{padding:0 4rem}.main__qoute_row .main__qoute-wrapper{padding:2rem}}@media (max-width:768px){#homepage .slogan{margin-left:15px!important;margin-right:15px!important;margin-top:3rem!important}#homepage .title{padding-left:0;padding-right:0}#homepage .subtitle{padding-left:.5rem;padding-right:.5rem}#homepage .home-subtitle2{font-size:16px;line-height:18px}#homepage .home-subtext2{font-size:14px;line-height:18px}.main__footer-wrapper{padding:0}.main__qoute{margin:0 0 5rem}.main__qoute-wrapper{padding:15px}.main__qoute_row{margin:2rem 0}.main__qoute_row .main__qoute-wrapper{padding:15px}.main__partners-title{font-size:30px}.main__partners-container{padding:5rem 3rem}.main__partners-desc{font-size:20px}}#add-employee-modal .modal-content{max-height:321px;min-width:319px}#add-employee-modal .modal-content .modal-body{padding-left:0;padding-right:0}#add-employee-modal .modal-content .modal-body .workers{display:flex;flex-flow:row wrap;margin:20px 20px 30px}#add-employee-modal .modal-content .modal-body .workers .item{color:#5c6268!important;display:flex;font-size:14px;line-height:22px;width:50%}#add-employee-modal .modal-content .modal-body .workers .item input{margin-right:5px}#add-employee-modal .modal-content .modal-body .workers .item label{display:flex;margin:5px 0}#add-employee-modal .modal-content .modal-body .workers .item:nth-child(odd){order:1}#add-employee-modal .modal-content .modal-body .workers .item:nth-child(2n){order:2}#add-employee-modal .modal-content .modal-body .workers:after,#add-employee-modal .modal-content .modal-body .workers:before{content:"";flex-basis:100%;order:2;width:0}#pager .pager-workers{display:flex;margin-bottom:15px;width:100%}#pager .pager-workers .worker{align-items:center;border:1px solid #32383e;border-radius:1px;color:#32383e;display:flex;font-size:14px;line-height:22px;margin-right:15px;padding:4px 10px;width:auto}#pager .pager-workers .worker span{margin-right:5px}#pager .pager-workers .worker i{cursor:pointer}#add-order-form .discount .discount_checkbox{align-items:center;display:flex;flex-direction:row;margin-left:20px}#add-order-form .discount .discount_checkbox label{color:#5c6268;font-size:20px;font-weight:500;line-height:28px;margin:0 10px 0 0}#add-order-form .discount #discount{margin-top:15px}#add-order-form .products .title{color:#5c6268;font-size:20px;font-weight:500;line-height:28px;margin:0 0 0 5px;text-align:left}#add-order-form .products .product label{padding:0}#add-order-form .products .product-title{align-items:center;color:#5c6268;display:flex;font-size:18px;font-weight:500;height:54px;line-height:21px}#add-order-form .products .product-quantity{height:54px}#add-order-form .products .product-quantity input{color:#5c6268;font-size:16px;height:30px;line-height:19px;padding:5px 10px}#add-order-form .products .product-subtotal{color:#5c6268;font-size:18px;font-weight:500;height:54px;line-height:21px}#add-order-form .products .product-subtotal label{margin:0 0 10px}#add-order-form .products .product-order-delete{align-items:flex-end;display:flex;height:54px}#add-order-form .products .product .modifiers{display:flex;flex-direction:column;padding:0 15px}#add-order-form .products .product .modifiers .modifier{margin-bottom:10px}#add-order-form .products .product .modifiers .modifier-title{color:#32383e;font-size:18px;font-weight:500;line-height:36px}#add-order-form .products .product .modifiers .modifier:last-child{margin-bottom:0}#add-order-form .btn-outline-primary{font-size:16px;font-weight:500;line-height:19px;padding:10px 15px}#add-order-form .total{display:flex;justify-content:space-between;padding:0 15px}#add-order-form .total-price,#add-order-form .total-row{color:#32383e;font-size:24px;line-height:28px}#add-order-form .total-price{font-weight:500}@keyframes anim-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.spinner{animation:anim-rotate 3s linear infinite;display:inline-block}#settings>.row>.col-12{background-color:#fff!important}#settings>.row>.col-12 .settings .preference{background:#fff;border-radius:5px;box-shadow:0 2px 15px rgba(50,56,62,.1);float:left;height:100%;margin-right:32px;width:464px}#settings>.row>.col-12 .settings .preference form{margin-top:0!important}#settings>.row>.col-12 .settings .preference form .form-group.row{margin-bottom:20px;padding:0 15px}#settings>.row>.col-12 .settings .preference svg{stroke:var(--gray)!important;transition:unset}#settings>.row>.col-12 .settings .preference .opacity-20{opacity:.2}@media (max-width:767.98px){#settings>.row>.col-12 .settings .preference{margin-right:unset!important;width:unset!important}}#settings .text{color:#32383e;font-family:Rubik;font-size:18px;font-style:normal;font-weight:400;line-height:28px}#settings .text-grey-dark{color:#5c6268}#settings .primary-team{color:#db3a57;font-family:Rubik;font-size:14px;font-style:normal;font-weight:700;letter-spacing:0;line-height:17px;text-align:left}#our-plans .title{color:#1a1a1a;font-family:Rubik;font-size:36px;font-style:normal;font-weight:500;line-height:46px;text-align:left!important}#our-plans .titles{margin-bottom:-25px}#our-plans .text{font-size:18px;line-height:44px}#our-plans .sub-text,#our-plans .text{color:#1a1a1a;font-family:Rubik;font-style:normal;font-weight:400}#our-plans .sub-text{font-size:14px;line-height:34px}#our-plans s{margin-left:27px}#our-plans .btn{color:#1a1a1a;font-family:Rubik;font-size:18px;font-style:normal;font-weight:500;height:61px;line-height:21px;width:171px}#our-plans .btn-success{background-color:#21dbae}#our-plans .btn.selected,.card{color:#fff}.card{align-items:center;background:#adbbc8;border-radius:5px;height:129px;width:231px}.card .card-number{display:flex;font-size:18px;line-height:28px}.mobile-card-plan .card{width:auto!important}.mobile-card-plan .card .card-number{align-self:start;padding-left:24px}.mobile-card-plan .subscription-block-mobile{margin-top:18px}@media (max-width:575.98px){.mobile-card-plan .subscription-block-mobile .subscribe-text{color:#000!important;font-family:Rubik!important;font-size:18px!important}.mobile-card-plan .subscription-block-mobile .unsubscribe-button{font-size:15px!important;font-weight:500!important;padding:5px 20px!important}}#background_img_label,#logo_img_label{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:991.98px){#settings .settings .preference{background:unset!important;box-shadow:unset!important;max-width:unset!important;padding:unset!important;width:unset!important}#settings .settings .preference .title{font-size:20px!important;margin-bottom:15px!important}}@media (max-width:575.98px){.mobile-router-settings-selection{margin-bottom:39px!important}.change-plan-button{font-size:15px!important;font-weight:500!important;padding:5px 20px!important}.plan-block{margin-bottom:10px!important}.monthly_table-wrapper{overflow:auto!important}.monthly_table-wrapper::-webkit-scrollbar{display:none!important}.usage_report-table{overflow:auto!important}.usage_report-table::-webkit-scrollbar{display:none!important}}.day-week-wrapper .checkbox-day{height:1.5rem;min-width:1.5rem;width:1.5rem}.day-week-wrapper .text-day{margin-left:20px!important}.day-week-wrapper .divider-selectors{margin:0 10px}@media (max-width:575.98px){.day-week-wrapper .checkbox-day{height:1.25rem!important;width:1.25rem!important}.day-week-wrapper input.red-checkbox[type=checkbox]:checked{background-size:65%}.day-week-wrapper .selectors-block select{font-size:14px!important;width:89px!important}.day-week-wrapper .text-day{font-size:16px!important;margin-left:8px!important}.day-week-wrapper .divider-selectors{margin:unset!important}}@media (max-width:991.98px){.selectors-block select{font-size:14px!important;width:125px!important}}@media (max-width:575.98px){.cockpit-title-includes{font-size:16px}.button-settings-save-wrapper{margin-top:39px!important}.button-settings-save-wrapper .setting-save{align-items:center!important;display:flex!important;justify-content:center!important;padding:15px 0!important;width:100%!important}}@media (max-width:991.98px){#info_card_expdate{font-size:20px!important}#edit-card{font-size:16px!important}}@media (max-width:575.98px){.mobile-title{font-size:20px!important}.mobile-subtitle{font-size:15px!important}.with-icon a{font-size:14px!important}.breadcrumb-link{font-weight:500!important}.email-see{font-size:14px!important;text-decoration:underline!important}}.cockpit-block{background:#fff;border-radius:5px;box-shadow:0 2px 15px 0 rgba(50,56,62,.1)}.cockpit-left{padding:47px 60px 30px 47px!important}.cockpit-right{padding:45px 43px 30px 30px!important}.cockpit-title-settings{font-size:24px;font-weight:500}@media (max-width:575.98px){.padding-unset{padding:unset!important}}.business-title-settings{margin-bottom:20px!important}.instant-instruction{margin-left:5rem;margin-right:auto;width:50%}.instant-instruction .title{color:#32383e;font-size:24px;line-height:1.25}.instant-instruction .text-ins{color:#32383e;font-size:16px;line-height:1.35}@media (max-width:992px){.instant-instruction{width:75%}}@media (max-width:576px){.instant-instruction{margin:0;width:100%}}.details_info{text-decoration:underline;transition:all .3s}.details_info:hover{color:gray}.details_info_popup .desc-row{display:flex;height:25px;justify-content:space-between}.details_info_popup .total{font-weight:700}.details_info_popup.visible{opacity:1}#time-management .form-row{align-items:center;height:100%;margin:0}#time-management .form-row .form-group{margin-bottom:0;margin-right:26px;max-width:242px}#time-management .form-row .form-group input,#time-management .form-row .form-group label,#time-management .form-row .form-group select{font-size:14px;line-height:16px}#time-management .form-row .form-group label{color:#32383e;margin-left:5px}#time-management .form-row .form-group select{height:35px;width:242px}#time-management .form-row .form-group select#count{background-color:inherit;border:0;width:70px}#time-management .form-row .form-group input{border:1px solid #32383e;border-radius:2px;color:#5c6268;height:35px;width:242px}#time-management .form-row .form-group input[name=page]{height:25px;text-align:right;width:50px}#time-management .form-row .form-group .button{margin-right:10px}#time-management .form-row .form-group .button .btn{align-items:center;display:flex;height:25px;justify-content:center;padding:0!important;width:25px}#time-management .form-row .form-group .button:last-child{margin-right:0}#time-management .form-row .form-group .info{color:#5c6268;font-size:14px;line-height:22px}#time-management .form-row .form-group:last-child{margin-right:0}#time-management .row .col-6{background-color:#fafcfe!important;border-radius:0!important;box-shadow:none!important;padding:0 15px!important}#cash .row{margin-bottom:20px}#cash .count-money{background:#fff;border-radius:5px;box-shadow:0 2px 15px rgba(50,56,62,.1);margin:20px 15px;padding:0 20px}#cash .count-money .title{color:#32383e}#cash .count-money .title .total{font-weight:600}#cash .add-new-cash{background:#d84560;border-radius:2px;height:35px;padding:6.5px 30px}#help-center .article-page,#help-center .category-page{padding:2.5rem 0 5rem}#help-center .content-container{margin-left:auto;margin-right:auto;max-width:67.5rem;width:88%}#help-center .article-wrapper{background:#fff;border:1px solid #ccc;border-radius:.75rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);padding:2rem;width:70%}@media (max-width:768px){#help-center .article-wrapper{width:100%}}#help-center .article-wrapper ol{padding-inline-start:1.25rem}#help-center .article-wrapper ol li{font-size:1rem;line-height:1.5rem;margin-bottom:1.5rem;padding-left:1rem}#help-center .article-wrapper img{margin-bottom:2rem;max-width:100%}#help-center .article-main-image{border-radius:.5rem;height:28rem;margin-bottom:2rem;-o-object-fit:cover;object-fit:cover;width:100%}#help-center .article-main-text{font-size:1rem;line-height:1.5rem;margin-bottom:1.5rem}#help-center .article-content{position:sticky;top:5rem}#help-center .article-section{scroll-margin-top:5rem}#help-center .assessment-block{border-top:1px solid #ccc;margin-top:4rem;padding-top:2rem}#help-center .assessment-block .btn+.btn{margin-left:1rem}@media (min-width:768px){#help-center .assessment-block div+.actions{margin-left:2rem}}#help-center .search-block{padding:2.5rem 0 5rem}#help-center .search-block-wrapper{background:#f8f9fa}#help-center .search-title{font-size:2.75rem;font-weight:500;line-height:100%;margin-bottom:2.5rem}@media (max-width:768px){#help-center .search-title{font-size:2.125rem}}#help-center .search-input{border:1px solid #b3b4b8;border-radius:.375rem;font-size:1rem;height:3.5rem;outline:none;padding:1.25rem 1rem;width:100%}#help-center .content-part{width:70%}@media (max-width:768px){#help-center .content-part{width:100%}}#help-center .nav-part{width:30%}@media (max-width:768px){#help-center .nav-part{width:100%}}#help-center .categories-block{padding:2.5rem 0 4.375rem}#help-center .categories-container{-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.5rem}#help-center .categories-container .category-tab{border:1px solid #ccc;border-radius:.75rem;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);cursor:pointer;padding:1.7rem 0;width:100%}#help-center .categories-container .category-tab:hover{box-shadow:0 4px 4px 0 rgba(0,0,0,.051)}@media (min-width:769px){#help-center .categories-container .category-tab{width:30%}}#help-center .categories-container .category-title{font-size:1.125rem;font-weight:500}#help-center .categories-container .category-logo img{height:1.75rem;margin-bottom:1.5rem;width:1.75rem}#help-center .subhead{font-size:1.5rem;font-weight:500;line-height:100%;margin-bottom:2rem}#help-center .article-content-row,#help-center .popular-articles-row{border-radius:.375rem;color:#db3a57;cursor:pointer;display:block;font-size:.9375rem;margin-bottom:.625rem;padding:.875rem 1rem;width:100%}#help-center .article-content-row:hover,#help-center .popular-articles-row:hover{color:#fff;text-decoration:none}#help-center .article-content-row.is-active,#help-center .popular-articles-row.is-active{background-color:#db3a57;color:#fff}@media (max-width:768px){#help-center .article-content,#help-center .popular-articles{display:none}}#help-center .article-content-select select,#help-center .popular-articles-select select{background:#db3a57 url(/images/chevron-white.svg) no-repeat right .75rem center;border-radius:.375rem;color:#fff;display:none;font-size:1rem;height:auto;margin-bottom:2rem;padding:1rem;width:100%}@media (max-width:768px){#help-center .article-content-select select,#help-center .popular-articles-select select{display:block}}#help-center .videos-block{margin-bottom:5rem}#help-center .videos-block .popular-video-preview img{border-radius:.5rem;margin-bottom:1.5rem;min-width:16.25rem;width:100%}#help-center .videos-block .popular-video-description{font-size:1.25rem;font-weight:500;line-height:24px}#help-center .navigation-header{color:#db3a57;font-size:1rem;font-weight:500;margin-bottom:2.5rem}#help-center .page-info{margin-bottom:4.375rem}@media (max-width:768px){#help-center .page-info{margin-bottom:2.5rem}}#help-center .page-header{font-size:2.625rem;font-weight:500;letter-spacing:-.44px;line-height:100%}@media (max-width:768px){#help-center .page-header{font-size:2.125rem}}#help-center .page-age-description{color:#61666c;font-size:1rem;margin-top:2rem}#help-center .articles-column{width:50%}@media (max-width:768px){#help-center .articles-column{width:100%}#help-center .articles-column+.articles-column .article-link:first-child{border-top:none}}#help-center .articles-column .article-link{border-top:1px solid #ccc;font-size:1rem;line-height:24px;padding:1.5rem .5rem}#help-center .articles-column .article-link:last-child{border-bottom:1px solid #ccc}#help-center .note-container{background:#fff1f5;border-left:.3125rem solid #db3a57;border-radius:.5rem;margin:2rem 0;padding:1.875rem}#help-center .note-header{color:#db3a57;font-size:1rem;margin-bottom:1rem}#help-center .note-content{font-size:1rem;line-height:1.5rem}#help-center .note-content+.note-content{margin-top:1.5rem}#help-center #search_results{background-color:hsla(0,0%,100%,.808);border:1px solid #b3b4b8;border-radius:.375rem}#help-center #search_results li{font-size:1rem;padding:.75rem 1rem}#help-center #search_results li a{line-height:1rem;text-decoration:none}.static{color:#1a1a1a}.static .title{font-family:Rubik,sans-serif;font-size:48px;font-style:normal;font-weight:500;letter-spacing:0;line-height:58px;text-align:left}.static .title-big{font-family:Rubik,sans-serif;font-size:58px;line-height:66px}@media (max-width:770px){.static .title{font-size:32px;line-height:42px}}.static .subtitle{font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:400;letter-spacing:0;line-height:34px;text-align:left}@media (max-width:770px){.static .subtitle{font-size:16px;line-height:22px}}.static .text{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0;line-height:28px;text-align:left}@media (max-width:770px){.static .text{font-size:16px;line-height:20px}}.static .separator{border-top:1px solid #b5b5b5}.static .collapse:not(.show){display:none}.static#explore .header .title-img{max-width:260px}.static#explore .image{margin-top:-80px;max-width:100%}.static#explore .btn{border-radius:2px;height:61px;width:179px}.static#explore .anounce{min-width:20rem;width:20rem}@media (max-width:710px){.static#explore .anounce{min-width:17rem;width:17rem}}.static#explore .more-func{max-width:35rem}.static#explore .more-func .subtitle{font-family:Rubik,sans-serif;font-size:36px;font-style:normal;font-weight:500;letter-spacing:0;line-height:46px;text-align:center}@media (max-width:770px){.static#explore .more-func .subtitle{font-size:24px;line-height:34px}.static#explore .more-func img{max-width:21rem}}.static#explore .access{border-radius:10px;width:938px}.static#explore .fw-500{font-weight:500}.static#explore .fw-600{font-weight:600}.static#explore .baby2{margin-top:-200px;width:200px}@media (max-width:940px){.static#explore .baby2{display:none}}@media (max-width:710px){.static#explore .title-img{display:none}.static#explore .title.pt-80{padding-top:20px!important;text-align:center}}.static#explore .fa-plus-red{margin-top:20px}.static#explore input{border-radius:2px;width:20rem}.static #price-cockpit{max-width:37%}.static-mt-nav{margin-top:96px}@media (max-width:768px){.static-mt-nav{margin-top:57px}}@media (min-width:1100px) and (max-width:1599px){.static-mt-nav{margin-top:92px}}.static-mt-nav-auth{margin-top:50px}.faq__wrapper:not(:active) .faq__plus-red{rotate:45deg;transition:all 1.3s ease}.faq__answer{padding-bottom:1.25rem}.faq__menu{flex-direction:row;flex-wrap:wrap;font-family:Rubik,sans-serif}.faq__menu .faq__menu-active{background:#db3a57;color:#fff}.faq__menu-item{background:#fff2da;color:#db3a57;cursor:pointer;font-size:16px;font-weight:500;line-height:26px;margin-right:.625rem;margin-top:1.063rem;padding:6px 15px}.faq__menu-item:last-child{margin-right:unset}.faq__plus{align-self:center;margin-left:1.375rem;transition:all 1.3s ease}.faq__plus-open{rotate:45deg;transition:all 1.3s ease}.faq__plus-open .faq__plus-horizontal,.faq__plus-open .faq__plus-vertical{background:#b5b5b5}.faq__plus-horizontal{background:red;height:2px;width:17.5px}.faq__plus-vertical{background:red;height:17.5px;position:relative;right:50%;width:2px}.phones{margin-bottom:190px;margin-top:183px}@media (max-width:710px){.phones{margin-bottom:0;margin-top:66px}}.phones .image{height:425px}@media (max-width:1024px){.phones .image{height:308px}}@media (max-width:710px){.phones .image{height:255px}}.phones .text-head{font-size:36px;font-style:normal;font-weight:400;letter-spacing:0;line-height:43px;margin-bottom:90px;margin-top:51px;text-align:center}@media (max-width:1024px){.phones .text-head{font-size:24px;font-style:normal;font-weight:400;line-height:28px}}@media (max-width:710px){.phones .text-head{font-size:18px;font-style:normal;font-weight:400;line-height:21px}}.components .btn{height:25px;padding:0 .45rem}.components .page,.components .show{height:25px;width:5rem}.components .page{text-align:end}.square-btn{height:25px;width:25px}select.hided-select{background:#fff url(/images/chevron-down-grey.svg?f8224c1fd87f1f783cb012917febd43b) no-repeat right 0 top -2px;border:none;height:25px;padding-left:5px;width:50px}select.hided-select:focus-visible{outline:none}input.small-input{height:25px;padding-right:10px;text-align:right;width:50px}input.small-input.border-danger:focus-visible{outline:1px auto red}.hide-big-text{-ms-line-clamp:2;-webkit-line-clamp:3;line-clamp:3;word-wrap:break-word;-webkit-box-orient:vertical;box-orient:vertical;display:-webkit-box;display:box;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis}.modal-file-item{margin-top:1rem}.modal-file-item .file-link{color:#db3a57;cursor:pointer;font-size:12px;line-height:14px;margin-left:1.25rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.modal-file-item .file-link,.modal-file-item .file-name{font-family:Rubik,sans-serif;font-style:normal;font-weight:400}.modal-file-item .file-name{color:#000;font-size:14px;line-height:1}.tip-button{cursor:pointer}.tip-block{bottom:attr(data-bottom rem,initial);display:none;flex-direction:column;left:attr(data-left rem,initial);position:absolute;right:attr(data-right rem,initial);top:attr(data-top rem,initial);width:attr(data-width rem,initial);z-index:-1}.tip-block .tip{background-color:#fff;border:1px solid #dee0e3;border-radius:.35rem;box-shadow:0 0 .5rem rgba(0,0,0,.1);display:flex;flex-direction:column;padding:.8rem 1.2rem;width:100%}.tip-block .tip .tip-title{color:#000;font-weight:500;margin-bottom:.5em}.tip-block .tip .tip-text{color:rgba(15,19,36,.6);line-height:1.35;margin-bottom:0}.tip-block .tip .tip-text+.tip-text{margin-top:.5em}@media (max-width:1024px){.tip-block{bottom:attr(data-m-bottom rem,attr(data-bottom rem,initial));left:attr(data-m-left rem,attr(data-left rem,initial));right:attr(data-m-right rem,attr(data-right rem,initial));top:attr(data-m-top rem,attr(data-top rem,initial));width:attr(data-m-width rem,attr(data-width rem,initial))}}.tip-button:hover .tip-block{display:flex;z-index:10000}.input-selector{align-items:center;background-color:#fff;display:flex;position:relative}.input-selector:after{color:#404040;content:"<";display:flex;font-size:1rem;height:1.5rem;line-height:1.5;position:absolute;right:1rem;transform:rotate(-90deg) scaleY(1.5);z-index:1}.input-selector-field{align-items:center;background:none;border:1px solid #d2d5da!important;border-radius:.25rem!important;box-shadow:none;color:#404040;cursor:pointer;display:flex;font-size:14px;height:2.5rem;min-width:7rem;outline:none;padding:.7rem 2rem .7rem 1rem;position:relative;width:100%;z-index:2}.input-selector-field::-moz-placeholder{color:#b5b5b5}.input-selector-field::placeholder{color:#b5b5b5}.input-selector-data-list{background-color:#fff;border:1px solid #d2d5da;border-radius:.25rem;display:none;flex-direction:column;list-style:none;max-height:12rem;overflow-y:auto;position:absolute;top:2.5rem;width:100%;z-index:9999}.input-selector-data-list.active{display:flex}.input-selector-item{cursor:pointer;font-size:14px;padding:.6rem 1rem;transition:background-color .2s ease-in-out,color .2s ease-in-out}.input-selector-no-data-item{color:#ccc;padding:1rem;text-align:center}.input-selector-no-data-item .no-data-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-selector-item:hover{background-color:#d2d5da}.input-selector-item.hidden,.input-selector-no-data-item.hidden{display:none!important}.page-faq{display:block}.page-faq .readmore{display:block;font-weight:700;margin-bottom:40px}.page-faq .article-text{padding:15px 10px 0!important}.page-faq .article-text p{font-size:15px}.page-faq .content-faq{padding-bottom:120px}@media screen and (max-width:639px){.page-faq .content-faq{padding-bottom:40px}.article-item{padding-left:10px;padding-right:10px}.article-home-img-large,.article-home-img-small{width:100%}}.page-faq .content-faq .faq-top-header{margin-left:26.5%;margin-right:10.16666667%;padding:40px 0}.page-faq .content-faq .faq-top-header h3{color:#9fa4a6;font-size:16px}@media screen and (max-width:639px){.page-faq .content-faq .faq-top-header{margin-left:8.16666667%;margin-right:8.16666667%;padding:40px 0}}.page-faq .content-faq .left-bar{float:left;margin-left:5.08333333%;margin-right:2%;max-width:300px;min-height:65vh;width:29.41666667%}.page-faq .content-faq .left-bar .left-faq-nav.affix{max-width:inherit;position:fixed;top:20px}.page-faq .content-faq .left-bar h4{margin-top:10px}.page-faq .content-faq .left-bar ul li{cursor:pointer;margin-bottom:10px}.page-faq .content-faq .left-bar ul li.active{color:#3d77ea}@media screen and (max-width:939px){.page-faq .content-faq .left-bar{width:21.41666667%}}.page-faq .content-faq .down-arrow{display:none}@media screen and (max-width:639px){.page-faq .content-faq .down-arrow{display:block}.page-faq .content-faq .left-bar{margin-bottom:30px;margin-left:0;margin-right:0;max-width:100%;min-height:56px;width:100%}.page-faq .content-faq .left-bar.open ul{height:auto;overflow:visible;padding-top:10px}.page-faq .content-faq .left-bar.open h4 .down-arrow{transform:rotate(-90deg)}.page-faq .content-faq .left-bar h4 .down-arrow{float:right;max-height:20px;transform:rotate(90deg);transition:transform .35s ease 0s}.page-faq .content-faq .left-bar ul{height:0;margin:0;overflow:hidden}.page-faq .content-faq .left-bar .left-faq-nav{background-color:#edeeef;padding:10px 8.16666667%}.page-faq .content-faq .left-bar .left-faq-nav.affix{left:0;position:fixed;right:0;top:0;z-index:9900}}.page-faq .content-faq .main-column{float:left;width:53.33333333%}.page-faq .content-faq .main-column .section-gap:not(:first-child){margin-top:60px}@media screen and (max-width:939px){.page-faq .content-faq .main-column .section-gap:not(:first-child){margin-top:40px}}@media screen and (max-width:639px){.page-faq .content-faq .main-column{margin-left:0;margin-right:0;width:100%}.page-faq .content-faq .main-column .section-gap:not(:first-child){margin-top:20px}.page-faq .content-faq .main-column h3{padding-left:8.16666667%;padding-right:8.16666667%}.page-faq .content-faq .main-column .faq-question{padding-left:2%;padding-right:8.16666667%}.page-faq .content-faq .main-column .faq-question h2{margin-bottom:0;margin-left:30px}.page-faq .content-faq .main-column .faq-question .icon{height:36px;width:16px}.page-faq .content-faq .main-column .faq-question .icon span{width:16px}.page-faq .content-faq .main-column .faq-question .answer{margin-left:30px}}.input-group.blog,.input-group.blog-inner{float:none;margin:auto;max-width:650px;width:97%}.input-group.blog p{font-size:15.5px;font-weight:100;line-height:24px;margin-top:10px;text-align:left;width:100%}.input-group p.date{font-size:11px;margin-bottom:0;margin-top:-15px;position:relative;text-align:right;width:100%}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}#article_body p{padding:0 10px!important}.modal .category-modal__title{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.modal .category-modal__product-input:checked+label:before{background:conic-gradient(from 90deg at 2px 2px,#d84560 90deg,transparent 0) 0 0/21px 21px}.modal .category-modal__product-label:before{border:1px solid #50535b;border-radius:2px;content:" ";height:25px;left:0;position:absolute;top:0;width:25px}.modal .category-modal__sort-up{background:url(/images/services-management/sort_arrow_up.png) 50% 50% no-repeat;height:25px;width:25px}.modal .category-modal__sort-up.sort_disabled{opacity:.4}.modal .category-modal__sort-down{background:url(/images/services-management/sort_arrow_down.png) 50% 50% no-repeat;height:25px;width:25px}.modal .category-modal__sort-down.sort_disabled{opacity:.4}.modal .category-modal__body.modal-body{padding:1rem 2rem}.modal .category-modal__body.modal-body #category-form .form-control,.modal .category-modal__body.modal-body #category-form .subtitle{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:24px}.modal .category-modal__body.modal-body #category-form .form-control{background:#fff;border:1px solid #acacac;border-radius:3px}.modal .category-modal__body.modal-body #category-form .category-modal__product-label{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:21px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal .category-modal__footer.modal-footer{border:none}.modal .category-modal__footer.modal-footer .text-left .cancel-btn,.modal .category-modal__footer.modal-footer .text-right #category-submit-form{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.categories-list__wrapper,.categories-main__annotation{background:#fff;border:1px solid #e5e5e5;border-radius:5px}.categories-list__wrapper{overflow:hidden}.categories-list__links a{color:#db3a57;font-size:14px;font-weight:400;line-height:17px}.categories-list__table{position:relative}.categories-list__table-controls-button-add a{color:#db3a57;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.categories-list__table-controls-button-add a:hover{text-decoration:none}.categories-list__table-controls-search{min-width:345px}.categories-list__table-controls-search input[type=text]{align-items:center;border:1px solid #a1a1a1;border-radius:2px;display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding:.6rem;width:100%}.categories-list__table-controls-filter-item span{color:#7f8992}.categories-list__table-controls-filter-item select,.categories-list__table-controls-filter-item span{align-self:center;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.categories-list__table-controls-filter-item select{-webkit-appearance:none;-moz-appearance:none;background-position:100% 50%;background-size:40%;border:0;height:23px;text-indent:1px;text-overflow:"";width:35px}.categories-list__table-controls-pagination-input span{align-self:center;color:#7f8992;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.categories-list__table-controls-pagination-input input[type=text]{align-self:center;color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:25px;line-height:22px;max-width:50px;text-align:right}.categories-list__table-controls-pagination-arrows a{align-self:center;border-radius:2px;box-shadow:0 4px 10px rgba(0,84,131,.1);display:inline-block;height:25px;width:25px}.categories-list__table-controls-pagination-arrows a:first-child{background:url(/images/services-management/chevron-left.png) 50% 50% no-repeat,#db3a57}.categories-list__table-controls-pagination-arrows a:last-child{background:url(/images/services-management/chevron-right.png) 50% 50% no-repeat,#db3a57}.categories-list__table-controls-pagination-info{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.categories-list__table-controls-row{visibility:hidden}.categories-list__table table thead tr{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.01)),#f1f1f1}.categories-list__table table thead tr td,.categories-list__table table thead tr th{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px}.categories-list__table table thead tr td:first-child,.categories-list__table table thead tr th:first-child{border-right:1px dashed #e5e5e5;width:300px}.categories-list__table table thead tr td span,.categories-list__table table thead tr th span{display:inline-block;padding:.5rem 1rem}.categories-list__table table tbody tr:nth-child(2n){background:#f8f8f8;filter:drop-shadow(0 2px 4px rgba(50,56,62,.1))}.categories-list__table table tbody tr:nth-child(odd){box-shadow:0 1px 4px rgba(0,0,0,.1)}.categories-list__table table tbody tr:hover .categories-list__table-controls-row{visibility:visible}.categories-list__table table tbody tr td,.categories-list__table table tbody tr th{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.categories-list__table table tbody tr td:first-child,.categories-list__table table tbody tr th:first-child{border-right:1px dashed #e5e5e5}.categories-list__table table tbody tr td span,.categories-list__table table tbody tr th span{display:inline-block;padding:.5rem 1rem}#attributes-modal.modal-header{margin:0 auto}#attributes-modal.modal-header .close-btn{position:absolute;right:10px;top:10px}#attributes-modal.modal .form-row-title__main{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:28px}#attributes-modal.modal .form-row-title__subtitle{color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px}#attributes-modal.modal .form-row__add-modifier-button{border-radius:2px;color:#d84560;display:inline-block;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-align:left;transition:all .3s}#attributes-modal.modal .attributes-modal__title{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}#attributes-modal.modal .attributes-modal__product-input:checked+label:before{background:conic-gradient(from 90deg at 2px 2px,#d84560 90deg,transparent 0) 0 0/18px 18px}#attributes-modal.modal .attributes-modal__product-input.disabled+label:before{background:conic-gradient(from 90deg at 2px 2px,#b5b5b5 90deg,transparent 0) 0 0/18px 18px;pointer-events:none}#attributes-modal.modal .attributes-modal__input-description{font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px}#attributes-modal.modal .attributes-modal__sort-up{background:url(/images/chevron-up.png) no-repeat;background-size:contain;cursor:pointer;height:35px;width:35px}#attributes-modal.modal .attributes-modal__sort-up.sort_disabled{opacity:.4;pointer-events:none}#attributes-modal.modal .attributes-modal__sort-down{background:url(/images/chevron-down.png) no-repeat;background-size:contain;cursor:pointer;height:35px;width:35px}#attributes-modal.modal .attributes-modal__sort-down.sort_disabled{opacity:.4;pointer-events:none}#attributes-modal.modal .attributes-modal__body.modal-body{padding:1rem 2rem}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .subtitle{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:none}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .subtitle .delete-modifier{background:none!important;color:#db3a57!important;cursor:pointer;right:0;text-decoration:underline;text-transform:none}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .form-control{background:#fff;border:1px solid #acacac;border-radius:3px;color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:300;line-height:24px}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .custom-select{background:#fff;border:1px solid #acacac;border-radius:3px;color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .custom-select.custom-select-new~.arrow.select{right:20px;top:43px}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .custom-select.custom-select-new:focus~.arrow.select{top:45px;transform:rotate(225deg)}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .custom-select.attributes-edit-title~.arrow.select{right:28px;top:36px}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .custom-select.attributes-edit-title:focus~.arrow.select{top:38px;transform:rotate(225deg)}#attributes-modal.modal .attributes-modal__body.modal-body #attributes-form .product-modal__product-label{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:21px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}#attributes-modal.modal .attributes-modal__footer.modal-footer{border:none;padding-left:30px}#attributes-modal.modal .attributes-modal__footer.modal-footer .text-left .cancel-btn,#attributes-modal.modal .attributes-modal__footer.modal-footer .text-right #attributes-submit-form{font-family:Rubik,sans-serif;font-style:normal}#attributes-rows .form-group .row{align-items:end}.attributes-list__wrapper,.attributes-main__annotation{background:#fff;border:1px solid #e5e5e5;border-radius:5px}.attributes-list__wrapper{overflow:hidden}.attributes-list__table{position:relative}.attributes-list__table-controls-button-add a{color:#db3a57;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.attributes-list__table-controls-button-add a:hover{text-decoration:none}.attributes-list__table-controls-search{min-width:345px}.attributes-list__table-controls-search input[type=text]{align-items:center;border:1px solid #a1a1a1;border-radius:2px;display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding:.6rem;width:100%}.attributes-list__table-controls-filter-item span{color:#7f8992}.attributes-list__table-controls-filter-item select,.attributes-list__table-controls-filter-item span{align-self:center;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.attributes-list__table-controls-filter-item select{-webkit-appearance:none;-moz-appearance:none;background-position:100% 50%;background-size:40%;border:0;height:23px;text-indent:1px;text-overflow:"";width:35px}.attributes-list__table-controls-pagination-input span{align-self:center;color:#7f8992;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.attributes-list__table-controls-pagination-input input[type=text]{align-self:center;color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:25px;line-height:22px;max-width:50px}.attributes-list__table-controls-pagination-arrows a{align-self:center;border-radius:2px;box-shadow:0 4px 10px rgba(0,84,131,.1);display:inline-block;height:25px;width:25px}.attributes-list__table-controls-pagination-arrows a:first-child{background:url(/images/services-management/chevron-left.png) 50% 50% no-repeat,#db3a57}.attributes-list__table-controls-pagination-arrows a:last-child{background:url(/images/services-management/chevron-right.png) 50% 50% no-repeat,#db3a57}.attributes-list__table-controls-pagination-info{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.attributes-list__table-controls-row{visibility:hidden}.attributes-list__table-apply-service-link{color:#adbbc8;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.attributes-list__table-apply-service-link:hover{color:#3cd286;text-decoration:none}.attributes-list__table table thead tr{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.01)),#f1f1f1}.attributes-list__table table thead tr td,.attributes-list__table table thead tr th{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px}.attributes-list__table table thead tr td:not(:last-child),.attributes-list__table table thead tr th:not(:last-child){border-right:1px dashed #e5e5e5;width:300px}.attributes-list__table table thead tr td span,.attributes-list__table table thead tr th span{display:inline-block;padding:.5rem 1rem}.attributes-list__table table tbody tr:nth-child(2n){background:#f8f8f8;filter:drop-shadow(0 2px 4px rgba(50,56,62,.1))}.attributes-list__table table tbody tr:nth-child(odd){box-shadow:0 1px 4px rgba(0,0,0,.1)}.attributes-list__table table tbody tr:hover .attributes-list__table-controls-row{visibility:visible}.attributes-list__table table tbody tr td,.attributes-list__table table tbody tr th{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.attributes-list__table table tbody tr td:not(:last-child),.attributes-list__table table tbody tr th:not(:last-child){border-right:1px dashed #e5e5e5}.attributes-list__table table tbody tr td span,.attributes-list__table table tbody tr th span{display:inline-block;padding:.5rem 1rem}.modifier-menu-modal{background:#fff;border:1px solid #d2d5da;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);position:absolute;z-index:5}.modifier-menu-modal:not(.opened){display:none}.modifier-menu-modal-title{border-bottom:.5px solid #d2d5da;color:#b5b5b5;padding:10px 16px;position:relative}.modifier-menu-modal-title .close-elem{cursor:pointer}.modifier-menu-modal-title .close-elem img{height:10px;width:10px}.modifier-menu-modal-option{cursor:pointer;padding:8px 16px}.modifier-menu-modal-option.disabled{cursor:not-allowed;opacity:.3}.modifier-menu-modal-option img{height:24px;margin-right:5px;width:24px}.modifier-menu-modal-option .name{color:#000}.modal .form-row-title__main{color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.modal .form-row-title__subtitle{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:21px}.modal .product-modal__title{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.modal .product-modal__product-input:checked+label:before{background:conic-gradient(from 90deg at 2px 2px,#d84560 90deg,transparent 0) 0 0/21px 21px}.modal .product-modal__product-label{padding:3px 0 0 35px}.modal .product-modal__product-label:before{border:1px solid #50535b;border-radius:2px;content:" ";height:25px;left:0;position:absolute;top:0;width:25px}.modal .product-modal__sort-up{background:url(/images/chevron-up.png) 50% 50% no-repeat;background-size:contain;height:24px;width:25px}.modal .product-modal__sort-up.sort_disabled{opacity:.4}.modal .product-modal__sort-down{background:url(/images/chevron-down.png) 50% 50% no-repeat;background-size:contain;height:24px;width:25px}.modal .product-modal__sort-down.sort_disabled{opacity:.4}.modal .product-modal__body.modal-body{padding:1rem 20px!important}.modal .product-modal__body.modal-body #product-form .subtitle{color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.modal .product-modal__body.modal-body #product-form .custom-select,.modal .product-modal__body.modal-body #product-form .form-control{border:1px solid #acacac;border-radius:3px;color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.modal .product-modal__body.modal-body #product-form .custom-select{background:#fff}.modal .product-modal__body.modal-body #product-form .product-modal__product-label{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modal .product-modal__body.modal-body #product-form label{font-size:14px}.modal .product-modal__footer.modal-footer{border:none}.modal .product-modal__footer.modal-footer .text-left .cancel-btn,.modal .product-modal__footer.modal-footer .text-right #service-submit-form{color:#000;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}.dropdown-field{border-bottom:1px solid #dfdfdf;padding:14px 5px 16px}.dropdown-field-title{cursor:pointer;font-size:16px;font-weight:500;line-height:24px;position:relative}.dropdown-field-content{display:none;margin-top:16px}.dropdown-field-content.opened{display:block}.dropdown-field-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%)}.dropdown-field-arrow.opened img{transform:rotate(180deg);transition:1s}.dropdown-field-arrow img{height:24px;transition:1s;width:24px}.services-list__wrapper,.services-main__annotation{background:#fff;border:1px solid #e5e5e5;border-radius:5px}.services-list__wrapper{overflow:hidden}.services-list__table{position:relative}.services-list__table-controls-button-add a{color:#db3a57;display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.services-list__table-controls-button-add a:hover{text-decoration:none}.services-list__table-controls-search{min-width:345px}.services-list__table-controls-search input[type=text]{align-items:center;border:1px solid #a1a1a1;border-radius:2px;display:flex;font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding:.6rem;width:100%}.services-list__table-controls-filter-item span{color:#7f8992}.services-list__table-controls-filter-item select,.services-list__table-controls-filter-item span{align-self:center;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.services-list__table-controls-filter-item select{-webkit-appearance:none;-moz-appearance:none;background-position:100% 50%;background-size:40%;border:0;height:23px;text-indent:1px;text-overflow:"";width:35px}.services-list__table-controls-pagination-input span{align-self:center;color:#7f8992;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.services-list__table-controls-pagination-input input[type=text]{align-self:center;color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:25px;line-height:22px;max-width:50px}.services-list__table-controls-pagination-arrows a{align-self:center;border-radius:2px;box-shadow:0 4px 10px rgba(0,84,131,.1);display:inline-block;height:25px;width:25px}.services-list__table-controls-pagination-arrows a:first-child{background:url(/images/services-management/chevron-left.png) 50% 50% no-repeat,#db3a57}.services-list__table-controls-pagination-arrows a:last-child{background:url(/images/services-management/chevron-right.png) 50% 50% no-repeat,#db3a57}.services-list__table-controls-pagination-info{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.services-list__table-controls-row{visibility:hidden}.services-list__table table thead tr{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.01)),#f1f1f1}.services-list__table table thead tr td,.services-list__table table thead tr th{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px}.services-list__table table thead tr td:not(:last-child),.services-list__table table thead tr th:not(:last-child){border-right:1px dashed #e5e5e5;width:300px}.services-list__table table thead tr td span,.services-list__table table thead tr th span{display:inline-block;padding:.5rem 1rem}.services-list__table table tbody tr:nth-child(2n){background:#f8f8f8}.services-list__table table tbody tr:nth-child(odd){box-shadow:0 1px 4px rgba(0,0,0,.1)}.services-list__table table tbody tr:hover .services-list__table-controls-row{visibility:visible}.services-list__table table tbody tr td,.services-list__table table tbody tr th{color:#5c6268;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.services-list__table table tbody tr td:not(:last-child),.services-list__table table tbody tr th:not(:last-child){border-right:1px dashed #e5e5e5}.services-list__table table tbody tr td span,.services-list__table table tbody tr th span{display:inline-block;padding:.5rem 1rem}.services-list__table .disabled{opacity:.3}:root{--rubik-font-style:"Rubik";--helvetica-font-style:Helvetica;--arial-font-style:Arial;--arial-black-font-style:Arial #000;--verdana-font-style:Verdana;--tahoma-font-style:Tahoma;--trebuchet-ms-font-style:Trebuchet MS;--impact-font-style:Impact;--comic-sans-ms-font-style:Comic Sans MS;--gill-sans-font-style:Gill Sans;--times-new-roman-font-style:Times new Roman;--georgia-font-style:Georgia;--palatino-font-style:Palatino;--baskerville-font-style:Baskerville;--adenale-mono-font-style:Adenale Mono;--courier-font-style:Courier;--lucida-grande-font-style:Lucida Grande;--monaco-font-style:Monaco;--bradley-hand-font-style:Bradley Hand;--brush-script-mt-font-style:Brush Script MT;--luminari-font-style:Luminari;--optima-font-style:Optima;--didot-font-style:Didot;--american-typewriter-font-style:American Typewriter}.modal-content.rubik-font-style{font-family:var(--rubik-font-style)!important}.modal-content.arial-font-style{font-family:var(--arial-font-style)!important}.modal-content.arial-black-font-style{font-family:var(--arial-black-font-style)!important}.modal-content.verdana-font-style{font-family:var(--verdana-font-style)!important}.modal-content.tahoma-font-style{font-family:var(--tahoma-font-style)!important}.modal-content.trebuchet-ms-font-style{font-family:var(--trebuchet-ms-font-style)!important}.modal-content.impact-font-style{font-family:var(--impact-font-style)!important}.modal-content.comic-sans-ms-font-style{font-family:var(--comic-sans-ms-font-style)!important}.modal-content.gill-sans-font-style{font-family:var(--gill-sans-font-style)!important}.modal-content.times-new-roman-font-style{font-family:var(--times-new-roman-font-style)!important}.modal-content.georgia-font-style{font-family:var(--georgia-font-style)!important}.modal-content.palatino-font-style{font-family:var(--palatino-font-style)!important}.modal-content.baskerville-font-style{font-family:var(--baskerville-font-style)!important}.modal-content.adenale-mono-font-style{font-family:var(--adenale-mono-font-style)!important}.modal-content.courier-font-style{font-family:var(--courier-font-style)!important}.modal-content.lucida-grande-font-style{font-family:var(--lucida-grande-font-style)!important}.modal-content.monaco-font-style{font-family:var(--monaco-font-style)!important}.modal-content.bradley-hand-font-style{font-family:var(--bradley-hand-font-style)!important}.modal-content.brush-script-mt-font-style{font-family:var(--brush-script-mt-font-style)!important}.modal-content.luminari-font-style{font-family:var(--luminari-font-style)!important}.modal-content.optima-font-style{font-family:var(--optima-font-style)!important}.modal-content.didot-font-style{font-family:var(--didot-font-style)!important}.modal-content.american-typewriter-font-style{font-family:var(--american-typewriter-font-style)!important}.modal-content.helvetica-font-style{font-family:var(--helvetica-font-style)!important}:root{--modal-content-size-thin:450px;--modal-label-font-size:18px;--modal-select-arrow-color:2px solid #363636;--modal-title-font-size:28px}.modal{background-color:rgba(0,0,0,.5)}.modal .link{color:var(--red,#db3a57);cursor:pointer;font-weight:600;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline}.modal form#verify_bank_account .verify-message .bold{font-weight:600;line-height:19px;margin-bottom:24px}.modal form#verify_bank_account .verify-message .plain{color:#9a9a9a;line-height:18px}.modal form#verify_bank_account #payment-data-info{background:#f7f7f7;border:2px solid #cbcbcb;border-radius:10px;padding:24px}.modal form#verify_bank_account #payment-data-info .payment-source{margin-bottom:28px}.modal form#verify_bank_account #payment-data-info .payment-description{width:100%}.modal form#verify_bank_account #payment-data-info .payment-description .must-insert{color:#ff1616;font-weight:700}.modal form#verify_bank_account #payment-data-info .payment-description thead tr{border-bottom:2px solid #dee2e6;height:40px}.modal form#verify_bank_account #payment-data-info .payment-description tbody tr{height:30px}.modal form#verify_bank_account #payment-data-info .payment-description tr.transaction{width:50%}.modal form#verify_bank_account #payment-data-info .payment-description tr.amount,.modal form#verify_bank_account #payment-data-info .payment-description tr.date{width:25%}.modal form#verify_bank_account input{border:1px solid A1A1A1;color:#000;font-size:16px;font-weight:700;letter-spacing:4px;min-height:40px;outline:none;text-align:center}.modal form#verify_bank_account input:focus{border:1px solid rgba(0,0,255,.5);box-shadow:0 0 .2rem .1rem rgba(0,0,255,.3)}.modal form#verify_bank_account .amounts{margin-top:50px}.modal form#verify_bank_account .amounts .label-amounts{top:-30px}.modal-form .modal-content{background:#fff;border-radius:5px;margin:7% auto 0;padding:10px 5px 28px;width:440px}.modal-form .modal-content .modal-header{display:flex;justify-content:center}.modal-form .modal-content .modal-header .close-btn{position:absolute;right:10px;top:10px;z-index:1}.modal-form .modal-content .modal-header .modal-title{leading-trim:Cap height;color:#000;font-family:Rubik;font-size:var(--modal-title-font-size);font-size:18px;font-weight:600;font-weight:500;letter-spacing:0;line-height:100%;vertical-align:middle}.modal-form .modal-content .customer-data{display:flex;flex-direction:row;justify-content:flex-start}.modal-form .modal-content .customer-data .customer-data-field{display:flex;flex-direction:column}.modal-form .modal-content .customer-data .label{color:#929292;font-size:10px}.modal-form .modal-content .agreement{font-size:15px;line-height:18px;margin-top:30px}.modal-form .modal-content .link{color:var(--red,#db3a57);cursor:pointer;font-weight:600;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline}.modal-form .modal-content#create-visit-modal,.modal-form .modal-content #edit-visit-modal{height:425px;width:440px}.modal-form .modal-content .modal-btn{background:#db3a57;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);color:#fff;height:50px;padding:11px 0;text-decoration:none;transition:.3s;width:100%}.modal-form .modal-content .modal-body{padding:0}.modal-form .modal-content .modal-body form{display:flex;flex-direction:column}.modal-form .modal-content .modal-body .disabled-form-control{background-color:#e9ecef!important}.modal-form .modal-content .custom-col{padding-left:10px!important;padding-right:10px!important}.modal-form .modal-content .custom-row{margin-left:-10px!important;margin-right:-10px!important}.modal-form .modal-content.w-500{width:500px!important}.modal-form.approve .form-control:disabled,.modal-form.approve input:disabled,.modal-form.approve select:disabled,.modal-form.approve textarea:disabled,.modal-form.charge .form-control:disabled,.modal-form.charge input:disabled,.modal-form.charge select:disabled,.modal-form.charge textarea:disabled,.modal-form.cockpit .form-control:disabled,.modal-form.cockpit input:disabled,.modal-form.cockpit select:disabled,.modal-form.cockpit textarea:disabled,.modal-form.create .form-control:disabled,.modal-form.create input:disabled,.modal-form.create select:disabled,.modal-form.create textarea:disabled,.modal-form.edit .form-control:disabled,.modal-form.edit input:disabled,.modal-form.edit select:disabled,.modal-form.edit textarea:disabled,.modal-form.view .form-control:disabled,.modal-form.view input:disabled,.modal-form.view select:disabled,.modal-form.view textarea:disabled{background-color:#e4e4e4!important;border:1px solid #a1a1a1!important;color:#1a1a1a!important}.modal-form.approve#create-invoice-modal .sub_input_container,.modal-form.approve#edit-invoice-modal .sub_input_container,.modal-form.charge#create-invoice-modal .sub_input_container,.modal-form.charge#edit-invoice-modal .sub_input_container,.modal-form.cockpit#create-invoice-modal .sub_input_container,.modal-form.cockpit#edit-invoice-modal .sub_input_container,.modal-form.create#create-invoice-modal .sub_input_container,.modal-form.create#edit-invoice-modal .sub_input_container,.modal-form.edit#create-invoice-modal .sub_input_container,.modal-form.edit#edit-invoice-modal .sub_input_container,.modal-form.view#create-invoice-modal .sub_input_container,.modal-form.view#edit-invoice-modal .sub_input_container{display:none;left:0;position:absolute;top:-12px}.modal-form.approve .modal-content,.modal-form.charge .modal-content,.modal-form.cockpit .modal-content,.modal-form.create .modal-content,.modal-form.edit .modal-content,.modal-form.view .modal-content{width:600px}.modal-form.approve .modal-content.thin,.modal-form.charge .modal-content.thin,.modal-form.cockpit .modal-content.thin,.modal-form.create .modal-content.thin,.modal-form.edit .modal-content.thin,.modal-form.view .modal-content.thin{width:var(--modal-content-size-thin)}.modal-form.approve .checkbox-taxable,.modal-form.charge .checkbox-taxable,.modal-form.cockpit .checkbox-taxable,.modal-form.create .checkbox-taxable,.modal-form.edit .checkbox-taxable,.modal-form.view .checkbox-taxable{position:absolute;top:84px}.modal-form.approve .checkbox-taxable input[type=checkbox],.modal-form.charge .checkbox-taxable input[type=checkbox],.modal-form.cockpit .checkbox-taxable input[type=checkbox],.modal-form.create .checkbox-taxable input[type=checkbox],.modal-form.edit .checkbox-taxable input[type=checkbox],.modal-form.view .checkbox-taxable input[type=checkbox]{border-radius:0!important;height:20px;width:20px}.modal-form.approve .checkbox-taxable label,.modal-form.charge .checkbox-taxable label,.modal-form.cockpit .checkbox-taxable label,.modal-form.create .checkbox-taxable label,.modal-form.edit .checkbox-taxable label,.modal-form.view .checkbox-taxable label{left:30px;position:absolute;top:3px;width:185px}.modal-form.approve .form-action,.modal-form.charge .form-action,.modal-form.cockpit .form-action,.modal-form.create .form-action,.modal-form.edit .form-action,.modal-form.view .form-action{cursor:pointer;font-weight:600;margin-bottom:60px;margin-right:40px;text-decoration:underline}.modal-form.approve .form-action .label,.modal-form.charge .form-action .label,.modal-form.cockpit .form-action .label,.modal-form.create .form-action .label,.modal-form.edit .form-action .label,.modal-form.view .form-action .label{margin-top:5px}.modal-form.approve .form-action .price,.modal-form.charge .form-action .price,.modal-form.cockpit .form-action .price,.modal-form.create .form-action .price,.modal-form.edit .form-action .price,.modal-form.view .form-action .price{margin-top:15px}.modal-form.approve .form-action:last-child,.modal-form.charge .form-action:last-child,.modal-form.cockpit .form-action:last-child,.modal-form.create .form-action:last-child,.modal-form.edit .form-action:last-child,.modal-form.view .form-action:last-child{margin-bottom:15px}.modal-form.approve form .form-group,.modal-form.charge form .form-group,.modal-form.cockpit form .form-group,.modal-form.create form .form-group,.modal-form.edit form .form-group,.modal-form.view form .form-group{margin-top:0}.modal-form.approve form .modal-btn,.modal-form.charge form .modal-btn,.modal-form.cockpit form .modal-btn,.modal-form.create form .modal-btn,.modal-form.edit form .modal-btn,.modal-form.view form .modal-btn{background:#db3a57;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);margin-top:15px;transition:all .3s}.modal-form.approve form .modal-btn:hover,.modal-form.charge form .modal-btn:hover,.modal-form.cockpit form .modal-btn:hover,.modal-form.create form .modal-btn:hover,.modal-form.edit form .modal-btn:hover,.modal-form.view form .modal-btn:hover{background-color:#ff0707}.modal-form.approve form label,.modal-form.charge form label,.modal-form.cockpit form label,.modal-form.create form label,.modal-form.edit form label,.modal-form.view form label{font-size:var(--modal-label-font-size)}.modal-form.view .form-action-title{display:none!important}.modal-form form .form-group{margin-bottom:5px}.modal-form form .form-group .form-field{position:relative}.modal-form form .form-group:first-child{margin-top:0}.modal-form form .datetime .form-field{width:47%}.modal-form form input,.modal-form form textarea{border-radius:0}.modal-form form label{font-size:12px}.modal-form form label#card_type{color:#50535b;font-size:12px;position:absolute;right:0;top:10px}.modal-form form textarea{height:80px!important}.modal-form form input[name=date],.modal-form form input[name=time]{cursor:pointer}.modal-form .mt-4,.modal-form .my-4{margin-top:.5rem!important}.modal-form .border-line{border-top:1px solid #cdcdcd;height:1px;margin:10px auto;width:100%}.btn-controls .btn{height:50px;padding:11px 0;transition:.3s;width:47%;width:24%}.arrow{border:2px solid #000;border-left:none;border-top:none;height:10px;position:absolute;right:15px;top:12px;transform:rotate(45deg);transition:all .3s;width:10px}.arrow.select{border:var(--modal-select-arrow-color)!important;border-left:none!important;border-top:none!important;top:10px}select{-moz-appearance:none;-webkit-appearance:none;height:35px}select ::-ms-expand{display:none}select.modal-select{background-image:none!important}select.modal-select:focus~.arrow{transform:rotate(225deg)}select.modal-select:focus~.arrow.select{top:15px}#verify_bank_account-modal .modal-content{width:420px}.modal .workers-psyudo-input{align-items:center;border-color:#a1a1a1;border-radius:2px;display:flex;padding:0 .7rem;position:relative}.modal .workers-psyudo-input .arrow{right:15px;top:10px}.modal .workers-psyudo-input .selected-workers{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;width:90%}.modal .workers-psyudo-input .selected-workers:focus~.arrow{top:15px;transform:rotate(225deg)}.modal .workers-psyudo-input .selected-workers .selected-worker{background:#ffe4ec;border-radius:2px;height:100%;margin-right:3px;padding:4px}.modal .workers-select{background:#fff;border:1px solid #db3a57;border-radius:3px;display:none;flex-direction:column;justify-content:space-around;position:absolute;width:100%}.modal .workers-select .worker-row{align-items:center!important;cursor:pointer!important;font-size:14px!important;font-weight:400!important;margin:0!important;padding:5px!important;transition:all .3s!important;z-index:1000!important}.modal .workers-select .worker-row:hover{background-color:#ddd!important}.modal .workers-select .worker-row label{font-size:12px!important;margin:10px!important}.service-management-commons__main-title{color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.service-management-commons__main-title-hide{color:#db3a57;font-size:14px;font-weight:400;line-height:16px}.service-management-commons__text{color:#1a1a1a;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.service-management-commons__sub-title{color:#1a1a1a;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.service-management-commons__sidebar-menu ul{border-bottom:2px solid #b5b5b5;list-style:none;margin:0;padding:0}.service-management-commons__sidebar-menu ul li a{color:#1a1a1a;display:inline-block;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;position:relative}.service-management-commons__sidebar-menu ul li a.active.categories{color:#db3a57}.service-management-commons__sidebar-menu ul li a.active.categories:before{border-bottom:2px solid;border-color:#db3a57;bottom:-2px;content:" ";left:0;position:absolute;width:100%}.service-management-commons__sidebar-menu ul li a.active.services{color:#db3a57}.service-management-commons__sidebar-menu ul li a.active.services:before{border-bottom:2px solid;border-color:#db3a57;bottom:-2px;content:" ";left:0;position:absolute;width:100%}.service-management-commons__sidebar-menu ul li a.active.attributes{color:#db3a57}.service-management-commons__sidebar-menu ul li a.active.attributes:before{border-bottom:2px solid;border-color:#db3a57;bottom:-2px;content:" ";left:0;position:absolute;width:100%}input[type=checkbox].form-control{box-shadow:none}.service-estimate-pricing{margin-top:.5rem}.price-title{font-weight:500;padding-right:10px}.price-total{font-size:16px}.price-count{background-color:inherit;float:right;font-weight:400;padding-left:11px}.price-total .price-count{font-weight:500}.price-total,.service-estimate-duration,.service-estimate-pricing__sub-total,.service-estimate-pricing__tax,.service-estimate-pricing__tips{display:flex;justify-content:space-between}.price-points{align-self:end;background:repeating-linear-gradient(90deg,#b5b5b5,#b5b5b5 2px,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 5px);display:inline-block;font-weight:400;height:2px}.copyright{display:none!important}.tasker-body,.tasker-header{padding-left:1.125rem;padding-right:1.125rem}.tasker-container{margin-left:auto;margin-right:auto;max-width:83.5rem!important}.mobile-tasker__body-wrapper,.mobile-tasker__header-wrapper-type{display:none}.tasks-select{background:#db3a57;border-radius:2px;color:#fff!important;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:700;height:100%;line-height:19px;width:100%}.task__selected{display:flex;width:100%!important}.errors{color:#db3a57;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.error_workers{margin-bottom:5px}.tasker__header-wrapper{display:flex;flex-direction:row;position:relative}.tasker__header-wrapper-type{margin-top:1.25rem}.tasker__header-wrapper-box,.tasker__header-wrapper-type{display:flex;flex-direction:row}.tasker__header-wrapper-button{cursor:pointer}.tasker__header-wrapper-button-tasks{color:#1a1a1a;display:flex;flex-direction:column;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:100%;justify-content:center;line-height:19px;padding:8px 24px;text-align:center;width:100%}.tasker__header-wrapper-search:last-child{margin-left:1.875rem}.tasker__header-wrapper-search-arrow{cursor:pointer;height:.375rem}.tasker__header-wrapper-search-arrow-box{align-items:center;display:flex;height:35px}.tasker__header-wrapper-search-img{padding-left:.75rem;position:absolute;top:10px}.tasker__header-wrapper-search-find{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:17px;min-width:15.125rem;padding-left:1.875rem}.tasker__header-wrapper-search-circle{background:#ffcc78;border-radius:50%;cursor:pointer;display:flex;justify-content:center;margin-bottom:10px;margin-right:1.063rem;min-height:35px;min-width:35px}.tasker__header-wrapper-search-circle-acc{display:flex;flex-direction:column;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:16px}.tasker__header-wrapper-search-circle:first-child{margin-left:unset}.tasker__header-wrapper-search-worker-filter-circle{background:#ffcc78;border-radius:50%;cursor:pointer;display:flex;justify-content:center;margin-bottom:10px;margin-right:1.063rem;max-height:35px;min-height:35px;min-width:35px}.tasker__header-wrapper-search-worker-filter-circle-descr-name{padding:unset!important}.tasker__header-wrapper-search-worker-filter-circle-acc{display:flex;flex-direction:column;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:16px}.tasker__header-wrapper-search-worker-filter-circle:first-child{margin-left:unset}.tasker__header-title{color:#1a1a1a;display:block;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:36px;margin-bottom:1.25rem;margin-top:1.25rem}.tasker__body-wrapper{cursor:pointer;max-width:81.25rem}.tasker__body-wrapper-title{color:#1a1a1a;display:inline-block;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:36px}.tasker__body-wrapper-title:first-child{margin-top:1.25rem}.tasker__body-wrapper-desc{background:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(50,56,62,.15);margin-top:.625rem;max-width:100%;padding:.938rem 0 .938rem 1.25rem}.tasker__body-wrapper-desc-user{max-width:460px;padding:unset!important}.tasker__body-wrapper-desc-user-box{min-width:160px;width:220px}.tasker__body-wrapper-desc-overdue{background:#db3a57;border-radius:0 5px 5px 0;margin-bottom:-15px;margin-left:1.25rem;margin-top:-15px;padding:unset!important;width:10px}.tasker__body-wrapper-desc-box{padding:unset!important;width:37.5rem}.tasker__body-wrapper-desc-box-header{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.tasker__body-wrapper-desc-box-text{display:inline-block;margin-top:.625rem}.tasker__body-wrapper-desc-info{margin-top:.688rem}.tasker__body-wrapper-desc-info-date,.tasker__body-wrapper-desc-info-repeat{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.tasker__body-wrapper-desc-info-repeat{margin-left:2.375rem}.tasker__body-button{border:1px solid #db3a57;border-radius:5px;color:#db3a57;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:700;height:40px;line-height:19px;margin-bottom:1.25rem;margin-top:1.375rem}.tasker__body-button,.tasker__body-work-wrapper{cursor:pointer;max-width:81.25rem}.tasker__body-work-wrapper:first-child{margin-top:1.25rem}.tasker__body-work-wrapper-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:36px;margin-top:1.875rem}.tasker__body-work-wrapper-desc{background:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(50,56,62,.15);margin-top:.625rem;max-width:100%;padding:.938rem 0 .938rem 1.25rem}.tasker__body-work-wrapper-desc-user{max-width:460px;padding:unset!important}.tasker__body-work-wrapper-desc-user-box{min-width:160px;width:220px}.tasker__body-work-wrapper-desc-inwork{background:#ffcc78;border-radius:0 5px 5px 0;margin-bottom:-15px;margin-left:1.25rem;margin-top:-15px;padding:unset!important;width:10px}.tasker__body-work-wrapper-desc-box{max-width:37.5rem;padding:unset!important}.tasker__body-work-wrapper-desc-box-header{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.tasker__body-work-wrapper-desc-box-text{display:inline-block;margin-top:.625rem}.tasker__body-work-wrapper-desc-info{margin-top:.313rem}.tasker__body-work-wrapper-desc-info-date,.tasker__body-work-wrapper-desc-info-repeat{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.tasker__body-work-wrapper-desc-info-repeat{margin-left:2.375rem}.tasker__body-todo-wrapper{cursor:pointer;max-width:81.25rem}.tasker__body-todo-wrapper:first-child{margin-top:1.25rem}.tasker__body-todo-wrapper-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:36px;margin-top:1.875rem}.tasker__body-todo-wrapper-desc{background:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(50,56,62,.15);margin-top:.625rem;max-width:100%;padding:.938rem 0 .938rem 1.25rem}.tasker__body-todo-wrapper-desc-user{margin-right:1.875rem;max-width:460px;padding:unset!important}.tasker__body-todo-wrapper-desc-user-box{min-width:160px;width:220px}.tasker__body-todo-wrapper-desc-inwork{background:#ffcc78;border-radius:0 5px 5px 0;margin-bottom:-15px;margin-left:1.25rem;margin-top:-15px;padding:unset!important;width:10px}.tasker__body-todo-wrapper-desc-box{max-width:37.5rem;padding:unset!important}.tasker__body-todo-wrapper-desc-box-header{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.tasker__body-todo-wrapper-desc-box-text{display:inline-block;margin-top:.625rem}.tasker__body-todo-wrapper-desc-info{margin-top:.313rem}.tasker__body-todo-wrapper-desc-info-date,.tasker__body-todo-wrapper-desc-info-repeat{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.tasker__body-todo-wrapper-desc-info-repeat{margin-left:2.375rem}.tasker__body-Completed-wrapper{cursor:pointer;max-width:81.25rem}.tasker__body-Completed-wrapper:first-child{margin-top:1.25rem}.tasker__body-Completed-wrapper-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:28px;font-style:normal;font-weight:500;line-height:36px}.tasker__body-Completed-wrapper-title:first-child{margin-top:1.875rem}.tasker__body-Completed-wrapper-desc{background:#fff;border-radius:5px;box-shadow:0 2px 10px rgba(50,56,62,.15);margin-top:.625rem;max-width:100%;padding:.938rem 0 .938rem 1.25rem}.tasker__body-Completed-wrapper-desc-user{margin-right:1.875rem;max-width:460px;padding:unset!important}.tasker__body-Completed-wrapper-desc-user-box{min-width:160px;padding:unset!important;width:220px}.tasker__body-Completed-wrapper-desc-inwork{background:#ffcc78;border-radius:0 5px 5px 0;margin-bottom:-15px;margin-left:1.25rem;margin-top:-15px;padding:unset!important;width:10px}.tasker__body-Completed-wrapper-desc-box{max-width:37.5rem;padding:unset!important}.tasker__body-Completed-wrapper-desc-box-header{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.tasker__body-Completed-wrapper-desc-box-text{display:inline-block;margin-top:.625rem}.tasker__body-Completed-wrapper-desc-info{margin-top:.313rem}.tasker__body-Completed-wrapper-desc-info-date,.tasker__body-Completed-wrapper-desc-info-repeat{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.tasker__body-Completed-wrapper-desc-info-repeat{margin-left:2.375rem}.modal__alerts,.modal__alerts-color{color:#db3a57!important}.modal__alerts-color{font-family:Rubik,sans-serif;font-size:12px!important;font-style:normal!important;font-weight:400!important;line-height:14px!important;margin-top:3px!important}.modal__alerts-select{border:1px solid #db3a57!important;color:#db3a57!important}.mobile-tasker__modal-header{display:none}.tasker__modal{overflow-x:hidden;overflow-y:auto;padding:unset!important}.tasker__modal-header{position:absolute}.tasker__modal-header-close{bottom:10px;cursor:pointer;height:20px;left:220px;position:relative;width:20px}.tasker__modal-header-close-vertical-line{rotate:-45deg}.tasker__modal-header-close-horizontal-line,.tasker__modal-header-close-vertical-line{background-color:#db3a57;border:1.5px solid #db3a57;border-radius:5px;position:absolute;top:7px;width:100%}.tasker__modal-header-close-horizontal-line{rotate:45deg}.tasker__modal-content{padding:25px 30px}.tasker__modal-wrapper-descr{display:flex;flex-direction:row}.tasker__modal-wrapper-descr-info-logs{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;padding:unset!important;text-decoration:underline}.tasker__modal-wrapper-descr-info-input{background:#fff;border:1px solid #1a1a1a;border-radius:2px;color:#1a1a1a;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;height:2.813rem;line-height:22px;margin-bottom:1.25rem;margin-top:5px;padding:13px 0 13px 10px;width:24rem}.tasker__modal-wrapper-descr-info-input:last-child{height:15.5rem!important;margin-bottom:0}.tasker__modal-wrapper-descr-info-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.tasker__modal-wrapper-worker-info{margin:-25px -30px;padding:25px 30px 30px 25px;width:17.375rem}.tasker__modal-wrapper-worker-info:last-child{background:#fff;box-shadow:-2px 0 5px rgba(50,56,62,.05)}.tasker__modal-wrapper-worker-info-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}.tasker__modal-wrapper-worker-info-alerts,.tasker__modal-wrapper-worker-info-deadline,.tasker__modal-wrapper-worker-info-repeat,.tasker__modal-wrapper-worker-info-status{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;margin-top:1.25rem}.tasker__modal-wrapper-worker-info-deadline-calendar{border:1px solid #1a1a1a;border-radius:2px;color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:16px;margin-bottom:unset!important;margin-top:5px;padding:9px 10px 10px 15px;width:13.75rem}.tasker__modal-wrapper-worker-info-deadline-calendar::-moz-placeholder{color:#000}.tasker__modal-wrapper-worker-info-deadline-calendar::placeholder{color:#000}.tasker__modal-wrapper-worker-info-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #1a1a1a;border-radius:2px;color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:16px;margin-top:5px;padding:9px 15px;width:13.75rem}.tasker__modal-wrapper-worker-info-create{margin-top:1.875rem}.tasker__modal-wrapper-worker-info-create-delete{cursor:pointer;height:24px;width:24px}.tasker__modal-wrapper-worker-info-create-save{align-items:center;background:#db3a57;border:unset;border-radius:2px;color:#fff;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:2.438rem;line-height:19px;width:9.25rem}.tasker__modal-wrapper-worker-info-add{margin-top:10px}.tasker__modal-wrapper-worker-info-add-user{margin-top:.563rem}.tasker__modal-wrapper-worker-info-add-user-img{cursor:pointer}.tasker__modal-wrapper-worker-info-add-user-name{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;margin-left:.563rem;word-break:break-word}.tasker__modal-wrapper-worker-info-add-user-circle{background:#ffcc78;border-radius:50%;display:flex;height:35px;justify-content:center;min-width:35px}.tasker__modal-wrapper-worker-info-add-user-circle-acc{display:flex;flex-direction:column;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:500;justify-content:center;line-height:16px}.tasker__modal-wrapper-worker-info-add-new{display:inline-block;margin-top:.563rem}.tasker__modal-wrapper-worker-info-add-acc-link,.tasker__modal-wrapper-worker-info-add-new{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.tasker__modal-content-worker{padding:27px 45px 35px}.tasker__modal-worker{padding:unset!important}.tasker__modal-worker-close{align-self:end;cursor:pointer;height:20px;position:relative;width:20px}.tasker__modal-worker-close-vertical-line{rotate:-45deg}.tasker__modal-worker-close-horizontal-line,.tasker__modal-worker-close-vertical-line{background-color:#db3a57;border:1.5px solid #db3a57;border-radius:5px;position:absolute;top:7px;width:100%}.tasker__modal-worker-close-horizontal-line{rotate:45deg}.tasker__modal-worker-header-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:42px;margin-bottom:1.563rem}.tasker__modal-worker-body-wrapper{display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;margin-bottom:1.563rem}.tasker__modal-worker-body-wrapper-item{padding:unset!important}.tasker__modal-worker-body-wrapper-item-checkbox{min-height:1.125rem;min-width:1.125rem}.tasker__modal-worker-body-wrapper-item-name{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:26px;margin-left:.438rem}.tasker__modal-worker-footer-wrapper{background:#db3a57;border-radius:2px;cursor:pointer;height:39px;padding:10px 53px;width:137px}.tasker__modal-worker-footer-wrapper-btn{color:#fff!important;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.tasker__modal-content-delete{margin-top:150px;padding:2.125rem 2.188rem 3.125rem;width:28.438rem}.tasker__modal-delete-footer-wrapper-btn-yes{background:#db3a57;border-radius:2px;color:#fff!important;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:39px;line-height:19px;padding:10px 53px;width:133px}.tasker__modal-delete-footer-wrapper-btn-yes:hover{text-decoration:none}.tasker__modal-delete-footer-wrapper-btn-no{border:1.5px solid #db3a57;border-radius:2px;color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:39px;line-height:19px;margin-left:1.875rem;padding:10px 53px;width:133px}.tasker__modal-delete-header-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:32px;font-style:normal;font-weight:500;line-height:42px;margin-bottom:1.188rem;text-align:center}.tasker__modal-delete-close{align-self:end;cursor:pointer;height:20px;position:absolute;right:16px;top:16px;width:20px}.tasker__modal-delete-close-vertical-line{rotate:-45deg}.tasker__modal-delete-close-horizontal-line,.tasker__modal-delete-close-vertical-line{background-color:#db3a57;border:1.5px solid #db3a57;border-radius:5px;position:absolute;top:7px;width:100%}.tasker__modal-delete-close-horizontal-line{rotate:45deg}.tasker__modal-content-logs{padding:1.875rem 6.25rem 1.625rem;width:39.75rem}.tasker__modal-logs-dialog{right:4%}.tasker__modal-logs-footer{align-self:center;background:#db3a57;border-radius:2px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:39px;line-height:19px;padding:.625rem 3.313rem;width:149px}.tasker__modal-logs-body{margin-bottom:2.375rem}.tasker__modal-logs-body-text{display:block;font-size:16px;font-weight:400;line-height:22px}.tasker__modal-logs-body-text,.tasker__modal-logs-header-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-style:normal;text-align:center}.tasker__modal-logs-header-title{font-size:32px;font-weight:500;line-height:42px;margin-bottom:2.375rem}.tasker__modal-logs-close{align-self:end;cursor:pointer;height:20px;position:absolute;right:16px;top:16px;width:20px}.tasker__modal-logs-close-vertical-line{rotate:-45deg}.tasker__modal-logs-close-horizontal-line,.tasker__modal-logs-close-vertical-line{background-color:#db3a57;border:1.5px solid #db3a57;border-radius:5px;position:absolute;top:7px;width:100%}.tasker__modal-logs-close-horizontal-line{rotate:45deg}.tasker__modal-complete-dialog{width:455px}.tasker__modal-content-complete{padding:48px 35px 50px}.tasker__modal-complete-close{align-self:end;cursor:pointer;height:20px;position:absolute;right:16px;top:16px;width:20px}.tasker__modal-complete-close-vertical-line{rotate:-45deg}.tasker__modal-complete-close-horizontal-line,.tasker__modal-complete-close-vertical-line{background-color:#db3a57;border:1.5px solid #db3a57;border-radius:5px;position:absolute;top:7px;width:100%}.tasker__modal-complete-close-horizontal-line{rotate:45deg}.tasker__modal-complete-header-title{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px;margin-bottom:2.063rem}.tasker__modal-complete-footer-wrapper-btn-yes{background:#db3a57;border:unset;border-radius:2px;color:#fff!important;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:39px;line-height:19px;padding:10px 53px;width:133px}.tasker__modal-complete-footer-wrapper-btn-yes:hover{text-decoration:none}.tasker__modal-complete-footer-wrapper-btn-no{border:1.5px solid #db3a57;border-radius:2px;color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;height:39px;line-height:19px;margin-left:1.875rem;padding:10px 53px;width:133px}.tasker__header-wrapper-search-worker-filter{height:2.188rem;overflow:hidden;transition:all 1.3s ease;width:13.063rem}.tasker__header-wrapper-search-worker-filter-circle-descr{padding-bottom:10px}.tasker__header-wrapper-search-worker-filter-circle-descr-img{cursor:pointer;margin-left:10px;margin-right:10px}.tasker__overflow{height:100%!important}.tasker_arrow-deg{rotate:180deg}.tasker__edit-textarea{height:21.25rem!important}@media (max-width:992px){.mobile-tasker__modal-header{display:block}.tasker__modal-header{display:none}.tasker__modal-header-close{left:unset}.tasker__modal-content{padding:1.563rem 1.125rem}.tasker__modal-wrapper-worker-info{margin:unset;max-width:100%;padding:unset;width:unset}.tasker__modal-wrapper-worker-info:last-child{background:unset;box-shadow:unset}.tasker__modal-wrapper-worker-info-title{margin-top:1.875rem}.tasker__modal-wrapper-worker-info-deadline-calendar,.tasker__modal-wrapper-worker-info-select{width:unset}.tasker__modal-wrapper-descr{flex-direction:column}.tasker__modal-wrapper-descr-info-input{max-width:100%;width:unset}.tasker__edit-textarea{height:21.25rem!important}}@media (max-width:700px){.tasker-body,.tasker-header{padding-left:1.25rem;padding-right:1.25rem}.tasker__header-wrapper{flex-direction:column}.tasker__header-wrapper-box{margin-top:1.625rem}.tasker__header-wrapper-search:last-child{margin-left:unset}}@media (max-width:576px){.tasks-select{background:#fff;border-bottom:2px solid #db3a57;color:#db3a57!important;display:flex;font-size:16px;font-style:normal;font-weight:500;justify-content:center;line-height:26px}.tasker__dialog{max-width:100%}.tasker__body-work-wrapper,.tasker__header-wrapper-type{display:none}.tasker__body-work-wrapper-title{font-size:20px;line-height:28px;padding-bottom:.625rem}.tasker__body-todo-wrapper{display:none}.tasker__body-todo-wrapper-title{font-size:20px;line-height:28px;padding-bottom:.625rem}.tasker__body-Completed-wrapper{display:none}.tasker__body-Completed-wrapper-title{font-size:20px;line-height:28px;padding-bottom:.625rem}.tasker__body-wrapper{display:none}.tasker__body-wrapper-desc-info{margin-bottom:1.5rem;margin-top:1.75rem}.tasker__body-wrapper-desc-info-date{font-size:14px;line-height:17px}.tasker__body-wrapper-desc-info-repeat{font-size:14px;line-height:17px;margin-left:auto;margin-right:10px}.tasker__body-wrapper-desc-box-header{font-size:16px;line-height:19px;max-width:19.188rem}.tasker__body-wrapper-title{font-size:20px;line-height:28px;padding-bottom:.625rem}.mobile-tasker__view{background:#fff;height:100%;left:0;padding-left:1.563rem;padding-right:.563rem;position:absolute;top:0;width:100%}.mobile-tasker__view-overdue{background:#db3a57;border-radius:0 5px 5px 0;width:10px}.mobile-tasker__view-inwork{background:#ffcc78;border-radius:0 5px 5px 0;width:10px}.mobile-tasker__view-wrapper{border-bottom:1px solid #b5b5b5;display:flex;font-family:Rubik,sans-serif;margin-bottom:1.25rem;padding-bottom:1rem;padding-top:1.25rem}.mobile-tasker__view-wrapper-box{width:100%}.mobile-tasker__view-wrapper-header{font-size:16px;font-weight:500;line-height:19px;margin-left:.875rem;max-width:18.938rem}.mobile-tasker__view-wrapper-desc{margin-bottom:1.75rem}.mobile-tasker__view-wrapper-desc-info{margin-bottom:1.5rem}.mobile-tasker__header-wrapper{font-family:Rubik,sans-serif}.mobile-tasker__header-wrapper-type{display:flex;flex-direction:row;margin-top:1.625rem}.mobile-tasker__header-wrapper-button{border-bottom:1px solid #b5b5b5;display:flex;font-size:16px;font-weight:500;height:1.625rem;justify-content:center;line-height:26px;width:9.438rem}.mobile-tasker__body-wrapper{border-bottom:1px solid #b5b5b5;cursor:pointer;display:flex;padding-bottom:.938rem;padding-top:.938rem}}.worker-jobs__container{margin-left:auto;margin-right:auto;width:43.75rem!important}.modal-worker-jobs__open{color:#000;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:17px;margin-bottom:.5rem;margin-top:.75rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;width:11%}.worker-jobs__button{display:flex;justify-content:end}.worker-jobs__body{padding-left:1.25rem;padding-right:1.25rem}.worker-jobs__header-close{margin-right:.938rem;margin-top:.938rem}.worker-jobs__header-wrapper{margin-left:.625rem;margin-right:1.313rem;margin-top:-.313rem}.worker-jobs__header-wrapper-flyer{color:#000;font-family:Rubik,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:22px}.worker-jobs__header-wrapper-close{color:#000;cursor:pointer;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;height:15px;line-height:14px;position:relative;width:15px}.worker-jobs__header-wrapper-close-horizontal-1{background:#1a1a1a;border:1.5px solid #1a1a1a;height:2px;margin-top:5px;position:absolute;rotate:-45deg;width:100%}.worker-jobs__header-wrapper-close-horizontal-2{border:1.5px solid #1a1a1a;height:2px;margin-top:5px;position:absolute;rotate:45deg;width:100%}.worker-jobs__pictures{margin-top:1.25rem}.worker-jobs__pictures-header{border-bottom:1px solid #e5e5e5;padding-bottom:.938rem}.worker-jobs__pictures-message{font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-align:end}.worker-jobs__pictures-message.success{color:green}.worker-jobs__pictures-message.error{color:red}.worker-jobs__pictures-wrapper{margin-top:.938rem}.worker-jobs__pictures-wrapper-box-img{height:7.063rem;margin-left:.375rem;width:6.25rem}.worker-jobs__pictures-wrapper-box-img-count{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.worker-jobs__pictures-wrapper-box-img:first-child{margin-left:unset}.worker-jobs__pictures-wrapper-box-map-view{height:13.75rem;width:14.5rem}.worker-jobs__pictures-wrapper-box-menu{margin-top:.313rem}.worker-jobs__pictures-wrapper-box-menu-manage,.worker-jobs__pictures-wrapper-box-menu-upload{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__pictures-wrapper-box-menu-upload{margin-bottom:unset!important;margin-left:1.625rem}.worker-jobs__pictures-wrapper-box-menu-view{color:#db3a57;padding-left:1.625rem}.worker-jobs__pictures-wrapper-box-menu-show a,.worker-jobs__pictures-wrapper-box-menu-view{cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__pictures-wrapper-box-menu-show a{color:#db3a57!important}.worker-jobs__pictures-header-wrapper{color:#a1a1a1;font-family:Rubik,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:12px;margin-left:1.875rem;margin-right:1.875rem}.worker-jobs__pictures-header-wrapper:first-child,.worker-jobs__pictures-header-wrapper:last-child{margin-left:unset;margin-right:unset}.worker-jobs__pictures-header-addr,.worker-jobs__pictures-header-phone,.worker-jobs__pictures-header-user{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.images_1{width:10.375rem!important}.images_1,.images_3{height:7.063rem!important}.images_3{width:5.625rem!important}.map-wrapper{margin-left:1.25rem}.worker-jobs__profile{border-top:1px solid #e5e5e5;margin-top:.938rem;padding-bottom:.938rem;padding-top:.938rem}.worker-jobs__profile-header{font-size:20px;line-height:24px}.worker-jobs__profile-details,.worker-jobs__profile-header{color:#000;font-family:Rubik,sans-serif;font-style:normal;font-weight:400}.worker-jobs__profile-details{font-size:16px;line-height:19px;margin-top:.375rem}.worker-jobs__files{border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin-top:1.5rem;padding-bottom:.938rem;padding-top:.938rem}.worker-jobs__files-header-message{font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.worker-jobs__files-header-message.success{color:green}.worker-jobs__files-header-message.error{color:red}.worker-jobs__files-header-files{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.worker-jobs__files-header-upload{margin-bottom:unset!important}.worker-jobs__files-header-manage,.worker-jobs__files-header-upload{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;margin-left:.875rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__files-wrapper{margin-top:.375rem;text-align:end}.worker-jobs__files-wrapper-box{margin-top:.938rem}.worker-jobs__files-wrapper-box-link{margin-left:1.25rem}.worker-jobs__files-wrapper-box-delete,.worker-jobs__files-wrapper-box-download{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__files-wrapper-box-delete{margin-left:1.25rem}.worker-jobs__files-wrapper-box-square-icon{height:16px;width:16px}.worker-jobs__files-wrapper-box-square-large-icon{border-radius:.25rem;height:3.125rem;margin-right:1rem;-o-object-fit:cover;object-fit:cover;width:3.125rem}.worker-jobs__files-wrapper-box-square-name{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;margin-left:.313rem}.worker-jobs__files-wrapper-box-square-name .hidable{margin:0;max-width:80%;overflow:hidden;padding:0;text-overflow:ellipsis}.worker-jobs__files-wrapper-box-date{font-size:.75rem;margin-right:.75rem}.worker-jobs__files-wrapper-box:first-child{margin-left:unset}.worker-jobs__service{margin-top:.875rem}.worker-jobs__service-header{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px;margin-bottom:.625rem}.worker-jobs__service-wrapper{margin-top:.625rem}.worker-jobs__service-wrapper-id{align-items:center;color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;width:30px}.worker-jobs__service-wrapper-clean,.worker-jobs__service-wrapper-pay{width:100px}.worker-jobs__service-wrapper-clean,.worker-jobs__service-wrapper-pay,.worker-jobs__service-wrapper-price{align-items:center;color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__service-wrapper-price{width:85px}.worker-jobs__service-wrapper-box{margin-left:1.875rem;width:130px}.worker-jobs__service-wrapper-box-data{color:#a1a1a1;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__service-wrapper-box-time{width:200px}.worker-jobs__service-wrapper-box-time,.worker-jobs__service-wrapper-name{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__service-wrapper-name{align-items:center;max-width:200px}.worker-jobs__service-wrapper:first-child{margin-top:unset}.worker-jobs__close{border:1px solid #db3a57;border-radius:2px;color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:17px;margin-bottom:1.563rem;margin-top:1.25rem;text-align:center;width:9.375rem}.worker-jobs__close-text{padding-top:.563rem}.worker-jobs__modal-body-pictures-close{border:1px solid #db3a57;border-radius:2px;color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:17px;margin-top:1.25rem;text-align:center;width:9.375rem}.worker-jobs__modal-body-pictures-close-text{padding-top:.563rem}.worker-jobs__modal-pictures-header-title{color:#000;font-family:Rubik,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.worker-jobs__modal-pictures-header-close{color:#000;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px}.worker-jobs__modal-pictures-header-addr,.worker-jobs__modal-pictures-header-phone,.worker-jobs__modal-pictures-header-user{color:#000;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.worker-jobs__modal-pictures-header-close{cursor:pointer}.worker-jobs__modal-pictures-header-title{margin-top:2.313rem}.worker-jobs__modal-pictures-header-addr,.worker-jobs__modal-pictures-header-phone{margin-left:1.5rem}.worker-jobs__modal-body{margin:0 -.375rem;max-height:36.375rem;overflow-y:auto}.worker-jobs__modal-body-pictures{margin-top:1.438rem;padding:0 .375rem}.worker-jobs__modal-body-pictures-box{margin-top:.438rem}.worker-jobs__modal-body-pictures-img{height:8.75rem;-o-object-fit:cover;object-fit:cover;width:12.875rem}.worker-jobs__modal-body-pictures-delete,.worker-jobs__modal-body-pictures-download{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.worker-jobs__modal-body-pictures-delete{margin-left:1.375rem}.worker-jobs__view-pictures{padding-bottom:1.5rem;padding-left:1.25rem;padding-right:1.25rem}:root{--scrollbarBg:#db3a57;--scrollbarThumb:#db3a57;--scrollbarWidth:8px}.worker-jobs__modal-body{scrollbar-color:var(--scrollbarThumb) var(--scrollbarBg);scrollbar-width:var(--scrollbarWidth)}.worker-jobs__modal-body::-webkit-scrollbar{width:var(--scrollbarWidth)}.worker-jobs__modal-body::-webkit-scrollbar-track{background:#fff}.worker-jobs__modal-body::-webkit-scrollbar-thumb{background-color:var(--scrollbarThumb);border:1px solid #e5e5e5;border-radius:1px solid var(--scrollbarBg)}.worker-jobs__table td{vertical-align:bottom}.worker-jobs__table td:last-child td{vertical-align:top}#customer-info-modal .customer-info__label,#customer-info-modal .customer-info__value{font-size:16px}#customer-info-modal .customer-info__controls a{border:1px solid #db3a57;border-radius:2px;color:#db3a57;display:inline-block;font-size:14px;line-height:17px;margin-right:1rem;padding:.5rem 2rem;text-decoration:none}.setting-container{font-size:18px;font-style:normal;font-weight:400;letter-spacing:0;line-height:21px;text-align:left}@media (max-width:575.98px){.setting-container{font-size:15px!important}}.setting-container .setting-description{font-size:14px;line-height:16px}.setting-container .businessServices .service-row .remove-service{height:24px;right:5px;top:50%;transform:translateY(-50%)}.setting-border{border:1px solid #8e8e8e}#dashboard .category-info-container{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:5px;padding:1.5rem}#dashboard .category-info-container.blocked{background:#f8f8f8;border:none;opacity:.2}#dashboard .category-info-container.blocked svg{stroke:var(--gray)!important;transition:unset}#dashboard .category-name{border-right:2px solid #b5b5b5;font-size:28px;font-weight:600;line-height:28px;max-width:30%;width:30%}#dashboard .category-name svg path{stroke:#1a1a1a}#dashboard .category-name-title svg{vertical-align:initial}#dashboard .category-desc-title{line-height:1.2;margin-left:2.25rem}#dashboard .category-stats{border-right:2px solid #b5b5b5;min-width:45%}#dashboard .category-description{flex:1}#dashboard .category-description p{font-size:18px;line-height:normal}#dashboard .training-container.show{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:10px;padding:1rem}#dashboard .training-container.hide{padding-top:1rem}#dashboard .training-container.hide .training-description,#dashboard .training-container.hide .training-name,#dashboard .training-container.hide .training-task-container,#dashboard .training-container.hide .training-video{display:none!important}#dashboard .training-container.blocked{opacity:.4}#dashboard .training-container.blocked svg{stroke:var(--gray)!important;transition:unset}#dashboard .training-task-container{margin-top:20px}#dashboard .training-task-name h3{color:#000;font-size:20px;font-weight:500;margin-bottom:0}#dashboard .training-name{color:#000;font-size:28px;font-weight:500}#dashboard .training-name p{font-size:15px;margin-bottom:0}#dashboard .training-name h3{margin-bottom:0}#dashboard .training-description{color:#000;font-size:16px;line-height:1.5}main{transition:all .3s}#service_difference_modal svg path{stroke:#1a1a1a}#service_difference_modal .comparison-table tr td{border:1px solid #b5b5b5;padding:10px;vertical-align:baseline}#service_difference_modal .comparison-table tr td:first-child{border-left:none}#service_difference_modal .comparison-table tr td:last-child{border-right:none}#service_difference_modal .comparison-table tr:first-child td{border:none}#service_difference_modal .comparison-table tr:last-child td{border-bottom:none}#service_difference_modal p,#service_difference_modal td{line-height:18px}.text-underline{text-decoration:underline!important}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.gray-svg svg{stroke:var(--gray)!important;transition:unset}@media screen and (min-width:1025px){p{font-size:16px}#dashboard{margin-top:-25px}#dashboard .category-description{font-size:18px}.sub-text{font-size:14px}.mobile-show{display:none!important}#service_difference_modal p,#service_difference_modal td{font-size:16px}.attention-statistics-box{width:100%}.category-description hr{height:70px;margin-right:30px}.week-stats{width:33%}.attention-stats{width:65%}.attention-stats-title{padding-left:0}.category-action-btn{min-width:10rem;width:100%}}@media screen and (min-width:768px) and (max-width:1024px){p{font-size:16px}h3{font-size:24px}.sub-text{font-size:14px}.mobile-show{display:none!important}#service_difference_modal p,#service_difference_modal td{font-size:15px}.attention-statistics{flex-direction:column}#dashboard{margin-top:-15px}#dashboard .category-description{font-size:16px}#dashboard .category-description p{font-size:16px;line-height:normal}#dashboard .category-description .week-stats{width:40%}#dashboard .category-description .attention-stats{width:60%}#dashboard .category-description hr{height:150px;margin-right:30px}#dashboard .category-info-container{min-height:210px!important}#dashboard .category-name-title h4{font-size:20px}#dashboard .category-stats{min-width:35%}#dashboard .category-btns{min-width:30%}#dashboard .attention-stats,#dashboard .week-stats{font-size:16px}#dashboard .attention-stats-title{padding-left:0}#dashboard .category-action-btn{min-width:10rem;width:100%}}@media screen and (max-width:767px){p{font-size:15px}h3{font-size:20px}#dashboard{margin-top:-5px}#dashboard .category-name{max-width:none;width:calc(100% - 4.5rem)}#dashboard .category-name,#dashboard .category-stats{border-bottom:2px solid #b5b5b5;border-right:none}#dashboard .category-btns,#dashboard .category-name,#dashboard .category-stats{margin-left:2.25rem!important;margin-right:2.25rem!important}#dashboard .category-description p{font-size:15px;line-height:normal;margin-bottom:10px}#dashboard .category-description p hr{height:1px;margin:15px auto 15px 35px;width:calc(95% - 40px)!important}#dashboard .category-name-title{left:-2.25rem;position:relative;width:calc(95% - 45px)}#dashboard .category-name-title h4{font-size:18px}#dashboard .category-desc-title{margin-left:0}.w-100-sm{width:100%!important}.mb-0-sm{margin-bottom:0!important}.mb-2-sm{margin-bottom:.5rem!important}.mb-3-sm{margin-bottom:1rem!important}.sub-text{font-size:14px;margin-top:15px}.mobile-hide{display:none!important}#service_difference_modal p,#service_difference_modal td{font-size:14px}.attention-statistics{flex-direction:column}.attention-stats,.week-stats{font-size:15px}.attention-stats-title{padding-left:0}.category-action-btn{width:calc(95% - 40px)}.training-container.hide{padding-right:0!important}}#help-modal svg path{stroke:#d84560}#help-modal .svg-30x30 svg{height:30px;width:30px}a:focus.text-primary,a:focus:not(.btn),a:hover.text-primary,a:hover:not(.btn){color:#000!important}.bb-preloader-container{background:hsla(0,3%,76%,.169);height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.bb-preloader-body{display:inline-block;height:80px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:80px}.bb-preloader-body div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #666262;border-radius:50%;opacity:1;position:absolute}.bb-preloader-body div:nth-child(2){animation-delay:-.5s}.bb-preloader-body img{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:32px;z-index:1}@keyframes lds-ripple{0%{height:0;left:40px;opacity:0;top:40px;width:0}4.9%{height:0;left:40px;opacity:0;top:40px;width:0}5%{height:0;left:40px;opacity:1;top:40px;width:0}to{height:80px;left:0;opacity:0;top:0;width:80px}}[tooltip]{position:relative}[tooltip]:after,[tooltip]:before{display:none;font-size:.9em;line-height:1;opacity:0;pointer-events:none;position:absolute;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}[tooltip]:before{border:5px solid transparent;content:"";z-index:1001}[tooltip]:after{background:#333;border-radius:.3ch;box-shadow:0 1em 2em -.5em rgba(0,0,0,.35);color:#fff;content:attr(tooltip);font-family:Helvetica,sans-serif;max-width:21em;min-width:3em;overflow:hidden;padding:1ch 1.5ch;text-align:center;text-overflow:ellipsis;white-space:nowrap;z-index:1000}[tooltip]:hover:after,[tooltip]:hover:before{display:block}[tooltip=""]:after,[tooltip=""]:before{display:none!important}[tooltip][flow^=down]:before{border-bottom-color:#333;border-top-width:0;top:100%}[tooltip][flow^=down]:after{top:calc(100% + 5px)}[tooltip][flow^=down]:after,[tooltip][flow^=down]:before{left:50%;transform:translate(-50%,.5em)}@keyframes tooltips-vert{to{opacity:.9;transform:translate(-50%)}}@keyframes tooltips-horz{to{opacity:.9;transform:translateY(-50%)}}[tooltip]:not([flow]):hover:after,[tooltip]:not([flow]):hover:before,[tooltip][flow^=down]:hover:after,[tooltip][flow^=down]:hover:before,[tooltip][flow^=up]:hover:after,[tooltip][flow^=up]:hover:before{animation:tooltips-vert .3s ease-out forwards}[tooltip][flow^=left]:hover:after,[tooltip][flow^=left]:hover:before,[tooltip][flow^=right]:hover:after,[tooltip][flow^=right]:hover:before{animation:tooltips-horz .3s ease-out forwards}.custom-table{background:#fff;border:1px solid #e5e5e5;border-radius:0 0 5px 5px}.custom-table th{background:linear-gradient(180deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.01)),#f1f1f1}.custom-table td,.custom-table th{border-left:1px dashed #e5e5e5;border-right:1px dashed #e5e5e5;font-size:14px;height:36px;padding-left:18px}.custom-table td:first-child,.custom-table th:first-child{border-right:none}.custom-table td:last-child,.custom-table th:last-child{border-left:none}.email-campaign-description{background:#fff;border:1px solid #e3e3e3;border-radius:2px;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);font-size:14px;font-weight:400;line-height:22px;padding:20px;transition:all .3s;width:350px;z-index:10}.video_guides__modal-video{background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.video_guides__modal-video-content{align-items:center;height:-moz-fit-content;height:fit-content;justify-content:center;margin:13% auto;width:-moz-fit-content;width:fit-content}.video_guides__close{display:none}.video_guides__video{max-height:280px;max-width:600px;width:100%}.video_guides__close:focus,.video_guides__close:hover{color:#000;cursor:pointer;text-decoration:none}.video_guides__add-url-button{background:#db3a57;border:unset;border-radius:2px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:17px;margin-top:1.563rem;width:100%}.video_guides__add-url-button:hover{background-color:#de1728}.video_guides__input-label{align-items:center;background:none;border:none;bottom:1%;display:flex;justify-content:center;left:62px;position:fixed;z-index:1030}.video_guides__input-label img{max-width:60px}.video_guides__input-label-img{height:48px;margin-left:7px;margin-top:7px;width:48px}.video_guides__table{margin-top:1rem}.video_guides__table-box{width:100%}.video_guides__table-box-show{cursor:pointer}.video_guides__table-box-tbody{border-bottom:1px solid #aaa}.video_guides__table-box thead{background:#fff2da}.video_guides__table-box thead tr th{border-bottom:2px solid #6f71e9;border-top:none;text-transform:capitalize}.video_guides__table-box td,.video_guides__table-box th{padding:.75rem}.video_guides__table-box-edit{color:#17a2b8;cursor:pointer}.video_guides__table-box-action-text-red{color:#dc3545!important;cursor:pointer;font-weight:700;text-decoration:underline}.video_guides__table-box-action-text-black{color:#000;cursor:pointer;font-weight:700;text-decoration:underline}.video_guides__file-input{background-color:#db3a57;border:none;border-radius:4px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;height:40px;justify-content:center;line-height:22px;margin:0;outline:none;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .2s;vertical-align:middle}.video_guides__file-input-label{align-items:center;align-self:center;display:flex;flex-direction:column;justify-content:center;width:45%}.video_guides__file-input-label input[type=file]{display:flex;height:0;opacity:0;position:relative;width:0;z-index:-1}.video_guides__file-input-label input[type=file]:focus+.video_guides__file-input{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.video_guides__file-input-label:hover .video_guides__file-input{background-color:#de1728}.video_guides__file-input-label:active .video_guides__file-input{background-color:#8a0409}.video_guides__file-input-text{display:flex;justify-content:center;line-height:30px;padding:0 10px}.modal-video-guides__header-text{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.modal-video-guides__content{padding:1.875rem;width:900px}.modal-video-guides__body-wrapper-url-edit{display:inline-flex;flex-direction:row;justify-content:space-between}.modal-video-guides__body-wrapper-url-edit-input{width:89%}.modal-video-guides__body-wrapper-url-edit-close{cursor:pointer;top:50%;transform:translateY(-70%);width:10%}.modal-video-guides__body-wrapper-url-edit-close:hover{background-color:#de1728}.modal-video-guides__body-wrapper input,.modal-video-guides__body-wrapper select{height:2.188rem;margin-bottom:1.25rem;padding-bottom:.5rem;padding-left:.625rem;padding-top:.5rem}.modal-video-guides__body-wrapper-save{background:#db3a57;border:unset;border-radius:2px;color:#fff;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;height:2.188rem;line-height:17px;margin-top:1.563rem;width:100%}.modal-video-guides__body-wrapper-save:hover{background-color:#de1728}.modal-video-guides__body-wrapper-title{margin-top:.625rem}.modal-video-guides__body-wrapper-errors{color:red;margin-top:10px;text-align:center}.video_guides__modal-video-content{-moz-column-gap:40px;column-gap:40px;display:flex;flex-wrap:wrap;max-width:1260px;row-gap:15px;transform:translateY(-20%)}.video_guides__modal-video-wrapper{background:#fff;border-radius:5px;max-height:385px;padding:30px}.video_guides__modal-video-name{font-size:18px;font-weight:500;line-height:21px}.video_guides__modal-video-description{font-size:15px;line-height:17px}.events__mobile{display:none}.modal-event__body-wrapper-errors{color:red;margin-top:10px;text-align:center}.event__header-title{color:#333641;font-family:Rubik,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:46px;margin:0 0 15px}.event__header-btn{background:#fff;border:1px solid var(--red);border-radius:5px;box-sizing:border-box;color:var(--red);cursor:pointer;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.2rem;max-width:9rem;padding:.6rem;text-align:center;width:100%}.event__table{margin-top:1rem}.event__table-box{width:100%}.event__table-box td,.event__table-box th{padding:.75rem}.event__table-box thead{background:#fff2da}.event__table-box thead tr th{border-bottom:2px solid var(--red);border-top:none;text-transform:capitalize}.event__table-box-action-text{color:#dc3545!important;cursor:pointer;font-weight:700;text-decoration:unset!important}.event__table-box-show{cursor:pointer}.event__table-box-tbody{border-bottom:1px solid #aaa}.event__table-box-edit{color:var(--red);cursor:pointer}.modal-event__header-text{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.modal-event__content{padding:1.875rem;width:900px}.modal-event__body-wrapper input,.modal-event__body-wrapper select{height:2.188rem;margin-bottom:1.25rem;padding-bottom:.5rem;padding-left:.625rem;padding-top:.5rem}.modal-event__body-wrapper-img{max-width:25rem;width:100%}.modal-event__body-wrapper-type-select{line-height:20px}.modal-event__body-wrapper-save,.modal-event__body-wrapper-type-select{font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400}.modal-event__body-wrapper-save{background:#db3a57;border:unset;border-radius:2px;color:#fff;cursor:pointer;height:2.188rem;line-height:17px;margin-top:1.563rem;width:100%}.modal-event__body-wrapper-title{margin-top:.625rem}.modal-event__body-wrapper-desc{margin-bottom:1.875rem;min-height:5.625rem;padding-left:.625rem;padding-top:.5rem}.modal-event__body-wrapper-code{min-height:16.5rem;padding-left:.625rem;padding-top:.5rem}.modal-event__body-wrapper-box-category,.modal-event__body-wrapper-box-published,.modal-event__body-wrapper-box-status{border:1px solid #a1a1a1;border-radius:2px;width:17.188rem}.modal-event__body-wrapper-box-price{max-width:25rem;width:100%}.modal-event__body-wrapper-box-end,.modal-event__body-wrapper-box-locationAddress,.modal-event__body-wrapper-box-locationName,.modal-event__body-wrapper-box-start{border:1px solid #a1a1a1;border-radius:2px;max-width:25.25rem;width:100%}.modal-event__body-wrapper-box-city,.modal-event__body-wrapper-box-state,.modal-event__body-wrapper-box-zip{border:1px solid #a1a1a1;border-radius:2px;max-width:11.25rem;width:100%}.modal-event__body-wrapper-box-timezone{max-width:17.25rem;width:100%}.show-event__header-date{font-size:16px;font-weight:400;line-height:34px}.show-event__header-date,.show-event__header-title{color:#000;font-family:Rubik,sans-serif;font-style:normal}.show-event__header-title{font-size:32px;font-weight:600;line-height:38px}.show-event__body-details{font-weight:700;margin-top:2.313rem}.show-event__body-desc,.show-event__body-details{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;line-height:21px}.show-event__body-desc{font-weight:400}.show-event__body-img{-o-object-fit:cover;object-fit:cover;width:100%}.modal-event__body-wrapper-box-time-end,.modal-event__body-wrapper-box-time-start{width:90px}.events-list__{color:#000;font-family:Rubik,sans-serif;font-style:normal}.events-list__header{margin-bottom:5.313rem}.events-list__header-title{font-size:58px;font-weight:500;line-height:66px}.events-list__body-link{text-decoration:none!important}.events-list__body-list-wrapper{cursor:pointer;margin-bottom:3.438rem;max-width:75rem;width:100%}.events-list__body-list-wrapper-preview{margin-right:2.938rem;max-width:25rem;width:100%}.events-list__body-list-wrapper-preview-img{height:14.5rem;max-width:25rem;-o-object-fit:cover;object-fit:cover;width:100%}.events-list__body-list-wrapper-event{max-width:48.125rem;width:100%}.events-list__body-list-wrapper-event-date{font-size:16px;font-weight:400;line-height:34px}.events-list__body-list-wrapper-event-title{font-size:32px;font-weight:600;line-height:38px;margin-bottom:.625rem}.events-list__body-list-wrapper-event-desc{word-wrap:break-word;font-size:18px;font-weight:400;height:5.25rem;line-height:21px;max-width:37.5rem;overflow:hidden;width:100%}.events-container{padding:0 11.813rem}.events-view__wrapper{display:flex;flex-direction:row;margin-bottom:21.938rem;margin-top:3.125rem}.events-view__wrapper-map{max-width:25rem;width:100%}.events-view__wrapper-map-wrapper-google{height:18.063rem;margin-top:1.25rem;width:22.125rem}.events-view__wrapper-map{margin-left:3.125rem}.events-view__wrapper-map-type{color:#000;font-size:18px;font-weight:400;line-height:21px;margin-bottom:1.563rem;text-transform:capitalize}.events-view__wrapper-map-adr-street{color:#000;font-size:18px;font-weight:400;line-height:21px;margin-left:.625rem}.events-view__wrapper-map-icon{height:1.563rem;width:1.563rem}.events-view__wrapper-map-date{margin-bottom:1.125rem}.events-view__wrapper-map-date-time{color:#000;font-size:18px;font-weight:400;line-height:21px;margin-left:.625rem}.events-view__wrapper-map-img{height:14.5rem;margin-bottom:2.5rem;-o-object-fit:cover;object-fit:cover;width:25rem}.events-view__wrapper-map-btn{background:#db3a57;border-radius:2px;color:#fff!important;cursor:pointer;font-size:14px;font-weight:600;height:2.188rem;line-height:17px;margin:0 2rem 1.563rem;text-decoration:unset!important;width:20.875rem}.events-view__wrapper-info{max-width:48.313rem;width:100%}.events-view__wrapper-info-desc{font-size:18px;font-weight:400;line-height:21px;margin-bottom:16.25rem}.events-view__wrapper-info-desc-details{color:#000;font-size:18px;font-weight:700;line-height:21px;margin-bottom:.438rem}.events-view__wrapper-info-img{height:25.938rem;margin:0 1.688rem 2.5rem;-o-object-fit:cover;object-fit:cover;width:45rem}.events-view__wrapper-info-title{color:#000;font-size:32px;font-weight:600;line-height:38px;margin-bottom:2.5rem}.events-view__wrapper-info-date{color:#000;font-size:16px;font-weight:400;line-height:34px}.mobile-header{display:none}@media (max-width:1000px){.events-list__header{margin-bottom:2.25rem}.events-list__header-title{font-size:34px;font-weight:500;line-height:40px}.events-list__body-list-wrapper{max-width:58.125rem;width:100%}.events-list__body-list-wrapper-preview{margin-right:2.5rem;max-width:18.75rem;width:100%}.events-list__body-list-wrapper-preview-img{height:12.5rem;max-width:18.75rem;width:100%}.events-list__body-list-wrapper-event{max-width:37.5rem;width:100%}.events-list__body-list-wrapper-event-date{font-size:14px;line-height:17px}.events-list__body-list-wrapper-event-title{font-size:24px;line-height:28px;margin-bottom:.625rem}.events-list__body-list-wrapper-event-desc{word-wrap:break-word;font-size:16px;height:5.938rem;line-height:19px;max-width:37.5rem;width:100%}}@media (max-width:576px){.events-container{padding:0 1.25rem}.event-list_display,.events-list__body-list-wrapper{display:none!important}.events{display:none}.events__mobile{display:flex!important;justify-content:center}.mobile-events__desc{border-bottom:1px solid #000}.events-list__header{margin-bottom:1.25rem}.events-list__header-title{font-size:34px;font-weight:500;line-height:40px}.events-list__body-list-wrapper{margin-bottom:2.375rem;max-width:20.625rem;width:100%}.events-list__body-list-wrapper-preview{margin-right:unset;max-width:18.75rem;width:100%}.events-list__body-list-wrapper-preview-img{height:12.875rem;margin-bottom:1.25rem;max-width:20.625rem;width:100%}.events-list__body-list-wrapper-event{max-width:37.5rem;width:100%}.events-list__body-list-wrapper-event-date{font-size:12px;line-height:14px}.events-list__body-list-wrapper-event-title{font-size:18px;line-height:21px;margin-bottom:.625rem}.events-list__body-list-wrapper-event-desc{word-wrap:break-word;font-size:15px;height:5.938rem;line-height:18px;max-width:20.625rem;width:100%}.events-view__wrapper{display:flex;flex-direction:row;margin-top:3.125rem}.events-view__wrapper-map{max-width:25rem;width:100%}.events-view__wrapper-map-wrapper-google{height:18.063rem;margin-bottom:3.125rem;width:22.125rem}.events-view__wrapper-map{margin-left:3.125rem}.events-view__wrapper-map-type{color:#000;font-size:18px;font-weight:400;line-height:21px;margin-bottom:1.563rem;text-transform:capitalize}.events-view__wrapper-map-adr-street{font-size:15px;line-height:18px;margin-left:.625rem}.events-view__wrapper-map-icon{height:1.563rem;width:1.563rem}.events-view__wrapper-map-date{margin-bottom:.875rem}.events-view__wrapper-map-date-time{color:#000;font-size:15px;line-height:18px;margin-left:.625rem}.events-view__wrapper-map-btn{font-size:14px;height:2.188rem;line-height:17px;margin:unset;margin-bottom:1.625rem;width:20.875rem}.events-view__wrapper-info{max-width:20.875rem;width:100%}.events-view__wrapper-info-desc{font-size:15px;line-height:18px;margin-bottom:8.688rem}.events-view__wrapper-info-desc-details{color:#000;font-size:15px;line-height:18px;margin-bottom:.25rem}.events-view__wrapper-info-img{height:25.938rem;margin:unset;margin-bottom:2.313rem;-o-object-fit:cover;object-fit:cover;width:20.875rem}.events-view__wrapper-info-title{font-size:18px;line-height:21px;margin-bottom:1.438rem}.events-view__wrapper-info-date{font-size:12px;line-height:14px}}@media (max-width:375px){.mobile-header{display:block}}.features__admin-admin-body{margin-bottom:150px}.features__admin-header-title{color:#333641;font-family:Rubik,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:46px;margin:0 0 15px}.features__admin-header-btn{background:#fff;border:1px solid var(--red);border-radius:5px;box-sizing:border-box;color:var(--red);cursor:pointer;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.2rem;max-width:9rem;padding:.6rem;text-align:center;width:100%}.features__admin-table{margin-top:1rem}.features__admin-table-box{width:100%}.features__admin-table-box td,.features__admin-table-box th{padding:.75rem}.features__admin-table-box thead{background:#fff2da}.features__admin-table-box thead tr th{border-bottom:2px solid var(--red);border-top:none;text-transform:capitalize}.features__admin-table-box-action-text{color:#dc3545!important;cursor:pointer;font-weight:700;text-decoration:unset!important}.features__admin-table-box-show{cursor:pointer}.features__admin-table-box-tbody{border-bottom:1px solid #aaa}.features__admin-table-box-edit{color:var(--red);cursor:pointer}.modal-features__admin-content{padding:1.875rem;width:900px}.modal-features__admin-header-text{color:#db3a57;cursor:pointer;font-size:14px;line-height:17px;margin-bottom:.625rem}.modal-features__admin-body-wrapper{font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.modal-features__admin-body-wrapper input{margin-bottom:1.25rem;padding-left:.625rem}.modal-features__admin-body-wrapper textarea{margin-bottom:1.875rem;padding-left:.625rem;padding-top:.5rem}.modal-features__admin-body-wrapper-title,.modal-features__admin-body-wrapper-url{height:2.25rem}.modal-features__admin-body-wrapper-box select{margin-bottom:1.25rem;padding-left:.625rem}.modal-features__admin-body-wrapper-box-category{height:2.25rem;max-width:25rem;width:100%}.modal-features__admin-body-wrapper-box-type{height:2.25rem;margin-left:.625rem;max-width:25rem;width:100%}.modal-features__admin-body-wrapper-footer-title,.modal-features__admin-body-wrapper-header-title{height:2.25rem}.modal-features__admin-body-wrapper-header-menu{height:5.625rem}.modal-features__admin-body-wrapper-html{height:16.5rem}.modal-features__admin-body-wrapper-save{background:#db3a57;border:none;border-radius:2px;color:#fff;font-size:14px;height:2.25rem;line-height:17px}.features-page__container{max-width:100rem}.features-menu__box{display:flex;flex-direction:column}.features-menu__container.features__overflow{pointer-events:unset;top:unset}.features-page__container{margin-bottom:45px}.features-menu__box-wrapper{display:flex;flex-direction:row;justify-content:center;margin-top:5.75rem}.features-menu-box{padding-left:9rem;padding-right:9rem}.features-menu__footer{background:#fff6c7;border-bottom:1px solid #b5b5b5;height:4rem}.features-menu__footer-btn{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:1.1rem;font-style:normal;font-weight:600;line-height:1.25;margin-left:10rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.features-menu__container{background:#fff;pointer-events:none;position:fixed;top:-190%;transition:top 1.3s ease;width:100%;z-index:10}.features-menu__header-link{color:unset!important;display:block;flex:1;text-decoration:none!important}.features-menu__header-link:hover{background:#fff6c7!important}.features-menu__header-body{display:flex;flex-direction:column}.features-menu__header-body-title{color:#979797;font-family:Rubik,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.25;margin-bottom:1.25rem}.features-menu__body{cursor:pointer;max-width:27.125rem;padding:1rem 1.5rem}.features-menu__body-header{color:#000;font-size:1rem;font-weight:500;margin-bottom:.313rem}.features-menu__body-desc,.features-menu__body-header{font-family:Rubik,sans-serif;font-style:normal;line-height:1.25}.features-menu__body-desc{color:#6b6b6b;font-size:.85rem;font-weight:400}.features-menu__images{margin-left:.4rem;min-width:.65rem;width:.65rem}.features__footer{margin-bottom:7rem}.features__footer-close{display:none}.features__footer-open{display:block}.features__footer-wrapper{font-family:Rubik,sans-serif;font-style:normal;margin-bottom:3.125rem;margin-left:auto;margin-right:auto;max-width:900px;padding-left:1.25rem;padding-right:1.25rem}.features__footer-wrapper-box{cursor:pointer}.features__footer-wrapper-box-desc{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:18px}.features__footer-wrapper-box-plus{border-bottom:1px solid #b5b5b5}.features__footer-wrapper-box-text{color:#1a1a1a;font-size:24px;font-weight:500;line-height:36px;padding-bottom:.625rem;padding-top:.625rem}.features__footer-wrapper-box-img{align-self:center;background:url(/images/feature-plus.svg?2f96c5ec3e19356034b273e3d9439836) 50% no-repeat;height:1.875rem;margin-left:1.375rem;width:1.875rem}.features__footer-wrapper-title{color:#000;font-size:48px;font-weight:700;line-height:58px;margin-bottom:2.5rem}.features__header{display:flex;max-width:1920px}.features__header-background{max-width:763px;width:100%}.features__header-background-img{background:#f3f3f3;background-position:50%;border-radius:0;clip-path:polygon(29% 0,100% 0,100% 100%,0 100%);display:block;height:631px}.features__header-wrapper{display:flex;flex-direction:column;font-family:Rubik,sans-serif;font-style:normal;justify-content:center;margin-left:8.75rem;width:100%}.features__header-wrapper-title{color:#000;font-family:Rubik,sans-serif;font-size:48px;font-style:normal;font-weight:500;line-height:66px;margin-bottom:1.875rem}.features__header-wrapper-desc{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:34px;margin-bottom:3rem;max-width:38.625rem}.features__header-wrapper-btn{background:#d84560;border:none;border-radius:2px;color:#fff;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;height:61px;line-height:21px;margin-bottom:1.063rem;width:229px}.features__header-wrapper-btn a{color:#fff;text-decoration:none}.features__header-wrapper-footer{color:#1a1a1a;display:flex;flex-direction:row;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:34px}.features__body-wrapper,.features__body-wrapper-right{display:flex;flex-direction:row;font-family:Rubik,sans-serif;font-style:normal;margin-bottom:8.125rem;margin-top:8.125rem}.features__body-wrapper-background-left{margin-right:6.25rem;max-width:52.5rem;width:50%}.features__body-wrapper-background-left-img{background:#f3f3f3;display:block;height:100%;max-height:43.5rem;min-height:31.563rem}.features__body-wrapper-background-right{margin-left:6.25rem;max-width:52.5rem;width:50%}.features__body-wrapper-background-right-img{background:#f3f3f3;display:block;height:100%;max-height:43.5rem;min-height:31.563rem}.features__body-wrapper-link{color:unset!important;text-decoration:none!important}.features__body-wrapper-box{margin-bottom:1.875rem;width:28.125rem}.features__body-wrapper-box:last-child{margin-bottom:unset}.features__body-wrapper-header-text{color:#000;font-size:18px;font-weight:500;line-height:22px}.features__body-wrapper-header-title{color:#000;font-family:Rubik,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:3.125rem}.features__body-wrapper-title{color:#000;font-size:24px;font-weight:500;line-height:22px;margin-bottom:.625rem}.features__body-wrapper-desc{color:#757575;font-size:16px;font-weight:400;line-height:22px;margin-bottom:.313rem}.features__body-wrapper-more{color:#757575;cursor:pointer;font-size:16px;font-weight:700;line-height:22px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.features__body-wrapper-text{justify-content:center}.features-main-mobile__container{display:none}@media (max-width:1440px){.features__header-wrapper{margin-left:3.75rem}}@media (max-width:1330px){.features__body-wrapper-background-left{margin-right:1.875rem}.features__body-wrapper-background-right{margin-left:1.875rem}.features__body-wrapper-text{padding-left:.625rem;padding-right:.625rem}}@media (max-width:1170px){.features__header-wrapper{margin-top:7.5rem}.features__header-wrapper-title{font-size:40px;line-height:47px}.features__header-wrapper-desc{font-size:20px;line-height:28px;max-width:26.625rem}}@media (max-width:1000px){.features-page__container{margin-bottom:5.625rem;max-width:1000px}.features-menu__box-wrapper{height:100%}.features-menu__body-header,.features-menu__header-body-title{font-size:14px;line-height:20px}.features-menu__body-desc{font-size:12px;line-height:20px}.features__footer{margin-bottom:3rem}.features__header{display:flex;flex-direction:column;padding-left:unset}.features__header-background{margin-left:unset;margin-top:32px;max-width:unset}.features__header-background-img{clip-path:unset;height:43vh;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.features__header-wrapper{margin-left:unset;margin-top:1.563rem;padding-left:3.75rem;padding-right:3.75rem}.features__body-wrapper{display:flex;flex-direction:column-reverse;margin-bottom:3.125rem;margin-top:3.125rem}.features__body-wrapper:first-child{margin-top:3.125rem}.features__body-wrapper-text{align-items:center;margin-bottom:6.25rem;margin-left:1.875rem}.features__body-wrapper-right{display:flex;flex-direction:column;margin-bottom:3.125rem;margin-top:3.125rem}.features__body-wrapper-right .features__body-wrapper-text{padding-left:unset;padding-right:5rem}.features__body-wrapper-background-left{height:43vh;margin-right:unset;min-height:unset;min-width:100%}.features__body-wrapper-background-left-img{height:43vh;min-height:unset;min-width:100%;width:100%}.features__body-wrapper-background-right{height:43vh;margin-left:unset;min-height:unset;min-width:100%}.features__body-wrapper-background-right-img{height:43vh;min-height:unset;min-width:100%;width:100%}.features__body-wrapper-header{width:450px}}@media (max-width:576px){.features-page__container{margin-bottom:5.625rem;max-width:576px}.features-main__box-wrapper,.features-menu__container{display:none}.features-main-mobile__container{display:unset}.features-menu-mobile__box-wrapper{display:flex;flex-direction:row;justify-content:center}.features-menu-mobile-box{padding-left:9.063rem;padding-right:9.063rem}.features-menu-mobile__footer{background:#fff6c7;border-bottom:1px solid #b5b5b5;height:4.188rem;margin-left:-43px}.features-menu-mobile__footer-btn{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px;margin-left:5.938rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.features-menu-mobile__container{height:100vh;overflow:scroll}.features-menu-mobile__header-link{color:unset!important;text-decoration:none!important}.features-menu-mobile__header-body-title{color:#979797;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:22px;margin-top:.625rem}.features-menu-mobile__body{cursor:pointer;max-width:21.75rem;padding:1rem 1.5rem}.features-menu-mobile__body-header{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:.313rem}.features-menu-mobile__body-desc{color:#6b6b6b;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.features__footer-wrapper{margin-left:.625rem;margin-right:.625rem;padding:unset}.features__footer-wrapper-box-plus{display:flex;flex-direction:column;justify-content:center;min-height:3.688rem}.features__footer-wrapper-box-text{font-size:18px;line-height:18px;max-width:16.75rem;padding-bottom:.625rem;padding-top:.625rem}.features__footer-wrapper-box-img{height:1.875rem;margin-left:unset;width:1.875rem}.features__footer-wrapper-box-desc{max-width:18.75rem}.features__footer-wrapper-title{font-size:32px;line-height:42px;margin-bottom:.5rem}.features__header{display:flex;flex-direction:column}.features__header-background{clip-path:unset}.features__header-background-img{background-size:cover;height:43vh;max-width:100%;width:100%}.features__header-wrapper{padding-left:1.875rem;padding-right:1.875rem}.features__header-wrapper-title{font-size:24px;font-weight:500;line-height:30px;margin-bottom:1.563rem;width:100%}.features__header-wrapper-desc{font-size:14px;line-height:18px;margin-bottom:3rem;max-width:18.438rem}.features__header-wrapper-btn{align-items:center;display:flex;justify-content:center;margin-bottom:1.125rem;margin-left:auto;margin-right:auto}.features__header-wrapper-footer{font-size:14px;justify-content:center;line-height:24px}.features__body-mobile{margin-left:.625rem}.features__body-wrapper{margin-bottom:4.125rem;margin-top:3.125rem}.features__body-wrapper .features__body-wrapper-text{padding-right:unset}.features__body-wrapper-right .features__body-wrapper-text{padding-left:unset;padding-right:unset}.features__body-wrapper-text{justify-content:center;margin-bottom:2rem;margin-left:1.25rem;margin-right:1.25rem}.features__body-wrapper-background-left,.features__body-wrapper-background-right{height:unset}.features__body-wrapper-link{color:unset!important;text-decoration:none!important}.features__body-wrapper-box{margin-bottom:2.188rem;max-width:28.125rem;width:100%}.features__body-wrapper-box:last-child{margin-bottom:unset}.features__body-wrapper-header{max-width:28.125rem;width:100%}.features__body-wrapper-header-text{color:#000;font-size:16px;font-weight:500;line-height:22px}.features__body-wrapper-header-title{font-size:24px;line-height:28px;margin-bottom:1.875rem}.features__body-wrapper-title{color:#000;font-size:20px;font-weight:500;line-height:22px;margin-bottom:.625rem}.features__body-wrapper-desc{color:#757575;font-size:15px;font-weight:400;line-height:22px;margin-bottom:.313rem}.features__body-wrapper-more{color:#757575;cursor:pointer;font-size:16px;font-weight:700;line-height:22px;-webkit-text-decoration-line:underline;text-decoration-line:underline}}@media (max-width:375px){.features-page__container{max-width:375px}.features__header-background-img{height:9.375rem}.features__body-wrapper-background-left-img,.features__body-wrapper-background-right-img{height:13.938rem}}@media (max-width:360px){.features-page__container{max-width:360px}}.footer{background-color:#fff2da;border-top:1px solid #61666c;min-height:28.5em}.footer-logo{height:3em}.footer-logo-container{margin-right:3em;width:25%}.footer-link{color:#999;cursor:pointer;font-size:16px}.footer-main{padding:4em}.footer .footer-link{font-size:1.1em;line-height:1}.footer .footer-link+.footer-link{margin-top:1.2em}.footer-text{color:#61666c;font-size:.9em;line-height:1.5}.footer-title{color:#182029;font-size:1em;font-weight:700;margin-bottom:1.5em}.footer-copy{border:1px solid #ead3bf;padding:1em 1.5em}@media (min-width:1601px){.footer{font-size:1.8vh}}@media (max-width:768px){.footer-logo-container{margin-right:0;width:100%}.footer-main{padding:2rem}}.industries__admin-body{min-height:50rem}.industries__admin-header-title{color:#333641;font-family:Rubik,sans-serif;font-size:36px;font-style:normal;font-weight:600;line-height:46px;margin:0 0 15px}.industries__admin-header-btn{background:#fff;border:1px solid var(--red);border-radius:5px;box-sizing:border-box;color:var(--red);cursor:pointer;font-size:.9rem;font-style:normal;font-weight:400;line-height:1.2rem;max-width:9rem;padding:.6rem;text-align:center;width:100%}.industries__admin-table{margin-top:1rem}.industries__admin-table-box{width:100%}.industries__admin-table-box td,.industries__admin-table-box th{padding:.75rem}.industries__admin-table-box thead{background:#fff2da}.industries__admin-table-box thead tr th{border-bottom:2px solid var(--red);border-top:none;text-transform:capitalize}.industries__admin-table-box-action-text{color:#dc3545!important;cursor:pointer;font-weight:700;text-decoration:unset!important}.industries__admin-table-box-show{cursor:pointer}.industries__admin-table-box-tbody{border-bottom:1px solid #aaa}.industries__admin-table-box-edit{color:var(--red);cursor:pointer}.modal-industries__admin-content{padding:1.875rem;width:900px}.modal-industries__admin-header-text{color:#db3a57;cursor:pointer;font-size:14px;line-height:17px;margin-bottom:.625rem}.modal-industries__admin-body-wrapper{font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.modal-industries__admin-body-wrapper input{margin-bottom:1.25rem;padding-left:.625rem}.modal-industries__admin-body-wrapper textarea{margin-bottom:1.875rem;padding-left:.625rem;padding-top:.5rem}.modal-industries__admin-body-wrapper-title,.modal-industries__admin-body-wrapper-url{height:2.25rem}.modal-industries__admin-body-wrapper-box select{margin-bottom:1.25rem;padding-left:.625rem}.modal-industries__admin-body-wrapper-box-category{height:2.25rem;max-width:25rem;width:100%}.modal-industries__admin-body-wrapper-box-type{height:2.25rem;margin-left:.625rem;max-width:25rem;width:100%}.modal-industries__admin-body-wrapper-footer-title,.modal-industries__admin-body-wrapper-header-title{height:2.25rem}.modal-industries__admin-body-wrapper-header-menu{height:5.625rem}.modal-industries__admin-body-wrapper-html{height:16.5rem}.modal-industries__admin-body-wrapper-save{background:#db3a57;border:none;border-radius:2px;color:#fff;font-size:14px;height:2.25rem;line-height:17px}.industries-menu__box{display:flex;flex-direction:column}.industries-page__container{margin-bottom:14.688rem}.industries-menu__box-wrapper{display:flex;flex-direction:row;justify-content:center;padding-top:5.75rem}.industries-menu-box{padding-left:9rem;padding-right:9rem}.industries-menu__footer{background:#fff6c7;border-bottom:1px solid #b5b5b5;height:4rem}.industries-menu__footer-btn{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:1.1rem;font-style:normal;font-weight:600;line-height:1.25;margin-left:10rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.industries-menu__container{background:#fff;pointer-events:none;position:fixed;top:-190%;transition:top 1.3s ease;width:100%;z-index:10}.industries-menu__header-link{color:unset!important;display:block;flex:1;text-decoration:none!important}.industries-menu__header-link:hover{background:#fff6c7}.industries-menu__header-body{display:flex;flex-wrap:wrap;justify-content:center}.industries-menu__header-body-title{color:#979797;font-family:Rubik,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.25;margin-bottom:1.25rem;margin-top:5.625rem}.industries-menu__body{cursor:pointer;max-width:27.125rem;padding:1rem 1.5rem}.industries-menu__body-header{color:#000;font-size:1rem;font-weight:500;margin-bottom:.313rem}.industries-menu__body-desc,.industries-menu__body-header{font-family:Rubik,sans-serif;font-style:normal;line-height:1.25}.industries-menu__body-desc{color:#6b6b6b;font-size:.85rem;font-weight:400}.industries__footer-close{display:none}.industries__footer-wrapper,.industries__footer-wrapper-box-desc{font-family:Rubik,sans-serif;font-style:normal}.industries__footer-wrapper-box-desc{color:#1a1a1a;font-size:15px;font-weight:400;line-height:18px}.industries__footer-wrapper-box-text{border-bottom:1px solid #b5b5b5;color:#1a1a1a;font-size:24px;font-weight:500;line-height:36px;padding-bottom:.625rem;padding-top:.625rem}.industries__footer-wrapper-box-img{align-self:center;background:url(/images/feature-plus.svg?2f96c5ec3e19356034b273e3d9439836) 50% no-repeat;cursor:pointer;height:1.875rem;margin-left:2.5rem;width:1.875rem}.industries__footer-wrapper-title{color:#000;font-size:48px;font-weight:700;line-height:58px;margin-bottom:2.5rem}.industries__header{display:flex;flex-direction:row;padding-left:10rem}.industries__header-background{clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}.industries__header-background-img{height:40rem;-o-object-fit:cover;object-fit:cover;width:55vw}.industries__header-wrapper-title{color:#000;font-family:Rubik,sans-serif;font-size:58px;font-style:normal;font-weight:500;line-height:66px;margin-bottom:2.188rem;margin-top:8rem;max-width:49.813rem;width:100%}.industries__header-wrapper-desc{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:34px;margin-bottom:3.75rem;max-width:34.438rem;width:100%}.industries__header-wrapper-btn{background:#d84560;border:none;border-radius:2px;color:#fff;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;height:61px;line-height:21px;margin-bottom:1.063rem;width:229px}.industries__header-wrapper-btn a{color:#fff;text-decoration:none}.industries__header-wrapper-footer{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:34px}.industries__body-wrapper,.industries__body-wrapper-right{display:flex;flex-direction:row;font-family:Rubik,sans-serif;font-style:normal;margin-bottom:8.125rem;margin-top:8.125rem}.industries__body-wrapper-background-left{margin-right:6.25rem}.industries__body-wrapper-background-left-img{height:100%;max-width:52.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.industries__body-wrapper-background-right{margin-left:6.25rem}.industries__body-wrapper-background-right-img{height:100%;max-width:52.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.industries__body-wrapper-link{line-height:1;text-decoration:none!important}.industries__body-wrapper-box{margin-bottom:1.875rem;max-width:28.125rem;width:100%}.industries__body-wrapper-box:last-child{margin-bottom:unset}.industries__body-wrapper-header{max-width:28.125rem;width:100%}.industries__body-wrapper-header-text{color:#000;font-size:18px;font-weight:500;line-height:22px}.industries__body-wrapper-header-title{color:#000;font-family:Rubik,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:38px;margin-bottom:3.125rem}.industries__body-wrapper-title{color:#000;font-size:24px;font-weight:500;line-height:22px;margin-bottom:.625rem}.industries__body-wrapper-desc{color:#757575;font-size:16px;font-weight:400;line-height:22px;margin-bottom:.313rem}.industries__body-wrapper-more{color:#757575;cursor:pointer;font-size:16px;font-weight:700;line-height:22px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.navbar-nav-mobile{display:none!important}@media (max-width:1000px){.industries__header{display:flex;flex-direction:column;padding-left:unset}.industries__header-background{clip-path:unset;margin-top:32px}.industries__header-background-img{height:43vh;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.industries__header-wrapper{padding-left:2rem}.industries__header-wrapper-title{margin-top:3rem}.industries__body-wrapper{display:flex;flex-direction:column-reverse;margin-bottom:3.125rem;margin-top:3.125rem}.industries__body-wrapper:first-child{margin-top:3.125rem}.industries__body-wrapper-text{margin-bottom:6.25rem;margin-left:9.875rem}.industries__body-wrapper-right{display:flex;flex-direction:column;margin-bottom:3.125rem;margin-top:3.125rem}.industries__body-wrapper-background-left{margin-right:unset}.industries__body-wrapper-background-left-img{height:43vh;max-width:100%;width:100%}.industries__body-wrapper-background-right{margin-left:unset}.industries__body-wrapper-background-right-img{height:43vh;max-width:100%;width:100%}.industries-menu__header-body{align-content:center;display:flex;flex-direction:row;flex-wrap:wrap;height:unset;margin-top:unset;width:100%}.industries-menu__body{max-width:20.125rem}.industries-menu__body-header{font-size:14px;line-height:20px}.industries-menu__body-desc{font-size:12px;line-height:20px}}@media (max-width:576px){.industries-menu__container{display:none}.industries-menu-mobile__box-wrapper{display:flex;flex-direction:row;justify-content:center;margin-left:2.813rem}.industries-menu-mobile-box{padding-left:9.063rem;padding-right:9.063rem}.industries-menu-mobile__footer{background:#fff6c7;border-bottom:1px solid #b5b5b5;height:4.188rem;margin-left:-43px}.industries-menu-mobile__footer-btn{color:#1a1a1a;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px;margin-left:5.938rem;-webkit-text-decoration-line:underline;text-decoration-line:underline}.industries-menu-mobile__container{height:100vh;overflow:scroll}.industries-menu-mobile__header-link{color:unset!important;text-decoration:none!important}.industries-menu-mobile__header-body-title{color:#979797;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:22px;margin-top:.625rem}.industries-menu-mobile__body{cursor:pointer;max-width:21.75rem;padding:1rem 1.5rem}.industries-menu-mobile__body-header{color:#000;font-family:Rubik,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:.313rem}.industries-menu-mobile__body-desc{color:#6b6b6b;font-family:Rubik,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.industries__footer-wrapper{margin-left:.625rem;margin-right:.625rem}.industries__footer-wrapper-box-text{font-size:18px;line-height:36px;max-width:18.75rem;padding-bottom:.625rem;padding-top:.625rem}.industries__footer-wrapper-box-img{height:1.875rem;margin-left:unset;width:1.875rem}.industries__footer-wrapper-box-desc{max-width:18.75rem}.industries__footer-wrapper-title{font-size:32px;line-height:42px;margin-bottom:2.5rem}.industries__header{display:flex;flex-direction:column}.industries__header-background{clip-path:unset}.industries__header-background-img{height:43vh;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}.industries__header-wrapper-title{font-size:32px;line-height:42px;margin-bottom:1.188rem;width:100%}.industries__header-wrapper-desc{color:#1a1a1a;font-size:16px;line-height:22px;margin-bottom:1.75rem;width:100%}.industries__header-wrapper-btn{font-size:18px;height:3.188rem;line-height:21px;margin-bottom:1.063rem;width:9.938rem}.industries__header-wrapper-footer{font-size:10px;line-height:22px}.industries__body-mobile{margin-left:.625rem}.industries__body-wrapper{margin-bottom:4.125rem;margin-top:4.125rem}.industries__body-wrapper-text{justify-content:center;margin-left:.625rem}.industries__body-wrapper-background-left,.industries__body-wrapper-background-right{height:unset}.industries__body-wrapper-link{color:unset!important;text-decoration:none!important}.industries__body-wrapper-box{margin-bottom:1.875rem;max-width:28.125rem;width:100%}.industries__body-wrapper-box:last-child{margin-bottom:unset}.industries__body-wrapper-header{max-width:28.125rem;width:100%}.industries__body-wrapper-header-text{color:#000;font-size:14px;font-weight:500;line-height:22px}.industries__body-wrapper-header-title{font-size:24px;line-height:36px;margin-bottom:3.125rem}.industries__body-wrapper-title{color:#000;font-size:24px;font-weight:500;line-height:22px;margin-bottom:.625rem}.industries__body-wrapper-desc{color:#757575;font-size:16px;font-weight:400;line-height:22px;margin-bottom:.313rem}.industries__body-wrapper-more{color:#757575;cursor:pointer;font-size:16px;font-weight:700;line-height:22px;-webkit-text-decoration-line:underline;text-decoration-line:underline}}.fw-600{font-weight:600}.industries{display:flex;flex-direction:column}.industries-section{padding:6em 8em}.industries-section-title{margin-bottom:120px}@media (max-width:768px){.industries-section-title{margin-bottom:90px}}.industries .header-block{left:9em;min-width:50%;padding:2em 2em 2em 0;position:relative;width:100%}.industries .header-img{height:80vh;max-height:80vh}.industries-block{padding:8em}.industries-panels{padding:6em 8em}.industries-form{min-width:50%;padding:0 4em 0 8em}.industries .title-main{color:#000;font-size:3em;font-weight:500;line-height:1.2}.industries .title-main2{color:#182029;font-size:2.5em;font-weight:500;line-height:1.2}.industries .title-main2-black{color:#000;font-size:2.5em;font-weight:500;line-height:1.2}.industries .title-main3{color:#1a1a1a;font-size:1.75em;font-weight:600;line-height:1.2}.industries .title-main4{color:#182029;font-size:1.1em;font-weight:600;line-height:1.2}.industries .title-main5{color:#182029;font-size:2em;font-weight:500;line-height:1.2}.industries .title-partner{color:#182029;font-size:2.35em;font-weight:700;line-height:1.2}.industries .title-add1{color:#1a1a1a;font-size:1.4em;font-weight:600;line-height:1.5}.industries .title-help{color:#1a1a1a;font-size:1.75em;font-weight:600;line-height:1.2}.industries .title-faq{color:#1a1a1a;font-size:1.5em;font-weight:500;line-height:1.5}.industries .text-xl{font-size:1.45em}.industries .text-lg,.industries .text-xl{color:#1a1a1a;font-weight:400;line-height:1.5}.industries .text-lg{font-size:1.35em}.industries .text-m{font-size:1.125rem}.industries .text-m,.industries .text-normal{color:#1a1a1a;font-weight:400;line-height:1.5}.industries .text-normal{font-size:1em}.industries .text-s{color:#1a1a1a;font-size:.9em;font-weight:400;line-height:1.75}.industries .text-faq{color:#61666c;font-size:1.15em;font-weight:400;line-height:1.75}.industries .text-author-name{color:#1a1a1a;font-size:1.75rem;font-weight:700;line-height:1.4}@media (max-width:768px){.industries .text-author-name{color:#1a1a1a;font-size:1.25rem;font-weight:700;line-height:1.4}}.industries .text-author-desc{color:#61666c;font-size:1.25rem;font-weight:400;line-height:1.5}@media (max-width:768px){.industries .text-author-desc{color:#61666c;font-size:1rem;font-weight:400;line-height:1.5}}.industries .text-medium{color:#1a1a1a;font-size:1.25rem;font-weight:400;line-height:1.5}@media (max-width:768px){.industries .text-medium{color:#1a1a1a;font-size:1rem;font-weight:400;line-height:1.3}}@media (min-width:769px) and (max-width:1199px){.industries .text-author-name{font-size:1.5rem!important}.industries .text-author-desc{font-size:1.1rem!important}.industries .text-medium{font-size:1.125rem!important}}.industries .link{color:#db3a57;cursor:pointer;text-decoration:underline;transition:color .2s ease-in-out}.industries .link:hover{color:#b91835}.industries .c-mainred{color:#db3a57}.industries .btn-primary{font-size:1em;transition:background-color .2s ease-in-out}.industries .btn-primary,.industries .btn-primary-xl{border:none;border-radius:.125rem;font-weight:500;line-height:1;padding:1.1em 2.2em;text-decoration:none}.industries .btn-primary-xl{font-size:1.25em}.industries .btn-primary:focus,.industries .btn-primary:hover{color:#fff!important}.industries__board{background:#fff;border-top:.6rem solid #db3a57;box-shadow:0 .5em .8em rgba(0,0,0,.1);flex:1;min-width:11.25em;padding:2em 1em}.industries__board img{min-width:7em}.industries__board-container{flex-wrap:wrap;gap:1.5em}.industries .more-link{align-items:center;color:#db3a57;display:flex;font-size:1.25em;font-weight:400;line-height:1;position:relative;text-decoration:underline}.industries .more-link:hover{color:#db3a57!important}.industries .more-link:after{background:url(/images/industries/arrow-right-up.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.75em;position:absolute;right:-2em;transition:transform .15s ease-in;width:1.75em}.industries .more-link:hover:after{transform:rotate(-135deg)}.industries .slider-container{background-color:#fff2ec}.industries .slider__controls{width:80%}.industries .slider__btn{align-items:center;border-bottom:.1rem solid #959595;color:#000;display:flex;font-size:1.25em;font-weight:500;justify-content:space-between;line-height:1;min-height:4em;padding:1em 1em 1em .5em;transition:color .2s ease-in-out}.industries .slider__btn-image{height:2rem}.industries .slider__btn_active{border-bottom:.3rem solid #db3a57;color:#db3a57}.industries .slider__btn_active .slider__btn-image{display:none}.industries .slider__item{padding:4em}.industries .slider__item-img{align-self:center;margin-bottom:3em;width:100%}.industries .slider__item-img-wrapper{display:flex;flex-direction:column;height:28em;justify-content:center}.industries .faq-section{align-self:center;margin:0 auto;max-width:65em;padding:8em 0}.industries .faq-desc{color:#5a5a73;font-size:1.35em;line-height:1.25}.industries .faq-item+.faq-item{border-top:1px solid #959595}.industries .faq-item{cursor:pointer}.industries .faq-item[aria-expanded=true]{border-top:none!important}.industries .faq-item[aria-expanded=true] .faq-button{background-color:#db3a57;border-radius:5px;color:#fff}.industries .faq-item[aria-expanded=true] .faq-button:after{color:#fff;content:url(/images/icon-minus.svg);transform:rotate(0)}.industries .faq-button{align-items:center;display:flex;padding:1em 4em 1em 1.6em;position:relative}.industries .faq-button:after{align-items:center;align-self:center;background-image:url(/images/icon-plus.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:flex;height:1.2em;justify-content:center;line-height:1;position:absolute;right:1.6em;width:1.2em}.industries .card+.card{margin-left:2em}.industries .card{background-color:transparent;border:none;border-bottom:.15em solid #db3a57;border-radius:.15rem;box-shadow:.1em .1em .5em .1em rgba(0,0,0,.07);color:#182029;height:auto;margin-bottom:2em;width:calc(33.33333% - 1.33333em)}.industries .card-body{background-color:#fff;padding:2em}.industries .card-date{align-items:center;color:#959595;display:flex;font-size:.75em}.industries .card-date img{min-width:1.5em}.industries .card-link{align-items:center;color:#db3a57;display:flex;font-size:1.5em;font-weight:500;line-height:1;transition:color .2s ease-in-out}.industries .card-link:hover{color:#b91835}.industries .card-link:after{background-image:url(/images/wy-bizbaby/arrow.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1em;margin-left:.5rem;transition:background .2s ease-in-out;width:1.5em}.industries .card-link:hover:after{background-image:url(/images/wy-bizbaby/arrow-hover.svg)}.industries .card-title{min-height:6em}.industries .card:nth-child(3n+1){margin-left:0}.industries .help-head{align-items:center;cursor:pointer;display:flex;font-size:1.2em;font-weight:500;line-height:1.5;padding:1.25em 3.35em 1.25em .4em;position:relative}.industries .help-head:after{align-items:center;content:url(/images/industries/arrow-collapse.svg);display:flex;height:1.5rem;justify-content:center;position:absolute;right:1.5rem;transition:transform .2s ease-in-out;width:1.5rem}.industries .help-item{border-top:1px solid #959595}.industries .help-item:last-child{border-bottom:1px solid #959595}.industries .help-item[aria-expanded=true] .help-head:after{transform:rotate(180deg)}.industries .help-item[aria-expanded=true]{border-top:.25em solid #db3a57}.industries .help-body{background-color:#fff2ec;padding:4em 2em}.industries #main-video{height:50vh;width:50vw}.industries .homepage-header .header-content{width:50vw}@media (min-width:1601px){.industries{font-size:1.8vh}}@media (max-width:1399.98px){.industries .title-main{font-size:2.5rem}.industries .title-main2,.industries .title-main2-black{font-size:2.25rem}.industries .title-partner{font-size:2rem}}@media (max-width:1199.98px){.industries-block{padding:5rem 4rem!important}.industries-panels{padding:6rem 4rem}.industries__board{min-width:315px}.industries .text-xl{font-size:1.35em}.industries .text-lg{font-size:1.25em}.industries .title-main{font-size:2.35rem}.industries .title-main2,.industries .title-main2-black{font-size:2.1rem}.industries .title-partner{font-size:1.9rem}.industries #main-video,.industries .homepage-header .header-content{width:60vw}}@media (max-width:991.98px){.industries-section{padding:6rem 4rem}.industries .header-block{padding:8rem 4rem 3rem!important;position:static}.industries-form{padding:4rem 1.25rem}.industries .slider__controls{width:100%}.industries .card+.card{margin-left:0}.industries .card{margin-left:0;width:100%}.industries #main-video,.industries .homepage-header .header-content{width:70vw}.industries .support-info-img-cont{position:relative}.industries .support-image{bottom:-3rem;height:auto!important;width:100%}}@media (max-width:767.98px){.industries #main-video,.industries .homepage-header .header-content{width:91.5vw}.industries .btn-primary{font-size:1em}.industries .btn-primary-xl{font-size:1.2em}.industries .text-xl{font-size:1.25rem}.industries .text-lg{font-size:1.05rem}.industries .text-faq{font-size:.8rem}.industries .title-main{font-size:2rem}.industries .title-main2,.industries .title-main2-black{font-size:1.75rem}.industries .title-main3{font-size:1.35rem}.industries .title-main4{font-size:1.1rem}.industries .title-partner{font-size:1.6rem}.industries .title-faq{font-size:1.05rem;padding-right:3rem}.industries .title-help{font-size:1.35rem}.industries .faq-desc{font-size:1.1rem}.industries .faq-button{padding:1rem 3rem 1rem 1rem}.industries .faq-button:after{font-size:1.7rem;font-weight:400;right:.5rem}.industries .homepage-header .header-block{padding:5rem 1.5rem!important}.industries .support-info-block{padding:2rem 2rem 0!important}.industries .support-image{position:static!important}}@media (max-width:575.98px){.industries .header-block{padding:3rem 1.5rem!important}.industries-section,.industries .faq-section{padding:3rem 1.5rem}.industries-block{padding:3rem 1.5rem!important}.industries .slider__item{padding:4rem 1.5rem}.industries-panels{padding:5rem 1.5rem}.industries .homepage-header .header-block{padding:5rem 1.5rem!important}.industries #main-video{height:40vh}.industries .homepage-header{height:110vh}.industries .support-section{margin-bottom:25vh!important;top:25vh!important}}.partners .title-num{color:#1a1a1a;font-size:1.75rem;font-weight:600;line-height:1.2}.partners-section{padding:6em 10em}.partners .industries__board{min-width:15rem;padding:3em 2em}.partners .industries__board-container{gap:2.5em;padding:0 6rem}.partners .bg-light{background-color:#fdf5f6}.partners .slider-container{background-color:transparent}.partners .how-card{min-width:280px}.partners .instruct-block+.instruct-block{border-top:1px solid #d4a5a5}.partners .section-boost{padding:2em 6em 2em 2em}@media (max-width:1199.98px){.partners .section-boost{padding:2rem}}@media (max-width:991.98px){.partners-section{padding:6rem 4rem}}@media (max-width:767.98px){.partners .title-num{font-size:1.6rem}.partners .industries__board-container{padding:0}}@media (max-width:575.98px){.partners .section-boost{padding:4rem 1rem}.partners-section{padding:3rem 1.5rem}}.features .title-main-xl{font-size:3.375em}.features .header-text{color:#5a5a73;width:70%}.features .bg-light{background-color:#ffeff1}.features .help-item{border-bottom:1px solid #959595;border-top:none}.features .help-body{background-color:transparent;padding:0 0 1.5em}.features .help-item[aria-expanded=true]{border-bottom:.25rem solid #db3a57;border-top:none}.features .trial-circle{background:radial-gradient(#47c909,#47c909 25%,rgba(71,201,9,.278) 0,rgba(71,201,9,.278) 50%,rgba(71,201,9,.122) 0,rgba(71,201,9,.122) 100%);border-radius:50%;height:1.5rem;width:1.5rem}.features .help-head{padding-left:0;padding-right:0;width:100%}.features .help-head:after{display:none}.features .slider__btn{font-size:1em}.features .icon-block img{min-width:3.375em}.features .industries__board{background:transparent;border-top:none;box-shadow:none;max-width:20em}@media (max-width:575.98px){.features .header-text{width:100%}.features .title-main-xl{font-size:2.1rem}.features .title-main2,.features .title-main2-black{font-size:1.6rem}.features .text-normal{font-size:.9rem}.features .icon-block img{min-width:2.5rem}}.homepage .title-main4{color:#000;font-size:1.5rem;font-weight:500;line-height:1.2}.homepage .title-offer{color:#182029;font-size:2.15rem;font-weight:700;line-height:1.2}.homepage .icon{height:.9em;min-height:.9em}.homepage .avatar{margin-right:.5rem;min-width:4.5em;width:4.5rem}.homepage .quote-section{padding:6em 15em}.homepage .quote-block{position:relative}.homepage .quote-block:after,.homepage .quote-block:before{background-image:url(/images/wy-bizbaby/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:7em;position:absolute;width:7em}.homepage .quote-block:before{left:-8em;top:-3em}.homepage .quote-block:after{bottom:-3em;right:-8em;transform:rotate(180deg)}.homepage .quote-card{border-bottom:.35em solid #db3a57;position:relative}.homepage .quote-card:after{background-image:url(/images/wy-bizbaby/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:5.4rem;left:1.6em;position:absolute;top:-5em;width:7rem}@media (max-width:768px){.homepage .quote-card:after{height:3.6rem;left:-.4rem;top:-3.9rem;width:4.625rem}}.homepage .quote-card+.quote-card{margin-left:3rem}.homepage .partners-block-img{background-position:50%;background-repeat:no-repeat;background-size:cover}@media (max-width:375px){.homepage .partners-block-img{background-position:40% 56%;background-size:234%;height:370px}}@media (min-width:376px) and (max-width:768px){.homepage .partners-block-img{background-position:40% 56%;background-size:auto;height:370px}}.homepage .partners-block-title{font-size:2.25em}.homepage .partners-block-container{background-color:#161515;color:#fff;padding:5em 6em}.homepage .partners-block-desc{font-size:1.5em;line-height:1.25}.homepage .offer-card{background-color:#fdf5f6;border-radius:10px;padding:2rem}.homepage .service-offer-container{position:relative}.homepage .service-offer-container:before{background:repeating-linear-gradient(#db3a57,#db3a57 .5rem,transparent 0,transparent .75rem);content:"";display:block;height:80%;left:1rem;position:absolute;top:1rem;width:.075em}.homepage .job-offers:before{height:85%}.homepage .service-offer{padding-left:4rem;position:relative}.homepage .service-offer:before{background:radial-gradient(#db3a57,#db3a57 35%,#f8d8dd 0,#f8d8dd 100%);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1rem solid #fdf5f6;border-radius:50%;box-sizing:content-box;content:"";display:block;height:2rem;left:-1rem;min-width:2rem;position:absolute;top:-1rem;width:2rem}.homepage .service-offer:first-child:before,.homepage .service-offer:last-child:before{border-radius:0;height:2.5rem;left:-1.25rem;width:2.5rem}.homepage .service-offer:first-child:before{background-color:#fdf5f6;background-image:url(/images/homepage/icon-accept.svg)}.homepage .service-offer:last-child:before{background-color:#fdf5f6;background-image:url(/images/homepage/icon-paid.svg)}.homepage .link{cursor:pointer}.homepage .footer-bg{background-image:url(/images/homepage/main-footer.png)}.homepage .author-name{color:#182029}@media (max-width:991.98px){.homepage .quote-section{padding:6rem 9rem}}@media (max-width:767.98px){.homepage .title-main4{font-size:1.1rem}.homepage .title-offer{font-size:1.75rem}.homepage .quote-card+.quote-card{margin-left:0;margin-top:5rem}.homepage .service-offer-container:before{height:70%}.homepage .job-offers:before{height:85%}.homepage .quote-section{padding:4rem 1rem}.homepage .partners-block-title{font-size:2em}.homepage .partners-block-container{padding:4rem 1rem}.homepage .partners-block-desc{font-size:20px}.homepage .quote-block:before{left:-1rem;top:-3rem}.homepage .quote-block:after{bottom:-3rem;right:-1rem;transform:rotate(180deg)}}.homepage .homepage-input{border:1px solid #b3b4b8!important;border-radius:.375rem!important;flex:1;font-size:1rem!important;outline:none;padding:1.1875rem 1rem!important}@media (max-width:768px){.homepage .homepage-input{min-width:unset!important}}.homepage-header{background:url(/images/homepage-header.jpg?a81c88a7ff31dabb0c0efd308082cbf1);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh}@media (max-width:768px){.homepage-header{background-position:69.1% 8%}}.homepage-header .header-block{left:0;padding:9rem 12rem}.homepage-header h1{font-size:2.8rem}@media (max-width:768px){.homepage-header h1{font-size:1.88rem}}.homepage-video{left:50%;top:100%;transform:translate(-50%,-50%);width:-moz-max-content;width:max-content;z-index:5}.homepage-video iframe{background-color:#ccc;border:8px solid hsla(0,0%,100%,.502);border-radius:2rem;box-shadow:0 0 0 1px rgba(0,0,0,.2);max-width:100%;overflow:hidden}@media (max-width:768px){.homepage-video iframe{border:3px solid hsla(0,0%,100%,.502);border-radius:16px}}.homepage .support-section{margin:auto auto 40vh;position:relative;top:40vh;width:90%}.homepage .support-info-block{background:#fff1f5;border-radius:1rem;padding:3rem 4rem}.homepage .support-info-content{margin:auto}.homepage .support-info-row{display:flex;flex-direction:column;font-weight:500;width:50%}@media (max-width:768px){.homepage .support-info-row{width:100%}}.homepage .support-image{bottom:0;height:115%;position:absolute}.homepage .support-row-icon{align-items:center;background:#fff;border-radius:.5rem;display:flex;height:5rem;justify-content:center;min-height:5rem;min-width:5rem;padding:1rem}.homepage .expertise-block-title{margin-bottom:3rem}.homepage .expertise-block .tabs-container{-moz-column-gap:.7rem;column-gap:.7rem;margin-bottom:2.5rem;row-gap:.7rem}.homepage .expertise-block .tab-preview{-moz-column-gap:56px;column-gap:56px}.homepage .expertise-block .tab-preview>div{line-height:1.25;width:50%}@media (max-width:768px){.homepage .expertise-block .tab-preview{row-gap:32px}.homepage .expertise-block .tab-preview>div{width:100%}}.homepage .expertise-block .tab-preview ul{list-style:none;margin-inline-start:1.5rem}.homepage .expertise-block .tab-preview ul li{align-items:center;display:flex;margin-bottom:1.25rem;position:relative}.homepage .expertise-block .tab-preview ul li:before{background-image:url(/images/red-check-mark.svg);background-repeat:no-repeat;background-size:cover;content:"";display:flex;height:.7em;left:-1em;min-width:.7em;position:absolute;width:.7em}.homepage .expertise-block .tab-preview img{width:100%}.homepage .expertise-block .tab-preview .card-link{font-size:.9rem}.homepage .expertise-block .tab-preview .card-link:after{height:.8em}.homepage .expertise-block .tab-button{background:#f2f2f2;border:1px solid #ccc;border-radius:.25rem;color:#000;cursor:pointer;line-height:1;padding:.7em 1.2em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.homepage .expertise-block .tab-button.active{background:#db3a57;color:#fff}.homepage .industries-gallery img{width:20%}@media (max-width:768px){.homepage .industries-gallery img{width:50%}.homepage .industries-gallery img:nth-child(n+3){display:none}}.homepage .comment-pl{padding-left:3.125rem}.homepage .homepage-button{border-radius:.25rem!important;color:#fff;font-size:1rem!important;font-weight:500!important;padding:1.25rem!important}.dashboard-modal{padding-right:0!important}.dashboard-modal .title-modal{color:#182029;font-size:2em;font-weight:700;line-height:1.2}.dashboard-modal .title-modal2{color:#000;font-size:1.25em;font-weight:500;line-height:1.2}.dashboard-modal .text-normal{color:#1a1a1a;font-size:1em;font-weight:400;line-height:1.2}.dashboard-modal .text-s{color:#1a1a1a;font-size:.8em;font-weight:400;line-height:1.2}.dashboard-modal .close-modal-btn{align-items:center;cursor:pointer;display:flex;font-size:1.75rem;font-weight:300;height:1.75rem;justify-content:center;line-height:1;width:1.75rem}.dashboard-modal .close-modal-btn:hover{color:#db3a57}.dashboard-modal .title-icon{width:2.5rem}.dashboard-modal .types-card{background-color:#fdf5f6;border-radius:10px;padding:2rem 1.5rem}.dashboard-modal .example{padding:1.5rem}.dashboard-modal .types-card>p{margin-bottom:0;margin-top:1.5rem}.dashboard-modal table td,.dashboard-modal table th{width:33.33333%}.dashboard-modal table th{padding:1rem .7rem}.dashboard-modal table td{word-wrap:break-word;border-right:1px solid rgba(219,58,87,.3);border-top:1px solid #db3a57;font-size:16px;padding:1.2rem .7rem;vertical-align:top;word-break:break-word}.dashboard-modal table ul li+li{margin-top:.5rem}.dashboard-modal tbody td:first-child{font-weight:600}.dashboard-modal table td:last-child{border-right:none}.dashboard-modal tbody tr:nth-child(2n-1){background-color:rgba(219,58,87,.03)}@media (max-width:992px){.dashboard-modal .modal-dialog{margin-left:0;margin-right:0;max-width:100%}}@media (max-width:768px){.dashboard-modal .title-modal{color:#182029;font-size:1.5rem;font-weight:700;line-height:1.2}.dashboard-modal .title-modal2{color:#000;font-size:1rem;font-weight:500;line-height:1.2}.dashboard-modal .title-icon{width:1.5rem}.dashboard-modal .modal-body{padding:0 1rem 1.2rem}.dashboard-modal table td{font-size:14px}.dashboard-modal .td-50{width:50%}}.w-mob-85{width:85%}.w-mob-75{width:75%!important}.w-mob-60{width:60%}.w-mob-50{width:50%}.c-black{color:#000}.notify-item+.notify-item{border-top:1px solid #000}.file-item-link{color:#db3a57;cursor:pointer;font-family:Rubik,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;-webkit-text-decoration-line:underline;text-decoration-line:underline}#preview-image{overflow:hidden}#preview-image,.file-item-card{border:1px solid #ccc;border-radius:.3rem}#login-form-modal .close,#register-form-modal .close{margin:0 -1rem -1rem auto}@media (max-width:767.98px){.w-mob-50,.w-mob-60,.w-mob-75,.w-mob-85{width:100%!important}}@media (min-width:1601px){:root{font-size:1.8vh!important}}@media (min-width:576px){#register-form-modal .modal-dialog{max-width:600px}}.btn-black{transition:background-color .2s ease-in-out,color .2s ease-in-out}.btn-black:hover{background-color:#4d4d4d!important}.btn-black:active{background-color:grey!important}.btn-black:disabled{background-color:#e4e4e4!important}.btn-main{background-color:#db3a57!important;color:#fff!important;transition:background-color .2s ease-in-out,color .2s ease-in-out}.btn-main:hover{background-color:#c32d4a!important}.btn-main:active{background-color:#a71f39!important}.btn-main:disabled{background-color:rgba(230,164,178,.7)}.navbar__menu-wrapper{height:2.625rem;margin:1.375rem auto 1.75rem;padding-left:3.75rem;padding-right:3.75rem;width:100%}.navbar__menu-link{font-size:.875rem;margin-right:2.2rem}.navbar-wrapper__menu:not(.fly){height:5.75rem}.navbar-wrapper__menu[data-auth]{height:auto!important}.navbar-mobile{display:none!important}.navbar{box-shadow:0 .3rem .5rem 0 rgba(24,32,41,.05)}.navbar__wrapper-logo{margin-right:1.8rem}.navbar__wrapper-logo-img{height:2.6rem}@media (max-width:1100px){.navbar__menu-container{min-height:57px;width:100%}.navbar__menu-wrapper{margin:23px auto 1.875rem;padding-left:2.5rem;padding-right:2.5rem;width:100rem}.navbar__menu-link{margin-right:3.125rem}.navbar__menu-login{margin-left:2.313rem}.navbar__menu-link{font-size:13px;margin-right:1.25rem}.navbar__menu-login{font-size:14px;margin-left:1.25rem}.navbar__menu-sign{font-size:14px}}@media (max-width:991px){.navbar__wrapper-logo{margin-right:3.15rem}}@media (max-width:840px){.navbar__wrapper-logo-img{margin-left:15px}.navbar-mobile{display:block!important;z-index:5000}.navbar-wrapper__menu:not(.fly){height:4.188rem}}@media (max-width:576px){.navbar__wrapper-logo-img{height:2rem;margin-left:15px}.navbar-wrapper__menu:not(.fly){height:3.563rem}}@media (max-width:375px){.navbar__menu-container{width:100%}}.btn-black{background-color:#000!important}.btn-black,.btn-black:focus,.btn-black:hover{color:#fff!important}.btn-bizbaby-n{border-radius:6px;font-size:16px;line-height:1;padding:13px 28px}.bg-white-tr60{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background-color:hsla(0,0%,100%,.6);border-bottom:1px solid #e6eaef}.mobile-content__{font-family:Rubik,sans-serif}.mobile-content__display{display:flex}@media (max-width:768px){.mobile-content__display{display:none}}.mobile-content__display-page{display:block}.mobile-content__btn{cursor:pointer;margin-bottom:2.313rem;margin-top:1rem}.mobile-content__btn-save{background:#db3a57;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:2.5rem;line-height:19px;margin-left:auto;margin-right:auto;margin-top:2.5rem;width:20.625rem}.mobile-content__btn-img{height:1.5rem;width:1.5rem}.mobile-content__btn-text{font-size:16px;font-weight:500;line-height:28px;margin-left:.625rem}.mobile-content__notes-img-arrow{height:1.5rem;width:.875rem}.mobile-content__notes-wrapper{border-bottom:1px solid #b5b5b5;cursor:pointer;padding-bottom:.625rem;padding-top:.625rem}.mobile-content__notes-wrapper-title{font-size:16px;font-weight:500;line-height:28px}.mobile-content__wrapper{display:none;margin-bottom:1.563rem;margin-top:1.563rem;padding-left:1.25rem;padding-right:1.25rem;width:100%}@media (max-width:768px){.mobile-content__wrapper{display:block}}.mobile-content__wrapper-outer{border-bottom:1px solid #b5b5b5;padding-bottom:.625rem}.mobile-content__wrapper-outer-img-edit{cursor:pointer;height:1.25rem;margin-left:1.25rem;width:1.25rem}.mobile-content__wrapper-outer-count{font-size:18px;font-weight:500;line-height:28px}.mobile-content__wrapper-outer-title{font-size:20px;font-weight:500;line-height:28px;word-break:break-all}.mobile-content__wrapper-outer-img{height:1.125rem;margin-right:.625rem;width:1.25rem}.mobile-content__view{background:#fff;height:100%;left:0;padding-left:1.25rem;padding-right:1.25rem;position:absolute;top:0;width:100%}.mobile-content__view-btn{border:1px solid #db3a57;border-radius:5px;height:2.5rem;margin-left:auto;margin-right:auto}.mobile-content__view-btn-title{color:#db3a57;font-size:16px;font-weight:700;line-height:19px}.mobile-content__view-delete{margin-top:1.563rem}.mobile-content__view-delete-img{height:1.5rem;width:1.5rem}.mobile-content__view-delete-btn{font-size:18px;font-weight:500;line-height:28px;margin-left:.625rem}.mobile-content__view-text{border:none;height:100%;min-height:calc(100vh - 310px);min-width:100%}.mobile-content__view-alert{color:#b5b5b5;margin-bottom:1rem;margin-top:1rem}.mobile-content__view-alert,.mobile-content__view-date{font-size:14px;font-weight:400;line-height:17px}.mobile-content__view-files{border-bottom:1px solid #db3a57;color:#db3a57;cursor:pointer;font-size:14px;font-weight:500;line-height:22px}.mobile-content__view-wrapper{border-bottom:1px solid #db3a57;margin-bottom:.625rem;padding-bottom:.625rem;padding-top:.625rem}.mobile-content__view-header{border:none;font-size:16px;font-weight:500;line-height:28px;margin-left:.875rem}.mobile-content__view-img-arrow{height:1.5rem;rotate:180deg;width:.875rem}@media (max-width:768px){.mobile-content__box{width:100%}.notepad-breadcrumbs-mobile .breadcrumbs .title,.notepad-title{background:#fff!important;font-size:24px;padding-bottom:0}.notepad-title{margin:0 20px}.full-screen{padding:0!important}.full-screen .mobile-shadow-none{box-shadow:none!important}.full-screen .wrapper-view{border:none;margin:0}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{background:#fff!important}}.rotate-180{rotate:180deg}@media (max-width:575.98px){.notepad-breadcrumbs-mobile{position:absolute;top:20px}.notepad .mobile-shadow-none{margin:36px 0 0}.notepad #notepad #note-outer{box-shadow:none}}.tax_rates.default{z-index:100}.tax_rates.default .tax-row{height:30px}.tax_rates.settings .tax-row{height:auto;min-height:40px}.tax_rates .btn.save{border:1px solid #db3a57;border-radius:2px;color:#db3a57;font-size:14px;height:40px;padding:8px 0;transition:all .3s}.tax_rates .btn.save:hover{background-color:#db3a57;color:#fff!important}.tax_rates .tax_rate_form .close_wrapper,.tax_rates .tax_rates_list .close_wrapper{margin:-10px 10px 10px 0}.tax_rates .tax_rate_form,.tax_rates .tax_rates_list{background-color:#fff;padding:20px 0}.tax_rates .tax_rate_form #add-tax,.tax_rates .tax_rate_form table .action,.tax_rates .tax_rates_list #add-tax,.tax_rates .tax_rates_list table .action{color:#db3a57;cursor:pointer;text-decoration:underline}.tax_rates .tax_rate_form.bordered,.tax_rates .tax_rates_list.bordered{border:1px solid gray;border-radius:3px}.tax_rates .tax_rate_form .tax-row .name,.tax_rates .tax_rates_list .tax-row .name{padding-right:8px;width:220px}.tax_rates .tax_rate_form .tax-row .percent,.tax_rates .tax_rates_list .tax-row .percent{width:80px}.tax_rates .tax_rate_form .tax-row .control,.tax_rates .tax_rates_list .tax-row .control{color:#db3a57;cursor:pointer;text-decoration:underline;width:100px}#change-tax{color:#db3a57;text-decoration:underline}:root{--tagify-dd-color-primary:#3595f6;--tagify-dd-bg-color:#fff;--tagify-dd-item-pad:.3em .5em}.tagify{--tags-disabled-bg:#f1f1f1;--tags-border-color:#ddd;--tags-hover-border-color:#ccc;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#e5e5e5;--tag-hover:#d3e2e2;--tag-text-color:#000;--tag-text-color--edit:#000;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.1em;--tag-invalid-color:#d39494;--tag-invalid-bg:hsla(0,42%,70%,.5);--tag-remove-bg:hsla(0,42%,70%,.3);--tag-remove-btn-color:#000;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:#495057;--tag--min-width:1ch;--tag--max-width:auto;--tag-hide-transition:0.3s;--placeholder-color:rgba(0,0,0,.4);--placeholder-color-focus:rgba(0,0,0,.25);--loader-size:.8em;--readonly-striped:1;align-items:flex-start;border:1px solid var(--tags-border-color);box-sizing:border-box;cursor:text;display:inline-flex;flex-wrap:wrap;line-height:0;outline:none;padding:0;position:relative;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5}.tagify[disabled],.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{margin:5px 0;visibility:hidden;width:0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}.tagify--loading .tagify__input>br:last-child,.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input:before{content:none}.tagify--loading .tagify__input:after{animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 transparent;border-radius:50%;border-style:solid;border-width:3px;content:"";content:""!important;height:.7em;height:var(--loader-size);margin:-2px 0 -2px .5em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify--loading .tagify__input:empty:after{margin-left:0}.tagify+input,.tagify+textarea{left:-9999em!important;position:absolute!important;transform:scale(0)!important}.tagify__tag{align-items:center;cursor:default;display:inline-flex;line-height:normal;margin:5px 0 5px 5px;outline:none;position:relative;transition:.13s ease-out;z-index:1}.tagify__tag>div{border-radius:var(--tag-border-radius);box-sizing:border-box;color:var(--tag-text-color);line-height:inherit;max-width:100%;padding:var(--tag-pad);transition:.13s ease-out;vertical-align:top;white-space:nowrap}.tagify__tag>div>*{display:inline-block;max-width:var(--tag--max-width);min-width:var(--tag--min-width);overflow:hidden;text-overflow:ellipsis;transition:.8s ease,color .1s;vertical-align:top;white-space:pre-wrap}.tagify__tag>div>[contenteditable]{cursor:text;margin:-2px;max-width:350px;outline:none;padding:2px;-webkit-user-select:text;-moz-user-select:text;user-select:text}.tagify__tag>div:before{animation:tags--bump .3s ease-out 1;border-radius:inherit;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;content:"";inset:var(--tag-bg-inset,0);pointer-events:none;position:absolute;transition:.12s ease;z-index:-1}.tagify__tag:focus div:before,.tagify__tag:hover:not([readonly]) div:before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading:after{--loader-size:.4em;animation:rotateLoader .4s linear infinite;border-color:#eee #bbb #888 transparent;border-radius:50%;border-style:solid;border-width:3px;content:"";height:.7em;height:var(--loader-size);margin:0 .5em 0 -.1em;min-width:0;opacity:1;vertical-align:middle;width:.7em;width:var(--loader-size)}.tagify__tag--flash div:before{animation:none}.tagify__tag--hide{margin-left:0;margin-right:0;opacity:0;padding-left:0;padding-right:0;pointer-events:none;transform:scale(0);transition:var(--tag-hide-transition);width:0!important}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div:before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div:before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div:before{animation:readonlyStyles 1s calc(-1s*(var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div:before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none}.tagify__tag--editable>.tagify__tag__removeBtn:after{opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div:before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{align-items:center;background:var(--tag-remove-btn-bg);border-radius:50px;color:var(--tag-remove-btn-color);cursor:pointer;display:inline-flex;font:14px/1 Arial;height:14px;justify-content:center;margin-left:auto;margin-right:4.6666666667px;order:5;overflow:hidden;transition:.2s ease-out;width:14px}.tagify__tag__removeBtn:after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{background:var(--tag-remove-btn-bg--hover);color:#fff}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div:before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,hsla(0,42%,70%,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{box-sizing:inherit;color:var(--input-color);display:inline-block;flex-grow:1;line-height:normal;margin:5px;min-width:110px;padding:var(--tag-pad);position:relative;white-space:pre-wrap}.tagify__input:empty:before{position:static}.tagify__input:focus{outline:none}.tagify__input:focus:before{opacity:0;transform:translatex(6px);transition:.2s ease-out}@supports (-ms-ime-align:auto){.tagify__input:focus:before{display:none}}.tagify__input:focus:empty:before{color:rgba(0,0,0,.25);color:var(--placeholder-color-focus);opacity:1;transform:none;transition:.2s ease-out}@-moz-document url-prefix(){.tagify__input:focus:empty:after{display:none}}.tagify__input:before{color:var(--placeholder-color);content:attr(data-placeholder);height:1em;line-height:1em;margin:auto 0;opacity:0;pointer-events:none;position:absolute;white-space:nowrap;z-index:1}.tagify__input:after{color:var(--tag-text-color);content:attr(data-suggest);display:inline-block;max-width:100px;min-width:calc(100% - 1.5em);opacity:.3;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;vertical-align:middle;white-space:pre}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{display:block;height:100%;line-height:1.5;margin:0;padding:5px;width:100%}.tagify--mix .tagify__input:before{display:none;height:auto;line-height:inherit}.tagify--mix .tagify__input:after{content:none}.tagify--select:after{bottom:0;content:">";font:16px monospace;height:8px;line-height:8px;opacity:.5;pointer-events:none;position:absolute;right:0;top:50%;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]:after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select .tagify__tag{bottom:0;position:absolute;right:1.8em;top:0}.tagify--select .tagify__tag div{display:none}.tagify--select .tagify__input{width:100%}.tagify--empty .tagify__input:before{display:inline-block;opacity:1;transform:none;transition:.2s ease-out;width:auto}.tagify--mix .tagify--empty .tagify__input:before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#d39494}.tagify__dropdown{overflow:hidden;position:absolute;transform:translateY(1px);z-index:9999}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-bottom-width:0;border-top-width:1.1px}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{background:var(--tagify-dd-bg-color);border-bottom-width:1px;border-color:currentcolor;border-bottom:1.5px solid var(--tagify-dd-color-primary);border-left:1px solid var(--tagify-dd-color-primary);border-right:1px solid var(--tagify-dd-color-primary);border-top-width:1px;border-top:0 solid var(--tagify-dd-color-primary);box-shadow:0 2px 4px -2px rgba(0,0,0,.2);max-height:300px;overflow:auto;overflow-x:hidden;transition:.25s cubic-bezier(0,1,.5,1)}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;font-size:.7em;font-style:italic;margin-top:.5em;opacity:.5;padding:var(--tagify-dd-item-pad)}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{border-radius:2px;box-sizing:border-box;cursor:pointer;margin:1px;max-height:60px;max-width:100%;outline:none;padding:var(--tagify-dd-item-pad);position:relative;white-space:pre-wrap}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{margin:0 1px;max-height:0;overflow:hidden;padding-bottom:0;padding-top:0;pointer-events:none;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{opacity:0;transform:translateY(-100%);transition:inherit}.fa-customer-notification:before{content:url(/images/icon-customer-notification.svg)}.paginate-container .title{font-size:14px}.paginate-container .day-input{background:#fff;border:1px solid #50535b;border-radius:5px;height:30px;padding-left:10px;width:50px}.paginate-container .action{height:30px;line-height:.9rem;padding:5px 8px}.why-bizbaby .why-header-section{background:url(/images/header-bg.png?f7c21c696d3686480fbe1af5a7dfb67f);background-repeat:no-repeat;background-size:cover;padding:9rem 10rem 0}.why-bizbaby .why-header-section .btn-started{font-size:1rem;line-height:1;padding:1.25rem 2.7rem}@media (max-width:991.98px){.why-bizbaby .why-header-section{padding:6rem 4rem 0!important}}@media (max-width:575.98px){.why-bizbaby .why-header-section{padding:4rem 1.5rem 0!important}}.why-bizbaby .btn{font-weight:500;padding:.5em 1.6em;transition:background-color .2s ease-in-out,color .2s ease-in-out;white-space:nowrap}.why-bizbaby .btn-primary{background-color:#db3a57;border-color:#b91835;color:#fff}.why-bizbaby .btn-primary:hover{background-color:#ca2543;border-color:#8c1228;color:#fff}.why-bizbaby .btn-primary.focus,.why-bizbaby .btn-primary:focus{background-color:#ca2543;border-color:#8c1228;box-shadow:0 0 0 .2rem rgba(196,59,83,.5);color:#fff}.why-bizbaby .btn-primary.disabled,.why-bizbaby .btn-primary:disabled{background-color:#db3a57;border-color:#b91835;color:#fff}.show>.why-bizbaby .btn-primary.dropdown-toggle,.why-bizbaby .btn-primary:not(:disabled):not(.disabled).active,.why-bizbaby .btn-primary:not(:disabled):not(.disabled):active{background-color:#bf233f;border-color:#811125;color:#fff}.show>.why-bizbaby .btn-primary.dropdown-toggle:focus,.why-bizbaby .btn-primary:not(:disabled):not(.disabled).active:focus,.why-bizbaby .btn-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(196,59,83,.5)}.why-bizbaby .btn-group-lg>.btn,.why-bizbaby .btn-lg{font-size:1.5rem;padding:.8em 2em}.why-bizbaby .header-img{height:80vh;min-height:80vh}.why-bizbaby .c-primary{color:#db3a57}.why-bizbaby .c-d-grey{color:#182029}.why-bizbaby .c-black{color:#000}.why-bizbaby .c-simple-txt{color:#1a1a1a}.why-bizbaby .w-45{width:45%!important}.why-bizbaby .bb-logo{height:2.5rem}.why-bizbaby .section-head{flex:1;padding-left:8.15rem}.why-bizbaby .section-left{padding-left:7rem;padding-right:8.15rem}.why-bizbaby .section-right{padding-left:8.15rem;padding-right:6rem}.why-bizbaby .standart-h{font-size:3rem;font-weight:700}.why-bizbaby .standart-lgtext{font-size:1.35rem;line-height:1.5}.why-bizbaby .standart-normal-text,.why-bizbaby .standart-text{font-size:1rem;line-height:1}.why-bizbaby .standart-sm-text{font-size:.875rem;line-height:1.2}.why-bizbaby .features{padding-bottom:7rem;padding-top:5rem}.why-bizbaby .features-panel{padding:3rem 6rem}.why-bizbaby .features .card+.card{margin-left:2rem}.why-bizbaby .features .card{background-color:transparent;border:none;border-bottom:.15rem solid #db3a57;border-radius:.15rem;box-shadow:.1rem .1rem .5rem .1rem rgba(0,0,0,.07);color:#182029;height:auto;margin-bottom:2rem;width:calc(33.33333% - 1.33333rem)}.why-bizbaby .features .card-body{background-color:#fff;padding:2rem}.why-bizbaby .features .card-text{color:#1a1a1a;flex:1;font-size:.9rem;line-height:1.5}.why-bizbaby .features .card-link{align-items:center;color:#db3a57;display:flex;font-size:1.5rem;font-weight:500;line-height:1;transition:color .2s ease-in-out}.why-bizbaby .features .card-link:hover{color:#b91835}.why-bizbaby .features .card-link:after{background-image:url(/images/wy-bizbaby/arrow.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1em;margin-left:.5rem;transition:background .2s ease-in-out;width:1.5em}.why-bizbaby .features .card-link:hover:after{background-image:url(/images/wy-bizbaby/arrow-hover.svg)}.why-bizbaby .features .card:nth-child(3n+1){margin-left:0}.why-bizbaby .quote{background-image:url(/images/wy-bizbaby/block2.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;padding:8rem}.why-bizbaby .quote__container{width:80%}.why-bizbaby .quote__hr{background-color:#f2ffc1;border:none;height:.15rem;margin-bottom:2rem;margin-top:3rem;width:50%}.why-bizbaby .quote__sign{font-size:1.125rem;line-height:1rem}.why-bizbaby .advert{background:linear-gradient(135deg,#f2ffbf,#fffeea,#fff);color:#414141;padding:8rem 6rem}.why-bizbaby .advert__attention{font-size:1.8rem;font-weight:500;line-height:1.2}.why-bizbaby .advert__offer{font-size:3rem}.why-bizbaby .review{background:linear-gradient(135deg,#f2ffbf,#fffeea,#fff);padding:1rem 7rem}.why-bizbaby .review-container>img{width:50%}.why-bizbaby .review__h{font-size:2.2rem}.why-bizbaby .review__text{line-height:1.5}.why-bizbaby .review__hr{background-color:#db3a57;border:none;height:.15rem;margin:1.5rem 0}.why-bizbaby .review:before{background-image:url(/images/wy-bizbaby/quote.svg);background-repeat:no-repeat;background-size:contain;content:"";display:block;height:8rem;left:2rem;position:absolute;top:2.5rem;width:8rem}.why-bizbaby .avatar{background-color:#eee;border-radius:50%;height:4rem;overflow:hidden;width:4rem}.why-bizbaby .try-form-container{padding:0 4rem 0 8rem}@media (min-width:1920px){.why-bizbaby .header-img{max-height:800px}}@media (max-width:1199.98px){.why-bizbaby .standart-h{font-size:2.2rem}.why-bizbaby .standart-lgtext{font-size:1rem}.why-bizbaby .standart-text{font-size:.8rem}.why-bizbaby .section-head{flex:1;padding-left:6rem}.why-bizbaby .section-left{padding-left:4rem;padding-right:5rem}.why-bizbaby .section-right{padding-left:5rem;padding-right:4rem}.why-bizbaby .btn-group-lg>.btn,.why-bizbaby .btn-lg{font-size:1.2rem;padding:.8em 2em}.why-bizbaby .review{padding:1rem 6rem}.why-bizbaby .review__h{font-size:1.8rem}.why-bizbaby .features-panel{padding:3rem 4rem}.why-bizbaby .advert__attention{font-size:1.4rem}.why-bizbaby .advert__offer{font-size:2.4rem}}@media (max-width:921.98px){.why-bizbaby .standart-h{font-size:1.8rem}.why-bizbaby .standart-lgtext{font-size:.8rem}.why-bizbaby .standart-text{font-size:.6rem}.why-bizbaby .section-head{flex:1;padding-left:6rem}.why-bizbaby .section-left{padding-left:4rem;padding-right:5rem}.why-bizbaby .section-right{padding-left:5rem;padding-right:4rem}.why-bizbaby .btn-group-lg>.btn,.why-bizbaby .btn-lg{font-size:1rem;padding:.8em 2em}.why-bizbaby .quote{padding:6rem}.why-bizbaby .features-panel{padding:3rem 2rem}.why-bizbaby .features .card{width:calc(50% - 1rem)}.why-bizbaby .features .card:nth-child(3n+1){margin-left:2rem}.why-bizbaby .features .card:nth-child(2n-1){margin-left:0}.why-bizbaby .review{padding:1rem 3rem}.why-bizbaby .review__h{font-size:1.8rem}.why-bizbaby .try-form-container{padding:4rem 1.5rem}}@media (max-width:767.98px){.why-bizbaby .standart-h{font-size:2rem}.why-bizbaby .standart-lgtext{font-size:1.15rem}.why-bizbaby .standart-text{font-size:1rem}.why-bizbaby .btn-md-lg{font-size:1.6em;padding:.8em 2em}.why-bizbaby .features,.why-bizbaby .section-head,.why-bizbaby .section-left,.why-bizbaby .section-right{padding:8rem 1.5rem}.why-bizbaby .features-panel{padding:3rem 0}.why-bizbaby .features .card+.card{margin-left:0;margin-top:2rem}.why-bizbaby .features .card{min-width:100%}.why-bizbaby .advert,.why-bizbaby .quote,.why-bizbaby .review{padding:8rem 1.5rem}.why-bizbaby .review-container>img{width:100%}.why-bizbaby .review__h{font-size:2rem}}.slider{overflow:hidden;position:relative}.slider__wrapper{display:flex;height:100%;transition:transform .6s ease-in-out;width:100%}.slider__btn{cursor:pointer}.slider__item{display:flex;max-width:100%;min-height:100%;min-width:100%}.try-form{flex:1;width:30rem}.try-form .btn-primary{border-radius:.25rem;font-weight:500;line-height:1;margin-top:1.5em;padding:1.1em 2em;transition:background-color .2s ease-in-out,color .2s ease-in-out;white-space:nowrap}.try-form .btn-primary-primary{background-color:#db3a57;border-color:#b91835;color:#fff}.try-form .btn-primary-primary:hover{background-color:#ca2543;border-color:#8c1228;color:#fff}.try-form .btn-primary-primary.focus,.try-form .btn-primary-primary:focus{background-color:#ca2543;border-color:#8c1228;box-shadow:0 0 0 .2rem rgba(196,59,83,.5);color:#fff}.try-form .btn-primary-primary.disabled,.try-form .btn-primary-primary:disabled{background-color:#db3a57;border-color:#b91835;color:#fff}.show>.try-form .btn-primary-primary.dropdown-toggle,.try-form .btn-primary-primary:not(:disabled):not(.disabled).active,.try-form .btn-primary-primary:not(:disabled):not(.disabled):active{background-color:#bf233f;border-color:#811125;color:#fff}.show>.try-form .btn-primary-primary.dropdown-toggle:focus,.try-form .btn-primary-primary:not(:disabled):not(.disabled).active:focus,.try-form .btn-primary-primary:not(:disabled):not(.disabled):active:focus{box-shadow:0 0 0 .2rem rgba(196,59,83,.5)}.try-form .try-label{line-height:1;margin-bottom:.5em;margin-top:1.5em}.try-form .form-control{border:1px solid #000;border-radius:.15rem;font-size:1rem;height:auto;padding:.7em 1.5em!important}.try-form .form-validation-errors>ul{margin-bottom:0}@media (max-width:767.98px){.try-form{width:100%}}.modal-form{font-family:Rubik,sans-serif}.modal-form .form-wrapper{padding:0!important}.modal-form .modal-content .modal-body select,.modal-form .modal-content .modal-body textarea{border:1px solid #a1a1a1!important}.modal-form:not(.snippet-form) .modal-body .form-validation-errors{margin:20px 20px 0}.modal-form .modal-body form{margin-top:unset}.modal-form .form-field input.form-control{border:1px solid #a1a1a1!important;text-align:start}.modal-form .modal-content .modal-body select.form-control,.modal-form .modal-content .modal-body textarea.form-control{border:1px solid #a1a1a1!important}.modal-form .upload-attachments{font-weight:500}.modal-form .modal-body .form-control{font-size:14px;line-height:1.5}.modal-form .modal-body .form-control:not(textarea){height:calc(1.5em + .75rem + 2px)}.modal-form .form-field label{color:#1a1a1a!important;font-size:14px!important}.modal-form .modal-body .title-text{color:#1a1a1a!important;font-size:16px!important;line-height:1.5;margin-left:0}.modal-form .form-top{margin-top:15px!important}.modal-form .btn-primary{border:unset;font-size:14px}.modal-form .btn-outline-primary,.modal-form .btn-outline-secondary{font-size:14px}.modal-form-small .modal-content{padding:20px 20px 25px!important;width:360px!important}.modal-form-medium .modal-content{padding:10px 0 25px!important;width:440px!important}.modal-form-large .modal-content{padding:10px 0 25px!important;width:600px!important}.modal-form-xlarge .modal-content{padding:30px!important;width:1200px!important}.modal-form-rubber .modal-content{padding:10px 0 25px!important;width:auto!important}@media (min-width:576px){.modal-form-rubber .modal-dialog{max-width:1100px}}@media (max-width:1200px){.modal-form-xlarge .modal-content{width:100%!important}}@media (max-width:600px){.modal-form-large .modal-content{width:100%!important}}@media (max-width:440px){.modal-form-medium .modal-content{width:100%!important}}@media (max-width:360px){.modal-form-small .modal-content{width:100%!important}}#codeCopyMessage{background-color:rgba(0,0,0,.7);border:1px solid rgba(0,0,0,.9);font-size:16px;font-weight:700;left:calc(50% - 10rem);opacity:0;padding:20px 95px;position:absolute;text-align:center;top:50%;transition:opacity .3s ease-in-out;width:20rem;z-index:-100}#codeCopyMessage .message{color:#fff}#jobs-map-modal .map-text{font-weight:400}#jobs-map-modal .map-text,#jobs-map-modal .map-title{font-family:Rubik;font-size:10px;font-size:15px;letter-spacing:0;line-height:100%;margin-bottom:.5rem;vertical-align:middle}#jobs-map-modal .map-title{font-weight:700;font-weight:500;white-space:nowrap}#jobs-map-modal .view-btn{border:1px solid #db3a57;border-radius:.3rem;color:#db3a57;font-size:14px;min-width:7rem}#jobs-map-modal .delimiter{background-color:#ddd;border:none;height:1px;width:100%}#jobs-map-modal .no-data{align-items:center;background-color:#dfe0e2;color:rgba(15,19,36,.6);display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:1.5;padding:1rem 4rem;width:100%}#jobs-map-modal .jobs-table td,#jobs-map-modal .jobs-table th{padding:.6rem .8rem}#jobs-map-modal .jobs-table tr{border-bottom:1px solid #ddd}#jobs-map-modal #map-panel{display:flex;flex-direction:column;min-height:25rem;position:relative}#jobs-map-modal #no-coord-data{height:100%;position:absolute;width:100%;z-index:100}#jobs-map-modal #map-container{display:flex;flex-direction:column;min-height:25rem}#jobs-map-modal .custom-tag{background-color:#333641;border-radius:.3rem;color:#fff;font-family:Rubik;font-size:10px;font-weight:500;padding:.3rem .5rem;position:relative;top:-5px}#jobs-map-modal .custom-tag .arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #333641;height:0;left:50%;position:absolute;top:100%;transform:translate(-50%);width:0}#jobs-map-modal .modal-dialog .modal-body{max-height:70vh;overflow-y:scroll}#jobs-map-modal .form-control{border:1px solid #a1a1a1!important;border-radius:.15rem}@media (min-width:576px){#jobs-map-modal .modal-dialog{max-width:900px}}.book{font-family:Roboto}.book .mt-5r{margin-top:5rem}.book .mt-4r{margin-top:4rem}.book .title-main{color:#000;font-family:"SourceSerif";font-size:6rem;font-weight:600;line-height:.8}.book .title-main2{font-size:4rem}.book .title-main2,.book .title-main3{color:#000;font-family:"SourceSerif";font-weight:600;line-height:1.2}.book .title-main3{font-size:2.75rem}.book .title-main4{font-size:1.5rem}.book .title-main4,.book .title-main5{color:#000;font-family:"SourceSerif";font-weight:600;line-height:1.2}.book .title-main5{font-size:1.25rem}.book .text-head{color:#3d434a;line-height:1.6}.book .text-head,.book .text-lg{font-family:Roboto;font-size:1.25rem;font-weight:400}.book .text-lg{color:#1a1a1a;line-height:1.5}.book .text-normal{font-family:Roboto;line-height:1.5}.book .text-normal,.book .text-quote{color:#1a1a1a;font-size:1rem;font-weight:400}.book .text-quote{font-family:"Source Serif 4";line-height:1.25}.book .text-name{color:#1a1a1a;font-family:"SourceSerif";font-size:.9rem;font-weight:700;line-height:1.5}.book .text-prof{color:#61666c;font-family:Roboto;font-size:.7rem;font-weight:400;line-height:1.5}.book-head{background:radial-gradient(circle at bottom,#fff 40%,#fff6c9)}.book-logo{height:2.5rem}.book .main-padding{padding-left:1rem;padding-right:1rem}.book .rounded-btn{align-items:center;background:linear-gradient(135deg,#fff7fb,#e0ecec);border:1px solid #d6d6d6;border-radius:1.5rem;color:#000;display:flex;justify-content:center;min-height:3rem;min-width:8rem;padding:0 1.4rem;text-decoration:none}.book .rounded-btn img{height:1.8em}.book .running-line{overflow:hidden;position:relative}.book .running-line-wrapper{display:flex;height:100%;width:100%}.book .running-line-item+.running-line-item{margin-left:2rem}.book .card-quote{background-color:#fff;background-image:url(/images/book-page/quote-sign.svg);background-position:.5rem .5rem;background-repeat:no-repeat;border:1px solid #f4f2ed;border-radius:5px;box-shadow:3px 4px 6px hsla(39,21%,71%,.15);color:#000;min-width:22.5rem;padding:1.5rem 2rem 1rem;width:22.5rem}.book .avatar{align-items:center;border-radius:50%;display:flex;height:3rem;justify-content:center;min-height:3rem;min-width:3rem;overflow:hidden;width:3rem}.book .avatar>img{width:105%}.book .what-learn{width:45rem}.book .who-should{width:60rem}.book .learn-board{padding-left:4rem}.book .fa-check:before{content:"\f00c"}.book .check-mark{align-items:center;background-color:#d49c62;border-radius:50%;color:#fff;display:flex;height:2rem;justify-content:center;left:-3rem;min-width:2rem;position:absolute;width:2rem}.book .amazon-btn2 img,.book .amazon-btn img{height:2rem}.book .amazon-btn-h,.book .amazon-btn-h2{width:11rem}.book .amazon-btn-h img{height:1.6rem}.book .amazon-btn-h2 img{position:relative;top:-.25rem}.book .amazon-btn-h{background:linear-gradient(135deg,#fff7fb,#e0ecec);border:1px solid #d6d6d6;border-radius:1.5rem;border-radius:2rem 0 0 2rem}.book .amazon-btn-h,.book .amazon-btn-h2{align-items:center;color:#000;display:flex;justify-content:center;min-height:3rem;min-width:8rem;padding:0 1.4rem;text-decoration:none}.book .amazon-btn-h2{background:linear-gradient(-45deg,#fff7fb,#e0ecec);border:1px solid #d6d6d6;border-radius:1.5rem;border-radius:0 2rem 2rem 0}.book .amazon-btn{background:linear-gradient(125deg,#f5be82,#d97b15)}.book .amazon-btn,.book .amazon-btn2{align-items:center;border:1px solid #dd8525;border-radius:1.5rem;color:#000;display:flex;justify-content:center;min-height:3rem;min-width:8rem;padding:0 1.4rem;text-decoration:none}.book .amazon-btn2{background:linear-gradient(125deg,#d97b15,#f5be82)}.book-footer{background:radial-gradient(circle at top,#fff 40%,#fff6c9)}.book .w-mob-75{width:75%!important}.book .w-mob-50{width:50%!important}@media (max-width:992px){.book .what-learn,.book .who-should{width:100%}}@media (max-width:768px){.book .title-main{color:#000;font-family:"SourceSerif";font-size:3.75rem;font-weight:600;line-height:.8}.book .title-main2{font-size:2.75rem}.book .title-main2,.book .title-main3{color:#000;font-family:"SourceSerif";font-weight:600;line-height:1.2}.book .title-main3{font-size:2rem}.book .title-main4{font-size:1.35rem}.book .title-main4,.book .title-main5{color:#000;font-family:"SourceSerif";font-weight:600;line-height:1.2}.book .text-lg,.book .title-main5{font-size:1.1rem}.book .text-lg{color:#1a1a1a;font-family:Roboto;font-weight:400;line-height:1.5}.book .w-mob-50,.book .w-mob-75{width:100%!important}}@media (max-width:576px){.book .amazon-btn,.book .amazon-btn2{width:100%}.book .head-btns{transform:scale(.9)}}.book-illustrations{font-family:Rubik;padding:4rem}.book-illustrations .title-main{color:#000;font-family:Rubik;font-size:3.5rem;font-weight:500;line-height:.8}.book-illustrations .switcher{border-bottom:none}.book-illustrations .illustration-side{padding-right:4rem;width:30%}.book-illustrations .picture-box{align-items:center;display:flex;flex-direction:column;width:35rem}.book-illustrations .picture-box img{max-height:30rem;max-width:80%}.book-illustrations .picture-box+.picture-box{border-top:1px solid #c5c5c5}@media (max-width:768px){.book-illustrations .title-main{font-size:2rem}.book-illustrations .switcher{border-bottom:1px solid #959595}.book-illustrations .switcher .switcher-button{font-size:.8rem}.book-illustrations .picture-box{width:100%}.book-illustrations #chapter12 .picture-box{width:80%}.book-illustrations .picture-box img{max-width:100%}.book-illustrations .illustration-side{padding-right:0;width:100%}}@media (max-width:576px){.book-illustrations{padding:4rem 1rem}}#customer-flyer .modal-content{padding:0 0 25px!important}#customer-flyer .modal-content .modal-body .no-data{align-items:center;background-color:rgba(15,19,36,.133);color:rgba(15,19,36,.6);display:flex;font-size:14px;font-weight:500;justify-content:center;line-height:1.5;padding:1rem 2rem;width:100%}#customer-flyer .modal-header{border-bottom:1px solid #e5e5e5;padding-bottom:10px}#customer-flyer p{margin-bottom:0}#customer-flyer .mt-4{margin-top:1.5rem!important}#customer-flyer .flyer-side{width:30%}#customer-flyer .flyer-main{max-width:65%}#customer-flyer .flyer-card{border:1px solid #dee0e3;border-radius:.5rem;overflow:hidden;padding:1rem}#customer-flyer .flyer-title{color:#000;font-size:14px;font-weight:500}#customer-flyer .customer-id{background-color:rgba(219,58,87,.11);border-radius:8px;color:#db3a57;font-size:12px;font-weight:500;padding:.4rem}#customer-flyer .customer-text{color:rgba(15,19,36,.6);font-size:12px;font-weight:500;line-height:1.5}#customer-flyer .btn{align-items:center;border-radius:4px;display:flex;font-size:12px;height:auto!important;justify-content:center;line-height:1;padding:.7rem 1.2rem}#customer-flyer .btn-s{padding:.45rem .6rem}#customer-flyer .view-map-btn{bottom:1rem;position:absolute;width:80%;z-index:100}#customer-flyer .route-map-container{min-height:20rem}#customer-flyer #route-map{min-height:20rem;width:100%}#customer-flyer .picture-container{border:1px solid #dee0e3;border-radius:7px;display:flex;flex-direction:column;padding:.5rem;width:calc(33.33333% - .66667rem)}#customer-flyer .picture-container+.picture-container{margin-left:1rem}#customer-flyer .picture-container:nth-child(3n+1){margin-left:0}#customer-flyer .picture-container:nth-child(n+4){margin-top:1rem}#customer-flyer .picture-box{align-items:center;border:1px solid #dee0e3;border-radius:5px;display:flex;flex-shrink:0;height:7rem;justify-content:center;max-height:7rem;overflow:hidden}#customer-flyer .picture-container .picture-box{max-width:100%}#customer-flyer .picture-box img{height:100%}#customer-flyer .picture-box+.picture-box{margin-left:1rem}#customer-flyer .flyer-file-item{max-width:calc(50% - .66667rem);min-width:45%;padding:.6rem}#customer-flyer .flyer-file-item:nth-child(2n){margin-left:1rem}#customer-flyer .flyer-file-item:nth-child(n+3){margin-top:.5rem}#customer-flyer .file-name{color:#1a1a1a;font-size:12px;font-weight:500;line-height:1.5}#customer-flyer .file-date{color:rgba(15,19,36,.6);font-size:8px;line-height:1}#customer-flyer .file-button,#customer-flyer .view-images-back-btn{align-items:center;border:none;border-radius:4px;display:flex;height:1.4rem;justify-content:center;width:1.4rem}#customer-flyer .file-button{background-color:#f7f6f5}#customer-flyer .view-images-back-btn{background-color:transparent}#customer-flyer .view-images-back-btn:hover{background-color:#f7f6f5}#customer-flyer .file-button:hover{background-color:#e7e6e5}#customer-flyer .flyer-table{border-radius:10px;overflow:hidden}#customer-flyer .flyer-table tbody,#customer-flyer .flyer-table thead{font-size:10px}#customer-flyer .flyer-table thead{background-color:#f7f7f8}#customer-flyer .flyer-table td,#customer-flyer .flyer-table th{font-weight:400;line-height:1}#customer-flyer .flyer-table tr{border-bottom:1px solid #e9eaec}#customer-flyer .flyer-table th{color:rgba(15,19,36,.6);padding:.8em 1em}#customer-flyer .flyer-table td{padding:.4em 1em}#customer-flyer .flyer-table .rounded{background-color:#f7f7f8;border-radius:6px;color:#000;display:inline-block;font-weight:500;padding:.4em .6em}#customer-flyer .flyer-table .worker{background-color:#e3eafd;color:#133a9a}#customer-flyer .flyer-table .worker+.worker{margin-left:.5rem}#customer-flyer .flyer-table .completed{background-color:#d1fae4;color:#166e3f}#customer-flyer .flyer-table .declined{background-color:#fdd8d8;color:#db3a57}#customer-flyer .flyer-table .processed{background-color:#fdead8;color:#ae590a}#customer-flyer .d-none{display:none!important}#customer-flyer .switcher{border-bottom:1px solid #eef;display:flex;list-style:none;position:relative}#customer-flyer .switcher-button{color:#000;cursor:pointer;display:flex;flex:1;font-size:.9rem;font-size:14px;font-weight:500;justify-content:center;padding:1rem;transition:color .2s ease-in-out}#customer-flyer .switcher-button-body{position:relative}#customer-flyer .switcher-button-body:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.5rem;left:-2rem;position:absolute;width:1.5rem}#customer-flyer .active-switcher-button{color:#db3a57}#customer-flyer #switcher-pic-text:before{background-image:url(/images/customer-flyer/icon-picture.svg)}#customer-flyer .active-switcher-button #switcher-pic-text:before{background-image:url(/images/customer-flyer/icon-picture-hover.svg)}#customer-flyer #switcher-attach-text:before{background-image:url(/images/customer-flyer/icon-attachment.svg)}#customer-flyer .active-switcher-button #switcher-attach-text:before{background-image:url(/images/customer-flyer/icon-attachment-hover.svg)}#customer-flyer #switcher-job-text:before{background-image:url(/images/customer-flyer/icon-jobs.svg)}#customer-flyer .active-switcher-button #switcher-job-text:before{background-image:url(/images/customer-flyer/icon-jobs-hover.svg)}#customer-flyer #switcher-appoinment-text:before{background-image:url(/images/customer-flyer/icon-appoinments.svg)}#customer-flyer .active-switcher-button #switcher-appoinment-text:before{background-image:url(/images/customer-flyer/icon-appoinments-hover.svg)}#customer-flyer .active-switcher-button *{color:inherit}#customer-flyer .switcher-hr{background-color:#db3a57;bottom:-.075rem;height:.15rem;margin:0;padding:0;position:absolute;transition:left .2s ease-in-out,width .2s ease-in-out}@media (max-width:767.98px){#customer-flyer .flyer-main{max-width:100%}#customer-flyer .flyer-side{width:100%}#customer-flyer .flyer-file-item{max-width:100%;min-width:100%}#customer-flyer .flyer-file-item+.flyer-file-item{margin-top:.5rem}#customer-flyer .flyer-file-item:nth-child(2n){margin-left:0}#customer-flyer .flyer-table.appointments{min-width:550px}#customer-flyer .picture-box{max-width:calc(50% - .5rem)}#customer-flyer .picture-container .picture-box{max-width:100%}#customer-flyer .picture-container{width:calc(50% - .5rem)}#customer-flyer .picture-container:nth-child(3n+1){margin-left:0}#customer-flyer .picture-container+.picture-container{margin-left:1rem}#customer-flyer .picture-container:nth-child(odd){margin-left:0}#customer-flyer .picture-container:nth-child(n+3){margin-top:1rem}#customer-flyer #orders-jobs .switcher-section{overflow-x:scroll}#customer-flyer .view-images-back-btn{height:1.8rem;width:1.8rem}}@media (min-width:768px){#customer-flyer .d-md-flex{display:flex!important}#customer-flyer .d-md-none{display:none!important}}.switcher{border-bottom:1px solid #959595;display:flex;list-style:none;position:relative}.switcher .switcher-button{color:#000;cursor:pointer;display:flex;font-size:.9em;font-weight:400;justify-content:center;padding:1em;transition:color .2s ease-in-out}.switcher .switcher-hr{background-color:#db3a57;bottom:-.075rem;height:.15rem;margin:0;padding:0;position:absolute;transition:left .2s ease-in-out,width .2s ease-in-out}.switcher .active-switcher-button{color:#db3a57!important}.limitation-chars{max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.limitation-chars.ch25{max-width:25ch}.invoice-emails-selector,.quote-emails-selector{background-color:#fff;display:flex;flex-direction:column;left:0;max-width:250px;position:absolute;top:50px;transition:all .3s;width:-moz-max-content;width:max-content;z-index:1050}@keyframes warning-step{0%{outline-color:#d84560;outline-offset:2px;outline-style:groove}20%{outline-style:none}40%{outline-color:#d84560;outline-offset:2px;outline-style:groove}60%{outline-style:none}80%{outline-color:#d84560;outline-offset:2px;outline-style:groove}to{outline-style:none}}.warning-animation{animation:warning-step 2s 1}.modal-window-actions{background:#fff;border:1px solid #dee0e3;border-radius:5px;box-sizing:border-box;position:absolute;z-index:1000}.modal-window-actions .action{cursor:pointer;display:block;padding:12px;text-decoration:none}.modal-window-actions .action:hover{background:#d84560;color:#fff!important}.modal-window-actions .action:first-child{border-radius:5px 5px 0 0}.modal-window-actions .action:last-child{border-radius:0 0 5px 5px}.modal-window-actions.admin-email-campaigns:after{background:#fff;border:1px solid #dee0e3;border-bottom:0;border-left:none;content:"";height:10px;position:absolute;right:-5px;top:5px;transform:rotate(45deg);width:10px;z-index:-1}#articles-mangement .article-table th.id{width:5%}#articles-mangement .article-table th.category,#articles-mangement .article-table th.link,#articles-mangement .article-table th.title{width:30%}#articles-mangement .article-table th.articles-count,#articles-mangement .article-table th .create-date,#articles-mangement .article-table th.parent,#articles-mangement .article-table th.rating{width:10%}#articles-mangement .article-table th.actions{width:15%}#articles-mangement .article-name{font-size:16px;font-weight:500}#articles-mangement .article-action{color:#db3a57}#articles-mangement .article-action+.article-action{margin-left:1rem}#articles-mangement .article-actions .article-action{display:none}#articles-mangement .article-actions .more-text{font-size:16px;font-weight:500}#articles-mangement .article-actions:hover .article-action{display:initial}#articles-mangement .article-actions:hover .more-text{display:none}.loader{animation:l13 1s linear infinite;aspect-ratio:1;background:radial-gradient(farthest-side,#d84560 94%,transparent) top/8px 8px no-repeat,conic-gradient(transparent 30%,#d84560);border-radius:50%;left:calc(50% - 25px);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 0);top:calc(44vh - 25px);width:50px}.loader-bg{background:hsla(0,0%,100%,.812);height:100%;left:0;position:absolute;top:0;width:100%;z-index:999}@keyframes l13{to{transform:rotate(1turn)}}.modal.standard-modal .small-m{max-width:unset!important;width:360px!important}.modal.standard-modal .medium-m{max-width:unset!important;width:500px!important}.modal.standard-modal .large-m{max-width:unset!important;width:800px!important}.modal.standard-modal .modal-content{border-radius:6px!important;padding:0!important}.modal.standard-modal .modal-header{align-items:center;border-bottom:1px solid #f2f2f2!important;display:flex;font-size:18px!important;font-weight:500!important;line-height:24px;padding:15px 23px!important}.modal.standard-modal .modal-header .standart-close-btn{margin-right:-.25rem}.modal.standard-modal .modal-header .standart-close-btn .close{display:flex;line-height:unset!important;margin:0!important;opacity:1!important;padding:0!important}.modal.standard-modal .modal-body{padding:18px 23px 30px!important}.modal.standard-modal .modal-body .standard-input{border:1px solid #d2d5da!important;border-radius:4px!important}.modal.standard-modal .modal-body .btn{border-radius:4px!important;font-size:14px!important;min-width:140px}.modal.standard-modal .modal-body .form-group .form-field.w50{width:calc(50% - 10px)}.modal.standard-modal .modal-body .form-group .form-field.w100{width:100%}.modal.standard-modal label{font-size:12px!important;font-weight:500!important;margin:0 0 3px!important}.modal.standard-modal input[type=checkbox]+label{margin:0 5px!important}.modal.standard-modal .decription-text{color:#50535b!important;font-size:12px!important;line-height:14px!important}.modal.standard-modal .modal-dialog{margin:1.75rem auto!important}.modal.standard-modal .form-wrapper{padding:0!important}.mt-20{margin-top:20px!important}.customer-management-modal{background:#fff;border:1px solid #d2d5da;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);position:absolute;z-index:1035}.customer-management-modal:not(.opened){display:none}.customer-management-modal-title{border-bottom:.5px solid #d2d5da;color:#b5b5b5;padding:10px 16px;position:relative}.customer-management-modal-title .close-elem{cursor:pointer}.customer-management-modal-title .close-elem img{height:10px;width:10px}.customer-management-modal-option{cursor:pointer;padding:8px 16px}.customer-management-modal-option.disabled{cursor:not-allowed;opacity:.3}.customer-management-modal-option img{height:24px;margin-right:5px;width:24px}.customer-management-modal-option .name{color:#000}.customer-management-modal-option .name.link{color:#db3a57;text-decoration:underline}.col-gap-30{-moz-column-gap:30px;column-gap:30px}.col-gap-5{-moz-column-gap:3rem;column-gap:3rem}.col-gap-1r{-moz-column-gap:1rem;column-gap:1rem}.col-gap-8{-moz-column-gap:8px;column-gap:8px}.col-gap-20{-moz-column-gap:20px;column-gap:20px}.row-gap-5{row-gap:3rem}.row-gap-30{row-gap:30px}.row-gap-1r{row-gap:1rem}.bb-dots{align-items:center;border:1px solid #b5b5b5;border-radius:2px;cursor:pointer;display:flex;height:24px;justify-content:space-evenly;transform:rotate(90deg);width:24px}.bb-dots.br-4{border-radius:4px}.bb-dots:hover{border-color:#db3a57}.bb-dots:hover .bb-dots-bg{background:repeating-linear-gradient(90deg,#db3a57,#db3a57 2px,transparent 0,transparent 4px)}.bb-dots.border-active{border-color:#db3a57}.bb-dots.border-active .bb-dots-bg{background:repeating-linear-gradient(90deg,#db3a57,#db3a57 2px,transparent 0,transparent 4px)}.bb-dots-container{min-height:36px}.bb-dots-bg{background:repeating-linear-gradient(90deg,#b5b5b5,#b5b5b5 2px,transparent 0,transparent 4px);height:2px;width:50%}.fly-error-message{background:#fff;border:1px solid #b5b5b5;border-radius:4px;padding:15px;position:absolute;z-index:1020}.fly-error-message:after{background:#fff;border-bottom:1px solid #b5b5b5;border-right:1px solid #b5b5b5;bottom:-5px;content:"";display:block;height:10px;position:absolute;rotate:45deg;width:10px}.bb-workers-select{border:1px solid #a1a1a1;border-radius:2px;cursor:pointer;min-height:30px;width:100%}.bb-workers-select:hover{box-shadow:0 2px 2px 0 rgba(0,0,0,.149);text-decoration:underline}.bb-workers-select .selected-workers{background:#fff;color:#000;font-size:14px;height:100%;line-height:17px;min-height:30px;padding:7px 25px 7px 10px;width:100%}.bb-workers-select:not(.opened) .workers-list{display:none}.bb-workers-select:not(.opened) .workers-select-arrow img{rotate:0deg;transition:1s}.bb-workers-select .workers-list{background:#fff;border:1px solid #a1a1a1;border-radius:2px;left:0;max-height:250px;overflow:auto;position:absolute;width:100%;z-index:10}.bb-workers-select .workers-list .worker-row{display:flex;font-size:14px;height:30px;line-height:17px;padding:7px 10px}.bb-workers-select .workers-list .worker-row:hover{background:#fff1f5}.bb-workers-select-cb{background:#fff;border:1px solid #d2d5da;height:15px;width:15px}.bb-workers-select input:checked+.bb-workers-select-cb{background:#db3a57}.bb-workers-select .workers-select-arrow{position:absolute;right:5px;top:50%;transform:translateY(-50%)}.bb-workers-select .workers-select-arrow img{rotate:180deg;transition:1s}.bb-standard-btn{align-items:center;border-radius:.25rem!important;display:flex;font-size:.875rem!important;font-weight:500!important;height:2.25rem!important;justify-content:center;line-height:2.25rem!important;min-width:6.875rem!important;padding:0 .9rem!important;white-space:nowrap}@media (min-width:1600px){.bb-standard-btn{line-height:2.1rem!important}}.bb-standard-btn .add-icon,.bb-standard-btn .add-icon svg{height:1.25rem;width:1.25rem}.bb-standard-btn .add-icon img{height:1rem;width:1rem}.bb-standard-select{border:1px solid #d2d5da!important;border-radius:.25rem!important;min-height:2.5rem!important;overflow:hidden;padding:.375rem 1.4rem .375rem .75rem;text-overflow:ellipsis}.bb-standard-select:focus+label.arrow{top:18px}.bb-standard-select+label.arrow{right:12px;top:13px}@media (min-width:768px){.w-md-80{width:80%!important}.w-md-60{width:60%!important}.w-md-auto{width:auto!important}}@media (min-width:992px){.w-lg-60{width:60%!important}.w-lg-40{width:40%!important}}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.red-checkbox{-webkit-appearance:none;background:#fff;border:1px solid #d2d5da;border-radius:4px;cursor:pointer;height:24px;min-width:24px;width:24px}.red-checkbox.phone-settings,.red-checkbox.products-checkbox{height:20px;min-width:20px;width:20px}.red-checkbox.phone-settings:checked,.red-checkbox.products-checkbox:checked{background-size:14px 14px!important}.red-checkbox.appointment-checkbox{height:18px;min-width:18px;width:18px}.red-checkbox.appointment-checkbox:checked{background-size:75%!important}.red-checkbox:focus{border-color:unset}.red-checkbox[type=radio]{border-radius:17px}.red-checkbox[type=checkbox]:checked{background-image:url(/images/Rectangle.png);background-position:50% 50%;background-repeat:no-repeat;background-size:71% 73%}.red-checkbox[type=radio]:checked{background-image:url(/images/red-circle.png);background-position:50% 50%;background-repeat:no-repeat;background-size:71%}#customer-projects-modal{padding:0!important}#customer-projects-modal .modal-dialog{max-width:1200px}#customer-projects-modal .modal-header{padding:0 0 25px!important}#customer-projects-modal .project-name{font-size:24px}#customer-projects-modal .project-details{color:#50535b;font-size:12px}#customer-projects-modal .customer-name{font-size:24px}#customer-projects-modal .customer-address{color:#50535b;font-size:12px}#customer-projects-modal .customer-info .address img,#customer-projects-modal .customer-info .phone img{height:25px;width:25px}#customer-projects-modal .projects-status-bar{background:#f9fafb;height:58px;padding:14px 40px}#customer-projects-modal .projects-status-bar .project-step{color:#b5b5b5;cursor:pointer}#customer-projects-modal .projects-status-bar .project-step:not(:last-child){margin-right:4px;width:calc(20% + 25px)}#customer-projects-modal .projects-status-bar .project-step.active{color:#db3a57}#customer-projects-modal .projects-status-bar .project-step.active .step-icon{padding:5px}#customer-projects-modal .projects-status-bar .project-step.active.focused .step-icon{border:2px solid #db3a57;border-radius:50%;padding:3px}#customer-projects-modal .projects-status-bar .project-step.active.job-request .step-icon .image{background-image:url(/images/individual-jobs/request-active-icon.png)}#customer-projects-modal .projects-status-bar .project-step.active.visit .step-icon .image{background-image:url(/images/individual-jobs/visit-active-icon.png)}#customer-projects-modal .projects-status-bar .project-step.active.quote .step-icon .image{background-image:url(/images/individual-jobs/quote-active-icon.png)}#customer-projects-modal .projects-status-bar .project-step.active.job .step-icon .image{background-image:url(/images/individual-jobs/job-active-icon.png)}#customer-projects-modal .projects-status-bar .project-step.active.invoice .step-icon .image{background-image:url(/images/individual-jobs/invoice-active-icon.png)}#customer-projects-modal .projects-status-bar .project-step.active .progress-line{background-color:#db3a57}#customer-projects-modal .projects-status-bar .project-step:not(.active).job-request .step-icon .image{background-image:url(/images/individual-jobs/request-inactive-icon.png)}#customer-projects-modal .projects-status-bar .project-step:not(.active).visit .step-icon .image{background-image:url(/images/individual-jobs/visit-inactive-icon.png)}#customer-projects-modal .projects-status-bar .project-step:not(.active).quote .step-icon .image{background-image:url(/images/individual-jobs/quote-inactive-icon.png)}#customer-projects-modal .projects-status-bar .project-step:not(.active).job .step-icon .image{background-image:url(/images/individual-jobs/job-inactive-icon.png)}#customer-projects-modal .projects-status-bar .project-step:not(.active).invoice .step-icon .image{background-image:url(/images/individual-jobs/invoice-inactive-icon.png)}#customer-projects-modal .projects-status-bar .project-step:not(.active) .progress-line{background-color:#b5b5b5}#customer-projects-modal .projects-status-bar .project-step .step-name{font-size:12px;letter-spacing:.08em;line-height:17px;margin-right:4px}#customer-projects-modal .projects-status-bar .project-step .step-icon .image{background-repeat:no-repeat;background-size:contain;height:30px;width:30px}#customer-projects-modal .projects-status-bar .project-step .progress-line{height:1px;width:100%}#customer-projects-modal .table{border-top:1px solid #b3b4b8;box-shadow:none;padding-top:20px}#customer-projects-modal table{border:1px solid #b3b4b8;border-radius:6px}#customer-projects-modal table td,#customer-projects-modal table th{background:#fff}#customer-projects-modal table td:not(:last-child),#customer-projects-modal table th:not(:last-child){border-right:1px dashed #b3b4b8}#customer-projects-modal table td:not(:first-child),#customer-projects-modal table th:not(:first-child){border-left:1px dashed #b3b4b8}#customer-projects-modal table th{font-size:12px}#customer-projects-modal table td{font-size:14px}#customer-projects-modal table.invoice-table .item,#customer-projects-modal table.quote-table .item{width:18%}#customer-projects-modal table.invoice-table .description,#customer-projects-modal table.quote-table .description{width:34%}#customer-projects-modal table.invoice-table .qty,#customer-projects-modal table.quote-table .qty{width:8%}#customer-projects-modal table.invoice-table .cost,#customer-projects-modal table.invoice-table .rate,#customer-projects-modal table.invoice-table .tax,#customer-projects-modal table.invoice-table .total,#customer-projects-modal table.quote-table .cost,#customer-projects-modal table.quote-table .rate,#customer-projects-modal table.quote-table .tax,#customer-projects-modal table.quote-table .total{width:10%}#customer-projects-modal .section:not(.active){display:none}#customer-projects-modal .section.active{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding-bottom:60px}#customer-projects-modal .section.job-request .request-description{background:#f5f5f5;border:1px solid #d2d5da;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);margin-bottom:25px}#customer-projects-modal .section.job-request .request-description-row-name{font-size:12px;padding:15px 13px;width:125px}#customer-projects-modal .section.job-request .request-description-row-value{font-size:14px;padding:15px 13px}#customer-projects-modal .section.quote .quote-description-header{color:#50535b;font-size:12px}#customer-projects-modal .section.quote .quote-description-text{font-size:14px;line-height:21px}#customer-projects-modal .section.job .job-description{background:#f5f5f5;border:1px solid #d2d5da;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);margin-bottom:25px}#customer-projects-modal .section.job .job-description-row-name{font-size:12px;min-width:125px;padding:15px 13px}#customer-projects-modal .section.job .job-description-row-value{font-size:14px;padding:15px 13px}#customer-projects-modal .section.invoice .invoice-description-header{color:#50535b;font-size:12px}#customer-projects-modal .section.invoice .invoice-description-text{font-size:14px;line-height:21px}#customer-projects-modal .section textarea{padding:13px}#customer-projects-modal .section textarea:disabled{overflow:hidden}#customer-projects-modal .section .customer-name{font-size:18px}#customer-projects-modal .section .customer-address{color:#50535b;font-size:12px}#customer-projects-modal .section .new-entity-header{background:#fff1f5;border:1px solid #f9fafb;border-radius:4px;font-size:14px;padding:8px 5px;width:-moz-max-content;width:max-content}#customer-projects-modal .section .new-entity-item{border:1px solid #d2d5da;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);font-size:14px;margin-bottom:12px;padding:13px}#customer-projects-modal .section .new-entity-item button{font-size:12px;height:28px!important;line-height:100%;padding:7px 8px}#customer-projects-modal .section .new-entity-item:last-child{margin-bottom:16px}#customer-projects-modal .section .all-entities-header{background:#f9fafb;font-size:14px;margin-bottom:16px;padding:8px 5px;width:-moz-max-content;width:max-content}#customer-projects-modal .section .all-entities .entity-item{border:1px solid #d2d5da;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);font-size:14px;margin-bottom:12px;padding:13px}#customer-projects-modal .section .all-entities .entity-item button{font-size:12px;height:28px!important;line-height:100%;padding:7px 8px}#customer-projects-modal .section .entity-description-header{color:#50535b;font-size:12px}#customer-projects-modal .section .entity-description-text{font-size:14px;line-height:21px}#customer-projects-modal .section .entity-info-container{height:100%;overflow-y:auto}#customer-projects-modal .section .entity-title{font-size:18px;font-weight:500}#customer-projects-modal .section .table-wrapper{border:1px solid #d2d5da;border-radius:6px;overflow:hidden}#customer-projects-modal .section table{border:none;width:100%}#customer-projects-modal .section table td{font-size:14px;padding:12px;vertical-align:top}#customer-projects-modal .section table tr:not(:last-child) td{border-bottom:1px solid #d2d5da}#customer-projects-modal .section table th{background:#f9fafb;border-bottom:1px solid #d2d5da;color:#50535b;font-size:12px;font-weight:400;padding:12px}#customer-projects-modal .section .text-light-gray{color:#b5b5b5}#customer-projects-modal .result-message-container{display:none;height:44px;margin-bottom:25px}#customer-projects-modal .result-message-container .message{align-items:center;display:flex;height:100%;padding:10px 12px;width:100%}#customer-projects-modal .result-message-container .message.success{background:#edf9f0}#customer-projects-modal .result-message-container .message.error{background:#fff1f5}#customer-projects-modal .result-message-container .message img{height:24px;margin-right:6px;width:24px}#customer-projects-modal .info-tile .header{color:#50535b;font-size:12px}#customer-projects-modal .info-tile .value{font-size:14px}#customer-projects-modal .info-tile img{height:35px;width:35px}#customer-projects-modal .info-tiles-container{grid-column-gap:40px;grid-row-gap:25px}#customer-projects-modal .actions{background:#fff;border-top:1px solid #f2f2f2;bottom:0;padding:20px 37px;position:fixed;right:6px;width:calc(100% - 10px)}#customer-projects-modal .border-bottom-dashed{border-bottom:1px dashed #d2d5da}#customer-projects-modal .btn-nd{align-items:center;background:#fff;border-radius:3px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;margin:0 6px;padding:8px}#customer-projects-modal .btn-nd:only-of-type{margin:0}#customer-projects-modal .btn-nd:first-child{margin-left:0}#customer-projects-modal .btn-nd:last-child{margin-right:0}#customer-projects-modal .btn-nd.small{font-size:12px;height:28px}#customer-projects-modal .btn-nd.small img{height:14px;width:14px}#customer-projects-modal .btn-nd.medium{font-size:14px;height:32px}#customer-projects-modal .btn-nd.medium img{height:16px;width:16px}#customer-projects-modal .btn-nd.large{font-size:14px;height:36px}#customer-projects-modal .btn-nd.primary{border:1px solid #db3a57;color:#db3a57}#customer-projects-modal .btn-nd.secondary{border:1px solid #d2d5da;color:#50535b}#customer-projects-modal .btn-nd.secondary:not(.static):hover{background:#50535b;border-color:#50535b;color:#fff}#customer-projects-modal .form-component{margin:0 4px}#customer-projects-modal .form-component:only-of-type{margin:0}#customer-projects-modal .form-component:first-child{margin-left:0}#customer-projects-modal .form-component:last-child{margin-right:0}#customer-projects-modal .base-input{background:#fff;border:1px solid #d2d5da!important;border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);font-size:14px;padding:13px 16px}#customer-projects-modal .base-input:focus-visible{outline:none}#customer-projects-modal .base-input:disabled{background:#f9fafb}#customer-projects-modal input.base-input,#customer-projects-modal select.base-input{height:46px}#customer-projects-modal .base-label{color:#50535b;font-size:12px;line-height:14px;margin:0 0 5px 5px}#customer-projects-modal .base-label.fly{background:#fff;border-radius:30px;left:12px;margin:0;padding:0 5px;position:absolute;top:-7px}#customer-projects-modal textarea.resizable{resize:vertical}#customer-projects-modal .status-select{border:1px solid #d2d5da;border-radius:20px;cursor:pointer;height:28px;position:relative}#customer-projects-modal .status-select img{height:14px;margin-right:4px;width:14px}#customer-projects-modal .status-select-option{display:flex;font-size:12px;height:28px;line-height:14px;padding:7px 8px}#customer-projects-modal .status-select-option:hover{background:#fff1f5}#customer-projects-modal .status-select-options-container{background:#fff;border:1px solid #d2d5da;border-radius:4px;position:absolute;width:-moz-max-content;width:max-content;z-index:9999}#customer-projects-modal .status-select .selected-value{display:flex}#customer-projects-modal .workers-select{border:none;border-radius:4px;cursor:pointer;display:block;height:-moz-min-content;height:min-content;min-height:46px;position:relative}#customer-projects-modal .workers-select:not(.hided-select){background:#fff url(/images/chevron-down-grey.svg?f8224c1…) no-repeat right 1rem center;border:1px solid #d2d5da}#customer-projects-modal .workers-select .workers-list{background:#fff;border:1px solid #d2d5da;border-radius:6px;max-height:250px;overflow:auto;position:absolute}#customer-projects-modal .workers-select .workers-list .worker-row{border-radius:4px;height:40px;padding:11px 13px}#customer-projects-modal .workers-select .workers-list .worker-row:hover{background:#fff1f5}#customer-projects-modal .workers-select .selected-workers{height:100%;padding:15px 16px;width:100%}#customer-projects-modal .workers-select .selected-workers::-moz-placeholder{content:attr(placeholder);font-size:14px}#customer-projects-modal .workers-select .selected-workers::placeholder{content:attr(placeholder);font-size:14px}#customer-projects-modal .workers-select-cb{background:#fff;border:1px solid #d2d5da;height:15px;width:15px}#customer-projects-modal .workers-select input:checked+.workers-select-cb{background:#db3a57}#customer-projects-modal .hided-select{background:#fff;cursor:pointer;position:relative;width:100%}#customer-projects-modal .hided-select-container{width:calc(100% - 125px)}#customer-projects-modal .hided-select .selected-value{padding:15px 13px}#customer-projects-modal .hided-select-options{background:#fff;border:1px solid #d2d5da;border-radius:4px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);display:none;max-height:200px;overflow:auto;position:absolute;top:48px;width:100%;z-index:1}#customer-projects-modal .hided-select-options.opened{display:block}#customer-projects-modal .hided-select-option{padding:6px 13px}#customer-projects-modal .hided-select-option:hover{background:#d2d5da}#customer-projects-modal .hided-select .select-arrow{background:url(/images/tasker_arrow.svg);background-repeat:no-repeat;background-size:contain;height:15px;position:absolute;right:16px;top:20px;width:15px}#customer-projects-modal .schedule-container{align-items:center;border:1px solid #d2d5da;border-radius:6px;box-shadow:0 2px 2px 0 rgba(0,0,0,.051);cursor:pointer;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 13px;width:240px}#customer-projects-modal .schedule-container.new{border-color:#db3a57}#customer-projects-modal .schedule-container.approved,#customer-projects-modal .schedule-container.paid,#customer-projects-modal .schedule-container.paid-cash{color:#287d3c}#customer-projects-modal .schedule-container.voided{opacity:.5}#customer-projects-modal .schedule-container.declined,#customer-projects-modal .schedule-container.expired,#customer-projects-modal .schedule-container.overdue,#customer-projects-modal .schedule-container.rejected,#customer-projects-modal .schedule-container.uncollectable{color:#db3a57}#customer-projects-modal .schedule-date{font-size:14px}#customer-projects-modal .schedule-status{border:1px solid #d2d5da;border-radius:4px;display:flex;min-width:90px;overflow:hidden;padding:5px 9px;text-overflow:ellipsis;white-space:nowrap}#customer-projects-modal .schedule-status .name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:47px}#customer-projects-modal .schedule-status .icon img{height:14px;margin-right:4px;width:14px}#customer-projects-modal .schedule-info-date{font-size:9px}#customer-projects-modal .schedule-info-amount{font-weight:500}#customer-projects-modal .right-small-container{min-height:550px;min-width:360px;padding-left:12px;width:calc(100% - 250px)}#customer-projects-modal .left-large-container{min-height:550px;padding-right:12px;width:252px}#customer-projects-modal .files-container .file-row{border:.5px solid #d2d5da;border-radius:6px;-moz-column-gap:15px;column-gap:15px;padding:10px}#customer-projects-modal .files-container .file-row:not(:last-child){margin-bottom:8px}#customer-projects-modal .files-container .file-row .image-preview{height:50px;-o-object-fit:cover;object-fit:cover;width:50px}#customer-projects-modal .files-container .file-row .doc{height:50px;margin-right:10px;-o-object-fit:cover;object-fit:cover;width:40px}#customer-projects-modal .files-container .file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#customer-projects-modal .files-container .file-description{color:#50535b;font-size:12px}#customer-projects-modal .files-container .file-description .size{margin-right:13px}#customer-projects-modal .files-container .file-text{width:calc(100% - 290px)}#customer-projects-modal .btn{border-radius:4px}#customer-projects-modal .cloud{border-radius:30px;font-size:10px;line-height:12px;margin:0 10px;padding:4px 8px}#customer-projects-modal .cloud.paid{background:rgba(40,125,60,.102);color:#287d3c}#customer-projects-modal .cloud.unpaid{background:#fff1f5;color:#db3a57}#customer-projects-modal #comments,#customer-projects-modal .content-container{max-height:210px;min-height:70px;transition:height .3s}#customer-projects-modal .content-container{background:#f9fafb;height:70px;overflow:hidden;padding-bottom:35px!important;padding:13px}#customer-projects-modal .with-show-more{position:relative}#customer-projects-modal .with-show-more.comments:after{background:#f9fafb;padding:1px 12px 12px}#customer-projects-modal .with-show-more.worker-comments:after{background:#f9fafb;bottom:0!important;padding:1px 12px 12px}#customer-projects-modal .with-show-more:after{bottom:1px;color:#db3a57;content:attr(data-after);cursor:pointer;font-size:14px;font-weight:500;left:1px;position:absolute;text-decoration:underline;width:calc(100% - 10px)}#customer-projects-modal .with-show-more>textarea{padding-bottom:35px!important}#customer-projects-modal .with-show-more.files{padding-bottom:35px}#customer-projects-modal .with-show-more.files:after{padding:1px 12px 12px 0}#applied-organisations-modal .modal-content{max-width:800px!important;width:96%!important}.call-notify{background-color:#fff;border:1px solid #eee;border-radius:.5rem;bottom:3rem;box-shadow:.2rem .2rem .2rem rgba(0,0,0,.2);display:flex;overflow:hidden;position:absolute;right:-100%;transition:right .3s ease-in-out;z-index:1000}.call-notify .call-notify-btn{background-color:#fff;border:none;border-top:1px solid #ddd;color:#db3a57;flex:1;font-weight:600;outline:none;padding:.8rem 1.2rem;text-transform:uppercase;transition:background-color .2s ease-in-out,color .2s ease-in-out}.call-notify .call-notify-btn+.call-notify-btn{border-left:1px solid #ddd}.call-notify .call-notify-btn:hover{background-color:#db3a57;color:#fff}.call-notify .accept{color:#23c473}.call-notify .accept:hover{background-color:#23c473}.call-notify .call-notify-title{color:#182029;font-size:1.2rem;font-weight:600;text-transform:uppercase}.call-notify .call-notify-text{color:#182029;font-size:1rem}.call-notify.show{right:3rem}.call-notify #hide-call-btn{align-items:center;background-color:#eee;border:none;border-radius:50%;color:#ccc;display:flex;font-size:1.75rem;font-weight:300;height:2rem;justify-content:center;line-height:1;margin-left:1rem;transition:color .2s ease-in-out,background-color .2s ease-in-out;width:2rem}.call-notify #hide-call-btn:hover{background-color:#db3a57;color:#fff}#price-book .switch-link,#price-book .switcher-button{box-shadow:0 1px #b5b5b5;color:#b5b5b5;cursor:pointer;display:flex;font-size:.9rem;font-size:15px;font-weight:500;justify-content:center;padding:.2rem .5rem;text-decoration:none;transition:color .2s ease-in-out,box-shadow .2s ease-in-out}#price-book .active-switch-link{box-shadow:0 3px #db3a57;color:#db3a57}#price-book .data-view tbody tr{transition:background-color .2s ease-in-out}#price-book .data-view tbody tr:hover{background-color:#fdeef3}#price-book .data-view{overflow:hidden!important}#price-book .btn{border-radius:.25rem;font-size:14px}#price-book .btn-white{background-color:#fff;border:1px solid #d7d7d7;border-radius:.25rem!important;box-shadow:none!important;color:#404040;height:auto!important;outline:none;padding:.7rem 1.5rem!important;transition:color .2s ease-in-out,background-color .2s ease-in-out}#price-book .btn-white:hover{background-color:#db3a57;color:#fff}#price-book .search{border:1px solid #d2d5da;border-radius:.25rem;font-size:14px;min-width:20rem;outline:none;padding:.75rem 1rem .75rem 2.5rem}#price-book .search::-moz-placeholder{color:#b5b5b5}#price-book .search::placeholder{color:#b5b5b5}#price-book .search-cont:after{content:url(/images/search-icon.svg?780bccfe0fc554c0039a3e46de4a9099);display:flex;height:13px;left:1rem;position:absolute;width:13px;z-index:1}#price-book .custom-select{align-items:center;background:none;border:1px solid #d2d5da;border-radius:.25rem;box-shadow:none;color:#404040;cursor:pointer;display:flex;font-size:14px;height:auto;min-width:7rem;outline:none;padding:.7rem 2rem .7rem 1rem;position:relative;z-index:2}#price-book .custom-select-cont{align-items:center;background-color:#fff;display:flex;position:relative}#price-book .custom-select-cont:after{color:#404040;content:"<";display:flex;font-size:1rem;height:1.5rem;line-height:1.5;position:absolute;right:1rem;transform:rotate(-90deg) scaleY(1.5);z-index:1}#price-book .price-book-table .table-row-head,#price-book .price-book-table tbody .table-row:last-child{border-bottom:1px solid #d7d7d7}#price-book .price-book-table tbody .table-row:nth-child(2n){background-color:#fff}#price-book .price-book-table .td,#price-book .price-book-table .th{padding:.6rem .8rem}#price-book .price-book-table .td{height:4rem;vertical-align:middle}#price-book .price-book-table .th+.th{border-left:1px solid #d7d7d7}#price-book .price-book-table .td+.td{border-left:1px dashed #d7d7d7}#invoice-category-modal .input-field,#invoice-item-modal .input-field,.price-book-modal .input-field{border:1px solid #d2d5da!important;border-radius:.25rem!important;font-size:14px!important;outline:none;padding:.7rem!important;width:100%!important}#invoice-category-modal .input-field::-moz-placeholder,#invoice-item-modal .input-field::-moz-placeholder,.price-book-modal .input-field::-moz-placeholder{color:#b5b5b5}#invoice-category-modal .input-field::placeholder,#invoice-item-modal .input-field::placeholder,.price-book-modal .input-field::placeholder{color:#b5b5b5}#invoice-category-modal .input-field:disabled,#invoice-item-modal .input-field:disabled,.price-book-modal .input-field:disabled{background-color:#e2e6eb}#invoice-category-modal .input-label,#invoice-item-modal .input-label,.price-book-modal .input-label{font-size:.8rem!important;font-weight:500!important}#invoice-category-modal .custom-select,#invoice-item-modal .custom-select,.price-book-modal .custom-select{align-items:center;background:none!important;border:1px solid #d2d5da!important;border-radius:.25rem!important;box-shadow:none!important;color:#404040;cursor:pointer!important;display:flex;font-size:14px;height:auto;min-width:7rem;outline:none!important;padding:.6rem 2rem .6rem 1rem!important;position:relative;z-index:2}#invoice-category-modal .custom-select:required:invalid,#invoice-item-modal .custom-select:required:invalid,.price-book-modal .custom-select:required:invalid{color:#b5b5b5}#invoice-category-modal .custom-select option,#invoice-item-modal .custom-select option,.price-book-modal .custom-select option{color:#000!important}#invoice-category-modal .custom-select-cont,#invoice-item-modal .custom-select-cont,.price-book-modal .custom-select-cont{align-items:center;background-color:#fff;display:flex;position:relative}#invoice-category-modal .custom-select-cont:after,#invoice-item-modal .custom-select-cont:after,.price-book-modal .custom-select-cont:after{color:#404040;content:"<";display:flex;font-size:1rem;height:1.5rem;line-height:1.5;position:absolute;right:1rem;transform:rotate(-90deg) scaleY(1.5);z-index:1}.tax-form,.tax-list{display:flex;flex-direction:column}.tax-form .form-body,.tax-form .form-header,.tax-list .form-body,.tax-list .form-header{display:flex;padding:20px 30px}.tax-form .form-header,.tax-list .form-header{align-items:center;border-bottom:1px solid #dbdbdb;justify-content:space-between;padding:15px 30px}.tax-form .form-body,.tax-list .form-body{flex-direction:column}.tax-form .form-close,.tax-list .form-close{background-color:transparent;border:none;cursor:pointer;outline:none}.tax-form .form-title,.tax-list .form-title{font-size:1.25rem;font-weight:500;margin:0!important}.tax-form .form-body .form-label,.tax-form .form-body label,.tax-list .form-body .form-label,.tax-list .form-body label{font-size:12px!important;font-weight:500!important;margin:initial;margin-bottom:.2rem!important}.tax-form .form-input,.tax-list .form-input{border:1px solid #d2d5da;border-radius:.2rem;outline:none;padding:.7rem .8rem}.tax-form .form-text,.tax-list .form-text{color:#50535b;font-size:14px;line-height:1.25}.tax-form .form-desc,.tax-list .form-desc{color:#50535b;font-size:12px;line-height:1.25}.tax-form .form-button,.tax-list .form-button{border-radius:.2rem!important;font-size:14px!important}.tax-form .form-link-button,.tax-list .form-link-button{background:transparent!important;border:none;color:#db3a57;cursor:pointer;font-size:14px;font-weight:500;outline:none}.tax-form .tax-item,.tax-list .tax-item{border-bottom:1px solid #b3b4b8;color:#000;font-size:14px;padding:.5rem 0}.tax-form .tax-item p,.tax-list .tax-item p{color:#000;font-size:14px;margin:0}.tax-form .tax-item-body,.tax-list .tax-item-body{align-items:center;align-items:"center";display:flex;justify-content:space-between}.tax-form .tax-item-edit,.tax-list .tax-item-edit{padding:.3rem 1rem}.tax-form .tax-item-apply,.tax-list .tax-item-apply{border-radius:.2rem;font-size:12px;font-weight:500;padding:.2rem 1.5rem}.color-picker-cont{align-items:center;border:1px solid #ced4da;border-radius:.25rem;cursor:pointer;display:flex;flex:1;margin:0;min-height:2.5rem;padding:.5rem .75rem .5rem 0;position:relative;width:15rem}.color-picker-cont .color-picker-input{height:100%;opacity:0;position:absolute;width:100%;z-index:-999}.color-picker-cont .color-picker-cblock{border:1px solid #ddd;height:1.25rem;margin-left:.75rem;margin-right:.5rem;width:1.25rem}.color-picker-cont .color-picker-text{color:#000;font-size:14px;text-transform:uppercase}#dashboard .get-start-list-container{background:#fff;border:1px solid rgba(10,15,41,.08);border-radius:5px;margin-bottom:15px;margin-top:20px}#dashboard .get-start-list-container .head{min-height:60px;padding:17px 20px}#dashboard .get-start-list-container .head-text{font-size:18px;line-height:26px}#dashboard .get-start-list-container .head .status-bar{background:#00c100;bottom:0;height:2px;left:0;width:5%}#dashboard .get-start-steps{border-radius:0 0 5px 5px;border-top:1px solid rgba(10,15,41,.08);padding:18px 20px}#dashboard .get-start-steps.hided{display:none}#dashboard .get-start-steps-navigation{background:#f7f7f8;border-radius:8px;height:40px;padding:2px}#dashboard .get-start-steps-navigation .steps-nav-button{align-items:center;box-sizing:border-box;color:rgba(15,19,36,.6);cursor:pointer;display:flex;height:36px;justify-content:center;width:33%}#dashboard .get-start-steps-navigation .steps-nav-button.active{background:#fff;border:1px solid #dee0e3;border-radius:10px;box-shadow:0 1px 2px rgba(20,21,26,.05)}#dashboard .get-start-steps-navigation .steps-nav-button.active .button-name{color:#000}#dashboard .get-start-steps-navigation .steps-nav-button.active .part-progress{background:#d1fae4;color:#00c100}#dashboard .get-start-steps-navigation .steps-nav-button.disabled{color:rgba(10,15,41,.251);cursor:not-allowed}#dashboard .get-start-steps-navigation .steps-nav-button .button-name{line-height:24px;margin-right:8px}#dashboard .get-start-steps-navigation .steps-nav-button .part-progress{border-radius:8px;height:24px;line-height:24px;padding:0 8px}@media screen and (max-width:767px){#dashboard .get-start-steps-navigation .steps-nav-button{min-width:260px}#dashboard .get-start-steps-navigation{overflow-x:scroll;overflow-y:hidden}}@media screen and (max-width:767px){#dashboard .get-start-steps-navigation::-webkit-scrollbar{height:4px}}#dashboard .get-start-steps .steps-container:not(.active){display:none}#dashboard .get-start-steps .steps-container .step-row{border-bottom:1px solid #e9eaec;padding:15px 12px}#dashboard .get-start-steps .steps-container .step-status{padding-right:12px}#dashboard .get-start-steps .steps-container .step-status img{height:32px;width:32px}@media screen and (max-width:767px){#dashboard .get-start-steps .steps-container .step-status{display:none}}#dashboard .get-start-steps .steps-container .step-description{color:rgba(15,19,36,.6);font-size:14px;line-height:16px}#dashboard .get-start-steps .steps-container .step-info-head{line-height:20px}@media screen and (max-width:767px){#dashboard .get-start-steps .steps-container .step-info-head{margin-bottom:5px}#dashboard .get-start-steps .steps-container .step-info-head .small-logo{display:block!important;padding-right:12px}#dashboard .get-start-steps .steps-container .step-info-head .small-logo img{height:20px;width:20px}}#dashboard .get-start-steps .steps-container .step-info-head .small-logo{display:none}@media screen and (max-width:767px){#dashboard .get-start-steps .steps-container .step-control button{margin-top:20px;width:100%}}#dashboard .get-start-steps .steps-container button{border-radius:5px;font-size:14px;min-width:150px}#dashboard .dashboard-bar-container{margin-top:20px}#dashboard .dashboard-bar-container .bar{background:#fff;border:1px solid #e9eaec;border-radius:5px;box-sizing:border-box;min-height:425px;padding:18px 23px;width:24%}#dashboard .dashboard-bar-container .bar+.bar{margin-left:1.3333333333%}#dashboard .dashboard-bar-container .bar-header{color:rgba(15,19,36,.6);position:relative}#dashboard .dashboard-bar-container .bar-header .help-button{cursor:pointer;position:absolute;right:0;top:0}#dashboard .dashboard-bar-container .bar-statistics{border-bottom:1px solid #e9eaec;min-height:75px}#dashboard .dashboard-bar-container .bar-statistics-info{font-size:20px;line-height:28px}#dashboard .dashboard-bar-container .bar-statistics-description{color:rgba(15,19,36,.6);font-size:14px}#dashboard .dashboard-bar-container .bar-statistics-progress{border-radius:8px;font-size:14px;padding:2px 8px}#dashboard .dashboard-bar-container .bar-statistics-progress.positive{background:#d1fae4;color:#166e3f}#dashboard .dashboard-bar-container .bar-statistics-progress.positive .progress-arrow{background-image:url(/images/dashboard-icons/positive-arrow.png);background-repeat:no-repeat;background-size:contain;height:14px;width:11px}#dashboard .dashboard-bar-container .bar-statistics-progress.negative{background:#fce5e4;color:#9a1c13}#dashboard .dashboard-bar-container .bar-statistics-progress.negative .progress-arrow{background-image:url(/images/dashboard-icons/negative-arrow.png);background-repeat:no-repeat;background-size:contain;height:14px;width:11px}#dashboard .dashboard-bar-container .bar-links{min-height:190px}#dashboard .dashboard-bar-container .bar-links-row{border-bottom:1px solid #e9eaec;line-height:20px;padding:12px 6px}#dashboard .dashboard-bar-container .bar-links-row .link-icon{height:16px;margin-right:15px}#dashboard .dashboard-bar-container .bar-links-row .link-icon img{width:14px}#dashboard .dashboard-bar-container .bar-control{min-height:80px}#dashboard .dashboard-bar-container .bar-logo{margin-right:10px}#dashboard .dashboard-bar-container .bar-logo img{height:16px}#dashboard .dashboard-bar-container .bar.blured .bar-content{filter:blur(3.5px);opacity:.7}#dashboard .dashboard-bar-container .bar.blured .blur-block{bottom:70px;display:block;height:calc(100% - 110px);left:0;position:absolute;width:100%;z-index:1000}#dashboard .dashboard-bar-container .bar .blur-block{display:none}@media screen and (max-width:767px){#dashboard .dashboard-bar-container .bar{margin-bottom:20px;margin-left:0!important;width:100%}}@media screen and (min-width:767px) and (max-width:1200px){#dashboard .dashboard-bar-container .bar{margin-bottom:20px;width:49%}#dashboard .dashboard-bar-container .bar+.bar{margin-left:0}#dashboard .dashboard-bar-container .bar:nth-child(2n){margin-left:2%}}.gray-plus{cursor:pointer;height:16px;position:relative;width:12px}.gray-plus .horizontal-line,.gray-plus .vertical-line{background:rgba(15,19,36,.6);height:12px;left:50%;position:absolute;transition:transform .2s ease-in-out;width:2px}.gray-plus.opened .vertical-line{transform:rotate(90deg)}.gray-plus .horizontal-line{rotate:90deg}.blocked-info-window,.help-modal-window{background:#fff;border:1px solid #dee0e3;border-radius:5px;box-shadow:0 10px 16px -3px rgba(20,21,26,.05),0 3px 10px -2px rgba(20,21,26,.02);display:none;font-size:12px;padding:12px 16px;position:absolute;width:230px;z-index:10000}.blocked-info-window .message,.help-modal-window .message{margin-bottom:5px}.blocked-info-window .message-description,.help-modal-window .message-description{color:rgba(15,19,36,.6)}.icon.lock{line-height:13px}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans.ttf?7655b042135598d8cc8dd71640c7efb7),url(/fonts/WorkSansItalic.ttf?613db76c3b3f2632d4111cfff71fda68)}@font-face{font-family:icomoon;font-style:normal;font-weight:400;src:url(https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.eot?-9haulc);src:url(https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.eot?#iefix-9haulc) format("embedded-opentype"),url(https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.woff?-9haulc) format("woff"),url(https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.ttf?-9haulc) format("truetype"),url(https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.svg?-9haulc#icomoon) format("svg")}@font-face{font-family:Rubik;font-weight:500;src:url(/fonts/Rubik-Medium.ttf?0e121b4fa4d6e9bc5c69eabb74d853dc)}@font-face{font-family:Rubik;font-weight:300;src:url(/fonts/Rubik-Light.ttf?9d2ccd264dc61b9540199896728594ab)}@font-face{font-family:Rubik;font-weight:700;src:url(/fonts/Rubik-Bold.ttf?c934eb22c2c69992b34c85801f5dbc38)}@font-face{font-family:Rubik;font-weight:900;src:url(/fonts/Rubik-Black.ttf?a41b3ae4e6720095094692f7e9dd4a6b)}@font-face{font-family:Rubik;font-weight:600;src:url(/fonts/Rubik-SemiBold.ttf?869208702057daef053d3faf0a6618fe)}@font-face{font-family:Trebuchet MS;src:url(/fonts/TrebuchetMS.ttf?9f1aa0037c24e0f6935eb504469ec569)}@font-face{font-family:Comic Sans MS;src:url(/fonts/ComicSansMS.ttf?8459d554bae95ebdc80dae5d3940e749)}@font-face{font-family:Luminari;src:url(/fonts/Luminari.ttf?2e2b05692545cf9606fd3f7213cef5fa)}@font-face{font-family:Brush Script MT;src:url(/fonts/brush_script.otf?b0ae7f70d83785c130bc50107119f20b)}@font-face{font-family:American Typewriter;src:url(/fonts/american_typewriter.otf?4e457e8da8189901c5ccab82a9b8a344)}@font-face{font-family:Didot;src:url(/fonts/didot.otf?a1669bcbad9cb6bdc7fb11fca609e375)}@font-face{font-family:Optima;src:url(/fonts/optima.ttf?e94d0800ab9f0013bdea6074fe7c28f4)}@font-face{font-family:Adenale Mono;src:url(/fonts/andale_mono.ttf?179fa5daa949c68bbece3f25215fc259)}@font-face{font-family:Baskerville;src:url(/fonts/baskervillebold.ttf?96e671cd7de8c352fa8703c528dbaa6b)}@font-face{font-family:Palatino;src:url(/fonts/palatino.ttf?7f13729be43a85cf1a43012d98609095)}@font-face{font-family:"SourceSerif";font-weight:600;src:url(/fonts/SourceSerifPro-SemiBold.ttf?3570f2468c6edb66f888c23089dddad2)}@font-face{font-family:"SourceSerif";font-weight:700;src:url(/fonts/SourceSerifPro-Bold.ttf?fd9b84c3fc7becda910beca21062a918)}

/*# sourceMappingURL=app.css.map*/