.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#7D725E;--e-global-color-text:#7D725E;--e-global-color-accent:#B0A997;--e-global-color-c4c891a:#FEF6F2;--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-size:90px;--e-global-typography-secondary-font-weight:900;--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;background-color:#FEF6F2;}.elementor-kit-7 a{color:#FFFFFF;}.elementor-kit-7 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.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 .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.hover-underline-animation-white {
  display: inline-block;
  position: relative;
  color: #ffffff;
}

.hover-underline-animation-white a{
  color: #ffffff;
}

.hover-underline-animation-white a:hover{
  color: #bdbdbd;
}

.hover-underline-animation-white:after {
  color:#ffffff;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-white:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.hover-underline-animation-black {
  display: inline-block;
  position: relative;
  color: #7D725E;
}

.hover-underline-animation-black a{
  color: #7D725E;
}

.hover-underline-animation-black a:hover{
  color: #B0A997;
}

.hover-underline-animation-black:after {
  color:#7D725E;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #7D725E;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-black:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.hover-underline-animation-green {
  display: inline-block;
  position: relative;
  color: #4e523b;
}

.hover-underline-animation-green a{
  color: #4e523b;
}

.hover-underline-animation-green a:hover{
  color: #4e523b90;
}

.hover-underline-animation-green:after {
  color:#4e523b;
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(1);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #4e523b;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation-green:hover:after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.video { display:inline-block; border-radius: 20px; overflow: hidden;/* End custom CSS */