.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-673 .elementor-element.elementor-element-ec0c8fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-673 .elementor-element.elementor-element-449f0a9 .elementor-button{background-color:#61CE7000;fill:var( --e-global-color-ac364d9 );color:var( --e-global-color-ac364d9 );}.elementor-673 .elementor-element.elementor-element-449f0a9 .elementor-button-content-wrapper{flex-direction:row;}.elementor-673 .elementor-element.elementor-element-449f0a9 .elementor-button .elementor-button-content-wrapper{justify-content:center;}/* Start custom CSS for button, class: .elementor-element-449f0a9 */.my-custom-button svg {
    height: 13px !important;
}

/* Styling for a button using a specific class */
.my-custom-button {
  width: 100%;
  position: relative;
 
  border: 3px solid #D4AF37;
  outline: none;
  background-color: transparent;
  color: white;
  transition: 1s;
  border-radius: 0.3em;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.my-custom-button::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: white;
  transition: 0.5s;
  transform-origin: center;
}

.my-custom-button::before {
  content: "";
  transform-origin: center;
  position: absolute;
  top: 80%;
  left: 3%;
  width: 95%;
  height: 40%;
  background-color: white;
  transition: 0.5s;
}

.my-custom-button:hover::before,
.my-custom-button:hover::after {
  transform: scale(0);
}

.my-custom-button:hover {
  box-shadow: inset 0px 0px 15px #D4AF37;
}/* End custom CSS */