.elementor-kit-3614{--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;color:#2B2B2B;}.elementor-kit-3614 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3614 a{color:#2B2B2B;}.elementor-kit-3614 input:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea,.elementor-kit-3614 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;transition:0ms;}.elementor-kit-3614 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea:focus,.elementor-kit-3614 .elementor-field-textual:focus{color:#000000;accent-color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.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 */.solution-text {
  display: none;
  margin-top: 10px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.6;
}

.reveal-button.clicked + .solution-text {
  display: block;
}

.chip-ticker {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  white-space: nowrap;
  background: transparent;
  border: none;
}


.chip-track {
  display: flex;
  animation: scroll-left 45s linear infinite;
  width: max-content;
}

.chip-set {
  display: flex;
}

.chip {
  display: inline-block;
  background: #eee;
  color: #333;
  padding: 6px 14px;
  border-radius: 30px;
  margin: 0 10px;
  font-size: 24px;
  white-space: nowrap;
}

/* Correct mobile override */
@media screen and (max-width: 767px) {
  .chip {
    font-size: 12px;
  }
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/* End custom CSS */