@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff;--orange-color:#ff8646;--darkBlue-color:#002d3e;--lightBlue-color:#005b7f}*{box-sizing:border-box;margin:0;padding:0}.app{font-family:var(--font-base);min-height:100%}.app,.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__lightGray{background-color:#f7f7f7}.app_smooth_scroll{scroll-behavior:smooth}.app__container{display:flex;flex-direction:row;min-height:100vh;position:relative;width:100%;z-index:0}.app__flex{align-items:center;display:flex;justify-content:center}.column{display:flex;flex-direction:column}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{bottom:0;flex-direction:column;justify-content:flex-end;left:0;padding:1rem;position:absolute;top:0;z-index:5}.app__social,.app__social a{align-items:center;display:flex}.app__social a{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social a svg{color:var(--gray-color);height:15px;width:15px}.app__social a:hover{background-color:var(--darkBlue-color);border-color:var(--darkBlue-color)}.app__social a:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social a{height:70px;margin:.5rem 0;width:70px}.app__social a svg{height:30px;width:30px}}@media screen and (max-width:1200px){.app__social{display:none}}.app__navigation{bottom:0;height:auto;padding:.75rem;position:absolute;right:0;top:0;z-index:5}.app__navigation,.app__navigation div{align-items:center;display:flex;flex-direction:column;justify-content:center}.app__navigation div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:10px;padding:.25em}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--darkBlue-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:1200px){.app__navigation{display:none}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#fff;display:flex;justify-content:center;padding:.5rem 1rem;position:fixed;transition:all .3s ease-in-out;width:100%;z-index:1}@media screen and (min-width:900px){.app__navbar{padding:1rem 2rem}}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start;text-align:center}.app__navbar-logo img{height:20px;transition:all .3s ease-in-out;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-hamburger-wrapper:hover{cursor:pointer}.app__navbar-hamburger-wrapper{z-index:20}.app__navbar-drawer{height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:10}.app__navbar-drawer-content{position:relative}.app__navbar-drawer-backdrop{height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:9}.app__navbar-drawer-elements-wrapper,.app__navbar-drawer-elements-wrapper-mobile{background-color:var(--white-color);border-bottom:1px solid var(--lightGray-color);box-shadow:0 15px 10px #00000026;padding-top:.5rem;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:100%;z-index:10}.app__navbar-links{align-items:center;display:flex;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 .5rem;position:relative}.app_navbar-list-titles{color:var(--darkBlue-color);font-size:1.1rem;position:relative;transition:all .3s ease-in-out;z-index:5}.app_navbar-list-titles:hover{color:var(--orange-color);cursor:pointer}.app_navbar-list-titles-image{border-radius:50%;height:1.5rem;object-fit:cover;position:relative;transition:all .3s ease-in-out;width:1.5rem;z-index:5}.app_navbar-list-titles-image:hover{box-shadow:0 0 15px var(--orange-color)}.app__navbar-btn{background-color:var(--orange-color);border:1px solid var(--orange-color);border-radius:3px;box-shadow:none;color:var(--white-color);margin-right:1rem;padding:.5rem 1rem;transition:all .3s ease-in-out}.app__navbar-btn h2{font-size:1rem;font-weight:500}.app__navbar-btn:hover{background-color:var(--white-color);border:1px solid var(--orange-color);color:var(--orange-color);cursor:pointer}.app__dropdown-wrapper{background-color:var(--white-color);box-shadow:0 0 25px #00000026;left:0;position:absolute}.app__dropdown-wrapper,.app__dropdown-wrapper-relative{border-radius:3px;display:flex;flex-direction:column;height:auto;top:100%;transition:all .3s ease-in-out;z-index:2}.app__dropdown-wrapper-relative{align-items:center;background-color:var(--lightGray-color);justify-content:center;text-align:center;width:100%}.app__dropdown-li{display:flex;flex-direction:column;list-style-type:none}.app__dropdown-li p{color:var(--lightBlue-color);font-size:17px;text-decoration:none;white-space:nowrap}.app__dropdown-li img{cursor:pointer;height:2rem;object-fit:cover;width:3rem}.app__dropdown-li img:hover{box-shadow:0 0 25px var(--lightBlue-color)}@media screen and (max-width:900px){.app__dropdown-li img{margin:.5rem}}.app__dropdown-li:hover p{color:var(--orange-color);transition:all .3s ease-in-out}.app__dropdown-backdrop{bottom:0;cursor:default;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:1}.app__navbar-subitems-container{display:flex;flex-direction:column;line-height:2rem}.app__contact-wrapper-container{display:flex;flex-direction:row}@media screen and (max-width:900px){.app__contact-wrapper-container{flex-direction:column}}.app__contact-form-wrapper{flex-direction:row;max-width:1200px;position:relative;transition:all .3s ease-in-out}#form,.app__contact-form-wrapper{align-items:center;display:flex;justify-content:center;width:100%}#form{background:var(--white-color);border-radius:5px;box-shadow:0 0 35px #0000001a;flex-direction:column;max-width:850px;padding:1rem}.app__contact-form-group-wrapper{display:flex;flex-direction:row;gap:2rem;width:100%}.app__contact-form-group-container{display:flex;flex:1 1;flex-direction:column;width:100%}.app__contact-form-group-container input{width:100%}label{color:var(--gray-color);display:flex;flex-direction:column;margin-top:.5rem}input,textarea{background:var(--darkBlue-color);border:1px solid #0000;border-radius:.5rem;color:#e5e5e5;font-size:1rem;padding:.75rem;transition:all .25s ease 0s}textarea{max-height:200px;max-width:100%;min-height:50px;min-width:200px;width:100%}input:focus,input:hover,textarea:focus,textarea:hover{border-color:var(--lightBlue-color);box-shadow:0 0 10px 3px var(--lightBlue-color);outline:none!important}.app__contact-form-file-upload-wrapper{align-items:center;border:1px dotted var(--gray-color);border-radius:.5rem;display:flex;flex-direction:column;height:100%;justify-content:center;margin:1rem 0;width:100%}.app__contact-form-file-upload-wrapper h4{color:var(--gray-color);margin-top:1rem}.app__contact-form-file-upload-wrapper p{align-items:center;color:gray;display:flex;justify-content:center;padding:.2rem 2rem;text-align:center}.file-upload{max-width:600px;padding:0 2rem;width:100%}.file-upload .file-upload-select{background:var(--darkBlue-color);border-radius:.5rem;color:#dbdbdb;cursor:pointer;display:block;margin:1rem 0;overflow:hidden;position:relative;text-align:left;width:100%}.file-upload .file-upload-select:hover{border-color:var(--lightBlue-color);box-shadow:0 0 10px 3px var(--lightBlue-color);outline:none!important}.file-upload .file-upload-select .file-select-button{background:var(--darkBlue-color);display:inline-block;padding:10px}.file-upload .file-upload-select .file-select-name{display:inline-block;padding:10px}.file-upload .file-upload-select:hover .file-select-button{background:#324759;color:#fff;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.file-select-button:hover{background:var(--darkBlue-color)}input[type=file]{display:none}.app__contact-form-submit-btn{background:var(--orange-color);border:1px solid var(--orange-color);border-radius:5px;color:var(--white-color);max-width:200px;padding:.5rem 1rem;transition:all .3s ease-in-out;width:100%}.app__contact-form-submit-btn:hover{background:var(--white-color);color:var(--orange-color);cursor:pointer}.app__contact-form-close-btn{background:var(--gray-color);border:1px solid var(--gray-color);border-radius:5px;color:var(--white-color);max-width:150px;padding:.5rem 1rem;transition:all .3s ease-in-out;width:100%}.app__contact-form-close-btn:hover{background:var(--white-color);color:var(--gray-color);cursor:pointer}.app__footer{align-items:center;background:var(--darkBlue-color);bottom:0;display:flex;justify-content:center;position:relative;transition:all .3s ease-in-out;width:100%}.app__footer-wrapper{display:flex;flex-direction:column;height:100%;max-width:1200px;position:relative}@media screen and (min-width:1232px){.app__footer-wrapper{padding:0 2rem}}@media screen and (min-width:800px)and (max-width:1232px){.app__footer-wrapper{padding:0 2rem}}@media screen and (max-width:800px){.app__footer-wrapper{padding:0 1rem}}.app__footer-content-section{display:flex;flex-direction:row}.app__footer-content-section h3{color:var(--lightGray-color);font-weight:lighter;letter-spacing:1.5px;margin-bottom:.5rem}.app__footer-content-section p{color:var(--gray-color);text-align:justify}@media screen and (min-width:1232px){.app__footer-content-section{padding:1rem 0}}@media screen and (min-width:800px)and (max-width:1232px){.app__footer-content-section{padding:1rem 0}}@media screen and (max-width:800px){.app__footer-content-section{padding:1rem 0}}.app__footer-about{flex:3 1;flex-direction:column;padding:45px 2rem 0 0}.app__footer-about,.app__footer-quickLinks{display:flex;font-size:15px;line-height:24px}.app__footer-quickLinks{flex:1 1;flex-direction:column;padding:45px 0 0}.app__footer-quickLinks div{display:grid;grid-template-columns:repeat(2,150px);width:100%}.app__footer-quickLinks a{text-decoration:none}.app__footer-quickLinks a:hover p{color:var(--orange-color);transition:all .3s ease-in-out}@media screen and (max-width:768px){.app__footer-content-section{flex-direction:column}}.app__footer-divider{background-color:var(--gray-color);height:1px;margin-top:3rem;width:100%}.app__footer-copyright{align-items:center;color:var(--gray-color);display:flex;flex-direction:column;font-size:1rem;font-weight:lighter;justify-content:center;padding:1.5rem;text-align:center}.app__footer-return-to-top-arrow{background-color:var(--white-color);border-radius:50%;box-shadow:0 0 35px #0003;display:flex;height:50px;position:absolute;right:100px;top:-25px;width:50px}.app__footer-return-to-top-arrow,.app__footer-return-to-top-arrow svg{align-items:center;justify-content:center;transition:all .3s ease-in-out}.app__footer-return-to-top-arrow svg{color:var(--orange-color);font-size:1.5rem;font-weight:500;height:100%;width:100%}.app__footer-return-to-top-arrow:hover svg{color:var(--white-color)}.app__footer-return-to-top-arrow:hover{background-color:var(--orange-color);cursor:pointer}.app__footer-map-wrapper{display:flex;flex-direction:column;padding-top:2rem;width:100%}.app__footer-map{border:0;border-radius:.2rem;box-shadow:0 0 35px #0003;display:flex;flex:3 1;transition:all .3s linear}.app__footer-map-details{display:flex;flex-direction:column}.app__footer-map-details h3{color:var(--lightGray-color);font-weight:lighter;letter-spacing:1.5px;padding-top:1rem}@media screen and (min-width:768px){.app__footer-map-details{flex-direction:row}}.app__footer-address-container{display:flex;flex:1 1;flex-direction:column}.app__footer-address-container p{color:var(--gray-color);text-align:justify}.app__footer-contact-container{cursor:pointer;display:flex;flex:1 1;flex-direction:column}.app__footer-contact-container svg{color:var(--orange-color);font-size:1.5rem}.app__footer-contact-container p{color:var(--gray-color);padding:0 1rem}.app__footer-contact-container a{display:flex;flex-direction:row;text-decoration:none}.footer_email{padding:.5rem 0}.footer_email,.footer_fax,.footer_telephone{display:flex;flex-direction:row;transition:all .3s ease-in-out}.footer_fax h4{color:var(--orange-color)}.app__about-headerIMG{align-items:center;height:150px;justify-content:center;max-width:1200px;position:relative;transition:all .3s ease-in-out;width:100%}.app__about-headerIMG img{height:100%;object-fit:cover;width:100%}@media screen and (min-width:768px){.app__about-headerIMG{height:200px}}.app__header-floating-img{background-color:var(--white-color);border-radius:50%;bottom:-100px;box-shadow:0 0 45px #0003;height:220px;overflow:hidden;padding:2rem;position:absolute;right:10%;width:220px}.app__header-floating-img img{height:100%;object-fit:contain;width:100%}@media screen and (max-width:900px){.app__header-floating-img{border-radius:50%;bottom:0;height:100px;left:calc(50% - 50px);padding:1rem;width:100px}}.app__general-info{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__general-info{padding:4rem 1rem 2rem}}.app__general-info-content-wrapper{max-width:1200px;width:100%}.app__general-section-wrapper{padding:2rem 0}.app__general-section-wrapper h2{color:var(--lightBlue-color);font-size:1.5rem}.app__general-section-wrapper p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__general-info-tolerance-list-item{color:var(--gray-color);margin-bottom:.5rem}.app__general-info-list-wrapper{margin-top:1.5rem}.app__general-info-list-wrapper-styled{grid-row-gap:1.5rem;grid-column-gap:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem;transition:all .3s ease-in-out}.app__general-info-tolerance-list-item-styled{align-items:center;display:flex;flex-direction:row;position:relative}.app__general-info-tolerance-list-item-styled svg{color:var(--orange-color);font-size:1.5rem}.app__general-info-tolerance-list-item-styled h6{align-items:center;color:var(--gray-color);display:flex;font-size:1rem;font-weight:lighter;padding-left:1.5rem;width:100%}.app__general-info-list-item-svg-wrapper{left:1rem}.app__materials{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem 0;width:100%}.app__materials h2,.app__materials p{width:100%}.app__materials-wrapper{grid-row-gap:1.5rem;grid-column-gap:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1.5rem;width:100%}.app__materials-card{box-shadow:0 0 35px #0000001a;display:flex;flex-direction:column;height:100%;width:100%}.app__materials-title-wrapper{align-items:center;background-color:var(--darkBlue-color);border-radius:0 0 5px 5px;color:var(--lightBlue-color);display:flex;height:100%;justify-content:center;padding:.5rem;width:100%}.app__materials-title-wrapper h3{color:var(--lightGray-color);font-size:1.1rem}.app__materials-image-wrapper{border-radius:5px;display:flex;height:100%;width:100%}.app__materials-image-wrapper img{height:100%;object-fit:scale-down;width:100%}.app__contact-form-popup-page{align-items:center;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:100}.app__contact-form-popup{background-color:red;display:flex;position:-webkit-sticky;position:sticky;z-index:110}.app__contact-form-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#002d3ecc;height:100%;position:absolute;width:100%;z-index:90}.app__homepage-header{align-items:center;flex-direction:column;height:calc(100vh - 8rem);justify-content:flex;transition:all .3s ease-in-out}.app__homepage-header,.app__homepage-header-wrapper{display:flex;margin:0;padding:0;position:relative;width:100%}.app__homepage-header-wrapper{height:100%;max-width:1200px;z-index:1}.app__homepage-hero-image{display:flex;height:100%;object-fit:cover;position:absolute;width:100%;z-index:0}.app__homepage-fastQuote-card{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:1rem 5rem 3rem;position:absolute;right:0;z-index:1}@media screen and (max-width:900px){.app__homepage-fastQuote-card{align-items:center;bottom:1rem;display:flex;flex-direction:column;justify-content:center;left:1rem;padding:0;right:1rem;z-index:1}}.app__hero-card-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0000004d;border-left:1px solid var(--lightGray-color);border-radius:5px;border-right:1px solid var(--lightGray-color);border-top:1px solid var(--lightGray-color);display:flex;flex-direction:column}.app__hero-card-content h2{color:var(--white-color);font-size:2rem;font-weight:800;padding:1rem}@media screen and (max-width:900px){.app__hero-card-content h2{font-size:1.3rem;font-weight:800;padding:1rem}}.app__header-fastQuote-listItem{align-items:center;display:flex;flex-direction:row;padding:.5rem 1rem 0}.app__header-fastQuote-listItem p{align-items:center;color:var(--white-color);display:flex;font-size:1.3rem;height:100%;justify-content:flex-start;padding:0 0 0 1rem;width:100%}.app__header-fastQuote-listItem svg{fill:var(--white-color);font-size:2rem}@media screen and (max-width:900px){.app__header-fastQuote-listItem p{align-items:center;color:var(--white-color);display:flex;font-size:1rem;height:100%;justify-content:flex-start;padding:0 0 0 .8rem;width:100%}.app__header-fastQuote-listItem svg{fill:var(--white-color);align-items:center;font-size:1.3rem;height:100%;justify-content:center}}.app__header-fastQuote-listItem:last-child{padding:.5rem 1rem 1rem}.app__hero-btn-wrapper{align-items:center;background-color:#fff;border-radius:0 0 5px 5px;display:flex;justify-content:center;margin-top:1rem;padding:1rem;width:100%}.app__hero-btn{background-color:var(--orange-color);border:1px solid var(--orange-color);border-radius:2px;color:var(--white-color);font-size:1rem;letter-spacing:.05rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease-in-out}.app__hero-btn:hover{background-color:var(--white-color);border:1px solid var(--orange-color);color:var(--orange-color);cursor:pointer}.app__homepage-services{align-items:center;display:flex;flex-direction:column;justify-content:flex;max-width:1200px;position:relative;transition:all .3s ease-in-out;width:100%}.app__homepage-services-title h1{color:var(--gray-color)}.app__homepage-services-title p{color:gray}.app__homepage-services-card-wrapper{background-color:var(--white-color);border-radius:5px;box-shadow:0 0 35px #0000001a;display:grid;grid-template-columns:repeat(2,1fr);margin:1rem 3rem 0}@media screen and (max-width:800px){.app__homepage-services-card-wrapper{display:flex;flex-direction:column;margin:1rem 1rem 0}}@media screen and (min-width:2000px){.app__homepage-services-card-wrapper{width:1200px}}@media screen and (min-width:1232px){.app__homepage-services-card-wrapper{margin:2rem 0 0}}.app__homepage-services-card{background-color:var(--white-color);border:1px solid #0000000d;display:flex;flex-direction:column;padding:30px;text-decoration:none;transition:all .3s ease-in-out;width:100%}.app__homepage-services-card img{filter:grayScale(1);height:80px;object-fit:scale-down;-webkit-user-select:none;user-select:none;width:80px}.app__homepage-services-card h2{color:var(--darkBlue-color);font-size:1.3rem;padding-left:.25rem;transition:all .3s ease-in-out}.app__homepage-services-card p{color:var(--gray-color);font-size:1rem;margin-top:.5rem}.app__homepage-services-card:hover{border:1px solid #0000;box-shadow:0 0 25px #ff864680;cursor:pointer;scale:1.05;z-index:1}.app__homepage-services-card:hover img{filter:grayScale(0)}.app__homepage-services-card:hover h2{color:var(--orange-color)}.app__homepage-services-card:hover p{-webkit-line-clamp:40}@media screen and (max-width:800px){.app__homepage-services-card:hover{scale:none}}@media screen and (min-width:2000px){.app__homepage-services-card img{height:120px;width:120px}}.app__experience-wrapper{align-items:center;display:flex;justify-content:flex;max-width:1200px;position:relative;transition:all .3s ease-in-out;width:100%}@media screen and (min-width:768px)and (max-width:1232px){.app__experience-wrapper{padding:0 3rem}}.app__experience-image{display:flex;flex:1 1;height:350px}.app__experience-image img{border-radius:5px;box-shadow:0 0 35px #0000001a;height:100%;object-fit:cover;width:100%}@keyframes imageAnimation{0%{x:100;opacity:0}to{x:0;opacity:1}}.app__experience-content-wrapper{align-items:flex-start;background-color:var(--white-color);border-radius:5px;box-shadow:0 0 35px #0000001a;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin:0 0 0 40px;padding:1rem}.app__experience-content-wrapper h2{color:var(--gray-color);margin-bottom:1rem}.app__experience-content-wrapper svg{color:var(--orange-color);font-size:2rem}.app__experience-list-item{display:flex;flex-direction:row;margin:.5rem 0}.app__experience-list-item p{color:var(--gray-color);font-size:1rem;padding-left:1rem}@media screen and (max-width:768px){.app__experience-wrapper{padding:0 1rem}.app__experience-card-wrap{display:flex;flex-direction:column}.app__experience-image{height:150px;padding:0 0 1rem}.app__experience-image img{height:150px}.app__experience-content-wrapper{margin:0}}.app__flow-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex;max-width:1200px;position:relative;transition:all .3s ease-in-out;width:100%}.app__flow-wrapper h1{color:var(--gray-color)}.app__flow-container{display:flex;flex-direction:column;padding:0 1rem 2rem;width:calc(100% - 2rem)}@media screen and (min-width:768px)and (max-width:1232px){.app__flow-container{margin:0 3rem;width:calc(100% - 6rem)}}.app__flow-timeline{background:repeating-linear-gradient(to right,var(--lightBlue-color) 0,var(--lightBlue-color) 3px,#fff0 3px,#fff0 6px);display:flex;height:3px;width:100%}@keyframes animate{0%{width:0}to{width:100%}}.app__flow-container-bottom{display:flex;flex:1 1;height:100%;justify-content:space-evenly}.app__flow-container-top{display:flex;flex:1 1;height:100%;justify-content:space-between}.app__flow-card-top{align-items:center;background-color:#fff;box-shadow:0 0 25px #00000026;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:1.5rem;padding:.5rem;position:relative;width:220px}.app__flow-card-top h3{background-color:#fffc;bottom:16px;color:var(--darkBlue-color)}.app__flow-card-top p{color:var(--gray-color)}.app__flow-card-bottom{align-items:center;background-color:#fff;box-shadow:0 0 25px #00000026;display:flex;flex-direction:column-reverse;justify-content:flex-end;margin-top:1.5rem;padding:.5rem;position:relative;width:220px}.app__flow-card-bottom h3{background-color:#fffc;color:var(--darkBlue-color);top:16px}.app__flow-card-bottom p{color:var(--gray-color)}.app__flow-card-wrapper{background-color:#fff;border-radius:3px;height:80px;padding:.5rem;width:80px}.app__flow-card-wrapper img{height:100%;object-fit:scale-down;width:100%}.app__flow-cars-subitems{align-items:flex-start;display:flex;flex-direction:row;justify-content:center}.app__flow-cars-subitems svg{color:var(--orange-color);font-size:1.3rem;margin-right:.5rem}.app__flow-mobile-view-container{display:flex;flex-direction:row;height:100%;width:100%}.app__flow-mobile-view-dotted{background:repeating-linear-gradient(to bottom,var(--lightBlue-color) 0,var(--lightBlue-color) 3px,#fff0 3px,#fff0 6px);display:flex;height:100%;margin-right:1rem;width:3px}.app__flow-mobile-list-wrapper{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;width:100%}.app__flow-mobile-view-list-item{align-items:center;background-color:#fff;box-shadow:0 0 25px #00000026;display:flex;padding:.5rem;position:relative;width:100%}.app__flow-mobile-view-list-item h3{background-color:#fffc;color:var(--darkBlue-color);top:16px}.app__flow-mobile-view-list-item p{color:var(--gray-color)}.app__flow-mobile-view-list-item img{height:80px;object-fit:scale-down;padding:.5rem;width:80px}.dotted{background:repeating-linear-gradient(to right,var(--lightBlue-color) 0,var(--lightBlue-color) 3px,#fff0 3px,#fff0 6px);bottom:50%;display:flex;height:3px;left:-1rem;position:absolute;top:50%;width:1rem}.app__flow-mobile-view-content-container{display:flex;flex-direction:column;gap:1rem;height:100%;width:100%}.app__flow-mobile-view-content-container h3,.app__flow-mobile-view-subitems{align-items:center;justify-content:flex-start;margin-left:2rem}.app__flow-mobile-view-subitems{display:flex;flex-direction:row}.app__flow-mobile-view-subitems svg{color:var(--orange-color);font-size:1.3rem;margin-right:.5rem}.app__contact-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:flex;margin-top:80px;max-width:1200px;padding:4rem 2rem;position:relative;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:900px){.app__contact-wrapper{padding:4rem 1rem}}.app__contact-wrapper h1{color:var(--gray-color);margin-bottom:1rem}.app__contact-details-wrapper{align-items:flex-start;border-radius:5px;display:flex;flex-direction:column;justify-content:flex-start;margin-right:1rem;min-width:300px}.app__contact-details-wrapper h4{color:var(--darkBlue-color)}.app__contact-details-wrapper a,.app__contact-details-wrapper p{color:var(--gray-color);text-decoration:none;transition:all .3s ease-in-out}.app__contact-details-wrapper a:hover,.app__contact-details-wrapper p:hover{color:var(--orange-color);cursor:pointer}.app__contact-details-wrapper svg{fill:var(--orange-color);font-size:1.6rem;margin:1rem}.app__contact-small-wrapper{align-items:flex-start;background:var(--white-color);border-radius:5px;box-shadow:0 0 35px #0000001a;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem;width:100%}.app__contact-list-item{align-items:center;display:flex;flex-direction:row;padding:.5rem 0}.app__homepage{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;width:100vw}.app__wrapper{padding:0;scroll-behavior:auto!important}#homepage{scroll-behavior:smooth}#header{background:url(/static/media/header-home-1200x600.0fb3fbbbb03d38bb8694.png);background-position:50%;background-repeat:repeat;background-size:cover}#header,#services{position:relative}#header,#services,.app__about{align-items:center;display:flex;justify-content:center}.app__about{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__about{padding:4rem 1rem 2rem}}.app__about-content-wrapper{max-width:1200px;width:100%}.app__about-media-wrapper{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.app__about-media{display:flex;flex-direction:row;gap:1rem;margin-top:32px;max-width:100%;width:100%}@media screen and (max-width:900px){.app__about-media{flex-direction:column}}.solar_pannel,.solar_pannel_video{border-radius:8px;display:block;flex:4 1;height:280px;min-width:0;object-fit:cover}.app__about-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__about-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__about-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__about-page-section{padding:2rem 0}.app__about-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__about-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__about-p-title{color:var(--gray-color);margin:1.5rem 0 0}.app__about-p-list-item{color:var(--gray-color);padding:0 0 0 1rem}.app__about-p-list-item svg{margin-right:.2rem}.app__legislation{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__legislation{padding:4rem 1rem 2rem}}.app__legislation-content-wrapper{max-width:1200px;width:100%}.app__legislation-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__legislation-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__legislation-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__legislation-page-section{padding:2rem 0}.app__legislation-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__legislation-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__legislation-p-title{color:var(--gray-color);margin:1.5rem 0 0}.app__legislation-p-list-item{color:var(--gray-color);padding:0 0 0 1rem}.app__legislation-p-list-item svg{margin-right:.2rem}.app__legislation-logo-wrapper{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-around;padding:2rem;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:767px){.app__legislation-logo-wrapper{flex-direction:column;gap:3rem}}.app__about-logo-wrapper{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-around;padding:2rem;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:767px){.app__about-logo-wrapper{flex-direction:column;gap:3rem}}.app__about-logo-card{align-items:center;display:flex;flex:1 1;justify-content:center}.app__about-logo-card img{border-radius:3px;height:100%;max-height:150px;object-fit:contain;width:100%}.app__turning{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__turning{padding:4rem 1rem 2rem}}.app__turning-content-wrapper{max-width:1200px;width:100%}.app__turning-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__turning-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__turning-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__turning-page-section{padding:2rem 0}.app__turning-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__turning-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__reworking{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__reworking{padding:4rem 1rem 2rem}}.app__reworking-content-wrapper{max-width:1200px;width:100%}.app__reworking-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__reworking-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__reworking-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__reworking-page-section{padding:2rem 0}.app__reworking-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__reworking-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__broaching{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__broaching{padding:4rem 1rem 2rem}}.app__broaching-content-wrapper{max-width:1200px;width:100%}.app__broaching-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__broaching-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__broaching-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__broaching-page-section{padding:2rem 0}.app__broaching-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__broaching-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__milling{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__milling{padding:4rem 1rem 2rem}}.app__milling-content-wrapper{max-width:1200px;width:100%}.app__milling-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__milling-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__milling-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__milling-page-section{padding:2rem 0}.app__milling-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__milling-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__threading{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__threading{padding:4rem 1rem 2rem}}.app__threading-content-wrapper{max-width:1200px;width:100%}.app__threading-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__threading-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__threading-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__threading-page-section{padding:2rem 0}.app__threading-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__threading-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__assemblies{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__assemblies{padding:4rem 1rem 2rem}}.app__assemblies-content-wrapper{max-width:1200px;width:100%}.app__assemblies-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__assemblies-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__assemblies-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__assemblies-page-section{padding:2rem 0}.app__assemblies-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__assemblies-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__get-quotation-page{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:900px){.app__get-quotation-page{padding:4rem 1rem}}.app__quality_policy{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__quality_policy{padding:4rem 1rem 2rem}}.app__quality_policy-content-wrapper{max-width:1200px;width:100%}.app__quality_policy-page-title-wrapper{align-items:center;display:flex;justify-content:flex-start;padding:2rem 0 1rem;width:100%}.app__quality_policy-page-title-wrapper h1{color:var(--darkBlue-color);font-size:2rem;font-weight:lighter;letter-spacing:1px}.app__quality_policy-page-divider{background-color:var(--lightGray-color);height:1px;width:100%}.app__quality_policy-page-section{padding:2rem 0}.app__quality_policy-page-section h2{color:var(--lightBlue-color);font-size:1.5rem}.app__quality_policy-page-section p{color:var(--gray-color);font-size:1rem;margin-top:1.5rem}.app__qualityPolicy-values-wrapper{color:var(--gray-color);display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0 .5rem 1rem}.app__qualityPolicy-values-wrapper .app__qualityPolicy-values-title{align-items:flex-start;display:flex;flex-direction:row;gap:4px;justify-content:flex-start}.app__qualityPolicy-values-wrapper .app__qualityPolicy-values-title svg{height:100%;margin-top:2px}.app__qualityPolicy-values-wrapper .app__qualityPolicy-values-subtitles-wrapper{margin-bottom:1rem}.app__qualityPolicy-values-wrapper .app__qualityPolicy-values-subtitles-wrapper .app__quality-values-subtitles{align-items:flex-start;display:flex;flex-direction:row;gap:4px;justify-content:flex-start;margin-bottom:1rem;margin-left:1.5rem}.app__qualityPolicy-values-wrapper .app__qualityPolicy-values-subtitles-wrapper .app__quality-values-subtitles:last-child{margin-bottom:1rem}
/*# sourceMappingURL=main.d7abbd19.css.map*/