/* line 1, ../sass/expos.scss */
body .elementor-widget-image a img[src$=".svg"] {
  width: auto;
}

/* line 4, ../sass/expos.scss */
header[data-elementor-type="header"] > div {
  box-shadow: 0 4px 4px transparent;
}

@media screen and (max-width: 1024px) {
  /* line 8, ../sass/expos.scss */
  header[data-elementor-type="header"] .elementor-widget-theme-site-logo svg {
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 15, ../sass/expos.scss */
  header[data-elementor-type="header"] .mini-logo svg {
    width: 45px;
    height: auto;
  }
}
/* line 22, ../sass/expos.scss */
.elementor-text-editor p {
  margin-bottom: .5em;
}
/* line 24, ../sass/expos.scss */
.elementor-text-editor p:last-child {
  margin-bottom: 0;
}

/* line 31, ../sass/expos.scss */
.text-gradient h1, .text-gradient h2, .text-gradient h3, .text-gradient p {
  background: linear-gradient(to left, #FCC749 50%, #FFFFFF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 39, ../sass/expos.scss */
.elementor-flip-box__back .front-custom-image {
  display: none;
}
