.zz-contact-page .zz-composition-main{
  background:linear-gradient(180deg,#f4f8f1 0,#fff 560px);
}
.zz-contact-head{
  align-items:center;
}
.zz-contact-intro{
  min-width:0;
  text-align:center;
}
.zz-contact-head .zz-blog-date{
  max-width:650px;
  margin-right:auto;
  margin-left:auto;
}
.zz-contact-hero-image{
  padding:14px;
  background:#fff;
}
.zz-composition-head .zz-contact-hero-image img{
  max-height:430px;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
.zz-contact-hero-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:28px;
}
.zz-contact-hero-actions > *{
  min-height:52px;
  padding:14px 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #17603f;
  border-radius:9px;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
}
.zz-contact-hero-actions a{
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;
}
.zz-contact-primary{
  background:#17603f;
  color:#fff!important;
}
.zz-contact-secondary{
  background:#fff;
  color:#17603f!important;
}
.zz-contact-static{
  cursor:default;
}
.zz-contact-hero-actions a:hover,
.zz-contact-hero-actions a:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(24,51,47,.15);
}
.zz-contact-content{
  width:min(1040px,100%);
}
.zz-contact-channels{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:32px 0 62px;
}
.zz-contact-channel{
  min-width:0;
  padding:24px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  border:1px solid #dfe7df;
  border-radius:18px;
  background:#fff;
  color:#18332f!important;
  text-decoration:none;
  box-shadow:0 12px 30px rgba(15,23,42,.055);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.zz-contact-channel[href]:hover,
.zz-contact-channel[href]:focus-visible{
  transform:translateY(-3px);
  border-color:#b9d1b8;
  box-shadow:0 16px 34px rgba(24,51,47,.12);
}
.zz-contact-channel-icon{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#edf5e7;
  color:#17603f;
  font-size:22px;
}
.zz-contact-channel small,
.zz-contact-channel strong,
.zz-contact-channel em{
  display:block;
}
.zz-contact-channel small{
  margin-bottom:5px;
  color:#60806f;
  font-size:12px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.zz-contact-channel strong{
  overflow-wrap:anywhere;
  color:#18332f;
  font-size:20px;
  line-height:1.3;
}
.zz-contact-channel em{
  margin-top:6px;
  color:#60736a;
  font-size:14px;
  font-style:normal;
  line-height:1.5;
}
.zz-contact-channel > .fa-arrow-right{
  color:#78a900;
  font-size:16px;
  transition:transform .2s ease;
}
.zz-contact-channel[href]:hover > .fa-arrow-right{
  transform:translateX(4px);
}
.zz-contact-help{
  margin-bottom:62px;
}
.zz-contact-help-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.zz-contact-help-grid article{
  min-height:260px;
  padding:28px 26px;
  border:1px solid #dfe7df;
  border-radius:18px;
  background:#f8faf7;
}
.zz-contact-help-grid article > span{
  display:inline-flex;
  width:42px;
  height:42px;
  margin-bottom:24px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#17603f;
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.05em;
}
.zz-blog-content .zz-contact-help-grid h3{
  margin:0 0 12px;
  color:#18332f!important;
  font-size:23px!important;
  line-height:1.25;
}
.zz-contact-help-grid p{
  margin:0;
  color:#60736a;
  font-size:16px;
  line-height:1.65;
}
.zz-contact-callout{
  margin:0;
  padding:40px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:34px;
  border-radius:20px;
  background:#18332f;
  color:#fff;
}
.zz-contact-callout .zz-blog-eyebrow{
  color:#b9dd8c!important;
}
.zz-blog-content .zz-contact-callout h2{
  margin:0 0 10px;
  color:#fff!important;
  font-size:38px!important;
}
.zz-contact-callout p:not(.zz-blog-eyebrow){
  max-width:570px;
  margin:0;
  color:#dce7df;
  font-size:16px;
  line-height:1.65;
}
.zz-contact-callout-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.zz-contact-callout-actions > *{
  min-height:50px;
  padding:13px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:9px;
  background:#fff;
  color:#17603f!important;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
}
.zz-contact-callout-actions a{
  transition:transform .2s ease,box-shadow .2s ease;
}
.zz-contact-callout-actions a:hover,
.zz-contact-callout-actions a:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.2);
}
.zz-contact-signature{
  margin:22px 4px 0!important;
  color:#60736a;
  font-size:24px!important;
  font-weight:800;
  letter-spacing:.06em;
  text-align:right;
}
.zz-contact-bottom-actions a:nth-child(3){
  border-color:#78a900;
  background:#78a900;
  color:#fff!important;
}
.zz-contact-bottom-actions a:last-child{
  border-color:#17603f;
  background:#fff;
  color:#17603f!important;
}
@media(max-width:900px){
  .zz-contact-channels{grid-template-columns:1fr}
  .zz-contact-help-grid{grid-template-columns:1fr}
  .zz-contact-help-grid article{min-height:0}
  .zz-contact-callout{grid-template-columns:1fr}
  .zz-contact-callout-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .zz-contact-hero-actions{display:grid;grid-template-columns:1fr}
  .zz-contact-hero-actions > *{width:100%;font-size:16px}
  .zz-contact-channels{margin:25px 0 46px}
  .zz-contact-channel{grid-template-columns:48px minmax(0,1fr);gap:14px;padding:20px 17px}
  .zz-contact-channel-icon{width:48px;height:48px;border-radius:13px;font-size:19px}
  .zz-contact-channel > .fa-arrow-right{display:none}
  .zz-contact-channel strong{font-size:17px}
  .zz-contact-help{margin-bottom:44px}
  .zz-contact-help-grid article{padding:24px 20px}
  .zz-contact-callout{padding:30px 21px}
  .zz-blog-content .zz-contact-callout h2{font-size:31px!important}
  .zz-contact-callout-actions{grid-template-columns:1fr}
  .zz-contact-callout-actions > *{font-size:16px}
}
