@font-face{font-family:Helvetica Neue;src:url(/static/media/helvetica-neue-regular.68330f8003d81f374009.ttf) format("truetype"),url(/static/media/helvetica-neue-bold.93653ca4f99f4a7e646e.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Helvetica Neue,HelveticaNeueBold,sans-serif;letter-spacing:1.5px;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;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%;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;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom: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:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.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--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.siaa-form .form-section{margin-bottom:30px;margin-top:30px}.siaa-form .form-section .form-header{margin-top:10px}.siaa-form .form-section .form-header .styleguide-divider{border-color:#e1e2e1}.text-12-L-B400-REG{text-align:left}.text-12-L-B400-REG,.text-12-R-B400-REG{color:#000;font-family:Mark pro Reguslar;font-size:12px;font-style:normal;letter-spacing:5px;opacity:1}.text-12-R-B400-REG{text-align:right}.text-16-C-B400-HEV{color:#000;font-family:Mark pro Heavy;font-size:16px;font-style:normal;letter-spacing:5px;opacity:1;text-align:center}.button-primary-active{background-color:#0cedd2;border-radius:0;color:#fff;height:40px;width:240px}@media(max-width:1500px){.head-1{color:#fff;font-size:35px;font-weight:600;justify-content:center;padding-top:10px}.head-2-paper{border-radius:5px;font-size:20px;line-height:30px;margin:1rem;padding:10px;text-align:justify}.head-3{color:#fff;font-size:30px;font-weight:600;justify-content:center;padding:.5rem 5rem}}.container{margin-left:2rem;margin-right:2rem;padding-bottom:3rem}.MuiFormControl-root{background-color:#fff}.directory-container{height:100%!important}.validatedtext{font-size:large;font-weight:600}.container-nopadding{padding-bottom:5rem}.container-f,.container-nopadding{margin-left:5rem;margin-right:5rem;min-height:700px}.container-f{margin-bottom:2rem}.container-revenue{background-color:#000!important;border-color:#000!important;color:#fff!important;margin-left:2rem;margin-right:2rem;min-height:80vh!important;padding-bottom:5rem}.container-background{background-position:0 230px;height:100%}.container-background,.container-background-landing{background-color:#000;background-image:linear-gradient(transparent,rgba(0,0,0,.9)),url(/static/media/Home75.a2d95819e2a1fdff666e.jpg)!important;background-repeat:no-repeat;background-size:cover}.container-background-landing{background-position:50%;overflow-y:hidden}.error-container h1{padding:20px;text-align:center}.logo{height:auto;padding:5px;width:18rem}.head-1{color:#fff;font-size:50px;font-weight:600;justify-content:center;padding-top:10px}.head-2{color:#fff;padding:2rem 5rem}.head-2,.head-2-1{font-size:20px;font-weight:400;justify-content:center}.head-2-1{font-family:Helvetica Neue;padding-bottom:1rem;padding-left:5rem;padding-right:5rem}.head-2-paper{border-radius:5px;font-size:25px;line-height:30px;margin:1rem;padding:12px;text-align:justify}.head-2-paper,.head-3{color:#fff;font-weight:600;justify-content:center}.head-3{font-size:30px;padding:.5rem 5rem}.head-4{display:flex;font-size:20px;font-weight:600;justify-content:center;padding-bottom:.5rem;padding-top:.5rem}.div-head-3{background-color:#0cedd2;border-radius:80px;color:"black";height:20%;margin-top:5rem;width:18%}.div-head-2{width:90%}.div-head-2,.div-head-4{background-color:#0cedd2;border-radius:80px;color:"black";height:45%}.div-head-4{margin-top:5rem;width:55%}.head-style{background-color:#141414;color:#fff;justify-content:space-between}.navbar{min-height:50px;padding:1rem}.navbar .navbar-items{margin-right:10px;padding-bottom:10px;padding-top:10px}.navbar .head-item-style,.navbar .head-item-style-m{color:#fff;font-size:16px;font-weight:bolder;justify-content:end;letter-spacing:1.5px;text-transform:uppercase}.navbar .head-item-style:hover{color:teal}@media(max-width:1400px){.navbar .head-item-style{font-size:small}.navbar .head-item-style-m,.navbar .menu-icon{display:none}}@media(min-width:600px)and (max-width:1000px){.navbar .head-item-style{font-size:10px;justify-content:end;letter-spacing:.5px}.navbar .head-item-style-m,.navbar .menu-icon{display:none}.mobile-filter{background:#000!important;border:2px solid teal!important;border-radius:5px!important}.mobile-filter,.mobile-filter-selected{color:#fff!important;font-size:15px!important;margin:0 auto!important}.mobile-filter-selected{background:teal!important;border-radius:5px}}.icon-image{height:60px;width:60px}.detail-companyname-mobile{font-size:30px!important;font-weight:600!important;margin-bottom:1vh}@media(max-width:599px){.customContainer>div>div{height:60px;width:140px}.btnCompany{background-color:#000!important;color:#fff!important;font-size:x-small;justify-content:end}.icon-image{height:30px;width:30px}.headOfficeAddress{margin-bottom:.5vh}.detail-companydescription{font-size:15px!important;font-weight:600!important;line-height:2;margin-bottom:2vh;text-align:center}.container-nopadding{margin-left:.5rem;margin-right:.5rem;min-height:700px;padding-bottom:.5rem}.grant-search-bar-fc{width:365px}.grant-button,.grant-link{width:auto!important}.container-background{background-image:none!important}.desktop-image{display:none}.mobile-image{display:block!important}.head-1{font-size:24px;text-align:center}.head-1,.head-2-paper{justify-content:center}.head-2-paper{border-radius:5px;color:#fff;font-size:15px;font-weight:600;line-height:20px;margin:1rem;padding:2px;text-align:justify}.head-3{font-size:24px;padding:0;text-align:center}.navbar .head-item-style{display:none;font-size:10px}.navbar .menu-icon{cursor:pointer;display:block}.navbar .head-item-style-m{color:#fff!important;font-size:10px!important}.navbar .floating-menu{background-color:#000;border:1px solid #ccc;padding:8px;position:fixed;right:0;top:10%;z-index:1000}.navbar .menu-popup{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar .menu-container{background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.2);left:50%;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.navbar .head-item-style-m{color:#000;cursor:pointer;display:block;font-size:18px;margin-bottom:10px;text-decoration:none}.navbar .head-item-style-m:hover{color:#00c3f9}.navbar .btn-header{color:#00c3f9;cursor:pointer;font-size:18px}}.head-item-style-m,.menu-icon{display:none}.bar{background-color:#fff;height:3px;margin:6px 0;width:25px}.menu-icon.open .bar:first-child{transform:rotate(-45deg) translate(-5px,6px)}.menu-icon.open .bar:nth-child(2){opacity:0}.menu-icon.open .bar:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.supported-by{align-items:center;background:#fff!important;justify-content:center;margin:10px;padding:10px}.supported_by_box{background:#fff;box-shadow:0 16px 20px 0 #555;margin:.25rem!important}.mobile-image{display:none}.head-items{justify-content:space-between;margin-right:"5rem !important"}.link{margin-right:"1rem !important"}.teal-100{background-color:#f4fafb}::placeholder{font-size:16px}.flex-center{align-items:center;display:flex;justify-content:center}.MuiOutlinedInput-input{border-color:teal!important;padding-right:5px!important}.gridcap{margin-top:2rem}.MuiOutlinedInput-root.Mui-focused{padding:0 10px!important}.MuiOutlinedInput-root.MuiFormLabel-filled{font-weight:700;padding:0 10px!important}.MuiButtonBase-root-MuiMenuItem-root{font-family:Helvetica Neue!important;font-size:medium;font-weight:300}.companyheader{color:#000}.companyheader,.companyheader-white{font-family:Helvetica neue!important;font-size:xx-large!important;font-weight:800!important;justify-content:center}.companyheader-white{color:#fff}.MuiButtonBase-root-MuiTab-root{font-family:Helvetica neue!important}.MuiButtonBase-root-MuiTab-root,.tabstyle{font-size:large!important;font-weight:600!important}.tabstyle{letter-spacing:1.5px}.maintabs{color:aqua}.MuiTabs-indicator{background-color:"orange"!important;height:3}.Mui-selected,.MuiTab-root.Mui-selected{color:"red"!important}.MuiTab-root{color:aqua}:active .MuiButtonBase-root-MuiTab-root{color:aqua!important}.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected{color:#0cedd2!important}.css-1aquho2-MuiTabs-indicator{background-color:#0cedd2!important}.btnSave{background-color:#000!important;color:#fff!important}.btnNextPrev,.btnSave{height:3rem!important;width:155px!important}.btnNextPrev{background-color:#0cedd2!important;color:#000!important}.btnCancel{height:3rem!important;width:155px!important}.btnCancel,.btnCompany{background-color:#000!important;color:#fff!important}.btnCompany{justify-content:end}.title{font-family:Helvetica Neue;font-size:1.2rem;font-weight:600;letter-spacing:1.5px;width:42%!important}.chk{margin-right:46%!important}.grant-box{background:#fff;border:.5px ridge #d3d3d3;display:inline-block;margin-left:4vw;min-height:12vh!important;padding-bottom:10px;padding-left:20px;width:80vw}.grant-title{font-size:18px!important;text-align:left!important}.grant-Organisation,.grant-title{color:#000!important;font-weight:600!important}.grant-Organisation{font-size:24px!important;text-align:center!important}.grant-description{color:#000;font-size:large!important;min-height:30px;overflow:auto;text-align:justify!important}.supplychain-header-button{height:30px;margin:0 auto!important;width:50vw}.supplychain-header-button-text{background:#00c3f9;color:#fff}.supplychain-treeview-div{background:#000;color:#fff;min-height:80vh}.signin-div{background-color:#fff;color:#000;font-size:20px;font-weight:400;justify-content:center;width:50vw!important}.img-develop{align-items:center;margin-bottom:10%}.img-develop,.img-landing{display:flex;justify-content:center}.img-landing{margin-bottom:4%}.accordion-title{color:#fff;font-family:Helvetica Neue;font-size:1.5rem;font-weight:600;letter-spacing:1.5px}.MuiAccordionSummary-content{background-color:#000;color:#000;justify-content:center;margin:0!important}.MuiButtonBase-root-MuiAccordionSummary-root,.css-1srrwu7-MuiButtonBase-root-MuiAccordionSummary-root{padding:0!important}.loading-indicator{animation:spin 2s linear infinite;border:16px solid #0cedd2;border-radius:50%;border-top-color:#00c3f9;height:120px;left:calc(50% - 4em);position:relative;top:calc(50% - 4em);width:120px}.legendStyleMobile{align-items:center;font-weight:700;justify-content:center;margin-left:10vw;margin-right:10vw;transform:"bottom rotate(90deg)";transform-origin:"left"}.legendStyle,.legendStyleMobile{display:"flex";flex-direction:"column"}.legendStyle{transform:"none";transform-origin:"left"}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader--hide{opacity:0}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiChip-root{background-color:#000!important;color:#fff!important}.disclaimer{display:flex;font-family:Helvetica neue;font-size:x-large;font-weight:1000;justify-content:center;padding-top:1rem}.disclaimerbtn{background:#00c3f9!important;color:#fff!important;margin:0 auto 10px!important;width:20vw}.disclaimercontent{font-family:Helvetica neue}.info{background-color:#e0ffff;display:flex}.info,.infodiv{font-family:Helvetica neue;font-size:1.2rem;font-weight:600;justify-content:center;letter-spacing:1.5px!important}.infodiv{background-color:#0cedd2;display:block;margin-bottom:1rem}.disctext{font-family:Helvetica neue!important;font-size:1.2rem!important;font-weight:600;letter-spacing:1.5px!important;padding-bottom:1rem;padding-left:1rem}.disctext-8,.disctext-81{display:inline;font-family:Helvetica neue!important;font-size:1.2rem!important;font-weight:600;letter-spacing:1.5px!important;margin:0;padding-bottom:1rem}.disctext-81{align-content:right;color:red}.inline-span{align-self:center}.disclaimer-text{text-align:justify}.disclaimer-dialog{height:80vh!important;min-height:330px;top:100px!important}.disclaimer-header{font-size:30px!important;font-weight:700}.disclaimer-header-info{font-size:20px!important;font-weight:600}.disclaimer-accept{background:#00c3f9!important;font-size:15px!important;margin:0 auto 10px!important;width:20vw}.disclaimer-continue{background:#000!important;color:#fff!important;font-size:12px!important;margin:0 auto 10px!important;width:20vw}.btnSaveLogo{background-color:#000!important;color:#fff!important;height:3rem!important;width:255px!important}.disclaimer-header-logo{height:150px;width:400px}.btnSaveLogo1{align-items:start;background-color:#000!important;color:#fff!important;height:3rem!important;justify-content:start;margin-top:2rem;width:255px!important}.overlay{align-items:center;background:#000;color:#fff;height:85px;justify-content:center;padding:10px;width:250px}.overlay-div{left:-49%;margin-top:-22%;position:absolute}.disclaimer-accept{background-color:#000!important;color:#fff!important;font-size:large!important}.grant-button{margin:0 auto}.grant-button,.grant-link{background:#000!important;color:#fff!important;width:20vw}.grant-link{margin:0 auto 10px}.industry-grid-container{margin-top:2rem!important}.workforce-box{background:#000;border-color:#d3d3d3;border-width:.5px;display:inline-block;margin-left:20vw;margin-top:1vh!important;padding-bottom:10px;padding-left:30px;width:100vw}.MuiTypography-body1{color:"black";font-weight:"600"!important}.revenue-highlight{color:#000!important;font-size:20px;font-weight:600!important;text-align:left}.revenue-highlight-grid{background-color:#fff;color:#000;font-weight:400;margin-right:10px!important;padding-top:0!important}.errorMessage{color:red;font-family:Helvetica Neue;font-size:15px;font-weight:800;margin-bottom:0;margin-left:15px;margin-top:0}.sticky{background-color:#b3d4fc;position:sticky;top:2px}.head-6{font-family:Helvetica Neue;font-size:medium;font-weight:600}.css-f4quh9-MuiInputBase-root-MuiOutlinedInput-root-MuiSelect-root{border-color:#00c3f9!important}.head-6-1-overlay,.head-6-overlay{font-family:Helvetica Neue}.head-6-1-overlay{font-size:large;font-weight:600;margin-left:5rem}.head-6-overlay-s,.head-6-overlay-value{font-family:Helvetica Neue}.head-6-overlay-value{margin-left:auto!important;margin-top:-5px;text-align:center}.revenue-highlights{align-items:center}.filter{background-color:transparent}.head-6-overlay{font-size:medium;font-weight:600;margin-left:3.5rem}.head-6-overlay-s{font-size:medium;font-weight:600;margin-left:1.5rem}.head-6-overlay-value{font-size:xx-large;font-weight:600;margin-left:6rem}.detail-companyname{font-size:60px!important;font-weight:600!important;margin-bottom:1vh}.headOfficeAddress{font-family:Helvetica Neue;margin-bottom:1vh}.detail-companydescription{font-size:20px!important;font-weight:600!important;line-height:2;margin-bottom:2vh;text-align:left}.company-details-section{background:#000!important;border-radius:0!important;border-radius:initial!important;color:#fff!important;margin:0 auto 10px;width:100%}.css-480o17-MuiGrid-root>.MuiGrid-item{padding-top:0}.styledFont{font-family:Helvetica Neue}.tiles{position:absolute}.infowindowContent{align-content:center;background-color:#fff;color:rgba(0,0,0,.6);font-family:Helvetica Neue;font-size:1rem;font-weight:400;justify-content:center;letter-spacing:.00938em;line-height:1.5;margin-left:5px;margin-right:5px}.styledFontLink{cursor:pointer;font-family:Helvetica Neue}.custom-grid-directory-items{padding:4px 20px!important}.custom-grid-directory-item{box-shadow:none!important}.center{border:5px solid;margin:auto;padding:10px;width:50%}.revenue-tiles{margin-left:13vw!important}.errorMsg{color:red;padding-left:2rem}.asterisk{color:red}.required-s,.required-s1{display:inline;margin:0}.required-s1{align-content:right}.edit-icon{margin-right:1rem;text-align:center}.reset-filter{border:2px solid teal!important}.mobile-filter,.reset-filter{background:#000!important;color:#fff!important;font-size:15px!important;margin:0 auto!important}.mobile-filter{border:2px solid teal!important;border-radius:5px!important}.mobile-filter-selected{background:teal!important;border-radius:5px;color:#fff!important;font-size:15px!important;margin:0 auto!important}.custom-menu-item{font-size:20px!important;font-weight:600!important;letter-spacing:1.5px!important}.css-1sqnrkk-MuiInputBase-input-MuiOutlinedInput-input,.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{font-weight:700!important}.filter-box{background-color:#fff!important;padding:8px}.filter-box-hidden{background-color:#000!important;display:none;padding:0}.no-graph-text{color:#fff;font-size:35px}.customContainer{height:100px;left:2%;padding:1rem;position:relative;width:100px}.revenue-graph-hint1{margin-left:10vw}.revenue-graph-hint2{margin-left:50vw;margin-top:-20vh;position:absolute}.revenue-graph-hint3{margin-left:55vw;margin-top:-15vh;position:absolute}.revenue-graph-hint4{color:#fff;font-size:large;font-weight:900;line-height:1.25;margin-left:10vw;margin-right:10vw;text-align:left}.grant-search-bar{margin-right:9.5vw!important}.css-1kysxy8-MuiFormLabel-root-MuiInputLabel-root{display:"contents !important"}.css-1ajw6zn-MuiFormLabel-root-MuiInputLabel-root{display:"contents"!important}.Toastify__toast-container{left:50%;position:fixed;top:50%;transform:translate(-50%,-50%)}.Toastify__toast-theme--light{background-color:#0cedd2;color:#000}.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0cedd2!important}.Mui-focused,.css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#0cedd2!important}.MuiInputBase-root{color:#000!important;font-weight:600!important}.MuiList-padding,.MuiListItem-root{padding-bottom:0!important;padding-top:0!important}.payment-label{font-size:larger!important;font-weight:600!important;margin-bottom:10px}.ElementsApp input{border:2px solid teal!important;height:2.2em!important}.payment-dialog-div{height:50%;line-height:1.5;text-align:left;width:auto}.home-filter-box{margin-top:-95vh;width:100%}.home-filter-box-mobile{margin-left:10px;margin-right:10px;margin-top:-95vh;width:140%}.filter-form-control-mobile{background-color:#fff;display:grid;height:55px}.custom-menu-item,.filter-select{font-family:Helvetica Neue}.custom-fix-container-box.MuiBox-root.css-0{display:contents;height:600px;margin:0 auto}@media(min-width:1751px){.filter-form-control{background-color:#fff;display:grid;height:55px;max-width:253px!important;min-width:253px!important}.filter-form-control-search{background-color:#fff;border:"darkgray solid 0.2px";border-radius:"3px";display:"inline-block";height:40px;max-width:125px!important;min-width:125px!important}.filter-form-control-other{background-color:#fff;display:grid;height:55px;max-width:175px!important;min-width:175px!important}.filter-form-control-location,.filter-form-control-workforce{background-color:#fff;display:grid;height:55px;max-width:220px!important;min-width:220px!important}}@media(min-width:1500px){.filter-form-control{background-color:#fff;display:grid;height:55px;max-width:200px!important;min-width:200px!important}.filter-form-control-search{background-color:#fff;border:"darkgray solid 0.2px";border-radius:"3px";display:"inline-block";height:40px;max-width:150px!important;min-width:150px!important}.filter-form-control-other{background-color:#fff;display:grid;height:55px;max-width:175px!important;min-width:175px!important}.filter-form-control-location,.filter-form-control-workforce{background-color:#fff;display:grid;height:55px;max-width:220px!important;min-width:220px!important}}@media(min-width:1400px)and (max-width:1750px){.filter-form-control{max-width:253px!important;min-width:253px!important}.filter-form-control-location,.filter-form-control-other,.filter-form-control-search{max-width:150px!important;min-width:150px!important}.filter-form-control-workforce{max-width:120px!important;min-width:120px!important}}@media(min-width:1224px)and (max-width:1399px){.filter-form-control{height:55px!important;max-width:175px!important;min-width:175px!important}.filter-form-control-location,.filter-form-control-other,.filter-form-control-search,.filter-form-control-workforce{max-width:150px!important;min-width:150px!important}}@media(min-width:768px)and (max-width:1223px){.filter-form-control,.filter-form-control-location,.filter-form-control-other,.filter-form-control-search,.filter-form-control-workforce{max-width:150px!important;min-width:150px!important}}@media(max-width:767px){.filter-form-control,.filter-form-control-location,.filter-form-control-other,.filter-form-control-search,.filter-form-control-workforce{max-width:150px!important;min-width:150px!important}.filter-form-control-search{margin-left:-300%!important}}