.elementor-kit-10{--e-global-color-primary:#202221;--e-global-color-secondary:#956E2F;--e-global-color-text:#B68B4B;--e-global-color-accent:#654922;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"hellix";--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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;}}/* Start custom CSS */.underline a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
}

.underline a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background:currentColor;
  transform:scaleX(1);
  transform-origin:right;
}

.underline a:hover::after{
  animation: gucciLine .45s ease forwards;
}

@keyframes gucciLine{
  0%{ transform:scaleX(1); transform-origin:right; }
  49%{ transform:scaleX(0); transform-origin:right; }
  50%{ transform:scaleX(0); transform-origin:left; }
  100%{ transform:scaleX(1); transform-origin:left; }
}/* End custom CSS */