*{margin:0;padding:0;text-decoration:none}#rotate-text{width:25px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.openDisplay{background-color:#00f}.panel-error{color:red;display:flex;justify-content:center;align-items:center;width:100%;font-family:Chivo;font-size:16px}#logo{fill:#fff}#box{fill:#00f}.st1{fill:#fff;height:35}.slogan{font-weight:700;font-family:Chivo;letter-spacing:-5.1;font-size:clamp(64px,8vw,120px);line-height:max(64px,8vw)}.end{text-align:right}.tagline{margin-top:50px;font-weight:700;color:"#305105";font-family:Chivo;font-size:clamp(15px,5vw,26px)}.tagline-container{display:flex;justify-content:center}.button{padding:26px;border-radius:26px}@media (max-width:600px){.slogan{text-align:center}}.project-card-container{display:grid;grid-template-columns:33% 33% 33%}.project-card{padding:5px}@media (max-width:1050px){.project-card-container{display:grid;grid-template-columns:50% 50%}}@media (max-width:820px){.project-card-container{display:grid;grid-template-columns:100%}}.modal-root{display:none;position:fixed;z-index:1;left:0;top:0;width:100vw;height:100vh;overflow:auto;background:#000;background:rgba(0,0,0,.65)}.form-container{width:100%;height:100%;display:flex;padding-left:220px;justify-content:center;align-items:center}.form-inputs{width:50%;max-width:600px;outline:1px solid red;background:#fff;display:flex;flex-wrap:wrap;padding:20px;border-radius:8px}.button-container,.form-input{width:45%;min-width:250px;flex:1 1;margin-inline:10px}.button-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.delete-button{height:70%;max-width:200px;min-width:70px;max-height:50px;border-radius:10px;background:#000;display:flex;justify-content:center;align-items:center;color:#f0f8ff;transition:background 70ms,color 0ms;box-shadow:1px 2px 2px rgba(0,0,0,.479);font-weight:300;font-family:Chivo;padding:5px;padding-inline:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.delete-button:hover{background:#fff;color:#000;box-shadow:1px 2px 7px #000;cursor:pointer;font-weight:400}.delete{background:#fff;color:#000;outline:1px solid orange}.root{width:100vw;height:100vh}.top-toolbar-padding{width:100%;height:48px;background:#ff69b4}.under-toolbar-container{width:100vw;height:calc(100vh - 48px);display:flex;flex-direction:row}.side-toolbar-padding{width:220px;height:100%}.body-container{flex:1 1;width:calc(100% - 220px);overflow:hidden;height:100%;color:#fff}.new-and-edit-container{display:flex;justify-content:space-between}.new-panel-button{width:30vw;height:30vw;max-width:200px;max-height:50px;border-radius:10px;background:#000;display:flex;justify-content:center;align-items:center;color:#f0f8ff;margin:30px 30px 20px;transition:background 70ms,color 0ms;box-shadow:1px 2px 2px rgba(0,0,0,.479);font-family:Chivo;font-weight:300;font-size:20px}.new-panel-button:hover{background:#fff;color:#000;box-shadow:1px 2px 7px #000;cursor:pointer;font-weight:400}.new-panel-button-placeholder{width:30vw;height:30vw;width:200px;max-height:50px;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#f0f8ff;margin:30px 30px 20px}.selected-panel-container{color:#000;min-width:350px;flex:1 1;display:flex;justify-content:space-evenly;align-items:center;border:2px solid #000;margin-top:15px;border-radius:8px;font-family:Chivo;font-size:16px}.sort{border-style:solid;border-width:0 0 1px}.filter-container,.sort{margin:5px;font-size:16px}.filter-container{height:60px;border-radius:3px;display:flex;justify-content:center;align-items:center;color:#000;font-family:Chivo;font-weight:500;align-content:center}.filter-header{flex:1 1;display:flex;justify-content:space-between;min-width:0;max-width:300px;padding-inline:5px}.filter-input{margin-left:10px;width:80%;height:30px;padding-left:6px}.filter-make,.filter-model{flex:2 1}.filter-button{cursor:pointer;flex:1 1;display:flex;justify-content:center;border:1px solid #000;width:20px;height:20px;border-radius:10px;transition:background .1s;margin-left:10px}.filter-button:hover{background:red}.panel-list-container{overflow:scroll;height:-webkit-min-content;height:min-content;position:fixed;height:calc(100vh - 251px);overflow:auto;flex:1 1;width:calc(100vw - 221px)}.panel-container,.panel-container-header{height:40px;border-radius:3px;margin:5px;display:flex;align-items:center}.panel-container{background:#ebebeb}.panel-container:hover{cursor:pointer;background:#c2c2c2}.panel-data{font-family:Chivo;color:#202020;margin-inline:3px;padding-inline:3px;flex:1 1;justify-content:center;align-items:center;display:flex;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.make{flex:2 1}.make,.model{justify-content:left}.svg-container{height:1000px;margin-top:53px}#tooltip{width:200px;height:200px;background:#000;position:absolute;display:flex;justify-content:center;align-items:center;border-radius:10%;-webkit-animation-timing-function:cubic-bezier(.075,.82,.165,1);animation-timing-function:cubic-bezier(.075,.82,.165,1);-webkit-animation:tooltipAnimation 1s;animation:tooltipAnimation 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.triangle{display:inline-block;width:30%;height:30%;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(45deg) translate(100%,100%);transform:rotate(45deg) translate(100%,100%);background:#000}.tooltip-text{position:absolute;width:100%;height:100%;border-radius:10%;font-size:max(70%,15px);color:orange;font-family:Chivo;display:flex;justify-content:center;align-items:center}@media (max-width:1100px){.svg-container{height:90vw}}@media (max-width:475px){.svg-container{height:500px;padding-left:175px}.tooltip-text{font-size:12px}}@-webkit-keyframes tooltipAnimation{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes tooltipAnimation{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}#PhoneGrid rect{cursor:pointer;border-style:solid;border-width:1}#PhoneGrid text{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.st0{fill:none}.st1{fill:none;stroke:#999;stroke-width:.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st2{fill:none;stroke:#999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st3{display:none}.st4{stroke:#999;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st4,.st5{display:inline;fill:none}.st5{stroke:#999;stroke-width:12;stroke-linecap:round;stroke-miterlimit:10}.st6{display:inline;fill:none}.st7{stroke:#999;stroke-width:13;stroke-miterlimit:10}.st7,.st8{display:inline;fill:none}.st8{stroke:#1d1d00;stroke-width:12;stroke-miterlimit:10}.st9{display:inline}.st10{fill:none;stroke:#999;stroke-miterlimit:10}.st11,.st12{fill:#fff;stroke:#999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st12{stroke-width:.65}.st13{fill:none;stroke:#999;stroke-width:.65;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st14{fill:#fff;stroke:#999;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st15{fill:#fff;stroke:#999;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st16{fill:#fff;stroke:#999;stroke-width:.6281;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st17{fill:#fff;stroke:#999;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st18{fill:none;stroke:#9f9f9f;stroke-width:1.25;stroke-miterlimit:10}.st19{fill:none;stroke:#a0a0a0;stroke-width:1.25;stroke-miterlimit:10}.st20{fill:none;stroke:#9f9f9f;stroke-width:1.4622;stroke-miterlimit:10}.st21{fill:none;stroke:#b8b8b8;stroke-width:1.4622;stroke-miterlimit:10}.st22{fill:none;stroke:#999;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st23{fill:#fff}.st23,.st24{stroke:#999;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st24{fill:none}.st25{fill:none;stroke:#999;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st26{fill:none}.st26,.st27{stroke:#999;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st27{display:inline}.st27,.st28{fill:#fff}.st29{fill:#999}.st30{fill:none;stroke:#999;stroke-width:1.5;stroke-miterlimit:10}.st31{fill:none;stroke:#999;stroke-width:1.75;stroke-miterlimit:10}.st32{fill:none;stroke:#b8b8b8;stroke-width:1.25;stroke-miterlimit:10}.st33,.st34{fill:none;stroke:#9f9f9f;stroke-miterlimit:10}.st34{stroke-width:1.15}.st35{fill:none;stroke:#b8b8b8;stroke-miterlimit:10}.st36{fill:#fff;stroke:#999;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st37{fill:#fff;stroke:#999;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st38{fill:url(#Rectangle_5_00000170240004795152308700000002812699972897158285_)}.st39{fill:none;stroke:#999;stroke-width:4;stroke-miterlimit:10}.st40{font-family:"Chivo";font-size:22px}.st42{fill:#fff;stroke:#999;stroke-width:1.4873;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.st43{fill:#fff;stroke:#999;stroke-width:5.6862;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.header-container{margin-inline:auto;padding-left:32%;padding-right:10vw;margin-top:-350px;margin-bottom:80px;display:block;max-width:1500px;z-index:3;pointer-events:none;cursor:none}.header-new{font-size:60px;font-weight:900;background:"";z-index:1;cursor:none}.header-body,.header-new{font-family:Chivo;text-align:right;pointer-events:none}.header-body{font-size:24px;font-weight:300;display:inline-block}.but-why-container{margin-top:40px;padding-top:50px;border-radius:8px;box-shadow:0 0 50px rgba(0,0,0,.4196078431372549);border-bottom-width:2px}.but-why-container,.howDoesItWorkContainer{width:90%;margin-inline:auto;max-width:1000px}.howDoesItWorkContainer{padding-top:60px;display:flex}.containerForCards-computer{flex-grow:1;padding-inline:4px;padding-bottom:4px;border-bottom-right-radius:10px;border-top-right-radius:10px;box-shadow:0 2px 30px rgba(43,43,43,.404)}.containerForCards-app{position:relative;flex-grow:1;padding-inline:4px;padding-bottom:4px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:0 2px 5px #2b2b2b}.fixedTab{padding-left:10px;position:-webkit-sticky;position:sticky;top:400px;font-size:26px;font-family:Chivo;font-weight:900;min-width:100px;height:300px;padding-top:15px;color:#fff;z-index:2;box-shadow:-1px 2px 5px #2b2b2b}#fixedTab-computer{border-bottom-left-radius:8px;border-bottom-right-radius:0}#fixedTab-app{min-width:120px;border-bottom-left-radius:0;border-bottom-right-radius:8px}.howDoesItWork-card-body-computer,.howDoesItWork-card-body-computer-reverse{margin-top:5px;color:#000;border-color:#fff;margin-inline:auto;font-family:Chivo;border-width:1px;padding-block:10px;display:flex;border-radius:10px}.howDoesItWork-card-body-computer-reverse{flex-direction:row-reverse}.howDoesItWork-card-words-computer{margin-block:auto;margin-right:30px;font-size:18px;font-weight:300;text-align:left}.howDoesItWork-card-words-computer-reverse{margin-block:auto;margin-left:50px;font-size:18px;font-weight:300;text-align:right}@media (max-width:1100px){.header-container{margin-top:-31vw;padding-left:25%}}@media (max-width:700px){.header-container{padding-left:15%}.containerForCards-app,.containerForCards-computer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:8px}#howDoesItWork-container-computer{flex-direction:column;justify-content:center}#howDoesItWork-container-app{flex-direction:column-reverse;justify-content:center}#fixedTab-app,#fixedTab-computer{top:50px;width:100%;height:15%;border-bottom-left-radius:0;border-bottom-right-radius:0}.fixedTab{text-align:center;border-top:30px #fff;border-style:solid;border-right-width:0;border-left-width:0;border-bottom-width:0;box-shadow:0 0 0 #2b2b2b}}@media (max-width:475px){.header-container{margin-top:-170px;padding-inline:25px;padding-bottom:0;margin-bottom:10px;text-align:center}.header-new{font-size:38px}.header-body{font-size:18px;padding-left:0;background:#020024;background:linear-gradient(0deg,rgba(2,0,36,0),#fff)}.howDoesItWorkContainer{padding-top:20px}.containerForCards-app,.containerForCards-computer{border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:10px;border-bottom-left-radius:10px}.howDoesItWork-card-body-computer{flex-direction:column;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.howDoesItWork-card-body-computer-reverse{flex-direction:column}.howDoesItWork-card-image-computer{margin-inline:auto;padding-inline:10}.howDoesItWork-card-words-computer,.howDoesItWork-card-words-computer-reverse{margin-block:auto;padding-inline:15px;margin-right:0;font-size:18px;font-weight:300;text-align:center}.howDoesItWork-card-words-computer-reverse{margin-inline:0}}.root{border-radius:20px}.root-container{width:100%;height:100%;justify-content:center;background:#faf8ef;padding:30px;border-style:solid;border-width:4px;border-radius:1px}.platform-container,.root-container{display:flex;flex-direction:column;align-items:center}.platform-button-container{display:flex;flex-direction:row}.platform-header{font-family:Chivo;font-weight:700;font-size:32px}.platform-button{width:30vw;height:30vw;max-width:175px;max-height:175px;border-radius:10px;background:#000;display:flex;justify-content:center;align-items:center;color:#f0f8ff;margin:30px 30px 20px;transition:.15s;box-shadow:1px 2px 2px rgba(0,0,0,.479);font-family:Chivo;font-weight:300;font-size:22px}.platform-button:hover{background:#fff;color:#000;box-shadow:1px 2px 7px #000;cursor:pointer;font-weight:400}.form-header{font-family:Chivo;font-weight:900;font-size:20px;margin-top:-5px}.form-description{font-size:16px;max-width:300px;margin-inline:auto;margin-bottom:30px;text-align:center}.form-field-title{font-family:Chivo;font-weight:700;font-size:20}.application{margin-top:15px}.button{width:200px;height:40px;border-radius:25px;background:#000;display:flex;justify-content:center;align-items:center;color:#fdad0d;margin-inline:auto;margin-top:25px;box-shadow:1px 2px 2px rgba(0,0,0,.479);transition:box-shadow .15s}.button:hover{box-shadow:1px 2px 7px #000;cursor:pointer}.button:hover,.cancel{background:#fff;color:#000}.loading-container{margin:175px;display:flex;justify-content:center;flex-direction:column;align-items:center;font-size:16px;text-align:center}.res-success-container{min-width:250px;min-height:250px;padding:75px;text-align:center;font-size:17px}.progress{margin-bottom:30px}
/*# sourceMappingURL=main.4d440e55.chunk.css.map */