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}.hero{height:100vh;position:relative;display:flex;justify-content:center;align-items:center;margin:0;padding:0}.hero,.hero-content{width:100%;top:0;left:0}.hero-content{position:absolute;z-index:1;text-align:center;background-image:url(/images/hero-background.png);background-size:cover;background-position:50%;height:100%}.hero-title{position:relative;font-size:4rem;font-weight:700;color:#fff;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2;top:80%;margin-bottom:10vh}@media (max-width:768px){.hero-title{font-size:2.5rem;top:70%;padding:0 1rem;margin-bottom:5vh}.hero-content{background-position:50%;background-size:cover}}@media (max-width:480px){.hero-title{font-size:2rem;letter-spacing:1px}}.services-container{font-family:roboto;font-weight:200px;color:#333;text-align:left;margin:2rem;padding:2rem 1rem}.main-title{color:#ff0080;font-size:5rem;padding:20px}.main-title,.section{border-bottom:1px solid #ff0080}.section{padding:1rem}.section-header{cursor:pointer;justify-content:space-between;align-items:center}.section-title{font-size:2.2rem;margin-bottom:20px;font-weight:400;display:inline-block;padding-left:1rem;padding-right:1rem}.dropdown-indicator{font-size:1.5rem;transition:transform .3s ease;display:inline-block;transform:rotate(-90deg)}.dropdown-indicator.active{transform:rotate(0deg)}.section-content{line-height:1.4;font-size:1.1rem;overflow:hidden;transition:max-height .3s ease-out;max-width:80%}.section-content p{margin-top:0;margin-left:1rem}@media (max-width:767px){.main-title{font-size:2rem;padding:15px 10px;line-height:1.1}.section-title{font-size:1.2rem;padding-left:.5rem;padding-right:.5rem;margin-bottom:8px;line-height:1.2}.section-content{font-size:.9rem;line-height:1.4}}@media (max-width:480px){.main-title{font-size:1.8rem}.section-title{font-size:1.1rem}.section-content{font-size:.85rem}}.gallery-container{margin:2rem;padding:2rem 1rem}.gallery-header{display:flex;justify-content:space-between;align-items:center;text-align:left;padding:20px}.gallery-title{color:#ff0080;font-size:5rem;font-weight:700;padding:20px,20px;text-align:left}.gallery-link{font-size:1.125rem;color:#f06;text-decoration:none;transition:all .2s ease;text-align:end;cursor:pointer}.gallery-link:hover{opacity:.8}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.5rem;gap:.5rem}.gallery-item{position:relative;overflow:hidden;margin-bottom:.2rem;display:flex;flex-direction:column}.gallery-item.span-2{grid-column:span 2}.gallery-item.span-3{grid-column:span 3}.gallery-item.span-4{grid-column:span 4}.gallery-item.span-6{grid-column:span 6}.gallery-image-container{position:relative;overflow:hidden;border-radius:10px;width:100%;height:90%}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.gallery-caption{display:flex;justify-content:space-between;padding:.2rem 0;color:#333;font-size:1rem;margin-top:.5rem}.caption-subtitle,.caption-title{font-size:1rem}@media (min-width:768px){.gallery-title{font-size:4rem}.gallery-grid{grid-template-columns:repeat(6,1fr)}.gallery-item.span-3{grid-column:span 3}}@media (min-width:1024px){.gallery-title{font-size:5rem}.gallery-container{padding:0 2rem}}@media (max-width:767px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-gap:.4rem;gap:.4rem}.gallery-item.span-2,.gallery-item.span-3,.gallery-item.span-4,.gallery-item.span-6{grid-column:span 2}.gallery-title{font-size:2rem;padding:15px 10px;line-height:1.1}.caption-title{font-size:.85rem;font-weight:600;line-height:1.2}.caption-subtitle{font-size:.75rem;line-height:1.2;opacity:.8}}@media (max-width:480px){.gallery-title{font-size:1.8rem}.caption-title{font-size:.8rem}.caption-subtitle{font-size:.7rem}}@media (max-width:767px){.gallery-caption{padding:.3rem 0;margin-top:.3rem}.gallery-item{margin-bottom:.5rem}.gallery-grid{grid-gap:.4rem;gap:.4rem}}@media (max-width:375px){.main-title{font-size:1.6rem;padding:10px 5px}.section-title{font-size:1rem;padding-left:.3rem;padding-right:.3rem}.gallery-title{font-size:1.6rem;padding:10px 5px}.caption-title{font-size:.75rem}.caption-subtitle{font-size:.65rem}}.about{padding:4rem 2rem;left:0;background-color:#fff;top:0;grid-gap:2rem;gap:2rem;text-align:left;margin:2rem}.about-content{display:flex;flex-direction:column}.about-text{width:100%;max-width:1400px;font-size:60px;font-weight:400;font-family:Roboto}.about-details{padding-top:5rem;display:flex;flex-direction:column;justify-content:flex-end;padding-left:50%;font-size:1.1rem;line-height:1.5;max-width:80%;margin-bottom:20px}.learn-more{color:#000;text-decoration:none;font-weight:600}@media (max-width:768px){.about{padding:2rem 1rem;margin:1rem}.about-text{font-size:1.5rem;line-height:1.2}.about-details{padding-top:1.5rem;padding-left:0;max-width:100%;font-size:.8rem}}@media (max-width:480px){.about-text{font-size:1rem}.about-details{font-size:.5rem}}.header{position:fixed;top:0;left:0;width:100%;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;z-index:100;transition:transform .4s ease}.header.visible{transform:translateY(0)}.header.hidden{transform:translateY(-100%)}.logo{position:absolute;height:2rem;display:flex;align-items:center;z-index:1}.logo img{height:100%}.header-nav{margin-left:auto;display:flex;align-items:center;grid-gap:1.5rem;gap:1.5rem;z-index:2}.header-nav a{color:#000;text-decoration:none;font-size:1rem;font-weight:500;transition:opacity .3s ease}.footer{width:100%;background:linear-gradient(180deg,#fff 23.61%,#ff167b 113.41%);padding:20px 0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:flex;flex-direction:row;margin-bottom:30px}.footer-column{width:50%}.logo-column{display:flex;justify-content:flex-start}.contact-column{display:flex;flex-direction:column;align-items:flex-start}.logo-container{width:200px}.logo{width:100%;height:auto}.contact-heading{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:left}.contact-list{list-style:none;padding:0;text-align:left}.contact-list li{margin-bottom:.5rem}.contact-link{text-decoration:none;Color:#000}.contact-link:hover{text-decoration:underline}.copyright{padding-top:1rem}.App,.copyright{text-align:center}.App{max-width:1440px;margin:0 auto;font-family:"Arial",sans-serif}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{margin:0;padding:0;box-sizing:border-box}body{overflow-y:auto;height:100%;width:100%}body,html{overflow-x:hidden}section{margin-bottom:20px;margin-top:20px}.work-page{padding-top:70px}.page-title{padding:40px 20px 40px 2rem;margin:0 auto}.page-title p{font-size:4rem;margin-bottom:10px}.info-page{position:relative;padding:5rem 2rem;font-family:"Arial",sans-serif;overflow:hidden;min-height:100vh;line-height:1.2}.info-page p{padding-left:2rem;font-size:3rem;margin-bottom:10px;margin-top:10px}.hoverable-item{position:relative;cursor:pointer;font-weight:500;transition:color .2s ease}.service-item{line-height:1.2}.hoverable-item:hover{color:#555}.hover-image{position:absolute;width:300px;height:300px;overflow:hidden;pointer-events:none;z-index:10;transition:opacity .3s ease;animation:fadeIn .3s forwards}.hover-image img{width:100%;height:100%;object-fit:cover}
/*# sourceMappingURL=main.6b2b2ef9.chunk.css.map */