.contact-module__swMWYG__main{background-color:var(--bg-white);flex-direction:column;min-height:100vh;display:flex}.contact-module__swMWYG__hero{background-color:#f6f5f2;width:100%;padding-top:8.5rem;padding-bottom:4.5rem;position:relative;overflow:hidden}.contact-module__swMWYG__heroContent{text-align:center;max-width:800px;margin:0 auto}.contact-module__swMWYG__heroHeading{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3rem;font-weight:800;line-height:1.2}@media (max-width:768px){.contact-module__swMWYG__hero{padding-top:7rem;padding-bottom:3rem}.contact-module__swMWYG__heroHeading{font-size:2.25rem}}.contact-module__swMWYG__heroText{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.contact-module__swMWYG__heroGridWithImage{max-width:var(--max-width);grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.contact-module__swMWYG__heroGridWithImage .contact-module__swMWYG__heroContent{text-align:left;max-width:none;margin:0}@media (max-width:900px){.contact-module__swMWYG__heroGridWithImage{text-align:center;grid-template-columns:1fr}}.contact-module__swMWYG__heroImageWrapper{border-radius:12px;width:100%;height:320px;position:relative;overflow:hidden}.contact-module__swMWYG__heroImg{object-fit:cover}.contact-module__swMWYG__infoSection{z-index:10;margin-top:-2rem;margin-bottom:4rem;position:relative}.contact-module__swMWYG__infoGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.contact-module__swMWYG__infoGrid{grid-template-columns:1fr;gap:1.25rem}}.contact-module__swMWYG__infoCard{background-color:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-md);transition:var(--transition);border-radius:6px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.contact-module__swMWYG__infoCard:hover{box-shadow:var(--shadow-premium);border-color:var(--border-hover);transform:translateY(-4px)}.contact-module__swMWYG__infoIconWrapper{background-color:var(--primary-light);color:var(--primary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-module__swMWYG__infoIcon{width:24px;height:24px}.contact-module__swMWYG__infoContent{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.contact-module__swMWYG__infoTitle{color:var(--text-main);font-size:1.25rem;font-weight:700}.contact-module__swMWYG__infoDesc{color:var(--text-muted);font-size:.88rem;line-height:1.5}.contact-module__swMWYG__infoDetails{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.contact-module__swMWYG__infoLink{color:var(--primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.contact-module__swMWYG__infoLink:hover{color:var(--primary-hover);text-decoration:underline}.contact-module__swMWYG__infoTextDetail{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.88rem;display:inline-flex}.contact-module__swMWYG__splitSection{background-color:var(--bg-white);padding-bottom:3.5rem}.contact-module__swMWYG__splitGrid{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:3.5rem;display:grid}@media (max-width:1024px){.contact-module__swMWYG__splitGrid{grid-template-columns:1fr;gap:3rem}}.contact-module__swMWYG__formCard{background-color:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:6px;height:100%;padding:2.5rem;position:relative;overflow:hidden}@media (max-width:768px){.contact-module__swMWYG__formCard{padding:1.5rem}}.contact-module__swMWYG__formHeader{margin-bottom:2rem}.contact-module__swMWYG__formHeading{color:var(--text-main);margin-bottom:.5rem;font-size:1.75rem}.contact-module__swMWYG__formSubheading{color:var(--text-muted);font-size:.9rem}.contact-module__swMWYG__contactForm{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.contact-module__swMWYG__formRow{grid-template-columns:1fr;gap:1.5rem}}.contact-module__swMWYG__label{color:var(--text-main);font-size:.85rem;font-weight:600}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{font-family:var(--font-body);border:1px solid var(--border);background-color:var(--bg-light);color:var(--text-main);transition:var(--transition);border-radius:5px;outline:none;width:100%;padding:.75rem 1rem;font-size:.92rem}.contact-module__swMWYG__select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__select:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);background-color:var(--bg-white);box-shadow:0 0 0 3px #004f9e1a}.contact-module__swMWYG__textarea{resize:vertical;min-height:120px}.contact-module__swMWYG__errorText{color:#ef4444;margin-top:.25rem;font-size:.75rem}.contact-module__swMWYG__consentLabel{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.5;display:flex}.contact-module__swMWYG__consentLabel input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:3px}.contact-module__swMWYG__consentLabel a{color:var(--primary);font-weight:600;text-decoration:underline}.contact-module__swMWYG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__mapCard{background-color:var(--bg-white);border:1px solid var(--border);box-shadow:var(--shadow-md);border-radius:6px;flex-direction:column;gap:1.5rem;height:100%;padding:1.5rem;display:flex}.contact-module__swMWYG__mapWrapper{border:1px solid var(--border);border-radius:5px;flex-grow:1;width:100%;min-height:400px;position:relative;overflow:hidden}.contact-module__swMWYG__mapIframe{border:none;width:100%;height:100%}.contact-module__swMWYG__mapGate{background-color:var(--bg-light);text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:400px;padding:2rem;display:flex}.contact-module__swMWYG__mapGateText{max-width:320px;color:var(--text-muted);margin:0 0 1rem;font-size:.85rem;line-height:1.5}.contact-module__swMWYG__mapGateBtn{background-color:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:6px;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700}.contact-module__swMWYG__mapGateBtn:hover{background-color:var(--primary-hover)}.contact-module__swMWYG__mapFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.contact-module__swMWYG__mapLocationInfo{flex-direction:column;gap:.25rem;display:flex}.contact-module__swMWYG__mapAddress{color:var(--text-main);font-size:.95rem;font-weight:700}.contact-module__swMWYG__mapCoords{color:var(--text-muted);font-size:.8rem}.contact-module__swMWYG__successOverlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1.5rem;animation:.4s ease-out forwards contact-module__swMWYG__fadeIn;display:flex}@keyframes contact-module__swMWYG__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.contact-module__swMWYG__successIconWrapper{width:72px;height:72px;color:var(--success);background-color:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;animation:.5s cubic-bezier(.34,1.56,.64,1) forwards contact-module__swMWYG__popIn;display:flex;box-shadow:0 4px 10px #10b9811a}@keyframes contact-module__swMWYG__popIn{0%{transform:scale(0)}to{transform:scale(1)}}.contact-module__swMWYG__successHeading{color:var(--text-main);margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.contact-module__swMWYG__successText{color:var(--text-muted);max-width:360px;margin-bottom:2rem;font-size:.95rem;line-height:1.5}
