.elementor-kit-800{--e-global-color-primary:#1C77A7;--e-global-color-secondary:#97D8E1;--e-global-color-text:#FFFFFF;--e-global-color-accent:#001427;--e-global-color-f5dcf6e:#9D69A3;--e-global-typography-primary-font-family:"League Spartan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"League Spartan";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"League Spartan";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"League Spartan";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"League Spartan", Sans-serif;font-size:20px;font-weight:normal;line-height:1.2em;}.elementor-kit-800 e-page-transition{background-color:#FFBC7D;}.elementor-kit-800 p{margin-block-end:1.1em;}.elementor-kit-800 a{line-height:1.5em;}.elementor-kit-800 h1{color:#000000;font-family:"League Spartan", Sans-serif;font-size:58px;line-height:1.2em;}.elementor-kit-800 h2{color:#000000;font-family:"League Spartan", Sans-serif;font-size:44px;line-height:1.2em;}.elementor-kit-800 h3{color:#000000;font-size:32px;line-height:1.2em;}.elementor-kit-800 h4{color:#000000;font-size:26px;line-height:1.2em;}.elementor-kit-800 h5{color:#000000;font-family:"League Spartan", Sans-serif;font-size:24px;}.elementor-kit-800 h6{color:#000000;}.elementor-kit-800 label{color:#000000;font-family:"League Spartan", Sans-serif;font-size:80px;font-weight:bold;line-height:1.1em;}.elementor-kit-800 input:not([type="button"]):not([type="submit"]),.elementor-kit-800 textarea,.elementor-kit-800 .elementor-field-textual{font-family:"League Spartan", Sans-serif;font-size:20px;line-height:1.5em;color:#050000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 20px;--widgets-spacing-row:10px;--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-800{letter-spacing:1.2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */document.addEventListener('DOMContentLoaded', function () {
  const btn = document.querySelector('.show-answer-btn');
  const answer = document.querySelector('.answer-reveal');

  if (btn && answer) {
    btn.addEventListener('click', function () {
      answer.style.display = 'block';
      answer.classList.add('elementor-invisible'); // ensures animation triggers
      setTimeout(() => {
        answer.classList.remove('elementor-invisible');
      }, 50);
    });
  }
});
p span {
  display: inline;
  line-height: normal;
  margin: 0;
  padding: 0;
}/* End custom CSS */