.App .loading{align-items:center;display:flex;height:100%;justify-content:center}.App .errorTable{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(0,0,0,.8);border-radius:1rem;color:#fff;left:2rem;padding:2rem;position:fixed;right:2rem;top:2rem;z-index:999}.App .app__environment{background-color:#ce3f25;border-radius:2.5rem;bottom:1rem;color:#fff;font-family:Oswald,sans-serif;font-size:1.4rem;padding:1rem 2rem;position:fixed;right:1rem;text-transform:uppercase}.App .wrapper{display:grid;grid-template-areas:"nav main" "nav main";grid-template-columns:32rem auto;grid-template-columns:var(--width-nav) auto;grid-template-rows:6rem auto;grid-template-rows:var(--height-nav) auto;min-height:100vh;width:100%}.App .wrapper .Navigation{grid-area:nav;position:fixed}.App .wrapper .Navigation .header__locale{display:flex;padding:1rem;width:100%}.App .wrapper .Navigation .header__locale .Button{flex-grow:1}.App .wrapper main{align-items:center;display:flex;flex-direction:column;grid-area:main;height:100%;position:relative;width:100%}.App.nav--collapsed .wrapper{grid-template-columns:6rem auto;grid-template-columns:var(--width-nav-collapsed) auto}.App h1{font-size:3.2rem;margin:0 0 1.6rem}.App h1,.App h2{font-family:Oswald,sans-serif;font-weight:400}.App h2{font-size:2.4rem;margin:0;padding:0 0 1rem;width:100%}.App h3{font-family:Open Sans,sans-serif;font-size:1.4rem;margin:1.2rem 0 .6rem;padding:0}.App .button{align-items:center;background-color:#fff;border:2px solid #373735;color:#373735;cursor:pointer;display:flex;font-family:Oswald,sans-serif;font-size:1.6rem;font-weight:400;justify-content:center;padding:1rem 2rem;text-align:center;text-transform:uppercase;transition:all .2s cubic-bezier(.4,0,.2,1)}.App .button:hover{background-color:#373735;box-shadow:0 0 1.5rem 0 rgba(0,0,0,.2);color:#fff}.App .button.button--green{border-color:#00b16a;border-left-width:1rem}.App .button.button--green:hover{background-color:#00b16a}.App .button.button--green.disabled,.App .button.button--green:disabled{cursor:inherit;opacity:.6}.App .button.button--green.disabled:hover,.App .button.button--green:disabled:hover{background-color:#fff;box-shadow:none;color:inherit}.App .button.button--orange{border-color:#f8ac25;border-left-width:1rem}.App .button.button--orange:hover{background-color:#f8ac25}.App .button.button--red{border-color:#ce3f25;border-left-width:1rem}.App .button.button--red:hover{background-color:#ce3f25}.App .button.button--alt{background-color:#c1ad76;border:none}.App .button.button--alt:hover{background-color:#b9a264;box-shadow:0 0 1.5rem 0 rgba(0,0,0,.2);color:#373735}.App .button.disabled,.App .button:disabled{cursor:inherit;opacity:.6}.App .button.disabled:hover,.App .button:disabled:hover{box-shadow:none;color:inherit}::selection{background-color:#373735;color:#fff}.charles-toast .charles-toast__body{color:#373735;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:300;max-width:270px;padding:0 1rem}.charles-toast .charles-toast__progress{background:#c1ad76}.charles-toast .Toastify__close-button{color:#373735}.charles-toast.Toastify__toast--success{background-color:#fff}.charles-toast.Toastify__toast--success .charles-toast__progress{background:#00b16a}.charles-toast.Toastify__toast--error{background-color:#fff;border-left:1rem solid #ce3f25}@media(max-width:650px){.App .wrapper{display:grid;grid-template-areas:"nav nav" "main main"}}.Technical{font-family:Oswald,sans-serif;margin-bottom:8rem;max-width:120rem;padding:0 2rem;width:100%}.Technical h2,.Technical h3{font-family:Oswald,sans-serif;font-weight:400;margin:0;padding:0;text-transform:uppercase}.Technical h2{color:#333;font-size:3.6rem;margin-top:8rem}.Technical h3{color:#858585;font-size:2.4rem;margin-top:-1rem}.Technical .ListFilter{margin:2rem 0 4rem}.Technical .message{align-items:center;display:flex;flex-direction:column;font-size:2.4rem;font-weight:300;justify-content:center}.Technical .message span[role=img]{font-size:4rem}.Technical .List .list__header{font-size:2rem}.Technical .List .list__header .header_group{position:relative}.Technical .List .list__header .header_group:before{content:attr(data-group);font-size:1.4rem;height:2rem;left:0;position:absolute;top:-2rem;width:15rem}.Technical .List .list__header .header_item{cursor:pointer;white-space:nowrap}.Technical .List .list__header .header_item+.header_item{margin-left:2rem}.Technical .List .list__header .header_item:hover svg{color:rgba(0,0,0,.6)}.Technical .List .list__header .header_item svg{margin-left:1rem}.Technical .List .list__body .list__item{color:#707070;font-weight:400;text-transform:uppercase}.Technical .List .list__body .siteCode{display:inline-block;width:7.5rem}.Technical .List .list__body .siteCode+.siteCode{margin-left:2rem}.Technical .List .list__body .img{border-radius:.5rem;height:5rem;margin:-1rem 0 -1rem -1rem;overflow:hidden;width:5rem}.Technical .List .list__body .img img{height:5rem;object-fit:cover;width:5rem}.Technical .List .list__body .name{color:#333}.Technical .List .list__body .status{display:flex;justify-content:center;margin:-.5rem -1rem -.5rem 0}.Technical .List .list__body .status .Button{height:4.8rem;width:19rem}.Technical .List .list__body .status .Button .content{align-items:center;display:flex;justify-content:flex-start}.Technical .List .list__body .status .Button .content .circle{background-color:#fff;border-radius:1rem;height:1rem;margin-right:1rem;width:1rem}.Technical .List .list__body .status .Button .content .circle.status--NEW{background-color:#ec5c5c}.Technical .List .list__body .status .Button .content .circle.status--UNAPPROVED{background-color:#f3af48}.Technical .List .list__body .status .Button .content .circle.status--APPROVED{background-color:#1c9462}.Technical .excelPanel h3{font-size:2rem;text-transform:none}.Technical .excelPanel .Button{margin-top:3rem}.Technical .excelPanel .FileUpload{margin-left:2rem;margin-top:3rem}.Technical .products__introduction{border:1px solid #000;border-radius:1rem;box-shadow:.5rem .5rem 2rem 2rem rgba(0,0,0,.05);font-size:1.7rem;font-weight:300;margin:5rem;padding:1rem 4rem}.Label{--color-r:51;--color-g:51;--color-b:51;--color:rgb(var(--color-r),var(--color-g),var(--color-b));background-color:var(--color);border:none;border-radius:1.2rem;color:#fff;cursor:pointer;font-family:Oswald,sans-serif;font-size:1.6rem;padding:1rem 2rem;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease}.Label.decoration__green,.Label.decoration__orange,.Label.decoration__red{--decoration-color:#fff;--decoration-size:1rem;padding-left:3.5rem}.Label.decoration__green.decoration__red,.Label.decoration__orange.decoration__red,.Label.decoration__red.decoration__red{--decoration-color:#ec5c5c}.Label.decoration__green.decoration__orange,.Label.decoration__orange.decoration__orange,.Label.decoration__red.decoration__orange{--decoration-color:#f3af48}.Label.decoration__green.decoration__green,.Label.decoration__orange.decoration__green,.Label.decoration__red.decoration__green{--decoration-color:#1c9462}.Label.decoration__green:after,.Label.decoration__orange:after,.Label.decoration__red:after{background-color:var(--decoration-color);border-radius:var(--decoration-size);content:"";height:var(--decoration-size);left:1.5rem;position:absolute;top:1.7rem;width:var(--decoration-size)}.Label.orange{--color-r:255;--color-g:159;--color-b:28;--color:rgb(var(--color-r),var(--color-g),var(--color-b))}.Label.red{--color-r:219;--color-g:86;--color-b:86;--color:rgb(var(--color-r),var(--color-g),var(--color-b))}.Label.border-only{background-color:#fff;border:2px solid;border-color:var(--color);box-shadow:none;color:var(--color)}.Label.text-only{background-color:transparent;box-shadow:none;color:var(--color)}.Label.text-only .content{position:relative}.Label.text-only .content:after{background-color:var(--color);bottom:1px;content:"";height:1px;left:-2%;position:absolute;transition:all .3s ease;width:104%}.Label.text-only.no-underline .content:after{content:none}.Label[disabled]{cursor:default;opacity:.5}.Label[disabled] .content:after{bottom:calc(50% - 1px);height:2px}.Search{-webkit-appearance:none;background-color:transparent;border:1px solid #ececec;border-radius:1.2rem;color:#373735;font-family:Oswald,sans-serif;font-size:2rem;outline:none;padding:1rem 2rem;width:100%}.Search::-webkit-input-placeholder{color:rgba(55,55,53,.5)}.Search::placeholder{color:rgba(55,55,53,.5)}.Search:focus{border-color:transparent;box-shadow:0 .5rem 1.5rem 0 rgba(0,0,0,.2)}.SCheckbox input{opacity:0}.SCheckbox input+label{color:rgba(55,55,53,.8)}.SCheckbox input:checked+label{color:#373735}.SCheckbox input[disabled=""]+label{color:rgba(55,55,53,.5);cursor:default}.SCheckbox input[disabled=""]:checked+label{color:rgba(55,55,53,.75)}.SCheckbox input:checked+label:before{background-color:#c1ad76;border-color:#c1ad76}.SCheckbox input+label:after,.SCheckbox input[disabled=""]+label:before{content:none}.SCheckbox input:checked+label:after{content:""}.SCheckbox input[disabled=""]:checked+label:after{border-color:#c1ad76}.SCheckbox label{cursor:pointer;margin:0;position:relative}.SCheckbox label:after,.SCheckbox label:before{position:absolute}.SCheckbox label:before{border:2px solid #d3d3d3;content:"";display:inline-block;height:1.4rem;left:-1.5rem;top:-.1rem;width:1.4rem}.SCheckbox label:after{border-bottom:.3rem solid #fff;border-left:.3rem solid #fff;border-right-color:#fff;border-top-color:#fff;content:"";display:inline-block;height:.4rem;left:-1.2rem;top:.3rem;-webkit-transform:rotate(-50deg);transform:rotate(-50deg);width:.9rem}.SCheckbox.radio label:before{border-radius:1rem}.SCheckbox.radio input:checked+label:before{background-color:inherit}.SCheckbox.radio label:after{background-color:#c1ad76;border:none;border-radius:1rem;height:.8rem;margin-left:.2rem;margin-top:.1rem;width:.8rem}.SCheckbox input:focus+label:before,.SCheckbox input:hover+label:before{background-color:#e9e2ce;border-color:#c1ad76}.SCheckbox input:checked:focus+label:before,.SCheckbox input:checked:hover+label:before{background-color:#e9e2ce}.SCheckbox input:checked:focus+label:after,.SCheckbox input:checked:hover+label:after{border-color:#c1ad76}.SCheckbox input:checked:hover+label:before,.SCheckbox input:hover+label:before{background-color:transparent}.Highlight .highlight{font-weight:400}.ProductNavigator{display:flex;justify-content:space-between;margin:2rem 0 0}.ProductNavigator .Button .content{align-items:center;display:flex;justify-content:center}.ProductNavigator .Button .content .arrow.arrow-left{margin-right:1rem}.ProductNavigator .Button .content .arrow.arrow-right{margin-left:1rem;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.ProductHeader{font-size:3.6rem;padding-top:1rem;text-transform:uppercase}.ProductHeader span+span{margin-left:2rem}.ProductHeader .id,.ProductHeader .name{font-weight:500}.ProductHeader .id{color:#858585}.ProductHeader .name{border-bottom:.3rem solid #c1ad76;color:#333}.StatusLabel{align-items:center;display:flex;max-width:48rem;white-space:nowrap}.StatusLabel .date,.StatusLabel .status{border-radius:.5rem;font-size:1.5rem;text-transform:uppercase}.StatusLabel .status{--label-color:#000;background-color:var(--label-color);color:#fff;padding:.4rem 1rem;text-align:center;z-index:2}.StatusLabel .status.status--100{--label-color:#209b48}.StatusLabel .status.status--10{--label-color:#f3af48}.StatusLabel .status.status--99{--label-color:#ec5c5c}.StatusLabel .status.status--0{--label-color:#3373b8}.StatusLabel .status.status--98{--label-color:#340718}.StatusLabel .date{background-color:#fff;border:1px solid #d3d3d3;color:#333;margin-left:-1rem;padding:.3rem 1rem .3rem 1.5rem;position:relative;text-align:center}.StatusLabel .user{color:#333;font-size:1.3rem;font-weight:300;margin-left:.8rem;text-transform:none}.StatusLabel .user .name{font-weight:400}.ListFilter>*+*{margin-top:1rem}.ListFilter .Search{padding:2rem}.ListFilter .checkbox-group{display:flex;flex-direction:row}.ListFilter .checkbox-group .filter{border:1px solid gray;border-radius:11px}.ListFilter .checkbox-group .filter+.filter{margin-left:1rem}.ListFilter .checkbox-group .filter.checked{background:#0d181c;color:#fff}.SafeImg.ImagePlaceholder{color:#d7d7d7}.SafeImg .Spinner{--color:#d7d7d7}.FileUpload{cursor:pointer;position:relative}.FileUpload.buttonStyle{display:inline-block}.FileUpload.buttonStyle input{z-index:-1}.FileUpload input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:999}.FileUpload .dropArea{align-items:center;border:2px dashed #c8cbce;color:#8d8484;cursor:pointer;display:flex;flex-direction:column;font-size:1.8rem;height:138px;justify-content:center;margin:.5rem;padding:3.4rem;text-align:center;text-transform:uppercase}.FileUpload .dropArea.loading{padding:2rem}.FileUpload .dropArea.dragover{border-color:#4d4d4d;cursor:copy}.FileUpload .dropArea .or{font-size:1.4rem;margin:1rem}.FileUpload .dropArea .Button{background:none;border-color:#8d8484;color:#8d8484;display:block}.TechnicalDetail{font-family:Oswald,sans-serif;margin:0 auto;max-width:120rem;padding:0 2rem;position:relative;width:100%}.TechnicalDetail h2{font-size:3rem;text-transform:uppercase}.TechnicalDetail section{background-color:#fcfcfc;border:1px solid #d8d8d8;border-radius:.6rem;margin-bottom:2rem;padding:1rem 1.5rem}.TechnicalDetail section h3{margin:0}.TechnicalDetail .form-errors{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.TechnicalDetail .form-errors .error{align-items:center;border:1px solid #ce3f25;display:flex;margin:0 0 1rem;padding:1rem 3rem 1rem 1rem}.TechnicalDetail .form-errors .error .error__dismiss{background-color:transparent;border:none;color:#ce3f25;cursor:pointer;font-weight:600;margin:0 1rem 0 0}.TechnicalDetail .form-errors .error .error__message{color:#782515;font-size:1.4rem}.TechnicalDetail .terms label{font-size:1.3rem;font-weight:300;padding:0 0 0 1rem}.TechnicalDetail .terms label a{font-weight:400;text-decoration:underline}.Allergens .no-allergens{margin:.5rem 0 0}.Allergens .no-allergens.display:not(.checked){opacity:.5}.Allergens .allergens{-webkit-column-count:2;column-count:2;margin-top:2rem}.Allergens .allergens .Checkbox{display:flex;min-width:20rem;padding:.6rem 0 0}.Allergens .allergens .Checkbox.display:not(.checked){opacity:.5}.Allergens .allergens .Checkbox label{-webkit-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;width:100%}@media(max-width:1000px){.Allergens .allergens{-webkit-column-count:1;column-count:1}}.ProductSpecifications .requirements{font-size:1.4rem}.ProductSpecifications .prod-specs .prod-spec{display:flex;flex-direction:column}.ProductSpecifications .prod-specs .prod-spec+.prod-spec{margin:2rem 0 0}.ProductSpecifications .prod-specs .prod-spec .prod-spec__language{font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:400}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file{align-items:center;font-size:1.4rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__remove{background-color:transparent;border:none;color:#ce3f25;cursor:pointer;font-size:1.6rem;margin:0 1rem 0 0;padding:0}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__name{color:#454545;display:block;font-size:1.6rem;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap;width:100%}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__name svg{margin-right:.7rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__name.file__name--no-url{text-decoration:none}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates{display:flex;flex-direction:column}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates__expired,.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates__upload{color:#6c600e;font-size:1.4rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates__expired__sos{color:#ce3f25}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates .checkbox__refresh{margin-top:1rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__file .file__dates .checkbox__refresh__text{font-size:1.4rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__upload{width:40rem}.ProductSpecifications .prod-specs .prod-spec .prod-spec__no-file{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:300}@media(max-width:1000px){.ProductSpecifications .prod-spec__upload{width:100%!important}}.TechnicalSaveButton{margin:2rem 0}.TechnicalSaveButton .Button{display:inline-block;font-size:2rem}.TechnicalSaveButton .Button svg{margin-right:1rem}.TechnicalSaveButton .Button .Spinner{--color:#fff}.TechnicalSaveButton .Button.fail{-webkit-animation:shake 1s;animation:shake 1s}.TechnicalSaveButton .Button+button{margin-left:2rem}.TechnicalSaveButton ul{padding:.2rem 1rem}.TechnicalSaveButton ul li{color:red;font-size:1.2rem;list-style-type:none;text-transform:uppercase;width:100%}.VvoDocs .requirements{font-size:1.4rem}.VvoDocs .prod-specs .prod-spec{display:flex;flex-direction:column}.VvoDocs .prod-specs .prod-spec+.prod-spec{margin:2rem 0 0}.VvoDocs .prod-specs .prod-spec .prod-spec__language{font-family:Oswald,sans-serif;font-size:2.2rem;font-weight:400}.VvoDocs .prod-specs .prod-spec .prod-spec__file{align-items:center;font-size:1.4rem}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__remove{background-color:transparent;border:none;color:#ce3f25;cursor:pointer;font-size:1.6rem;margin:0 1rem 0 0;padding:0}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__name{color:#454545;display:block;font-size:1.6rem;overflow:hidden;text-decoration:underline;text-overflow:ellipsis;white-space:nowrap;width:100%}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__name svg{margin-right:.7rem}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__name.file__name--no-url{text-decoration:none}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates{display:flex;flex-direction:column}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates__expired,.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates__upload{color:#6c600e;font-size:1.4rem}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates__expired__sos{color:#ce3f25}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates .checkbox__refresh{margin-top:1rem}.VvoDocs .prod-specs .prod-spec .prod-spec__file .file__dates .checkbox__refresh__text{font-size:1.4rem}.VvoDocs .prod-specs .prod-spec .prod-spec__upload{width:40rem}.VvoDocs .prod-specs .prod-spec .prod-spec__no-file{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:300}@media(max-width:1000px){.VvoDocs .prod-spec__upload{width:100%!important}}.Commercial{font-family:Oswald,sans-serif;margin-bottom:8rem;max-width:120rem;padding:0 2rem;width:100%}.Commercial h2,.Commercial h3{font-family:Oswald,sans-serif;font-weight:400;margin:0;padding:0;text-transform:uppercase}.Commercial h2{color:#333;font-size:3.6rem;margin-top:8rem}.Commercial h3{color:#858585;font-size:2.4rem;margin-top:-1rem}.Commercial .ListFilter{margin:2rem 0 4rem}.Commercial .message{align-items:center;display:flex;flex-direction:column;font-size:2.4rem;font-weight:300;justify-content:center}.Commercial .message span[role=img]{font-size:4rem}.Commercial .List .list__header{font-size:2rem}.Commercial .List .list__header .header_group{position:relative}.Commercial .List .list__header .header_group:before{content:attr(data-group);font-size:1.4rem;height:2rem;left:0;position:absolute;top:-2rem;width:15rem}.Commercial .List .list__header .header_item{cursor:pointer;white-space:nowrap}.Commercial .List .list__header .header_item+.header_item{margin-left:2rem}.Commercial .List .list__header .header_item:hover svg{color:rgba(0,0,0,.6)}.Commercial .List .list__header .header_item svg{margin-left:1rem}.Commercial .List .list__body .list__item{color:#707070;font-weight:400;text-transform:uppercase}.Commercial .List .list__body .siteCode{display:inline-block;width:7.5rem}.Commercial .List .list__body .siteCode+.siteCode{margin-left:2rem}.Commercial .List .list__body .img{border-radius:.5rem;height:5rem;margin:-1rem 0 -1rem -1rem;overflow:hidden;width:5rem}.Commercial .List .list__body .img img{height:5rem;object-fit:cover;width:5rem}.Commercial .List .list__body .name{color:#333}.Commercial .List .list__body .status{display:flex;justify-content:center;margin:-.5rem -1rem -.5rem 0}.Commercial .List .list__body .status .Button{height:4.8rem;width:13rem}.Commercial .List .list__body .status .Button .content{align-items:center;display:flex;justify-content:flex-start}.Commercial .List .list__body .status .Button .content .circle{background-color:#fff;border-radius:1rem;height:1rem;margin-right:1rem;width:1rem}.Commercial .List .list__body .status .Button .content .circle.status--0,.Commercial .List .list__body .status .Button .content .circle.status--99{background-color:#ec5c5c}.Commercial .List .list__body .status .Button .content .circle.status--10{background-color:#f3af48}.Commercial .List .list__body .status .Button .content .circle.status--100{background-color:#1c9462}.Terms{background-color:#fff;box-shadow:0 0 1.5rem 0 rgba(0,0,0,.2);padding:4rem}.Terms h1{text-transform:uppercase}.Terms p{font-family:Open Sans,sans-serif;font-size:1.6rem}.CommercialDetail{font-family:Oswald,sans-serif;margin:0 auto;max-width:120rem;padding:0 2rem;position:relative;width:100%}.CommercialDetail .category{margin:4rem 0 1rem}.CommercialDetail .category h2{font-size:3rem;text-transform:uppercase}.CommercialDetail .category p{font-size:1.6rem;font-weight:300}.CommercialDetail .SaveButton{bottom:2rem;position:-webkit-sticky;position:sticky;z-index:2}.CommercialDetail .SaveButton:after{background-color:#fff;bottom:-2rem;content:"";height:8rem;left:0;position:absolute;right:0;z-index:998}.SaveButton{margin:2rem 0}.SaveButton .Button{font-size:2rem;width:100%;z-index:999}.SaveButton .Button svg{margin-right:1rem}.SaveButton .Button .Spinner{--color:#fff}.SaveButton .Button.fail{-webkit-animation:shake 1s;animation:shake 1s}.SaveButton .Button[disabled]{--color:#bcbcbc;box-shadow:none;cursor:not-allowed;opacity:1}.SaveButton ul{padding:.2rem 1rem}.SaveButton ul li{color:red;font-size:1.2rem;list-style-type:none;text-transform:uppercase;width:100%}@-webkit-keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}50%{-webkit-transform:translateX(8px);transform:translateX(8px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}70%{-webkit-transform:translateX(3px);transform:translateX(3px)}80%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shake{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{-webkit-transform:translateX(-3px);transform:translateX(-3px)}30%{-webkit-transform:translateX(5px);transform:translateX(5px)}40%{-webkit-transform:translateX(-8px);transform:translateX(-8px)}50%{-webkit-transform:translateX(8px);transform:translateX(8px)}60%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}70%{-webkit-transform:translateX(3px);transform:translateX(3px)}80%{-webkit-transform:translateX(0);transform:translateX(0)}}.SubmissionSection{--spacing:1.5rem;--spacing-small:0.5rem;background-color:#fcfcfc;border:1px solid #d8d8d8;border-radius:.6rem;margin-bottom:2rem;padding:1rem 1.5rem}.SubmissionSection .typeHeader{display:flex;flex-direction:column}.SubmissionSection .typeHeader h3{align-items:center;display:flex;font-family:Oswald,sans-serif;font-size:2rem;font-weight:400;line-height:33px;margin:0;text-transform:uppercase}.SubmissionSection .typeHeader h3 .ArchiveLink{margin-left:1rem}.SubmissionSection .Submission{border-bottom:1px solid #eaeaea;display:flex;margin-bottom:1rem;margin-top:var(--spacing);padding-bottom:1rem}.SubmissionSection .Submission:last-child{border-bottom:0;padding-bottom:0}.SubmissionSection>.Button.text-only{background-color:#eee;color:#3b3b3b;margin-top:var(--spacing)}.SubmissionSection>.Button.text-only:hover{background-color:#ddd}.SubmissionSection>.Button.text-only .content{align-items:center;display:flex}.SubmissionSection>.Button.text-only svg{height:1.5rem;margin-right:1rem;width:1.5rem}.ArchiveLink{border-radius:1rem;font-size:1.5rem;transition:.4s}.ArchiveLink,.ArchiveLink:visited{color:#a9a9a9}.ArchiveLink .text{display:none;margin-left:1rem;padding:0 1rem 0 0}.ArchiveLink:hover{background:rgba(0,0,0,.05);color:#8d8d8d}.ArchiveLink:hover .text{display:inline-block}.ArchiveLink .icon{background:rgba(0,0,0,.05);border-radius:1rem;padding:.6rem 1rem}.Submission{align-items:flex-start;display:flex;flex-wrap:wrap;margin:-.5rem}.Submission .StatusSection,.Submission .ValueSection{margin:.5rem}.ValueSection{border:1px solid #d3d3d3;border-radius:1rem;flex:6 1;min-width:650px;overflow:hidden}.ValueSection.status--0{background-color:#fff;border:2px solid #1483cf;color:#000}.ValueSection.uploading{border:none}.ValueSection.hasAction{border:1px solid #c84756;opacity:.7}.ValueSection.deleting{border:2px solid #c84756;opacity:.7}.ValueSection>*{vertical-align:middle;width:100%}.StatusSection{align-items:flex-start;display:flex;flex:4 1;flex-flow:row wrap;gap:1rem;min-width:440px}.StatusSection .reasons{color:gray;font-family:Open Sans,sans-serif;font-size:1.6rem;margin:1rem 2rem 2rem}.StatusSection .reasons li{white-space:pre-wrap}.StatusSection .Button.text-only.remove{background-color:#e9e9e9;border-radius:1rem;color:#737373;cursor:pointer;display:grid;place-content:center;transition:.4s}.StatusSection .Button.text-only.remove svg{margin-right:1.6rem}.StatusSection .Button.text-only.remove:hover{background-color:#c84756;color:#fff}.StatusSection .Button.text-only .undo{background-color:#e9e9e9;border-radius:1rem;color:#3b3b3b;cursor:pointer;display:grid;place-content:center;transition:.4s}.StatusSection .Button.text-only .undo svg{margin-right:1.6rem}.StatusSection .Button.text-only .undo:hover{background-color:#c6c6c6}.StatusSection .deleting-info{align-items:flex-start;display:flex;flex-direction:column;margin-top:2rem}.StatusSection .deleting-info .info{color:#c00;font-family:Open Sans,sans-serif;font-size:1.4rem;margin-bottom:1rem}.StatusSection .save-fail-info{color:#c00;font-family:Open Sans,sans-serif;font-size:1.4rem;margin-top:1rem}.Archive{font-family:Oswald,sans-serif;margin:0 auto 5rem;max-width:120rem;padding:0 2rem;position:relative;width:100%}.Archive .subtitle{font-size:3rem;margin:0;padding:0;text-transform:uppercase}.Archive .subtitle span:first-of-type{color:gray;font-weight:300}.Archive .subtitle span+span{margin-left:1rem}.Archive .subtype{background-color:#f8f7f7;border-radius:1.3rem;margin-top:2rem;padding:1.5rem}.Archive .submission{align-items:flex-start;display:flex;position:relative}.Archive .submission+.submission{margin-top:5rem}.Archive .submission+.submission:after{background-color:gray;content:"";height:3rem;margin:1rem 2rem;position:absolute;top:-5rem;width:2px}.Archive .submission .text{font-family:Oswald,sans-serif;font-size:1.6rem;font-weight:300;padding:1rem 1.6rem;white-space:pre-wrap}.Archive .submission .image,.Archive .submission .text{border:1px solid #d3d3d3;border-radius:.7rem;margin:0 1rem 0 0;width:55%}.Archive .submission .StatusLabel+.StatusLabel{margin-top:1rem}.Archive .submission .reasons{color:gray;font-family:Open Sans,sans-serif;font-size:1.6rem;margin:1rem 2rem 2rem}.Archive .submission .reasons li{white-space:pre-wrap}.Archive .noSubmissions{font-size:2.5rem}.Suppliers{margin-bottom:8rem;max-width:120rem;padding:0 2rem;width:100%}.Suppliers,.Suppliers h2{font-family:Oswald,sans-serif}.Suppliers h2{color:#333;font-size:3.6rem;font-weight:400;margin:8rem 0 0;padding:0;text-transform:uppercase}.Suppliers .ListFilter{margin:2rem 0 4rem}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}.Auth{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}.Auth .charles-logo{height:10rem;margin-top:-12rem}.Auth .auth-form{background-color:#fff;border-radius:3rem;box-shadow:0 0 1.5rem 0 rgba(0,0,0,.2);display:flex;flex-direction:column;margin:2rem 0 0;padding:3rem 3rem 2.5rem;position:relative;width:50rem}.Auth .auth-form h1{text-align:center;text-transform:uppercase}.Auth .auth-form p{font-size:1.6rem}.Auth .auth-form .form,.Auth .auth-form .form label{display:flex;flex-direction:column}.Auth .auth-form .form label{color:#6c757d;font-family:Oswald,sans-serif;font-size:1.6rem;text-indent:2rem;text-transform:uppercase}.Auth .auth-form .form input{background-color:transparent;border:1px solid #ececec;border-radius:2.5rem;font-family:Oswald,sans-serif;font-size:2rem;margin:0 0 2rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.Auth .auth-form .form ul.form__errors{color:#ce3f25;font-size:1.4rem;list-style:none}.Auth .auth-form .form ul.form__errors li{border-left:.3rem solid #ce3f25;margin:1rem 0;padding:0 1rem}.Auth .auth-form .form button,.Auth .auth-form .form input[type=submit]{border-radius:3rem;font-size:2rem;margin:1rem 0 0;padding:1rem 0}.Auth .auth-form .form .email-sent-hint{font-family:Oswald,sans-serif;font-size:1.8rem;font-weight:300;text-align:center}.Auth .auth__locale{display:flex;justify-content:center;margin:5rem 0 0}.Auth .auth__locale button{background-color:transparent;border:none;cursor:pointer;font-family:Oswald,sans-serif;font-size:1.6rem;font-weight:600;margin:0 1rem 0 0;padding:0;text-transform:uppercase}.Auth .VersionNumber{display:flex;justify-content:center}.Auth .link_to{bottom:-3.5rem;color:rgba(55,55,53,.4);font-size:1.2rem;left:0;margin:1rem 0 0;position:absolute;right:0;text-align:center;text-decoration:underline}.Auth .link_to:hover{color:rgba(55,55,53,.6)}.Sublogins{align-items:center;display:flex;flex-direction:column;margin-bottom:8rem;max-width:120rem;padding:0 2rem;width:100%}.Sublogins h2,.Sublogins h3{font-family:Oswald,sans-serif;font-weight:400;margin:0;padding:0;text-transform:uppercase;width:100%}.Sublogins h2{color:#333;font-size:3.6rem;margin-top:8rem}.Sublogins h3{color:#858585;font-size:2.4rem;margin-top:-1rem}.Sublogins .message{align-items:center;display:flex;flex-direction:column;font-size:2.4rem;font-weight:300;justify-content:center}.Sublogins .message span[role=img]{font-size:4rem}.Sublogins .List{width:100%}.Sublogins .List .disabled{color:#777}.Sublogins .List .disabled svg{margin-right:1rem}.Sublogins .Button .content{align-items:center;display:flex}.Sublogins .Button .content svg{margin-right:1rem}.Sublogins .list__actions{margin:2rem 0;width:100%}html{--width-nav:32rem;--height-nav:6rem;--width-nav-collapsed:6rem}*{box-sizing:border-box}html{font-size:10px;margin:0}body{background-color:#fff;font-family:Open Sans,sans-serif;margin:0;overflow-x:hidden}a{text-decoration:inherit}a,a:visited{color:inherit}ul{margin:0;padding:0}.PortalModal{font-size:1.6rem}.PortalModal .modal__text{padding:1rem 1rem 2rem}.Sublogin{align-items:flex-start;display:flex;flex-direction:column;padding:2rem 0 0;width:60rem}.Sublogin .account__sections{margin-bottom:2rem;width:100%}.Sublogin .account__sections h2{color:#373735;font-size:2.8rem;margin:2rem 0 1rem;padding:0;text-transform:uppercase}.Sublogin .account__section{background-color:#f4f4f4;border-radius:1.2rem;padding:1.4rem;width:100%}.Sublogin .account__section .section__field{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:1rem}.Sublogin .account__section .section__field:last-of-type{margin-bottom:0}.Sublogin .account__section .section__field .field__name{align-items:flex-start;color:rgba(51,51,51,.87);display:flex;font-family:Oswald,sans-serif;font-size:1.4rem;font-weight:400;justify-content:flex-end;text-transform:uppercase}.Sublogin .account__section .section__field .field__value{font-family:Open Sans,sans-serif;font-size:1.6rem}.Sublogin .sublogin__actions{align-items:flex-start;display:flex;flex-direction:row;width:100%}.Sublogin .Button .content .arrow,.Sublogin .sublogin__actions .Button{margin-right:1rem}.Sublogin h1{border-bottom:.3rem solid #c1ad76;color:#333;font-size:3.6rem;margin:0 0 2rem;padding:0;text-transform:uppercase}.Sublogin .DynamicForm .form__section h2{color:#373735;font-size:2.8rem;margin-bottom:1rem}.Sublogin .DynamicForm .section__fields{background-color:#f4f4f4;border-radius:1.2rem}.Sublogin .DynamicForm .section__fields .form__field{background-color:transparent;margin:0}.Sublogin .DynamicForm .section__fields .form__field .PermissionsInput .permissions__groups h4,.Sublogin .DynamicForm .section__fields .form__field label{margin:0 0 .5rem .5rem}.Sublogin .Button .content{align-items:center;display:flex}.Sublogin .Button .content svg{margin-right:1rem}.Sublogin .error,.Sublogin .submit__error{align-items:center;color:#c2092b;display:flex;font-family:Open Sans,sans-serif;font-size:1.6rem;margin-bottom:2rem}.Sublogin .error svg,.Sublogin .submit__error svg{margin-right:1rem}.PortalModal{align-items:center;display:flex;justify-content:center;overflow:hidden;z-index:999}.PortalModal,.PortalModal .modal__backdrop{bottom:0;left:0;position:fixed;right:0;top:0}.PortalModal .modal__backdrop{-webkit-animation:fade .2s cubic-bezier(.4,0,.2,1) 1;animation:fade .2s cubic-bezier(.4,0,.2,1) 1;background-color:rgba(55,55,53,.5);z-index:1000}.PortalModal .modal__body{-webkit-animation:grow .2s cubic-bezier(.4,0,.2,1) 1;animation:grow .2s cubic-bezier(.4,0,.2,1) 1;background-color:#fff;border-radius:1.2rem;box-shadow:0 0 1.5rem 0 rgba(0,0,0,.2);overflow:hidden;padding:1.2rem 3.5rem 1.2rem 1.2rem;position:relative;z-index:1000}.PortalModal .modal__body .modal__close{align-items:center;color:#373735;cursor:pointer;display:flex;font-size:2rem;height:3rem;justify-content:center;position:absolute;right:.2rem;top:.2rem;width:3rem;z-index:99}.PortalModal.minimal-padding .modal__body{padding:0}.PortalModal.bare .modal__body{background-color:transparent;box-shadow:none;padding:0}@media(max-width:480px){.PortalModal{z-index:999}.PortalModal .modal__body{border-radius:0;height:100vh;padding:0;width:100vw}.PortalModal .modal__body .modal__close{font-size:3rem;right:.5rem;top:.5rem}}.Alerts{position:relative;width:100%;z-index:9}.Alerts .Alert{align-items:center;background-color:#21211f;display:flex;height:4.8rem;justify-content:center}.Alerts .Alert,.Alerts button.link{color:#fff;font-family:Oswald,sans-serif;font-size:1.4rem;text-transform:uppercase}.Alerts button.link{background-color:transparent;border:none;cursor:pointer;text-decoration:underline}.Alerts .VersionAlert svg{color:#c2092b;margin-right:1rem}.Alerts .VersionAlert .Spinner .circle{border-color:transparent #fff #fff transparent}.error__version{align-items:center;background-color:#21211f;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.error__version .error__text{font-family:Oswald,sans-serif;font-size:2rem;text-transform:uppercase}.error__version .error__hint{font-family:Open Sans,sans-serif;font-size:1.6rem}.error__version button.link{background-color:transparent;border:none;color:#fff;cursor:pointer;font-size:inherit;text-decoration:underline}
/*# sourceMappingURL=main.b2ec1d8e.css.map*/