.btn {
  transition: all .6s ease-out;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all .6s ease-out, background .6s ease-out;
}
.btn:hover::before {
  left: 100%;
}
.btn-primary {
  background: #33a1b7;
}
.btn-primary::before {
  background: #48bbd2;
}
.btn-primary:hover {
  background: #48bbd2;
}
.btn-secondary {
  background: #333;
}
.btn-secondary::before {
  background: #444;
}
.btn-secondary:hover {
  background: #444;
}
.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 li.hidden_label input {
    margin-top: 0px!important;
}
@media (min-width: 1365px) {
  .hide-desktop {
    display: none!important;
  }
}
.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 #fff;
    line-height: 1!important;
    min-height: 32px!important;
}
.gform_wrapper textarea {
    padding: 8px 12px!important;
    border: 1px solid #fff;
    font-family: inherit;
    line-height: 1.4!important;
    min-height: 32px!important;
}
body .gform_wrapper .gform_footer input[type=submit] {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    line-height: 1!important;
    letter-spacing: .5px;
    color: #ffffff;
    padding: 14px 25px;
    background-color: #33a1b7;
    border: 1px solid #33a1b7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    border: 1px solid #257f91;
    background-color: #257f91;
}
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;
}
.oxy-gallery-item-contents {
  background-position: 50% 50%;
}