@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap";body{background-color:#ebebeb;display:flex;padding:0;margin:0;height:100vh;width:100%;overflow:hidden}*,body{font-family:Montserrat,sans-serif;box-sizing:border-box}main{width:100%;height:100vh;overflow:auto}@media screen and (max-width:1024px){main{padding-top:50px}}main.no-header{margin-top:0;padding-top:0}main .container{padding:40px;display:flex;justify-content:start;align-items:baseline}@media screen and (max-width:1024px){main .container{display:block}}@media screen and (max-width:768px){main .container{padding:20px}}h1 .unbold,h1.unbold,h2 .unbold,h2.unbold,h3 .unbold,h3.unbold,h4 .unbold,h4.unbold,h5 .unbold,h5.unbold,h6 .unbold,h6.unbold{font-weight:400}b{font-weight:600}header{position:relative;z-index:1}header .mobile-header{height:50px;position:fixed;width:100vw;background-image:url(/Lines-BG.svg);background-size:cover;background-position:bottom;display:none;z-index:1}@media screen and (max-width:1024px){header .mobile-header{display:flex;justify-content:center;flex-direction:column}}header .mobile-header h1{padding:10px 20px;margin:0;color:#fff;text-align:center;font-size:1.5em}@media screen and (max-width:480px){header .mobile-header h1{font-size:1.2em}}header .nav-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;margin:0;cursor:pointer;position:absolute;left:20px;top:13px;text-indent:-9999px;line-height:0}header .nav-button span{display:block;width:25px;height:3px;background-color:#fff;margin-bottom:6px;border-radius:2px;font-style:italic}header .nav-button span:last-child{margin-bottom:0}header .close-nav-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:rgba(0,0,0,.7);padding:0;margin:0;cursor:pointer;position:absolute;left:0;top:0;text-indent:-9999px;line-height:0;width:100vw;height:100vh;display:none;z-index:2}@media screen and (max-width:1024px){header .close-nav-button{display:block}}header .header{display:flex;flex-direction:column;align-items:flex-start;padding:0;width:280px;background-color:#262626;height:100%;overflow:auto;transition-duration:.3s;position:relative;z-index:2}@media screen and (max-width:1024px){header .header{position:absolute;top:0;left:-280px}header .header.open{left:0}}header .header .logo{width:75%;height:auto;margin:25px auto 20px}header .header .logo.small{width:40%;margin:0 auto 40px}header .header .nav-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:0 0 25px}header .header nav{width:100%}header .header nav.main-nav{height:100%}header .header nav.main-nav li a{font-size:1em}header .header nav.sub-nav li{margin-bottom:10px}header .header nav ul{list-style:none;padding:0;margin:0}header .header nav ul li{margin-bottom:10px}header .header nav ul li.green header .header nav ul li.blue{margin-top:25px}header .header nav ul li.green header .header nav ul li.blue a{color:#262626}header .header nav ul li.green header .header nav ul li.blue a:hover{color:#fff;padding-left:1.25em}header .header nav ul li.green a{color:#262626;background-color:#51c748}header .header nav ul li.green a:hover{color:#fff;background-color:#007cad}header .header nav ul li a{display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:#fff;font-size:1.2em;font-weight:400;background-color:#606060;padding:1em;transition-duration:.3s;position:relative;height:65px}header .header nav ul li a.active{background-color:#007cad}header .header nav ul li a:hover{color:#262626;background-color:#51c748;padding-left:1.25em}header .header nav ul li a span{font-size:.8em}header .header nav ul li a svg{position:absolute;right:1em;top:50%;transform:translateY(-50%);fill:#fff}footer{background-color:#262626;color:#fff;position:absolute;bottom:0;left:0;width:100vw;display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:20px 40px}@media screen and (max-width:1024px){footer{display:block;text-align:center}}footer img{max-width:200px}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:#007cad;color:#fff;padding:15px 30px;text-align:center;text-decoration:none;display:flex;justify-content:center;align-items:center;font-size:1.25em;font-weight:700;cursor:pointer;border-radius:5px;transition:.3s}.button.white{background-color:#fff;border-radius:5px;border:2px solid #007cad;color:#007cad}.button.white svg{fill:#fff}.button.green{background-color:#51c748;border-radius:5px;color:#262626}.button.green svg{fill:#262626}.button.green:hover{background-color:#007cad;color:#fff}.button:hover{background-color:#51c748;color:#262626;border-color:#51c748}.button:disabled{background-color:#606060;color:#fff;cursor:not-allowed}a{color:#007cad;text-decoration:none;font-weight:700;transition:.3s}a:hover{color:#51c748}.main-content{width:100%}.main-content.right{width:30%;margin-left:20px;background-color:rgba(0,0,0,0)}@media screen and (max-width:1024px){.main-content.right{width:100%;margin-left:0}}.main-content .inner-content{background-color:#fff;padding:20px;width:100%;border-radius:10px}.main-content .inner-content.centered{text-align:center}.main-content .inner-content h1{text-align:center;margin-bottom:40px}@media screen and (max-width:1024px){.main-content .inner-content h1{font-size:1.5em}}.main-content h2{font-size:1em;margin:30px 50px;border-color:#606060;font-weight:400}@media screen and (max-width:1024px){.main-content h2{margin:30px 20px}}.pillar-icons{width:75%;margin:40px auto;display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;list-style:none;padding:0 20px;align-items:stretch}@media screen and (max-width:1400px){.pillar-icons{width:100%;gap:1.5rem}}@media screen and (max-width:880px){.pillar-icons.results{display:block}}.pillar-icons.results li{border-radius:50%;background-color:#007cad;color:#fff;width:200px;height:200px;padding:20px;margin:0 auto}@media screen and (max-width:1200px){.pillar-icons.results li{width:150px;height:150px}}@media screen and (max-width:880px){.pillar-icons.results li{margin-bottom:20px}}.pillar-icons.results li svg{fill:#fff;stroke:#fff}.pillar-icons li{width:calc(33.33% - 2rem);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media screen and (max-width:768px){.pillar-icons li{width:calc(50% - 2rem)}}@media screen and (max-width:640px){.pillar-icons li{width:100%}}.pillar-icons li svg{display:inline-block;width:50px;height:50px;fill:#007cad}.pillar-icons li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;width:100%;height:100%;text-decoration:none;padding:40px;color:#262626;text-align:center;box-shadow:0 0 10px 0 rgba(0,0,0,.3);border-radius:10px;border:2px solid #fff;display:flex;flex-direction:column;justify-content:center;align-items:center;transition-duration:.3s;cursor:pointer}.pillar-icons li button.active,.pillar-icons li button:hover{border-color:#51c748}.pillar-icons li button span{margin-top:20px;display:block}.login-container{width:100vw;height:calc(100vh - 90px);display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:#262626;background-image:url(/Lines-BG.svg);background-size:cover;background-position:50%}@media screen and (max-width:1024px){.login-container{flex-direction:column;height:calc(100vh - 143px)}}.login-container .main-content{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;text-align:center;align-items:center}.login-container .main-content.left{background-color:#fff}@media screen and (max-width:1024px){.login-container .main-content.left{height:50%}}.login-container .main-content.dark,.login-container .main-content.dark .inner-content{background-color:#262626;color:#fff}.login-container .main-content h1{font-size:2.5em;border:0}@media screen and (max-width:768px){.login-container .main-content h1{font-size:2em}}.login-container .main-content img{object-fit:cover;max-width:350px;height:auto;width:75%}.login-container .main-content .login-content{background-color:#fff;padding:50px;border-radius:10px;width:60%;max-width:750px}@media screen and (max-width:1100px){.login-container .main-content .login-content{width:75%}}.login-container .main-content .login-content:nth-child(2){margin-top:20px}.login-container .main-content .login-content h3{margin:0 0 40px}.login-container .main-content .login-content .button{width:100%}.login-container .main-content .login-content .button:nth-child(2){margin-top:20px}.login-container .main-content .login-content a{font-size:1.25em}.dropdown-container{position:relative;display:inline-block;width:100%}.label{display:block;margin-bottom:8px;font-weight:700}.dropdown-button{background-color:#fff;cursor:pointer;color:#262626;display:flex;justify-content:space-between;align-items:center;border:1px solid #606060;border-radius:5px;padding:5px 10px;font-size:1em;font-weight:400;width:100%;height:31px;max-width:none;box-sizing:border-box}@media screen and (max-width:768px){.dropdown-button{font-size:16px}}.dropdown-button:hover{background-color:#fff}.arrow{font-size:.7em;margin-left:20px}.dropdown-menu{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid #606060;border-radius:5px;z-index:1000;max-height:200px;overflow-y:auto;display:block;flex-direction:column}.dropdown-item{padding:5px 10px;cursor:pointer}.dropdown-item:hover{background-color:#ebebeb}.field-container{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;margin:20px 0}.field-container.heading label{text-align:center;width:100%}.field-container.disabled .input-field input{background-color:#ebebeb;color:#ebebeb;pointer-events:none}.field-container label{font-weight:600}.field-container label span{display:block;font-style:italic;font-weight:400;margin-top:7px}.field-container .input-field{position:relative}.field-container .input-field .field-icon{position:absolute;top:7px;left:5px;fill:#007cad}.field-container .input-field .field-icon.end{left:auto;right:5px}.field-container input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.field-container input[type=number]::-webkit-inner-spin-button,.field-container input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.field-container input:not([type=radio],[type=checkbox]){border:1px solid #606060;border-radius:5px;text-align:center;font-size:1em;padding:5px 10px;width:100%}.field-container input:not([type=radio],[type=checkbox]):focus{outline:none;border-color:#51c748}.field-container.stacked{flex-direction:column;align-items:start}.field-container.stacked label{margin-bottom:5px;text-align:left}.field-container.stacked input{text-align:left}.field-container.stacked div{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width:768px){.field-container.stacked div{flex-direction:column;align-items:start;gap:0}.field-container.stacked div input{margin-bottom:10px}}.dynamic-button-container{display:flex;justify-content:end;margin-top:20px}.dynamic-button-container .dynamic-button{font-size:1em;display:flex;gap:20px;justify-content:space-between;margin:0 0 0 20px}.dynamic-button-container .dynamic-button svg{fill:#fff}.status-modal{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);text-align:center;z-index:1000}.status-modal svg{fill:#007cad;stroke:#007cad;width:200px;height:200px}.status-modal svg.error{fill:#51c748;stroke:#51c748}.status-modal div{background-color:#fff;border-radius:5px;padding:20px;max-width:400px;width:85%}.status-modal .button{width:100%;margin-top:50px}.pillar-fields{border-bottom:1px solid #ebebeb;border-color:#ebebeb currentcolor;border-top:1px solid #ebebeb}.pillar-fields .field-container{justify-content:space-between;padding:20px 50px;position:relative;margin:0;gap:20px}@media screen and (max-width:1024px){.pillar-fields .field-container{padding:20px}}.pillar-fields .field-container:after{position:absolute;content:"";display:block;clear:both;width:100%;height:1px;background-color:#ebebeb;bottom:0;left:0}.pillar-fields .field-container:last-child:after{display:none}.pillar-fields .field-container input:not([type=radio],[type=checkbox]){width:200px}@media screen and (max-width:768px){.pillar-fields .field-container input:not([type=radio],[type=checkbox]){width:100px}}.pillar-fields .field-container .radio-button-group{width:auto}.pillar-fields .field-toggle{display:flex;position:relative;justify-content:space-between;flex-direction:row;align-items:center}@media screen and (max-width:1100px){.pillar-fields .field-toggle{display:block}}.pillar-fields .field-toggle:after{position:absolute;content:"";display:block;clear:both;width:100%;height:1px;background-color:#ebebeb;bottom:0;left:0}.pillar-fields .field-toggle .field-toggle-item{width:48%;max-width:500px}@media screen and (max-width:1100px){.pillar-fields .field-toggle .field-toggle-item{width:100%;max-width:none}}.pillar-fields .field-toggle .field-toggle-item.spacer{width:4%;font-weight:600;text-align:center}@media screen and (max-width:1100px){.pillar-fields .field-toggle .field-toggle-item.spacer{width:100%}}.pillar-fields .field-toggle .field-toggle-item .field-container:after{display:none}.pillar-fields .field-toggle .field-toggle-item input:not([type=radio],[type=checkbox]){width:100px}.table-scroll{overflow-x:auto;min-width:200px}table{width:100%;border-collapse:collapse}table th{background-color:#262626;color:#fff;font-weight:700}table tr:nth-child(2n){background-color:#ebebeb}table td,table th{padding:15px;text-align:center;vertical-align:top}table td:nth-child(2),table th:nth-child(2){border-left:1px solid #ebebeb;border-bottom-color:#ebebeb;border-right:1px solid #ebebeb;border-top-color:#ebebeb}table td:nth-child(3),table th:nth-child(3){width:50%;justify-content:space-evenly}table td:last-child,table th:last-child{border-left:1px solid;border-color:#ebebeb}table td.left,table th.left{text-align:left}table .field-container{width:100%;margin:0 auto;justify-content:center}table .field-container input:not([type=radio],[type=checkbox]){width:100px}.radio-button-group{display:flex;flex-direction:row;justify-content:space-evenly;gap:20px;width:100%}.radio-button-group label{display:flex;width:auto;justify-content:flex-end;align-items:center;font-weight:400}@media screen and (max-width:1024px){.radio-button-group label{flex-direction:column}}.radio-button-group input{margin:0 10px 0 0}@media screen and (max-width:1024px){.radio-button-group input{margin:0 0 5px}}.toggle-field-group{display:flex;gap:10px}@media screen and (max-width:768px){.toggle-field-group{flex-direction:column;align-items:start}}.toggle-field-group .button{font-size:1em;padding:5px 10px;font-weight:400;border:0}.toggle-field-group .button:not(.white){pointer-events:none}.roi-section{width:100%;padding:50px;text-align:center;border-color:currentcolor #ebebeb #ebebeb;border-top:1px solid #ebebeb}@media screen and (max-width:1100px){.roi-section{padding:20px}}.roi-section.headline{background-color:#007cad;color:#fff;padding:20px 0}.roi-section.headline h2{margin:0}.roi-section h2,.roi-section h3{font-weight:600;margin-top:0;display:flex;justify-content:center;align-items:center}.roi-section h2 .field-container.dropdown,.roi-section h3 .field-container.dropdown{width:auto;margin:0 15px;display:inline}.roi-section h2 .field-container.dropdown .dropdown-button,.roi-section h3 .field-container.dropdown .dropdown-button{padding:20px 10px 20px 20px;color:#007cad}.roi-section h2 .field-container.dropdown .dropdown-item,.roi-section h3 .field-container.dropdown .dropdown-item{font-size:.75em;font-weight:400}.roi-section h3{font-size:1.75em}@media screen and (max-width:1400px){.roi-section h3{font-size:1.5em}}.roi-section h3 svg{height:50px;width:50px;margin:0 20px}.roi-section h2,.roi-section th,.roi-section tr{font-size:1.5em}@media screen and (max-width:1400px){.roi-section h2,.roi-section th,.roi-section tr{font-size:1.2em}}.roi-section span.green{color:#262626;background-color:#51c748;border-radius:5px;padding:5px 10px}.roi-section span.blue{color:#007cad;margin:0 0 0 10px}.roi-section .callout{display:flex;justify-content:space-evenly;align-items:center}@media screen and (max-width:768px){.roi-section .callout{display:block}}.roi-section .callout .lrg-callout{font-size:1.75em;font-weight:600;display:flex;justify-content:center;align-items:center;max-width:48%;margin:20px auto}.roi-section .callout .lrg-callout.wide{max-width:100%;width:75%}@media screen and (max-width:880px){.roi-section .callout .lrg-callout.wide{width:100%;display:block}}.roi-section .callout .lrg-callout.wide span{display:inline-block;margin-top:5px}.roi-section .callout .lrg-callout.wide p{text-align:center;width:100%;margin-bottom:30px}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout{font-size:1.5em}}@media screen and (max-width:768px){.roi-section .callout .lrg-callout{max-width:100%}}.roi-section .callout .lrg-callout div{margin-left:20px}.roi-section .callout .lrg-callout span{font-size:2em;padding:0 10px}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout span{font-size:1.25em}}.roi-section .callout .lrg-callout span.red{color:#fa1d1d}.roi-section .callout .lrg-callout svg{fill:#51c748;stroke:#51c748;height:100px;width:100px}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout svg{height:75px;width:75px}}.roi-section .callout .lrg-callout svg.red{fill:#fa1d1d;stroke:#fa1d1d}.roi-section .callout .lrg-callout svg.lrg-icon{height:125px;width:125px;margin-right:20px}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout svg.lrg-icon{height:100px;width:100px}}.roi-section .callout .lrg-callout p{width:65%;line-height:1.5em;text-align:left;margin:0}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout p{font-size:.8em}}.roi-section .callout .lrg-callout p span{font-size:1.25em}@media screen and (max-width:1400px){.roi-section .callout .lrg-callout p span{font-size:1em}}.roi-section .callout .fleet-icon{width:18%;margin:0 auto;height:auto}.roi-section .callout .fleet-icon:nth-child(odd){margin-bottom:10%}.roi-section table{width:100%;border-collapse:collapse;margin-bottom:20px}.roi-section table img{width:20px;height:20px;margin-right:10px}.roi-section table th{background-color:#fff;color:#007cad;font-weight:400;font-style:italic;font-size:1em}.roi-section table th,.roi-section table tr{font-weight:600;border-bottom:1px solid;border-color:#ebebeb}.roi-section table tr:last-child{border-bottom:none}.roi-section table tr:nth-child(2n){background-color:#fff}.roi-section table td,.roi-section table th{padding:15px;text-align:center}.roi-section table td:first-child,.roi-section table th:first-child{width:50%;text-align:left}.roi-section table td:nth-child(3),.roi-section table th:nth-child(3){width:auto;justify-content:space-evenly}.roi-section table svg{margin-right:10px}.roi-section svg{fill:#51c748;stroke:#51c748}.roi-section svg.blue{fill:#007cad;stroke:#007cad}.roi-section svg.red{fill:#fa1d1d;stroke:#fa1d1d}