*{box-sizing:border-box;margin:0;padding:0}:root{--main-bg:#f1f5ff;--text-color:#152629;--text-color-lg:#838eb0;--card-button:#fff;--green:#21a02e;font-family:Nunito,sans-serif}.dark{--main-bg:#152629;--text-color:#f1f5ff;--theme-page-background:#111;--theme-page-text:#fff;--card-button:#294b51;--text-color-lg:#cfd7ea;--green:#90f69b}body,html{box-sizing:border-box;margin:0;padding:0}.App{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;width:100%}.styles_card__NubT7{border-radius:1.5rem;color:var(--text-color-lg);display:block;height:100%;text-decoration:none;width:100%}.styles_card__NubT7 .styles_cardContent__S-qeL{align-items:center;background:var(--card-button)!important;border-radius:1.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:space-between;min-height:170px;padding:1rem;position:relative;transition:all .3s ease-in-out}.styles_card__NubT7 .styles_cardContent__S-qeL:hover{box-shadow:0 .5rem 1rem rgba(0,0,0,.4);-webkit-filter:brightness(1.2);filter:brightness(1.2)}.styles_card__NubT7 .styles_cardContent__S-qeL .styles_cardTitle__lsaw9{text-align:center}.styles_menuBtn__xoprW{align-items:center;cursor:pointer;display:flex;height:42px;justify-content:center;position:relative;transition:all .5s ease-in-out;width:42px}.styles_menuBtn__xoprW .styles_menuBtnBurguer__G1tiC{background:#fff;border-radius:5px;box-shadow:0 2px 5px rgba(255,101,47,.2);height:2px;transition:all .5s ease-in-out;width:40px}.styles_menuBtn__xoprW .styles_menuBtnBurguer__G1tiC:after,.styles_menuBtn__xoprW .styles_menuBtnBurguer__G1tiC:before{background:#fff;border-radius:5px;box-shadow:0 2px 5px rgba(255,101,47,.2);content:"";height:2px;position:absolute;transition:all .5s ease-in-out;width:50px}.styles_menuBtn__xoprW .styles_menuBtnBurguer__G1tiC:before{-webkit-transform:translateY(-14px);transform:translateY(-14px)}.styles_menuBtn__xoprW .styles_menuBtnBurguer__G1tiC:after{-webkit-transform:translateY(14px);transform:translateY(14px);width:30px}.styles_content__pWqxK{-webkit-animation:styles_slideIn__n9wu3 .5s ease-in-out;animation:styles_slideIn__n9wu3 .5s ease-in-out;background:rgba(9,98,133,.855);flex-direction:column;height:100vh;justify-content:space-between;left:0;padding:20px;position:absolute;top:0;transition:all .5s ease-in-out;width:60vw;z-index:99}.styles_content__pWqxK .styles_userInfo__\+JKwe h3{font-size:1.5rem;text-align:start}.styles_content__pWqxK .styles_userInfo__\+JKwe h3:after{background:#fff;content:"";display:block;height:2px;margin:4px 0;width:65%}.styles_content__pWqxK .styles_userInfo__\+JKwe .styles_loginInfo__VvYWg a{color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .5s ease-in-out}.styles_content__pWqxK .styles_userInfo__\+JKwe .styles_loginInfo__VvYWg a:hover{color:#ccc}.styles_content__pWqxK .styles_userInfo__\+JKwe .styles_userInfoContent__fFxVN{margin-top:1rem}.styles_content__pWqxK .styles_userInfo__\+JKwe .styles_userInfoContent__fFxVN p{text-align:start}.styles_content__pWqxK .styles_userInfo__\+JKwe .styles_userInfoContent__fFxVN span{display:block;text-align:start}.styles_content__pWqxK .styles_closeBtn__U-Fja{cursor:pointer;font-size:2rem;text-align:end}.styles_content__pWqxK ul{list-style:none;margin:0;padding:50px 0 0;width:100%}.styles_content__pWqxK ul li{margin-bottom:1rem}.styles_content__pWqxK ul li a{color:#fff;font-size:1rem;font-weight:700;text-decoration:none;transition:all .5s ease-in-out}.styles_content__pWqxK ul li a i{margin-right:1rem}.styles_content__pWqxK ul li a:hover{background:rgba(9,98,133,.855);color:#ccc}.styles_content__pWqxK .styles_footer__OdrI9{font-size:.875rem;text-align:center}@-webkit-keyframes styles_slideIn__n9wu3{0%{display:none;opacity:0;width:0}to{display:block;opacity:100%;width:60vw}}@keyframes styles_slideIn__n9wu3{0%{display:none;opacity:0;width:0}to{display:block;opacity:100%;width:60vw}}@media screen and (min-width:768px){.styles_menuBtnBurguer__G1tiC,.styles_menuBtnBurguer__G1tiC:after,.styles_menuBtnBurguer__G1tiC:before{height:4px!important}}.styles_appLayout__KbEWK{color:var(--text-color)!important;height:100vh;position:relative;width:100%}.styles_appLayout__KbEWK header{color:#fff;display:flex;flex-direction:column;height:30vh;justify-content:space-evenly;padding:20px}.styles_appLayout__KbEWK header .styles_pageHeader__qTyPD .styles_headerTitle__0y9uO{align-items:center;display:flex;gap:10px}.styles_appLayout__KbEWK header .styles_pageHeader__qTyPD .styles_headerTitle__0y9uO .styles_icon__Zu5Cb{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;transition:all .27s}.styles_appLayout__KbEWK header .styles_pageHeader__qTyPD .styles_headerTitle__0y9uO .styles_icon__Zu5Cb:hover{-webkit-transform:translateX(-7px);transform:translateX(-7px)}.styles_appLayout__KbEWK header .styles_pageHeader__qTyPD h1{font-family:Nunito,sans-serif}.styles_appLayout__KbEWK main{background:var(--main-bg);border-radius:36px 36px 0 0;bottom:0;height:70vh;left:0;overflow-y:auto;padding:20px;position:absolute;width:100%}.styles_appLayout__KbEWK main .styles_imageLayout__vJEfH{align-items:center;border-radius:36px 36px 0 0;display:flex;flex-direction:column;justify-content:space-evenly;margin:10px 0 25px}.styles_cardsContent__iU9hI{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%}.styles_tips__-LPM7{background:#ddf3fc;border:1px solid #26aadd;border-radius:25px;box-sizing:border-box;height:156px;left:18px;top:622px;width:339px}.styles_cardsContent__zuljk{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;width:100%}.styles_wrapper__oIX9J{gap:1.5rem}.styles_wrapper__oIX9J,.styles_wrapper__oIX9J .styles_inputWrapper__YDDLM{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.styles_wrapper__oIX9J .styles_inputWrapper__YDDLM p{color:var(--text-color-lg);font-size:1.125rem;margin-bottom:.5rem}.styles_wrapper__oIX9J .styles_inputWrapper__YDDLM .styles_inputField__9koiI{background:#fff;border:none;border-radius:1rem;border-radius:25px;box-shadow:0 0 20px -10px rgba(0,0,0,.2);color:#86a1a4;display:block;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:35px;max-width:450px;outline:none;padding:10px;text-align:center;width:100%}.styles_wrapper__oIX9J .styles_inputWrapper__YDDLM .styles_inputField__9koiI:disabled{background:hsla(0,0%,100%,.863);cursor:not-allowed}.styles_wrapper__oIX9J .styles_inputWrapper__YDDLM .styles_inputField__9koiI::-webkit-calendar-picker-indicator{color:#86a1a4;height:20px;width:20px}.styles_wrapper__oIX9J .styles_actions__Cw5Xr{max-width:450px;width:100%}.styles_wrapper__oIX9J .styles_cardResult__HuQfF{text-align:center;width:100%}.styles_wrapper__oIX9J .styles_cardResult__HuQfF h3{color:var(--green);margin-top:15px}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table{background-color:var(--card-button);border-collapse:collapse;border-radius:10px;box-shadow:0 0 68px -21px rgba(0,0,0,.25);width:100%}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table td,.styles_wrapper__oIX9J .styles_cardResult__HuQfF table th{border:none;text-align:center}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table .styles_green__4uSEX{color:var(--green)}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table th{background-color:#e0720d;color:#fff}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table th:first-child{border-radius:10px 0 0 0}.styles_wrapper__oIX9J .styles_cardResult__HuQfF table th:last-child{border-radius:0 10px 0 0}.styles_button__cLVM3{-webkit-animation:styles_all__JTzfl .3s;animation:styles_all__JTzfl .3s;border:none;font-family:Nunito,sans-serif;font-weight:500;letter-spacing:.125rem;padding:8px;text-transform:capitalize}.styles_button__cLVM3:hover{cursor:pointer;-webkit-filter:saturate(1.5) brightness(1.2);filter:saturate(1.5) brightness(1.2)}.styles_disabled__GZrd\+{cursor:not-allowed;opacity:.7}.styles_disabled__GZrd\+:focus,.styles_disabled__GZrd\+:hover{cursor:not-allowed}.styles_wrapper__mbZQu{display:grid;grid-template-columns:1fr;height:45vh;justify-content:space-between}.styles_wrapper__mbZQu .styles_colorYellow__99fta{color:#cfa200}.styles_wrapper__mbZQu .styles_inputDetails__5eOhf{align-items:center;display:flex;gap:10px;justify-content:center;position:relative}.styles_wrapper__mbZQu .styles_inputDetails__5eOhf img{-webkit-animation:styles_all__Uyqhk .3s;animation:styles_all__Uyqhk .3s;cursor:pointer;height:auto;margin-bottom:.5rem;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);width:36px}.styles_wrapper__mbZQu .styles_inputDetails__5eOhf img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_wrapper__mbZQu .styles_inputDetails__5eOhf .styles_inputField__EJp2v{background:#fff;border:none;border-radius:1rem;border-radius:25px;box-shadow:0 0 20px -10px rgba(0,0,0,.2);color:#86a1a4;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:35px;max-width:300px;outline:none;padding:10px;width:100%}.styles_wrapper__mbZQu .styles_inputDetails__5eOhf .styles_inputField__EJp2v:disabled{background:hsla(0,0%,100%,.863);cursor:not-allowed}.styles_wrapper__mbZQu .styles_requiredField__KSxZr{color:#cb5c55;display:block;margin-left:1.125rem;margin-top:-.5rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG{align-items:center;background:var(--card-button);border-radius:31px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;margin-top:1rem;min-height:150px;padding:1rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG h3{color:var(--text-color-lg);font-size:3rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG .styles_cost__7n4\+8{color:var(--text-color-lg);font-size:1.5rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG .styles_cost__7n4\+8 span{color:var(--gren);font-size:1.125rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG .styles_watts__cImbw{color:var(--text-color-lg);font-size:1.5rem}.styles_wrapper__mbZQu .styles_costDetails__boqZG .styles_watts__cImbw span{color:#ceba00;font-size:1.125rem}.styles_wrapper__mbZQu .styles_pageActions__XnILw{display:flex;gap:1rem;height:45px;margin-top:2rem}.styles_wrapper__dWWp4{margin-bottom:1rem}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e{align-items:center;background:#fff;border:1px solid;border-radius:1rem;display:flex;justify-content:center;width:100%}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputIcon__BJo4w{font-size:1.125rem;padding:0 8px 0 12px}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD{border:none;border-radius:0 16px 16px 0;display:block;font-size:1rem;padding:.75rem;transition:.2s;width:100%}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD::-webkit-input-placeholder{border:none;color:#86a1a4}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD:-ms-input-placeholder{border:none;color:#86a1a4}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD::placeholder{border:none;color:#86a1a4}.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD:focus,.styles_wrapper__dWWp4 .styles_inputWrapper__rDN\+e .styles_inputField__FndUD:hover{background:#d7edee;box-shadow:0 0 0 2px #86a1a4;outline:none}.styles_error__HMnwu{color:#d8452b;font-size:.875rem;margin-left:10px;margin-top:.25rem}.styles_wrapper__CBZBq{align-items:center;background:linear-gradient(135deg,#1eb6c6 25%,transparent 0) -74px 0/148px 148px,linear-gradient(225deg,rgba(30,182,198,.502) 25%,transparent 0) -74px 0/148px 148px,linear-gradient(315deg,#1eb6c6 25%,transparent 0) 0 0/148px 148px,linear-gradient(45deg,rgba(30,182,198,.502) 25%,#17a1af 0) 0 0/148px 148px;background-color:#17a1af;color:var(--text-color)!important;display:flex;flex-direction:column;height:100vh;justify-content:space-evenly;width:100vw}.styles_wrapper__CBZBq .styles_cardError__i8A4f{background:hsla(4,82%,79%,.459);border:2px solid #b94841;border-radius:14px;color:#b94841;max-width:80%;padding:10px}.styles_wrapper__CBZBq .styles_infoPage__hMSLO img{-webkit-animation:styles_all__82bp7 .3s;animation:styles_all__82bp7 .3s;background-color:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer;display:block;margin-bottom:1rem;max-width:150px;padding:1.5rem;width:100%}.styles_wrapper__CBZBq .styles_infoPage__hMSLO img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_wrapper__CBZBq h1{color:#fff;font-family:Nunito,sans-serif;text-align:center}.styles_wrapper__CBZBq .styles_inputsWrapper__5x8Rg{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:400px;padding:0 3rem;position:relative}.styles_wrapper__CBZBq .styles_inputsWrapper__5x8Rg>div{align-items:flex-start;display:flex;flex-direction:column;width:100%}.styles_wrapper__CBZBq .styles_inputsWrapper__5x8Rg>div .styles_forgetPass__2QXOt{color:#3a3a3a;font-size:1rem;font-weight:500;line-height:1.4;text-decoration:none}.styles_wrapper__CBZBq .styles_inputsWrapper__5x8Rg>div .styles_forgetPass__2QXOt:hover{text-decoration:underline}.styles_wrapper__CBZBq .styles_loginButtonWrapper__PSNnD{max-width:300px;width:100%}.styles_wrapper__y3mx8{align-items:center;background:linear-gradient(135deg,#1eb6c6 25%,transparent 0) -74px 0/148px 148px,linear-gradient(225deg,rgba(30,182,198,.5) 25%,transparent 0) -74px 0/148px 148px,linear-gradient(315deg,#1eb6c6 25%,transparent 0) 0 0/148px 148px,linear-gradient(45deg,rgba(30,182,198,.5) 25%,#17a1af 0) 0 0/148px 148px;background-color:#17a1af;display:flex;flex-direction:column;height:100vh;justify-content:space-evenly;width:100vw}.styles_wrapper__y3mx8 .styles_bold__PgsKs{color:var(--blue);font-weight:700}.styles_wrapper__y3mx8 .styles_infoPage__GBd2x img{-webkit-animation:styles_all__czMqT .3s;animation:styles_all__czMqT .3s;background-color:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer;display:block;margin-bottom:1rem;max-width:150px;padding:1.5rem;width:100%}.styles_wrapper__y3mx8 .styles_infoPage__GBd2x img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_wrapper__y3mx8 h1{color:#fff;font-family:Nunito,sans-serif;text-align:center}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:400px;padding:0 3rem;position:relative}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div{align-items:flex-start;display:flex;flex-direction:column;width:100%}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_terms__83\+Uk{color:#3a3a3a;font-size:.735rem;margin-bottom:1rem;margin-top:.5rem;text-align:start}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_terms__83\+Uk a{color:#3a3a3a;font-weight:700;margin-right:.5rem;text-decoration:none}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_terms__83\+Uk a:hover{color:#3a3a3a;text-decoration:underline}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_terms__83\+Uk a i{font-size:.75rem}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_forgetPass__0y7Bc{color:#3a3a3a;font-size:1rem;font-weight:500;line-height:1.4;text-decoration:none}.styles_wrapper__y3mx8 .styles_inputsWrapper__Zd3Nn>div .styles_forgetPass__0y7Bc:hover{text-decoration:underline}.styles_wrapper__y3mx8 .styles_loginButtonWrapper__sJ-z-{max-width:300px;width:100%}.styles_wrapper__y3FQK{align-items:center;display:flex;flex-direction:column;justify-content:flex-start}.styles_wrapper__y3FQK .styles_colorBlue__SYGat{color:#1c86ae}.styles_wrapper__y3FQK .styles_flowRateInfo__ypISn{color:var(--text-color-lg);font-size:2rem}.styles_wrapper__y3FQK .styles_costDetails__kGZOm{align-items:center;background:var(--card-button);border-radius:31px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center;margin-top:1rem;min-height:150px;padding:1rem;width:100%}.styles_wrapper__y3FQK .styles_costDetails__kGZOm h3{color:var(--text-color-lg);font-size:3rem}.styles_wrapper__y3FQK .styles_costDetails__kGZOm .styles_cost__dPGu1{color:var(--text-color-lg);font-size:1.5rem}.styles_wrapper__y3FQK .styles_costDetails__kGZOm .styles_cost__dPGu1 span{color:var(--green);font-size:1.125rem}.styles_wrapper__y3FQK .styles_costDetails__kGZOm .styles_watts__sGGS-{color:var(--text-color-lg);font-size:1.5rem}.styles_wrapper__y3FQK .styles_costDetails__kGZOm .styles_watts__sGGS- span{color:#1c86ae;font-size:1.125rem}.styles_wrapper__y3FQK .styles_pageActions__mvyLd{display:flex;gap:1rem;height:45px;margin-top:2rem;width:100%}.styles_main__XoilP{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.styles_main__XoilP img{margin-top:2rem}.styles_main__XoilP .styles_text__GsvXk{color:#8f8f8f;font-family:Montserrat,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:29px;margin-top:1.5rem;text-align:center}.styles_main__XoilP .styles_text__GsvXk .styles_linkWrapper__oyzlX{display:block;margin-top:2.5rem}.styles_main__XoilP .styles_text__GsvXk .styles_linkWrapper__oyzlX .styles_link__IxW44{color:#17a1af;cursor:pointer;font-weight:700;text-decoration:none}.styles_main__XuE3D{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.styles_main__XuE3D h2{margin-bottom:1rem}.styles_main__XuE3D h2:after{background:var(--text-color);content:"";display:block;height:2px;margin:4px 0;width:100%}.styles_main__XuE3D .styles_inputWrapper__wEArF{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:0 3rem;width:100%}.styles_main__XuE3D .styles_inputWrapper__wEArF .styles_inputField__UyQkQ{border:1px solid #ccc;border-radius:5px;font-size:16px;height:25px;max-width:100px;outline:none;padding:0 10px;transition:.3s;width:100%}.styles_main__XuE3D .styles_inputWrapper__wEArF .styles_inputField__UyQkQ:focus{border:1px solid #096285}.styles_main__XuE3D .styles_actions__-W9hb{max-width:200px;width:100%}.styles_themeWrapper__l2ToL{align-items:center;display:flex;justify-content:center;margin-top:2rem;width:100%}.styles_themeWrapper__l2ToL .styles_theme__ZRpSI{align-items:center;border-radius:1rem;cursor:pointer;display:flex;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.styles_themeWrapper__l2ToL .styles_theme__ZRpSI svg{font-size:1.125rem;margin-right:.875rem}.styles_themeWrapper__l2ToL .styles_dark__rJG2Z{background-color:#152629;color:#f5f5f5}.styles_themeWrapper__l2ToL .styles_light__iCWGE{background-color:#f5f5f5;color:#152629}.styles_inputWrapper__ucB0S{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:0 1rem;width:100%}.styles_inputWrapper__ucB0S .styles_inputField__2\+mdX{background:#fff;border:none;border-radius:1rem;border-radius:25px;box-shadow:0 0 20px -10px rgba(0,0,0,.2);color:#86a1a4;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:35px;max-width:450px;outline:none;padding:10px;text-align:center;width:100%}.styles_inputWrapper__ucB0S .styles_inputField__2\+mdX:disabled{background:hsla(0,0%,100%,.863);cursor:not-allowed}.styles_inputWrapper__ucB0S .styles_inputField__2\+mdX::-webkit-input-placeholder{font-size:1rem;text-align:center}.styles_inputWrapper__ucB0S .styles_inputField__2\+mdX:-ms-input-placeholder{font-size:1rem;text-align:center}.styles_inputWrapper__ucB0S .styles_inputField__2\+mdX::placeholder{font-size:1rem;text-align:center}.styles_costWrapper__OykR3{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1rem;padding:1rem}.styles_costWrapper__OykR3 h3{color:#86a1a4;font-size:3rem}.styles_costWrapper__OykR3 .styles_cost__zI6YB{color:#86a1a4;font-size:1.5rem}.styles_costWrapper__OykR3 .styles_cost__zI6YB span{color:#21a02e;font-size:1.125rem}.styles_costWrapper__OykR3 .styles_watts__DIybN{color:#86a1a4;font-size:1.5rem}.styles_costWrapper__OykR3 .styles_watts__DIybN span{color:#1c86ae;font-size:1.125rem}.styles_actions__17qC4{align-items:center;display:flex;justify-content:center}.styles_actions__17qC4 button{width:200px!important}.styles_inputWrapper__U4fa8{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:0 1rem;width:100%}.styles_inputWrapper__U4fa8 .styles_inputField__9sGla{background:#fff;border:none;border-radius:1rem;border-radius:25px;box-shadow:0 0 20px -10px rgba(0,0,0,.2);color:#86a1a4;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:35px;max-width:450px;outline:none;padding:10px;text-align:center;width:100%}.styles_inputWrapper__U4fa8 .styles_inputField__9sGla:disabled{background:hsla(0,0%,100%,.863);cursor:not-allowed}.styles_inputWrapper__U4fa8 .styles_inputField__9sGla::-webkit-input-placeholder{font-size:1rem;text-align:center}.styles_inputWrapper__U4fa8 .styles_inputField__9sGla:-ms-input-placeholder{font-size:1rem;text-align:center}.styles_inputWrapper__U4fa8 .styles_inputField__9sGla::placeholder{font-size:1rem;text-align:center}.styles_costWrapper__qgVLM{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:1rem;padding:1rem}.styles_costWrapper__qgVLM h3{color:#86a1a4;font-size:3rem}.styles_costWrapper__qgVLM .styles_cost__JVrEw{color:#86a1a4;font-size:1.5rem}.styles_costWrapper__qgVLM .styles_cost__JVrEw span{color:#21a02e;font-size:1.125rem}.styles_costWrapper__qgVLM .styles_watts__DXNEr{color:#86a1a4;font-size:1.5rem}.styles_costWrapper__qgVLM .styles_watts__DXNEr span{color:#cfa200;font-size:1.125rem}.styles_actions__pkWzt{align-items:center;display:flex;justify-content:center}.styles_actions__pkWzt button{width:200px!important}
/*# sourceMappingURL=main.56d8fd55.css.map*/