.elementor-kit-6{--e-global-color-primary:#E3DFD7;--e-global-color-secondary:#54595F;--e-global-color-text:#312D25;--e-global-color-accent:#F2EBDD;--e-global-color-2d8858b:#FEFAF2;--e-global-color-0459982:#FFFFFF;--e-global-color-9327f2f:#02010100;--e-global-color-9f14140:#FEFAF27A;--e-global-color-2ad4e5d:#312D2599;--e-global-typography-primary-font-family:"Instrument Sans";--e-global-typography-primary-font-size:clamp(1.14rem, 1.106rem + 0.17vw, 1.26rem);--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:clamp(1rem, 0.986rem + 0.07vw, 1.05rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Instrument Sans";--e-global-typography-text-font-size:clamp(1rem, 0.986rem + 0.07vw, 1.05rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Instrument Sans";--e-global-typography-accent-font-size:clamp(1rem, 0.986rem + 0.07vw, 1.05rem);--e-global-typography-accent-font-weight:500;--e-global-typography-8a18180-font-family:"Instrument Serif";--e-global-typography-8a18180-font-size:clamp(3.18rem, 2.606rem + 2.87vw, 5.19rem);--e-global-typography-8a18180-font-weight:400;--e-global-typography-ebc2f88-font-family:"Instrument Serif";--e-global-typography-ebc2f88-font-size:clamp(2.52rem, 2.174rem + 1.53vw, 3.53rem);--e-global-typography-ebc2f88-font-weight:400;--e-global-typography-bf84ffb-font-family:"Instrument Serif";--e-global-typography-bf84ffb-font-size:clamp(2rem, 1.802rem + 0.99vw, 2.69rem);--e-global-typography-bf84ffb-font-weight:400;--e-global-typography-68285e7-font-family:"Instrument Serif";--e-global-typography-68285e7-font-size:clamp(1.59rem, 1.492rem + 0.49vw, 1.93rem);--e-global-typography-68285e7-font-weight:400;--e-global-typography-fa94011-font-family:"Instrument Sans";--e-global-typography-fa94011-font-size:clamp(0.9rem, 0.925rem + 0vw, 0.925rem);--e-global-typography-fa94011-font-weight:400;--e-global-typography-3f6fa1b-font-family:"Instrument Sans";--e-global-typography-3f6fa1b-font-size:clamp(0.9rem, 0.925rem + 0vw, 0.925rem);--e-global-typography-3f6fa1b-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:82rem;}.e-con{--container-max-width:82rem;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:1rem;}.elementor-element{--widgets-spacing:1rem 1rem;--widgets-spacing-row:1rem;--widgets-spacing-column:1rem;}{}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 */a {
	color: inherit;
}

a:hover {
	color: inherit;
}

p {
	margin-bottom: 0;
}

/* Make button shrink to fit content */
.hover-button {
  display: inline-block !important; /* shrink to content */
  width: auto !important;           /* override 100% */
  min-width: unset !important;      /* remove Elementor min-width */
  max-width: none !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Wrapper for text layers */
.hover-button .text-wrapper {
  display: inline-block;
  position: relative;
  white-space: nowrap; /* prevent line breaks */
}

/* Text layers */
.hover-button .text {
  display: inline-block;
  position: relative; /* not absolute */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover text initially hidden */
.hover-button .new {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
}

/* Hover animation */
.hover-button:hover .original {
  opacity: 0;
  transform: translateY(-100%);
}

.hover-button:hover .new {
  opacity: 1;
  transform: translateY(0);
}



  .reveal-text {
    display: block;
    white-space: normal; 
    word-wrap: break-word;
  }

  .reveal-text .word {
    display: inline-block;
    margin-right: 0.25em;
    white-space: normal;
  }

  .reveal-text .char {
    opacity: 0.2;       /* slight visibility before effect */
    color: #888;        /* color before effect */
    display: inline-block;
    vertical-align: baseline;
    will-change: opacity, color;
  }
  
  
  
  
.e-n-accordion-item-title-icon {
    transition: all 0.2s ease;
    }

summary[aria-expanded="true"] .e-n-accordion-item-title-icon {
    transform: rotate(45deg);
    }/* End custom CSS */