/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
/* Styles entry point */
html {
  margin-top: 0 !important;
  scroll-behavior: initial;
}

body[data-custom-styles=theme-html] {
  scroll-behavior: initial;
  /* dependencies */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /* end */
  /* globals */
  /* Colors */
  /* Typography */
  /* Measurements */
  /* CSS Easings */
  /* end */
  /* before components load hooks */
  /* end */
  /* components */
  /* end */
  /* after components load hooks */
  /* end */
}
body[data-custom-styles=theme-html] .owl-carousel, body[data-custom-styles=theme-html] .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
body[data-custom-styles=theme-html] .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item, body[data-custom-styles=theme-html] .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-dots.disabled, body[data-custom-styles=theme-html] .owl-carousel .owl-nav.disabled {
  display: none;
}
body[data-custom-styles=theme-html] .no-js .owl-carousel, body[data-custom-styles=theme-html] .owl-carousel.owl-loaded {
  display: block;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-dot, body[data-custom-styles=theme-html] .owl-carousel .owl-nav .owl-next, body[data-custom-styles=theme-html] .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-nav button.owl-next, body[data-custom-styles=theme-html] .owl-carousel .owl-nav button.owl-prev, body[data-custom-styles=theme-html] .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-hidden {
  opacity: 0;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-rtl {
  direction: rtl;
}
body[data-custom-styles=theme-html] .owl-carousel.owl-rtl .owl-item {
  float: right;
}
body[data-custom-styles=theme-html] .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-animated-in {
  z-index: 0;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-animated-out {
  z-index: 1;
}
body[data-custom-styles=theme-html] .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body[data-custom-styles=theme-html] .owl-height {
  transition: height 0.5s ease-in-out;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item .owl-lazy:not([src]), body[data-custom-styles=theme-html] .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-playing .owl-video-play-icon, body[data-custom-styles=theme-html] .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
body[data-custom-styles=theme-html] .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body[data-custom-styles=theme-html] .gform_fields {
  row-gap: 20px !important;
}
body[data-custom-styles=theme-html] .ginput_container input,
body[data-custom-styles=theme-html] .ginput_container textarea,
body[data-custom-styles=theme-html] .ginput_container .gfield_select {
  background-color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  height: 50px !important;
  box-shadow: unset !important;
  font-size: 16px !important;
  font-family: var(---e-global-typography-text-font-family) !important;
}
body[data-custom-styles=theme-html] .ginput_container .gfield_select {
  line-height: 30px !important;
}
body[data-custom-styles=theme-html] .ginput_container textarea {
  min-height: 200px !important;
  resize: none !important;
}
body[data-custom-styles=theme-html] .ginput_container textarea {
  padding-top: 20px !important;
}
body[data-custom-styles=theme-html] .gform_button {
  padding: 20px !important;
  border-radius: 72px !important;
  background-color: var(--e-global-color-accent) !important;
  color: #fff !important;
  outline: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  background-image: url("/wp-content/uploads/2025/05/btn-arr-white.svg") !important;
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding-right: 46px !important;
}
body[data-custom-styles=theme-html] .gform_button:hover {
  background-color: var(--e-global-color-primary) !important;
}
body[data-custom-styles=theme-html] .grecaptcha-badge {
  z-index: 99;
}
body[data-custom-styles=theme-html] .wp-block-media-text {
  margin-bottom: 1.35em;
}
body[data-custom-styles=theme-html] .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
body[data-custom-styles=theme-html] .elementor-location-header.sticky-mode header, body[data-custom-styles=theme-html] .elementor-location-header.burger-menu-active header {
  background: var(--e-global-color-primary) !important;
}
body[data-custom-styles=theme-html].error404 .elementor-location-header header {
  background: var(--e-global-color-primary) !important;
}
body[data-custom-styles=theme-html] #font-preloader {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
body[data-custom-styles=theme-html] #font-preloader span {
  line-height: 0;
  font-size: 0;
}
body[data-custom-styles=theme-html] #font-preloader .font-fam-1 {
  font-family: "mrs-eaves-xl-serif", serif;
}
body[data-custom-styles=theme-html] #font-preloader .font-fam-2 {
  font-family: "proxima-nova", serif;
}
body[data-custom-styles=theme-html] #font-preloader .font-fam-3 {
  font-family: "mrs-eaves-xl-serif-narrow", serif;
}
body[data-custom-styles=theme-html], body[data-custom-styles=theme-html].loaded {
  margin-top: 0px !important;
}
body[data-custom-styles=theme-html] #wpadminbar {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  body[data-custom-styles=theme-html] #wpadminbar {
    display: none !important;
  }
}
