body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-toggle{touch-action:pan-x;display:inline-block;position:relative;cursor:pointer;background-color:transparent;border:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.react-toggle-screenreader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.react-toggle--disabled{cursor:not-allowed;opacity:.5;transition:opacity .25s}.react-toggle-track{width:50px;height:24px;padding:0;border-radius:30px;transition:all .2s ease}.react-toggle--checked .react-toggle-track,.react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track,.react-toggle-track,.react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track{background-color:#2699fb}.react-toggle-track-check{position:absolute;width:14px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;left:8px;opacity:0;transition:opacity .25s ease}.react-toggle--checked .react-toggle-track-check,.react-toggle-track-x{opacity:1;transition:opacity .25s ease}.react-toggle-track-x{position:absolute;width:10px;height:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;line-height:0;right:10px}.react-toggle--checked .react-toggle-track-x{opacity:0}.react-toggle-thumb{transition:all .5s cubic-bezier(.23,1,.32,1) 0ms;position:absolute;top:1px;left:1px;width:22px;height:22px;border:1px solid #4d4d4d;border-radius:50%;background-color:#fafafa;box-sizing:border-box;transition:all .25s ease}.react-toggle--checked .react-toggle-thumb{left:27px;border-color:#19ab27}.react-toggle--focus .react-toggle-thumb{box-shadow:0 0 2px 3px #fff}.react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb{box-shadow:0 0 5px 5px #fff}.no-match{height:100%;width:100%;padding-top:80px;background-color:#000;color:#fff}.no-match-header{width:300px;text-align:center;margin:0 auto;font-size:68px}.no-match p{width:400px;font-size:26px;margin:100px auto 0}.no-match .button{width:200px;padding:15px;margin:50px auto 0;background-color:#2699fb;border-radius:4px;text-align:center;font-size:16px;font-weight:700;cursor:pointer}.no-match .button:hover{opacity:.7}.navbar{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;min-height:100px;background:#222;border-bottom:4px solid #2699fb;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-banner{width:200px;text-align:center;color:#fff;font-size:40px}.navbar-items{width:55%;margin-right:10px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;color:#fff;font-size:18px}.navbar-items-item{-webkit-align-self:center;align-self:center;transition:.1s}.navbar-items-item:hover{color:#2699fb}.navbar-items-item a{text-decoration:none}.navbar-items-item a:visited{color:unset}.navbar-items.signed-in{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center}.navbar-items.signed-in,.navbar-items .signed-in{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;cursor:default}.navbar-items .signed-in{margin-left:10px;margin-right:10px;text-align:right;-webkit-align-self:center;align-self:center}.landing-page,.navbar-items .signed-in{-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.landing-page{display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;height:100%;font-size:26px;background-color:#1c1b1b}.landing-header{background-color:#0472c4;width:100%;height:100%;background:#000;background-repeat:no-repeat;background-size:cover;background-position:50%}@media only screen and (max-width:750px){.landing-header{background-position:left -400px top 0}}.landing-header .hero-image{height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-left:50%;overflow:hidden}.landing-header-content{float:right;margin-top:100px;margin-right:10%;max-width:calc(100vw - 10%)}.landing-header-content-icon{font-size:20px;color:#fff}.landing-header-content-text{margin-top:35px;margin-bottom:35px;color:#fff}.landing-header-content-text>p{margin:3px 0;font-size:45px;font-weight:700}@media only screen and (max-width:1024px){.landing-header-content-icon{margin-top:-60px}.landing-header-content-text{margin-top:220px}}@media only screen and (max-width:426px){.landing-header-content-icon{display:none}.landing-header-content-text{padding:180px 20px 20px;margin-top:0}.landing-header-content-text>p{font-size:40px}}.footer{-webkit-flex-shrink:0;flex-shrink:0;background-color:#222;color:#fff;min-height:100px;font-size:10px}.footer-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.footer-row>*{margin:0 10px}.footer-section{margin-top:29px;margin-bottom:15px;margin-left:-49px}.footer-section .section-header{margin-bottom:15px;line-height:1.2;text-align:left}.footer-section .links{line-height:2;text-align:left}.footer-section a{color:#fff;text-decoration:none}.footer-section a:visited{color:#fff}.footer-section a:hover{text-decoration:underline}.footer-section .copyright{margin-top:85px;margin-right:25px;text-align:right}@media only screen and (max-width:500px){.footer .social-media{margin-top:0}}.footer .social-media img{height:16px;width:16px;margin-right:20px}@media only screen and (max-width:500px){.footer .social-media{-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;justify-content:flex-start}.footer .social-media>*{margin:10px 0}}.footer .social-media .app-links{display:-webkit-flex;display:flex;margin-top:10px}@media only screen and (max-width:500px){.footer .social-media .app-links{-webkit-flex-direction:column;flex-direction:column}}.footer .social-media .app-links .google-play{position:relative;bottom:10px;margin-left:-10px;margin-right:10px;height:60px;width:155.04px}.dashboard{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;min-height:85vh;background-color:#000;color:#fff;overflow:hidden}.dashboard,.dashboard-nav{display:-webkit-flex;display:flex}.dashboard-nav{-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;width:100%}.dashboard-nav div:first-child{margin-right:60px}.dashboard-nav div:nth-child(2){margin-left:60px}.dashboard-nav-item{width:198px;border:2px solid #fff;border-top:none;border-radius:0 0 4px 4px;padding:8px 18px;text-align:center;font-size:16px;font-weight:700;line-height:1.88;cursor:pointer}.dashboard-nav-item.active{background-color:#fff;color:#000}.restorations-container{position:relative;margin-top:75px;padding-bottom:30px;width:1024px}.restorations-container-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;-webkit-align-items:center;align-items:center;margin-bottom:64px;margin-left:118px}.restorations-container-header button{width:148px!important;height:48px;font-size:16px}.restorations-container-header .shop-logo-container{margin-left:111px}.restorations-container-header .shop-logo-container img{max-width:50%;max-height:50%}.restorations-container-header .shop-logo-container .shop-owner-image{height:110px;width:200px;background-color:#e5e5e5;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.restorations-container-header .shop-logo-container .shop-owner-image img{width:83.8px;height:83.8px}.restorations-container-button{position:absolute;top:30px;width:150px;margin-left:10%;padding:15px 20px;background-color:#2699fb;border-radius:4px;font-size:16px;font-weight:700;text-align:center;transition:.1s}.restorations-container-button:hover{color:#2699fb;background-color:#fff}.restorations-container-button:active{background-color:#fff;box-shadow:inset 0 0 7px 1px #2699fb}.restorations-container .no-list{margin:0 120px 50px;background-color:#bce0fd;color:#2699fb;font-size:14px;padding:35px 35px 20px}.restorations-container .no-list-header{font-weight:700}.restorations-container .no-list-text{font-weight:400}.restorations-container .no-list-container{padding-bottom:10px;background-image:linear-gradient(90deg,#2699fb 2%,hsla(0,0%,100%,0) 20%);background-position:top;background-size:4px 2px;background-repeat:repeat-x}.restorations-container .triangle{margin-left:18%;height:0;width:0;border:20px solid transparent;border-bottom-color:#bce0fd}.restoration-list-container{background-image:linear-gradient(90deg,#2699fb 2%,hsla(0,0%,100%,0) 20%);background-position:bottom;background-size:4px 2px;background-repeat:repeat-x}.restoration{padding:12px 12px 20px;margin:0 15px;color:#2699fb;border-top:2px dotted rgba(38,153,251,.3)}.restoration,.restoration-row{display:-webkit-flex;display:flex}.restoration-row{padding:45px 0 20px 38px}.restoration-row .column{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.restoration-row .column.first{margin-right:78px}.restoration-row .column.second{margin-right:54px}.restoration-row .column .header{margin-bottom:10px;font-size:16px;font-weight:700;line-height:1.63}.restoration-row .column .info{line-height:26px;font-size:16px}.restoration-row .column .button-primary-container{min-width:unset}.restoration-row .column .button-primary-container.button-primary{height:unset;margin:5px 0}.restoration-row .column .button-primary-container button{font-size:10px;width:80px;min-width:unset;height:25px}.restoration-row .column.owner{display:hidden;width:150px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}.restoration-row .column.detail-buttons :first-child{margin-top:unset}.restoration-row .column.detail-buttons:last-of-type{margin-left:30px}.restoration img{max-height:110px}.restoration-add-car-header{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.restoration-add-car-header-chevron{position:absolute;left:72.3px;cursor:pointer}.restoration-details{margin:52px 0 20px;padding-bottom:67px;width:1024px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.restoration-details-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;position:relative;margin-bottom:40px}.restoration-details-header-chevron{position:absolute;left:72.3px;top:0;cursor:pointer}.restoration-details-header-title{font-size:28px;font-weight:700;line-height:1.43;color:#fff}.restoration-details-form{padding:0 135px}.restoration-details-form-header{font-size:36px;font-weight:700;line-height:1.17;color:#2699fb}.restoration-details-form-small-header{margin:40px 0;font-size:20px;font-weight:700;line-height:1.2;color:#2699fb}.restoration-details-form-body{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.restoration-details-form-body .form-col{max-width:326px}.restoration-details-form-body .assign-car-button{width:293px;margin:23px 0;padding:15px;background-color:#000;border:2px solid #2699fb;border-radius:4px;text-align:center;font-size:16px;font-weight:700;line-height:1.88;color:#fff;transition:.1s}.restoration-details-form-body .assign-car-button:hover{color:#fff;background-color:#2699fb}.restoration-details-form-body .assign-car-button:active{background-color:#2699fb;color:#fff;box-shadow:inset 0 0 7px 1px #fff}.restoration-details-form-body .car-details-image{position:relative;width:100%;margin-top:20px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.restoration-details-form-body .car-details-image-container{width:326px}.restoration-details-form-body .car-details-image .delete-car-icon{position:absolute;top:4px;left:3px;cursor:pointer}.restoration-details-form-body .car-details-image-edit-label{margin-left:25px;background-color:#2699fb;color:#fff;border-radius:6px;cursor:pointer}.restoration-details-form-body .car-details-image-edit-label button{height:25px;width:80px;padding:unset;min-width:unset;font-size:10px}.restoration-details-form-body .car-details-image-label{position:absolute;margin-top:25%;margin-left:20px;padding:10px 20px;background-color:#2699fb;color:#fff;border-radius:6px;cursor:pointer}.restoration-details-form-body .car-details-image-label:hover{color:#2699fb;background-color:#fff}.restoration-details-form-body .car-details-image .add-car-label{width:200px;height:110px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;cursor:pointer}.restoration-details-form-body .car-details-image .add-car-label .add-with-icon{position:absolute;top:2px;left:3px}.restoration-details-form-body .car-details-image .add-car-label:hover{color:#fff}.restoration-details-form-body .car-details-image img{max-height:200px;max-width:250px}.restoration-details-form-body .add-car-photo-container{width:200px;height:110px;background-color:#e5e5e5;margin-top:0}.restoration-details-form-body .add-car-photo{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:68.8px;height:68.8px;cursor:pointer}.restoration-details-form-body .add-car-text{margin-top:8px;text-align:center;font-family:Arial;font-size:13px;font-weight:700;line-height:1.15;color:#000}.restoration-details-form-body #image-file{display:none}.restoration-details-form .company-profile-form-input-label{color:#2699fb}.restoration-details-form .company-profile-form-col-input{width:295px;margin:40px 0}.restoration-details-form .company-profile-form-buttons{margin-right:5%}.restoration-details-form .company-profile-form-buttons button{margin-left:5%}.restoration-details-form .assign-owner-error{margin-top:40px 40px;width:100%;color:red}.restoration-details-form .assign-owner-success{width:40px;margin:0 auto;font-size:18px;font-weight:700;color:green}.restoration-details-form-error{color:red;text-align:center;margin-bottom:40px}.restoration-add-car{width:1024px;margin:0 auto;padding-bottom:67px}.restoration-add-car-header{margin:50px 0;font-size:28px;font-weight:700;line-height:1.43;text-align:center;color:#fff}.restoration-add-car .restoration-details-form-header{margin:0 80px}.missing-car-container{width:200px;height:110px;background-color:#e5e5e5;-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.missing-car-container .missing-car-icon{width:68.8px;height:68.8px}.company-profile{padding-bottom:40px}.company-profile-header{margin-top:25px;margin-left:175px;font-size:20px;font-weight:700;line-height:1.2;color:#2699fb}.company-profile-image{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin-top:73px}.company-profile-image label{margin-top:50%;margin-left:20px;padding:5px 20px;height:20px;background-color:#2699fb;color:#fff;border-radius:6px;cursor:pointer;transition:.1s}.company-profile-image label:hover{color:#2699fb;background-color:#fff}.company-profile-image input#image-file{display:none}.company-profile-image .edit-icon{font-size:10px;font-weight:700;color:#2699fb;cursor:pointer;transition:.15s}.company-profile-image .edit-icon:hover{color:#fff}.company-profile-image .add-logo{height:108px;min-width:108px;border:1px solid #707070;background-color:#fff;color:#2699fb;border-radius:50%;cursor:pointer}.company-profile-image .add-logo p{margin:0;padding-top:0;font-size:15px;font-weight:700;line-height:1.2;text-align:center;color:#2699fb}.company-profile-image .add-logo p:first-child{margin-top:30px}.company-profile-image .add-profile-logo-wrapper{display:-webkit-flex;display:flex}.company-profile-image .add-profile-logo-wrapper .add-profile-logo{transition:.2s;display:-webkit-flex;display:flex;background-color:#e5e5e5}.company-profile-image .add-profile-logo-wrapper .add-profile-logo img{max-height:250px;object-fit:contain}.company-profile-image .add-profile-logo-wrapper .add-profile-logo-missing{background-color:#e5e5e5;width:200px;height:110px}.company-profile-image .add-profile-logo-wrapper .add-profile-logo-icon{margin-left:14px;margin-top:0;padding:0;height:22px;background-color:inherit;color:inherit;border-radius:0}.company-profile-image .add-profile-logo-wrapper label.edit-profile-logo-label{margin-top:0;margin-left:34px;width:20px;height:13px;font-family:Roboto;font-size:10px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:center;-webkit-align-self:center;align-self:center}.company-profile-image .add-profile-logo-wrapper label.edit-profile-logo-label:hover{color:#2699fb;background-color:#fff}.company-profile-form{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin:0 135px;color:#2699fb}.company-profile-form-col{padding:0 20px 20px;width:100%}.company-profile-form-col-input{position:relative;margin:40px 20px}.company-profile-form-col-input input{width:100%;padding:15px;border-radius:4px;border:1px solid #bce0fd;color:#2699fb;font-size:14px}.company-profile-form-col-input label{position:absolute;top:-22px;font-size:14px}.company-profile-form-col-input-error{position:absolute;color:red;bottom:-22px}.company-profile-form-col-double-row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.company-profile-form-col-double-row .company-profile-form-col-input{width:100%;margin:10px 20px}.company-profile-form-col .service-container{width:125%}.company-profile-form-col .service-container-item{display:inline-block}.company-profile-form-col .service-container-button{display:inline-block;background-color:#fff;color:#2699fb;padding:5px 15px;margin:10px;border-radius:20px;font-size:12px;cursor:pointer;transition:.1s}.company-profile-form-col .service-container-button.active{background-color:#2699fb;color:#fff}.company-profile-form-buttons{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;font-size:16px;font-weight:700;color:#fff;text-align:center}.company-profile-form-buttons-button{width:148px;margin-right:2%;padding:14px 10px;background-color:#000;border:2px solid #2699fb;border-radius:4px;line-height:1.88;transition:.1s;cursor:pointer}.company-profile-form-buttons-button:hover{background-color:#2699fb}.company-profile-form-buttons-button:active{box-shadow:inset 0 0 7px 1px #fff}.company-profile-form-buttons button{width:148px;margin-left:2%;padding:20px;background-color:#2699fb;border-radius:4px;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer}.company-profile-form-buttons button:hover{background-color:#fff;color:#2699fb}.company-profile-form-buttons button:active{outline:none;box-shadow:inset 0 0 7px 1px #2699fb}.company-profile-mechanics{height:100%;margin:20px 135px;padding-top:38px;padding-bottom:60px;background-color:#000;background-image:linear-gradient(90deg,#2699fb 12%,hsla(0,0%,100%,0) 20%);background-position:top;background-size:4px 1px;background-repeat:repeat-x}.company-profile-mechanics-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin-bottom:17px;color:#2699fb;font-weight:700}.company-profile-mechanics-header-title{font-size:20px}.company-profile-mechanics-header-icon{font-size:10px;text-align:left;cursor:pointer;transition:.2s}.company-profile-mechanics-header-icon img{height:15px;width:15px;padding:2px;border:1px solid #2699fb;border-radius:10px;-webkit-transform:translateX(40px);transform:translateX(40px);transition:.2s}.company-profile-mechanics-header-icon:hover{color:#fff}.company-profile-mechanics-header-icon:hover img{background-color:#fff;border:1px solid #fff}.company-profile-mechanics-container{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;align-items:center;padding-bottom:20px;font-size:14px;color:#2699fb;background-image:linear-gradient(90deg,#2699fb 12%,hsla(0,0%,100%,0) 20%);background-position:bottom;background-size:4px 1px;background-repeat:repeat-x}.company-profile-mechanics-container-info{line-height:1.29;color:#fff}.company-profile-mechanics-container-info-name{font-family:Roboto;font-size:18px;font-weight:700}.company-profile-mechanics-container-info-phone{font-size:14px}.company-profile-mechanics-container-info-accepted{color:#2699fb}.company-profile .spinner{position:absolute;left:50%}.company-profile-payment-button{width:200px;margin:0 auto 40px;padding:20px;border:2px solid #2699fb;border-radius:6px;text-align:center;font-size:16px;font-weight:700;cursor:pointer}.company-profile-payment-button:hover{background-color:#2699fb}.company-profile-payment-button:active{outline:none;box-shadow:inset 0 0 7px 1px #fff}.company-profile .cancel-sub{position:fixed;top:0;height:100vh;width:100vw;margin:0 auto;background-color:rgba(0,0,0,.7);z-index:2000}.company-profile .cancel-sub-modal{width:400px;margin:20vh auto 0;background-color:#2699fb;color:#fff;border-radius:6px;border:6px solid #2699fb}.company-profile .cancel-sub-header{padding:20px;border-top-right-radius:6px;border-top-left-radius:6px;background-color:#000;font-size:22px;text-align:center}.company-profile .cancel-sub-buttons{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;background-color:#000;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.company-profile .cancel-sub-buttons-button{width:120px;margin:40px 10px;padding:14px 0;border:2px solid #2699fb;border-radius:4px;text-align:center;font-size:18px;font-weight:700;line-height:1.88;transition:.1s;cursor:pointer}.company-profile .cancel-sub-buttons-button:hover{background-color:#2699fb}.company-profile .cancel-sub-buttons-button:active{box-shadow:inset 0 0 7px 1px #fff}.invite{max-width:346px;margin:112px auto 0;padding-bottom:96px}.invite-header{margin-bottom:36px;color:#2699fb;font-size:20px;font-weight:700;line-height:1.2}.invite-header-white{color:#fff}.invite-mechanics{font-size:20px;font-weight:700;line-height:1.2;color:#2699fb}.invite-mechanics-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.invite-mechanics-header-icon{font-size:10px;font-weight:700;line-height:1.1;cursor:pointer}.invite-mechanics-header-icon:hover{color:#fff}.invite-mechanics-header-icon:hover img{background-color:#fff;border:1px solid #fff}.invite-mechanics-header img{height:15px;width:15px;padding:2px;border:1px solid #2699fb;border-radius:10px;-webkit-transform:translateX(46px);transform:translateX(46px)}.invite-form .company-profile-form-input-label{font-size:14px;font-weight:400}.invite-form .company-profile-form-col-input-error{bottom:15px;right:10px;font-size:16px;font-weight:400}.invite-form .company-profile-form-buttons{margin-top:70px}.invite-form .company-profile-form-buttons-button{margin-right:5%}.invite-form .company-profile-form-buttons button{margin-left:5%}.invite-form .company-profile-form-col-input{margin:40px 0}.invite-form .company-profile-form-col-input input{padding:17px 16px 15px;max-width:calc(100% - 34px)}.invite-form .company-profile-form-buttons{width:400px;margin-left:-28px}.invite-form-field-group{position:relative;width:100%;padding-top:20px;padding-bottom:35px;background-image:linear-gradient(90deg,#2699fb 12%,hsla(0,0%,100%,0) 20%);background-position:bottom;background-size:4px 1px;background-repeat:repeat-x}.invite-form-field-group:last-child{background:none}.invite-form .remove-mechanic{position:absolute;top:35px;right:0;height:15px;width:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer}.invite-modal{-webkit-flex-direction:column;flex-direction:column}.invite-modal,.invite-modal .check-icon{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.invite-modal-header{margin-top:14px}.invite-modal .button-row{margin-top:18px}.invite-modal .button-row button{height:48px}.get-started{background-color:#000}.get-started-header{padding-top:50px;font-size:28px;font-weight:700;line-height:1.43;color:#fff;text-align:center}.get-started-sub-info{width:30%;margin:40px auto 20px;border:6px solid #2699fb;border-radius:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;background-color:#fff;color:#2699fb;font-size:24px;line-height:1.43}.get-started-sub-info-text{padding:10px 30px}.get-started-stripe{width:200px;margin:0 auto;padding-bottom:100px}.get-started-stripe .stripe-input{margin:10px auto}.get-started-stripe .stripe-input label{font-size:14px;line-height:1.14;color:#2699fb}.get-started-stripe .stripe-input label .StripeElement{background-color:#fff;padding:15px;border:1px solid #bce0fd;border-radius:4px;width:85%;color:#2699fb}.get-started-stripe .stripe-input label input{font-size:14px;width:100%;color:#2699fb;letter-spacing:1.1px}.get-started-stripe .stripe-input-button{padding:5px;background-color:#2699fb;border:none;border-radius:4px;font-weight:700;line-height:1.88;text-align:center;color:#fff;cursor:pointer}.get-started-stripe .stripe-input-button:hover{background-color:#fff;color:#2699fb}.get-started-stripe .company-profile-form-buttons{width:140%;-webkit-transform:translateX(-10%);transform:translateX(-10%);margin-top:80px}.get-started-stripe .company-profile-form-buttons-button{margin-right:5%}.get-started-stripe .company-profile-form-buttons button{padding:20px;margin-right:30px}.get-started-stripe .error{color:red}.get-started-stripe .stripe-success{margin-top:40px;margin-bottom:-20px;font-size:18px;font-weight:700;text-align:center;color:green}.create-company{background-color:#000;height:100%;margin-bottom:80px}.create-company-header{padding-top:50px;padding-bottom:36px;font-size:28px;font-weight:700;line-height:1.43;text-align:center;color:#fff}.create-company .company-profile-image{margin-top:0}.create-company .company-profile-image label{background-color:#000}.create-company .company-profile-image label .add-logo{transition:.2s}.create-company .company-profile-image label .add-logo:hover{background-color:#2699fb}.create-company .company-profile-image label .add-logo:hover p{color:#fff}.create-company .company-profile-image .add-profile-logo-wrapper{display:-webkit-flex;display:flex}.create-company .company-profile-image .add-profile-logo-wrapper .add-profile-logo{transition:.2s;width:200px;height:110px;object-fit:contain;background-color:#e5e5e5;text-align:center}.create-company .company-profile-image .add-profile-logo-wrapper .add-profile-logo-icon{margin-left:14px;margin-top:0;padding:0;height:22px;background-color:inherit;color:inherit;border-radius:0}.create-company .company-profile-image .add-profile-logo-wrapper label.edit-profile-logo-label{margin-top:0;margin-left:34px;width:20px;height:13px;font-family:Roboto;font-size:10px;font-weight:700;font-stretch:normal;font-style:normal;line-height:1.3;letter-spacing:normal;text-align:center;-webkit-align-self:center;align-self:center;background-color:#2699fb}.create-company .company-profile-image .add-profile-logo-wrapper label.edit-profile-logo-label:hover{color:#2699fb;background-color:#fff}.BrainhubCarousel__arrows{position:absolute!important;background:none!important}.BrainhubCarousel__arrows span{border-color:#2699fb!important}.BrainhubCarousel__custom-arrowLeft{display:block;position:absolute;border-color:#2699fb;border-style:solid;border-width:5px 5px 0 0;padding:5px;transition:.3s;font-size:0;left:120px;-webkit-transform:translate(-50%,-50%) rotate(225deg);transform:translate(-50%,-50%) rotate(225deg);margin-left:-2.45px;cursor:pointer}.BrainhubCarousel__custom-arrowLeft:hover{left:115px}.BrainhubCarousel__custom-arrowRight{display:block;position:absolute;border-color:#2699fb;border-style:solid;border-width:5px 5px 0 0;padding:5px;transition:.3s;font-size:0;right:105px;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);margin-left:-2.45px;cursor:pointer}.BrainhubCarousel__custom-arrowRight:hover{right:100px}.BrainhubCarousel__dots{color:#fff;background:#000}.BrainhubCarousel__dots:before{background:#fff}.BrainhubCarousel .delete-car-image{cursor:pointer;position:absolute;top:4px;left:3px}.BrainhubCarousel .car-image-loading-spinner{height:110px;width:110px}.photos{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;height:100%;width:1024px;position:relative}.photos,.photos-header{display:-webkit-flex;display:flex}.photos-header{-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;width:100%;padding:0 135px;margin-top:53px;text-align:center;font-size:28px;font-weight:700;line-height:1.43;color:#fff}.photos-header-chevron{position:absolute;left:72.3px;cursor:pointer}.photos-header-title{font-size:28px;font-weight:700;line-height:1.43;color:#fff}.photos-body{width:100%;margin-top:40px;padding:0 0 80px}.photos-body-header{padding:0 138px;margin-bottom:48px;font-size:16px;line-height:1.63;color:#2699fb;text-decoration:underline;cursor:pointer}.photos-body-header:hover{color:#fff}.photos-body-section{margin:0 auto;padding:0 138px;position:relative}.photos-body-section-header{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin-bottom:20px;font-size:20px;color:#2699fb}.photos-body-section-header .header-label{font-weight:700}.photos-body .slick-slider{width:80%;-webkit-transform:translateX(10%);transform:translateX(10%)}.photos-body .custom-class{outline:none}.photos-body .custom-class .yours-custom-class{max-width:200px;max-height:150px}.photos-body .custom-class .yours-custom-class:hover{cursor:pointer}.photos-body-row{margin:20px 0 50px}.photos .add-photo{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.photos .add-photo .add-car-button{height:110px;width:110px;cursor:pointer;margin-right:20px}.photos .add-photo .add-car-button img{height:110px;width:110px}.photos .add-photo .add-car-button label{cursor:pointer}.photos .add-photo-no-image{margin:0 40px 40px;padding:20px;background-color:#bce0fd;color:#2699fb;font-size:14px}.photos .add-photo-no-image-title{font-weight:700}.photos .add-photo-no-image p{margin:5px}.photos .add-photo .triangle{margin-left:89%;margin-top:-20px;height:0;width:0;border:20px solid transparent;border-bottom-color:#bce0fd}.add-photo-input{display:none}.owner-subscription{height:100%;color:#2699fb;background-color:#000}.owner-subscription-header{padding-top:50px;padding-bottom:30px;font-size:28px;font-weight:700;line-height:1.43;color:#fff;text-align:center}.owner-subscription-sub-info{width:30%;margin:40px auto;border:6px solid #2699fb;border-radius:20px;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;background-color:#fff;color:#2699fb;font-size:24px;line-height:1.43}.owner-subscription-sub-info-text{padding:10px 30px}.owner-subscription-stripe{width:200px;margin:0 auto;padding-bottom:100px}.owner-subscription-stripe .stripe-input{margin:10px auto}.owner-subscription-stripe .stripe-input label{font-size:14px;line-height:1.14;color:#2699fb}.owner-subscription-stripe .stripe-input label .StripeElement{background-color:#fff;padding:15px;border:1px solid #bce0fd;border-radius:4px;width:85%;color:#2699fb}.owner-subscription-stripe .stripe-input label input{font-size:14px;width:100%;color:#2699fb;letter-spacing:1.1px}.owner-subscription-stripe .stripe-input-button{padding:5px;background-color:#2699fb;border:none;border-radius:4px;font-weight:700;line-height:1.88;text-align:center;color:#fff;cursor:pointer}.owner-subscription-stripe .stripe-input-button:hover{background-color:#fff;color:#2699fb}.owner-subscription-stripe .company-profile-form-buttons{width:140%;-webkit-transform:translateX(-10%);transform:translateX(-10%);margin-top:80px}.owner-subscription-stripe .company-profile-form-buttons-button{margin-right:5%}.owner-subscription-stripe .company-profile-form-buttons button{margin-left:5%}.owner-subscription-stripe .error{color:red}.owner-subscription-stripe .stripe-success{margin-top:40px;margin-bottom:-20px;font-size:18px;font-weight:700;text-align:center;color:green}.owner-subscription .cancel-success{text-align:center;font-size:18px;color:green;font-weight:700;margin-bottom:30px}.policy-info{-webkit-flex-grow:1;flex-grow:1;padding:40px;background-color:#000;color:#fff}.policy-info-header{font-size:42px;margin-top:10px;text-align:center}.policy-info-section-header{font-size:28px}.policy-info-section-sub-header{font-size:20px}.policy-info p,.policy-info ul{margin-left:20px}.policy-info ul li{margin:5px}.slide-show{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;background-color:#1c1b1b;height:95%}.slide-show,.slide-show .slider{display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch}.slide-show .slider{height:100%;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}content{height:100%}button,select{cursor:pointer}.edit-icons,button{background:none;border:none;outline:none}.button-primary{border-radius:5px;height:38px;text-align:center;cursor:pointer;border:none;line-height:1.2;font-weight:700;min-width:145px;transition:background-color .15s ease-in-out,color .15s ease-in-out}.button-primary:focus:not(.focus-visible){outline:none}.button-primary{font-family:Roboto;background-color:#2699fb;color:#fff}.button-primary:hover{background-color:#fff;color:#2699fb}.button-primary:active{background-color:#fff;box-shadow:inset 0 0 7px 1px #2699fb}.button-primary:disabled{opacity:.5;cursor:default}.navbar-button{margin:0 20px;padding:5px 30px;color:#fff;border:2px solid #2699fb;border-radius:4px;cursor:pointer;transition:.2s}.navbar-button:hover{background-color:#2699fb}.navbar-button:active{background-color:hsla(0,0%,100%,.6)}.landing-button{width:150px;padding:12px 0;border-radius:5px;text-align:center;font-size:16px;font-weight:700;transition:.15s;cursor:pointer}.landing-button a{text-decoration:none;color:unset}.landing-button a:visited{color:unset}.landing-button.landing-white{background-color:#fff;color:#0472c4}.landing-button.landing-white:hover{background-color:#0472c4;color:#fff}.landing-button.landing-white:active{background-color:#0472c4;color:#fff;box-shadow:inset 0 0 7px 1px #fff}.landing-button.landing-blue{background-color:#2699fb;color:#fff}.landing-button.landing-blue:hover{background-color:#fff;color:#2699fb}.landing-button.landing-blue:active{background-color:#fff;color:#2699fb;box-shadow:inset 0 0 7px 1px #2699fb}.button-primary-container{display:inline-block;position:relative}.button-primary-container label{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0}.button-primary-container button{width:100%}body,html{height:100%}body{font-family:Roboto}#root{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%}.spinner{margin:100px auto;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-rotate 2s linear infinite;animation:sk-rotate 2s linear infinite}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:sk-bounce 2s ease-in-out infinite;animation:sk-bounce 2s ease-in-out infinite}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-rotate{to{-webkit-transform:rotate(1turn)}}@keyframes sk-rotate{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}@-webkit-keyframes sk-bounce{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}#spinner{-webkit-animation:spin 1s steps(12) infinite;animation:spin 1s steps(12) infinite}.IonDefaultModal .ReactModal__Overlay{z-index:1002;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:rgba(0,0,0,.8)!important}.IonDefaultModal .ReactModal__Content{width:403px;height:167.5px;top:unset!important;bottom:unset!important;left:unset!important;right:unset!important}.IonDefaultModal .modal{position:relative}.IonDefaultModal .modal button{font-size:15px}.IonDefaultModal .modal-body{display:-webkit-flex;display:flex;width:100%;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;color:rgba(0,0,0,.6);font-size:19px;line-height:25px;letter-spacing:.6px}.IonDefaultModal .modal-body .header{font-size:24px;font-weight:700}.IonDefaultModal .modal-body .uploading-image-modal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100%;padding-left:31px;padding-right:28px}.IonDefaultModal .modal-body .uploading-image-modal .uploading-image-header{padding:10px 0 20px}.IonDefaultModal .modal-body .uploading-image-modal .loading-spinner{height:106px;width:106px}.IonDefaultModal .modal-body .uploading-image-modal .button-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%;margin:0 28px}.IonDefaultModal .modal-body .uploading-image-modal .button-row.one-button{width:unset!important}.IonDefaultModal .modal-body .uploading-image-modal .button-row button{width:170px;height:48px}.IonDefaultModal .modal-body .uploading-image-modal .button-row.add{margin:0 15px}.IonDefaultModal .modal-body .image-uploaded-add-modal{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100%}.IonDefaultModal .modal-body .image-uploaded-add-modal .uploading-image-header{padding:10px 0 20px}.IonDefaultModal .modal-body .image-uploaded-add-modal .button-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.IonDefaultModal .modal-body .image-uploaded-add-modal .button-row .button-primary-container{margin:0 16px}.IonDefaultModal .modal-body .image-uploaded-add-modal .button-row .button-primary-container button{min-width:170px;min-height:48px}.IonDefaultModal .modal-body .delete-image-modal{height:91.3px;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-self:flex-end;align-self:flex-end;padding-left:31px;padding-right:28px;padding-top:20px;line-height:25px}.IonDefaultModal .modal-body .delete-image-modal .delete-warning-header{padding-bottom:5px}.IonDefaultModal .modal-body .delete-image-modal .yes-no-button-row{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-top:20px}.IonDefaultModal .modal-body .delete-image-modal .yes-no-button-row button{width:148px;height:48px;line-height:20px}.login-page{position:fixed;top:0;left:0;height:100vh;width:100vw;font-size:20px;z-index:200}.login-form{position:relative;width:360px;margin:130px auto 0;background-color:#000;border:6px solid #2699fb;color:#fff}.login-form-header{margin-top:20px;margin-bottom:30px;font-size:28px;font-weight:700;line-height:1.43;text-align:center}.login-form-input{position:relative;margin:10px 10px 20px;width:100%}.login-form-input input{width:305px;height:48px;margin-left:11px;padding-left:15px;background-color:#fff;border:1px solid #bce0fd;border-radius:4px;font-size:14px;line-height:1.14;color:#2699fb}.login-form-input input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}.login-form-input input:-ms-input-placeholder{color:rgba(0,0,0,.4)}.login-form-input input::placeholder{color:rgba(0,0,0,.4)}.login-form-input input#password{font-size:26px}.login-form-input input#password::-webkit-input-placeholder{font-size:14px}.login-form-input input#password:-ms-input-placeholder{font-size:14px}.login-form-input input#password::placeholder{font-size:14px}.login-form-input-label{display:block;margin-left:10px;margin-bottom:8px;font-size:10px;font-weight:700;line-height:1.1;color:#2699fb}.login-form-input-error{position:absolute;right:40px;bottom:15px;color:red;margin-left:10px;font-size:20px}.login-form-button{padding-bottom:40px;margin:40px 10px 20px;border-bottom:1px solid hsla(0,0%,100%,.35)}.login-form-button button{padding:10px 40px;display:-webkit-flex;display:flex;margin:0 auto;text-align:center;background-color:#2699fb;outline:none;border:none;border-radius:4px;font-size:16px;font-weight:700;line-height:1.88;color:#fff;transition:.1s}.login-form-button button:hover{color:#2699fb;background-color:#fff}.login-form-button button:active{box-shadow:inset 0 0 7px 1px #2699fb}.login-form-button button:disabled{opacity:.5}.login-form-text{padding-top:10px;margin-bottom:41px;text-align:center;color:#fff;font-size:15px;font-weight:700;line-height:.73}.login-form-text .signup-link{color:#2699fb;cursor:pointer;transition:.1s;text-decoration:none}.login-form-text .signup-link:hover{color:#a1d3fc}.login-form-text .link-section:first-child{padding-bottom:12px}.login-form-text-recover{padding:0 25px;line-height:1.73}.login-form .close-icon{position:absolute;top:10px;right:10px;cursor:pointer}.login-form .signup-toggle{display:-webkit-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;flex-direction:row;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin-top:40px}.login-form .signup-toggle-label{padding:0 20px;font-weight:700;letter-spacing:1px;transition:.2s}.login-form .signup-toggle .not-active{opacity:.45}.login-form-error{width:100%;text-align:center;color:red;font-size:16px}.landing-owner{display:-webkit-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:stretch;-moz-align-items:stretch;-ms-align-items:stretch;align-items:stretch;height:100%;font-size:26px;background-color:#1c1b1b}.landing-owner .landing-header{width:100%;height:100%;background:#000;background-repeat:no-repeat;background-size:cover;background-position:50%}@media only screen and (max-width:750px){.landing-owner .landing-header{background-position:left -400px top 0}}
/*# sourceMappingURL=main.f1bf9450.chunk.css.map */