/*!
	Theme Name: Canvas
	Author: Neon Canvas
	Author URI: http://neoncanvas.com
	Description: Client framework for Neon Canvas sites
	Version: 2.0
	Text Domain: canvas
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  font-family: "Inconsolata", monospace;
  font-weight: 400;
}
body.active {
  overflow: hidden;
}
body.logged-in.admin-bar {
  margin-top: 32px;
}
body.logged-in.admin-bar header {
  margin-top: 32px;
}
a {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  text-decoration: none;
  cursor: pointer;
  color: #42c4dd;
}
a:hover {
  color: #000;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
hr {
  margin: 2em 0;
  height: 1px;
  border: 0;
  background: #d4d5d8;
}
section {
  position: relative;
  padding: 7em 0;
  background: #fff;
}
section.full {
  padding: 0;
}
section .wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
}
section .wrapper:before,
section .wrapper:after {
  content: "";
  display: table;
}
section .wrapper:after {
  clear: both;
}
@media only screen and (max-width: 830px) {
  section {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media screen and (max-width: 830px) {
  .fl-col-small {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .mobile-show {
    display: none !important;
  }
}
.uai {
  display: none !important;
}
.fl-accordion-button-label:focus {
  outline: none !important;
}
.white-bg {
  background-color: #fff;
}
.paper-bg-dkgrey {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../canvas/img/paper-bg-dkgrey.jpg);
}
.paper-bg-dkgrey h1,
.paper-bg-dkgrey h2,
.paper-bg-dkgrey h3,
.paper-bg-dkgrey h4,
.paper-bg-dkgrey h5,
.paper-bg-dkgrey p {
  color: #fff;
}
.paper-bg-black {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../canvas/img/paper-bg-black.jpg);
}
.paper-bg-black h1,
.paper-bg-black h2,
.paper-bg-black h3,
.paper-bg-black h4,
.paper-bg-black h5,
.paper-bg-black p {
  color: #fff;
}
.marquee {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #ff3;
  position: relative;
  z-index: 3;
}
.marquee span.marquee3k__copy {
  padding: 0 40px 0 0;
}
.marquee span.marquee3k__copy h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.marquee.blue {
  background-color: #42c4dd;
}
.marquee.blue h3 {
  color: #fff;
}
@media screen and (max-width: 1140px) {
  .hide-lrg-device {
    display: none !important;
  }
}
@media screen and (min-width: 1140px) {
  .show-lrg-device {
    display: none !important;
  }
}
.black-bg {
  background-color: #000;
  color: #fff;
}
.black-bg h1,
.black-bg h2,
.black-bg h3,
.black-bg h4,
.black-bg h5,
.black-bg p {
  color: #fff;
}
.black-bg a:not(.btn, .btn-hollow, .fl-accordion-button-label) {
  color: #fff;
  text-decoration: underline;
}
.black-bg a:not(.btn, .btn-hollow, .fl-accordion-button-label):hover {
  color: #fff;
}
.black-bg a.btn-hollow {
  color: #fff !important;
}
.black-bg a.btn-hollow:hover {
  color: #fff !important;
}
.black-bg blockquote h1,
.black-bg blockquote h2,
.black-bg blockquote h3,
.black-bg blockquote h4,
.black-bg blockquote h5,
.black-bg blockquote p,
.black-bg blockquote span {
  color: #000;
}
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce a.button,
.woocommerce-page a.button {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: #000 !important;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "termina", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
}
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  background: #42c4dd !important;
}
@media screen and (min-width: 830px) {
  body.product-template-default h1.product_title.entry-title {
    font-size: 40px;
  }
}
body.product-template-default .summary.entry-summary {
  float: none !important;
  width: 48%;
  clear: none;
  display: inline-block !important;
  vertical-align: top;
  padding: 40px;
}
@media screen and (max-width: 830px) {
  body.product-template-default .summary.entry-summary {
    width: 100%;
  }
}
body.product-template-default div.images.woocommerce-product-gallery {
  position: relative;
  float: none;
  display: inline-block;
  float: none !important;
}
@media screen and (max-width: 830px) {
  body.product-template-default div.images.woocommerce-product-gallery {
    width: 100%;
  }
}
body.product-template-default .woocommerce-product-gallery {
  display: inline-block;
  vertical-align: top;
}
body.product-template-default .site-content {
  margin-top: 135px;
}
body.product-template-default .summary.entry-summary {
  padding: 40px;
}
@media screen and (max-width: 830px) {
  body.product-template-default .summary.entry-summary {
    width: 100%;
  }
}
body.product-template-default section.related.products {
  max-width: 1350px;
  margin: auto;
  text-align: center;
}
body.product-template-default section.related.products h2 {
  font-size: 40px;
}
@media only screen and (max-width: 980px) {
  body.product-template-default section.related.products h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 830px) {
  body.product-template-default section.related.products h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.product-template-default section.related.products h2 {
    font-size: 23px;
  }
}
body.woocommerce-page .entry-content {
  width: 1350px !important;
  margin: auto;
  max-width: 100%;
  padding: 5em 0;
}
body.page-cart .banner,
body.page-checkout .banner {
  display: none;
}
body.page-cart section.content,
body.page-checkout section.content {
  margin-top: 135px;
}
body.page-cart .is-large .wc-block-checkout__sidebar,
body.page-checkout .is-large .wc-block-checkout__sidebar {
  align-self: flex-start;
  top: 170px;
}
ul.page-numbers {
  border: 0 !important;
}
ul.page-numbers li {
  border: 0 !important;
}
#sb_instagram #sbi_images {
  padding: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "termina", sans-serif;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.2em;
}
h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 90px;
  color: #42c4dd;
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 980px) {
  h1 {
    font-size: 62px;
  }
}
@media only screen and (max-width: 830px) {
  h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 70px;
  color: #42c4dd;
}
@media screen and (max-width: 1140px) {
  h2 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 830px) {
  h2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 830px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 23px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 830px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a3a3a3;
}
@media only screen and (max-width: 830px) {
  h5 {
    font-size: 14px;
  }
}
p {
  font-family: "Inconsolata", monospace;
  margin: 0 0 20px;
}
p strong {
  font-weight: 700;
}
@media screen and (min-width: 830px) {
  p.lrg {
    font-size: 20px;
    line-height: 32px;
  }
}
p:last-of-type {
  margin: 0 0 30px;
}
blockquote {
  padding: 55px 50px;
  margin: 0;
  position: relative;
  margin: 0 0 30px;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 830px) {
  blockquote {
    padding: 40px 25px;
  }
}
blockquote:after {
  top: 100%;
  left: 50px;
  border: solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 20px;
}
blockquote .stars {
  margin: 0 0 20px;
  display: block;
}
blockquote .stars i {
  color: #42c4dd;
  font-size: 20px;
  letter-spacing: 5px;
}
blockquote span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  font-family: "termina", sans-serif;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.btn {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: #222325;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "termina", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 830px) {
  .btn {
    font-size: 9px;
    padding: 9px 24px;
  }
}
.btn span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  color: #fff;
  position: relative;
  z-index: 3;
}
.btn:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 50%;
  left: 20px;
  background-color: #42c4dd;
}
.btn.white {
  background-color: #fff;
  color: #000;
}
.btn.white span {
  color: #000;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
.btn-hollow {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: rgba(0, 0, 0, 0);
  border: solid 2px #fff;
  outline: 0;
  cursor: pointer;
  border-radius: 100px;
  font-family: "termina", sans-serif;
  font-weight: 700;
  position: relative;
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 830px) {
  .btn-hollow {
    font-size: 9px;
    padding: 9px 24px;
  }
}
.btn-hollow span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  color: #fff;
  position: relative;
  z-index: 3;
}
.btn-hollow:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 50%;
  left: 20px;
  background-color: #42c4dd;
}
.btn-hollow:hover {
  color: #fff;
}
.btn-hollow:hover:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
.btn-hollow.blue {
  border: solid 2px #42c4dd;
}
.btn-hollow.dark {
  border: solid 2px #000;
  color: #000;
}
.btn-hollow.dark span {
  color: #000;
}
.wp-element-button {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: #222325;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "termina", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
}
@media screen and (max-width: 830px) {
  .wp-element-button {
    font-size: 9px;
    padding: 9px 24px;
  }
}
.wp-element-button span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  color: #fff;
  position: relative;
  z-index: 3;
}
.wp-element-button:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 50%;
  left: 20px;
  background-color: #42c4dd;
}
.wp-element-button.white {
  background-color: #fff;
  color: #000;
}
.wp-element-button.white span {
  color: #000;
}
.wp-element-button:hover {
  color: #fff;
}
.wp-element-button:hover:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.gform_legacy_markup_wrapper form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.gform_legacy_markup_wrapper *,
.gform_legacy_markup_wrapper :after,
.gform_legacy_markup_wrapper :before {
  box-sizing: border-box !important;
}
.gform_legacy_markup_wrapper h1,
.gform_legacy_markup_wrapper h2,
.gform_legacy_markup_wrapper h3 {
  font-weight: 400;
  border: none;
  background: 0 0;
}
.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper input[type="image"] {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gform_legacy_markup_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}
.gform_legacy_markup_wrapper select {
  line-height: 1.5;
}
.gform_legacy_markup_wrapper .ginput_container_multiselect select {
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
}
.gform_legacy_markup_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: block;
}
.gform_legacy_markup_wrapper ul,
html > body .entry ul {
  text-indent: 0;
}
.gform_legacy_markup_wrapper form li,
.gform_legacy_markup_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
.gform_legacy_markup_wrapper ul li.gfield {
  clear: both;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  overflow: hidden;
}
.gform_legacy_markup_wrapper form ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper form ul.gform_fields.right_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.left_label li.gfield,
.gform_legacy_markup_wrapper ul.gform_fields.right_label li.gfield {
  margin-bottom: 14px;
}
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px;
}
.gform_legacy_markup_wrapper ul li:after,
.gform_legacy_markup_wrapper ul li:before,
.gform_legacy_markup_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible;
}
.gform_legacy_markup_wrapper select {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper select option {
  padding: 2px;
  display: block;
}
.gform_legacy_markup_wrapper .inline {
  display: inline !important;
}
.gform_legacy_markup_wrapper .gform_heading {
  width: 100%;
  margin-bottom: 18px;
}
.gform_legacy_markup_wrapper .clear-multi {
  display: flex;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_year {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month,
.gform_legacy_markup_wrapper .gfield_date_year {
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_date_day,
  .gform_legacy_markup_wrapper .gfield_date_month {
    max-width: 4rem;
  }
  .gform_legacy_markup_wrapper .gfield_date_year {
    max-width: 4.5rem;
  }
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  flex-direction: row;
}
.gform_legacy_markup_wrapper .gfield_date_dropdown_day,
.gform_legacy_markup_wrapper .gfield_date_dropdown_month,
.gform_legacy_markup_wrapper .gfield_date_dropdown_year {
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day,
.gform_legacy_markup_wrapper .gfield_date_month {
  width: 4rem;
  margin-right: 0.5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input[type="number"],
.gform_legacy_markup_wrapper .gfield_date_month input[type="number"] {
  width: calc(3rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year input[type="number"] {
  width: calc(4rem + 8px) !important;
}
.gform_legacy_markup_wrapper .gfield_date_year {
  width: 5rem;
}
.gform_legacy_markup_wrapper .gfield_date_day input,
.gform_legacy_markup_wrapper .gfield_date_month input {
  width: calc(3rem + 8px);
}
.gform_legacy_markup_wrapper .gfield_date_year input {
  width: 4rem;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label {
  width: 3rem;
  text-align: center;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div.gfield_date_year.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div.gfield_date_year.ginput_container
  label {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gfield_time_ampm,
.gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute {
  font-size: 15px;
  width: 33.333%;
  flex-direction: row;
}
@media only screen and (min-width: 321px) {
  .gform_legacy_markup_wrapper .gfield_time_ampm,
  .gform_legacy_markup_wrapper .gfield_time_hour,
  .gform_legacy_markup_wrapper .gfield_time_minute {
    max-width: 72px;
  }
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .ginput_container_time
  span {
  float: left;
}
.gform_legacy_markup_wrapper .gfield_time_hour {
  margin-right: 10px;
  display: flex;
}
.gform_legacy_markup_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: 4px;
  text-align: center;
  float: right;
  margin-top: 9%;
}
.gform_legacy_markup_wrapper .gfield_time_minute {
  margin-right: 8px;
  display: flex;
}
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_hour input,
.gform_legacy_markup_wrapper .ginput_complex .gfield_time_minute input {
  margin-left: 0;
  width: 85% !important;
}
.gform_legacy_markup_wrapper .gfield_time_hour input,
.gform_legacy_markup_wrapper .gfield_time_minute input {
  margin-right: 6px;
  width: 56px;
}
.gform_legacy_markup_wrapper .gfield_time_hour input[type="number"],
.gform_legacy_markup_wrapper .gfield_time_minute input[type="number"] {
  max-width: 64px;
  min-width: 64px;
}
.gform_legacy_markup_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gfield_time_ampm select {
  min-width: 77px;
  width: 77px;
  height: 100%;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.gform_legacy_markup_wrapper .gfield_time_ampm_shim {
  display: block;
  font-size: 13px;
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  width: 48px;
  text-align: center;
}
.gform_legacy_markup_wrapper .field_name_first,
.gform_legacy_markup_wrapper .field_name_last,
.gform_legacy_markup_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .ginput_complex.ginput_container {
  overflow: visible;
  width: 100%;
}
.gform_legacy_markup_wrapper label.gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
}
.gform_legacy_markup_wrapper .top_label .gfield_hide_label {
  display: none;
}
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_left
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]),
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_right
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]),
.gform_legacy_markup_wrapper
  .ginput_complex
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="image"]
  ):not([type="file"]) {
  width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_right select,
.gform_legacy_markup_wrapper .ginput_complex select {
  width: 100%;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_date_"].ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .field_sublabel_above
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_above
  div[class*="gfield_time_"].ginput_container
  label {
  margin: 9px 0 1px 1px;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_email
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_name
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_password
  label,
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  .field_sublabel_above
  .ginput_container.ginput_container_time
  label {
  margin-top: 0;
}
.gform_legacy_markup_wrapper
  .field_sublabel_below
  .ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper
  .field_sublabel_below
  div[class*="gfield_time_"].ginput_container
  label {
  margin: 1px 0 9px 1px;
}
.gform_legacy_markup_wrapper
  .top_label
  .field_sublabel_above
  label.gfield_label
  + .ginput_complex.ginput_container,
.gform_legacy_markup_wrapper
  .top_label
  .field_sublabel_above
  label.gfield_label
  + div[class*="gfield_time_"].ginput_container {
  margin-top: 0;
}
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}
body.gform_legacy_markup_wrapper div.clear-multi {
  display: -moz-inline-stack;
  display: inline-block;
}
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .gform_legacy_markup_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 16px;
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gfield.left_label,
.gfield.right_label {
  padding-top: 10px;
}
.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_legacy_markup_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select {
  margin-bottom: 12px;
}
.gform_legacy_markup_wrapper .screen-reader-text,
.gform_legacy_markup_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_legacy_markup_wrapper input.large,
.gform_legacy_markup_wrapper input.medium,
.gform_legacy_markup_wrapper input.small,
.gform_legacy_markup_wrapper select.large,
.gform_legacy_markup_wrapper select.medium,
.gform_legacy_markup_wrapper select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper input.datepicker_with_icon.small {
  width: calc(100% - 24px);
}
.gform_legacy_markup_wrapper .gfield_error input.large,
.gform_legacy_markup_wrapper .gfield_error input.medium,
.gform_legacy_markup_wrapper .gfield_error input.small,
.gform_legacy_markup_wrapper .gfield_error select.large,
.gform_legacy_markup_wrapper .gfield_error select.medium,
.gform_legacy_markup_wrapper .gfield_error select.small {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_legacy_markup_wrapper .gfield_error input.datepicker_with_icon.small {
  width: calc(100% - 32px);
}
.gform_legacy_markup_wrapper textarea.small {
  height: 80px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.medium {
  height: 120px;
  width: 100%;
}
.gform_legacy_markup_wrapper textarea.large {
  height: 160px;
  width: 100%;
}
.gform_legacy_markup_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}
.gform_legacy_markup_wrapper .gsection .gfield_label,
.gform_legacy_markup_wrapper h2.gsection_title,
.gform_legacy_markup_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_legacy_markup_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px 0;
}
.gform_legacy_markup_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 24px !important;
}
.gform_legacy_markup_wrapper span.gform_description {
  font-weight: 400;
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
  clear: both;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  position: relative;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: 0.875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
  margin: 0;
}
.gform_legacy_markup_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px;
}
.gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper .gfield_radio li input[type="radio"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description {
  padding: 0 16px 0 0;
}
.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 16px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .description,
.gform_legacy_markup_wrapper .field_sublabel_above .gfield_description,
.gform_legacy_markup_wrapper .field_sublabel_above .gsection_description {
  margin-top: 9px;
}
.gform_legacy_markup_wrapper .top_label .gsection_description {
  width: 100%;
  margin-bottom: 9px;
}
.gform_legacy_markup_wrapper .gfield_description {
  width: 100%;
}
.gform_legacy_markup_wrapper .description_above .gfield_description {
  padding: 0 0 10px 0;
}
.gfield_date_year + .gfield_description {
  padding: 0;
}
.gform_legacy_markup_wrapper
  .field_description_below
  .gfield_consent_description,
.gform_legacy_markup_wrapper .gfield_consent_description {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding: 6px 8px;
  font-size: 0.688em;
}
.gform_legacy_markup_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 223, 224, 0.25);
  margin-bottom: 6px !important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper li.gfield.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
  border-top: 2px solid #790000;
  border-bottom: 4px solid #790000;
  background-color: rgba(255, 223, 224, 0.25);
  width: calc(100% - 16px);
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
  padding: 16px 16px 14px 16px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_creditcard_warning
  div.gfield_creditcard_warning_message {
  font-size: 0.875em;
  font-weight: 700;
  font-family: inherit;
  min-height: 25px;
  color: #790000;
  max-width: 100%;
  position: relative;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_creditcard_warning
  div.gfield_creditcard_warning_message
  span {
  display: block;
  padding: 0 0 14px 24px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1pt;
  border-bottom: 1px solid #790000;
  text-transform: uppercase;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
  background-size: 1em auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_creditcard_warning
  div.gfield_creditcard_warning_message {
  padding: 16px 16px 14px 16px;
}
li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 16px !important;
}
.gform_legacy_markup_wrapper .top_label .gfield_error {
  width: calc(100% - 2px);
}
.gform_legacy_markup_wrapper .top_label .gfield_error input.large,
.gform_legacy_markup_wrapper .top_label .gfield_error select.large,
.gform_legacy_markup_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}
.gform_legacy_markup_wrapper .left_label .gfield_error input.large,
.gform_legacy_markup_wrapper .left_label .gfield_error select.large,
.gform_legacy_markup_wrapper .left_label .gfield_error textarea.textarea,
.gform_legacy_markup_wrapper .right_label .gfield_error input.large,
.gform_legacy_markup_wrapper .right_label .gfield_error select.large,
.gform_legacy_markup_wrapper .right_label .gfield_error textarea.textarea {
  width: 70%;
}
.gform_legacy_markup_wrapper .gfield_error .gfield_label {
  color: #790000;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 0;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_time_ampm.ginput_container,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_time_minute.ginput_container {
  margin-left: 0;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin-top: 12px;
}
.gform_legacy_markup_wrapper
  li.gfield.gfield_error.gfield_contains_required
  fieldset
  legend.gfield_label {
  position: relative;
  top: 12px;
}
.gform_validation_errors {
  width: 100%;
  border: 1px solid #790000;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  padding: 1.0625rem 1.375rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.gform_validation_errors > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #790000;
  margin: 0 0 0.9375rem 0;
}
.gform_validation_errors > h2.hide_summary {
  margin: 0;
}
.gform_validation_errors > h2:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0iIzc5MDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE5QzE1LjQxODMgMTkgMTkgMTUuNDE4MyAxOSAxMUMxOSA2LjU4MTcyIDE1LjQxODMgMyAxMSAzQzYuNTgxNzIgMyAzIDYuNTgxNzIgMyAxMUMzIDE1LjQxODMgNi41ODE3MiAxOSAxMSAxOVoiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz4KPHBhdGggZD0iTTEyIDZIMTBWMTJIMTJWNloiIGZpbGw9IiNGRkZGRkYiLz4KPHBhdGggZD0iTTEyIDE0SDEwVjE2SDEyVjE0WiIgZmlsbD0iI0ZGRkZGRiIvPgo8L3N2Zz4=);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.gform_validation_errors > ol {
  list-style-type: none !important;
  padding-block-start: 0;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin: 0;
}
.gform_validation_errors > ol a {
  text-decoration: none;
  color: #790000;
  font-size: 1rem;
}
.gform_validation_errors > ol li {
  margin: 0 0 0.9375rem 0;
  font-size: 1rem;
  list-style-type: none !important;
}
.gform_validation_errors > ol li:last-of-type {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper div.validation_error {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.gform_legacy_markup_wrapper ol.validation_list {
  clear: both;
  width: 100%;
  margin-bottom: 25px;
  color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list li {
  list-style-type: decimal !important;
}
.gform_legacy_markup_wrapper ol.validation_list li a {
  color: #790000;
}
.gform_legacy_markup_wrapper ol.validation_list:after {
  content: "";
}
.gform_legacy_markup_wrapper div#error {
  margin-bottom: 25px;
}
.gform_legacy_markup_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons a {
  display: inline-block;
  line-height: 0;
}
.gform_legacy_markup_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
}
.gform_legacy_markup_wrapper li.gfield fieldset > * {
  width: auto;
}
.gform_legacy_markup_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 32px;
}
div.gf_page_steps + div.validation_error {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.2;
  margin-bottom: 16px;
}
.gform_legacy_markup_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}
.gform_legacy_markup_wrapper .validation_message--hidden-on-empty:empty {
  display: none;
}
.gform_legacy_markup_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #790000;
}
.gform_legacy_markup_wrapper
  li.gfield_error
  div.ginput_complex.ginput_container
  label,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox,
.gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
  color: #790000;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type="submit"],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
.gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
  font-size: 1em;
  display: block;
  text-align: center;
}
.gform_legacy_markup_wrapper .gform_footer input[type="image"] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important;
  margin: 0 auto 16px auto !important;
  display: block;
  max-width: 100%;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full,
.gform_legacy_markup_wrapper .ginput_complex .ginput_left,
.gform_legacy_markup_wrapper .ginput_complex .ginput_right {
  min-height: 45px;
}
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_legacy_markup_wrapper
  .ginput_complex
  .ginput_full
  input[type="password"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_legacy_markup_wrapper .ginput_complex .ginput_full input[type="url"] {
  width: 100%;
}
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="email"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="number"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="password"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="tel"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="text"],
.gform_legacy_markup_wrapper
  .gfield_error
  .ginput_complex
  .ginput_full
  input[type="url"],
.gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_full select {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_checkbox li,
.gform_legacy_markup_wrapper .gfield_radio li {
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.gchoice_select_all,
.gform_legacy_markup_wrapper
  ul.gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label,
.gform_legacy_markup_wrapper
  ul.gfield_radio
  li
  input[type="radio"]:checked
  + label {
  font-weight: 700;
}
.gform_legacy_markup_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 4px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gf_hidden,
.gform_legacy_markup_wrapper .gform_hidden,
.gform_legacy_markup_wrapper input.gform_hidden,
.gform_legacy_markup_wrapper input[type="hidden"] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gf_invisible,
.gform_legacy_markup_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_legacy_markup_wrapper .ginput_full br,
.gform_legacy_markup_wrapper .ginput_left br,
.gform_legacy_markup_wrapper .ginput_right br {
  display: none !important;
}
.gform_legacy_markup_wrapper ul.gfield_checkbox li,
.gform_legacy_markup_wrapper ul.gfield_radio li {
  padding: 0 !important;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input + input {
  margin-left: 4px;
}
.gform_legacy_markup_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
  margin-right: 6px;
  margin-top: 4px;
}
.gform_legacy_markup_wrapper
  .gfield_description
  + .gform_legacy_markup_wrapper
  .gfield_description.validation_message {
  margin-top: 6px;
}
.gform_legacy_markup_wrapper
  .ginput_container.ginput_list
  + .gfield_description.validation_message {
  margin-top: 0;
}
.gform_legacy_markup_wrapper li.gfield_html {
  max-width: 100%;
}
.gform_legacy_markup_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}
body .gform_legacy_markup_wrapper ul li.gfield.gfield_html img {
  max-width: 100% !important;
}
.gform_legacy_markup_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}
.gform_legacy_markup_wrapper .gform_validation_container,
.gform_validation_container,
body
  .gform_legacy_markup_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_legacy_markup_wrapper li.gform_validation_container,
body
  .gform_legacy_markup_wrapper
  ul.gform_fields
  li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_legacy_markup_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}
.gform_legacy_markup_wrapper .simple_captcha_small input {
  width: 64px;
}
.gform_legacy_markup_wrapper .simple_captcha_medium input {
  width: 96px;
}
.gform_legacy_markup_wrapper .simple_captcha_large input {
  width: 128px;
}
.gform_legacy_markup_wrapper
  .gform_legacy_markup_wrapper
  .left_label
  .simple_captcha_small,
.gform_legacy_markup_wrapper .left_label .simple_captcha_large,
.gform_legacy_markup_wrapper .left_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_large,
.gform_legacy_markup_wrapper .right_label .simple_captcha_medium,
.gform_legacy_markup_wrapper .right_label .simple_captcha_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_legacy_markup_wrapper .math_small input {
  width: 70px;
}
.gform_legacy_markup_wrapper .math_medium input {
  width: 510px;
}
.gform_legacy_markup_wrapper .math_large input {
  width: 612px;
}
.gform_legacy_markup_wrapper .left_label .math_large,
.gform_legacy_markup_wrapper .left_label .math_medium,
.gform_legacy_markup_wrapper .left_label .math_small,
.gform_legacy_markup_wrapper .right_label .math_large,
.gform_legacy_markup_wrapper .right_label .math_medium,
.gform_legacy_markup_wrapper .right_label .math_small {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft {
  font-size: 0.688em;
  margin-top: 4px;
  color: #767676;
  width: 92% !important;
  white-space: nowrap !important;
}
.gform_legacy_markup_wrapper div.charleft[style] {
  width: 92% !important;
}
.gform_legacy_markup_wrapper .left_label div.charleft,
.gform_legacy_markup_wrapper .right_label div.charleft {
  margin-left: 32%;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_tinymce {
  border: 1px solid #eee;
  border-width: 1px 0 0;
  padding: 4px 9px;
  width: 100% !important;
}
.gform_legacy_markup_wrapper div.charleft.warningTextareaInfo {
  color: #767676;
}
.gform_legacy_markup_wrapper div.charleft.ginput_counter_error {
  color: red;
}
.gform_legacy_markup_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}
.gf_submission_limit_message {
  color: #790000;
  font-size: 1.375em;
}
.gform_legacy_markup_wrapper .ginput_price {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.gform_legacy_markup_wrapper span.ginput_total {
  color: #060;
  font-size: inherit;
}
.gform_legacy_markup_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}
.gform_legacy_markup_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_product_price,
.gform_legacy_markup_wrapper span.ginput_product_price {
  background: 0 0;
  border: none;
  color: #900;
  padding: 0;
}
.gform_legacy_markup_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="text"] {
  width: 3rem;
}
.gform_legacy_markup_wrapper input.ginput_quantity[type="number"] {
  width: 4rem;
}
.gform_legacy_markup_wrapper .gform_page_footer {
  margin: 14px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0 0;
  clear: both;
}
.gform_legacy_markup_wrapper .gform_page_footer.left_label,
.gform_legacy_markup_wrapper .gform_page_footer.right_label {
  padding: 16px 0 0 29%;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button,
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
}
.gform_legacy_markup_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 8px;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
}
.gform_legacy_markup_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  color: #767676;
  font-size: 13px;
  line-height: 1 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  clear: both;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper .gf_progressbar {
  position: relative;
  background: #e8e8e8;
  position: relative;
  border-radius: 10.5px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage {
  height: 21px;
  text-align: right;
  border-radius: 10.5px;
  vertical-align: middle;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px !important;
  z-index: 999;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_100 {
  border-top-right-radius: 10.5px;
  border-bottom-right-radius: 10.5px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  line-height: 21px;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
  float: none !important;
  margin-left: 12px;
  word-wrap: normal;
}
.gform_legacy_markup_wrapper .gf_progressbar_blue {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_gray {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_gray {
  background-color: #6b7280;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_green {
  background: #e8e8e8;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_green {
  background-color: #aac138;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_orange {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_orange {
  background-color: #ff5d38;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_red {
  background: #e8eaec;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_red {
  background-color: #ec1e31;
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_spring {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_spring {
  background: linear-gradient(270deg, #9cd790 0, #76d7db 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_blues {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_blues {
  background: linear-gradient(270deg, #00c2ff 0, #7838e2 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_progressbar_rainbow {
  background: #d2d6dc;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage.percentbar_rainbow {
  background: linear-gradient(270deg, #1dbeea 0, #cd6ad6 50%, #f35160 100%);
  color: #fff;
}
.gform_legacy_markup_wrapper .gf_page_steps {
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #ccc;
}
.gform_legacy_markup_wrapper .gf_step {
  width: 100%;
  margin: 24px 24px 24px 0;
  font-size: 0.875em;
  height: 14px;
  line-height: 1.25 !important;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  font-family: inherit;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  font-family: arial, sans-serif;
  margin-right: 4px;
}
.gform_legacy_markup_wrapper .gf_step span.gf_step_label,
.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.gform_legacy_markup_wrapper .gf_step.gf_step_hidden {
  display: none;
}
.gform_legacy_markup_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
.gform_legacy_markup_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.8;
  padding: 10px 5px;
  text-align: center;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
}
.gform_legacy_markup_wrapper
  ul.top_label
  li.gfield.gfield_error.gfield_contains_required
  .gfield_password_strength {
  margin-right: 16px;
}
.gform_legacy_markup_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_legacy_markup_wrapper
  ul.right_label
  li.gfield
  .gfield_password_strength {
  margin-top: 18px;
  margin-bottom: 18px;
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
  border-bottom: 3px solid #ff853c;
}
.gform_legacy_markup_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
  border-bottom: 3px solid #fc0;
}
.gform_legacy_markup_wrapper .gfield_password_strength.mismatch,
.gform_legacy_markup_wrapper .gfield_password_strength.short {
  background-color: #ffa0a0;
  border-color: #f04040;
  border-bottom: 3px solid #f04040;
}
.gform_legacy_markup_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
  border-bottom: 3px solid #8dff1c;
}
.ginput_container_password,
.ginput_container_password span {
  position: relative;
}
.ginput_container_password button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  padding: 5px 0;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 1px;
  width: 40px;
}
.ginput_container_password span.ginput_left button {
  right: 9px;
}
.ginput_container_password:not(.ginput_complex) span {
  display: inline-block;
  width: 100%;
}
.ginput_container_password:not(.ginput_complex) span input {
  width: 100%;
}
.ginput_container_password span.medium {
  width: calc(50% - 8px);
}
.ginput_container_password span.small {
  width: 25%;
}
.gform_legacy_markup_wrapper table.gfield_list,
.gform_legacy_markup_wrapper table.gfield_list caption,
.gform_legacy_markup_wrapper table.gfield_list tbody,
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list tfoot,
.gform_legacy_markup_wrapper table.gfield_list th,
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.gform_legacy_markup_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
}
.gfield_repeater_buttons {
  padding-top: 15px;
}
.gform_legacy_markup_wrapper table.gfield_list {
  table-layout: auto !important;
}
.gform_legacy_markup_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left;
}
.gform_legacy_markup_wrapper table.gfield_list colgroup {
  width: 100%;
  display: block;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000;
}
.gform_legacy_markup_wrapper table.gfield_list thead,
.gform_legacy_markup_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0;
}
.gform_legacy_markup_wrapper table.gfield_list td,
.gform_legacy_markup_wrapper table.gfield_list th {
  padding: 4px 0 4px 0;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  table.gfield_list
  th {
  padding: 0 0 4px 0;
}
.gform_legacy_markup_wrapper table.gfield_list td + td,
.gform_legacy_markup_wrapper table.gfield_list th + th {
  padding: 0 0 0 16px;
}
.gform_legacy_markup_wrapper .gfield_list {
  width: 100%;
}
.gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
  width: 100%;
}
.gfield_icon_disabled {
  cursor: default !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
  width: 48px !important;
  padding: 0 0 0 4px !important;
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
}
.gform_card_icon_container {
  display: flex;
  height: 32px;
  margin: 8px 0 6px 0;
}
.gform_card_icon_container div.gform_card_icon {
  background-image: url(../../images/gf-creditcards.svg);
  background-repeat: no-repeat;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 40px;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_amex {
  background-position: -167px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_discover {
  background-position: -221px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -275px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_visa {
  background-position: -59px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb {
  background-position: -329px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro {
  background-position: -5px 0;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
  position: relative;
}
.gform_card_icon_container div.gform_card_icon.gform_card_icon_selected:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../../images/gf-creditcards-check.svg) center center no-repeat;
  width: 13px;
  height: 10px;
  bottom: 4px;
  right: -2px;
}
.ginput_container_creditcard .ginput_card_security_code_icon {
  width: 40px;
  height: 32px;
  display: inline-block;
  background-image: url(../../images/gf-creditcards.svg);
  background-repeat: no-repeat;
  background-position: -382px 0;
  position: relative;
  top: -3.5px;
}
.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.gform_legacy_markup_wrapper span.gform_drop_instructions {
  display: block;
  margin-bottom: 8px;
}
.gform_delete {
  vertical-align: middle;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .copy_values_option_container
  .copy_values_enabled {
  width: auto;
}
.gform_legacy_markup_wrapper
  li.field_sublabel_above
  .ginput_complex
  input[type="text"] {
  margin-bottom: 1px;
}
.gform_legacy_markup_wrapper .form_saved_message {
  margin: 1em auto;
  padding: 3em 2em 3em;
  width: 99%;
  font-size: 1em;
  line-height: 1.8;
  color: #31708f;
  background-color: #e3f3f3;
  border-radius: 2px;
}
.form_saved_message p.resume_form_link_wrapper {
  background-color: #fff;
  display: inline-block;
  padding: 1em;
  border-radius: 2px;
  max-width: 98% !important;
  overflow: hidden;
  box-shadow: 0 3px 2px 0 rgba(66, 103, 126, 0.2);
}
.form_saved_message a.resume_form_link {
  word-wrap: break-word;
  text-decoration: none;
  color: #2f637e;
}
.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0 0;
}
.form_saved_message label.form_saved_label {
  position: absolute;
  left: -9000px;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="text"] {
  margin-bottom: 0.25em;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  label.gform_resume_email_label {
  font-size: 1em;
  display: block;
}
div.form_saved_message div.form_saved_message_emailform form input {
  margin: 0 auto;
  display: inline-block;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="email"] {
  padding: calc(0.75em - 1px) !important;
  width: 24em;
  max-width: 98% !important;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #91afc7;
  color: #424242;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: inset 0 0 5px 0 #eee;
}
div.form_saved_message
  div.form_saved_message_emailform
  form
  input[type="submit"] {
  padding: 0.75em 1em;
  font-size: 1em;
  line-height: 1;
  background-color: #31708f;
  border: 1px solid #31708f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 640px) {
  div.form_saved_message
    div.form_saved_message_emailform
    form
    input[type="email"],
  div.form_saved_message
    div.form_saved_message_emailform
    form
    input[type="submit"] {
    display: block;
    width: 98%;
  }
}
.form_saved_message .form_saved_message_emailform .validation_message {
  color: #790000;
  font-weight: 700;
  padding: 2em;
}
.form_saved_message_sent {
  margin: 1em auto;
  padding: 3em 2em;
  width: 99%;
  font-size: 1em;
  background-color: #e9ffd9;
  color: #3c763d;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
}
.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
  font-weight: 700;
  display: block;
  line-height: 2;
}
.form_saved_message_sent .saved_message_email {
  word-wrap: break-word;
  text-decoration: underline;
}
body
  #content
  .entry-content
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area,
body
  .gform_legacy_markup_wrapper
  form
  .gform_body
  .gform_fields
  .gfield
  .ginput_container
  #recaptcha_widget_div
  #recaptcha_area
  .recaptchatable
  tbody
  tr
  td
  .recaptcha_input_area {
  line-height: 1 !important;
}
body .gform_legacy_markup_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_legacy_markup_wrapper img.add_list_item,
body .gform_legacy_markup_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  margin-top: -2px;
}
.gform_legacy_markup_wrapper
  ul
  li.gfield.field_sublabel_above.field_description_below
  + li.gfield {
  margin-top: 16px;
}
.gform_legacy_markup_wrapper
  li.gfield
  ul.gfield_radio
  li
  input[type="radio"]
  + input[type="text"] {
  width: 45.25%;
}
.gform_legacy_markup_wrapper table.recaptchatable {
  table-layout: auto;
}
.gform_legacy_markup_wrapper
  ul.gform_fields:not(.top_label)
  div.ginput_container_captcha {
  margin-left: 29%;
}
.gfield .wp-editor-container {
  border: 1px solid #ddd;
}
.gfield .wp-switch-editor {
  border-color: #ddd;
}
.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
  border-bottom-color: #f5f5f5;
}
.gfield .mce-edit-area iframe {
  width: 99.9% !important;
  margin: 0 !important;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 16px;
  padding-top: 0;
}
body .gform_legacy_markup_wrapper ul.gfields li.gfield label.gfield_label {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html {
  line-height: inherit;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul
  li,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul
  li {
  list-style-type: disc !important;
  margin: 0 0 8px 0;
  overflow: visible;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ul {
  list-style-type: disc !important;
  margin: 16px 0 16px 28px !important;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 8px 0;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol {
  list-style-type: decimal !important;
  margin: 16px 0 18px 32px;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul,
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul
  li {
  list-style-type: disc !important;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul {
  margin: 16px 0 16px 16px;
}
body
  .gform_legacy_markup_wrapper
  form
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  ol
  li
  ul
  li {
  margin: 0 0 8px;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl {
  margin: 0 0 18px 0;
  padding-left: 0;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl
  dt {
  font-weight: 700;
}
body
  .gform_legacy_markup_wrapper
  div.gform_body
  ul.gform_fields
  li.gfield.gfield_html
  dl
  dd {
  margin: 0 0 16px 18px;
}
.gform_legacy_markup_wrapper span.gf_clear_span {
  display: block;
  height: 1px;
  overflow: hidden;
  width: 100%;
  float: none;
  clear: both;
  margin-top: -1px;
}
.gform_legacy_markup_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gform_legacy_markup_wrapper .chosen-container * {
  box-sizing: border-box;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}
.gform_legacy_markup_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}
.gform_legacy_markup_wrapper .chosen-container a {
  cursor: pointer;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name,
.gform_legacy_markup_wrapper .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-single .group-name:after,
.gform_legacy_markup_wrapper
  .chosen-container
  .search-choice
  .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single
  input[type="text"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  width: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-default {
  color: #999;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single-with-deselect
  span {
  margin-right: 38px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper
  .chosen-container-single.chosen-disabled
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-single
  .chosen-search
  input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.gform_legacy_markup_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.gform_legacy_markup_wrapper
  .chosen-container-single.chosen-container-single-nosearch
  .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.gform_legacy_markup_wrapper
  .chosen-container
  .chosen-results
  li.active-result {
  display: list-item;
  cursor: pointer;
}
.gform_legacy_markup_wrapper
  .chosen-container
  .chosen-results
  li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.gform_legacy_markup_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  span {
  word-wrap: break-word;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus {
  background: #d4d4d4;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.gform_legacy_markup_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.gform_legacy_markup_wrapper
  .chosen-container-multi
  .chosen-drop
  .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div {
  border-left: none;
  background: 0 0;
}
.gform_legacy_markup_wrapper
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -18px 2px;
}
.gform_legacy_markup_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.gform_legacy_markup_wrapper
  .chosen-container-active
  .chosen-choices
  li.search-field
  input[type="text"] {
  color: #222 !important;
}
.gform_legacy_markup_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-disabled .chosen-single {
  cursor: default;
}
.gform_legacy_markup_wrapper
  .chosen-disabled
  .chosen-choices
  .search-choice
  .search-choice-close {
  cursor: default;
}
.gform_legacy_markup_wrapper .chosen-rtl {
  text-align: right;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li {
  float: right;
}
.gform_legacy_markup_wrapper
  .chosen-rtl
  .chosen-choices
  li.search-field
  input[type="text"] {
  direction: rtl;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl
  .chosen-choices
  li.search-choice
  .search-choice-close {
  right: auto;
  left: 4px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single
  .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-active.chosen-with-drop
  .chosen-single
  div {
  border-right: none;
}
.gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single
  .chosen-single
  div
  b {
  background-position: 6px 2px;
}
.gform_legacy_markup_wrapper
  .chosen-rtl.chosen-container-single.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .gform_legacy_markup_wrapper
    .chosen-container
    .chosen-results-scroll-down
    span,
  .gform_legacy_markup_wrapper .chosen-container .chosen-results-scroll-up span,
  .gform_legacy_markup_wrapper
    .chosen-container-multi
    .chosen-choices
    .search-choice
    .search-choice-close,
  .gform_legacy_markup_wrapper
    .chosen-container-single
    .chosen-search
    input[type="text"],
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single abbr,
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b,
  .gform_legacy_markup_wrapper .chosen-rtl .chosen-search input[type="text"] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
body .gform_legacy_markup_wrapper .chosen-container a.chosen-single {
  border-radius: inherit;
}
body .gform_legacy_markup_wrapper ul.chosen-results li {
  line-height: inherit;
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
      [type="file"]
    ) {
    line-height: 2;
    min-height: 2rem;
  }
  .gform_legacy_markup_wrapper textarea {
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-single[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 2.8;
  }
  .gform_legacy_markup_wrapper .chosen-container-single .chosen-single div b {
    position: relative;
    top: 10px;
  }
  .gform_legacy_markup_wrapper
    div.chosen-container.chosen-container-multi[style] {
    width: 100% !important;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-choice,
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-field {
    width: 100%;
    line-height: inherit;
    float: none;
  }
  .gform_legacy_markup_wrapper
    .chosen-container.chosen-container-multi
    ul.chosen-choices
    li.search-choice
    span {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper
    .chosen-container-multi
    .chosen-choices
    li.search-choice
    .search-choice-close {
    top: calc(50% - 6px);
  }
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 8px;
    display: block;
  }
  .gform_legacy_markup_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 12px !important;
  }
  .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
  .gform_legacy_markup_wrapper ul.gfield_radio li label {
    width: 85%;
    cursor: pointer;
  }
}
@media only screen and (max-width: 761px),
  (min-device-width: 768px) and (max-device-width: 1023px) {
  .gform_legacy_markup_wrapper
    ul.gform_fields
    li.gfield.gfield_error
    + li.gfield.gfield_error {
    margin-top: 32px;
  }
  .gform_legacy_markup_wrapper table.gfield_list {
    border: 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr {
    margin-bottom: 10px;
    display: block;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 4px solid #ccc;
  }
  .gform_legacy_markup_wrapper table.gfield_list td {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td.gfield_list_icons {
    border-bottom: 0;
    margin: 16px 0 0 0 !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_above
    table.gfield_list
    td:before,
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_below
    table.gfield_list
    td:after {
    content: attr(data-label);
    font-size: 0.875em;
    letter-spacing: 0.5pt;
    white-space: nowrap;
    display: block;
    clear: both;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_above
    table.gfield_list
    td:before {
    margin: 8px 0 3px 8px;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields.form_sublabel_below
    table.gfield_list
    td:after {
    margin: 3px 0 8px 8px;
  }
  .gform_legacy_markup_wrapper table.gfield_list td + td,
  .gform_legacy_markup_wrapper table.gfield_list th + th {
    padding: 4px 0 0 0;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_even,
  .gform_legacy_markup_wrapper table.gfield_list tr.gfield_list_row_odd {
    margin: 16px 0;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr.gfield_list_row_odd:first-child {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr {
    padding-top: 12px;
  }
  .gform_legacy_markup_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 100% !important;
    padding: 5px 4px 1px 4px !important;
    background-color: #eee;
    text-align: center;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr
    td.gfield_list_icons
    img.add_list_item {
    margin: 12px 0 0 16px !important;
  }
  .gform_legacy_markup_wrapper
    table.gfield_list
    tr
    td.gfield_list_icons
    img.delete_list_item {
    margin: 12px 0 0 8px !important;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    margin-left: 0;
  }
  .gform_legacy_markup_wrapper .gfield_list td.gfield_list_cell input {
    width: calc(100% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .gform_body {
    width: 100%;
  }
  .gform_legacy_markup_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
  }
  .gform_legacy_markup_wrapper .gfield_checkbox li,
  .gform_legacy_markup_wrapper .gfield_radio li {
    margin: 0 0 8px 0;
    line-height: 1.3;
  }
  .gform_legacy_markup_wrapper .gsection {
    margin: 28px 16px 28px 0;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gform_legacy_markup_wrapper .right_label .gfield_label {
    text-align: right;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .gfield_description {
    width: 70%;
  }
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper form ul.right_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.left_label li ul.gfield_radio li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_checkbox li,
  .gform_legacy_markup_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px;
  }
  .gform_legacy_markup_wrapper .left_label .gfield_description,
  .gform_legacy_markup_wrapper .left_label .instruction,
  .gform_legacy_markup_wrapper .right_label .gfield_description,
  .gform_legacy_markup_wrapper .right_label .instruction {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gsection
    .gsection_description {
    margin-left: 0;
    padding-top: 4px;
    padding-left: 0;
    line-height: 1.5;
  }
  .gform_legacy_markup_wrapper
    form
    ul.gform_fields:not(.top_label)
    li.gfield_html_formatted {
    margin-left: 29% !important;
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    ul.gfield_checkbox,
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
    overflow: hidden;
  }
  .gform_legacy_markup_wrapper .left_label div.ginput_complex,
  .gform_legacy_markup_wrapper .right_label div.ginput_complex {
    width: 70%;
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .left_label input.small,
  .gform_legacy_markup_wrapper .left_label select.small,
  .gform_legacy_markup_wrapper .right_label input.small,
  .gform_legacy_markup_wrapper .right_label select.small {
    width: 15%;
  }
  .gform_legacy_markup_wrapper .left_label input.medium,
  .gform_legacy_markup_wrapper .left_label select.medium,
  .gform_legacy_markup_wrapper .right_label input.medium,
  .gform_legacy_markup_wrapper .right_label select.medium {
    width: calc(35% - 8px);
  }
  .gform_legacy_markup_wrapper .left_label input.large,
  .gform_legacy_markup_wrapper .left_label select.large,
  .gform_legacy_markup_wrapper .right_label input.large,
  .gform_legacy_markup_wrapper .right_label select.large {
    width: 70%;
  }
  .gform_legacy_markup_wrapper .left_label textarea.large,
  .gform_legacy_markup_wrapper .left_label textarea.medium,
  .gform_legacy_markup_wrapper .left_label textarea.small,
  .gform_legacy_markup_wrapper .right_label textarea.large,
  .gform_legacy_markup_wrapper .right_label textarea.medium,
  .gform_legacy_markup_wrapper .right_label textarea.small {
    width: 70%;
  }
  .gform_legacy_markup_wrapper ul.gform_fields:not(.top_label) .ginput_list {
    width: 70%;
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper .top_label .gfield_list {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .left_label .gf_list_one_column,
  .gform_legacy_markup_wrapper .right_label .gf_list_one_column {
    width: 45%;
  }
  .gform_legacy_markup_wrapper .top_label .gf_list_one_column {
    width: 46%;
  }
  .gform_legacy_markup_wrapper .left_label li.hidden_label input,
  .gform_legacy_markup_wrapper .right_label li.hidden_label input {
    margin-left: 3.7%;
  }
  .gform_legacy_markup_wrapper .left_label li.gfield .gfield_password_strength,
  .gform_legacy_markup_wrapper
    .right_label
    li.gfield
    .gfield_password_strength {
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .top_label input.small,
  .gform_legacy_markup_wrapper .top_label select.small {
    width: 25%;
  }
  .gform_legacy_markup_wrapper .top_label input.medium,
  .gform_legacy_markup_wrapper .top_label select.medium {
    width: calc(50% - 8px);
  }
  .gform_legacy_markup_wrapper.gform_validation_error .top_label input.medium,
  .gform_legacy_markup_wrapper.gform_validation_error .top_label select.medium {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .hidden_label input.large,
  .gform_legacy_markup_wrapper .hidden_label select.large,
  .gform_legacy_markup_wrapper .top_label input.large,
  .gform_legacy_markup_wrapper .top_label select.large {
    width: 100%;
  }
  .gform_legacy_markup_wrapper .top_label input.large.datepicker,
  .gform_legacy_markup_wrapper .top_label input.medium.datepicker,
  .gform_legacy_markup_wrapper .top_label input.small.datepicker {
    width: auto;
  }
  .gform_legacy_markup_wrapper textarea.small {
    height: 80px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.medium {
    height: 160px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper textarea.large {
    height: 320px;
    width: 100%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
  }
  .gform_legacy_markup_wrapper .ginput_container_password .ginput_right {
    padding-left: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_left,
  .gform_legacy_markup_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left,
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_right {
    min-height: 43px;
    position: relative;
    float: left;
  }
  .ginput_complex .ginput_cardinfo_right input {
    display: inline-block;
    width: 30%;
    max-width: 7rem;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    select.ginput_card_expiration.ginput_card_expiration_month,
  .gform_legacy_markup_wrapper
    .ginput_complex
    select.ginput_card_expiration.ginput_card_expiration_year {
    width: 47% !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    .ginput_cardinfo_left
    select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px;
  }
  .gform_legacy_markup_wrapper .gf_step {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 16px 32px 16px 0;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="image"],
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper .gform_footer input[type="image"] {
    vertical-align: middle;
  }
  .gform_legacy_markup_wrapper .gform_footer a.gform_save_link,
  .gform_legacy_markup_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    margin-left: 16px;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
  .gform_legacy_markup_wrapper .gform_page_footer input.button,
  .gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
  }
  .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper .ginput_complex .ginput_left {
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .left_label
    .ginput_complex.ginput_container_address:after {
    content: "";
    display: block;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    .ginput_left {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    .ginput_right {
    margin-right: -8px;
    padding-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_full
    + span.ginput_right {
    padding-right: 8px !important;
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_right
    + span.ginput_left {
    padding-right: 8px !important;
    margin-right: -8px;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container_address
    span.ginput_right
    + span.ginput_left.address_zip {
    margin-right: 8px;
  }
  .gform_legacy_markup_wrapper .gfield_error .ginput_container {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper
    ul.top_label
    li.gfield.gfield_error.gfield_contains_required
    .gfield_password_strength {
    margin: 18px 0 18px 0;
  }
  .gform_legacy_markup_wrapper .gform_footer:not(.top_label) {
    padding: 16px 0 10px 0;
    margin-left: 29%;
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_1,
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_2,
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(100% + 13px);
  }
  .gform_legacy_markup_wrapper
    .top_label
    div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(100% + 14px);
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 15px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1,
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2,
  ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3 {
    width: calc(70% + 24px);
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_4 {
    width: calc(70% + 13px);
    margin-left: 29%;
  }
  ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.gf_name_has_5 {
    width: calc(70% + 14px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_1
    span {
    width: 100%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 50%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_3
    span {
    width: 33.3%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_4
    span {
    width: 25%;
  }
  .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_5
    span {
    width: 19.95%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_1
    span {
    width: 99.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 49.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_3
    span {
    width: 33% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_4
    span {
    width: 24.75% !important;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.gf_name_has_5
    span {
    width: 19.75% !important;
  }
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_2
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_3
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_4
    span:first-child,
  html
    .gform_legacy_markup_wrapper
    div.ginput_complex.ginput_container.gf_name_has_5
    span:first-child {
    margin-left: 0 !important;
  }
  .gform_legacy_markup_wrapper
    .top_label
    .ginput_complex.ginput_container.ginput_container_email {
    width: calc(100% + 15px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 16px);
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    div.ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 17px);
  }
  li.gfield.gfield_error
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    li.gfield.gfield_error
    .ginput_complex.ginput_container.ginput_container_email {
    width: calc(70% + 8px) !important;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container.ginput_container_email
    .ginput_left,
  .gform_legacy_markup_wrapper
    .ginput_complex.ginput_container.ginput_container_email
    .ginput_right {
    padding-right: 16px;
  }
  .gform_legacy_markup_wrapper
    ul.left_label
    li.gfield
    .gfield_password_strength,
  .gform_legacy_markup_wrapper
    ul.right_label
    li.gfield
    .gfield_password_strength {
    width: 70%;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    span.ginput_left
    + input.gform_hidden
    + span.ginput_left {
    padding-right: 0;
  }
  .gform_legacy_markup_wrapper
    .ginput_complex
    span.ginput_left.address_country {
    margin-right: 0;
  }
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .clear-multi,
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gfield_description,
  html:not([dir="rtl"])
    .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 70%;
    margin-left: 29%;
  }
  .gform_legacy_markup_wrapper .gf_progressbar {
    width: calc(100% - 16px);
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .gform_fileupload_multifile
    .gform_drop_area {
    margin-left: 29%;
    width: 70%;
  }
  body
    .gform_legacy_markup_wrapper
    span.ginput_left.address_city
    + input.gform_hidden
    + span.ginput_left.address_country {
    width: calc(50% - 8px);
    margin-right: 0;
  }
  .gform_legacy_markup_wrapper
    ul.gform_fields:not(.top_label)
    .ginput_container.ginput_recaptcha {
    margin-left: 29% !important;
  }
  .gform_legacy_markup_wrapper
    .gform_page_footer
    .button.gform_previous_button {
    margin-bottom: 0;
  }
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_button,
  .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 10px;
  }
  body
    .gform_legacy_markup_wrapper
    select.medium.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.medium.gfield_select
    + div.chosen-container-single[style] {
    width: calc(50% - 8px) !important;
  }
  body
    .gform_legacy_markup_wrapper
    select.large.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.large.gfield_select
    + div.chosen-container-single[style] {
    width: 100% !important;
  }
  body
    .gform_legacy_markup_wrapper
    select.small.gfield_select
    + div.chosen-container-multi[style],
  body
    .gform_legacy_markup_wrapper
    select.small.gfield_select
    + div.chosen-container-single[style] {
    width: 25% !important;
  }
}
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
}
.gfield_repeater_wrapper input {
  border: 1px solid #c5c6c5;
  border-radius: 4px;
}
.gfield_repeater_wrapper .gfield_repeater_wrapper {
  margin-top: 10px;
}
.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
  min-width: 100px;
  height: 30px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 12px;
  color: #757575;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 400;
}
.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
  width: 22px;
  height: 22px;
  background: rgba(242, 242, 242, 0.5);
  transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
  font-size: 16px;
  color: #757575;
  border-radius: 50%;
  margin: 10px 5px 0 5px;
  border: 1px solid rgba(117, 117, 117, 0.4);
  font-weight: 700;
  padding: 0;
  padding-bottom: 5px;
}
.gfield_repeater_buttons button.gfield_icon_disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.gfield_repeater_buttons button.gfield_icon_disabled:hover {
  background: rgba(242, 242, 242, 0.5);
  color: #757575;
  border: 1px solid rgba(117, 117, 117, 0.4);
}
.gfield_repeater_buttons button:hover {
  background: #fafafa;
  color: #374750;
  border: 1px solid #757575;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
}
.gfield_repeater_cell > .gfield_repeater_wrapper {
  border-left: 8px solid #f1f1f1;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06),
    0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}
.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
  outline: 0;
}
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
  color: #c32121;
}
.gform_legacy_markup_wrapper .gfield_repeater_cell label {
  color: #9b9a9a;
  font-weight: 400;
  font-size: 14px;
  padding-top: 8px;
}
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
  padding-bottom: 20px;
  padding-top: 0;
}
div .gfield_repeater_cell {
  margin-top: 5px;
}
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: 2px solid #e0e0e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.gfield_repeater_value > .gfield_repeater {
  border-left: 8px solid rgba(54, 86, 102, 0.1);
  background-color: rgba(1, 1, 1, 0.02);
  padding: 10px 20px;
  border-radius: 8px;
  border-bottom: 1px solid #eee;
  margin: 10px;
}
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
  color: rgba(117, 117, 117, 0.7);
  border: 1px solid #c5c6c5;
  border-radius: 4px;
  margin-right: 10px;
  padding-left: 10px;
  background-color: #f0f0f0;
}
.gfield_repeater .gfield_repeater_items,
.gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
  padding-top: 5px;
}
.gfield_repeater .gfield_label {
  color: #23282d;
  font-size: 16px;
  font-weight: 600;
}
.gfield_repeater_value .gfield_label {
  padding-bottom: 0;
}
.gfield_repeater_value
  .gfield_repeater_value
  .gfield_repeater_item:first-child {
  padding-bottom: 0;
}
.gform_wrapper .gform_body {
  width: 100% !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label,
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
  font-family: "termina", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield label .gfield_required,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  label.gfield_label
  .gfield_required {
  display: none;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="email"],
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="tel"] {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  font-family: "termina", sans-serif;
  font-size: 0.9em;
  padding: 0.6em;
  max-width: 100%;
  outline: 0;
  border: solid 1px #d4d5d8;
  width: 100%;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]):focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  textarea:focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="email"]:focus,
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  input[type="tel"]:focus {
  border-color: #222325;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield
  div.ginput_container
  .gfield_checkbox
  input[type="checkbox"] {
  margin-top: 0;
  margin-right: 0.3em;
}
.gform_wrapper .gform_body ul.gform_fields .multicolumn-wrapper ul li {
  float: left;
  width: 50%;
  clear: none;
}
.gform_wrapper
  .gform_body
  ul.gform_fields
  .multicolumn-wrapper
  ul
  li:first-child {
  padding-right: 2.5%;
}
.gform_wrapper .gform_footer input[type="submit"] {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: #222325;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "termina", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 830px) {
  .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 9px;
    padding: 9px 24px;
  }
}
.gform_wrapper .gform_footer input[type="submit"] span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  color: #fff;
  position: relative;
  z-index: 3;
}
.gform_wrapper .gform_footer input[type="submit"]:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 50%;
  left: 20px;
  background-color: #42c4dd;
}
.gform_wrapper .gform_footer input[type="submit"].white {
  background-color: #fff;
  color: #000;
}
.gform_wrapper .gform_footer input[type="submit"].white span {
  color: #000;
}
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #fff;
}
.gform_wrapper .gform_footer input[type="submit"]:hover:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
.gform_wrapper ::-webkit-input-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper ::-moz-placeholder {
  color: #6b6e75;
}
.gform_wrapper :-ms-input-placeholder {
  color: #6b6e75;
}
.gform_confirmation_message {
  background: #c7ffc7;
  padding: 20px;
  margin: 20px 0 0;
  border: 1px solid #7cd07c;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@font-face {
  font-family: "canvas";
  src: url("fonts/canvas.eot");
  src: url("fonts/canvas.eot?#iefix") format("embedded-opentype"),
    url("fonts/canvas.woff") format("woff"),
    url("fonts/canvas.ttf") format("truetype"),
    url("fonts/canvas.svg#canvas") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="c-"]:before,
[class*=" c-"]:before {
  font-family: "canvas";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-facebook:before {
  content: "i";
}
.c-google-plus:before {
  content: "j";
}
.c-instagram:before {
  content: "k";
}
.c-snapchat:before {
  content: "l";
}
.c-twitter:before {
  content: "m";
}
.c-youtube:before {
  content: "n";
}
.c-pinterest:before {
  content: "a";
}
.c-neon-canvas-horizontal:before {
  content: "b";
} /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.bgvideo {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.bgvideo video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%);
  background-position: center right;
}
.container-fluid,
.container,
.container-lrg {
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
}
@media screen and (max-width: 830px) {
  .container-fluid,
  .container,
  .container-lrg {
    max-width: 500px;
  }
}
.container-lrg {
  max-width: 1350px;
}
@media screen and (max-width: 830px) {
  .container-lrg {
    max-width: 500px;
  }
}
.container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.col.reverse {
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.start-xs {
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  justify-content: center;
  text-align: center;
}
.end-xs {
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  align-items: flex-start;
}
.middle-xs {
  align-items: center;
}
.bottom-xs {
  align-items: flex-end;
}
.around-xs {
  justify-content: space-around;
}
.between-xs {
  justify-content: space-between;
}
.first-xs {
  order: -1;
}
.last-xs {
  order: 1;
}
@media only screen and (min-width: 830px) {
  .container {
    width: 47rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 63rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 74rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
.reveal-text {
  visibility: hidden;
}
.line {
  position: relative;
  overflow: hidden;
  display: flex;
}
.bg-animation {
  animation: MOVE-BG 4s step-end;
  animation-iteration-count: infinite;
}
@keyframes MOVE-BG {
  0% {
    background-position: 0% 33%;
  }
  50% {
    background-position: 33% 0%;
  }
  66% {
    background-position: 0% 66%;
  }
}
@keyframes slide {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 10000000% 50%;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 8s linear infinite;
  transform-origin: center;
}
.banner {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-color: #222325;
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width: 830px) {
  .banner {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .banner {
    height: 375px;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
.banner .banner-message {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 20px 100px;
  width: 100%;
  margin: 52.5px 0 0;
  text-align: center;
}
@media screen and (max-width: 830px) {
  .banner .banner-message {
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-message {
    padding: 0 20px 35px;
  }
}
.banner .banner-message h1,
.banner .banner-message h2,
.banner .banner-message h3,
.banner .banner-message h4,
.banner .banner-message h5,
.banner .banner-message p {
  color: #fff;
}
@media screen and (max-width: 830px) {
  .banner video {
    height: 600px;
  }
}
@media screen and (max-width: 480px) {
  .banner video {
    height: 375px;
  }
}
footer {
  position: relative;
  z-index: 2;
}
footer section.footer-wrap {
  text-align: center;
  position: relative;
  overflow: hidden;
}
footer section.footer-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  background-image: url(../canvas/img/footer-bg-v2.jpg);
  background-size: cover;
}
@media screen and (max-width: 830px) {
  footer section.footer-wrap .bg {
    background-color: #000;
    background-image: none;
  }
}
footer section.footer-wrap .container-lrg {
  position: relative;
  z-index: 3;
}
footer section.footer-wrap a.footer-logo {
  display: table;
  margin: 0 auto 50px;
}
footer section.footer-wrap .newsletter-cta {
  padding: 80px 50px 50px;
  border-radius: 25px;
  background-color: #fff;
  max-width: 100%;
  width: 730px;
  margin: 0 auto 100px;
  text-align: left;
}
footer section.footer-wrap .newsletter-cta .gchoice {
  text-align: left !important;
  vertical-align: top !important;
}
footer section.footer-wrap .newsletter-cta .gchoice input {
  vertical-align: top !important;
  margin-top: 8px !important;
}
@media screen and (min-width: 830px) {
  footer section.footer-wrap .newsletter-cta h4 {
    font-size: 26px;
  }
}
footer section.footer-wrap .newsletter-cta input[type="email"] {
  max-width: 100%;
  border: 1px solid #545554 !important;
  padding: 15px !important;
}
footer
  section.footer-wrap
  .newsletter-cta
  .gform_wrapper.gravity-theme
  .gfield-choice-input
  + label {
  font-size: 11px;
}
footer section.footer-wrap .newsletter-cta .gform_footer {
  text-align: left;
  width: 100%;
  display: block !important;
}
footer section.footer-wrap .newsletter-cta .gform_footer input[type="submit"] {
  margin: 0 !important;
}
footer section.footer-wrap h3 {
  color: #fff;
}
@media screen and (min-width: 830px) {
  footer section.footer-wrap h3 {
    font-size: 32px;
  }
}
footer section.footer-wrap ul.contact-list,
footer section.footer-wrap ul.hours {
  margin: auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 830px) {
  footer section.footer-wrap ul.contact-list,
  footer section.footer-wrap ul.hours {
    margin-bottom: 30px;
  }
}
footer section.footer-wrap ul.contact-list li,
footer section.footer-wrap ul.hours li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
footer section.footer-wrap ul.contact-list li span,
footer section.footer-wrap ul.hours li span {
  font-family: "termina", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer section.footer-wrap ul.contact-list li a,
footer section.footer-wrap ul.hours li a {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: table;
  margin: auto;
  position: relative;
}
footer section.footer-wrap ul.contact-list li a:after,
footer section.footer-wrap ul.hours li a:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  width: 0;
}
footer section.footer-wrap ul.contact-list li a:hover,
footer section.footer-wrap ul.hours li a:hover {
  color: #fff;
  opacity: 0.5;
}
footer section.footer-wrap ul.contact-list li a:hover:after,
footer section.footer-wrap ul.hours li a:hover:after {
  width: 100%;
}
footer section.footer-wrap ul.contact-list li a span,
footer section.footer-wrap ul.hours li a span {
  position: relative;
  z-index: 2;
}
footer section.footer-wrap ul.contact-list li a.event-cta,
footer section.footer-wrap ul.hours li a.event-cta {
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #42c4dd;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 32px;
}
footer section.footer-wrap ul.contact-list li a.event-cta:hover,
footer section.footer-wrap ul.hours li a.event-cta:hover {
  color: #fff;
}
footer section.footer-wrap ul.social {
  margin: 20px 0px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 830px) {
  footer section.footer-wrap ul.social {
    margin-bottom: 30px;
  }
}
footer section.footer-wrap ul.social li {
  display: inline-block;
  margin: 0 10px;
}
footer section.footer-wrap ul.social li a {
  color: #42c4dd;
  font-size: 30px;
}
footer section.footer-wrap ul.social li a:hover {
  color: #fff;
}
footer section.footer-wrap ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 830px) {
  footer section.footer-wrap ul.footer-nav {
    margin-bottom: 30px;
  }
}
footer section.footer-wrap ul.footer-nav li {
  margin-bottom: 10px;
}
footer section.footer-wrap ul.footer-nav li a {
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #42c4dd;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 32px;
  position: relative;
  display: table;
  margin: auto;
  padding: 0 10px;
}
footer section.footer-wrap ul.footer-nav li a:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  width: 0;
  background-color: #fff;
  opacity: 0.4;
}
footer section.footer-wrap ul.footer-nav li a span {
  position: relative;
  z-index: 3;
}
footer section.footer-wrap ul.footer-nav li a:hover {
  color: #42c4dd;
}
footer section.footer-wrap ul.footer-nav li a:hover:after {
  width: 100%;
}
footer .credits {
  background-color: #383938;
  text-align: center;
  padding: 15px;
}
footer .credits .copy {
  font-size: 12px;
  margin: 0;
  color: #fff;
}
footer .credits .copy a {
  color: #fff;
}
footer .credits .copy a:hover {
  color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width: 830px) {
  footer {
    margin-bottom: 55px;
  }
}
header {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  height: 135px;
  background: #000;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
header .utility {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #383938;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
header .utility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 700px) {
  header .utility ul {
    display: none;
  }
}
header .utility ul li {
  display: inline-block;
  margin: 0 15px;
}
header .utility ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
header .utility ul li a svg,
header .utility ul li a i {
  display: inline-block;
  margin: 0 4px 0 0;
}
header .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
}
header .logo svg {
  display: block;
}
header .desktop-nav-wrapper {
  width: 950px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 1400px) {
  header .desktop-nav-wrapper {
    width: 820px;
  }
}
@media screen and (max-width: 1250px) {
  header .desktop-nav-wrapper {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  header .desktop-nav-wrapper {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    margin: 0;
  }
}
header .desktop-nav-wrapper .search-wrapper {
  width: 320px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1400px) {
  header .desktop-nav-wrapper .search-wrapper {
    width: 190px;
  }
}
@media screen and (max-width: 700px) {
  header .desktop-nav-wrapper .search-wrapper {
    width: 100%;
    margin: 0;
  }
}
header
  .desktop-nav-wrapper
  .search-wrapper
  .is-form-style
  input.is-search-input {
  color: #fff;
  background: #383938;
  border: 0 !important;
  font-family: "Inconsolata", monospace !important;
  font-weight: 700 !important;
}
header .desktop-nav-wrapper .search-wrapper span.is-search-icon {
  border: 0 !important;
  background: #383938;
}
header .desktop-nav-wrapper .search-wrapper span.is-search-icon svg path {
  fill: #fff !important;
}
header a.cart-cta {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: 5px;
}
header a.cart-cta .total {
  height: 20px;
  width: 20px;
  background: #42a8b5;
  color: #fff !important;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: -15px;
  right: -12px;
  line-height: 20px !important;
  font-weight: 700;
}
header a.cart-cta svg {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1250px) {
  header a.cart-cta {
    right: 100px;
  }
}
header a.btn-hollow.start-cta {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 15px;
}
@media screen and (max-width: 1250px) {
  header a.btn-hollow.start-cta {
    right: 145px;
  }
}
@media screen and (max-width: 830px) {
  header a.btn-hollow.start-cta {
    display: none;
  }
}
header a.btn-hollow.start-cta:after {
  background-color: #42c4dd;
}
header nav#site-navigation {
  display: inline-block;
}
@media screen and (max-width: 1250px) {
  header nav#site-navigation {
    display: none;
  }
}
header nav#site-navigation #primary-menu {
  margin: 0;
  padding: 0;
}
header nav#site-navigation #primary-menu li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
header nav#site-navigation #primary-menu li.shop-nav-cta {
  margin-right: 30px !important;
  padding-right: 50px !important;
  position: relative;
}
header nav#site-navigation #primary-menu li.shop-nav-cta:before {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header nav#site-navigation #primary-menu li.shop-nav-cta:after {
  right: 30px !important;
}
header nav#site-navigation #primary-menu li.shop-nav-cta a {
  position: relative;
  line-height: 105px;
}
header nav#site-navigation #primary-menu li.menu-item-has-children {
  padding-right: 20px;
}
header nav#site-navigation #primary-menu li.menu-item-has-children:after {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  height: 8px;
  width: 8px;
  background-image: url(../canvas/img/icon-chevron-down-white.svg);
}
header nav#site-navigation #primary-menu li a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 13px;
  line-height: 105px;
}
header nav#site-navigation #primary-menu li a:before {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  height: 6px;
  width: 0;
  background-color: #42c4dd;
}
header nav#site-navigation #primary-menu li a:hover {
  color: #fff;
  opacity: 0.5;
}
header nav#site-navigation #primary-menu li:hover ul {
  display: block;
}
header nav#site-navigation #primary-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  background: #42c4dd;
  padding: 20px;
  margin: 0;
  box-shadow: none !important;
}
header nav#site-navigation #primary-menu li ul:before {
  bottom: 100%;
  left: 20px;
  border: solid rgba(0, 0, 0, 0);
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #42c4dd;
  border-width: 6px;
}
header nav#site-navigation #primary-menu li ul li {
  display: block;
  line-height: 1.75em !important;
  position: relative;
  padding: 0 20px;
}
header nav#site-navigation #primary-menu li ul li:before,
header nav#site-navigation #primary-menu li ul li:after {
  display: none !important;
}
header nav#site-navigation #primary-menu li ul li:last-child ul {
  text-align: left;
}
header nav#site-navigation #primary-menu li ul li ul {
  display: none !important;
  left: 100% !important;
  right: auto !important;
  top: 0;
  margin: 0;
}
header nav#site-navigation #primary-menu li ul li ul:before {
  display: none !important;
}
header nav#site-navigation #primary-menu li ul li ul li:first-of-type {
  border: 0 !important;
}
header nav#site-navigation #primary-menu li ul li:hover ul {
  display: block !important;
}
header nav#site-navigation #primary-menu li ul li.current_page_item:before {
  display: none;
}
header nav#site-navigation #primary-menu li ul li a {
  color: #000;
  white-space: nowrap;
  font-size: 13px;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  line-height: 24px !important;
}
header nav#site-navigation #primary-menu li ul li a:hover {
  opacity: 0.5;
  color: #000;
}
@media only screen and (max-width: 480px) {
  header nav#site-navigation {
    display: none;
  }
}
.menu-toggle {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: none;
  line-height: 105px;
  height: 105px;
  width: 105px;
  z-index: 8;
  background: rgba(0, 0, 0, 0);
  border: 0;
  margin-top: 25px;
}
.menu-toggle:before {
  content: "Menu";
  color: #fff;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 7px;
  letter-spacing: 3px;
  font-family: "termina", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.menu-toggle span {
  top: 50%;
  left: 50%;
  margin-left: -18px;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  cursor: pointer;
  height: 2px;
  width: 36px;
  background: #ff3;
  position: absolute;
  display: block;
}
.menu-toggle span:before {
  top: -8px;
  background-color: #fff;
}
.menu-toggle span:after {
  bottom: -8px;
  background-color: #42c4dd;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle.active span {
  background: rgba(0, 0, 0, 0) !important;
}
.menu-toggle.active span:before,
.menu-toggle.active span:after {
  top: 0;
}
.menu-toggle.active span:before {
  transform: rotate(45deg);
}
.menu-toggle.active span:after {
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1250px) {
  .menu-toggle {
    display: block;
  }
}
#side-menu {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  transition-duration: 0.44s;
  position: fixed;
  height: 100%;
  width: 350px;
  top: 0;
  right: -350px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 99999;
  padding: 35px 0;
  background: #fff;
}
@media screen and (max-width: 480px) {
  #side-menu {
    width: 100%;
    right: -100%;
  }
}
#side-menu.active {
  right: 0;
}
@media screen and (min-width: 830px) {
  #side-menu.active {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  }
}
#side-menu .menu-close {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 105px;
  height: 45px;
  width: 45px;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
}
#side-menu .menu-close:hover {
  transform: scale(1.3);
}
#side-menu .menu-close span {
  top: 50%;
  margin-left: 13px;
  background: rgba(0, 0, 0, 0) !important;
}
#side-menu .menu-close span,
#side-menu .menu-close span:before,
#side-menu .menu-close span:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  cursor: pointer;
  height: 3px;
  width: 18px;
  position: absolute;
  display: block;
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span,
  #side-menu .menu-close span:before,
  #side-menu .menu-close span:after {
    background: #222325;
  }
}
#side-menu .menu-close span:before {
  top: 0;
  transform: rotate(45deg);
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span:before {
    background: #222325;
  }
}
#side-menu .menu-close span:after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #222325;
}
@media screen and (max-width: 1000px) {
  #side-menu .menu-close span:after {
    background: #222325;
  }
}
#side-menu .menu-close:focus {
  outline: none;
}
#side-menu .menu-main-nav-container {
  position: relative;
}
#side-menu ul#primary-menu {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  margin: 0;
  display: block;
  padding: 0 10px;
}
#side-menu ul#primary-menu.active {
  transform: translateX(-100%);
}
#side-menu ul#primary-menu > li {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  width: 100%;
  text-align: left;
}
#side-menu ul#primary-menu > li a {
  font-weight: 400;
  font-size: 26px;
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  color: #222325;
  font-family: "termina", sans-serif;
  position: relative;
}
#side-menu ul#primary-menu > li a:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  top: 0;
  left: -10px;
  height: 100%;
  width: 0;
  position: absolute;
  background-color: #42c4dd;
  mix-blend-mode: multiply;
}
#side-menu ul#primary-menu > li a:hover {
  color: #000;
}
#side-menu ul#primary-menu > li a:hover:after {
  width: calc(100% + 70px);
}
@media screen and (max-width: 830px) {
  #side-menu ul#primary-menu > li a {
    font-size: 22px;
  }
}
#side-menu ul#primary-menu > li a.expand {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  padding: 0;
  cursor: pointer;
  transform: rotate(-90deg);
  margin: 0 0 -2px;
  border: 1px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
}
#side-menu ul#primary-menu > li a.expand:before,
#side-menu ul#primary-menu > li a.expand:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 1px;
  height: 8px;
  margin: -4px 0 0 -1px;
  border-radius: 6px;
  transform-origin: center;
}
#side-menu ul#primary-menu > li a.expand:before {
  transform: rotate(-45deg) translate(-4px, 0px);
  margin: -6px 0px 0px 0px !important;
}
#side-menu ul#primary-menu > li a.expand:after {
  webkit-transform: rotate(45deg) translate(4px, 0px);
  transform: rotate(45deg) translate(4px, 0px);
  margin: -5px 0 0 0 !important;
  margin: -6px 0px 0px -1px !important;
}
#side-menu ul#primary-menu > li a.expand:hover {
  background: #efefef;
}
#side-menu ul#primary-menu > li ul {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  padding: 0;
  margin: 0;
  display: none;
  float: none;
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px 0 30px;
  width: 100%;
}
#side-menu ul#primary-menu > li ul.active {
  display: block;
}
#side-menu ul#primary-menu > li ul li {
  display: block;
  width: 100%;
  height: auto;
}
#side-menu ul#primary-menu > li ul li a.expand {
  display: none;
}
#side-menu ul#primary-menu > li ul li a {
  color: #222325;
  font-size: 17px;
  padding: 0 10px;
  display: inline-block;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  white-space: nowrap;
}
#side-menu ul#primary-menu > li ul li a:hover:after {
  width: calc(100% + 20px);
}
#side-menu ul#primary-menu > li ul li ul {
  margin: 0;
  display: block;
  float: none;
  transform: none;
  position: relative;
}
#side-menu .menu-back {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  margin: 0 0 20px 35px;
  display: inline-block;
}
#side-menu .menu-back.active {
  visibility: visible;
  opacity: 0.35;
}
#side-menu .menu-back .icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
#side-menu .menu-back .icon svg {
  display: block;
}
#side-menu .menu-back .text {
  display: inline-block;
  vertical-align: middle;
}
#side-menu .contact-info {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  padding: 20px;
}
#side-menu .contact-info .btn {
  margin-bottom: 30px;
}
#side-menu .contact-info.active {
  transform: translateX(-100%);
}
#side-menu .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}
#side-menu .contact-info ul li {
  margin-bottom: 15px;
}
#side-menu .contact-info ul li a {
  color: #000;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
}
#side-menu .contact-info ul li a:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  top: 0;
  left: -10px;
  height: 100%;
  width: 0;
  position: absolute;
  background-color: #ff3;
  mix-blend-mode: multiply;
}
#side-menu .contact-info ul li a svg {
  position: absolute;
  top: 5px;
  left: 0;
}
#side-menu .contact-info ul li a svg path {
  fill: #000;
}
#side-menu .contact-info ul li a:hover:after {
  width: calc(100% + 20px);
}
.mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05), 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 9998;
}
.mobile-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-bar ul li {
  position: relative;
  float: left;
  width: 25%;
}
.mobile-bar ul li:first-of-type {
  width: 50%;
  background-color: #ff3;
}
.mobile-bar ul li:first-of-type a {
  color: #000;
}
.mobile-bar ul li:last-of-type {
  border-left: 2px solid #ededed;
}
.mobile-bar ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #222325;
  font-size: 1.2em;
  text-align: center;
  line-height: 55px;
  width: 100%;
  pointer-events: none;
}
.mobile-bar ul li a {
  display: block;
  color: #42c4dd;
  text-align: center;
  line-height: 55px;
  overflow: hidden;
}
.mobile-bar ul li.main-action {
  width: 40%;
}
.mobile-bar ul li.main-action a {
  font-weight: 600;
  text-indent: 0;
  background: #222325;
}
.mobile-bar ul li.main-action a:hover {
  background: #161618;
}
.mobile-bar ul li:hover:before {
  color: #fff;
}
.mobile-bar ul li:hover a {
  color: #fff;
  background: #161618;
}
.mobile-bar ul li:hover ul {
  display: block;
  background: #161618;
}
.mobile-bar ul li ul {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 55px;
  background: #222325;
}
.mobile-bar ul li ul li {
  display: block;
  width: 100%;
  border-top: 1px solid #0e0f10;
}
.mobile-bar ul li ul li:first-child {
  border-top: 0;
}
.mobile-bar ul li ul li a {
  text-indent: 0;
  padding: 0 3.5em;
}
@media only screen and (max-width: 830px) {
  .mobile-bar {
    display: block;
  }
}
.section-padding {
  padding: 7em 0;
}
@media only screen and (max-width: 830px) {
  .section-padding {
    padding: 3.5em 0;
  }
}
.section-padding-top {
  padding: 7em 0 0;
}
@media only screen and (max-width: 830px) {
  .section-padding-top {
    padding: 3.5em 0 0;
  }
}
.section-padding-bottom {
  padding: 0 0 7em;
}
@media only screen and (max-width: 830px) {
  .section-padding-bottom {
    padding: 0 0 3.5em;
  }
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-80 {
  padding-top: 80px;
}
.padding-top-90 {
  padding-top: 90px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-bottom-80 {
  padding-bottom: 80px;
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-30 {
  padding-left: 30px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-60 {
  padding-left: 60px;
}
.padding-left-70 {
  padding-left: 70px;
}
.padding-left-80 {
  padding-left: 80px;
}
.padding-left-90 {
  padding-left: 90px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-50 {
  padding-left: 50px;
}
.padding-left-100 {
  padding-left: 100px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-20 {
  padding-right: 20px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-60 {
  padding-right: 60px;
}
.padding-right-70 {
  padding-right: 70px;
}
.padding-right-80 {
  padding-right: 80px;
}
.padding-right-90 {
  padding-right: 90px;
}
.padding-right-40 {
  padding-right: 40px;
}
.padding-right-50 {
  padding-right: 50px;
}
.padding-right-100 {
  padding-right: 100px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-100 {
  padding-top: 100px;
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-10 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-20 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-30 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-40 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-50 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-60 {
    padding-top: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-70 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-80 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-90 {
    padding-top: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-top-100 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-10 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-20 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-30 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-40 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-50 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-70 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-80 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-90 {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-bottom-100 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-60 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-90 {
    padding-left: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-left-100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-10 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-20 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-30 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-40 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-50 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-60 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-70 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-80 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-90 {
    padding-right: 90px;
  }
}
@media screen and (min-width: 830px) {
  .desktop-padding-right-100 {
    padding-right: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-10 {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-30 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-50 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-60 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-70 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-80 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-90 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-top-100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-10 {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-60 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-70 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-90 {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-bottom-100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-60 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-90 {
    padding-left: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-left-100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-10 {
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-30 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-40 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-60 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-70 {
    padding-right: 70px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-80 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-90 {
    padding-right: 90px;
  }
}
@media screen and (max-width: 830px) {
  .mobile-padding-right-100 {
    padding-right: 100px;
  }
}
.spacer {
  content: "";
  display: block;
  position: relative;
  height: 20px;
}
.spacer.spacer-5 {
  height: 5px;
}
.spacer .spacer-10 {
  height: 10px;
}
.spacer.spacer-15 {
  height: 15px;
}
.spacer.spacer-20 {
  height: 15px;
}
.spacer.spacer-25 {
  height: 15px;
}
.spacer.spacer-lrg {
  height: 30px;
}
.cursor {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease-in-out, transform 0.15ss ease-in-out,
    background-color 0.15ss, width 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    height 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 0px;
  height: 0px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ff3;
  font-family: "termina", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cursor div {
  overflow: hidden;
}
.cursor span.view {
  opacity: 0;
  display: inline-block;
  transition: 0.6s;
  transform: translateY(100%);
}
.cursor span.play {
  display: inline-block;
  transition: 0.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  color: #42c4dd;
  font-size: 75px;
  opacity: 0;
}
.cursor span.play i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "Play";
  font-size: 15px;
  color: #fff;
  font-family: "termina", sans-serif;
  font-weight: 300;
  margin-left: -5px;
}
.cursor.active {
  width: 85px;
  height: 85px;
}
.cursor.active span.view {
  transform: translateY(0%);
  transition-delay: 0.25s;
  opacity: 1;
}
.cursor.active-play span.play {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.cursor.hidden {
  opacity: 0 !important;
}
:root {
  --panel-width: calc(100% / 6);
  --darkblue: $blue;
  --white: #fff;
  --lightgray: #fafafb;
}
.panels {
  position: fixed;
  top: 0;
  left: 50%;
  width: 180vw;
  height: 100%;
  transform: translateX(-50%) skewX(-35deg);
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
  z-index: 999999;
  background-color: #000;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  pointer-events: none;
}
.panels .logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%) skewX(35deg);
}
.panels .logo-wrap svg {
  display: block;
}
.panels .panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--panel-width);
  transform: scaleY(0);
  transform-origin: top;
  background: #42c4dd;
}
.panels .panel:nth-child(even) {
  transform-origin: bottom;
}
.panels .panel:nth-child(2) {
  left: calc(var(--panel-width) - 1px);
}
.panels .panel:nth-child(3) {
  left: calc(var(--panel-width) * 2 - 2px);
}
.panels .panel:nth-child(4) {
  left: calc(var(--panel-width) * 3 - 4px);
}
.panels .panel:nth-child(5) {
  left: calc(var(--panel-width) * 4 - 5px);
}
.panels .panel:nth-child(6) {
  left: calc(var(--panel-width) * 5 - 6px);
}
.page-main {
  display: flex;
  height: 100%;
  padding: 100px 15px;
  -webkit-clip-path: circle(20%);
  clip-path: circle(20%);
  overflow-y: auto;
  background: var(--darkblue);
}
.page-main > div {
  text-align: center;
  margin: auto;
}
@media (max-width: 1024px) {
  .panels {
    width: 200vw;
  }
}
@media screen and (max-width: 600px) {
  .panels {
    width: 255vw;
  }
} /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.wow {
  visibility: hidden;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
body.home section.split-banner {
  height: calc(100vh - 135px);
  margin-top: 135px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 980px) {
  body.home section.split-banner {
    height: auto;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
}
body.home section.split-banner .inner {
  position: absolute;
  top: 20px;
  left: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  body.home section.split-banner .inner {
    position: relative;
    height: auto;
  }
}
body.home section.split-banner .inner .left {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../wp-content/uploads/2024/06/Victory-Bikes_2023_22.jpg);
  background-position: top;
  flex: 0 1 50%;
}
@media only screen and (max-width: 980px) {
  body.home section.split-banner .inner .left {
    display: none;
  }
}
body.home section.split-banner .inner .right {
  flex: 0 1 50%;
  align-self: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 980px) {
  body.home section.split-banner .inner .right {
    flex: 0 1 100%;
    padding: 3.5em 30px;
  }
}
body.home section.split-banner .inner .right h5 {
  color: #fff;
}
body.home section.split-banner .inner .right h1 {
  color: #42c4dd;
}
body.home section.split-banner .inner .right .wrap {
  width: 560px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1300px) {
  body.home section.split-banner .inner .right .wrap {
    width: 450px;
  }
}
body.home section.split-banner .tire-track {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  height: 42px;
  width: 460px;
  background-image: url(../canvas/img/tire-tracks.svg);
  position: absolute;
  bottom: 0;
  right: -40px;
  z-index: 9;
  transform: rotate(-25deg);
  animation: slide 3000s linear infinite;
}
body.home section.split-banner .tire-track .active {
  width: 465px;
}
body.home section.welcome .intro-row {
  margin-bottom: 25px;
}
@media screen and (min-width: 830px) {
  body.home section.welcome .intro-row p {
    width: 1040px;
    max-width: 100%;
  }
}
body.home section.welcome .shop-carousel .slick-slide {
  margin: 0 12px;
}
body.home section.welcome .shop-carousel a.shop-carousel__item {
  border-radius: 25px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: none;
}
body.home section.welcome .shop-carousel a.shop-carousel__item:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #42c4dd;
  opacity: 0;
  mix-blend-mode: multiply;
  border-radius: 25px;
}
body.home section.welcome .shop-carousel a.shop-carousel__item img {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  display: block;
}
body.home
  section.welcome
  .shop-carousel
  a.shop-carousel__item
  .shop-carousel__item--title {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "termina", sans-serif;
  font-size: 24px;
  padding: 0 50px 0 0;
  margin: 0;
}
@media screen and (max-width: 830px) {
  body.home
    section.welcome
    .shop-carousel
    a.shop-carousel__item
    .shop-carousel__item--title {
    font-size: 16px;
    bottom: 15px;
    left: 15px;
  }
}
body.home
  section.welcome
  .shop-carousel
  a.shop-carousel__item
  .shop-carousel__item--title:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-image: url(../canvas/img/btn-arrow.svg);
  background-size: contain;
  transform-origin: top;
}
@media screen and (max-width: 830px) {
  body.home
    section.welcome
    .shop-carousel
    a.shop-carousel__item
    .shop-carousel__item--title:after {
    height: 25px;
    width: 25px;
  }
}
body.home section.welcome .shop-carousel a.shop-carousel__item:hover:after {
  opacity: 0.85;
}
body.home section.welcome .shop-carousel a.shop-carousel__item:hover img {
  transform: scale(1.05);
  filter: grayscale(1);
}
body.home
  section.welcome
  .shop-carousel
  a.shop-carousel__item:hover
  .shop-carousel__item--title:after {
  transform: rotate(45deg) translateY(-50%);
}
body.home section.welcome .cta-row {
  margin-top: 35px;
}
@media screen and (max-width: 830px) {
  body.home section.welcome .cta-row {
    text-align: center;
  }
}
body.home section.welcome .cta-row .nav-col .prev-arrow,
body.home section.welcome .cta-row .nav-col .next-arrow {
  cursor: pointer;
}
@media screen and (max-width: 830px) {
  body.home section.welcome .cta-row .nav-col {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 830px) {
  body.home section.welcome .cta-row .cta-col {
    text-align: right;
  }
}
body.home section.homepage-feature {
  padding-top: 25em;
}
body.home section.homepage-feature .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../wp-content/uploads/2024/06/homepage-feature.jpg);
  background-size: cover;
}
body.home section.homepage-feature .container-lrg {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 830px) {
  body.home section.homepage-feature {
    text-align: right;
  }
}
@media screen and (min-width: 830px) {
  body.home section.homepage-feature .line {
    justify-content: right;
  }
}
body.home section.homepage-feature h5,
body.home section.homepage-feature h3 {
  color: #fff;
}
@media screen and (min-width: 830px) {
  body.home section.homepage-feature .wrap {
    max-width: 830px;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 830px) {
  body.home section.homepage-feature .btn,
  body.home section.homepage-feature .btn-hollow {
    margin-left: 15px;
  }
}
body.home section.value-props .line {
  justify-content: center;
}
body.home section.value-props .container-lrg {
  position: relative;
  z-index: 3;
}
body.home section.value-props .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../canvas/img/bg-texture-v.jpg);
  background-size: cover;
}
body.home section.value-props .intro-row {
  text-align: center;
  margin-bottom: 35px;
}
body.home section.value-props .intro-row .wrap {
  width: 720px;
  max-width: 100%;
  margin: auto;
}
body.home section.value-props .intro-row .wrap p {
  margin-bottom: 0;
}
body.home section.value-props .props-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
body.home section.value-props .prop {
  flex: 0 1 31%;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 830px) {
  body.home section.value-props .prop {
    flex: 0 1 100%;
  }
}
body.home section.value-props .prop .prop-img {
  overflow: hidden;
}
body.home section.value-props .prop .prop-img img {
  display: block;
}
body.home section.value-props .prop .prop-body {
  padding: 55px 30px;
  text-align: center;
}
body.home section.value-props .prop .prop-body h4,
body.home section.value-props .prop .prop-body p {
  color: #fff;
}
body.home .js .loading::before,
body.home .js .loading::after {
  content: "";
  position: fixed;
  z-index: 5000;
}
body.home .js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}
body.home .js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}
@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
body.home .unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}
body.home .unbutton:focus {
  outline: none;
}
body.home .frame {
  padding: var(--page-padding);
  position: relative;
  z-index: 1000;
  width: 100%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
body.home .frame--header {
  height: 100%;
  z-index: 3000;
}
@media screen and (max-width: 830px) {
  body.home .frame--header img.app-shot {
    max-width: 100%;
    width: 150px;
    display: inline-block;
    padding: 0;
    margin-top: 50px;
  }
}
body.home .frame--footer {
  align-content: end;
}
body.home .frame #cdawrap {
  justify-self: start;
}
body.home .frame ul {
  color: #cf63ce;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to right, #cf63ce 0%, #00c4b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
body.home .frame ul span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  padding: 0 10px;
  opacity: 0.3;
}
body.home .frame a {
  pointer-events: auto;
}
body.home .frame__title {
  grid-area: title;
  font-size: inherit;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
body.home .frame__back {
  grid-area: back;
  justify-self: start;
}
body.home .frame__prev {
  grid-area: prev;
  justify-self: start;
}
body.home .frame__sub {
  grid-area: sub;
}
body.home .frame__demos {
  grid-area: demos;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  align-self: start;
  flex-wrap: wrap;
  background: var(--color-bg);
  border: 1px solid;
  padding: 1rem;
}
body.home .frame__demos > * {
  width: 2rem;
  display: block;
  flex: none;
  text-decoration: none;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid var(--color-link-hover);
  display: grid;
  place-items: center;
  padding-top: 0.2em;
  background: var(--color-bg);
}
body.home .frame__demos > span {
  filter: invert(100%);
}
body.home .frame__demos::before {
  content: "Variations:";
}
body.home .frame__heading {
  margin-top: 10vh;
}
@media screen and (max-width: 830px) {
  body.home .frame__heading {
    margin: 0;
  }
}
body.home .frame__heading h2 {
  margin: 0 0 30px;
  font-size: clamp(2rem, 10vw, 6rem);
}
body.home .frame__heading h3 {
  margin: 0 0 30px;
}
body.home .frame__heading p {
  margin: 0;
}
body.home .frame__credits {
  grid-area: credits;
}
body.home .frame__author {
  display: flex;
  gap: 1.5rem;
  grid-area: author;
}
body.home .content {
  padding: var(--page-padding);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 830px) {
  body.home .content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 35, 37, 0.6);
    z-index: 1;
    background: rgba(34, 35, 37, 0.85);
  }
}
@media screen and (max-width: 830px) {
  body.home .content.vp-1 {
    background-image: url(../canvas/img/vp-1.jpg);
  }
}
@media screen and (max-width: 830px) {
  body.home .content.vp-2 {
    background-image: url(../canvas/img/vp-2.jpg);
  }
}
@media screen and (max-width: 830px) {
  body.home .content.vp-3 {
    background-image: url(../canvas/img/vp-3.jpg);
  }
}
@media screen and (max-width: 830px) {
  body.home .content.vp-4 {
    background-image: url(../canvas/img/vp-4.jpg);
  }
}
body.home .content .bg-col {
  position: relative;
}
body.home .content .bg-col .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-radius: 25px;
}
body.home .content .bg-col .bg.bg-1 {
  background-image: url(../canvas/img/vp-1.jpg);
}
body.home .content .bg-col .bg.bg-2 {
  background-image: url(../canvas/img/vp-2.jpg);
}
body.home .content .bg-col .bg.bg-3 {
  background-image: url(../canvas/img/vp-3.jpg);
}
body.home .content .bg-col .bg.bg-4 {
  background-image: url(../canvas/img/vp-4.jpg);
}
body.home .content .container-lrg {
  width: 100%;
  padding: 0;
}
body.home .content .container-lrg .wrap {
  width: 520px;
  max-width: 75%;
  margin: auto;
  padding: 55px 35px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 830px) {
  body.home .content .container-lrg .wrap {
    padding: 35px 20px;
    max-width: 75%;
    margin: 0;
  }
  body.home .content .container-lrg .wrap h3,
  body.home .content .container-lrg .wrap p {
    color: #fff !important;
  }
}
body.home .content img {
  border-radius: 25px;
}
@media screen and (max-width: 830px) {
  body.home .content img {
    display: none;
  }
}
body.home .content img.section-feature {
  max-width: 100%;
  width: 350px;
  margin: auto;
}
@media screen and (max-width: 830px) {
  body.home .content img.section-feature {
    width: 90px;
    margin: 0 auto 30px;
  }
}
body.home .content--perspective {
  perspective-origin: 50% 0%;
  perspective: 1000px;
}
body.home .text-large {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  max-width: 900px;
  margin: 0 0 0.85em 0;
  line-height: 1.2;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500, "INKT" 100;
}
.home .content--sticky {
  width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  --offset: 0px;
  top: var(--offset);
  height: calc(100vh - var(--offset));
}
body.home .content--grid,
body.home .content--grid .content__inner {
  display: grid;
  overflow: hidden;
  grid-column-gap: 5vw;
  grid-row-gap: 2vh;
  align-content: center;
  grid-template-areas: "content-img" "content-title" "content-text";
  justify-items: center;
}
body.home .content--grid:has(.content__inner) {
  display: block;
  padding: 0;
}
body.home .content__inner {
  width: 100%;
  height: 100%;
}
body.home .content--card {
  display: flex;
  flex-direction: column;
  height: 80vh;
  width: 95vw;
  max-width: 500px;
  aspect-ratio: 0.8;
  top: 10vh;
  margin: auto;
  gap: 3vh;
  text-align: center;
  margin-bottom: 5vh;
}
body.home .content--card .content__title {
  font-size: clamp(1.5rem, 4vw, 3.5rem);
}
body.home .content--card .content__title i {
  display: block;
}
body.home .content--half {
  display: flex;
  flex-direction: column;
  gap: 3vh;
  text-align: center;
}
body.home .content--half:nth-child(odd) {
  margin-left: auto;
}
body.home .content__img {
  grid-area: content-img;
  width: 50%;
  max-width: 300px;
  height: auto;
}
body.home .content__img--large {
  width: 60%;
  height: auto;
}
body.home .content__img--small {
  height: 35%;
  width: auto;
}
body.home .spacer {
  margin-top: 20vh;
}
body.home .content__title {
  grid-area: content-title;
  line-height: 1;
  font-weight: normal;
  font-size: clamp(2rem, 6vw, 5rem);
  margin: 0;
  font-variation-settings: "slnt" 0, "wdth" 400, "wght" 900, "INKT" 400;
}
body.home .content__text {
  margin: 0;
  max-width: 500px;
  grid-area: content-text;
  text-align: center;
  line-height: 1.5;
  padding: 0 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.home .content__text--narrow {
  max-width: 300px;
}
body.home .content--intro {
  padding-top: 25vh;
  padding-bottom: 25vh;
  z-index: 2;
}
@media screen and (max-width: 830px) {
  body.home .content--intro {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
}
body.home .content--intro .app-logo {
  width: 300px;
  max-width: 100%;
  margin: 0 0 50px;
}
body.home .content--intro .app-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
body.home .content--intro ul {
  color: #cf63ce;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(to right, #cf63ce 0%, #00c4b4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
body.home .content--intro ul span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  padding: 0 10px;
  opacity: 0.3;
}
body.home .content--outro h3 {
  width: 1170px;
  max-width: 100%;
}
body.home .content--outro .intro {
  margin-bottom: 5em;
  padding-bottom: 5em;
  border-bottom: 2px solid #222;
}
@media screen and (max-width: 830px) {
  body.home .content--outro .intro {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
body.home .content--outro .contour-logo {
  width: 200px;
  display: inline-block;
}
@media screen and (max-width: 830px) {
  body.home .content--outro .contour-logo {
    display: block;
    margin-bottom: 30px;
  }
}
body.home .content--outro .contour-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
body.home .content--outro .wrap {
  max-width: 100%;
  width: calc(100% - 250px);
  display: inline-block;
  padding: 0 50px;
}
@media screen and (max-width: 830px) {
  body.home .content--outro .wrap {
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding: 0;
  }
}
body.home .bg-1 {
  background: linear-gradient(to right, #cf63ce 0%, #00c4b4 100%);
}
body.home .bg-1 h1,
body.home .bg-1 h2,
body.home .bg-1 h3,
body.home .bg-1 h4,
body.home .bg-1 h5,
body.home .bg-1 p {
  color: #000;
}
body.home .bg-2 {
  background: var(--color-bg-2);
}
body.home .bg-3 {
  background: linear-gradient(to right, #cf63ce 0%, #00c4b4 100%);
}
body.home .bg-3 h1,
body.home .bg-3 h2,
body.home .bg-3 h3,
body.home .bg-3 h4,
body.home .bg-3 h5,
body.home .bg-3 p {
  color: #000;
}
body.home .bg-4 {
  background: var(--color-bg-4);
}
body.home .bg-5 {
  background: var(--color-bg-5);
}
body.home .bg-6 {
  background: var(--color-bg-6);
}
@media screen and (min-width: 63em) {
  body.home body {
    --page-padding: 2rem 3rem;
  }
  body.home .frame--header {
    height: 100vh;
    grid-template-columns: auto auto auto 1fr 1fr;
    grid-template-areas: "title back prev sub sponsor" "heading heading heading heading heading" "demos demos demos demos demos";
  }
  body.home .frame__heading {
    margin-top: 0;
  }
  body.home .frame__heading p {
    margin: 0;
  }
  body.home .content--grid .content__title {
    align-self: end;
  }
  body.home .frame__demos {
    position: fixed;
    bottom: 2rem;
  }
  body.home .frame--footer {
    padding-bottom: 0;
    grid-template-areas: "credits ..." "... author";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 6rem;
    display: none;
  }
  body.home .frame__author {
    align-self: center;
  }
  body.home .frame #cdawrap {
    max-width: 300px;
    text-align: right;
  }
  body.home .frame #cdawrap,
  body.home .frame__author,
  body.home .frame__sub {
    justify-self: end;
  }
  body.home .content--grid,
  body.home .content--grid .content__inner {
    top: 30px;
    width: 100% !important;
  }
}
@media screen and (min-width: 63em) and (max-width: 830px) {
  body.home .content--grid,
  body.home .content--grid .content__inner {
    display: block;
    margin: 0;
  }
}
@media screen and (min-width: 63em) {
  body.home .content--grid h2,
  body.home .content--grid .content__inner h2 {
    max-width: 100%;
  }
  body.home .content--grid h3,
  body.home .content--grid .content__inner h3 {
    width: 650px;
    max-width: 100%;
  }
  body.home .content--grid p,
  body.home .content--grid .content__inner p {
    width: 650px;
    max-width: 100%;
  }
}
@media screen and (min-width: 63em) and (min-width: 830px) {
  body.home .content--grid p,
  body.home .content--grid .content__inner p {
    font-size: 19px;
    line-height: 31px;
  }
}
@media screen and (min-width: 63em) {
  body.home .content__img--large {
    width: 160%;
  }
  body.home .content__img--left {
    justify-self: end;
  }
  body.home .content__text--left {
    text-align: left;
    align-self: start;
  }
  body.home .content--card {
    width: 50vw;
  }
  body.home .content--half {
    width: 50%;
  }
}
body.home section.services .intro h5,
body.home section.services .intro h3,
body.home section.services .intro p {
  color: #fff;
}
body.home section.services .bg-col {
  position: relative;
}
body.home section.services .bg-col .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../canvas/img/services-bg-1.jpg);
  background-size: cover;
  border-radius: 25px;
}
body.home section.services .accordion {
  width: 560px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home section.services .accordion li {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: relative;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 0 55px;
}
body.home section.services .accordion li.active {
  background-color: #fff;
  padding: 55px;
}
body.home section.services .accordion li.active a.heading {
  color: #000;
}
body.home section.services .accordion li.active a.heading svg g {
  fill: #000;
}
body.home section.services .accordion li.active .btn {
  display: inline-block;
}
body.home section.services .accordion p {
  display: none;
  color: #000;
  margin-top: 15px;
}
body.home section.services .btn {
  display: none;
}
body.home section.services a.heading {
  width: 100%;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "termina", sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.81px;
  color: #383938;
  position: relative;
  line-height: 1.2em;
}
body.home section.services a.heading:hover {
  color: #fff;
}
body.home section.services a.heading:after {
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
}
body.home section.services a.heading span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
body.home section.services a.heading span svg {
  display: block;
}
body.home section.services a.heading span svg g {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  fill: #383938;
}
body.home section.reviews .container {
  position: relative;
  z-index: 3;
}
body.home section.reviews .container .intro-row {
  text-align: center;
  margin-bottom: 40px;
}
body.home section.reviews .container .intro-row h2 {
  color: #fff;
  margin: 0 auto 20px;
  display: table;
}
body.home section.reviews .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../wp-content/uploads/2024/06/reviews-bg.jpg);
  background-size: cover;
}
body.home section.reviews .slick-slide {
  margin-right: 35px;
}
@media screen and (min-width: 830px) {
  body.home section.reviews .slick-slide:nth-child(even) {
    padding-top: 100px;
  }
}
body.home section.brands {
  padding: 50px 0;
  text-align: center;
}
body.home section.brands img {
  width: 6%;
  margin: 10px 10px;
}
@media screen and (max-width: 1140px) {
  body.home section.brands img {
    width: 18%;
  }
}
@media screen and (max-width: 830px) {
  body.home section.brands img {
    width: 24%;
  }
}
body.home section.hp-cta {
  text-align: center;
}
body.home section.hp-cta .wrap {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
body.home section.hp-cta .wrap .line {
  justify-content: center;
}
body.page-template-default.fl-builder-edit .reveal-text {
  visibility: visible !important;
}
body.page-template-default section.banner {
  margin-top: 135px;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.banner {
    height: calc(100vh - 135px);
  }
}
body.page-template-default section.banner .bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.page-template-default section.banner:before {
  opacity: 0;
}
body.page-template-default section.banner ul.marquee {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3;
}
body.page-template-default section.banner ul.marquee span.marquee3k__copy {
  padding: 0 70px 0 0;
}
body.page-template-default section.banner ul.marquee span.marquee3k__copy h1 {
  color: #fff;
  margin: 0;
}
body.page-template-default
  section.banner
  ul.marquee
  span.marquee3k__copy
  h1:after {
  content: "";
  width: 50px;
  height: 58px;
  background-image: url(../canvas/img/logo-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin: 0 0 0 70px;
  background-size: contain;
}
body.page-template-default section.reviews .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../wp-content/uploads/2024/06/reviews-bg.jpg);
  background-size: cover;
}
body.page-template-default section.reviews .slick-slide {
  margin-right: 35px;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.reviews .slick-slide:nth-child(even) {
    padding-top: 100px;
  }
}
body.page-template-default section.content {
  padding: 0;
}
body.page-template-default section.content .fl-accordion-item {
  border-radius: 20px;
}
body.page-template-default
  section.content
  .fl-accordion-large
  .fl-accordion-button-label {
  color: #000;
  line-height: 1.25em;
}
body.page-template-default section.content .fl-accordion-button-icon {
  color: #000;
}
body.page-template-default section.content .fl-accordion-button-icon i {
  opacity: 1;
}
body.page-template-default section.content .blk-cta-blocks-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row
  .black-cta-block {
  background: #000;
  flex: 0 1 31%;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row
  .black-cta-block.col-50 {
  flex: 0 1 48%;
}
@media screen and (max-width: 830px) {
  body.page-template-default
    section.content
    .blk-cta-blocks-row
    .black-cta-block {
    flex: 0 1 100% !important;
  }
}
body.page-template-default
  section.content
  .blk-cta-blocks-row
  .black-cta-block
  h4 {
  color: #42c4dd;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row
  .black-cta-block
  p {
  color: #fff;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row
  .black-cta-block
  p:last-of-type {
  margin: 0;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row.white
  .black-cta-block {
  background: #fff;
  flex: 0 1 31%;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 830px) {
  body.page-template-default
    section.content
    .blk-cta-blocks-row.white
    .black-cta-block {
    flex: 0 1 100%;
  }
}
body.page-template-default
  section.content
  .blk-cta-blocks-row.white
  .black-cta-block
  svg {
  width: 50px;
  height: auto;
  margin: 0 0 15px;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row.white
  .black-cta-block
  h4 {
  color: #000;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row.white
  .black-cta-block
  p {
  color: #000;
}
body.page-template-default
  section.content
  .blk-cta-blocks-row.white
  .black-cta-block
  p:last-of-type {
  margin: 0;
}
body.page-template-default section.content #ImgWrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  perspective: 2200px;
}
body.page-template-default section.content #ImgWrapper img {
  position: absolute;
  box-shadow: 0 0 31px #000;
}
body.page-template-default section.content #ImgWrapper #img1 {
  z-index: 1;
  height: 50vh;
  bottom: 15%;
  left: 5%;
}
body.page-template-default section.content #ImgWrapper #img2 {
  z-index: 2;
  height: 45vh;
  bottom: 40%;
  right: 5%;
}
body.page-template-default section.content #ImgWrapper #img3 {
  z-index: 3;
  height: 40vh;
  bottom: 22%;
  right: 25%;
}
body.page-template-default section.content #ImgWrapper #img4 {
  z-index: 4;
  height: 31vh;
  bottom: 55%;
  left: 13%;
}
body.page-template-default section.content #ImgWrapper #img5 {
  z-index: 5;
  height: 50vh;
  bottom: 22%;
  left: 36%;
}
body.page-template-default section.content #ImgWrapper #img6 {
  z-index: 6;
  height: 31vh;
  bottom: 13%;
  left: 13%;
}
body.page-template-default section.content #ImgWrapper #img7 {
  z-index: 7;
  height: 31vh;
  bottom: 10%;
  right: 13%;
}
body.page-template-default section.content .fl-photo-content img {
  border-radius: 25px;
}
body.page-template-default section.content .center-section .line {
  justify-content: center;
}
body.page-template-default section.content .fl-mosaicflow-item img {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
}
body.page-template-default section.content .fl-mosaicflow-item img:hover {
  transform: scale(1.05);
}
body.page-template-default section.content .photo-carousel .slick-slide {
  margin-right: 40px;
}
body.page-template-default section.content .photo-carousel .slick-slide img {
  border-radius: 25px;
}
body.page-template-default section.content .no-radius img {
  border-radius: 0 !important;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 160px;
  }
}
body.page-template-default section.content .gallery-grid-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
body.page-template-default section.content .gallery-grid-container a {
  display: flex;
  flex: 0 1 32%;
  margin-bottom: 20px !important;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1400px) {
  body.page-template-default section.content .gallery-grid-container a {
    flex: 0 1 47%;
  }
}
@media screen and (max-width: 830px) {
  body.page-template-default section.content .gallery-grid-container a {
    flex: 0 1 100%;
  }
}
body.page-template-default section.content .gallery-grid-container a:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "+";
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 55px;
  opacity: 0;
  z-index: 4;
  color: #000;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 38px;
  background-color: #ff3;
}
body.page-template-default section.content .gallery-grid-container a figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
body.page-template-default
  section.content
  .gallery-grid-container
  a
  figure
  img {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  display: block;
  width: 100%;
}
body.page-template-default
  section.content
  .gallery-grid-container
  a
  figure
  figcaption {
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 15px;
  color: #000;
}
body.page-template-default
  section.content
  .gallery-grid-container
  a:hover:after {
  top: 25px;
  right: 25px;
  opacity: 1;
}
body.page-template-default
  section.content
  .gallery-grid-container
  a:hover
  figure
  img {
  transform: scale(1.05);
}
body.page-template-default section.content .gallery-grid-container a {
  display: flex;
  flex: 0 1 32%;
  margin-bottom: 15px;
}
body.page-template-default section.content .gallery-grid-container a figure {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
body.page-template-default section.content figure figcaption {
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 15px;
  color: #000;
}
body.page-template-default section.content a.cta-block {
  text-align: center;
  display: block;
  position: relative;
  margin: 0 0 25px;
  overflow: hidden;
  width: 100%;
  height: 550px;
}
body.page-template-default section.content a.cta-block:last-of-type {
  margin: 0 !important;
}
@media only screen and (max-width: 830px) {
  body.page-template-default section.content a.cta-block {
    padding: 90px 30px;
    height: auto;
  }
}
body.page-template-default section.content a.cta-block:before {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 0;
  background: #ff3;
  z-index: 5;
}
body.page-template-default section.content a.cta-block:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: 0.35;
}
body.page-template-default section.content a.cta-block .service-bg {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
}
body.page-template-default section.content a.cta-block h3 {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 30px 50px;
  color: #fff;
  z-index: 3;
  margin: 0;
  white-space: normal;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content a.cta-block h3 {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    margin: 0;
    font-size: 30px;
  }
}
body.page-template-default section.content a.cta-block h3 i {
  color: #222325;
  margin: 0 0 0 5px;
  height: 40px;
  width: 40px;
  border: 2px solid;
  font-size: 20px;
  line-height: 35px;
  border-radius: 40px;
  padding-left: 5px;
  vertical-align: middle;
}
body.page-template-default section.content a.cta-block:hover:before {
  width: 100%;
}
body.page-template-default section.content a.cta-block:hover:after {
  opacity: 0.5;
}
body.page-template-default section.content a.cta-block:hover .service-bg {
  transform: scale(1.15);
}
body.page-template-default section.content .sticky-row {
  text-align: center;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    text-align: left;
  }
}
body.page-template-default section.content .sticky-row .sticky-col {
  padding-bottom: 30px;
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    padding: 150px 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col.normal {
    height: auto;
    padding: 120px 50px 0 0;
  }
}
body.page-template-default section.content .sticky-row .sticky-col .wrapper {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col {
    background: none !important;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .sticky-col h5,
  body.page-template-default section.content .sticky-row .sticky-col h2,
  body.page-template-default section.content .sticky-row .sticky-col p {
    color: #fff;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .padded-col {
    padding: 0 0 0 25px;
  }
}
@media screen and (min-width: 830px) {
  body.page-template-default section.content .sticky-row .normal-content {
    padding-top: 120px;
  }
}
body.page-template-default .section-padding {
  padding: 7em 0;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding {
    padding: 3.5em 0;
  }
}
body.page-template-default .section-padding-top {
  padding: 7em 0 0;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding-top {
    padding: 3.5em 0 0;
  }
}
body.page-template-default .section-padding-bottom {
  padding: 0 0 7em;
}
@media only screen and (max-width: 830px) {
  body.page-template-default .section-padding-bottom {
    padding: 0 0 3.5em;
  }
}
body.blog section.blog-hero,
body.post-type-archive-press section.blog-hero {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: 135px 0 0;
  text-align: center;
  background-image: url(../canvas/img/footer-bg-v2.jpg);
}
@media screen and (max-width: 830px) {
  body.blog section.blog-hero,
  body.post-type-archive-press section.blog-hero {
    margin: 115px 0 0;
  }
}
body.blog section.blog-hero h1,
body.post-type-archive-press section.blog-hero h1 {
  font-size: 60px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  body.blog section.blog-hero h1,
  body.post-type-archive-press section.blog-hero h1 {
    font-size: 32px;
  }
}
body.blog section.content,
body.post-type-archive-press section.content {
  position: relative;
  padding: 3em 0;
  background: #efefef;
}
body.blog section.content .container-fluid,
body.post-type-archive-press section.content .container-fluid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}
body.blog section.content article,
body.post-type-archive-press section.content article {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  order: 0;
  flex: 0 1 29%;
  align-self: auto;
  margin: 0 2% 60px;
  min-height: 400px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1140px) {
  body.blog section.content article,
  body.post-type-archive-press section.content article {
    flex: 0 1 48%;
    margin: 0 1% 60px;
  }
}
@media screen and (max-width: 550px) {
  body.blog section.content article,
  body.post-type-archive-press section.content article {
    flex: 0 1 100%;
    margin: 0 0 60px;
  }
}
body.blog section.content article:hover .entry-header,
body.post-type-archive-press section.content article:hover .entry-header {
  transform: translateY(-45px);
}
body.blog section.content article:hover .read-more h3,
body.post-type-archive-press section.content article:hover .read-more h3 {
  opacity: 1;
  transform: translateY(0%);
}
body.blog section.content article:before,
body.post-type-archive-press section.content article:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
body.blog section.content article .entry-header,
body.post-type-archive-press section.content article .entry-header {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  position: absolute;
  z-index: 9;
  bottom: 28px;
  left: 30px;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 1.1em;
}
body.blog section.content article .entry-header h3.entry-title,
body.post-type-archive-press
  section.content
  article
  .entry-header
  h3.entry-title {
  margin: 0;
}
body.blog section.content article .entry-header h3.entry-title a,
body.post-type-archive-press
  section.content
  article
  .entry-header
  h3.entry-title
  a {
  font-size: 25px;
  color: #fff;
  line-height: 1.1em;
  display: block;
}
body.blog section.content article .read-more h3,
body.post-type-archive-press section.content article .read-more h3 {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  opacity: 0;
  position: absolute;
  z-index: 9;
  bottom: 28px;
  left: 30px;
  transform: translateY(100%);
  color: #fff;
  margin: 0;
  display: block;
  width: calc(100% - 60px);
  padding: 15px 0 0;
  border-top: 1px solid #fff;
  text-transform: lowercase;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
body.blog section.content article .read-more h3:hover,
body.post-type-archive-press section.content article .read-more h3:hover {
  color: rgba(255, 255, 255, 0.5);
}
body.blog section.content article span.date,
body.post-type-archive-press section.content article span.date {
  font-size: 15px;
  color: #fff;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  margin: 0 0 8px;
  display: block;
}
body.blog section.content article span.date .fa,
body.post-type-archive-press section.content article span.date .fa {
  margin: 0 5px 0 0;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 3px 5px;
  margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
body.post-type-archive-press article {
  background-image: url(../wp-content/uploads/2024/06/placeholder.jpg) !important;
  background-position: center !important;
}
body.single section.content {
  margin: 170px 0 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  body.single section.content {
    margin: 135px 0 0;
  }
}
body.single section.content span.post-author {
  background: #efefef;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  margin: auto;
  font-family: "Inconsolata", monospace !important;
  text-transform: lowercase;
  letter-spacing: 2px;
  font-size: 10px !important;
}
body.single section.content .container-lrg {
  max-width: 1060px;
  margin: auto;
}
body.single section.content .featured-image {
  margin: 0 0 40px;
  overflow: hidden;
}
body.single section.content .featured-image.animated img {
  transform: scale(1);
}
body.single section.content .featured-image img {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  transform: scale(1.1);
  transition-duration: 3.5s;
  width: 100%;
}
body.single section.content .container {
  max-width: 780px;
}
body.single section.content .container .entry-content {
  padding: 0 0 50px;
}
body.single section.content .container h1 {
  font-size: 60px;
}
@media only screen and (max-width: 830px) {
  body.single section.content .container h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.single section.content .container h1 {
    font-size: 32px;
  }
}
body.single section.content .container .post-date,
body.single section.content .container .post-author {
  font-family: "Inconsolata", monospace;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}
body.single section.content .container .post-date .fa,
body.single section.content .container .post-author .fa {
  margin: 0 10px 0 0;
}
body.single section.content .related-posts {
  padding: 30px;
  text-align: center;
  background: #efefef;
}
body.single section.content .related-posts h2 {
  margin: 40px 0 60px;
}
body.single section.content .related-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.single section.content .related-posts ul li {
  margin: 0 0 30px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  padding: 0 15px;
}
body.single section.content .related-posts ul li:hover .featured-image {
  transform: scale(1.075);
}
body.single section.content .related-posts ul li .featured-image-wrap {
  overflow: hidden;
  display: block;
}
body.single section.content .related-posts ul li .featured-image {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  height: 400px;
  background-size: cover !important;
  background-position: center !important;
  margin: 0;
}
@media screen and (max-width: 480px) {
  body.single section.content .related-posts ul li .featured-image {
    height: 250px;
  }
}
body.single section.content .related-posts ul li .relatedcontent {
  max-width: 100%;
  text-align: left;
  margin: 0;
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}
body.single section.content .related-posts ul li .post-date {
  margin: 0;
  font-family: "Inconsolata", monospace;
}
body.single section.content .related-posts ul li .post-date .fa {
  margin: 0 10px 0 0;
}
body.single section.content .related-posts ul li h3 a {
  line-height: 1.125em;
  display: block;
  margin: 0 0 20px;
  font-size: 30px;
}
body.error404 {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  background-image: url(../wp-content/uploads/2024/04/C2_4133-Enhanced-NR.jpg);
}
body.error404:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(34, 35, 37, 0.6);
  z-index: 1;
}
body.error404 .not-found {
  padding-top: 17em;
  padding-bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 830px) {
  body.error404 .not-found {
    min-height: 100vh;
  }
}
body.error404 .not-found h2 {
  color: #fff;
  position: relative;
  z-index: 2;
}
body.error404 .not-found h2:after {
  left: 50%;
  margin: 0 0 0 -12.5px;
}
body.error404 .not-found p {
  color: #fff;
  position: relative;
  z-index: 2;
}
body.error404 .not-found a {
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
@media only screen and (max-width: 830px) {
  body.error404 .not-found {
    padding-top: 10em;
    padding-bottom: 5em;
  }
}
body.error404 footer,
body.error404 .footer-cta {
  display: none;
}
body.page-template-no-header {
  overflow: visible;
}
body.page-template-no-header section.content {
  padding: 0;
  margin: 135px 0 0;
}
body.page-template-no-header section.content h1 {
  font-size: 19px;
}
@media screen and (min-width: 830px) {
  body.page-template-no-header section.content h1 {
    font-size: 34px;
    line-height: 1.2em;
  }
}
body.page-template-no-header section.content input[type="text"],
body.page-template-no-header section.content input[type="tel"],
body.page-template-no-header section.content input[type="email"] {
  background: #fff;
  border: 2px solid #ededed;
  outline: none;
  padding: 12px 25px !important;
  width: 100% !important;
}
body.page-template-no-header section.content input {
  width: 100%;
}
body.page-template-no-header section.content input[type="radio"] {
  width: auto !important;
}
body.page-template-no-header section.content .gfield-choice-input {
  width: auto !important;
}
body.page-template-no-header section.content .gfield {
  margin-bottom: 15px !important;
}
body.page-template-no-header section.content .ginput_complex {
  margin-bottom: 15px !important;
}
body.page-template-no-header section.content label {
  color: #222325;
  opacity: 0.75;
}
body.page-template-no-header section.content .gform_confirmation_message {
  opacity: 1;
}
body.page-template-no-header .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
body.page-template-no-header .flex-row .col-left,
body.page-template-no-header .flex-row .col-right {
  flex: 0 1 50%;
  padding: 100px 50px;
  max-width: 50%;
  min-height: 100vh;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header .flex-row .col-left,
  body.page-template-no-header .flex-row .col-right {
    flex: 0 1 100%;
    padding: 50px 25px;
    min-height: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 641px) {
  body.page-template-no-header
    .flex-row
    .col-left
    div.ginput_complex.ginput_container.gf_name_has_2
    span {
    width: 49%;
  }
}
body.page-template-no-header .flex-row .col-left .gchoice {
  display: inline-block;
  white-space: nowrap;
  margin: 0 20px 10px 0;
}
body.page-template-no-header .flex-row .col-left select {
  border: solid 1px #d4d5d8 !important;
  height: 52px !important;
  margin: 0 !important;
}
body.page-template-no-header .flex-row .col-right {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../wp-content/uploads/2024/06/07242019_HoustonCofield_VictoryBicycleStudio_029.jpg);
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 830px) {
  body.page-template-no-header .flex-row .col-right {
    display: none;
  }
}
body.page-template-no-header .flex-row .col-right .container-sml {
  width: 100%;
  max-width: 500px;
}
body.page-template-no-header .flex-row .col-right .owl-nav {
  display: none;
}
body.page-template-no-header
  .flex-row
  .col-right
  .owl-theme
  .owl-dots
  .owl-dot
  span {
  margin: 5px 15px 0 0;
}
body.page-template-no-header .flex-row .col-right .owl-dots {
  margin: 20px 0 0;
}
body.page-template-no-header .flex-row .col-right .owl-dots .owl-dot span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  background-color: #fff;
}
body.page-template-no-header
  .flex-row
  .col-right
  .owl-dots
  .owl-dot.active
  span {
  background-color: #42c4dd;
}
body.search section {
  margin-top: 135px;
}
body.search h2 {
  text-align: center;
}
body.search .search-results-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
body.search .search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
body.search .search-result-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}
body.search .search-result-item:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
body.search .search-result-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
body.search .search-result-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
body.search .search-result-content {
  padding: 15px;
}
body.search .search-result-title {
  font-size: 20px;
  margin: 0 0 10px;
}
body.search .search-result-excerpt {
  font-size: 16px;
  color: #666;
}
body.search .search-pagination {
  text-align: center;
  margin-top: 20px;
}
body.search .search-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s;
}
body.search .search-pagination .page-numbers:hover,
body.search .search-pagination .current {
  background-color: #0073aa;
  color: #fff;
}
header.woocommerce-products-header {
  position: relative !important;
  padding: 20px;
  text-align: center;
  height: auto !important;
  z-index: 9 !important;
  margin-top: 100px;
}
ul.products.columns-4 {
  width: 1400px;
  margin: 0 auto !important;
  padding: 5em 20px !important;
  list-style: none;
  max-width: 100%;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px;
  width: auto;
  background: #222325;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-family: "termina", sans-serif;
  font-weight: 700;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 830px) {
  .woocommerce ul.products li.product .button {
    font-size: 9px;
    padding: 9px 24px;
  }
}
.woocommerce ul.products li.product .button span {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  color: #fff;
  position: relative;
  z-index: 3;
}
.woocommerce ul.products li.product .button:after {
  transition-property: all;
  transition-duration: 0.55s;
  transition-timing-function: cubic-bezier(0.6, 0, 0.2, 1);
  transition-delay: 0s;
  content: "";
  position: absolute;
  height: 0;
  width: calc(100% - 40px);
  bottom: 50%;
  left: 20px;
  background-color: #42c4dd;
}
.woocommerce ul.products li.product .button.white {
  background-color: #fff;
  color: #000;
}
.woocommerce ul.products li.product .button.white span {
  color: #000;
}
.woocommerce ul.products li.product .button:hover {
  color: #fff;
}
.woocommerce ul.products li.product .button:hover:after {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}
.woocommerce ul.products li.product .button:before,
.woocommerce ul.products li.product .button:after {
  display: none !important;
}
p.woocommerce-result-count {
  padding: 20px;
}
form.woocommerce-ordering {
  padding: 20px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  padding: 40px;
  background: #f4f4f4;
  border-top: 1px solid #000;
}
body.home section.split-banner .inner .right h1 {
  line-height: 1em;
}
body.home section.split-banner {
  margin-bottom: 70px;
}
body.home section.split-banner .inner {
  height: calc(100% - 0px);
}

body.home section.split-banner .inner .right {
  /* align-self: center; */
  padding: 20px;
  height: 100%;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.5) 1%,
    rgba(0, 0, 0, 0.9) 60%
  );
}
section.split-banner a.btn-hollow span {
  color: #4bbccc;
}
section.split-banner a.btn-hollow:hover span {
  color: #fff;
}
body.home section.split-banner .inner .right p {
  font-size: 1.2em;
}

@media only screen and (min-width: 1300px) {
  body.home section.split-banner .inner .right .wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
  }
}
.marquee-wrapper .elementor-testimonial__footer {
  display: none;
}
