.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Lock JetFormBuilder display forms for viewing only */
.detail-display input,
.detail-display textarea,
.detail-display select {
  pointer-events: none;
  user-select: none;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.detail-display .jet-form-builder__field {
  margin-bottom: 10px;
}

.detail-display .jet-form-builder__submit {
  display: none;
}

/* Make "SUMMARY OF EFFECTS ON THE BODY" heading P53 Green */
.p53-card h3,
.p53-card h3 span {
    color: #1A8F4A !important;
}
/* P53 — drive the cart across the bottom on page load (homepage) */
.home .p53-cart-wrap {
  position: fixed;
  bottom: 12px;
  left: -110vw;
  width: min(42vw, 520px);
  z-index: 9999;
  pointer-events: none;
  animation: p53-drive 9s linear .3s 1 both;
  will-change: transform;
}

.p53-cart {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes p53-drive {
  from { transform: translateX(0); }
  to   { transform: translateX(220vw); }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .home .p53-cart-wrap {
    animation: none;
    left: 2vw;
  }
}/* End custom CSS */