

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

.elementor a {
  text-decoration: none;
}

.elementor img {
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.elementor-kit-5 { background-color: #fff; }

a {
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: .3s;
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited { color: #fff; }

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.elementor-button-icon {
  align-items: center;
  display: flex;
}

.elementor-button-icon svg {
  height: auto;
  width: 1em;
}

.elementor-button-text { display: inline-block; }

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}

.elementor-button span { text-decoration: inherit; }
