.Header-module__KppamW__header{z-index:1000;box-shadow:none;width:100%;padding:1.2rem 0;transition:all .3s ease-in-out;position:fixed;top:0;left:0;right:0}.Header-module__KppamW__header.Header-module__KppamW__scrolled{background-color:var(--primary);padding:.8rem 0;box-shadow:0 4px 12px #0000001a}.Header-module__KppamW__header.Header-module__KppamW__visible{transform:translateY(0)}.Header-module__KppamW__header.Header-module__KppamW__hidden{transform:translateY(-100%)}.Header-module__KppamW__container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;margin:0 auto;display:flex}.Header-module__KppamW__logoContainer{align-items:center;display:flex}.Header-module__KppamW__logo{color:var(--text-light);border-radius:10px;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__KppamW__navDesktop ul{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.Header-module__KppamW__navDesktop a{color:var(--text-light);padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .2s;position:relative}.Header-module__KppamW__navDesktop a:hover{color:var(--accent)}.Header-module__KppamW__navDesktop a:after{content:"";background-color:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__KppamW__navDesktop a:hover:after{width:100%}.Header-module__KppamW__ctaContainer{align-items:center;gap:1rem;display:flex}.Header-module__KppamW__phoneButton{color:var(--text-light);font-size:1.2rem;transition:all .2s}.Header-module__KppamW__phoneButton:hover{color:var(--accent);transform:scale(1.1)}.Header-module__KppamW__ctaButton{background-color:var(--accent);color:var(--text-dark);border-radius:25px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__KppamW__ctaButton:hover{background-color:var(--accent);transform:translateY(-2px)}.Header-module__KppamW__mobileMenuButton{color:var(--text-light);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:transform .2s;display:none}.Header-module__KppamW__mobileMenuButton:hover{transform:scale(1.1)}.Header-module__KppamW__navMobile{background-color:var(--primary);padding:1rem 0;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 16px #0000001a}.Header-module__KppamW__navMobile ul{flex-direction:column;gap:1.5rem;margin:0;padding:1rem 2rem;list-style:none;display:flex}.Header-module__KppamW__navMobile a{color:var(--text-light);font-weight:500;text-decoration:none;transition:color .2s}.Header-module__KppamW__navMobile a:hover{color:var(--accent)}.Header-module__KppamW__mobilePhoneButton{color:var(--text-light);border-top:1px solid #ffffff1a;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-weight:600;display:flex}.Header-module__KppamW__phoneIcon{font-size:1rem}@media (max-width:767px){.Header-module__KppamW__navDesktop,.Header-module__KppamW__ctaContainer{display:none}.Header-module__KppamW__mobileMenuButton{display:block}}
.Hero-module__fqhYwW__hero{height:100vh;color:var(--text-light);text-align:center;background:url(/images/hero-background.webp) 50%/auto 100% repeat-x;justify-content:center;align-items:center;animation:60s linear infinite Hero-module__fqhYwW__moveBackground;display:flex;position:relative}.Hero-module__fqhYwW__heroOverlay{background:#0009;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:absolute;inset:0}.Hero-module__fqhYwW__heroContent{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid #fff3;border-radius:10px;width:90%;max-width:90%;padding:1.5rem}.Hero-module__fqhYwW__heroTitle{text-shadow:var(--text-shadow);margin-bottom:.8rem;font-size:3.5rem;font-weight:700;line-height:1.1}.Hero-module__fqhYwW__highlight{color:var(--primary-green);font-style:italic}.Hero-module__fqhYwW__heroSubtitle{text-shadow:1px 1px 2px #000000b3;margin-bottom:.5rem;font-size:2rem;font-weight:300;line-height:1.2}.Hero-module__fqhYwW__heroDescription{margin-bottom:1.5rem;font-size:1.5rem;font-weight:300;line-height:1.3}.Hero-module__fqhYwW__heroContactInfo{flex-direction:column;gap:.8rem;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.Hero-module__fqhYwW__contactItem{justify-content:center;align-items:center;gap:.5rem;display:flex}.Hero-module__fqhYwW__contactIcon{font-size:1.1rem}.Hero-module__fqhYwW__contactLink{color:var(--text-light);font-size:.9em;text-decoration:none;transition:color .3s}.Hero-module__fqhYwW__heroSocial{justify-content:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.Hero-module__fqhYwW__socialButton{border:2px solid var(--text-light);width:35px;height:35px;color:var(--text-light);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Hero-module__fqhYwW__socialButton svg{font-size:1rem}.Hero-module__fqhYwW__ctaButton{background:var(--primary-green);color:var(--text-light);box-shadow:var(--box-shadow);cursor:pointer;border:none;border-radius:25px;margin-top:.8rem;padding:.6rem 1.5rem;font-size:1rem;transition:transform .3s,box-shadow .3s}@keyframes Hero-module__fqhYwW__moveBackground{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.Hero-module__fqhYwW__heroTitle{font-size:2rem;line-height:1.1}.Hero-module__fqhYwW__heroSubtitle{font-size:1.2rem;line-height:1.2}.Hero-module__fqhYwW__heroDescription{font-size:1rem;line-height:1.3}.Hero-module__fqhYwW__heroContactInfo{gap:.6rem;font-size:1rem}.Hero-module__fqhYwW__contactLink{font-size:.85em}.Hero-module__fqhYwW__heroContent{max-width:95%;padding:1rem}@media (max-width:480px){.Hero-module__fqhYwW__heroTitle{font-size:1.8rem}.Hero-module__fqhYwW__heroSubtitle{font-size:1.1rem}.Hero-module__fqhYwW__heroDescription,.Hero-module__fqhYwW__heroContactInfo{font-size:.9rem}}}
.Services-module__Dm6S_W__servicesSection{background-color:var(--background-light);padding:80px 0}.Services-module__Dm6S_W__container{text-align:center;width:90%;max-width:1200px;margin:0 auto}.Services-module__Dm6S_W__sectionTitle{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.Services-module__Dm6S_W__highlight{color:var(--primary-green);font-style:italic}.Services-module__Dm6S_W__sectionSubtitle{color:var(--text-dark);margin-bottom:3rem;font-size:1.2rem}.Services-module__Dm6S_W__servicesGrid{perspective:10000px;grid-template-columns:repeat(3,1fr);justify-items:center;gap:2rem;display:grid}.Services-module__Dm6S_W__servicesGrid>:last-child:nth-child(3n+1){grid-column:2}.Services-module__Dm6S_W__serviceCard{width:100%;max-width:350px;height:350px;transform-style:preserve-3d;cursor:pointer;border-radius:10px;transition:transform 1.5s;position:relative;box-shadow:0 4px 8px #0000001a}@media (hover:hover) and (pointer:fine){.Services-module__Dm6S_W__serviceCard:hover{transform:rotateY(180deg);box-shadow:0 8px 16px #0003}}.Services-module__Dm6S_W__serviceCard.Services-module__Dm6S_W__flipped{transform:rotateY(180deg);box-shadow:0 8px 16px #0003}.Services-module__Dm6S_W__cardFront,.Services-module__Dm6S_W__cardBack{backface-visibility:hidden;box-sizing:border-box;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.Services-module__Dm6S_W__cardFront{background:var(--background-light)}.Services-module__Dm6S_W__cardImageContainer{border-radius:10px;width:100%;height:100%;position:relative;overflow:hidden}.Services-module__Dm6S_W__cardImage{object-fit:cover;transition:transform .3s}.Services-module__Dm6S_W__cardFront:hover .Services-module__Dm6S_W__cardImage{transform:scale(1.05)}.Services-module__Dm6S_W__cardOverlay{color:var(--background-light);text-align:center;background:linear-gradient(#0000,#000000b3);padding:2rem 1.5rem 1.5rem;position:absolute;bottom:0;left:0;right:0}.Services-module__Dm6S_W__serviceTitle{color:var(--background-light);text-shadow:1px 1px 2px #00000080;margin:0;font-size:1.5rem}.Services-module__Dm6S_W__cardBack{background:var(--background-light);text-align:center;padding:2rem;transform:rotateY(180deg);box-shadow:0 4px 8px #0000001a}.Services-module__Dm6S_W__cardBack .Services-module__Dm6S_W__serviceTitle{color:var(--primary-dark);border-bottom:2px solid var(--primary-green);margin-bottom:1.5rem;padding-bottom:.5rem;display:inline-block}.Services-module__Dm6S_W__serviceDescription{color:var(--text-dark);font-size:.95rem;line-height:1.6}.Services-module__Dm6S_W__tapHint{color:var(--background-light);background:var(--primary-green);border-radius:20px;margin-top:.5rem;padding:.3rem .8rem;font-size:.85rem;animation:2s infinite Services-module__Dm6S_W__pulse;display:none}.Services-module__Dm6S_W__tapHintBack{color:var(--primary-green);border:1px solid var(--primary-green);border-radius:20px;margin-top:1rem;padding:.3rem .8rem;font-size:.85rem;display:none}@keyframes Services-module__Dm6S_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media (max-width:1024px){.Services-module__Dm6S_W__servicesGrid{grid-template-columns:repeat(2,1fr)}.Services-module__Dm6S_W__servicesGrid>:last-child:nth-child(3n+1){grid-column:auto}.Services-module__Dm6S_W__servicesGrid>:last-child:nth-child(odd){grid-column:1/-1;max-width:350px}}@media (max-width:768px){.Services-module__Dm6S_W__sectionTitle{font-size:2rem}.Services-module__Dm6S_W__servicesGrid{grid-template-columns:1fr}.Services-module__Dm6S_W__servicesGrid>:last-child:nth-child(odd){grid-column:auto;max-width:none}.Services-module__Dm6S_W__serviceCard{height:320px}.Services-module__Dm6S_W__cardBack{padding:1rem;overflow:hidden}.Services-module__Dm6S_W__cardBack .Services-module__Dm6S_W__serviceTitle{margin-bottom:.8rem;padding-bottom:.3rem;font-size:1.2rem}.Services-module__Dm6S_W__serviceDescription{max-height:140px;font-size:.85rem;line-height:1.4;overflow-y:auto}.Services-module__Dm6S_W__tapHintBack{margin-top:.5rem;padding:.2rem .6rem;font-size:.75rem}.Services-module__Dm6S_W__tapHint,.Services-module__Dm6S_W__tapHintBack{display:inline-block}}
.About-module__kAIAca__aboutSection{background:var(--background-dark);padding:3rem 0;font-family:Arial,sans-serif}.About-module__kAIAca__container{width:90%;max-width:1200px;margin:0 auto}.About-module__kAIAca__titleContainer{text-align:center;margin-bottom:3rem}.About-module__kAIAca__mainTitle{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:700;display:inline-block;position:relative}.About-module__kAIAca__titleAccent{color:var(--primary-green);font-style:italic}.About-module__kAIAca__subtitle{color:var(--text-dark);font-size:1.2rem;font-style:italic}.About-module__kAIAca__introContainer{background:var(--background-light);border-radius:10px;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000d}.About-module__kAIAca__textBlock{flex:1}.About-module__kAIAca__introText{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.3rem;line-height:1.8}.About-module__kAIAca__highlight{color:var(--primary-green);font-weight:600}.About-module__kAIAca__certifText{font-size:1.1rem;line-height:1.7}.About-module__kAIAca__certifHighlight{color:var(--primary-green);border-bottom:2px solid var(--primary-light);padding-bottom:2px;font-weight:600}.About-module__kAIAca__imageBlock{border-radius:10px;flex:1;height:300px;position:relative;overflow:hidden}.About-module__kAIAca__teamImage{object-fit:cover;transition:transform .3s}.About-module__kAIAca__teamImage:hover{transform:scale(1.02)}.About-module__kAIAca__mapContainer{align-items:center;gap:3rem;margin-bottom:4rem;display:flex}.About-module__kAIAca__mapTextBlock{background:var(--background-light);border-radius:10px;flex:1;padding:2rem}.About-module__kAIAca__sectionSubtitle{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.5rem}.About-module__kAIAca__mapText{color:var(--text-dark);margin-bottom:1rem;font-size:1.1rem;line-height:1.7}.About-module__kAIAca__region{color:var(--primary-green);font-weight:600}.About-module__kAIAca__mapImageBlock{border-radius:10px;flex:1;height:250px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.About-module__kAIAca__mapImage{object-fit:cover}.About-module__kAIAca__leafletMap{z-index:1;border-radius:10px;width:100%;height:100%}.About-module__kAIAca__mapLoading{background:var(--background-light);width:100%;height:100%;color:var(--text-dark);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;display:flex}.About-module__kAIAca__cityMarker{background:0 0!important;border:none!important}.About-module__kAIAca__cityDot{background-color:var(--primary-dark);border:2px solid #fff;border-radius:50%;width:10px;height:10px;box-shadow:0 2px 4px #0000004d}.About-module__kAIAca__ctaContainer{text-align:center;background:var(--primary-dark);color:#fff;border-radius:10px;max-width:500px;margin:0 auto;padding:2rem}.About-module__kAIAca__ctaText{margin-bottom:1rem;font-size:1.2rem}.About-module__kAIAca__ctaButton{background:var(--primary-green);color:var(--background-light);border-radius:25px;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.About-module__kAIAca__ctaButton:hover{background:var(--accent-green)}@media (max-width:768px){.About-module__kAIAca__mainTitle{font-size:2rem}.About-module__kAIAca__introContainer,.About-module__kAIAca__mapContainer{flex-direction:column;gap:2rem}}
:root{--overlay-bg:#000000d9;--frame-color:#fff;--frame-width:17px;--shadow:0 4px 8px #0003}.Realisations-module__q5reiG__realisationsSection{background:var(--background-light);padding:80px 0}.Realisations-module__q5reiG__container{width:90%;max-width:1200px;margin:0 auto}.Realisations-module__q5reiG__sectionTitle{text-align:center;color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem}.Realisations-module__q5reiG__highlight{color:var(--primary-green);font-style:italic}.Realisations-module__q5reiG__sectionSubtitle{text-align:center;color:var(--text-dark);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.Realisations-module__q5reiG__galleryContainer{margin-bottom:2rem;overflow:hidden}.Realisations-module__q5reiG__galleryRow{will-change:transform;gap:15px;margin-bottom:30px;display:flex}.Realisations-module__q5reiG__galleryItem{cursor:pointer;flex-shrink:0;width:300px;height:300px;transition:transform .3s,box-shadow .3s}.Realisations-module__q5reiG__galleryItem:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0003}.Realisations-module__q5reiG__imageFrame{border:var(--frame-width)solid var(--frame-color);width:100%;height:100%;box-shadow:var(--shadow);aspect-ratio:1;border-radius:8px;position:relative;overflow:hidden}.Realisations-module__q5reiG__galleryItem:nth-child(3n+1) .Realisations-module__q5reiG__imageFrame{aspect-ratio:16/9}.Realisations-module__q5reiG__imageWrapper{width:100%;height:100%;position:relative;overflow:hidden}.Realisations-module__q5reiG__galleryImage{object-fit:cover;transition:transform .5s}.Realisations-module__q5reiG__galleryItem:hover .Realisations-module__q5reiG__galleryImage{transform:scale(1.05)}.Realisations-module__q5reiG__imageOverlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:1rem;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.Realisations-module__q5reiG__galleryItem:hover .Realisations-module__q5reiG__imageOverlay{transform:translateY(0)}.Realisations-module__q5reiG__imageTitle{text-shadow:1px 1px 2px #000c;text-align:center;margin:0;font-size:.8rem}.Realisations-module__q5reiG__zoomButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:50%;width:28px;height:28px;font-size:1.1rem;transition:background .3s;position:absolute;top:10px;right:10px}.Realisations-module__q5reiG__zoomButton:hover{background:var(--primary-dark)}.Realisations-module__q5reiG__lightbox{background:var(--overlay-bg);z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s Realisations-module__q5reiG__fadeIn;display:flex;position:fixed;top:0;left:0}.Realisations-module__q5reiG__lightboxContent{width:90vw;max-width:1000px;height:90vh;max-height:800px;animation:.3s Realisations-module__q5reiG__zoomIn;position:relative}.Realisations-module__q5reiG__lightboxImageWrapper{width:100%;height:100%;position:relative}.Realisations-module__q5reiG__lightboxImage{object-fit:contain}.Realisations-module__q5reiG__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2.5rem;transition:color .3s;position:absolute;top:-40px;right:0}.Realisations-module__q5reiG__closeButton:hover{color:var(--primary-green)}.Realisations-module__q5reiG__lightboxCaption{color:var(--text-light);text-align:center;font-size:1.1rem;position:absolute;bottom:-3rem;left:0;right:0}@keyframes Realisations-module__q5reiG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Realisations-module__q5reiG__zoomIn{0%{transform:scale(.9)}to{transform:scale(1)}}@media (max-width:768px){.Realisations-module__q5reiG__galleryItem{width:250px;height:250px}.Realisations-module__q5reiG__galleryRow{gap:10px}.Realisations-module__q5reiG__lightboxImageWrapper{height:70vh}}
.FAQ-module__jsMW6a__faqSection{background-color:var(--background-dark);padding:80px 0}.FAQ-module__jsMW6a__container{width:90%;max-width:900px;margin:0 auto}.FAQ-module__jsMW6a__sectionTitle{text-align:center;color:#333;margin-bottom:1rem;font-size:2.5rem}.FAQ-module__jsMW6a__highlight{color:#4caf50;font-style:italic}.FAQ-module__jsMW6a__sectionSubtitle{text-align:center;color:#666;margin-bottom:3rem;font-size:1.1rem}.FAQ-module__jsMW6a__faqList{flex-direction:column;gap:1rem;display:flex}.FAQ-module__jsMW6a__faqItem{border:1px solid #e0e0e0;border-radius:10px;transition:box-shadow .3s;overflow:hidden}.FAQ-module__jsMW6a__faqItem:hover{box-shadow:0 4px 12px #0000001a}.FAQ-module__jsMW6a__faqItem.FAQ-module__jsMW6a__open{border-color:#4caf50;box-shadow:0 4px 12px #4caf5026}.FAQ-module__jsMW6a__faqQuestion{cursor:pointer;text-align:left;color:#333;background:#f9f9f9;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;transition:background-color .3s;display:flex}.FAQ-module__jsMW6a__faqQuestion:hover{background:#f0f0f0}.FAQ-module__jsMW6a__faqItem.FAQ-module__jsMW6a__open .FAQ-module__jsMW6a__faqQuestion{color:#fff;background:#4caf50}.FAQ-module__jsMW6a__faqIcon{flex-shrink:0;margin-left:1rem;font-size:1.5rem;font-weight:300}.FAQ-module__jsMW6a__faqAnswer{background:#fff;max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.FAQ-module__jsMW6a__faqItem.FAQ-module__jsMW6a__open .FAQ-module__jsMW6a__faqAnswer{max-height:500px;padding:1.5rem}.FAQ-module__jsMW6a__faqAnswer p{color:#555;margin:0;font-size:1rem;line-height:1.7}@media (max-width:768px){.FAQ-module__jsMW6a__sectionTitle{font-size:2rem}.FAQ-module__jsMW6a__faqQuestion{padding:1rem 1.25rem;font-size:1rem}.FAQ-module__jsMW6a__faqAnswer p{font-size:.95rem}.FAQ-module__jsMW6a__faqItem.FAQ-module__jsMW6a__open .FAQ-module__jsMW6a__faqAnswer{padding:1.25rem}}
.Contact-module__SEXjRW__contact{height:100vh;color:var(--text-light);text-align:center;background:url(/images/hero-background.webp) 50%/auto 100% repeat-x;justify-content:center;align-items:center;animation:60s linear infinite Contact-module__SEXjRW__moveBackground;display:flex;position:relative}.Contact-module__SEXjRW__contactOverlay{background:#0009;justify-content:center;align-items:center;padding:0 1rem;display:flex;position:absolute;inset:0}.Contact-module__SEXjRW__contactContent{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid #fff3;border-radius:10px;width:90%;max-width:90%;padding:2rem}.Contact-module__SEXjRW__contactTitle{text-shadow:var(--text-shadow);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.1}.Contact-module__SEXjRW__highlight{color:var(--primary-green);font-style:italic}.Contact-module__SEXjRW__contactInfo{margin-bottom:1.5rem}.Contact-module__SEXjRW__contactItem{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.3rem;display:flex}.Contact-module__SEXjRW__contactIcon{font-size:1.1rem}.Contact-module__SEXjRW__contactLink{color:var(--text-light);text-decoration:none;transition:color .3s}.Contact-module__SEXjRW__contactSocial{justify-content:center;gap:1rem;margin:1.5rem 0;display:flex}.Contact-module__SEXjRW__socialButton{border:2px solid var(--text-light);width:40px;height:40px;color:var(--text-light);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__SEXjRW__socialButton:hover{background:var(--primary-green);border-color:var(--primary-green)}.Contact-module__SEXjRW__mapPlaceholder{margin-top:1.5rem}.Contact-module__SEXjRW__mapLink{border:2px solid var(--text-light);color:var(--text-light);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .3s,border-color .3s;display:inline-flex}.Contact-module__SEXjRW__mapLink:hover{background:var(--primary-green);border-color:var(--primary-green)}.Contact-module__SEXjRW__mapLinkIcon{font-size:1.1rem}@keyframes Contact-module__SEXjRW__moveBackground{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:768px){.Contact-module__SEXjRW__contactTitle{font-size:2rem}.Contact-module__SEXjRW__contactItem{font-size:1rem}.Contact-module__SEXjRW__contactContent{max-width:95%;padding:1rem}}
.Footer-module__UDEoiW__footer{background-color:var(--primary-dark);color:var(--text-light);text-align:center;padding:30px 0}.Footer-module__UDEoiW__container{flex-direction:column;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.Footer-module__UDEoiW__socialLinks{gap:20px;display:flex}.Footer-module__UDEoiW__socialLinks a{color:var(--text-light);font-size:24px}.Footer-module__UDEoiW__legalLinks{gap:20px;display:flex}.Footer-module__UDEoiW__legalLinks a{color:var(--text-light);text-decoration:none}
