.elementor-kit-5{--e-global-color-primary:#FFA19A;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1F1F1F;--e-global-color-dcc5797:#D7D4D4;--e-global-color-d81b4d6:#FEFEFE;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:130%;--e-global-typography-accent-font-family:"Source Sans Pro";--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:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}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 *//* btn-arrow utility */
/* Reusable hover-reveal arrow for buttons.
   Add the CSS class "btn-arrow" to any Elementor Button widget
   (Advanced -> CSS Classes) to get this effect. */
.btn-arrow .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-arrow .elementor-button-content-wrapper::after {
  content: "→";
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
  width: 0;
  margin-left: 0;
  opacity: 0;
  transform: translateX(-6px);
  overflow: hidden;
  transition: width .3s ease, margin-left .3s ease, opacity .3s ease, transform .3s ease;
}
.btn-arrow:hover .elementor-button-content-wrapper::after {
  width: 1.1em;
  margin-left: 12px;
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .btn-arrow:hover .elementor-button-content-wrapper::after {
    width: 0 !important;
    margin-left: 0 !important;
    opacity: 0 !important;
    transform: translateX(-6px) !important;
  }
}

/* form star/line SVG sits behind the section content (tucks under the dark edge) */
.consultation-form::before {
  z-index: -1 !important;
}

/* form content branch under the dark-edge branch */
.elementor-element-98c1dcc,   /* online-capsule */
.elementor-element-5587c7b,   /* home */
.elementor-element-48524c1 {  /* contacts */
  z-index: -1 !important;
}
/* kill the native grey tap-highlight flash on buttons/links on mobile tap */
a,
button,
.elementor-button {
  -webkit-tap-highlight-color: transparent;
}/* End custom CSS */