.elementor-kit-381{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#FFFFFF;color:#FFFFFF;font-family:"Playfair Display", Sans-serif;font-size:12px;line-height:1.6em;}.elementor-kit-381 button,.elementor-kit-381 input[type="button"],.elementor-kit-381 input[type="submit"],.elementor-kit-381 .elementor-button{background-color:#AA2923;font-family:"Jost", Sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:3.5px;color:#FFFFFF;border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;padding:10px 50px 10px 50px;}.elementor-kit-381 e-page-transition{background-color:#FFBC7D;}.elementor-kit-381 a{color:#000000;font-family:"Playfair Display", Sans-serif;font-size:14px;}.elementor-kit-381 h1{color:#AA2923;font-family:"Playfair Display", Sans-serif;font-size:52px;}.elementor-kit-381 h2{color:#AA2923;font-family:"Playfair Display", Sans-serif;font-size:32px;font-weight:400;}.elementor-kit-381 h3{color:#AA2923;font-size:25px;}.elementor-kit-381 h4{color:#AA2923;font-family:"Playfair Display", Sans-serif;font-size:22px;}.elementor-kit-381 h5{color:#AA2923;font-size:18px;}.elementor-kit-381 h6{color:#AA2923;font-family:"Playfair Display", Sans-serif;font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.toggle-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}

.toggle-content.show {
  max-height: 1000vh; /* effectively allows very tall content */
  opacity: 1;
  pointer-events: auto;
}



.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  pointer-events: none;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.toggle-trigger {
  animation: breathe 2.5s ease-in-out infinite;
  transition: all 0.3s ease;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.05);
    opacity: 0.85;
  }
}/* End custom CSS */