.margin-bottom-xs {margin-bottom: 10px;}
.margin-bottom-s {margin-bottom: 20px;}
.margin-bottom-m {margin-bottom: 30px;}
.margin-bottom-l {margin-bottom: 40px;}
.margin-bottom-xl {margin-bottom: 50px;}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 8px 12px!important;
    font-family: inherit;
    border: 1px solid #ffffff;
    line-height: 1!important;
    min-height: 32px!important;
    border-radius: 0px!important;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #ffffff;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-family: inherit;
    font-weight: 700;
    line-height: 1!important;
    letter-spacing: .5px;
    color: #ffffff;
    padding: 12px 25px;
    background-color: #111111;
    border: 1px solid #111111;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #333333;
    background-color: #333333;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
::-webkit-input-placeholder {color:#333;}
:-moz-placeholder {opacity:1;color:#333;}
::-moz-placeholder {opacity:1;color:#333;}
:-ms-input-placeholder {color:#333;}
input:-moz-placeholder {color:#333;}
p.gform_required_legend {
    display: none;
}
.btn-pulse::before,
.btn-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  box-shadow: 0 0 0 0 rgba(176, 235, 0, 0.4);
  animation: btn-pulse 3.2s ease-out infinite;
}
.btn-pulse::after {
  animation-delay: 1.6s;
}
@keyframes btn-pulse {
  0%   { box-shadow: 0 0 0 0    rgba(176, 235, 0, 0.4); }
  45%  { box-shadow: 0 0 0 22px rgba(176, 235, 0, 0); }
  49%  { box-shadow: 0 0 0 0    rgba(176, 235, 0, 0); }
  100% { box-shadow: 0 0 0 0    rgba(176, 235, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-pulse::before,
  .btn-pulse::after { animation: none; }
}
.btn-pulse-dark::before,
.btn-pulse-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  box-shadow: 0 0 0 0 rgba(39, 41, 70, 0.4);
  animation: btn-pulse-dark 3.2s ease-out infinite;
}
.btn-pulse-dark::after {
  animation-delay: 1.6s;
}
@keyframes btn-pulse-dark {
  0%   { box-shadow: 0 0 0 0    rgba(39, 41, 70, 0.4); }
  45%  { box-shadow: 0 0 0 22px rgba(39, 41, 70, 0); }
  49%  { box-shadow: 0 0 0 0    rgba(39, 41, 70, 0); }
  100% { box-shadow: 0 0 0 0    rgba(39, 41, 70, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-pulse-dark::before,
  .btn-pulse-dark::after { animation: none; }
}
.sticky-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

@media (max-width: 768px) {
    .sticky-button {
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}