.z-index-up {
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
}
.btn.btn-primary, .block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn.btn-primary,
.button.btn-primary,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.button.btn-primary,
button.btn-primary,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary,
input[type=button].btn-primary,
input[type=reset].btn-primary,
input[type=submit].btn-primary {
  background: #837443;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
  border: none;
  padding: 0.875rem 1.875rem 0.75rem 1.25rem;
  overflow: hidden;
  position: relative;
}
.btn.btn-primary span, .block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn.btn-primary span,
.button.btn-primary span,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.button.btn-primary span,
button.btn-primary span,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary span,
input[type=button].btn-primary span,
input[type=reset].btn-primary span,
input[type=submit].btn-primary span {
  position: relative;
  z-index: 1;
}
.btn.btn-primary:after, .block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn.btn-primary:after,
.button.btn-primary:after,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.button.btn-primary:after,
button.btn-primary:after,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary:after,
input[type=button].btn-primary:after,
input[type=reset].btn-primary:after,
input[type=submit].btn-primary:after {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% + 14px);
  top: 0;
  left: calc(100% - 12px);
  background-color: #AB9967;
  clip-path: polygon(12px 0%, 100% 0%, 100% 100%, 12px 100%, 0% 50%);
  transition: ease all 300ms;
  z-index: 0;
}
.btn.btn-primary:hover:after,
.button.btn-primary:hover:after,
button.btn-primary:hover:after,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary:hover:after,
input[type=button].btn-primary:hover:after,
input[type=reset].btn-primary:hover:after,
input[type=submit].btn-primary:hover:after {
  left: -14px;
}
.btn.btn-text,
.button.btn-text,
button.btn-text,
input[type=button].btn-text,
input[type=reset].btn-text,
input[type=submit].btn-text {
  color: inherit;
  font-weight: bold;
  position: relative;
  padding: 0;
}
.btn.btn-text:after,
.button.btn-text:after,
button.btn-text:after,
input[type=button].btn-text:after,
input[type=reset].btn-text:after,
input[type=submit].btn-text:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  transition: ease all 300ms;
}
.btn.btn-text:hover:after,
.button.btn-text:hover:after,
button.btn-text:hover:after,
input[type=button].btn-text:hover:after,
input[type=reset].btn-text:hover:after,
input[type=submit].btn-text:hover:after {
  width: 0;
}
.btn.btn-black,
.button.btn-black,
button.btn-black,
input[type=button].btn-black,
input[type=reset].btn-black,
input[type=submit].btn-black {
  background-color: #000;
  color: #fff;
}
.btn.btn-black:hover,
.button.btn-black:hover,
button.btn-black:hover,
input[type=button].btn-black:hover,
input[type=reset].btn-black:hover,
input[type=submit].btn-black:hover {
  background-color: #fff;
  color: #000;
}

.block--contact-form {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .block--contact-form {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 640px) {
  .block--contact-form .gform-theme--foundation .gfield--width-half {
    grid-column: span 12;
  }
}
.block--contact-form .logo {
  top: 0;
  left: 3%;
  width: 60%;
}
.block--contact-form .logo img {
  opacity: 0.2;
  mix-blend-mode: overlay;
}
.block--contact-form .photo-frame {
  aspect-ratio: 1/0.85;
  overflow: hidden;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateX(-3.125rem);
  max-width: 17.5rem;
}
.block--contact-form .photo-frame svg {
  inset: 0;
  pointer-events: none;
  z-index: 2;
  top: -0.375rem;
  left: 0.625rem;
  width: calc(100% + 8px);
  height: calc(100% + 12px);
}
.block--contact-form .photo-frame img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn.btn-primary,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary,
.block--contact-form .gform-theme.gform-theme--foundation .gform-footer button.btn-primary {
  margin: 0 auto;
}
