.SimpleNavbar-module__hTQ9GG__nav{z-index:1000;background-color:#fff;width:100%;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.SimpleNavbar-module__hTQ9GG__ul{flex-flow:row;justify-content:space-between;align-items:center;width:90%;margin:0 auto;display:flex}.SimpleNavbar-module__hTQ9GG__li:not(:last-of-type){margin-right:5rem}.SimpleNavbar-module__hTQ9GG__li{color:#000c;padding-bottom:.5rem;font-size:.8rem;text-decoration:none;list-style:none;transition:transform .3s;position:relative}.SimpleNavbar-module__hTQ9GG__li a{color:#000c;text-decoration:none;display:block}.SimpleNavbar-module__hTQ9GG__li:before{content:"";background-color:#0000;width:0;height:1px;transition:width .4s ease-in-out;display:block;position:absolute;bottom:0}.SimpleNavbar-module__hTQ9GG__li:not(:first-of-type):hover{transform:scale(1.1)}.SimpleNavbar-module__hTQ9GG__li:not(:first-of-type):hover a{color:#000}.SimpleNavbar-module__hTQ9GG__li:not(:first-of-type):hover:before{background-color:var(--custom-green);width:100%}@media (max-width:1200px){.SimpleNavbar-module__hTQ9GG__li{font-size:.7rem;display:contents}}@media (max-width:425px){.SimpleNavbar-module__hTQ9GG__li:not(:first-of-type){display:none}}
.Contact-module__ngA_uG__contact{background-color:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;margin:0 auto;display:flex}.Contact-module__ngA_uG__container{background-color:#000;flex-flow:wrap;justify-content:space-evenly;width:100%;margin-bottom:5rem;padding:2rem 0;display:flex}.Contact-module__ngA_uG__heading{color:#fff;text-align:center;align-self:flex-end;margin-top:2rem;margin-bottom:2rem;margin-right:10rem;padding-bottom:1rem;position:relative}.Contact-module__ngA_uG__heading:before{content:"";background-color:#fff;width:120%;height:2px;display:block;position:absolute;bottom:0;left:4rem}.Contact-module__ngA_uG__rect{border:1px solid #ffffffb3;flex:0 0 30%;display:flex}.Contact-module__ngA_uG__rect>div{justify-content:center;align-items:center;display:flex}.Contact-module__ngA_uG__rect>div:first-of-type{border-right:1px solid #ffffffb3;width:30%}.Contact-module__ngA_uG__rect>div:last-of-type{width:70%}.Contact-module__ngA_uG__rect>div svg{color:#ffffffb3;text-align:center;padding:.8rem 0}.Contact-module__ngA_uG__link:hover{color:green}@media (max-width:1115px){.Contact-module__ngA_uG__container{flex-direction:column;width:50%}.Contact-module__ngA_uG__rect:not(:last-of-type){margin-bottom:2rem}}@media (max-width:768px){.Contact-module__ngA_uG__heading{margin-right:6rem}.Contact-module__ngA_uG__container{width:90%}.Contact-module__ngA_uG__rect>div>p,.Contact-module__ngA_uG__link{font-size:.8rem}}
.Form-module__VlCvSq__container{justify-content:center;width:100%;display:flex}.Form-module__VlCvSq__login_box{box-sizing:border-box;background:linear-gradient(#141e30,#243b55);border-radius:10px;width:50%;margin-bottom:5rem;padding:40px;box-shadow:0 15px 25px #0009}.Form-module__VlCvSq__login_box h2{color:#fff;text-align:center;margin:0 0 30px;padding:0}.Form-module__VlCvSq__login_box .Form-module__VlCvSq__user_box{position:relative}.Form-module__VlCvSq__login_box .Form-module__VlCvSq__user_box input{color:#fff;background:0 0;border:none;border-bottom:1px solid #fff;outline:none;width:100%;margin-bottom:30px;padding:10px 0;font-size:16px}.Form-module__VlCvSq__login_box .Form-module__VlCvSq__user_box label{color:#fff;pointer-events:none;transform-origin:0 0;padding:10px 0;font-size:16px;transition:transform .5s,color .5s,font-size .5s;position:absolute;top:0;left:0}.Form-module__VlCvSq__login_box .Form-module__VlCvSq__user_box input:focus~label,.Form-module__VlCvSq__login_box .Form-module__VlCvSq__user_box input:valid~label{color:#03e9f4;font-size:12px;transform:translateY(-20px)}.Form-module__VlCvSq__login_box form button{color:#03e9f4;text-transform:uppercase;letter-spacing:4px;background-color:#0000;border:1px solid #03e9f4;margin-top:40px;padding:10px 30px;font-size:16px;text-decoration:none;transition:all .5s;display:inline-block;position:relative;overflow:hidden}.Form-module__VlCvSq__login_box button:hover:not(:disabled){cursor:pointer;color:#fff;background:#03e9f4;border-radius:5px;box-shadow:0 0 5px #03e9f4,0 0 25px #03e9f4,0 0 50px #03e9f4,0 0 100px #03e9f4}.Form-module__VlCvSq__login_box button:disabled{opacity:.6;cursor:not-allowed}.Form-module__VlCvSq__login_box button:focus-visible{outline-offset:4px;outline:2px solid #03e9f4}.Form-module__VlCvSq__radioFieldset{border:1px solid #ffffff4d;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.Form-module__VlCvSq__radioLegend{color:#fff;padding:0 .5rem;font-size:1rem;font-weight:700}.Form-module__VlCvSq__hint{color:#ffffffb3;margin-top:-20px;margin-bottom:10px;font-size:.85rem;display:block}.Form-module__VlCvSq__successMessage{color:#fff;background-color:#2cab29;border:2px solid #25a024;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.Form-module__VlCvSq__errorMessage{color:#fff;background-color:#dc3545;border:2px solid #c82333;border-radius:4px;margin-bottom:1.5rem;padding:1rem}@media (max-width:768px){.Form-module__VlCvSq__container{width:90%;margin:0 auto}.Form-module__VlCvSq__login_box{flex:1 0 100%;width:100%;padding:20px}.Form-module__VlCvSq__radioFieldset{padding:.75rem}}@media (max-width:425px){.Form-module__VlCvSq__container{width:95%;margin:0 auto}}
.Header-module__QDFT2a__wrapper{width:100%;height:var(--header-height);grid-template-columns:repeat(6,1fr);display:grid}.Header-module__QDFT2a__left{color:#fff;background-color:#000;grid-column:1/5;display:grid}.Header-module__QDFT2a__svg{background-image:url("data:image/svg+xml,%3Csvg width='32' height='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 28h20V16h-4v8H4V4h28v28h-4V8H8v12h4v-8h12v20H0v-4zm12 8h20v4H16v24H0v-4h12V36zm16 12h-4v12h8v4H20V44h12v12h-4v-8zM0 36h8v20H0v-4h4V40H0v-4z' fill='%23ffffff' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");grid-area:1/1/-1/-1;place-self:end center;width:30%;height:75%}.Header-module__QDFT2a__container{background-color:#0000;flex-flow:column;grid-area:1/1/-1/-1;justify-content:space-between;align-items:center;display:flex}.Header-module__QDFT2a__helper{flex-flow:column;justify-content:space-evenly;align-items:center;height:50vh;display:flex}.Header-module__QDFT2a__h1,.Header-module__QDFT2a__h2{text-transform:uppercase}.Header-module__QDFT2a__h1{font-size:1.6rem}.Header-module__QDFT2a__h2{font-size:3.5rem}.Header-module__QDFT2a__subHeading{flex-flow:wrap;justify-content:space-around;width:100%;display:flex}.Header-module__QDFT2a__subHeading div{justify-content:center;width:30%;display:flex}.Header-module__QDFT2a__subHeading p{color:#fff;text-align:center;font-size:1.1rem;line-height:2rem}.Header-module__QDFT2a__icons{color:#fff;flex-flow:column;align-self:flex-start;padding:0 2rem;display:flex}.Header-module__QDFT2a__icons a{border:1px solid #0000;margin:1rem 0;transition:transform .2s ease-in-out,color .3s ease-in-out}.Header-module__QDFT2a__icons a:hover{cursor:pointer;color:var(--custom-green);transform:scale(1.2)}.Header-module__QDFT2a__right{will-change:transform;background:0 0;grid-column:5/-1;position:relative;transform:translateY(10vh)}@media (max-width:1100px){.Header-module__QDFT2a__wrapper{height:90vh}.Header-module__QDFT2a__left{grid-area:1/1/-1/-1}.Header-module__QDFT2a__right{grid-area:1/3/-1/-1;place-self:end;width:50vw;height:calc(100% - 30vh);transform:none}.Header-module__QDFT2a__subHeading{flex-direction:column;align-items:flex-start;width:70%}.Header-module__QDFT2a__subHeading>div>p{text-align:left}}@media (max-width:768px) and (max-height:900px){.Header-module__QDFT2a__wrapper>.Header-module__QDFT2a__right{grid-area:1/4/-1/-1;height:calc(100% - 30vh)}}@media (max-width:768px){.Header-module__QDFT2a__wrapper{height:90vh}.Header-module__QDFT2a__left{grid-area:1/1/-1/-1}.Header-module__QDFT2a__right{grid-area:1/3/-1/-1;align-self:end;height:60vh;transform:none}.Header-module__QDFT2a__helper{height:70vh}.Header-module__QDFT2a__h1{margin:0}.Header-module__QDFT2a__subHeading{flex-direction:column;align-items:flex-start;width:70%}.Header-module__QDFT2a__subHeading>div>p{text-align:left}}@media (max-width:425px){.Header-module__QDFT2a__wrapper{height:100vh}.Header-module__QDFT2a__helper{justify-content:flex-start}.Header-module__QDFT2a__h1{font-size:1.25rem}.Header-module__QDFT2a__h1,.Header-module__QDFT2a__h2{align-self:flex-end;margin-right:1rem}.Header-module__QDFT2a__subHeading{align-self:flex-start;margin-left:1rem}.Header-module__QDFT2a__subHeading>div:first-of-type{margin-left:1.1rem}.Header-module__QDFT2a__subHeading>div:last-of-type{margin-left:2rem}.Header-module__QDFT2a__right{grid-column:3/-1;height:50vh;transform:translate(-2rem)}.Header-module__QDFT2a__svg{width:50%}}@media (max-width:375px){.Header-module__QDFT2a__h1{font-size:1rem}.Header-module__QDFT2a__h2{font-size:3rem}.Header-module__QDFT2a__subHeading{font-size:1rem}}@media (max-width:320px){.Header-module__QDFT2a__subHeading{margin-left:2.5rem}.Header-module__QDFT2a__subHeading>div>p{line-height:1.7rem}.Header-module__QDFT2a__h1{margin-bottom:.5rem;font-size:.9rem}.Header-module__QDFT2a__right{height:45vh;transform:none}}
.Navbar-module__oRec0q__nav{width:90%;padding-top:1rem}.Navbar-module__oRec0q__ul{flex-flow:row;justify-content:space-between;align-items:center;width:100%;list-style:none;display:flex}.Navbar-module__oRec0q__ul>li:not(:first-child){margin-left:2rem}.Navbar-module__oRec0q__li{color:#ffffffe6;padding-bottom:.5rem;font-size:.8rem;text-decoration:none;list-style:none;transition:transform .3s;position:relative}button.Navbar-module__oRec0q__li{cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:inherit;display:inline-block}button.Navbar-module__oRec0q__li:before{content:"";background-color:#0000;width:0;height:1px;transition:width .4s ease-in-out;display:block;position:absolute;bottom:0;left:0}button.Navbar-module__oRec0q__li:hover,button.Navbar-module__oRec0q__li:focus{color:#fff;outline:none;transform:scale(1.1)}button.Navbar-module__oRec0q__li:hover:before,button.Navbar-module__oRec0q__li:focus:before{background-color:var(--custom-green);width:100%}button.Navbar-module__oRec0q__li:focus-visible{outline:2px solid var(--custom-green);outline-offset:4px;border-radius:2px}@media (max-width:1200px){button.Navbar-module__oRec0q__li{font-size:.7rem}}@media (max-width:425px){.Navbar-module__oRec0q__ul>li:not(:first-child){display:none}.Navbar-module__oRec0q__nav{width:100%;padding:1rem}}
.Intro-module__I0-esW__intro{grid-template-columns:repeat(6,1fr);width:100%;height:auto;margin:8rem 0;padding-bottom:2rem;display:grid}.Intro-module__I0-esW__p{color:#000;line-height:1.6rem}.Intro-module__I0-esW__wrapper{flex-flow:wrap;grid-column:1/-1;justify-content:space-evenly;align-self:center;align-items:baseline;margin-top:2rem;display:flex}.Intro-module__I0-esW__heading,.Intro-module__I0-esW__desc1,.Intro-module__I0-esW__desc2{flex:0 0 28%}.Intro-module__I0-esW__heading{text-align:center;padding-bottom:1rem;position:relative;transform:translateY(-70px)}.Intro-module__I0-esW__heading:before{content:"";background-color:#000;width:40%;height:2px;display:block;position:absolute;bottom:0;left:2rem}.Intro-module__I0-esW__li{margin:1rem 0 0 2rem;line-height:1.5}.Intro-module__I0-esW__desc2{align-self:flex-end;transform:translateY(110px)}@media (max-width:768px){.Intro-module__I0-esW__heading{align-self:flex-start;transform:translateY(0)}.Intro-module__I0-esW__heading:before{width:80%;left:-1rem}.Intro-module__I0-esW__heading h2{text-align:left}.Intro-module__I0-esW__desc2{transform:translateY(0)}.Intro-module__I0-esW__wrapper{flex-direction:column;justify-self:center;width:90%}.Intro-module__I0-esW__desc1{margin:2rem 0}}@media (max-width:500px){.Intro-module__I0-esW__wrapper{flex-direction:column;justify-self:center;width:90%}.Intro-module__I0-esW__wrapper p{line-height:1.5rem}.Intro-module__I0-esW__heading{align-self:center;margin:2.5rem 0 2rem}.Intro-module__I0-esW__heading:before{width:140%;left:-3rem}.Intro-module__I0-esW__desc1{text-align:left;margin:1rem 0}.Intro-module__I0-esW__desc2{text-align:right;margin:1rem 0 2rem}.Intro-module__I0-esW__li{text-align:left}.Intro-module__I0-esW__intro{margin:2rem 0}}@media (max-width:375px){.Intro-module__I0-esW__wrapper{margin:0 auto}.Intro-module__I0-esW__heading:before{width:110%;left:-1rem}}@media (max-width:320px){.Intro-module__I0-esW__intro{padding:2rem 0}}
.Price-module__kXmZQG__prices{width:100%;padding:3rem 0 0}.Price-module__kXmZQG__prices p,.Price-module__kXmZQG__prices a{color:#000000b3}.Price-module__kXmZQG__p{line-height:1.6rem}.Price-module__kXmZQG__wrapper{flex-flow:column;justify-content:space-between;width:90%;height:auto;margin:0 auto;padding:3rem 0;display:flex}.Price-module__kXmZQG__heading{margin-bottom:3rem;padding-bottom:1rem;padding-left:2rem;position:relative}.Price-module__kXmZQG__heading:before{content:"";background-color:#000;width:20%;height:2px;display:block;position:absolute;bottom:0;left:-2rem}.Price-module__kXmZQG__pricing{grid-template-columns:repeat(6,1fr);display:grid}.Price-module__kXmZQG__pricing>p:first-of-type{grid-area:1/1/2/-1;align-self:start}.Price-module__kXmZQG__pricing>p:last-of-type{grid-column:1/-1;align-self:end}.Price-module__kXmZQG__pricing>div{flex-flow:wrap;grid-area:2/2/3/6;justify-content:space-evenly;margin-bottom:2rem;display:flex}.Price-module__kXmZQG__rect{background-color:#fff;border:1px solid #00000080;border-radius:10px;flex-direction:column;align-items:center;width:300px;padding:1rem 1rem 0;display:flex}.Price-module__kXmZQG__rect p{text-align:center;line-height:1.8rem}.Price-module__kXmZQG__effect5{position:relative}.Price-module__kXmZQG__effect5:before,.Price-module__kXmZQG__effect5:after{z-index:-1;content:"";background:#777;width:50%;max-width:300px;position:absolute;top:80%;bottom:25px;left:10px;transform:rotate(-8deg);box-shadow:0 20px 20px #777}.Price-module__kXmZQG__effect5:after{left:auto;right:10px;transform:rotate(8deg)}.Price-module__kXmZQG__list{aspect-ratio:1906/2040;border-radius:8px;width:auto;max-width:100%;height:auto;margin:4rem auto 2rem;display:block;box-shadow:0 4px 8px #0000001a}@media (min-width:768px){.Price-module__kXmZQG__list{min-width:70%!important;max-width:500px!important;padding-top:6rem!important}}@media (min-width:1000px){.Price-module__kXmZQG__list{margin-left:auto;margin-right:auto}}@media (max-width:1113px){.Price-module__kXmZQG__pricing>div{flex-direction:column;align-items:center}.Price-module__kXmZQG__rect{margin-bottom:1rem}}@media (max-width:768px){.Price-module__kXmZQG__pricing>div{grid-column:1/-1}.Price-module__kXmZQG__rect{height:auto}.Price-module__kXmZQG__list{max-width:500px}}@media (max-width:742px){.Price-module__kXmZQG__rect:first-of-type{margin-bottom:2rem}.Price-module__kXmZQG__heading:before{width:35%;left:-1rem}}@media (max-width:400px){.Price-module__kXmZQG__heading:before{width:45%;left:-.5rem}.Price-module__kXmZQG__rect{width:90%}}
.Privacy-module__B-OGKq__main{width:100%}.Privacy-module__B-OGKq__container{flex-flow:column;align-items:flex-start;width:80%;margin:0 auto;padding:4rem 0;display:flex}.Privacy-module__B-OGKq__container p{color:#000c}.Privacy-module__B-OGKq__container a{color:#4169e1}.Privacy-module__B-OGKq__container .Privacy-module__B-OGKq__heading,.Privacy-module__B-OGKq__h3{margin:2rem 0 1rem}@media (max-width:425px){.Privacy-module__B-OGKq__heading{font-size:1.7rem}}@media (max-width:360px){.Privacy-module__B-OGKq__heading{font-size:1.5rem}}
.Terms-module__D5O8mq__main{width:100%}.Terms-module__D5O8mq__container{flex-flow:column;align-items:flex-start;width:80%;margin:0 auto;padding:4rem 0;display:flex}.Terms-module__D5O8mq__container p{color:#000c}.Terms-module__D5O8mq__container a{color:#4169e1}.Terms-module__D5O8mq__container h1{margin-bottom:2rem}
.Services-module__4PghQG__services{grid-template-columns:repeat(auto-fill,minmax(max-content,auto));display:grid}.Services-module__4PghQG__left{aspect-ratio:3/2;grid-area:1/1/-1/2;place-items:center end;width:40%;display:grid}.Services-module__4PghQG__left>div:first-of-type{overflow:unset!important}.Services-module__4PghQG__right{background-color:#ebedf8;grid-area:1/2/-1/-1;justify-content:flex-end;justify-self:end;width:60%;height:60vh;display:flex}.Services-module__4PghQG__wrapper{flex-flow:column;justify-content:space-evenly;align-items:flex-start;width:75%;height:100%;display:flex}.Services-module__4PghQG__heading{margin-bottom:1rem;padding-bottom:1rem;position:relative}.Services-module__4PghQG__heading:before{content:"";background-color:#000;width:90%;height:2px;display:block;position:absolute;bottom:0;left:5rem}.Services-module__4PghQG__description{color:#000000b3;flex-wrap:wrap;justify-content:space-evenly;width:100%;display:flex}.Services-module__4PghQG__information{color:#000000b3;width:250px;font-size:.9rem;line-height:1.5rem}.Services-module__4PghQG__contact{align-items:center;display:flex}.Services-module__4PghQG__contact a,.Services-module__4PghQG__contact p{color:#000000b3}.Services-module__4PghQG__contact a{color:var(--custom-green);margin-left:2rem;transition:transform .2s ease-in-out}.Services-module__4PghQG__contact a:hover{cursor:pointer;transform:scale(1.2)}.Services-module__4PghQG__contact p{font-size:.8rem}.Services-module__4PghQG__additionalInfo{color:#0009;font-size:.8rem}@media (max-width:1112px){.Services-module__4PghQG__wrapper{width:60%}.Services-module__4PghQG__right{height:auto}.Services-module__4PghQG__heading{margin:1rem 0 2rem}.Services-module__4PghQG__contact a{margin:0}.Services-module__4PghQG__contact{justify-content:space-evenly;width:100%;margin:1rem 0}.Services-module__4PghQG__description{justify-content:flex-start}.Services-module__4PghQG__picture{margin-left:1rem;display:none}.Services-module__4PghQG__picture img{width:55vw;height:35vh}}@media (max-width:1112px) and (max-height:834px){.Services-module__4PghQG__left>div:first-of-type{height:100%}.Services-module__4PghQG__picture{display:none}.Services-module__4PghQG__picture img{height:45vh}}@media (max-width:800px){.Services-module__4PghQG__picture{margin-left:1rem;display:none}.Services-module__4PghQG__picture img{width:60vw;height:32vh}.Services-module__4PghQG__description{justify-content:flex-end}}@media (max-width:768px){.Services-module__4PghQG__wrapper{width:80%}}@media (max-width:740px){.Services-module__4PghQG__services{grid-template-rows:300px auto;grid-template-columns:repeat(2,2fr);height:auto}.Services-module__4PghQG__left{grid-area:1/1/2/-1;width:100%;height:100%}.Services-module__4PghQG__picture{display:none}.Services-module__4PghQG__right{grid-area:2/1/-1/-1;width:100%}.Services-module__4PghQG__wrapper{width:95%}.Services-module__4PghQG__heading{margin:3rem 0 5rem}.Services-module__4PghQG__description{justify-content:center}.Services-module__4PghQG__contact{margin:3rem 0 4rem}}
