.elementor-kit-7{--e-global-color-primary:#9600F9;--e-global-color-secondary:#A201CE;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Varela Round", Sans-serif;}.elementor-kit-7 a{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h1{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h2{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h3{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h4{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h5{font-family:"Varela Round", Sans-serif;}.elementor-kit-7 h6{font-family:"Varela Round", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button-preview {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  padding: 1.2rem 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111;
  background: linear-gradient(90deg, #F4B102, #FC9404);
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(252,148,4,.35);
}

.elementor-button-preview::after {
  content: "";
  position: absolute;
  top: -4px; right: -4px; bottom: -4px; left: -4px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, #F4B102, #FC9404, #F4B102);
  animation: spin 2s linear infinite;
  z-index: 0;
}

.elementor-button-preview::before {
  content: "";
  position: absolute;
  top: 6px; right: 6px; bottom: 6px; left: 6px;
  border-radius: inherit;
  background: linear-gradient(90deg, #F4B102, #FC9404);
  z-index: 1;
}

.elementor-button-preview > span,
.elementor-button-preview .elementor-button-text {
  position: relative;
  z-index: 2;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}/* End custom CSS */