@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&display=swap";:root,:root[data-theme=light]{--color-bg-primary: #ffffff;--color-bg-secondary: #f8f9fa;--color-bg-tertiary: #e9ecef;--color-text-primary: #1a1a1a;--color-text-secondary: #4a5568;--color-text-muted: #718096;--color-blue-dark: #1e3a8a;--color-blue: #2563eb;--color-blue-light: #3b82f6;--color-red: #1e40af;--color-red-light: #3b82f6;--color-cyan: #06b6d4;--color-cyan-light: #22d3ee;--color-border: #e2e8f0;--color-shadow: rgba(0, 0, 0, .08);color-scheme:light}:root[data-theme=dark]{--color-bg-primary: #1a1a1a;--color-bg-secondary: #2a2a2a;--color-bg-tertiary: #333333;--color-text-primary: #ffffff;--color-text-secondary: #e5e5e5;--color-text-muted: #a0a0a0;--color-blue-dark: #1e3a8a;--color-blue: #2563eb;--color-blue-light: #3b82f6;--color-red: #1e40af;--color-red-light: #3b82f6;--color-cyan: #06b6d4;--color-cyan-light: #22d3ee;--color-border: rgba(255, 255, 255, .1);--color-shadow: rgba(0, 0, 0, .5);color-scheme:dark}:root{--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 2px 4px var(--color-shadow);--shadow-md: 0 4px 16px var(--color-shadow);--shadow-lg: 0 8px 32px var(--color-shadow);--font-display: "Bebas Neue", "Impact", sans-serif;--font-body: "DM Sans", system-ui, sans-serif;font-family:var(--font-body);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.3s;transition-timing-function:ease}html{scroll-behavior:smooth;overflow-x:hidden;max-width:100vw;width:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a{font-weight:500;color:var(--color-red);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-red-light)}body{margin:0;min-width:320px;min-height:100vh;background-color:#0a0a0a;color:var(--color-text-primary);overflow-x:hidden;max-width:100vw;width:100%;position:relative;-webkit-overflow-scrolling:touch;transition:background-color .3s ease,color .3s ease}body:has(.main-content.visible){background-color:var(--color-bg-primary)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:2px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-red);color:var(--color-text-primary);cursor:pointer;transition:all .3s ease}button:hover{background-color:var(--color-red-light);border-color:var(--color-red-light)}button:focus,button:focus-visible{outline:2px solid var(--color-red-light);outline-offset:2px}.splash{width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;overflow:hidden;z-index:9999;background-color:#0a0a0a;opacity:1;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-ms-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.splash.fade-out{opacity:0}.splash_logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;opacity:1;will-change:opacity;-webkit-animation:logoColor .3s ease-in 1.5s forwards,off .6s ease-in-out 3.2s forwards;-moz-animation:logoColor .3s ease-in 1.5s forwards,off .6s ease-in-out 3.2s forwards;-o-animation:logoColor .3s ease-in 1.5s forwards,off .6s ease-in-out 3.2s forwards;animation:logoColor .3s ease-in 1.5s forwards,off .6s ease-in-out 3.2s forwards}.splash_logo_img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(37,99,235,.6));-webkit-animation:logoFloat 2s ease-in-out infinite;-moz-animation:logoFloat 2s ease-in-out infinite;-o-animation:logoFloat 2s ease-in-out infinite;animation:logoFloat 2s ease-in-out infinite}.splash_logo_text{font-size:32px;font-weight:700;letter-spacing:4px;color:#fff;text-align:center;position:relative}.splash_logo_text .trademark{font-size:23px;font-weight:600;margin-left:3px;vertical-align:super}.splash_logo_text:before{display:block;position:absolute;left:50%;transform:translate(-50%);bottom:-10px;width:50px;height:2px;background-color:#ffffff80;content:""}.splash_logo_text:after{display:block;position:absolute;left:50%;transform:translate(-50%);top:-10px;width:50px;height:2px;background-color:#ffffff80;content:""}.splash_svg{position:relative;margin:auto;inset:0;width:100%;height:100%}.splash_svg svg{width:100%;height:100%;-webkit-backface-visibility:visible;backface-visibility:visible}.splash_svg rect{width:100%;height:100%;fill:#2563eb;stroke:0;-webkit-clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%);clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%);-webkit-animation:expand .7s ease-in forwards 2.7s;-moz-animation:expand .7s ease-in forwards 2.7s;-o-animation:expand .7s ease-in forwards 2.7s;animation:expand .7s ease-in forwards 2.7s}.splash_minimize{position:absolute;margin:auto;width:100%;height:100%;top:0;left:0;z-index:4}.splash_minimize svg{width:100%;height:100%;-webkit-backface-visibility:visible;backface-visibility:visible}.splash_minimize rect{width:100%;height:100%;fill:#0a0a0a;-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);-webkit-animation:scale .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s;-moz-animation:scale .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s;-o-animation:scale .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s;animation:scale .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s}.text{opacity:0;position:absolute;z-index:7;text-align:center;margin:-40px 0 0 -320px;width:640px;height:80px;top:50%;left:50%;font-size:68px;font-weight:300;color:#fff;-webkit-animation:on .6s ease-in-out 3.7s forwards;-moz-animation:on .6s ease-in-out 3.7s forwards;-o-animation:on .6s ease-in-out 3.7s forwards;animation:on .6s ease-in-out 3.7s forwards}.text p{white-space:nowrap;overflow:hidden;width:100%;margin:0;-webkit-animation:type 1.2s steps(20,end) 3.7s;-moz-animation:type 1.2s steps(20,end) 3.7s;-o-animation:type 1.2s steps(20,end) 3.7s;animation:type 1.2s steps(20,end) 3.7s}@-webkit-keyframes scale{to{-webkit-clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%);clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%)}}@-moz-keyframes scale{to{-moz-clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%);clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%)}}@-o-keyframes scale{to{clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%)}}@keyframes scale{to{-webkit-clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%);clip-path:polygon(40% 35%,60% 35%,60% 65%,40% 65%)}}@-webkit-keyframes hide{to{fill:transparent}}@-moz-keyframes hide{to{fill:transparent}}@-o-keyframes hide{to{fill:transparent}}@keyframes hide{to{fill:transparent}}@-webkit-keyframes off{to{opacity:0}}@-moz-keyframes off{to{opacity:0}}@-o-keyframes off{to{opacity:0}}@keyframes off{to{opacity:0}}@-webkit-keyframes on{to{opacity:1}}@-moz-keyframes on{to{opacity:1}}@-o-keyframes on{to{opacity:1}}@keyframes on{to{opacity:1}}@-webkit-keyframes logoColor{to{color:#fff}}@-moz-keyframes logoColor{to{color:#fff}}@-o-keyframes logoColor{to{color:#fff}}@keyframes logoColor{to{color:#fff}}@-webkit-keyframes type{0%{width:0}}@-moz-keyframes type{0%{width:0}}@-o-keyframes type{0%{width:0}}@keyframes type{0%{width:0}}@-webkit-keyframes type2{0%{width:0}50%{width:0}to{width:100%}}@-moz-keyframes type2{0%{width:0}50%{width:0}to{width:100%}}@-o-keyframes type2{0%{width:0}50%{width:0}to{width:100%}}@keyframes type2{0%{width:0}50%{width:0}to{width:100%}}@-webkit-keyframes expand{25%{-webkit-clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);fill:#fff}50%{-webkit-clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);fill:#2563eb}75%{-webkit-clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);fill:#fff}to{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}@-moz-keyframes expand{25%{-moz-clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);fill:#fff}50%{-moz-clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);fill:#2563eb}75%{-moz-clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);fill:#fff}to{-moz-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}@-o-keyframes expand{25%{clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);fill:#fff}50%{clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);fill:#2563eb}75%{clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);fill:#fff}to{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}@keyframes expand{25%{-webkit-clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);clip-path:polygon(0% 0%,60% 35%,60% 65%,40% 65%);fill:#fff}50%{-webkit-clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);clip-path:polygon(0% 0%,100% 0%,60% 65%,40% 65%);fill:#2563eb}75%{-webkit-clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);clip-path:polygon(0% 0%,100% 0%,60% 65%,0% 100%);fill:#fff}to{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}@-webkit-keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@-moz-keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@-o-keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media(max-width:1024px){.text{font-size:56px;margin:-30px 0 0 -260px;width:520px;height:70px}.splash_logo_img{width:100px;height:100px}.splash_logo_text{font-size:28px;letter-spacing:3px}.splash_logo_text:before,.splash_logo_text:after{width:45px}}@media(max-width:768px){.text{font-size:48px;margin:-25px 0 0 -220px;width:440px;height:60px}.splash_logo{gap:1rem}.splash_logo_img{width:80px;height:80px}.splash_logo_text{font-size:24px;letter-spacing:2px}.splash_logo_text:before,.splash_logo_text:after{width:40px}}@media(max-width:480px){.text{font-size:38px;margin:-20px 0 0 -175px;width:350px;height:50px}.splash_logo{gap:.8rem}.splash_logo_img{width:60px;height:60px;filter:drop-shadow(0 0 15px rgba(37,99,235,.6))}.splash_logo_text{font-size:20px;letter-spacing:2px}.splash_logo_text:before,.splash_logo_text:after{width:35px;height:1.5px}.splash_svg rect{-webkit-clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);-webkit-animation:expand-mobile .7s ease-in forwards 2.7s;animation:expand-mobile .7s ease-in forwards 2.7s}.splash_minimize rect{-webkit-animation:scale-mobile .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s;animation:scale-mobile .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s}@keyframes scale-mobile{to{-webkit-clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%)}}@keyframes expand-mobile{25%{-webkit-clip-path:polygon(0% 0%,70% 40%,70% 60%,30% 60%);clip-path:polygon(0% 0%,70% 40%,70% 60%,30% 60%);fill:#fff}50%{-webkit-clip-path:polygon(0% 0%,100% 0%,70% 60%,30% 60%);clip-path:polygon(0% 0%,100% 0%,70% 60%,30% 60%);fill:#2563eb}75%{-webkit-clip-path:polygon(0% 0%,100% 0%,70% 60%,0% 100%);clip-path:polygon(0% 0%,100% 0%,70% 60%,0% 100%);fill:#fff}to{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}}@media(max-width:360px){.text{font-size:28px;margin:-15px 0 0 -145px;width:290px;height:40px}.splash_logo{gap:.6rem}.splash_logo_img{width:50px;height:50px}.splash_logo_text{font-size:18px;letter-spacing:1.5px}.splash_logo_text:before,.splash_logo_text:after{width:30px}.splash_svg rect{-webkit-clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);-webkit-animation:expand-mobile .7s ease-in forwards 2.7s;animation:expand-mobile .7s ease-in forwards 2.7s}.splash_minimize rect{-webkit-animation:scale-mobile .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s;animation:scale-mobile .2s ease-out forwards 1s,hide 1.3s ease-out forwards 1.2s}@keyframes scale-mobile{to{-webkit-clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%);clip-path:polygon(30% 40%,70% 40%,70% 60%,30% 60%)}}@keyframes expand-mobile{25%{-webkit-clip-path:polygon(0% 0%,70% 40%,70% 60%,30% 60%);clip-path:polygon(0% 0%,70% 40%,70% 60%,30% 60%);fill:#fff}50%{-webkit-clip-path:polygon(0% 0%,100% 0%,70% 60%,30% 60%);clip-path:polygon(0% 0%,100% 0%,70% 60%,30% 60%);fill:#2563eb}75%{-webkit-clip-path:polygon(0% 0%,100% 0%,70% 60%,0% 100%);clip-path:polygon(0% 0%,100% 0%,70% 60%,0% 100%);fill:#fff}to{-webkit-clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);fill:#2563eb}}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}#root{min-height:100vh;margin:0;padding:0}.main-content{opacity:0;min-height:100vh;-webkit-transition:opacity 1s ease-in-out;-moz-transition:opacity 1s ease-in-out;-ms-transition:opacity 1s ease-in-out;-o-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.main-content.visible{opacity:1}.loading-spinner{width:50px;height:50px;border:3px solid rgba(220,38,38,.1);border-top-color:var(--color-red);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,4vw,4rem);font-weight:400;letter-spacing:3px;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--color-red) 0%,var(--color-red-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.hero{margin-top:80px;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;background:var(--color-bg-primary);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(220,38,38,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(37,99,235,.02) 0%,transparent 50%);opacity:1}.hero-content{text-align:center;z-index:1;padding:2rem}.hero-title{font-size:4.5rem;font-weight:800;letter-spacing:-2px;margin-bottom:1rem;background:linear-gradient(135deg,var(--color-red) 0%,var(--color-red-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:var(--color-text-secondary);margin-bottom:1.5rem;font-weight:400;letter-spacing:-.5px}.hero-description{font-size:1.1rem;color:var(--color-text-muted);margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-cta{font-size:1.1rem;padding:1rem 3rem}.hero-cta-secondary{font-size:1.1rem;padding:1rem 3rem;background:transparent;border:2px solid var(--color-border);color:var(--color-text-primary);position:relative;overflow:hidden}.hero-cta-secondary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--color-bg-secondary);transition:left .3s ease;z-index:-1}.hero-cta-secondary:hover:before{left:0}.hero-cta-secondary:hover{border-color:var(--color-text-muted)}.about{padding:5rem 0;background-color:var(--color-bg-primary)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{color:var(--color-text-secondary);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.about-features{list-style:none;margin-top:2rem}.about-features li{color:var(--color-text-secondary);padding:.8rem 0;font-size:1.1rem;border-bottom:1px solid var(--color-bg-tertiary)}.about-image{display:flex;align-items:center;justify-content:center}.about-placeholder{width:100%;height:400px;background:var(--color-bg-secondary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:8rem;border:1px solid var(--color-border);box-shadow:0 4px 16px var(--color-shadow)}.contact{padding:5rem 0;background-color:var(--color-bg-secondary)}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item h3{font-size:1.3rem;margin-bottom:.8rem;color:var(--color-text-primary)}.contact-item p{color:var(--color-text-secondary);line-height:1.6}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{background-color:var(--color-bg-primary);border:1px solid var(--color-border);padding:1rem;color:var(--color-text-primary);font-family:inherit;font-size:1rem;border-radius:12px;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--color-red);box-shadow:0 0 0 3px #dc26261a}.contact-form textarea{resize:vertical}.contact-form button{width:fit-content}.contact-map{width:100%}.map-title{font-size:1.8rem;color:var(--color-text-primary);margin-bottom:1.5rem;text-align:center}.map-container{border-radius:16px;overflow:hidden;border:1px solid var(--color-border);box-shadow:0 8px 24px var(--color-shadow);transition:transform .3s ease,box-shadow .3s ease}.map-container:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.map-container iframe{display:block;filter:grayscale(.2) contrast(1.1);transition:filter .3s ease}.map-container:hover iframe{filter:grayscale(0) contrast(1)}.footer{background-color:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:3rem 0 1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-bg-tertiary)}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-red) 0%,var(--color-red-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand p{color:var(--color-text-muted)}.footer-social{display:flex;gap:2rem}.social-link{color:var(--color-text-secondary);transition:color .3s ease}.social-link:hover{color:var(--color-red)}.footer-bottom{text-align:center;display:flex;flex-direction:column;gap:.5rem}.footer-bottom p{color:var(--color-text-muted);font-size:.9rem}.admin-link{color:var(--color-text-muted);font-size:.85rem;text-decoration:underline;transition:color .3s ease}.admin-link:hover{color:var(--color-red)}@media(max-width:1024px){.hero-title{font-size:4rem}.about-content,.contact-content{grid-template-columns:1fr}.map-container iframe{height:350px}}@media(max-width:768px){.section-title{font-size:2rem}.hero-title{font-size:3rem;letter-spacing:4px}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.hero-cta,.hero-cta-secondary{width:100%}.about-placeholder{height:300px;font-size:6rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.map-title{font-size:1.5rem}.map-container iframe{height:300px}}@media(max-width:480px){.container{padding:0 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.about-placeholder{height:250px;font-size:5rem}}
