.elementor-kit-7{--e-global-color-primary:#174A41;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#4E8B36;--e-global-color-cfbbd1b:#FFFFFF;--e-global-color-0251cfc:#FFFFFF;--e-global-color-17bad8a:#C05621;--e-global-color-4240466:#D4AF37;--e-global-color-251a7fb:#EDE4D3;--e-global-color-d95279a:#F4EFE6;--e-global-color-346ccaf:#E8E1D6;--e-global-color-72e0f0c:#1F2A36;--e-global-color-ba3ef4a:#2B1F1A;--e-global-color-5cdc9e2:#1E3027;--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-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;--e-global-typography-ccf8183-font-family:"Roboto Condensed";--e-global-typography-ccf8183-font-size:18px;--e-global-typography-ccf8183-font-weight:700;--e-global-typography-ccf8183-text-transform:uppercase;--e-global-typography-27b8ed1-font-family:"Roboto Condensed";--e-global-typography-27b8ed1-font-size:24px;--e-global-typography-27b8ed1-font-weight:700;--e-global-typography-27b8ed1-text-transform:uppercase;--e-global-typography-27b8ed1-letter-spacing:1px;--e-global-typography-e4ad6f0-font-family:"Inter";--e-global-typography-e4ad6f0-font-size:16px;--e-global-typography-e4ad6f0-line-height:1.6rem;--e-global-typography-16fd774-font-family:"Playfair Display";--e-global-typography-e92289e-font-family:"Roboto Condensed";--e-global-typography-e92289e-font-size:48px;--e-global-typography-e92289e-font-weight:bold;--e-global-typography-4b6a846-font-family:"Playfair Display";--e-global-typography-4b6a846-font-size:50px;--e-global-typography-4b6a846-font-weight:700;--e-global-typography-4b6a846-letter-spacing:0.6px;--e-global-typography-6bdd33c-font-family:"Playfair Display";--e-global-typography-6bdd33c-font-size:32px;--e-global-typography-6bdd33c-font-weight:700;--e-global-typography-6bdd33c-letter-spacing:0.6px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-17bad8a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-kit-7{--e-global-typography-4b6a846-font-size:25px;--e-global-typography-6bdd33c-font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 1024px){

  .toxie-hover-swap{
    position: relative;
  }

  /* stop Elementor's default widget-container transition inside this component */
  .toxie-hover-swap .elementor-widget-container{
    transition: none !important;
  }

  /* base animation targets */
  .toxie-hover-swap .toxie-hover-text-default,
  .toxie-hover-swap .toxie-hover-text-hover{
    will-change: opacity, transform;
    transition: opacity .25s ease, transform .25s ease !important;
  }

  /* default state */
  .toxie-hover-swap .toxie-hover-text-default{
    opacity: 1;
    transform: translateY(0);
  }

  /* hover text: hidden + positioned */
  .toxie-hover-swap .toxie-hover-text-hover{
    opacity: 0;
    transform: translateY(50px); /* starts slightly "down" */
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  /* hover state: old goes up + out, new comes in from down */
  .toxie-hover-swap:hover .toxie-hover-text-default{
    opacity: 0;
    transform: translateY(-50px);
  }

  .toxie-hover-swap:hover .toxie-hover-text-hover{
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */