.gc-contact-module{
  --gc-contact-ink:#08131f;
  --gc-contact-muted:#53606d;
  --gc-contact-border:#c9d0d7;
  --gc-contact-copper:#cf7d40;
  width:100%;
  max-width:760px;
  color:var(--gc-contact-ink);
}
.gc-contact-module *{box-sizing:border-box}
.gc-contact-intro{
  margin:0 0 20px;
  color:var(--gc-contact-ink);
  font-size:16px;
  line-height:1.65;
}
.gc-contact-form{
  display:grid;
  gap:18px;
  width:100%;
  margin:0;
}
.gc-contact-required-note{
  margin:0;
  color:var(--gc-contact-muted);
  font-size:12px;
  line-height:1.45;
}
.gc-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:16px;
}
.gc-contact-field{
  display:grid;
  gap:7px;
  min-width:0;
}
.gc-contact-field>label,
.gc-contact-privacy>label{
  margin:0;
  color:var(--gc-contact-ink);
  font-size:11px;
  font-weight:800;
  line-height:1.35;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.gc-contact-field input,
.gc-contact-field textarea{
  display:block;
  width:100%;
  min-width:0;
  margin:0;
  border:1px solid var(--gc-contact-border);
  border-radius:14px;
  background:#fff;
  color:var(--gc-contact-ink);
  font:inherit;
  line-height:1.45;
  padding:13px 14px;
  outline:none;
  box-shadow:0 8px 22px rgba(8,19,31,.045);
}
.gc-contact-field input{min-height:50px}
.gc-contact-field textarea{
  min-height:170px;
  resize:vertical;
}
.gc-contact-field input:focus,
.gc-contact-field textarea:focus{
  border-color:var(--gc-contact-copper);
  box-shadow:0 0 0 3px rgba(207,125,64,.18);
}
.gc-contact-field small{
  color:var(--gc-contact-muted);
  font-size:12px;
  line-height:1.4;
}
.gc-contact-privacy{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:10px;
}
.gc-contact-privacy input{
  width:18px;
  height:18px;
  margin:1px 0 0;
  accent-color:var(--gc-contact-copper);
}
.gc-contact-privacy>label{
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
  font-weight:650;
}
.gc-contact-privacy a{
  color:var(--gc-contact-ink);
  text-decoration:underline;
  text-underline-offset:3px;
}
.gc-contact-submit{
  justify-self:start;
  min-height:52px;
  margin:0;
  border:0;
  border-radius:999px;
  padding:14px 22px;
  background:var(--gc-contact-copper);
  color:#111;
  font:inherit;
  font-size:16px;
  font-weight:850;
  line-height:1.2;
  cursor:pointer;
  box-shadow:none;
}
.gc-contact-submit:hover{filter:brightness(.96)}
.gc-contact-submit:focus-visible{
  outline:3px solid rgba(207,125,64,.38);
  outline-offset:3px;
}
.gc-contact-alert{
  width:100%;
  margin:0 0 18px;
  padding:14px 16px;
  border-radius:12px;
  color:var(--gc-contact-ink);
  line-height:1.5;
}
.gc-contact-alert.success{
  background:#dff3e5;
  border:1px solid #8ac99b;
}
.gc-contact-alert.error{
  background:#f8dede;
  border:1px solid #e79a9a;
}
.gc-contact-alert p{margin:0 0 8px}
.gc-contact-alert ul{margin:0;padding-left:22px}
.gc-contact-alert[tabindex="-1"]:focus{
  outline:2px solid currentColor;
  outline-offset:3px;
}
.gc-contact-hp{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
@media(max-width:650px){
  .gc-contact-grid{grid-template-columns:1fr}
  .gc-contact-module{max-width:none}
}

.gc-contact-captcha{margin:20px 0;padding:18px;border:1px solid rgba(8,19,31,.12);border-radius:14px;background:rgba(255,255,255,.72)}
.gc-contact-captcha-label{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;color:#263746}
.gc-contact-captcha-widget{max-width:100%;overflow:auto}
