.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#2F6EE6;--e-global-color-text:#000000;--e-global-color-accent:#FF3886;--e-global-color-854dd16:#2F6EE6;--e-global-color-552f656:#FF3886;--e-global-color-4e9a1b3:#000000;--e-global-color-ea7721e:#FFF3F8;--e-global-color-08c37d5:#FFFFFF;--e-global-color-db9f987:#2162DF;--e-global-color-da09a6f:#E91769;--e-global-color-5ea7023:#E6F4F1;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.underline-anim{
  position: relative;
  display: inline-block; /* keep it inline with text */
}
.underline-anim::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;            /* distance from text; tweak as needed */
  height: 1px;             /* thickness of underline */
  width: 0;
  background: white;/* matches text color */
  transition: width .36s cubic-bezier(.2,.9,.2,1);
  will-change: width;
}
.underline-anim:hover::after,
.underline-anim:focus::after{
  width: 100%;
}

@media (max-width: 767px) {
  .wistia_responsive_wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}/* End custom CSS */