.glucody-contact{display:flex;flex-direction:column;align-items:center;padding:4.8rem calc(1.6rem + var(--side-extra)) 6.4rem;background:var(--g-white)}.glucody-contact__heading{padding-bottom:1.2rem;color:#40424a;font-size:clamp(2.4rem,2.4vw,3.2rem);font-weight:500;line-height:1.2;text-align:center}.glucody-contact__subheading{max-width:48rem;padding-bottom:3.2rem;color:var(--g-muted);font-size:1.6rem;line-height:1.5;text-align:center}.glucody-contact__form{display:flex;flex-direction:column;gap:2rem;width:min(47.6rem,100%)}.glucody-contact__msg{padding:1.2rem 1.6rem;border-radius:.8rem;font-size:1.4rem}.glucody-contact__msg--ok{background:#e0ecdb;color:var(--g-green-700)}.glucody-contact__msg--error{background:#fde8e8;color:#d64545}.glucody-contact__field{display:flex;flex-direction:column;gap:.8rem}.glucody-contact__field label{color:var(--g-navy);font-size:1.4rem;font-weight:500}.glucody-contact__field input,.glucody-contact__field textarea,.glucody-contact__field select{width:100%;padding:1.4rem 1.4rem;border:1px solid var(--g-border-blue);border-radius:.8rem;background:var(--g-white);color:var(--g-navy);font-size:1.4rem;line-height:1.4;outline:none;transition:border-color .15s ease}.glucody-contact__field input::placeholder,.glucody-contact__field textarea::placeholder,.glucody-contact__field select::placeholder{color:var(--g-muted);opacity:.8}.glucody-contact__field input:focus,.glucody-contact__field textarea:focus,.glucody-contact__field select:focus{border-color:var(--g-blue)}.glucody-contact__field textarea{resize:vertical;min-height:16rem}.glucody-contact__select{position:relative}.glucody-contact__select select{appearance:none;cursor:pointer;padding-right:4rem}.glucody-contact__select svg{position:absolute;top:50%;right:1.4rem;transform:translateY(-50%);width:1.4rem;height:1.4rem;color:var(--g-navy);pointer-events:none}.glucody-contact__submit{display:flex;align-items:center;justify-content:center;min-height:4.8rem;margin-top:.4rem;border-radius:999rem;background:var(--g-blue);color:var(--g-white);font-size:1.6rem;font-weight:500;transition:background-color .2s ease}.glucody-contact__submit:hover{background:var(--g-navy)}
