.elementor-570 .elementor-element.elementor-element-aa528d5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6b55f84 */.btn-cta {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #b5522b;
  padding: 18px 52px;
  border: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(181, 82, 43, 0.38);
  transition: color 0.38s ease, box-shadow 0.38s ease;
}
.btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: #c9a84c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.42s cubic-bezier(.25,.46,.45,.94);
  z-index: 0;
}
.btn-cta:hover::before { transform: scaleX(1); }
.btn-cta:hover { color: #1a1208; box-shadow: 0 8px 32px rgba(201,168,76,0.42); }
.btn-cta span { position: relative; z-index: 1; }/* End custom CSS */