@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:wght@400;500;700&display=swap);*,:after,:before{box-sizing:border-box}body{margin:0;background:#f2f3f8;font-family:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:inherit}.page{padding:30px;position:relative}.page.order-task{min-height:100%}.page.order-task,.page.standalone{background:#fff;flex:1 1}.button{text-decoration:none;border-radius:24px;padding:11px 30px;cursor:pointer;border:none;background:none;font-family:Roboto;font-size:16px;line-height:19px;font-weight:500;min-width:140px;text-transform:capitalize}.button.default{border:1px solid #242f46;background:#242f46;color:#fff}.button.primary{border:1px solid #44c9ab;background:#44c9ab;color:#242f46}.button.boring{border:1px solid #242f46;background:#fff;color:#242f46}.button.disguise{border:none;font-size:18px;min-width:50px}.button.cancel{border:none;background:#c94444;color:#fff}.button.informational{font-weight:400;text-transform:none;border:1px solid #242f46;background:#242f46;color:#fff;padding:11px 20px}.button.row-button{border:none;background:#f7f7f7;color:#323741;font-weight:500;height:45px;display:flex;align-items:center;font-size:14px}.button.row-button>img{margin-left:-15px;margin-right:20px}.button:disabled{opacity:.6;cursor:not-allowed}.icon-button{border:none;background:none;display:inline-flex;justify-content:center;align-items:center;cursor:pointer;padding:0}.icon-button>.tooltip{position:relative;display:inline-block}.icon-button>.tooltip .tooltiptext{visibility:hidden;width:90px;background-color:#323741;color:#fff;text-align:center;border-radius:6px;padding:10px 0;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-45px;opacity:0;transition:opacity .3s;height:35px}.icon-button>.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#555}.icon-button>.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.text-button{border:none;background:none;cursor:pointer;font-family:Roboto}.form{padding:40px}@media(max-width:399px){.form{padding:40px 0}}.form input,.form select,.form textarea{display:block;padding:13px 15px;margin:8px auto 15px;width:100%;border-radius:4px;border:1px solid #979797;font-size:16px;font-family:Roboto,sans-serif;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form input:active,.form input:focus,.form select:active,.form select:focus,.form textarea:active,.form textarea:focus{outline:none;border-color:#242f46}.form input.error,.form select.error,.form textarea.error{border-color:red}.form input:disabled,.form select:disabled,.form textarea:disabled{border:1px solid #f6f6f6;background:#f6f6f6}.form .select{position:relative}.form .select:after{content:"▼";position:absolute;right:15px;font-size:10px;top:calc(50% - 5px)}.form .required{font-size:14px;color:red}.form .errorLable{display:flex;justify-content:space-between;align-items:center}.form label{justify-content:flex-start;align-items:center}.form label,.form label>span{display:block}.form.modal-form{padding:0}.form.modal-form input,.form.modal-form label,.form.modal-form select,.form.modal-form textarea{width:100%}.form.modal-form textarea{resize:vertical}.app{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;min-height:100vh}.app>footer{flex:0 0;padding:40px 20px;background:#242f46;color:#fff}.app-body-container{padding-top:78px;height:100%;flex:1 0;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.banner-section{background-color:#f7f8fb;padding-top:67px;padding-bottom:67px}.banner-section .row{align-items:center}.banner-section button.special-back,.banner-section h2{color:#242f46;text-transform:uppercase;font-family:"Oswald",sans-serif;font-size:50px;line-height:47px;position:relative;margin:0;padding:0;background:none;border:none;font-weight:500;text-align:left}@media(max-width:767px){.banner-section button.special-back,.banner-section h2{margin-bottom:20px}}.banner-section button.special-back:after,.banner-section h2:after{content:"";position:absolute;background:#caccd0;width:55px;height:5px;display:block;left:0;top:-24px}.banner-section button.special-back.active:after,.banner-section h2.active:after{background:url(/static/media/back-arrow.2f09b987.svg);background-size:contain;background-repeat:no-repeat;height:26px;top:-32px}.banner-section .special-back{cursor:pointer}@media(max-width:1023px){.banner-section .info-tile{margin-bottom:20px}}dl{display:flex;flex-wrap:wrap;margin:0 0 20px;color:#242f46}dl,dl dt{padding:0}dl dt{margin:0 0 10px;font-weight:700;width:140px}dl dd{padding:0;margin:0;width:calc(100% - 140px)}.tooltip-target{position:relative}.tooltip-target:focus{outline:none}.tooltip-container{position:absolute;top:calc(100% + 10px);color:#fff;background:#242f46;display:none;z-index:990;border-radius:8px;box-shadow:2px 0 10px 2px rgba(0,0,0,.25);min-width:200px}.tooltip-container .tooltip-body{position:relative}.tooltip-container .tooltip-body:after{position:absolute;content:"";display:block;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:14px solid #242f46;width:0;height:0;top:-8px}.tooltip-container.top{top:auto;bottom:calc(100% + 10px)}.tooltip-container.top .tooltip-body:after{border-bottom:none;border-top:14px solid #242f46;top:auto;bottom:-8px}.tooltip-container.center{left:50%;transform:translateX(-50%)}.tooltip-container.center .tooltip-body:after{left:calc(50% - 14px)}.tooltip-container.left{right:calc(50% - 14px);left:auto}.tooltip-container.left .tooltip-body:after{right:0;left:auto}.tooltip-container.right{left:calc(50% - 14px);right:auto}.tooltip-container.active{display:block}.tooltip-action-list{background:#242f46;border-radius:4px;width:100%}.tooltip-action-list>a,.tooltip-action-list button{width:100%;background:none;border:none;border-bottom:1px solid #ebebeb;color:#fff;padding:17px 25px;text-decoration:none;display:block;text-align:left;font-size:16px;line-height:19px;cursor:pointer}.tooltip-action-list>a:last-child,.tooltip-action-list button:last-child{border-bottom:none}.tooltip-action-list>a .disabled,.tooltip-action-list>a:disabled,.tooltip-action-list button .disabled,.tooltip-action-list button:disabled{opacity:.7;cursor:not-allowed}.tooltip-action-list.mobile{border-bottom:1px solid #ebebeb;margin-bottom:30px}@media(min-width:768px){.tooltip-action-list.mobile{display:none}}.tooltip-container.light{color:#242f46;background:#fff}.tooltip-container.light .tooltip-action-list{background:#fff}.tooltip-container.light .tooltip-action-list>a,.tooltip-container.light .tooltip-action-list button{color:#242f46}.tooltip-container.light .tooltip-body:after{border-bottom-color:#fff}.tooltip-container.light .tooltip-body.top:after{border-top-color:#fff}h2{color:#242f46;font-size:24px;margin:0 0 10px}h5{color:#707783;font-size:16px;font-weight:400;padding:0;margin:0}.header-center{display:flex;height:100%;align-items:center;justify-content:flex-start}.header-center h1,.header-center h2,.header-center h3,.header-center h4,.header-center h5{margin:0;padding:0}.add-more{width:100%;height:55px;margin-bottom:10px;padding:0 20px 0 15px;border:1px dashed #bbb;border-radius:5px;background:hsla(0,0%,92.2%,.5);font-size:16px;color:#393f4a;text-decoration:none;display:flex;justify-content:center;align-items:center;cursor:pointer}.add-more img{margin-right:8px;width:20px;height:20px}.form-error-message{color:red;margin:0 0 0 10px}.fluid-container.form{max-width:600px;margin-left:auto;margin-right:auto}.fluid-container.form.final{max-width:1440px;padding:0;position:absolute;left:0;right:0;top:0;bottom:0}.fluid-container.form.final .row{height:auto}.fluid-container.form.final>.row{margin:0;height:100%}@media(max-width:1023px){.fluid-container.form.final{position:static}.fluid-container.form.final>.row{height:auto}}.fluid-container.form .row.payment{border-radius:5px;background-color:#f6f6f6;padding:20px}.fluid-container.form hr{background-color:#ebebeb;border:none;height:1px;margin:20px 0}.credit-card-type{display:flex;justify-content:flex-end;align-items:center;padding:7px 0}.credit-card-type>img{width:38px;margin-left:8px;display:block}.credit-card-type>img.inactive{opacity:.4}p.small{color:#353535;font-size:14px;text-align:left}.hidden{display:none!important}.label-row{display:flex;align-items:center;justify-content:space-between}.label-row .label-row-content,.label-row .row-label{color:#242f46}.navbar{background:#070f18;height:78px;color:#fff;display:flex;justify-content:stretch;align-items:center;position:fixed;top:0;right:0;left:0;z-index:9989}.navbar.public{justify-content:space-between}.navbar.public .button-panel{display:flex}.navbar.public .button-panel .default{background:none;border:none}.navbar.public .button-panel a,.navbar.public .button-panel button{padding:0;margin-right:30px;min-width:auto}.navbar.public .button-panel a.primary,.navbar.public .button-panel button.primary{padding:0 30px}.navbar>h1{margin:0 20px;font-size:18px;font-weight:500}@media(max-width:460px){.navbar>h1{display:none}}.navbar .logo{border:none;background:none;display:flex}.navbar .logo img{margin-left:35px}@media(max-width:460px){.navbar .logo{background:url(/static/media/logo-olasio-o.5885a3c9.svg);background-size:contain;height:40px;width:40px;background-repeat:no-repeat;background-position:50%;margin-left:35px}.navbar .logo img{display:none}}.navbar .special-logo{height:40px;margin-left:35px}.navbar>nav{flex:1 1;margin-left:30px}.navbar>nav a,.navbar>nav button{color:#fff;text-decoration:none;display:inline-block;margin:0 20px;padding:12px 0;border-bottom:3px solid transparent;cursor:pointer}.navbar>nav a:hover,.navbar>nav button:hover{border-color:#fff}.navbar>nav a.active,.navbar>nav button.active{border-color:#00cdaa}@media(max-width:767px){.navbar>nav a,.navbar>nav button{display:none}}.navbar .special-cancel{color:#fff;text-decoration:none;display:block;margin:0 45px 0 30px;font-weight:500;font-size:16px}.navbar .nav-title{flex:1 1;color:#fff;padding:0;display:block;margin:0 0 0 28px;font-weight:500;font-size:18px}.user-drop-down{padding:0;margin:0 45px 0 30px;border:none;background:none;cursor:pointer;border-radius:20px}.user-drop-down>img{display:block}.user-drop-down.active{box-shadow:0 0 4px hsla(0,0%,100%,.5)}.nav-button{font-size:13px;font-weight:600;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 20px 0 6px;height:40px}.nav-button>img{margin-right:10px}@media(max-width:410px){.nav-button{display:flex;width:40px;text-align:center;font-size:0;flex:0 0 40px;padding:0;min-width:0}.nav-button.primary{color:transparent}.nav-button>img{margin:0}}@media(max-width:410px){.navbar.public .button-panel .nav-button{width:auto;color:#fff;text-align:center;font-size:14px;padding:0 10px;margin-right:10px}.navbar.public .button-panel .nav-button.primary{color:#242f46;padding:0 10px;min-width:80px}.navbar.public .button-panel .nav-button>img{margin:0 10px 0 0}}.loading{text-align:center}.loading .loading-label{padding:10px;color:#666;font-size:18px;font-weight:400;text-align:center}.loading svg{width:3.75em;height:3.75em;transform-origin:center;animation:rotate 2s linear infinite;text-align:center;display:block;margin:20px auto}.loading svg circle{fill:none;stroke:#1cde99;stroke-width:2;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.modal-overlay{position:fixed;left:0;right:0;top:0;bottom:0;z-index:9990;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.85);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:none}.modal-overlay.active{display:flex}.modal-window{z-index:9999;position:relative;background:#fff;border:1px solid #caccd0;box-shadow:4px 6px 12px 0 rgba(0,0,0,.21);border-radius:4px;padding:30px 25px;max-width:512px;width:80vw}.modal-window .closer{cursor:pointer;position:absolute;right:0;top:-35px;font-size:40px;font-weight:300;line-height:20px;background:none;border:none;display:block;text-align:center}.modal-window header>h2{margin:0 0 20px;padding:0}.modal-window footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:30px}.modal-window footer>.button{height:45px}.modal-window .operation>span{color:#354f69;font-size:14px;font-weight:700;line-height:35px;text-decoration:underline;cursor:pointer;position:absolute;right:27px;top:30px}.modal-window .reissue-instruction{background-color:#fcf5f5;color:#c94444;padding:20px}.order-row-media-wrapper .order-row{display:none}@media(min-width:1100px){.order-row-media-wrapper .order-row{display:block}.order-row-media-wrapper .order-row-sm{display:none}}.order-list{margin:26px 0 60px}.order-row{background:#fff;box-shadow:3px 6px 11px 5px rgba(0,0,0,.06);border-radius:8px;border:1px solid #f0f0f0;padding:32px 40px 24px 78px;margin-bottom:20px;position:relative}@media(max-width:520px){.order-row{padding:20px 30px}}.order-row-info{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}@media(max-width:1075px){.order-row-info{flex-direction:column}}.order-row-info>h4{color:#707783;font-weight:400;font-size:15px;margin:0;padding:0;width:200px;position:relative}.order-row-info>h4:after{border:4px solid #323741;display:block;width:14px;height:14px;background:none;border-radius:14px;margin-right:26px;content:"";position:absolute;left:-37px;top:calc(50% - 7px)}@media(max-width:520px){.order-row-info>h4{width:100%}.order-row-info>h4:after{left:95%}}.order-row-info>h4.inprogress:after{border-color:#b07f00}.order-row-info>h4.completed:after{border-color:#00b034}.order-row-info .info-items{display:flex}@media(max-width:767px){.order-row-info .info-items{flex-direction:column}}.order-row-info .info-items .info-item{width:250px;color:#323741}.order-row-info .info-items .info-item>span{font-size:18px;font-weight:500}.order-row-info .info-items .info-item.email{width:350px}.order-row-info .info-items .info-item.name{width:200px}.order-row-info .info-items .info-date{color:#707783;font-weight:500;font-size:14px}.order-row-info .order-row-status{font-size:16px;width:180px;font-weight:500;color:#323741;text-align:right}@media(max-width:1075px){.order-row-info .order-row-status{text-align:left}}.order-row-info .order-row-status.completed{color:#00b034}.order-row-info .order-row-status.inprogress{color:#b07f00}.order-row-info .order-row-status>.button{height:40px;font-size:14px;border:1px solid #263a64;background:#fff;color:#323741;padding:0 15px;font-weight:600}.order-row-separator{border:0;border-top:1px solid #ebebeb;margin:30px 0}.order-row-attention{position:absolute;top:-8px;right:-5px}.order-row-actions{display:flex;justify-content:space-between;width:100%;align-items:center}.order-row-actions .primary-actions{display:flex;align-items:center;justify-content:flex-start}.order-row-actions .secondary-actions{display:flex;align-items:center;justify-content:flex-end}.order-row-actions .secondary-actions>a,.order-row-actions .secondary-actions>button{margin-left:40px}.order-row-actions .secondary-actions>.text-button{width:100px;text-align:right;padding:0;border-bottom:1px solid transparent}.order-row-actions .secondary-actions>.text-button:focus{outline:none}.order-row-actions .secondary-actions>.text-button>img{display:inline-block;width:16px;margin-bottom:-4px}@media(max-width:767px){.order-row-actions{flex-direction:column;justify-content:flex-start;align-items:flex-start}.order-row-actions .primary-actions,.order-row-actions .primary-actions>button{width:100%}.order-row-actions .secondary-actions{justify-content:space-between;width:100%;flex-wrap:wrap}.order-row-actions .secondary-actions>a,.order-row-actions .secondary-actions>button{margin-top:20px;margin-left:10px}.order-row-actions .secondary-actions>a:first-child,.order-row-actions .secondary-actions>button:first-child{margin-left:0}}.subject-list{margin:20px -40px -24px -78px;border-radius:8px;background:#fafafa}@media(max-width:520px){.subject-list{margin:20px -30px -20px}}.subject-list .subject-item{border-bottom:1px solid #d8d8d8;height:82px;display:flex;justify-content:space-between;align-items:center;padding:0 46px 0 84px}@media(max-width:767px){.subject-list .subject-item{padding:10px 20px}}.subject-list .subject-item.inactive{opacity:1}.subject-list .subject-item:last-child{border:none}.subject-list .subject-item>button{height:40px;font-size:14px}@media(max-width:767px){.subject-list .subject-item>button{height:auto;font-size:13px;padding:8px 12px}}.subject-list .subject-item .description{display:flex;align-items:center;justify-content:flex-start}.subject-list .subject-item .description>i{display:block;border:4px solid #323741;width:14px;height:14px;background:none;border-radius:14px;margin-right:26px}.subject-list .subject-item .description>i.completed,.subject-list .subject-item .description>i.ready{border:4px solid #33c05d}.subject-list .subject-item .description>i.inprogress{border:4px solid #b07f00}.subject-list .subject-item .description>span{display:block}.subject-list .subject-item .description>span .fullDescription{font-size:12px;padding:0;margin:0;color:#777}.subject-list .reissue-link{color:#323741;font-size:16px;cursor:pointer;text-decoration:underline;margin:0 60px 0 20px}.subject-list .report-block{display:flex;align-items:center}.subject-list .tag{background:#fcf5f5}.subject-list .tagdescription{margin-left:40px;color:#c94444;line-height:18px;font-size:14px;margin-top:2px}.archived .order-row-info{opacity:.6}.order-row-sm{margin-bottom:20px;border:1px solid #f0f0f0;border-radius:8px;box-shadow:3px 6px 11px 5px rgba(0,0,0,.06);position:relative}.order-row-sm .order-row-attention{position:absolute;top:-14px;right:-10px}.order-row-sm-header{height:55px;border-bottom:1px solid #ebebeb;display:flex;justify-content:space-between;align-items:center}.order-row-sm-header .order-row-sm-dot{width:14px;height:14px;margin-left:20px;border:4px solid #323741;border-radius:14px}.order-row-sm-header .order-row-sm-dot.inprogress{border-color:#b07f00}.order-row-sm-header .order-row-sm-dot.completed{border-color:#00b034}.order-row-sm-header .order-row-sm-status{margin-right:13px;font-size:16px;font-weight:700;color:#323741}.order-row-sm-header .order-row-sm-status.inprogress{color:#b07f00}.order-row-sm-header .order-row-sm-status.completed{color:#00b034}.order-row-sm-header .order-row-sm-status>.button{border:1px solid #263a64;background:#fff;font-size:14px;font-weight:500;line-height:16px;color:#323741;padding:10px 16px}.order-row-sm-info{margin:0 20px;padding:30px 0;border-bottom:1px solid #ebebeb}.order-row-sm-info>h3{margin:0 0 25px;font-size:18px;font-weight:500}.order-row-sm-info>.info-contact{margin:0 0 25px;font-size:16px;line-height:19px}.order-row-sm-info>.info-contact span{font-weight:500}.order-row-sm-info>.info-ref{font-size:14px;line-height:16px;color:#707783}.order-row-sm-actions{height:80px;margin:0 20px;border-bottom:1px solid #ebebeb;display:flex;justify-content:space-between;align-items:center}.order-row-sm-actions button.left-action-btn{width:40px;height:40px;border:0;border-radius:20px;background:#f7f7f7}.order-row-sm-actions .right-actions{position:relative;display:flex}.order-row-sm-actions .right-actions button.right-action-btn:first-child{margin-left:0}.order-row-sm-actions .right-actions button.right-action-btn{width:40px;height:40px;margin-left:12px;border:1px solid #263a64;border-radius:20px;background:#fff;display:flex;justify-content:center;align-items:center}.order-row-sm-details>.show-more{height:70px;display:flex;justify-content:center;align-items:center}.order-row-sm-details>.show-more>button{border:0;background:none;padding:10px 20px}.order-row-sm-details>.show-more>button:focus{outline:none}.order-row-sm-details>.show-more>button>img{display:inline-block;width:16px;margin-bottom:-4px}.order-row-sm-details>.details-list{background:#fafafa;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;flex-direction:column}.order-row-sm-details>.details-list>button.list-item{cursor:pointer}.order-row-sm-details>.details-list>.list-item{border:0;background:none;padding:20px;display:flex;align-items:flex-start;border-bottom:1px solid #d8d8d8}.order-row-sm-details>.details-list>.list-item:last-child{border:0}.order-row-sm-details>.details-list>.list-item .order-row-sm-dot{flex-shrink:0;width:14px;height:14px;margin:3px 15px 0 0;border:4px solid #323741;border-radius:14px}.order-row-sm-details>.details-list>.list-item .order-row-sm-dot.inprogress{border-color:#b07f00}.order-row-sm-details>.details-list>.list-item .order-row-sm-dot.completed{border-color:#00b034}.order-row-sm-details>.details-list>.list-item .description{text-align:start;flex-grow:1;font-size:16px;line-height:19px;color:#323741}.order-row-sm-details>.details-list>.list-item .description .fullDescription{font-size:13px;padding:0;margin:0;color:#777}.order-row-sm-details>.details-list>.list-item .open-report{border:0;background:none;flex-shrink:0;padding:5px 10px;display:block;cursor:pointer}.order-row-sm-details>.details-list>.list-item .open-report img{transform:rotate(180deg)}.order-row-sm-details>.details-list>.list-item .reissue-link{color:#323741;font-size:14px;cursor:pointer;text-decoration:underline;margin:0 20px}.order-row-sm-details>.details-list>.list-item .report-block{display:flex}.order-row-sm-details>.details-list .tag{background:#fcf5f5}.order-row-sm-details>.details-list .tagdescription{text-align:left;color:#c94444;line-height:14px;font-size:14px;margin-top:5px}.share-report-add-btn{width:100%}.modal-separator{margin:30px -25px;border:0;border-top:1px solid #ebebeb}.titled-modal-separator{color:#323741;margin:30px -25px;position:relative;width:auto;text-align:center;font-size:16px;font-weight:400}.titled-modal-separator span{background:#fff;z-index:0;padding:0 10px}.titled-modal-separator:after{content:"";display:block;position:absolute;left:0;right:0;border-top:1px solid #ebebeb;top:50%;z-index:-1}.password-field{position:relative}.password-field>button{position:absolute;top:5px;right:2px;width:37px;height:37px;border:0;outline:0;background:none}.shared-list{max-height:280px;margin:-20px 0}.shared-row{padding:20px 0;border-bottom:1px solid #ebebeb;display:flex}.shared-row:last-child{border-bottom:0}.shared-row>div{flex-grow:1}.shared-row>div h5{font-size:18px;line-height:21px;color:#242f46}.shared-row>div p{margin:0;font-size:14px;line-height:16px;color:#707783}.shared-row .tooltip-target{flex-grow:0;display:flex;justify-content:center;align-items:center}.shared-row .tooltip-target>button{padding:15px 10px;border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.shared-row .tooltip-target .tooltip-action-list{margin-top:-10px}.shared-row.pending{opacity:.8}span.email-color{color:#3e588e}p.modal-explanation{color:#707783;font-size:14px;line-height:20px;margin:16px 0}.no-shared-reports{text-align:center;padding:80px 0}.multiselect .multiselect-item{color:#242f46;background:#f6f6f6;width:100%;padding:15px 18px;margin-bottom:2px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.multiselect .multiselect-item.selected{background:rgba(68,201,171,.18)}.multiselect .multiselect-item img{-webkit-user-select:none;-ms-user-select:none;user-select:none}.form label .multiselect{margin-top:9px}.action-result-modal{display:flex;flex-direction:column;align-items:center}.action-result-modal p{margin:26px 0 36px;font-size:18px;line-height:26px}.empty-list{width:500px;align-items:center;margin-right:auto;margin-left:auto;text-align:center;margin-top:128px}@media(max-width:767px){.empty-list{width:100%}}.empty-list .title{color:#393f4a;font-size:20px;letter-spacing:0;text-align:center;font-weight:500}.empty-list .description{height:38px;width:490px;color:#707783;font-family:Roboto;font-size:16px;letter-spacing:0;line-height:20px;text-align:center;margin-bottom:50px}@media(max-width:767px){.empty-list .description{width:100%}}.empty-list>img{margin-bottom:20px}.empty-list>a{text-transform:unset}.empty-list>a.setup{background-color:#263a64;color:#fff}.info-tile{background-color:#fff;box-shadow:1px 16px 20px 1px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:flex-start;padding:22px 35px;position:relative;height:162px;opacity:.5;cursor:pointer}.info-tile.active,.info-tile:hover{opacity:1}.info-tile .counter{color:#44c9ab;font-family:"Oswald",sans-serif;font-size:68px;font-weight:500;line-height:47px;width:74px;flex:0 0 74px;margin-right:12px}.info-tile .caption{color:#323741;font-size:16px;font-weight:600;line-height:21px;padding-right:20px;width:100%}.info-tile .icon{top:18px;width:32px;height:32px}.info-tile .help-clicker,.info-tile .icon{display:block;position:absolute;right:25px}.info-tile .help-clicker{top:91px;border:none;color:#242f46;background:none;height:30px;width:30px;font-weight:700;font-size:11px;cursor:pointer;padding:0;margin:0}.info-tile .help-clicker>img{display:block;width:100%;height:100%}.info-tile .help-clicker .tooltip-body{font-weight:400;padding:1em;font-size:14px}.special-dropdown{position:relative}.special-dropdown .special-dropdown-action{background:none;border:1px solid #eee;padding:14px 32px 14px 23px;cursor:pointer;outline:none!important;position:relative;border-radius:4px}.special-dropdown .special-dropdown-action.noborder{border:none}.special-dropdown .special-dropdown-action:after{content:"▼";position:absolute;right:15px;font-size:10px;top:calc(50% - 5px)}@media(max-width:420px){.special-dropdown .special-dropdown-action{padding:14px 22px 14px 13px}.special-dropdown .special-dropdown-action:after{right:5px}}.special-dropdown .special-dropdown-content{position:absolute;z-index:9988;box-shadow:2px 0 10px 2px rgba(0,0,0,.25);top:calc(100% + 5px);display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-width:100%;outline:none}.special-dropdown .special-dropdown-content .special-dropdown-option{text-align:left;background:#fff;margin:0;display:block;border:none;border-bottom:1px solid #eee;color:#707783;padding:15px 20px;cursor:pointer;white-space:nowrap}.special-dropdown .special-dropdown-content .special-dropdown-option:last-child{border-bottom:none}.special-dropdown .special-dropdown-content .special-dropdown-option.active,.special-dropdown .special-dropdown-content .special-dropdown-option:hover{color:#323741}.special-dropdown .special-dropdown-content .special-dropdown-option.active{font-weight:700}.special-dropdown.active{border:none;background:#f7f8fb}.special-dropdown.active .special-dropdown-action:after{content:"▲"}.orders-page-container{background-color:#fff}.orders-page-container .container-fluid{max-width:1280px}.search-bar{margin-top:36px;align-items:center}.search-bar .search-field-container{display:flex}.search-bar .search-field-container>img{background:#f7f8fb;display:block;cursor:pointer;padding:0 10px}.search-bar .search-field-container>input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f7f8fb;color:#323741;font-size:16px;line-height:19px;border:none;width:100%;padding:15px 15px 15px 20px;outline:none}.search-bar .search-field-container>input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search-bar .filter-selector{display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap}@media(max-width:767px){.search-bar .filter-selector{margin:10px 0 0;justify-content:space-between}}.active-filter{margin-top:36px;text-align:center;font-size:18px;line-height:21px;padding:14px}button.filter-option{color:#707783;font-size:16px;line-height:19px;background:none;display:flex;margin-left:26px;cursor:pointer;border:none;border-bottom:3px solid transparent;padding:6px 2px}button.filter-option:hover{color:#475c89;border-color:#475c89}button.filter-option.active,button.filter-option:active{color:#242f46;border-color:#242f46}button.filter-option:focus{outline:none}.search-result-clearer .button{text-transform:none;font-size:14px;line-height:16px;font-weight:400;padding:5px}.search-result-clearer .button>span{font-size:22px;line-height:16px;margin-left:10px;display:inline-block}.orders-pagination{margin-bottom:60px}.onboard-popup{align-items:center;margin-right:auto;margin-left:auto;text-align:center}@media(max-width:767px){.onboard-popup{width:100%}}.onboard-popup .title{color:#393f4a;font-size:20px;letter-spacing:0;text-align:center;font-weight:600;margin-bottom:40px}.onboard-popup .description{color:#707783;font-family:Roboto;font-size:16px;letter-spacing:0;line-height:20px;text-align:center;width:350px;margin-right:auto;margin-left:auto;margin-top:30px}@media(max-width:767px){.onboard-popup .description{width:100%}}.onboard-popup>img{margin-bottom:20px;margin-top:50px}.onboard-popup .link{margin-top:60px;margin-bottom:60px}.onboard-popup .link>a{text-transform:unset}.onboard-popup .link>a.setup{background-color:#263a64;color:#fff;padding:13px 68px}.pagination{display:flex;list-style:none;justify-content:center}.pagination>li{cursor:pointer;color:#969ba5;width:30px;height:30px;text-align:center;vertical-align:middle;line-height:25px}.pagination>li.active{color:#263a64;border:1px solid}.pagination>li.next,.pagination>li.previous{color:#1e3e5f}.pagination>li>a{text-decoration:none;outline:0}.marketplaceHome_banner__1Ac-g{padding:40px 20px 25px;background:#fff;display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:78px}.marketplaceHome_banner__1Ac-g h1{margin:0;font-family:"Bebas Neue";font-size:38px;font-weight:500;line-height:56px;color:#242f46;text-transform:uppercase;position:relative}.marketplaceHome_banner__1Ac-g h1:before{content:"";position:absolute;left:0;top:0;width:33px;height:3px;background:#caccd0}@media(min-width:768px){.marketplaceHome_banner__1Ac-g{padding:40px 25px 25px}.marketplaceHome_banner__1Ac-g h1{font-size:68px;line-height:102px}.marketplaceHome_banner__1Ac-g h1:before{width:55px;height:5px}}@media(min-width:992px){.marketplaceHome_banner__1Ac-g{padding:68px 0 50px;display:block;position:static;top:auto}.marketplaceHome_banner__1Ac-g h1{max-width:875px;margin:0 auto}}@media(min-width:1200px){.marketplaceHome_banner__1Ac-g h1{max-width:1175px}}.marketplaceHome_loadingContainer__3o0rd{margin:auto;text-align:center;padding-right:50px}.marketplaceHome_filterBtn__37fXu{width:100px;height:40px;border:1px solid #ebebeb;border-radius:4px;outline:none;background:#fff;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;color:#323741}.marketplaceHome_filterBtn__37fXu img{margin-right:8px}@media(min-width:992px){.marketplaceHome_filterBtn__37fXu{display:none}}.marketplaceHome_body__2hMWq{margin:35px 20px 50px}@media(min-width:768px){.marketplaceHome_body__2hMWq{margin:35px 25px 50px}}@media(min-width:992px){.marketplaceHome_body__2hMWq{max-width:875px;margin:60px auto 135px;display:flex;width:100%}}@media(min-width:1200px){.marketplaceHome_body__2hMWq{max-width:1175px}}.marketplaceHome_filter__jcA-q{display:none;flex:0 0 auto}@media(min-width:992px){.marketplaceHome_filter__jcA-q{display:block;position:-webkit-sticky;position:sticky;align-self:flex-start;top:138px;margin-right:50px}.marketplaceHome_filter__jcA-q hr{margin:25px 0;border:none;border-top:1px solid #ebebeb}}.marketplaceHome_taskContainer__2bTrK{display:block;flex:1 1 auto;margin:-10px}.marketplaceHome_taskContainer__2bTrK h2{text-transform:uppercase;font-family:"Bebas Neue";margin:0;font-weight:400;font-size:22px;line-height:26px;padding:0 0 0 10px}@media(min-width:768px){.marketplaceHome_taskContainer__2bTrK h2{padding:0 0 0 12.5px}}@media(min-width:992px){.marketplaceHome_taskContainer__2bTrK h2{padding:0 0 0 10px}}.marketplaceHome_taskContainer__2bTrK>h2{margin-top:32px}@media(min-width:768px){.marketplaceHome_taskContainer__2bTrK{margin:-12.5px}}@media(min-width:992px){.marketplaceHome_taskContainer__2bTrK{margin:-10px}}.marketplaceHome_tasks__1HB7m{margin:0;display:flex;flex-wrap:wrap;flex:1 1 auto}.marketplaceHome_tasks__1HB7m .marketplaceHome_tile__nvSU9{margin:10px;flex-basis:100%}@media(min-width:768px){.marketplaceHome_tasks__1HB7m .marketplaceHome_tile__nvSU9{margin:12.5px;flex-basis:calc(50% - 25px)}}@media(min-width:992px){.marketplaceHome_tasks__1HB7m .marketplaceHome_tile__nvSU9{margin:10px;flex-basis:300px}}.marketplaceHome_featuredTasks__2p5Wu{position:relative;background:#e4e7ef;padding:24px 6px 14px;margin:0 -6px 14px;border-radius:4px}.marketplaceHome_featuredTasks__2p5Wu:after{content:"";position:absolute;background-image:url(/static/media/fave-corner-top-right.40835725.svg);width:56px;height:50px;right:0;top:0}.taskTile_tile__1LeIw{border:1px solid #ebebeb;flex-grow:0;flex-shrink:0;width:100%;height:350px;background:#fff;border-radius:4px;overflow:hidden;transition:box-shadow .2s ease-out;text-decoration:none}.taskTile_tile__1LeIw.taskTile_fixed__vYLoA{width:300px}.taskTile_tile__1LeIw.taskTile_short__2yLnr{height:320px}.taskTile_tile__1LeIw.taskTile_border__Syxrt{border:1px solid #000}.taskTile_tile__1LeIw:hover{box-shadow:0 2px 20px 0 rgba(0,0,0,.15)}.taskTile_tile__1LeIw .taskTile_imgContainer__3cqM8{width:100%;height:120px;overflow-y:hidden}.taskTile_tile__1LeIw .taskTile_imgContainer__3cqM8>img{width:100%}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA{padding:25px 20px;height:230px;display:flex;flex-direction:column}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA .taskTile_loadingContainer__1W6du{margin-top:-30px}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA>h3{font-weight:700;color:#242f46;margin:0 0 25px;padding:0}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA .taskTile_tileContentContainer__1sIrW{flex:1 1 auto}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA .taskTile_tileContent__3aLW3{margin:0;color:#707783;font-size:14px;line-height:18px;text-overflow:ellipsis;overflow-y:hidden;height:36px}.taskTile_tile__1LeIw .taskTile_tileBody__2zgiA .taskTile_price__Fnnxe{font-size:14px;margin:12px 0 27px;color:#393f4a;line-height:16px}.taskTile_tile__1LeIw.taskTile_selected__2tv9H{border-color:#aaa}.taskTile_tile__1LeIw .taskTile_actions__2aRA6{display:flex;align-items:center;justify-content:space-between}.taskTile_tile__1LeIw .taskTile_actions__2aRA6>a{color:#393f4a;font-size:14px;line-height:16px}.taskTile_tile__1LeIw .taskTile_addRemove__38mNL>button,.taskTile_tile__1LeIw .taskTile_addRemove__38mNL a{outline:none;width:125px;height:38px;display:flex;align-items:center;justify-content:center;font-family:inherit;font-weight:500;text-align:center;padding:0;margin:0;cursor:pointer;font-size:16px;line-height:19px;text-decoration:none}.taskTile_tile__1LeIw .taskTile_addRemove__38mNL>button>img,.taskTile_tile__1LeIw .taskTile_addRemove__38mNL a>img{margin-right:8px}.taskTile_tile__1LeIw .taskTile_addRemove__38mNL>button.taskTile_enquiry__2fUVT,.taskTile_tile__1LeIw .taskTile_addRemove__38mNL a.taskTile_enquiry__2fUVT{background:none;border:1px solid #323741;color:#323741;text-decoration:none}.taskTile_tile__1LeIw .taskTile_addRemove__38mNL .taskTile_removeTaskContainer__3Tz9V>button{display:block;color:#393f4a;font-weight:700;font-size:16px;line-height:19px;text-decoration:underline;background:none;border:none;outline:none;padding:0;margin:0;cursor:pointer}.taskTile_tile__1LeIw .taskTile_addRemove__38mNL .taskTile_removeTaskContainer__3Tz9V .taskTile_addedDate__3WV19{font-size:13px;line-height:15px;color:#707783}.filter_filter__1TsXb h5{text-transform:uppercase;padding:0 15px 25px;font-size:12px;line-height:14px;color:#707783;font-weight:700}.filter_filter__1TsXb ul{list-style-type:none;padding:0;margin:0}.filter_filter__1TsXb ul li{padding:10px 15px;margin:0 0 5px;cursor:pointer;border-radius:19px;color:#242f56;position:relative;width:185px}.filter_filter__1TsXb ul li.filter_active__1Vw_G{background:#e4e7ef}.filter_filter__1TsXb ul li.filter_active__1Vw_G:after{position:absolute;right:8px;top:9px;display:block;background-image:url(/static/media/check-sm.dff8f386.svg);height:20px;width:20px;content:""}.fullscreenFilter_container__2AJaw{position:absolute;top:0;left:0;right:0;min-height:100%;background:#fff;z-index:9999;display:flex;flex-direction:column}@media(min-width:768px){.fullscreenFilter_container__2AJaw{justify-content:center;align-items:center}}.fullscreenFilter_content__30LGm{flex:1 0;display:flex;flex-direction:column}.fullscreenFilter_content__30LGm .fullscreenFilter_footer__2Bs3N,.fullscreenFilter_content__30LGm .fullscreenFilter_header__AOU8Y{flex-shrink:0}.fullscreenFilter_content__30LGm .fullscreenFilter_body__66HjZ{flex-grow:1}@media(min-width:768px){.fullscreenFilter_content__30LGm{flex:initial;width:490px;height:712px;border:1px solid #ebebeb;border-radius:4px}}.fullscreenFilter_header__AOU8Y{position:-webkit-sticky;position:sticky;top:0;height:85px;padding:0 20px;background:#fff;display:flex;justify-content:space-between;align-items:center}.fullscreenFilter_header__AOU8Y h3{font-size:24px;font-weight:700;color:#323741}.fullscreenFilter_header__AOU8Y button{padding:5px;line-height:0;border:0;outline:0;background:none}.fullscreenFilter_header__AOU8Y button img{width:15px;height:15px}.fullscreenFilter_label__3BsDX{position:-webkit-sticky;position:sticky;top:85px;padding:12px 20px;background:#f7f8fb;font-size:12px;font-weight:700;line-height:14px;color:#707783;text-transform:uppercase}ul.fullscreenFilter_list__3nZp2{margin:0;padding:0}ul.fullscreenFilter_list__3nZp2 li{list-style-type:none}ul.fullscreenFilter_list__3nZp2 li button{width:100%;height:56px;padding:0 20px;font-family:inherit;font-size:16px;line-height:19px;background:#fff;border:none;border-bottom:1px solid #ebebeb;outline:none;display:flex;justify-content:space-between;align-items:center}ul.fullscreenFilter_list__3nZp2 li.fullscreenFilter_selected__Gf0mJ button{font-weight:500}.fullscreenFilter_footer__2Bs3N{margin:40px 20px}.fullscreenFilter_footer__2Bs3N button{display:block;width:100%;max-width:335px;height:48px;margin:0 auto;padding:0;border:0;border-radius:24px;outline:0;background:#263a64;color:#fff;font-family:inherit;font-size:16px;font-weight:500}.toast_toast__PqGw6{z-index:999;position:fixed;top:78px;width:100%;padding:12px 20px;background:#0ece77;color:#fff;display:flex;align-items:center}.toast_toast__PqGw6.toast_hide__3QtT8{display:none}.toast_toast__PqGw6 .toast_content__2z1_e{flex:auto;margin:0 15px}.toast_toast__PqGw6>button{padding:5px;background:none;border:none;outline:none;font-size:26px;color:#fff}.toast_toast__PqGw6 .toast_progress__1WZbC{position:absolute;left:0;bottom:0;width:0;height:4px;background:rgba(0,0,0,.1);animation:toast_dismiss__2wR2G 8s linear}@keyframes toast_dismiss__2wR2G{0%{width:100%}to{width:0}}.marketplaceTaskDetails_page__3WNxj{background:#fff}.marketplaceTaskDetails_page__3WNxj h1{margin:0 0 20px;font-size:24px;line-height:28px;color:#323741}.marketplaceTaskDetails_page__3WNxj p{margin:0;line-height:22px;color:#707783}.marketplaceTaskDetails_page__3WNxj h2{margin:0;font-size:16px;line-height:19px;color:#393f4a}.marketplaceTaskDetails_page__3WNxj hr{margin:30px 0;border:0;border-top:1px solid #ebebeb}@media(min-width:768px){.marketplaceTaskDetails_page__3WNxj hr{margin:40px 0}}@media(min-width:992px){.marketplaceTaskDetails_page__3WNxj h1{margin-bottom:35px;font-size:36px;line-height:42px}.marketplaceTaskDetails_page__3WNxj hr{margin:50px 0}}.marketplaceTaskDetails_nav__2ukVF{margin:30px 20px 15px}.marketplaceTaskDetails_nav__2ukVF button{padding:10px 0;background:none;border:0;outline:0;font-size:16px;line-height:19px;cursor:pointer}@media(min-width:768px){.marketplaceTaskDetails_nav__2ukVF{margin:45px 25px 25px}}@media(min-width:992px){.marketplaceTaskDetails_nav__2ukVF{width:960px;margin:45px auto}}.marketplaceTaskDetails_content__1BFgr{margin:0 20px}.marketplaceTaskDetails_content__1BFgr .marketplaceTaskDetails_aside__3W89C{display:none}@media(min-width:768px){.marketplaceTaskDetails_content__1BFgr{margin:0 25px;display:flex}.marketplaceTaskDetails_content__1BFgr .marketplaceTaskDetails_details__1wkqa{flex:auto}.marketplaceTaskDetails_content__1BFgr .marketplaceTaskDetails_aside__3W89C{flex:0 0 300px;display:block;margin-left:45px}}@media(min-width:992px){.marketplaceTaskDetails_content__1BFgr{width:960px;margin:0 auto}.marketplaceTaskDetails_content__1BFgr .marketplaceTaskDetails_aside__3W89C{flex-basis:390px}}.marketplaceTaskDetails_sampleBtn__1oquU{width:100%;height:45px;margin-top:30px;border:1px solid #393f4a;border-radius:22.5px;color:#393f4a;font-size:16px;font-weight:500;text-decoration:none;display:flex;justify-content:center;align-items:center}.marketplaceTaskDetails_sampleBtn__1oquU img{width:20px;margin-right:10px}@media(min-width:768px){.marketplaceTaskDetails_sampleBtn__1oquU{display:none}}ul.marketplaceTaskDetails_features__3FVbZ{margin:20px 0 0;padding:0;color:#393f4a}ul.marketplaceTaskDetails_features__3FVbZ li{list-style:none;height:68px;margin-bottom:5px;background:rgba(0,205,170,.1);display:flex;align-items:center}ul.marketplaceTaskDetails_features__3FVbZ li:last-child{margin-bottom:0}ul.marketplaceTaskDetails_features__3FVbZ li img{margin:0 18px}ul.marketplaceTaskDetails_features__3FVbZ li .marketplaceTaskDetails_feature__dMzPX{display:flex;flex-direction:column}ul.marketplaceTaskDetails_features__3FVbZ li .marketplaceTaskDetails_feature__dMzPX .marketplaceTaskDetails_featureGroup__2DWUU{margin-bottom:4px;font-size:12px;line-height:14px}ul.marketplaceTaskDetails_features__3FVbZ li .marketplaceTaskDetails_feature__dMzPX .marketplaceTaskDetails_featureText__2nZpg{font-size:14px;font-weight:700;line-height:20px}@media(min-width:992px){ul.marketplaceTaskDetails_features__3FVbZ{margin:35px -5px -5px;display:flex;flex-wrap:wrap}ul.marketplaceTaskDetails_features__3FVbZ li{width:168px;height:160px;margin:5px;padding:23px 16px 0;flex-direction:column;align-items:flex-start}ul.marketplaceTaskDetails_features__3FVbZ li:last-child{margin-bottom:5px}ul.marketplaceTaskDetails_features__3FVbZ li img{margin:0 0 30px}}ul.marketplaceTaskDetails_includes__12Z_p{margin:20px 0 40px;padding:0;font-size:16px;line-height:19px;color:#707783;list-style:inside}ul.marketplaceTaskDetails_includes__12Z_p li{margin-bottom:10px}@media(min-width:768px){ul.marketplaceTaskDetails_includes__12Z_p li{margin-bottom:15px}}@media(min-width:992px){ul.marketplaceTaskDetails_includes__12Z_p{margin-bottom:80px;-webkit-column-count:2;column-count:2}}.marketplaceTaskDetails_suggestions__2jSR1{padding:40px 0 60px;background:#f7f8fb}.marketplaceTaskDetails_suggestions__2jSR1>h2{margin:0 0 25px 20px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ{display:flex;overflow-x:scroll;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div{scroll-snap-align:center;padding:0 10px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:first-child{padding-left:20px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:last-child{padding-right:20px}@media(min-width:768px){.marketplaceTaskDetails_suggestions__2jSR1{padding:65px 0 75px}.marketplaceTaskDetails_suggestions__2jSR1>h2{margin:0 0 30px 25px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ{-ms-scroll-snap-type:none;scroll-snap-type:none}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div{scroll-snap-align:none;padding:0 15px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:first-child{padding-left:25px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:last-child{padding-right:25px}}@media(min-width:992px){.marketplaceTaskDetails_suggestions__2jSR1{padding:80px 0 100px}.marketplaceTaskDetails_suggestions__2jSR1>h2{max-width:960px;margin:0 auto 30px}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ{max-width:960px;margin:0 auto;overflow-x:visible;justify-content:space-between}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div{padding:0}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:first-child{padding-left:0}.marketplaceTaskDetails_suggestions__2jSR1 .marketplaceTaskDetails_tasks__II9IQ>div:last-child{padding-right:0}}.marketplaceTaskDetails_stickyFooter__Mjpq6{position:-webkit-sticky;position:sticky;bottom:0;border-top:1px solid #000}@media(min-width:768px){.marketplaceTaskDetails_stickyFooter__Mjpq6{display:none}}.marketplaceTaskDetails_removeTile__1wqaU{height:90px;padding:20px;background:#fff;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.marketplaceTaskDetails_removeTile__1wqaU button{padding:0;background:none;border:none;outline:none;font-size:16px;font-weight:700;line-height:19px;color:#393f4a;text-decoration:underline;cursor:pointer}.marketplaceTaskDetails_removeTile__1wqaU span{font-size:13px;line-height:15px;color:#707783}@media(min-width:768px){.marketplaceTaskDetails_removeTile__1wqaU{height:145px;padding:0;flex-direction:column;justify-content:center;align-items:flex-end}}.marketplaceTaskDetails_sampleBlock__1Yo-L{height:480px;margin:30px 0 40px;border:1px solid #ebebeb;overflow:hidden;position:relative}@media(min-width:992px){.marketplaceTaskDetails_sampleBlock__1Yo-L{height:545px;margin:60px 0 80px}}.marketplaceTaskDetails_sampleReport__2I_aL{position:absolute;width:1280px;height:2050px;border:0;transform:scale(.2343);transform-origin:0 0}@media(min-width:992px){.marketplaceTaskDetails_sampleReport__2I_aL{transform:scale(.3046);height:1790px}}.marketplaceTaskDetails_sampleReportButton__12eYm{position:absolute;bottom:0;left:0;right:0;display:block;width:200px;height:40px;margin:0 auto 25px;border:1px solid #393f4a;border-radius:20px;box-shadow:0 2px 15px rgba(0,0,0,.2);background:#fff;color:#393f4a;font-size:14px;font-weight:500;text-decoration:none;display:flex;justify-content:center;align-items:center}.marketplaceTaskDetails_sampleReportButton__12eYm img{width:20px;margin-right:10px}.priceTile_tile__1tuSZ{height:145px;width:100%;max-width:395px;padding:25px 20px;border-radius:4px;background:#fff;box-shadow:0 8px 15px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:space-between}.priceTile_tile__1tuSZ.priceTile_borderless__1wcC8{border-radius:0;box-shadow:none}.priceTile_price__qEaDt{display:flex;justify-content:space-between;align-items:center;line-height:19px;color:#253a64}.priceTile_price__qEaDt span{font-size:24px;font-weight:700;line-height:28px}button.priceTile_add__zEngy{width:100%;height:48px;padding:0;border:0;border-radius:24px;outline:0;background:#263a64;color:#fff;font-size:16px;font-weight:500;cursor:pointer}.onboarding_page__3WQxz{flex:auto;display:flex;flex-direction:column}.onboarding_main__Vis-T{flex:auto;width:100%;margin:0 auto}@media(min-width:992px){.onboarding_main__Vis-T{width:960px}}.onboarding_footer__16xSG{position:-webkit-sticky;position:sticky;left:0;right:0;bottom:0;height:80px;background:#fff;border-top:1px solid #000}@media(min-width:768px){.onboarding_footer__16xSG{border:none;box-shadow:0 -2px 10px -2px rgba(0,0,0,.1)}}.onboarding_footerContent__2z_An{height:100%;padding:0 20px}@media(min-width:768px){.onboarding_footerContent__2z_An{max-width:960px;margin:0 auto;padding:0 25px;display:flex;justify-content:space-between;align-items:center}}.onboarding_action__1U8bA{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}@media(min-width:768px){.onboarding_action__1U8bA{width:auto}}.onboarding_nextBtn__U_Mgb{width:140px;height:48px;background:#44c9ab;border:none;border-radius:24px;outline:none;color:#242f46;font-size:16px;font-weight:500}.onboarding_nextBtn__U_Mgb:only-child{width:100%}@media(min-width:768px){.onboarding_nextBtn__U_Mgb{width:180px;height:40px;border-radius:20px}.onboarding_nextBtn__U_Mgb:only-child{width:180px}}.onboarding_prevBtn__35naP{height:48px;padding:0;background:#fff;border:none;outline:none;color:#323741;font-size:16px;font-weight:500;display:flex;align-items:center}.onboarding_prevBtn__35naP:before{display:block;content:"";background-image:url(/static/media/chevron-left.706cfc88.svg);height:16px;width:16px;background-size:16px 16px}@media(min-width:768px){.onboarding_prevBtn__35naP{width:180px;height:40px;margin-right:20px;border:1px solid #263a64;border-radius:20px;display:block}.onboarding_prevBtn__35naP:before{content:none}}.onboarding_skipBtn__kUfF-{display:none}@media(min-width:768px){.onboarding_skipBtn__kUfF-{display:block;color:#393f4a;text-decoration:none;font-size:16px;line-height:40px}}.onboarding_skipBtnMobile__36JXU{display:block;width:100%;padding:25px 20px;background:#fff;font-size:16px;line-height:19px;color:#323741}@media(min-width:768px){.onboarding_skipBtnMobile__36JXU{display:none}}.onboardingTasksStep_headingBlock__1ToHK{padding:0 20px 35px;background:#fff}@media(min-width:768px){.onboardingTasksStep_headingBlock__1ToHK{padding:0 25px;background:transparent}}@media(min-width:992px){.onboardingTasksStep_headingBlock__1ToHK{padding:0}}.onboardingTasksStep_heading__1Dnl5{margin:0;font-size:24px;line-height:28px;color:#393f4a}@media(min-width:768px){.onboardingTasksStep_heading__1Dnl5{margin:65px 0 0;font-size:36px;line-height:42px}}.onboardingTasksStep_text__3_g7X{margin:10px 0 0;line-height:19px;color:#707783}.onboardingTasksStep_body__3BXWw{margin:35px 20px 50px}@media(min-width:768px){.onboardingTasksStep_body__3BXWw{margin:35px 25px 50px}}@media(min-width:992px){.onboardingTasksStep_body__3BXWw{margin:35px 0 50px}}@media(min-width:768px){.onboardingTasksStep_container__77TQ7{margin:-12.5px;display:flex;flex-wrap:wrap}}@media(min-width:992px){.onboardingTasksStep_container__77TQ7{margin:-15px}}.onboardingTasksStep_tile__Ycm9p{margin-bottom:20px;cursor:pointer;position:relative}.onboardingTasksStep_tile__Ycm9p .onboardingTasksStep_icon__2amLF{display:block;position:absolute;top:16px;left:16px;border-radius:16px;box-shadow:0 0 10px 5px rgba(0,0,0,.1)}@media(min-width:768px){.onboardingTasksStep_tile__Ycm9p{margin:12.5px;flex-basis:calc(50% - 25px)}}@media(min-width:992px){.onboardingTasksStep_tile__Ycm9p{margin:15px;flex-basis:300px}}.onboardingIndustrySelectionStep_headingblock__2fSLA{padding:0 20px 35px;background:#fff}@media(min-width:768px){.onboardingIndustrySelectionStep_headingblock__2fSLA{padding:0 25px;background:transparent}}@media(min-width:992px){.onboardingIndustrySelectionStep_headingblock__2fSLA{padding:0}}.onboardingIndustrySelectionStep_heading__3A800{margin:0;font-size:24px;line-height:28px;color:#393f4a}@media(min-width:768px){.onboardingIndustrySelectionStep_heading__3A800{font-size:36px;line-height:42px;margin:65px 0 0}}.onboardingIndustrySelectionStep_text__2PU3_{margin:10px 0 0;line-height:19px;color:#707783}.onboardingIndustrySelectionStep_body__19fcp{margin:35px 20px 50px}@media(min-width:768px){.onboardingIndustrySelectionStep_body__19fcp{margin:35px 25px 50px;display:flex}}@media(min-width:992px){.onboardingIndustrySelectionStep_body__19fcp{margin:60px 0}}.onboardingIndustrySelectionStep_tags__3X3Ax{margin:-10px;display:flex;flex-wrap:wrap}.onboardingIndustrySelectionStep_tags__3X3Ax .onboardingIndustrySelectionStep_tile__3DauO{margin:10px;flex-basis:100%;box-sizing:border-box;border:1px solid #ebebeb;border-radius:4px;background-color:#fff;font-size:16px;font-weight:700;height:56px;display:flex;align-items:center;padding:0 20px;justify-content:space-between;cursor:pointer}.onboardingIndustrySelectionStep_tags__3X3Ax .onboardingIndustrySelectionStep_active__2I1Nk{border:1px solid #393f4a}@media(min-width:768px){.onboardingIndustrySelectionStep_tags__3X3Ax{margin:-10px}.onboardingIndustrySelectionStep_tags__3X3Ax .onboardingIndustrySelectionStep_tile__3DauO{margin:10px;flex-basis:300px;height:85px;width:300px}}.onboardingIndustrySelectionStep_other__7paQX{margin:0 20px 50px}.onboardingIndustrySelectionStep_other__7paQX input{height:50px;width:100%;padding:0 15px;border:1px solid #969ba5;border-radius:4px;font-size:16px}@media(min-width:768px){.onboardingIndustrySelectionStep_other__7paQX{margin:0 25px 50px}.onboardingIndustrySelectionStep_other__7paQX input{height:40px;width:300px}}@media(min-width:992px){.onboardingIndustrySelectionStep_other__7paQX{margin:0 0 50px}}.onboardingIndustrySelectionStep_othertitle__2gptF{color:#393f4a;font-size:16px;font-weight:700;margin-bottom:24px}.landing-body{display:flex;height:100vh;width:100vw;background:#fff}.landing-body .banner-image{height:100%;width:35%;background:url(/static/media/login-banner.23d5b959.jpg);background-size:cover;background-repeat:no-repeat;background-position:50%;display:flex;align-items:center;justify-content:center}.landing-body .banner-image img{height:125px}@media(max-width:990px){.landing-body .banner-image img{height:100px}}@media(max-width:820px){.landing-body .banner-image img{height:80px}}.landing-body .main-content{height:100%;overflow-y:auto;width:65%;display:flex;justify-content:center;align-items:center;position:relative}.landing-body .main-content h1{color:#393f4a;font-size:24px;font-weight:700;line-height:28px;text-align:center;margin:0 0 10px}.landing-body .main-content h2{color:#393f4a;font-size:24px;line-height:28px;margin:0 0 8px}.landing-body .main-content p{color:#707783;line-height:24px;margin:0 0 28px}.landing-body .main-content .container{width:calc(100% - 2rem)}.landing-body .content-header{position:absolute;left:0;top:0;width:100%;padding:45px;display:flex;justify-content:space-between;align-items:center}.landing-body .content-header .back-link{display:flex;align-items:center;color:#707783;text-decoration:none}.landing-body .content-header .back-link>div{display:flex;justify-content:center;align-items:center;width:32px;height:32px;margin-right:12px;border:1px solid #707783;border-radius:50%}.landing-body .content-header p{margin:0}.landing-body .content-container{width:90%;max-width:600px;margin:0 auto}@media(max-width:700px){.landing-body{display:block;height:auto}.landing-body .banner-image{width:100%;height:110px;margin-bottom:0}.landing-body .banner-image img{height:60px}.landing-body .main-content{height:auto;width:100%}.landing-body .main-content .content{height:auto}.landing-body .content-header{padding:20px;display:block}.landing-body .content-header>a.back-link{justify-content:center;margin-bottom:10px;font-size:13px;text-align:center}.landing-body .content-header>a.back-link>div{width:22px;height:22px}.landing-body .content-header>p{font-size:13px;text-align:center}.landing-body .content-container{margin-top:50px}}.login-options{margin-top:28px;display:flex;justify-content:space-between;align-items:center}.login-options>a{display:block;color:#004dd1}@media(max-width:374px){.login-options>a{text-align:right}}.slim-centre h2{margin-bottom:30px}.slim-centre-header{margin-bottom:40px}.slim-centre-header a{text-decoration:none;color:#242f46;font-size:16px;line-height:19px;position:relative;display:block;padding-left:26px}.slim-centre-header a:after{content:"";background-image:url(/static/media/back-arrow-sm.bd6d0b24.svg);position:absolute;left:0;background-position:50%;background-repeat:no-repeat;width:18px;height:18px}.user-list{border-top:1px solid #ebebeb}.user-list-item{border-bottom:1px solid #ebebeb;display:flex;justify-content:space-between;align-items:center;height:95px}@media(max-width:450px){.user-list-item{flex-direction:column;justify-content:space-around}}.user-list-item .user-info .user-name{color:#242f46;font-size:16px;line-height:19px;margin-bottom:10px}.user-list-item .user-info .user-email{color:#707783;font-size:14px;line-height:16px}.user-list-item .user-actions{display:block;text-transform:none;padding-right:0}.user-list-item .user-actions .tooltip-container .tooltip-body .tooltip-action-list .danger{color:#c94444}.checkbox{background:none;border:none;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin:0;padding:0 0 10px}.checkbox.full{width:100%}.checkbox .icon{width:26px;height:26px;background:none;border-radius:4px;margin-right:16px;color:#fff;font-size:18px;cursor:pointer;flex:0 1;flex-basis:26px;border:none;display:block}.checkbox:focus{outline:none}.checkbox.light .icon{background:#fff;border:1px solid #242f46;color:#242f46}.checkbox-block{display:flex}.checkbox-block label{display:block;font-size:18px;color:#242f46;cursor:pointer;flex:1 1;margin-left:16px;position:relative}.checkbox-block label span{opacity:.7;display:inline-block;margin-left:10px}.settings_divider__3KC85{margin:40px 0}.taskCheckbox_container__3CrSW{width:100%;height:80px;padding:15px;border:1px solid #969ba5;border-radius:5px;position:relative;display:flex;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.taskCheckbox_container__3CrSW.taskCheckbox_checked__1M0kZ{border-color:#242f46}.taskCheckbox_container__3CrSW.taskCheckbox_disabled__1pX8v{opacity:.7;cursor:not-allowed}.taskCheckbox_container__3CrSW .taskCheckbox_checkbox__2lJbz{margin-right:15px;line-height:0}.taskCheckbox_container__3CrSW img.taskCheckbox_newMobile__3vdBV{position:absolute;top:0;right:0}@media(min-width:768px){.taskCheckbox_container__3CrSW{height:55px;padding:0 15px}.taskCheckbox_container__3CrSW img.taskCheckbox_newMobile__3vdBV{display:none}}.taskCheckbox_content__1UpJJ .taskCheckbox_text__1JWdr{line-height:25px;color:#393f4a}.taskCheckbox_content__1UpJJ .taskCheckbox_info__1xsc3{display:flex}.taskCheckbox_content__1UpJJ .taskCheckbox_info__1xsc3 .taskCheckbox_tooltip__1ab_L{width:25px;height:25px;margin-left:10px;border-radius:50%;background:#242f46;font-weight:500;color:#fff;display:flex;justify-content:center;align-items:center;position:relative}.taskCheckbox_content__1UpJJ .taskCheckbox_info__1xsc3 .taskCheckbox_new__3ECcH{display:none}@media(min-width:768px){.taskCheckbox_content__1UpJJ{width:100%;display:flex;justify-content:space-between}.taskCheckbox_content__1UpJJ .taskCheckbox_info__1xsc3 .taskCheckbox_new__3ECcH{display:flex;justify-content:center;align-items:center;width:50px;height:25px;margin-left:20px;background:#0ece77;border-radius:2px;font-size:13px;font-weight:700;color:#fff}}.taskCheckbox_tooltipBody__3oC-i{padding:10px 20px;font-size:14px;font-weight:400}.order-confirmation>header{background-image:url(/static/media/check-lg.ea6c8277.svg);background-repeat:no-repeat;background-position:0 0;background-size:68px 68px;padding-left:100px;height:68px;margin:40px 0 70px}.order-confirmation>header h1{color:#242f46;padding:0;margin:0;font-size:32px}.order-confirmation>header h5{margin:0;padding:0}.order-confirmation .order-confirmation-body{border:1px solid #caccd0;border-radius:5px;padding:35px 24px 30px 40px}.order-confirmation .order-confirmation-body h4{margin:0 0 20px;font-size:16px;color:#242f46}.order-confirmation>footer{margin-top:18px}.order-confirmation>footer>p{margin-bottom:44px;text-align:center;color:#707783}.order-confirmation>footer .confirmation-actions{width:100%;display:flex;justify-content:space-between}.order-confirmation>footer .confirmation-actions .button{display:block}.summary-table{border-top:1px solid #ebebeb}.summary-table .summary-group{padding:20px 0;border-bottom:1px solid #ebebeb}.summary-table .summary-item{display:flex;padding:5px 0;justify-content:space-between;align-items:center}.summary-table .summary-item .label{padding-right:20px;color:#323741;font-size:14px;line-height:16px;font-weight:700}.summary-table .summary-item .value{text-align:right}.summary-table .summary-item.final{font-weight:700;margin-top:20px;border-top:1px solid #ebebeb}.summary-table .summary-item.final .label{color:#242f46}.summary-table .summary-item.final .value{font-size:22px;color:#242f46}.summary-table.no-borders,.summary-table.no-borders .summary-group{border:none}.orderPaymentMethod_page__3GnB9{flex:auto;background:#fff;display:flex;flex-direction:column}.orderPaymentMethod_content__3VTKb{flex:auto;margin:0 auto;padding:35px 20px 15px;display:flex;flex-direction:column}@media(min-width:768px){.orderPaymentMethod_content__3VTKb{padding:100px 0 55px;width:575px}}.orderPaymentMethod_content__3VTKb p{margin:0}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_optionsContainer__2clYG{flex:1 0;margin:35px 0}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_optionsContainer__2clYG .orderPaymentMethod_option__zdvIT{margin-bottom:10px}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_optionsContainer__2clYG .orderPaymentMethod_option__zdvIT:last-child{margin-bottom:0}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button{width:100%;height:48px}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button.orderPaymentMethod_next__2pfzF{margin-bottom:15px}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button.orderPaymentMethod_back__2PZML{display:flex;justify-content:center;align-items:center}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button.orderPaymentMethod_back__2PZML img{width:18px;height:18px;margin-right:8px}@media(min-width:768px){.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc{display:flex;justify-content:space-between;flex-direction:row-reverse}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button.orderPaymentMethod_next__2pfzF{width:140px;margin:0}.orderPaymentMethod_content__3VTKb .orderPaymentMethod_nav__1b8Sc button.orderPaymentMethod_back__2PZML{width:80px;padding-left:0;padding-right:0;justify-content:left}}.paymentSelect_container__3cGuI{border-radius:3px;background:#f6f6f6;padding:20px 23px 26px}.paymentSelect_container__3cGuI label .paymentSelect_labelSection__3ubQa{margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.paymentSelect_container__3cGuI label select{width:100%;height:45px;border:1px solid #969ba5;border-radius:4px;padding-left:16px;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:no-repeat url(/static/media/chevron-down.80d0b11a.svg) #fff center right 14px/16px}@media(min-width:768px){.paymentSelect_container__3cGuI{padding:12px 12px 12px 26px}.paymentSelect_container__3cGuI label{display:flex;justify-content:space-between}.paymentSelect_container__3cGuI label .paymentSelect_labelSection__3ubQa{margin-bottom:0;flex-direction:column;justify-content:space-around;align-items:flex-start}.paymentSelect_container__3cGuI label select{width:240px}}.orderPaymentSingle_page__3V4ad{flex:auto;background:#fff;display:flex;flex-direction:column}.orderPaymentSingle_content__2141h{flex:auto;margin:0 auto;padding:35px 20px 15px;display:flex;flex-direction:column}@media(min-width:768px){.orderPaymentSingle_content__2141h{padding:100px 0 55px;width:575px}}.orderPaymentSingle_content__2141h h2{margin-bottom:15px}.orderPaymentSingle_content__2141h p{margin:20px 0}.orderPaymentSingle_content__2141h hr{width:100%;margin:40px 0 20px;border:none;border-top:1px solid #ebebeb}.orderPaymentSingle_content__2141h p.orderPaymentSingle_small__1qqMF{font-size:14px;text-align:left}.orderPaymentSingle_content__2141h p.orderPaymentSingle_small__1qqMF a{color:#3f6196}.orderPaymentSingle_content__2141h .orderPaymentSingle_termsSection__2XdcQ{margin:15px 0 25px}.orderPaymentSingle_content__2141h .orderPaymentSingle_error__3btYM{color:#c94444}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button{width:100%;height:48px}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button.orderPaymentSingle_next__3o-DA{margin-bottom:15px}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button.orderPaymentSingle_back__TqOkE{display:flex;justify-content:center;align-items:center}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button.orderPaymentSingle_back__TqOkE img{width:18px;height:18px;margin-right:8px}@media(min-width:768px){.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd{display:flex;justify-content:space-between;flex-direction:row-reverse}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button.orderPaymentSingle_next__3o-DA{width:190px;margin:0;display:flex;justify-content:center;align-items:center;transition:all .25s ease-in}.orderPaymentSingle_content__2141h .orderPaymentSingle_nav__1JEhd button.orderPaymentSingle_back__TqOkE{width:80px;padding-left:0;padding-right:0;justify-content:left}}.spinner_spinner__2UV-E{width:70px;height:70px;display:flex;justify-content:center;align-items:center}.spinner_spinner__2UV-E svg{width:3.75em;height:3.75em;animation:spinner_rotate__I9_Hq 2s linear infinite}.spinner_spinner__2UV-E svg circle{fill:none;stroke:#1cde99;stroke-width:3.5;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:spinner_dash__1rxud 1.5s ease-in-out infinite}.spinner_spinner__2UV-E.spinner_small__oqv1l{width:35px;height:35px}@keyframes spinner_rotate__I9_Hq{to{transform:rotate(1turn)}}@keyframes spinner_dash__1rxud{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}.paymentBlock_container__2lqXq{padding:20px;background:#f6f6f6;border-radius:5px}.paymentBlock_container__2lqXq hr{margin:15px 0;border:none;border-bottom:1px solid #ebebeb}.paymentBlock_container__2lqXq .paymentBlock_itemRow__A_kEm{display:flex;justify-content:space-between;margin-bottom:15px}.paymentBlock_container__2lqXq .paymentBlock_itemRow__A_kEm:last-child{margin-bottom:0}.paymentBlock_container__2lqXq .paymentBlock_itemRow__A_kEm span:first-child{font-weight:500}.paymentBlock_container__2lqXq .paymentBlock_priceRow__3Xftv{display:flex;justify-content:space-between;margin-bottom:15px}.paymentBlock_container__2lqXq .paymentBlock_priceRow__3Xftv:last-child{margin-bottom:0}.paymentBlock_container__2lqXq .paymentBlock_priceRow__3Xftv span:first-child{color:#7b828e}.paymentBlock_container__2lqXq .paymentBlock_priceRow__3Xftv span.paymentBlock_total__1qzbR{font-size:18px;font-weight:700}.ccPaymentBlock_header__37dkh{margin:35px 0 25px;display:flex;justify-content:space-between;align-items:center}.ccPaymentBlock_header__37dkh h4{margin:0;font-size:18px;font-weight:500;line-height:26px}.ccPaymentBlock_header__37dkh .ccPaymentBlock_icons__16lFN img{margin-left:8px}.ccPaymentBlock_header__37dkh .ccPaymentBlock_icons__16lFN img.ccPaymentBlock_inactive__3orFZ{opacity:.4}.ccPaymentBlock_form__18X5M{padding:0}.ccPaymentBlock_form__18X5M .ccPaymentBlock_triple__3Gkmy{display:flex;justify-content:space-between}.ccPaymentBlock_form__18X5M .ccPaymentBlock_triple__3Gkmy label{width:calc(33.33% - 10px)}.final-container-row{padding:90px 36px 30px}.order-task.page .show-when-loading{display:none}.order-task.page .hide-when-loading,.order-task.page.submitting .show-when-loading{display:block}.order-task.page.submitting .hide-when-loading{display:none}.payment-summary{margin-top:1px solid #ebebeb;padding-top:20px}.payment-summary .sub-heading{font-size:16px;line-height:19px;color:#707783;margin-bottom:12px}.payment-summary .line-value{font-size:16px;line-height:19px;color:#323741}.payment-summary .line-item-row{display:flex;justify-content:space-between;align-items:center}.payment-summary .line-item-row .sub-heading{margin:0}.payment-summary .line-item-note{text-align:center;color:#8a8a8a}.payment-summary .total-label{color:#263a64;font-size:16px;line-height:19px;font-weight:500}.payment-summary .total-value{color:#263a64;font-size:22px;line-height:25px;font-weight:500}.payment-summary>hr{border-color:#ebebeb;border-style:solid;margin:20px 0}label.radio{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative;display:flex;padding:14px 4px 14px 30px}label.radio>span{display:block;padding-left:10px}label.radio .checker{position:absolute;background:#fff;width:24px;height:24px;border:1px solid #3e588e;border-radius:50%;left:0}label.radio .checker:after{content:"";position:absolute;border-radius:50%;background:#3e588e;width:12px;height:12px;left:5px;top:5px;display:none}label.radio input{opacity:0;height:0;width:0;cursor:pointer;position:absolute}label.radio input:checked~.checker:after{display:block}.orderSuccess_page__3YCem{flex:auto;background:#fff;display:flex;flex-direction:column}.orderSuccess_content__2YH0W{flex:auto;margin:0 auto;padding:35px 20px 15px;display:flex;flex-direction:column}@media(min-width:768px){.orderSuccess_content__2YH0W{padding:100px 0 55px;width:575px}}.orderSuccess_content__2YH0W p{margin:0}.orderSuccess_content__2YH0W .orderSuccess_header__2rjm7{display:flex}.orderSuccess_content__2YH0W .orderSuccess_header__2rjm7>div{margin-left:30px}.orderSuccess_content__2YH0W .orderSuccess_header__2rjm7>div h2{font-size:24px;line-height:28px;margin:0}.orderSuccess_content__2YH0W .orderSuccess_header__2rjm7>div p{margin-top:10px;color:#707783}@media(min-width:768px){.orderSuccess_content__2YH0W .orderSuccess_header__2rjm7 h2{font-size:32px;line-height:38px}}.orderSuccess_content__2YH0W hr{margin:30px 0;width:100%;border:none;border-bottom:1px solid #ebebeb}@media(min-width:768px){.orderSuccess_content__2YH0W hr{margin:50px 0}}.orderSuccess_content__2YH0W .orderSuccess_ref__1LDZs{margin-bottom:30px}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn{background:#f6f6f6;border-radius:5px;padding:27px 36px;margin-bottom:15px}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn h3{font-size:16px;margin-bottom:20px}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn .orderSuccess_section__385R3{display:flex;flex-direction:column}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn .orderSuccess_section__385R3 p{margin-bottom:8px}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn .orderSuccess_section__385R3 small{display:block;margin-top:15px;color:#7b828e}.orderSuccess_content__2YH0W .orderSuccess_block__2_CHn hr{margin:20px 0}.orderSuccess_content__2YH0W .orderSuccess_moreInfo__3XW3y{margin:30px 0 40px;text-align:center;color:#7b828e}.orderSuccess_content__2YH0W .orderSuccess_moreInfo__3XW3y a{color:#3f6196}.orderSuccess_content__2YH0W .orderSuccess_invoice__1PwOr{margin:30px 0 20px;text-align:center;color:#7b828e}.orderSuccess_content__2YH0W .orderSuccess_invoice__1PwOr a{color:#3f6196}.orderSuccess_content__2YH0W .orderSuccess_nav__3ThSL button{width:100%;height:48px}.orderSuccess_content__2YH0W .orderSuccess_nav__3ThSL button.orderSuccess_next__dPR7Y{margin-bottom:15px}.orderSuccess_content__2YH0W .orderSuccess_nav__3ThSL button.orderSuccess_back__-ypJP{display:flex;justify-content:center;align-items:center}@media(min-width:768px){.orderSuccess_content__2YH0W .orderSuccess_nav__3ThSL{display:flex;justify-content:space-between;flex-direction:row-reverse}.orderSuccess_content__2YH0W .orderSuccess_nav__3ThSL button{width:calc(50% - 8px)}}.taskDescription_container__3Ad07{padding:25px;border-radius:4px;background:#f6f6f6}.taskDescription_container__3Ad07 h3{margin:0 0 20px;font-size:16px;font-weight:500;line-height:22px;color:#323741}.taskDescription_fields__28auX{margin-bottom:-17px}.taskDescription_fields__28auX input.taskDescription_error__2Hbf3{border-color:red}@media(min-width:768px){.taskDescription_fields__28auX{display:flex;flex-wrap:wrap;justify-content:space-between}.taskDescription_fields__28auX label{width:calc(50% - 6px)}.taskDescription_fields__28auX label:only-child{width:100%}}.taskDescription_errorLabel__BWe-X{display:flex;justify-content:space-between}.taskDescription_errorLabel__BWe-X .taskDescription_error__2Hbf3{color:red}.orderSingle_page__3Nivy{flex:auto;background:#fff;display:flex;flex-direction:column}.orderSingle_content__1kxEb{flex:auto;margin:0 auto;padding:35px 20px 15px;display:flex;flex-direction:column}.orderSingle_content__1kxEb h2{margin:0 0 10px;font-size:24px;color:#393f4a}.orderSingle_content__1kxEb p{margin:0 0 35px;line-height:22px;color:#4d5460}.orderSingle_content__1kxEb hr{width:100%;height:1px;margin:30px 0;border:none;background:#ebebeb}@media(min-width:768px){.orderSingle_content__1kxEb{padding:100px 0 80px;width:575px}}.orderSingle_section__1OOqi label{line-height:24px}.orderSingle_section__1OOqi label .orderSingle_errorLabel__2UlW4{display:flex;justify-content:space-between}.orderSingle_section__1OOqi label .orderSingle_errorLabel__2UlW4 .orderSingle_error__1if6V{color:red}.orderSingle_section__1OOqi input,.orderSingle_section__1OOqi textarea{display:block;width:100%;border:1px solid #969ba5;border-radius:4px;font-size:16px}.orderSingle_section__1OOqi input:focus,.orderSingle_section__1OOqi textarea:focus{outline:none;border-color:#242f46}.orderSingle_section__1OOqi input.orderSingle_error__1if6V,.orderSingle_section__1OOqi textarea.orderSingle_error__1if6V{border-color:red}.orderSingle_section__1OOqi input{height:50px;margin:10px 0 17px;padding:0 15px}.orderSingle_section__1OOqi input.orderSingle_last__VO60t{margin-bottom:0}.orderSingle_section__1OOqi textarea{margin:10px 0 0;padding:10px 15px;line-height:22px;resize:vertical}@media(min-width:768px){.orderSingle_split__3QOio{display:flex;justify-content:space-between}.orderSingle_split__3QOio label{width:calc(50% - 6px)}}.orderSingle_taskDescriptions__WhP-g{margin:-5px 0}.orderSingle_taskDescriptions__WhP-g>div{padding:5px 0}.orderSingle_reasonHeading__3Jan-{display:flex;justify-content:space-between;align-items:flex-end}.orderSingle_reasonHeading__3Jan- .orderSingle_error__1if6V{margin-bottom:10px;color:red}p.orderSingle_reason__2-jf_{margin:0}.orderSingle_checkboxSection__1O2WN label{display:flex;align-items:center}.orderSingle_checkboxSection__1O2WN label input{flex:none;width:26px;height:26px;margin-right:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;transition:background .2s ease;background:url(/static/media/checkbox-unchecked.41cdb28f.svg)}.orderSingle_checkboxSection__1O2WN label input:checked{background:url(/static/media/checkbox-checked.3b717625.svg)}p.orderSingle_errorMessage__2CPHZ{margin:30px 0 0;color:red}.orderSingle_nav__Qk4Zz{margin-top:35px}.orderSingle_nav__Qk4Zz button{width:100%;height:48px;padding:0;border:none;border-radius:24px;outline:none;font-size:16px;font-weight:500;cursor:pointer}.orderSingle_nav__Qk4Zz button.orderSingle_next__h_UEO{margin-bottom:15px;background:#263a64;color:#fff}.orderSingle_nav__Qk4Zz button.orderSingle_back__JeFql{background:none;color:#263a64;display:flex;justify-content:center;align-items:center}.orderSingle_nav__Qk4Zz button.orderSingle_back__JeFql img{width:14px;height:14px;margin-right:6px}@media(min-width:768px){.orderSingle_nav__Qk4Zz{display:flex;flex-direction:row-reverse;justify-content:space-between}.orderSingle_nav__Qk4Zz button{flex:none}.orderSingle_nav__Qk4Zz button.orderSingle_next__h_UEO{width:140px;margin:0}.orderSingle_nav__Qk4Zz button.orderSingle_back__JeFql{width:80px;justify-content:left}}.report_page__361jT{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.apiDocs_container__3ijtg{display:flex;overflow-y:scroll;height:calc(100vh - 78px)}.apiDocs_explanation__1asXO{flex-basis:50%;padding:1em}.apiDocs_example__1w7I1{flex-basis:50%;background:#fff;padding:1em 0;min-height:100%}.apiDocs_example__1w7I1 label{margin:0 2em}.apiDocs_example__1w7I1 label select{margin:0 1em;padding:.5em 1em;font-size:15px}.apiDocs_example__1w7I1 pre{border:none!important;margin:0!important}.orderInvoice_page__1XRAv{flex:auto;background:#fff;display:flex;flex-direction:column}.orderInvoice_topbar__w8qpB{height:80px;background-color:#070f18;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.orderInvoice_topbar__w8qpB .orderInvoice_title__3kt7s{color:#fff;font-size:18px;display:none}@media(min-width:768px){.orderInvoice_topbar__w8qpB .orderInvoice_title__3kt7s{display:block;margin-left:40px}}.orderInvoice_topbar__w8qpB div{display:flex;align-items:center}.orderInvoice_topbar__w8qpB .orderInvoice_printpdf__2QADE{border:1px solid #44c9ab;background:#44c9ab;color:#242f46;padding:11px 15px;text-transform:none;border-radius:24px;text-decoration:none;cursor:pointer;font-size:16px;line-height:19px;font-weight:500;min-width:140px}@media print{.orderInvoice_topbar__w8qpB{display:none}}.orderInvoice_content__HOPan{flex:auto;margin:0 auto;padding:35px 20px 15px;display:flex;flex-direction:column}.orderInvoice_content__HOPan .orderInvoice_logo__1VLk6{padding:0 0 80px;text-align:center}@media(min-width:768px){.orderInvoice_content__HOPan{padding:100px 0 55px;width:575px}}.orderInvoice_content__HOPan p{margin:0}.orderInvoice_content__HOPan .orderInvoice_header__2Z808{display:flex;justify-content:center;margin-bottom:45px}.orderInvoice_content__HOPan .orderInvoice_header__2Z808>div h2{font-size:32px;line-height:28px;margin:0}.orderInvoice_content__HOPan .orderInvoice_header__2Z808>div p{margin-top:10px;color:#707783}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_header__2Z808{justify-content:left;margin-bottom:40px}.orderInvoice_content__HOPan .orderInvoice_header__2Z808 div h2{font-size:36px;line-height:38px}}.orderInvoice_content__HOPan hr{margin:30px 0;width:100%;border:none;border-bottom:1px solid #ebebeb}@media(min-width:768px){.orderInvoice_content__HOPan hr{margin:50px 0}}.orderInvoice_content__HOPan .orderInvoice_ref__2-pJj{text-align:left;margin-top:40px}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_ref__2-pJj{text-align:right;margin-top:0}}@media print{.orderInvoice_content__HOPan .orderInvoice_ref__2-pJj{text-align:right;margin-top:0}}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP{background:#f6f6f6;border-radius:5px;padding:27px 36px;margin-bottom:15px}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP h3{font-size:16px;margin-bottom:20px;background:rgba(123,130,142,.1);padding:10px}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf{display:block}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf p{font-size:18px;font-weight:700;color:#393f4a}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf small{display:block;margin-top:15px;color:#7b828e}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf .orderInvoice_left__2-uJA p{margin-bottom:15px}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf .orderInvoice_left__2-uJA{width:300px}}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf .orderInvoice_right__3Mx8b{font-size:16px;color:#06122d;width:200px;line-height:20px}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_block__1XdoP .orderInvoice_section__1m1tf{display:flex}}.orderInvoice_content__HOPan .orderInvoice_block__1XdoP hr{margin:20px 0}.orderInvoice_content__HOPan .orderInvoice_infoBlock__1NKDo{display:block}.orderInvoice_content__HOPan .orderInvoice_infoBlock__1NKDo p{padding:5px 0;color:#6e6e6e}.orderInvoice_content__HOPan .orderInvoice_infoBlock__1NKDo .orderInvoice_label__2oWse{font-size:20px;font-weight:500;color:#06122d}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_infoBlock__1NKDo{display:flex;justify-content:space-between}}@media print{.orderInvoice_content__HOPan .orderInvoice_infoBlock__1NKDo{display:flex;justify-content:space-between}}.orderInvoice_content__HOPan .orderInvoice_moreInfo__2G1o3{margin:30px 0 40px;text-align:center;color:#7b828e}.orderInvoice_content__HOPan .orderInvoice_moreInfo__2G1o3 a{color:#3f6196}.orderInvoice_content__HOPan .orderInvoice_nav__2LXME button{width:100%;height:48px}.orderInvoice_content__HOPan .orderInvoice_nav__2LXME button.orderInvoice_next__c4d2g{margin-bottom:15px}.orderInvoice_content__HOPan .orderInvoice_nav__2LXME button.orderInvoice_back__1Isol{display:flex;justify-content:center;align-items:center}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_nav__2LXME{display:flex;justify-content:space-between;flex-direction:row-reverse}.orderInvoice_content__HOPan .orderInvoice_nav__2LXME button{width:calc(50% - 8px)}}.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe{display:flex;padding:25px 30px;justify-content:space-between}.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe .orderInvoice_title__3kt7s{font-weight:700;font-size:24px;color:#06122d;margin-right:20px}@media(min-width:768px){.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe .orderInvoice_title__3kt7s{margin-right:100px}}@media print{.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe .orderInvoice_title__3kt7s{margin-right:100px}}.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe .orderInvoice_paymentStatus__ITYFR{margin:auto 0;background:rgba(51,192,93,.1);border-radius:2px;padding:8px;font-size:14px;color:#33c05d}.orderInvoice_content__HOPan .orderInvoice_headline__23Aoe .orderInvoice_taskCount__2_7Hi{margin:auto 0;background:rgba(50,55,65,.1);border-radius:2px;padding:8px;font-size:14px;color:#323741}.orderInvoice_content__HOPan .orderInvoice_border__N3XzJ{background:#44c9ab;height:3px}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf{padding-top:40px;text-align:center}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_org__1p59W{margin-bottom:100px}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_name__3bYgb{font-weight:700;font-size:16px;color:#06122d;margin-bottom:5px}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_abn__YDS6p{font-size:16px;color:#6e6e6e;margin-bottom:12px}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_address__1ly2q{font-size:16px;margin:5px 0;color:#06122d}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_statement__3_USg{font-size:12px;color:#969ba5;margin-bottom:5px}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_slogan__3iBPi{font-size:14px;color:#3e588e;font-style:italic;font-family:Arial}.orderInvoice_content__HOPan .orderInvoice_footer__tysSf .orderInvoice_footerLogo__38akb{padding:0 0 20px;text-align:center}@media print{.orderInvoice_content__HOPan .orderInvoice_footer__tysSf,.orderInvoice_content__HOPan .orderInvoice_orderSummary__PYvDq,.orderInvoice_content__HOPan .orderInvoice_paymentSummary__1sk0G{-webkit-column-break-before:always;break-before:always;-webkit-column-break-after:always;break-after:always;-webkit-column-break-inside:avoid;break-inside:avoid;page-break-before:always;page-break-after:always;page-break-inside:avoid}}.paymentSummary_container__5rfke{padding:35px 30px 45px;background:#f6f6f6;border-radius:5px;margin-bottom:30px}.paymentSummary_container__5rfke hr{margin:15px 0;border:none;border-bottom:1px solid #ebebeb}.paymentSummary_container__5rfke .paymentSummary_itemRow__1TNqP{display:flex;justify-content:space-between;margin-bottom:15px}.paymentSummary_container__5rfke .paymentSummary_itemRow__1TNqP:last-child{margin-bottom:0}.paymentSummary_container__5rfke .paymentSummary_itemRow__1TNqP span:first-child{font-weight:500}.paymentSummary_container__5rfke .paymentSummary_itemRow__1TNqP .paymentSummary_price__2PvVw{color:#7b828e}.paymentSummary_container__5rfke .paymentSummary_priceRow__12BW5{display:flex;justify-content:space-between;margin-bottom:15px;color:#7b828e}.paymentSummary_container__5rfke .paymentSummary_priceRow__12BW5:last-child{margin-bottom:0}.paymentSummary_container__5rfke .paymentSummary_priceRow__12BW5 span:first-child{color:#7b828e}.paymentSummary_container__5rfke .paymentSummary_priceRow__12BW5 span.paymentSummary_total__5T8Su{font-size:20px;font-weight:700;color:#393f4a}
/*# sourceMappingURL=main.994ce9f9.chunk.css.map */