.ContactPage-module__dG0kqa__scrollAnim{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transition-delay:var(--animation-delay,0s);will-change:opacity,transform;transform:translateY(20px)}.ContactPage-module__dG0kqa__isVisible{opacity:1;transform:translateY(0)}.ContactPage-module__dG0kqa__mainContainer{background:#fff;border-radius:16px;grid-template-columns:1fr 1.5fr;gap:3rem;max-width:90%;margin:5vh auto;animation:.8s ease-out .1s backwards ContactPage-module__dG0kqa__fadeIn;display:grid;overflow:hidden;box-shadow:0 10px 30px -10px #0000000d}@keyframes ContactPage-module__dG0kqa__fieldFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactPage-module__dG0kqa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactPage-module__dG0kqa__infoSection{color:#fff;background:linear-gradient(110deg,#1f2937 0%,#37306b 50%,#0d9488 130%);border-radius:16px;padding:3rem}.ContactPage-module__dG0kqa__infoSection h2{color:#0d9488;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.ContactPage-module__dG0kqa__infoSection p{margin-bottom:2rem;font-size:1rem;line-height:1.6}.ContactPage-module__dG0kqa__infoItem{color:#fff;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.ContactPage-module__dG0kqa__infoItem:hover{color:#0d9488}.ContactPage-module__dG0kqa__infoIcon{color:#0d9488;width:24px;font-size:1.2rem}.ContactPage-module__dG0kqa__form{background-color:#fff;gap:1.5rem;padding:3rem;display:grid;position:relative}.ContactPage-module__dG0kqa__form:before{content:"";opacity:.1;pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#f0f0f0 1px,#0000 1px),linear-gradient(#f0f0f0 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.ContactPage-module__dG0kqa__form>*{z-index:1;animation:.6s ease-out backwards ContactPage-module__dG0kqa__fieldFadeIn;position:relative}.ContactPage-module__dG0kqa__form>:first-child{animation-delay:.1s}.ContactPage-module__dG0kqa__form>:nth-child(2){animation-delay:.2s}.ContactPage-module__dG0kqa__form>:nth-child(3){animation-delay:.3s}.ContactPage-module__dG0kqa__form>:nth-child(4){animation-delay:.4s}.ContactPage-module__dG0kqa__form>:nth-child(5){animation-delay:.5s}.ContactPage-module__dG0kqa__form>:nth-child(6){animation-delay:.6s}.ContactPage-module__dG0kqa__form>:nth-child(7){animation-delay:.7s}.ContactPage-module__dG0kqa__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ContactPage-module__dG0kqa__inputGroup{position:relative}.ContactPage-module__dG0kqa__inputGroup:has(.ContactPage-module__dG0kqa__select):after{content:"▼";color:#9ca3af;pointer-events:none;z-index:2;font-size:.7rem;transition:color .2s;position:absolute;top:.85rem;right:.25rem}.ContactPage-module__dG0kqa__inputGroup:focus-within:after{color:#0d9488}.ContactPage-module__dG0kqa__input,.ContactPage-module__dG0kqa__select,.ContactPage-module__dG0kqa__textarea{color:#111827;appearance:none;z-index:1;background:0 0;border:none;border-bottom:2px solid #d1d5db;border-radius:0;width:100%;padding:1rem .25rem .5rem;font-size:1rem;transition:border-color .2s;position:relative}.ContactPage-module__dG0kqa__select{padding-right:1.5rem}.ContactPage-module__dG0kqa__select:invalid{color:#6b7280}.ContactPage-module__dG0kqa__select:valid{color:#111827}.ContactPage-module__dG0kqa__label{color:#6b7280;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;background:0 0;padding:0 4px;font-size:1rem;transition:all .2s;position:absolute;top:.75rem;left:.25rem}.ContactPage-module__dG0kqa__requiredIndicator{color:#ef4444;margin-left:.15rem}.ContactPage-module__dG0kqa__input:focus,.ContactPage-module__dG0kqa__textarea:focus,.ContactPage-module__dG0kqa__input:not(:placeholder-shown),.ContactPage-module__dG0kqa__textarea:not(:placeholder-shown),.ContactPage-module__dG0kqa__select:not([value=""]){border-bottom-color:#0d9488;outline:none}.ContactPage-module__dG0kqa__select:focus{outline:none}.ContactPage-module__dG0kqa__input:focus+.ContactPage-module__dG0kqa__label,.ContactPage-module__dG0kqa__select:focus+.ContactPage-module__dG0kqa__label,.ContactPage-module__dG0kqa__textarea:focus+.ContactPage-module__dG0kqa__label,.ContactPage-module__dG0kqa__input:not(:placeholder-shown)+.ContactPage-module__dG0kqa__label,.ContactPage-module__dG0kqa__select:not([value=""])+.ContactPage-module__dG0kqa__label,.ContactPage-module__dG0kqa__textarea:not(:placeholder-shown)+.ContactPage-module__dG0kqa__label{color:#0d9488;font-size:.75rem;font-weight:500;top:-.5rem;left:.25rem;right:auto}.ContactPage-module__dG0kqa__select{cursor:pointer}.ContactPage-module__dG0kqa__select option{color:#111827;background:#fff}.ContactPage-module__dG0kqa__textarea{resize:vertical;height:auto}.ContactPage-module__dG0kqa__checkboxGroup{color:#374151;align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.ContactPage-module__dG0kqa__checkboxGroup input{accent-color:#0d9488;margin-top:.15rem}.ContactPage-module__dG0kqa__checkboxGroup a{color:#0d9488;text-decoration:none}.ContactPage-module__dG0kqa__checkboxGroup a:hover{text-decoration:underline}.ContactPage-module__dG0kqa__submitButton{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;justify-self:flex-start;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.ContactPage-module__dG0kqa__submitButton:hover{background:#374151;transform:translateY(-2px)}@media (max-width:900px){.ContactPage-module__dG0kqa__mainContainer{border-radius:16px;grid-template-columns:1fr}.ContactPage-module__dG0kqa__contactHeader{padding-bottom:2rem}.ContactPage-module__dG0kqa__sectionDivider{display:none}.ContactPage-module__dG0kqa__infoSection,.ContactPage-module__dG0kqa__form{padding:2rem}}@media (max-width:600px){.ContactPage-module__dG0kqa__row{grid-template-columns:1fr;gap:1.5rem}.ContactPage-module__dG0kqa__form>*{animation:none}.ContactPage-module__dG0kqa__contactTitle{font-size:3.5rem}.ContactPage-module__dG0kqa__infoSection h2{font-size:2rem}.ContactPage-module__dG0kqa__form{padding:1.5rem}}.ContactPage-module__dG0kqa__faqSection{background-color:#101930;margin-top:4rem;padding:6rem 1.5rem}.ContactPage-module__dG0kqa__faqContainer{max-width:800px;margin:0 auto}.ContactPage-module__dG0kqa__faqTitle{color:#fff;text-align:center;margin-bottom:3rem;font-size:2.5rem}.ContactPage-module__dG0kqa__faqGrid{flex-direction:column;gap:1rem;display:flex}.ContactPage-module__dG0kqa__faqItem{background:0 0;border:1px solid #ffffff1a;border-radius:8px;transition:all .3s;overflow:hidden}.ContactPage-module__dG0kqa__faqHeader{cursor:pointer;z-index:10;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:relative}.ContactPage-module__dG0kqa__faqHeader:hover{background:#2d3748}.ContactPage-module__dG0kqa__faqQuestion{color:#fff;gap:.5rem;margin:0;font-size:1.1rem;font-weight:500;display:flex}.ContactPage-module__dG0kqa__faqIcon{color:#0d9488;font-weight:700}.ContactPage-module__dG0kqa__faqToggleIcon{color:#9ca3af;font-size:1.5rem;font-weight:700;transition:transform .3s}.ContactPage-module__dG0kqa__faqContentWrapper{opacity:0;max-height:0;transition:max-height .5s cubic-bezier(0,1,0,1),opacity .5s;overflow:hidden}.ContactPage-module__dG0kqa__faqAnswer{color:#d1d5db;padding:0 1.5rem 1.5rem;line-height:1.6}.ContactPage-module__dG0kqa__open .ContactPage-module__dG0kqa__faqToggleIcon{color:#0d9488;transform:rotate(45deg)}.ContactPage-module__dG0kqa__open .ContactPage-module__dG0kqa__faqContentWrapper{opacity:1;max-height:500px}.ContactPage-module__dG0kqa__open{border-color:#0d9488}
