.elementor-kit-6{--e-global-color-primary:#FFFBE9;--e-global-color-secondary:#000000;--e-global-color-text:#FFFBE9;--e-global-color-accent:#FFF300;--e-global-typography-primary-font-family:"Asap";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Asap";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#FCFFDC;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#FFDD00;--e-preloader-size:100px;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-kit-6 a{color:#FFF300;}.elementor-kit-6 a:hover{color:#FFF300;}.elementor-kit-6 h1{font-family:"Alata", Sans-serif;font-size:75px;}.elementor-kit-6 h2{font-size:48px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:55px;--e-global-typography-secondary-font-size:35px;--e-global-typography-text-font-size:17px;--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-up;}.elementor-kit-6 h1{font-size:68px;}.elementor-kit-6 h2{font-size:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:15px;}.elementor-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.a-button .elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #000;
  background: #FFF300 !important;
  border-radius: 15px;
  transition: background-color 0.6s ease;
}

.a-button .elementor-button span,
.a-button .elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
}

.a-button .elementor-button::after {
  content: '';
  position: absolute;
  z-index: 1;
  background: #fff !important;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transform-origin: top left;
  width: 0;
  transition: width 0.6s ease;
}

.a-button .elementor-button:hover {
  background: transparent !important;
  color: #000 !important;
  cursor: pointer;
}

.a-button .elementor-button:hover::after {
  width: 135%;
}

.a-button .elementor-button .elementor-button-icon {
  transition: transform 0.3s ease;
}

.a-button .elementor-button:hover .elementor-button-icon {
  transform: translateX(3px);
}/* End custom CSS */