.elementor-kit-6{--e-global-color-primary:#0E171D;--e-global-color-secondary:#0B1713;--e-global-color-text:#18211E;--e-global-color-accent:#5B6B64;--e-global-color-f3be721:#A8D85C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:72px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.65em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:900;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:0.08em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#FFFFFF;text-decoration:none;}.elementor-kit-6 h1{font-size:64px;font-weight:500;line-height:1.05em;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-size:42px;font-weight:700;line-height:1.1em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:#14201C;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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;}}:root { --0E171D:#0E171D; --A8D85C:#A8D85C; }
/* Start custom CSS */.alux-card { position: relative; overflow: hidden; }
.alux-card::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  height: 4px; width: 0;
  background: #a8d85c;
  transition: width 0.75s linear;
}
.alux-card:hover::after { width: 100%; }/* End custom CSS */