.elementor-21265 .elementor-element.elementor-element-80af7a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-21265 .elementor-element.elementor-element-80af7a6:not(.elementor-motion-effects-element-type-background), .elementor-21265 .elementor-element.elementor-element-80af7a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DD9E30;}body:not(.rtl) .elementor-21265 .elementor-element.elementor-element-f28dda7{left:-34px;}body.rtl .elementor-21265 .elementor-element.elementor-element-f28dda7{right:-34px;}.elementor-21265 .elementor-element.elementor-element-f28dda7{top:12px;}.elementor-21265 .elementor-element.elementor-element-f28dda7 img{width:84%;opacity:0.1;}.elementor-21265 .elementor-element.elementor-element-b61e72d > .elementor-widget-container{padding:50px 50px 50px 50px;}.elementor-21265 .elementor-element.elementor-element-b61e72d .title + .subtitle{margin-bottom:0px;}.elementor-21265 .elementor-element.elementor-element-b61e72d .subtitle + .title{margin-top:0px;}.elementor-21265 .elementor-element.elementor-element-b61e72d .title{color:#FFFFFF;}.elementor-21265 .elementor-element.elementor-element-3271d93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-21265{margin:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-21265 .elementor-element.elementor-element-f28dda7{z-index:1;}.elementor-21265 .elementor-element.elementor-element-b61e72d{z-index:12;}}/* Start custom CSS */<script>
document.addEventListener('DOMContentLoaded', function() {
  // Target the tabs widget by its ID
  const tabWidget = document.querySelector('#tab-widget');
  if (!tabWidget) return;

  const titles = tabWidget.querySelectorAll('.elementor-tab-title');
  const contents = tabWidget.querySelectorAll('.elementor-tab-content');

  // Remove active class from all tabs
  titles.forEach(t => t.classList.remove('elementor-active'));
  contents.forEach(c => c.style.display = 'none');

  // Find the tab with ID 'october' and activate it
  const octoberTab = tabWidget.querySelector('.elementor-tab-title#october');
  if (octoberTab) {
    octoberTab.classList.add('elementor-active');

    // Find its index so we can activate the matching content
    const index = Array.from(titles).indexOf(octoberTab);
    if (contents[index]) contents[index].style.display = 'block';
  }
});
</script>/* End custom CSS */