/* To not show these in the Live Website, but show them in the editor */
html:not(.wf-design-mode) .w_templates,
html:not(.wf-design-mode) [v-cloak-live] {
  display: none;
}

[v-cloak] {
  display: none;
}

/* START - Transitions */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.4s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* END - Transitions */
.w-lightbox-backdrop {
  z-index: 99999;
}

/* START - Slider Dots */
.w-slider-dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #ddd;
}
.w-slider-dot.w-active {
  background-color: #cc0000;
}

/* END - Slider Dots */
/* Fix to weird webflow ghost elements */
.w-embed:after, .w-embed:before {
  content: "";
  display: none;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/*# sourceMappingURL=global.css.map */
