html{height:100%;position:relative;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}#root,body{height:100%;width:100%}@font-face{font-family:Prompt;font-style:normal;font-weight:400;src:url(/static/media/Prompt-Regular.a8979f5fddba897421a7.ttf) format("truetype")}@font-face{font-family:Prompt;font-style:normal;font-weight:500;src:url(/static/media/Prompt-Medium.13aa547876aaa510c372.ttf) format("truetype")}@font-face{font-family:Prompt;font-style:normal;font-weight:600;src:url(/static/media/Prompt-SemiBold.a283df5464c25fe8e59a.ttf) format("truetype")}@font-face{font-family:Prompt;font-style:normal;font-weight:800;src:url(/static/media/Prompt-ExtraBold.f59aab452e2ae1453c68.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:200;src:url(/static/media/Inter-ExtraLight.1815b9a8a67debdb3966.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/Inter-Light.eec8664621fec98efb37.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.e89cb19905e7db5591b0.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.6dcbc9bed1ec438907ee.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter-SemiBold.4d56bb21f2399db8ad48.ttf) format("truetype")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter-Bold.88fa7ae373b07b41ecce.ttf) format("truetype")}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/Montserrat-Regular.ceb11275ab638627a643.ttf) format("truetype")}#root,.App,body{bottom:0;left:0;position:absolute;right:0;top:0}.App{text-align:center}*{font-family:Inter,Prompt,sans-serif;font-weight:400}.Home{bottom:0;left:0;position:absolute;right:0;text-align:center;top:0}.header{background-color:#fff;color:#000;display:block;font-size:1.05rem;font-weight:300;justify-content:center;position:fixed;top:0;width:100%;z-index:100}.header .headerContent{display:flex;flex-flow:row;justify-content:space-between;margin:0 auto;max-width:70%;text-align:left;z-index:2}.header .headerContent .imgWrapper{padding:10px 0}.header .headerContent .imgWrapper img{height:3rem;width:auto}.header .headerContent .imgWrapper img:hover{cursor:pointer}.header .headerContent .siteLinks{display:flex;flex-direction:row;list-style:none;margin:0;padding:0}.header .headerContent .siteLinks>li{align-items:flex-end;display:flex}.header .headerContent .siteLinks>li a{color:#000000c7;font-family:Inter,sans-serif;padding:25px 15px;text-decoration:none}.header .headerContent .siteLinks>li a span{border-bottom:2px solid #0000;padding-bottom:2px;transition:all .2s ease-in-out .1s}.header .headerContent .siteLinks>li a span .downArrow{border:solid #000c;border-width:0 1.8px 1.8px 0;display:inline-block;margin-bottom:3px;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg);transition:all .2s ease-in-out .1s}.header .headerContent .siteLinks>li a:hover{color:#000}.header .headerContent .siteLinks>li a:hover span{border-bottom:1.5px solid #000}.header .headerContent .siteLinks>li#productsHeader{position:relative}.header .headerContent .siteLinks>li#productsHeader .dropdown{background-color:#fff;border:.5px solid #0003;border-radius:10px;box-shadow:0 8px 16px 0 #0003;display:none;height:fit-content;left:0;margin-top:-10px;opacity:0;position:fixed;top:71.5px;width:100vw}.header .headerContent .siteLinks>li#productsHeader:hover a{color:#000}.header .headerContent .siteLinks>li#productsHeader:hover a span{border-bottom:1.5px solid #000}.header .headerContent .siteLinks>li#productsHeader:hover a span .downArrow{color:#000;margin-bottom:0;transform:rotate(225deg)}.header .headerContent .siteLinks>li#productsHeader:hover .dropdown{display:block;opacity:1;visibility:visible}.header .thinLine{background-color:#f3f3f3;height:1px;width:100%}.mobileHeader{display:none}@media(max-width:1200px){.header .headerContent{max-width:90%}}@media(max-width:900px){.header{display:none}.mobileHeader{display:block;overflow:hidden;position:fixed;top:0;width:100%;z-index:10}.mobileHeader .headerContent{background-color:#fff;height:71.5px;margin:0 auto;padding:10px 0;width:100%}.mobileHeader .headerContent.isActive{background-color:#f3f3f3;height:100vh;opacity:1;z-index:50}.mobileHeader .headerContent .imgWrapper{align-items:center;display:flex;height:71.5px;left:5%;position:absolute;top:0}.mobileHeader .headerContent .imgWrapper img{height:2.5rem;width:auto}.mobileHeader .headerContent .imgWrapper.whoosh a{pointer-events:none}.mobileHeader .headerContent .imgWrapper.whoosh a img{opacity:0;visibility:none}.mobileHeader .headerContent .burgerWrapper{align-items:center;display:flex;height:71.5px;position:fixed;right:5%;top:0}.mobileHeader .headerContent .burgerWrapper .hamburgerMenu{align-content:center;cursor:pointer;display:flex;flex-direction:column;height:30px;justify-content:space-between;padding:2px;width:40px;z-index:100}.mobileHeader .headerContent .burgerWrapper .hamburgerMenu .hamburgerLine{background-color:#4e4b5c;border-radius:10px;height:3.5px;width:100%}.mobileHeader .headerContent .burgerWrapper .hamburgerMenu.clicked .hamburgerLine:first-of-type{transform:translateY(11px) rotate(45deg)}.mobileHeader .headerContent .burgerWrapper .hamburgerMenu.clicked .hamburgerLine:nth-of-type(2){opacity:0}.mobileHeader .headerContent .burgerWrapper .hamburgerMenu.clicked .hamburgerLine:nth-of-type(3){transform:translateY(-11px) rotate(-45deg)}.mobileHeader .mobileSiteLinks{left:10%;list-style:none;margin:0;padding:0;position:fixed;top:10%}.mobileHeader .mobileSiteLinks li{font-size:40px;font-weight:300;opacity:0;padding-bottom:15px;text-align:left;visibility:hidden}.mobileHeader .mobileSiteLinks li a{color:#4e4b5c;text-decoration:none}.mobileHeader .mobileSiteLinks li:first-of-type a{color:#ee161e}.mobileHeader .mobileSiteLinks.show li{opacity:1;transition:all .5s ease-out .7s;visibility:visible}.mobileHeader .thinLine{background-color:#f3f3f3;height:1px;opacity:.5;transition:opacity 0s,background-color .1s}.mobileHeader .thinLine.thickLine{opacity:1}}.hero-block{margin:70px auto;width:70%}.hero-block .heroSection{position:relative;width:70%}.hero-block .heroSection,.hero-block .heroSection .heroContent{display:flex;flex-direction:column;justify-content:center}.hero-block .heroSection .heroContent h1{color:#000;font-family:Inter,sans-serif;font-size:48px;font-weight:400;text-align:left}.hero-block .heroSection .heroContent p{color:#000;font-family:Inter,sans-serif;font-size:24px;font-weight:300;margin:0;text-align:left}.hero-block .heroSection .heroContent a{background-color:#000;border-radius:10px;display:flex;flex-direction:row;margin-top:30px;padding:5px 25px 5px 30px;transition:all .3s ease-in-out;width:fit-content}.hero-block .heroSection .heroContent a p{color:#fff;font-size:20px;font-weight:400}.hero-block .heroSection .heroContent a .arrowWrapper{align-items:center;display:flex;margin-left:10px;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:30px}.hero-block .heroSection .heroContent a .arrowWrapper .rightArrow{fill:#fff;left:-5px;position:absolute;transition:all .3s ease-in-out}.hero-block .heroSection .heroContent a:hover{padding-right:18px;text-decoration:none}.hero-block .heroSection .heroContent a:hover .arrowWrapper{width:37px}.hero-block .heroSection .heroContent a:hover .arrowWrapper .rightArrow{left:0}@media screen and (max-width:1200px){.heroSection .heroContent{flex-direction:column;justify-content:center;width:80%}.heroSection .heroContent h2{font-size:32px;margin-top:0}}@media screen and (max-width:768px){.heroSection .heroContent{flex-direction:column;justify-content:center;width:90%}.heroSection .heroContent h2{font-size:24px;margin-top:0}}.productsBlock{display:flex;flex-direction:column;justify-content:center;margin:40px auto;width:70%;z-index:1}.productsBlock .titleWrapper{margin-top:50px;position:relative;width:fit-content}.productsBlock .titleWrapper h1{font-family:Inter,sans-serif;font-size:32px;font-weight:400;margin:0;text-align:left;z-index:4}.productsBlock .productHighlightDescriptions,.productsBlock .titleWrapper h1{position:relative;width:fit-content}.productsBlock .productHighlightDescriptions p{font-family:Inter,sans-serif;font-size:16px;font-weight:300;position:relative;text-align:left}.productsBlock ul{grid-gap:30px;grid-row-gap:50px;display:grid;grid-template-columns:repeat(auto-fill,250px);justify-content:space-between;list-style-type:none;margin:70px auto;padding:0;row-gap:50px;width:100%;z-index:1}.productsBlock ul li{background-color:#fff;border:.5px solid #4e4b5c;border-radius:25px;height:fit-content;overflow:hidden;transition:.3s;width:100%}.productsBlock ul li:hover{box-shadow:0 0 10px #999}.productsBlock ul li:hover a .tempBox img{transform:scale(1.1)}.productsBlock ul li a{color:#000;text-decoration:none}.productsBlock ul li a .tempBox{aspect-ratio:1/1;background-color:#e3b70533;overflow:hidden;z-index:-1}.productsBlock ul li a .tempBox img{height:100%;object-fit:cover;transition:.3s;width:100%;z-index:-2}.productsBlock ul li a p{background-color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin-left:16px;text-align:left;z-index:5}@media screen and (max-width:1200px){.productsBlock{width:90%}}@media screen and (max-width:1050px){.productsBlock{width:90%}}@media screen and (max-width:900px){.productsBlock .titleWrapper{margin:0 auto;width:80%}.productsBlock ul{justify-content:space-evenly}}@media screen and (max-width:600px){.productsBlock{width:80%}.productsBlock .titleWrapper{margin:0 auto;width:400px}.productsBlock ul{grid-template-columns:repeat(auto-fill,400px)}}@media screen and (max-width:500px){.productsBlock .titleWrapper{margin:0 auto;width:300px}.productsBlock ul{grid-template-columns:repeat(auto-fill,300px)}}.craft-block{font-family:Inter,sans-serif;margin:70px auto 15rem;width:70%}.craft-block .craftBanner{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:25;position:relative}.craft-block .craftBanner .craftContent{width:60%;z-index:1}.craft-block .craftBanner .craftContent h1{font-size:32px;font-weight:400;margin-right:10px;margin-top:0;text-align:left;width:fit-content}.craft-block .craftBanner .craftContent p{font-size:24px;font-weight:300;margin-right:0;text-align:left}.craft-block .craftBanner img{height:auto;width:30vw}@media screen and (max-width:1400px){.craft-block .craftBanner{width:80%}}@media screen and (max-width:1200px){.craft-block .craftBanner .craftContent h1{font-size:52px}.craft-block .craftBanner .craftContent p{font-size:16px}}@media screen and (max-width:900px){.craft-block .craftBanner{flex-direction:column-reverse}.craft-block .craftBanner .craftContent h1{font-size:32px}.craft-block .craftBanner .craftContent p{font-size:20px}.craft-block .craftBanner img{height:auto;width:50vw}.craft-block .craftBanner .craftContent h1{font-size:36px;margin-bottom:10px}.craft-block .craftBanner .craftContent p{font-size:16px}.craft-block .craftBanner img{height:auto;width:50vw}}@media screen and (max-width:400px){.craft-block .craftBanner .craftContent h1{font-size:28px;margin-bottom:10px}.craft-block .craftBanner .craftContent p{font-size:14px}}.whyUsBanner{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto 100px;position:relative;width:90%}.whyUsBanner h1{font-family:Inter,sans-serif;font-size:64px;font-weight:300;margin-top:0;width:fit-content}.whyUsBanner .whyUsContent{display:flex;flex-direction:row;justify-content:space-between;width:100%}.whyUsBanner .whyUsContent .halfBlock{display:flex;flex-direction:column;height:400px;justify-content:space-around;width:400px}.whyUsBanner .whyUsContent .halfBlock .quarterBlock h2{font-family:Inter,sans-serif;font-size:32px;font-weight:400;margin-bottom:0;margin-top:16px;text-align:center}.whyUsBanner .whyUsContent .halfBlock .quarterBlock p{font-family:Inter,sans-serif;font-size:16px;text-align:center}.whyUsBanner .whyUsContent #bookletImg,.whyUsBanner .whyUsContent img{height:400px;overflow:hidden;width:250px}.whyUsBanner .whyUsContent #bookletImg{background-image:url(/static/media/hero3.4fa196db124cde62cc44.jpg);background-size:cover}@media screen and (max-width:1400px){.craftBanner{width:80%}}@media screen and (max-width:1200px){.craftBanner .craftContent h1{font-size:52px}.craftBanner .craftContent p{font-size:16px}}@media screen and (max-width:900px){.craftBanner{flex-direction:column-reverse}.craftBanner .craftContent h1{font-size:64px}.craftBanner .craftContent p{font-size:20px}.craftBanner img{height:auto;width:50vw}.craftBanner .craftContent h1{font-size:36px;margin-bottom:10px}.craftBanner .craftContent p{font-size:16px}.craftBanner img{height:auto;width:50vw}}@media screen and (max-width:400px){.craftBanner .craftContent h1{font-size:28px;margin-bottom:10px}.craftBanner .craftContent p{font-size:14px}}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.get-quote-block .getQuoteBanner{background-image:url(/static/media/getQuoteGradient.9901a602871fb7c55732.png);background-size:cover;display:flex;height:570px;overflow-x:hidden;position:relative}.get-quote-block .getQuoteBanner .asterisk{height:100%;position:absolute;top:0;transform:translate(-46.4%);width:auto;z-index:2}.get-quote-block .getQuoteBanner .getQuoteContent{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 15vw 0 50vw;z-index:1}.get-quote-block .getQuoteBanner .getQuoteContent h2{color:#fff;font-family:Inter,sans-serif;font-size:48px;font-weight:500;margin:0}.get-quote-block .getQuoteBanner .getQuoteContent p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:400;margin-bottom:40px;margin-top:20px}.get-quote-block .getQuoteBanner .getQuoteContent a{background-color:#000;border-radius:10px;box-shadow:0 5px 8px 0 #00000026;color:#fff;font-family:Inter,sans-serif;font-size:24px;font-weight:500;margin:0 auto;padding:15px 55px;transition:all .3s ease-in-out;width:fit-content}.get-quote-block .getQuoteBanner .getQuoteContent a:hover{box-shadow:0 7px 8px 0 #00000040;text-decoration:none;transform:translateY(-2px)}@media screen and (max-width:1200px){.getQuoteBanner .getQuoteContent{flex-direction:column;justify-content:center;width:80%}.getQuoteBanner .getQuoteContent h2{font-size:32px;margin-top:0}}@media screen and (max-width:768px){.getQuoteBanner .getQuoteContent{flex-direction:column;justify-content:center;width:90%}.getQuoteBanner .getQuoteContent h2{font-size:24px;margin-top:0}}*{transition:all 0s}.floor{bottom:0;left:0;position:absolute;right:0;width:100%}.footerWrapper{background-color:#f3f3f3;width:100%}.footer{align-items:center;color:#000;display:flex;flex-direction:row;justify-content:space-between;margin:0 auto}.footer .imgWrapper{margin-left:5vw}.footer .imgWrapper img{height:120px;width:auto}.footer .footerContent{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:4fr 1fr;padding:30px 50px 40px 40px;text-align:left}.footer .footerContent .links{display:flex;flex-direction:column;grid-column-end:2;grid-column-start:1;grid-row-end:2;grid-row-start:1;list-style:none;padding:0}.footer .footerContent .links div .footerTitle{font-family:Inter,sans-serif;font-size:20px;font-weight:400;margin:16px 0}.footer .footerContent .links .siteLinks{display:flex;flex-direction:column;font-size:16px;list-style:none;padding:0}.footer .footerContent .links .siteLinks li{padding:3px 0}.footer .footerContent .links .siteLinks li a{font-family:Inter,sans-serif;font-weight:300}.footer .footerContent .copyright{display:flex;grid-column-end:2;grid-column-start:1;grid-row-end:3;grid-row-start:2}.footer .footerContent .copyright p{align-self:flex-end;font-size:10px;font-weight:200;margin:0}.footer .footerContent .contactInfo{display:flex;flex-direction:column;grid-column-end:3;grid-column-start:2;grid-row-end:2;grid-row-start:1}.footer .footerContent .contactInfo p.thin{font-weight:200;margin-top:30px}.footer .footerContent .contactInfo a.locLink{margin-top:10px}.footer .footerContent .contactInfo a{align-items:center;display:flex}.footer .footerContent .contactInfo a .svgWrapper{margin-right:50px}.footer .footerContent .contactInfo a .svgWrapper svg{transform:translateY(2px)}.footer .footerContent .legal{align-content:center;align-items:flex-end;display:flex;font-size:10px;grid-column-end:3;grid-column-start:2;grid-row-end:3;grid-row-start:2;list-style:none;padding:0}.footer .footerContent .legal a{font-family:Inter,sans-serif;font-weight:200}.footer .footerContent .legal .vertDivider{background-color:#000;height:10px;margin:0 20px;width:1px}a{color:#000;text-decoration:none}a:hover{color:#ee161e;text-decoration:underline;text-decoration-thickness:1px}@media screen and (max-width:1100px){.footer{max-width:80%}}@media screen and (max-width:900px){.footer{max-width:92%}}@media screen and (max-width:768px){.footer{max-width:70%}.footer .footerContent{flex-flow:column}.footer .footerContent .verticalLine{display:none}.footer .footerContent .links,.footer .footerContent .links .legal{margin-top:50px}.footer .footerContent .links .legal .vertDivider{height:15px;width:1px}.footer .copyright{margin-top:0}.footer .copyright p{text-align:left}}@media screen and (max-width:450px){.footer{max-width:85%}}.contactsForm{background-color:#fff;display:flex;flex-direction:column;justify-content:center;margin:150px auto;width:70%}.contactsForm .titleWrapper{justify-content:center;margin:0 auto;position:relative;width:fit-content}.contactsForm .titleWrapper .titleContact{color:#000;font-family:Inter,sans-serif;font-size:72px;font-style:normal;font-weight:500;margin:0;position:relative;text-align:center;z-index:3}.contactsForm .titleWrapper .highlightLine{background:#ff5656;bottom:.5%;height:6px;left:1%;position:absolute;width:50%}.contactsForm .titleWrapper .contactsFormWrapper{background-color:#fff;display:flex;flex-wrap:wrap;width:70%}.contactsForm .contactsFormWrapper{align-items:stretch;display:flex;flex-direction:row}.contactsForm .contactsFormWrapper .sideContent{background-color:#7fffd4;margin:5%;opacity:.2;width:50%}.contactsForm .contactsFormWrapper .contactsForm{box-shadow:0 0 20px 1px #0000001a;margin:5%;width:50%}.contactsForm .contactsFormWrapper .contactsForm form{align-items:flex-start;display:flex;flex-direction:column;height:500px;justify-content:space-evenly;margin:20px auto;padding:20px;width:95%}.contactsForm .contactsFormWrapper .contactsForm form *{margin:0 auto;width:100%}.contactsForm .contactsFormWrapper .contactsForm form input{padding:10px 8px}.aboutPageWrapper{font-family:Inter,sans-serif;width:100%}.aboutPageWrapper .sectionHeroDescription{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;padding:50px;width:100%}.aboutPageWrapper .sectionHeroDescription h1{font-family:Inter,sans-serif;font-size:48px;font-weight:500;width:70%}.aboutPageWrapper .sectionHeroDescription p{font-family:Inter,sans-serif;font-size:32px;font-weight:300;width:70%}.aboutPageWrapper .sectionHeroDescription p strong{font-weight:500}.aboutPageWrapper .section-highlights{align-items:center;display:flex;flex-direction:column;width:100}.aboutPageWrapper .section-highlights .sectionHighlights{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:100px;position:relative}.aboutPageWrapper .section-highlights .sectionHighlights p{font-size:24px;font-weight:300;width:70%}.aboutPageWrapper .section-highlights .sectionHighlights .statsHighlightWrapper{align-items:center;display:flex;flex-basis:auto;flex-direction:row;justify-content:space-between;padding:50px;text-align:left;width:100%}.aboutPageWrapper .section-highlights .sectionHighlights .statsHighlightWrapper .statHighlight{padding:20px}.aboutPageWrapper .section-highlights .sectionHighlights .statsHighlightWrapper .statHighlight .stat-highlight-title{font-size:65px;font-weight:400}.aboutPageWrapper .section-highlights .sectionHighlights .statsHighlightWrapper .statHighlight .stat-highlight-blurb{font-size:24px;font-weight:300}.aboutPageWrapper .section-our-story{background-color:#f5f5f5;padding:50px;width:100%}.aboutPageWrapper .section-our-story .historyStory{align-items:center;display:flex;flex-direction:column;margin-top:-150px;padding:50px}.aboutPageWrapper .section-our-story .historyStory h1{font-family:Inter,sans-serif;font-size:48px;font-weight:500;text-align:left}.aboutPageWrapper .section-our-story .historyStory p{font-family:Inter,sans-serif;font-size:20px;font-weight:300;line-break:auto;line-height:1.5;text-align:left;width:50%}.aboutPageWrapper .section-our-team{padding:50px;width:100%}.aboutPageWrapper .section-our-team .ourTeam{align-items:center;display:flex;flex-direction:column;margin-top:-150px;padding:50px}.aboutPageWrapper .section-our-team .ourTeam h1{font-family:Inter,sans-serif;font-size:48px;font-weight:500;text-align:left}.aboutPageWrapper .section-our-team .ourTeam p{font-family:Inter,sans-serif;font-size:20px;font-weight:300;line-break:auto;line-height:1.5;text-align:left;width:50%}.product-block{display:grid;grid-template-columns:[first] 50% [second] auto [third] 45% [fourth];grid-template-rows:[row1] 50px [row2] auto [row3];margin:150px auto 50px;width:90%}.breadcrumb{grid-column:first/second;grid-row:row1/row2;text-align:left}.product-image{grid-column:first/second;grid-row:row2/row3}.product-image img{background-color:#fff;border:1px;border-radius:10px;height:auto;width:100%}.product-details{display:flex;flex-direction:column;grid-column:third/fourth;grid-row:row2/row3;text-align:left}.product-details .title{font-size:2rem;line-height:normal}.product-details .product-description{font-size:1.2rem}.product-details .product-price{color:#b12704;font-size:1.5rem;margin-top:0}.product-details .add-to-cart{background-color:#f90;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:10px 20px;text-align:center;text-decoration:none;width:fit-content}.product-details .product-options label{display:block;font-weight:700;margin-bottom:5px}.product-details .product-options select{display:block;font-size:1rem;margin-bottom:15px;padding:8px;width:fit-content}.fullpage{bottom:0;height:100vh;left:0;position:absolute;right:0;text-align:center;top:0}h1{margin-top:200px}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:.3s}.buildingPageWrapper{display:flex;height:70%;justify-content:center;width:100%}.buildingPageWrapper .mainBody{display:flex;flex-direction:column;width:70%}
/*# sourceMappingURL=main.e87b75ad.css.map*/