window.isMobile=!1;if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){window.isMobile=!0}
function t_throttle(fn,threshhold,scope){var last;var deferTimer;threshhold||(threshhold=250);return function(){var context=scope||this;var now=+new Date();var args=arguments;if(last&&now<last+threshhold){clearTimeout(deferTimer);deferTimer=setTimeout(function(){last=now;fn.apply(context,args)},threshhold)}else{last=now;fn.apply(context,args)}}}
function t199_showMenu(recid){var rec=document.getElementById('rec'+recid);if(!rec)return;var menuList=rec.querySelectorAll('.t199__js__menu');var togglerList=rec.querySelectorAll('.t199__js__menu-toggler');var burger=rec.querySelector('.t-menuburger');var burgerOpenClass='t-menuburger-opened';Array.prototype.forEach.call(menuList,function(menu){var menuItemList=menu.querySelectorAll('.t199__menu-item');Array.prototype.forEach.call(menuItemList,function(menuItem){var href=menuItem.getAttribute('href');if(href&&href.indexOf('#')!==-1&&href.substring(0,9)!=='#submenu:'){menuItem.addEventListener('click',function(){document.body.classList.remove('t199__is__menu')})}});var menuLinkList=menu.querySelectorAll('.t199__menu-item-wrap .t-menusub__link-item');Array.prototype.forEach.call(menuLinkList,function(menuLink){menuLink.addEventListener('click',function(){document.body.classList.remove('t199__is__menu')})})});Array.prototype.forEach.call(togglerList,function(toggler){toggler.addEventListener('click',function(e){e.stopPropagation();e.preventDefault();document.body.classList.toggle('t199__is__menu');burger.classList.contains(burgerOpenClass)?burger.classList.remove(burgerOpenClass):burger.classList.add(burgerOpenClass)})});document.addEventListener('click',function(e){if(!e.target.closest('.t199__js__menu')&&!e.target.closest('.t-menusub__menu--fullscreen__nav-arrow')){document.body.classList.remove('t199__is__menu')}});var allMenu=document.querySelectorAll('.t199__mmenu');Array.prototype.forEach.call(allMenu,function(menu){menu.addEventListener('clickedAnchorInTooltipMenu',function(){document.body.classList.remove('t199__is__menu')})})}
function t199_positionHeader(recid){var rec=document.getElementById('rec'+recid);if(!rec)return;var header=rec.querySelector('.t199__js__header');var bgColor=header?header.style.backgroundColor||window.getComputedStyle(header).backgroundColor:'';t199_positionHeaderOnScroll(header,bgColor);window.addEventListener('scroll',function(){t199_positionHeaderOnScroll(header,bgColor)})}
function t199_positionHeaderOnScroll(header,bgColor){if(window.pageYOffset<=0){if(header)header.classList.remove('t199__is__active');if(header)header.style.backgroundColor=bgColor}else if(header&&!header.classList.contains('t199__is__active')){header.classList.add('t199__is__active');header.style.backgroundColor=''}}
function t280_showMenu(recid){var rec=document.getElementById('rec'+recid);if(!rec)return;var isChrome=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);var isAndroid=/(android)/i.test(navigator.userAgent);var menu=rec.querySelector('.t280');var menuItems=rec.querySelectorAll('.t280__menu__item');var menuLinks=rec.querySelectorAll('.t978__menu-link');var menuContainer=rec.querySelector('.t280__menu');var menuBurger=menu?menu.querySelector('.t-menuburger'):null;var clickElementsList=rec.querySelectorAll('.t280 .t-menuburger, .t280__menu__bg, .t280__menu__link:not(.tooltipstered):not(.t280__menu__link_submenu), .t978__tooltip-menu_mobile');Array.prototype.forEach.call(clickElementsList,function(clickElement){clickElement.addEventListener('click',function(){if(clickElement.closest('.t280__menu__link.tooltipstered')||clickElement.closest('.t794__tm-link'))return;if(isChrome&&isAndroid&&menuItems.length>10&&window.location.hash){setTimeout(function(){var hash=window.location.hash;window.location.hash='';window.location.hash=hash},50)}
if(!clickElement.closest('.t978__tm-link, .t966__tm-link')){document.body.classList.toggle('t280_opened');if(menu)menu.classList.toggle('t280__main_opened')}
if(clickElement.classList.contains('t-menuburger')){var expandedStatus=clickElement.classList.contains('t-menuburger-opened');clickElement.setAttribute('aria-expanded',expandedStatus)}
t280_changeSize(recid);t280_highlight(recid)})});document.addEventListener('click',function(e){if(e.target.closest('.t978__tm-link, .t966__tm-link, .t-menusub__target-link, .t978__menu-link_hook')){t280_changeSize(recid);if(menuContainer)menuContainer.style.transition='none'}
if(e.target.closest('.t978__menu-item')){setTimeout(function(){t280_changeSize(recid);if(menuContainer)menuContainer.style.transition='none'},200)}});Array.prototype.forEach.call(menuLinks,function(link){link.addEventListener('click',function(){t280_changeSize(recid)})});if(menu){menu.addEventListener('clickedAnchorInTooltipMenu',function(){document.body.classList.remove('t280_opened');menu.classList.remove('t280__main_opened')})}
var submenuLinks=rec.querySelectorAll('.t-menusub__link-item');Array.prototype.forEach.call(submenuLinks,function(link){link.addEventListener('click',function(){document.body.classList.remove('t280_opened');if(menu)menu.classList.remove('t280__main_opened');if(menuBurger){menuBurger.classList.remove('t-menuburger-opened');menuBurger.setAttribute('aria-expanded',!1)}})});if(submenuLinks.length>0){document.addEventListener('submenuShow',function(){t280_changeSize(recid)})}}
function t280_changeSize(recid){var rec=document.getElementById('rec'+recid);if(!rec)return;var menu=rec.querySelector('.t280__menu');var menuBottom=rec.querySelector('.t280__bottom');var menuContainer=rec.querySelector('.t280__container');var menuWrapper=rec.querySelector('.t280__menu__wrapper');var menuHeight=menu?menu.offsetHeight:0;var menuBottomHeight=menuBottom?menuBottom.offsetHeight:0;var menuContainerHeight=menuContainer?menuContainer.offsetHeight:0;var padding=140;if(menuHeight>document.documentElement.clientHeight-(menuBottomHeight+menuContainerHeight+padding)){if(menuWrapper)menuWrapper.classList.add('t280__menu_static');if(menu)menu.style.paddingTop=(menuContainerHeight||0)+'px'}else{if(menuWrapper)menuWrapper.classList.remove('t280__menu_static');if(menu)menu.style.paddingTop=''}}
function t280_changeBgOpacityMenu(recid){var rec=document.getElementById('rec'+recid);if(!rec)return;var menuBlocks=rec.querySelectorAll('.t280__container__bg');Array.prototype.forEach.call(menuBlocks,function(menu){var bgColor=menu.getAttribute('data-bgcolor-rgba');var bgColorAfterScroll=menu.getAttribute('data-bgcolor-rgba-afterscroll');var bgOpacity=menu.getAttribute('data-bgopacity');var bgOpacityTwo=menu.getAttribute('data-bgopacity2');var menuShadowOpacity=parseInt(menu.getAttribute('data-menushadow'),10)||0;menuShadowOpacity/=100;var menuShadowCSS=menu.getAttribute('data-menushadow-css');menu.style.backgroundColor=window.pageYOffset>20?bgColorAfterScroll:bgColor;if((window.pageYOffset>20&&bgOpacityTwo==='0')||(window.pageYOffset<=20&&(bgOpacity==='0.0'||bgOpacity==='0'))||(!menuShadowOpacity&&!menuShadowCSS)){menu.style.boxShadow='none'}else if(menuShadowCSS){menu.style.boxShadow=menuShadowCSS}else if(menuShadowOpacity){menu.style.boxShadow='0px 1px 3px rgba(0,0,0,'+menuShadowOpacity+')'}})}
function t280_appearMenu(){var menuBlocks=document.querySelectorAll('.t280');Array.prototype.forEach.call(menuBlocks,function(menuBlock){var menu=menuBlock.querySelector('.t280__positionfixed');if(menu){var appearOffset=menuBlock.getAttribute('data-appearoffset');if(appearOffset&&appearOffset.indexOf('vh')!==-1){appearOffset=Math.floor((window.innerHeight*(parseInt(appearOffset)/100)))}
appearOffset=parseInt(appearOffset,10);var menuHeight=menu.clientHeight;if(isNaN(appearOffset))return;if(window.pageYOffset>=appearOffset){if(menu.style.transform==='translateY(-'+menuHeight+'px)'){t280_slideUpElement(menu,menuHeight,'toBottom')}}else if(menu.style.transform==='translateY(0px)'){t280_slideUpElement(menu,menuHeight,'toTop')}else{menu.style.transform='translateY(-'+menuHeight+'px)';menu.style.opacity='0'}}})}
function t280_slideUpElement(menu,menuHeight,direction){var diff=direction==='toTop'?0:menuHeight;var diffOpacity=direction==='toTop'?1:0;var timerID=setInterval(function(){menu.style.transform='translateY(-'+diff+'px)';menu.style.opacity=diffOpacity.toString();diffOpacity=direction==='toTop'?diffOpacity-0.1:diffOpacity+0.1;diff=direction==='toTop'?diff+(menuHeight/20):diff-(menuHeight/20);if(direction==='toTop'&&diff>=menuHeight){menu.style.transform='translateY(-'+menuHeight+'px)';menu.style.opacity='0';clearInterval(timerID)}
if(direction==='toBottom'&&diff<=0){menu.style.transform='translateY(0px)';menu.style.opacity='1';clearInterval(timerID)}},10)}
function t280_highlight(recid){var url=window.location.href;var pathname=window.location.pathname;var hash=window.location.hash;if(url.substr(url.length-1)==='/'){url=url.slice(0,-1)}
if(pathname.substr(pathname.length-1)==='/'){pathname=pathname.slice(0,-1)}
if(pathname.charAt(0)==='/'){pathname=pathname.slice(1)}
if(pathname===''){pathname='/'}
var shouldBeActiveElements=document.querySelectorAll('.t280__menu a[href=\''+url+'\'], '+'.t280__menu a[href=\''+url+'/\'], '+'.t280__menu a[href=\''+pathname+'\'], '+'.t280__menu a[href=\'/'+pathname+'\'], '+'.t280__menu a[href=\''+pathname+'/\'], '+'.t280__menu a[href=\'/'+pathname+'/\']'+(hash?', .t280__menu a[href=\''+hash+'\']':'')+(hash?', .t280__menu a[href=\'/'+hash+'\']':'')+(hash?', .t280__menu a[href=\''+hash+'/\']':'')+(hash?', .t280__menu a[href=\'/'+hash+'/\']':''));var rec=document.getElementById('rec'+recid);var menuLinks=rec?rec.querySelectorAll('.t280__menu a'):[];Array.prototype.forEach.call(menuLinks,function(link){link.classList.remove('t-active')});Array.prototype.forEach.call(shouldBeActiveElements,function(link){link.classList.add('t-active')})}
function t774_init(recId){var rec=document.getElementById('rec'+recId);if(!rec)return;var container=rec.querySelector('.t774');if(!container)return;t774_unifyHeights(recId);window.addEventListener('resize',t_throttle(function(){t774_unifyHeights(recId)},200));container.addEventListener('displayChanged',function(){t774_unifyHeights(recId)});window.addEventListener('load',function(){t774_unifyHeights(recId)});setTimeout(function(){t774__updateLazyLoad(recId)},500);t_onFuncLoad('t_card__moveClickOnCard',function(){t_card__moveClickOnCard(recId)});t_onFuncLoad('t_card__addFocusOnTab',function(){t_card__addFocusOnTab(recId)})}
function t774__updateLazyLoad(recId){var allRecords=document.getElementById('allrecords');var container=document.querySelector('#rec'+recId+' .t774__container_mobile-flex');if(!allRecords)return;var mode=allRecords.getAttribute('data-tilda-mode');if(container&&mode!=='edit'&&mode!=='preview'&&window.lazy==='y'){container.addEventListener('scroll',t_throttle(function(){if(window.lazy==='y'||(allRecords&&allRecords.getAttribute('data-tilda-lazy')==='yes')){t_onFuncLoad('t_lazyload_update',function(){t_lazyload_update()})}},500))}}
function t774_unifyHeights(recId){var rec=document.getElementById('rec'+recId);if(!rec)return;var container=rec.querySelector('.t774__container');if(!container)return;var attrPerRow=container.getAttribute('data-blocks-per-row');var contentsList=rec.querySelectorAll('.t774__content');var isInOneRowMobile=container.classList.contains('t774__container_mobile-flex');var contents=Array.prototype.slice.call(contentsList);if(window.innerWidth<=480&&!isInOneRowMobile){for(var i=0;i<contents.length;i++){contents[i].style.height='auto'}
return}
var countRow=+attrPerRow;if(window.innerWidth<=960&&isInOneRowMobile){countRow=contents.length}else if(window.innerWidth<=960){countRow=2}
for(var i=0;i<contents.length;i+=countRow){var maxHeight=0;var cols=contents.slice(i,i+countRow);for(var j=0;j<cols.length;j++){var col=cols[j];var textWrap=col.querySelector('.t774__textwrapper');var btns=col.querySelectorAll('.t-card__btn-wrapper, .t-card__btntext-wrapper');var colHeight=textWrap.offsetHeight+(btns[0]?btns[0].offsetHeight:0);if(colHeight>maxHeight)maxHeight=colHeight}
for(var j=0;j<cols.length;j++){cols[j].style.height=maxHeight+'px'}}}
function t902_init(recId){var rec=document.getElementById('rec'+recId);if(!rec)return;var container=rec.querySelector('.t902');if(!container)return;t_onFuncLoad('t_card__moveClickOnCard',function(){t_card__moveClickOnCard(recId)});t_onFuncLoad('t_card__addFocusOnTab',function(){t_card__addFocusOnTab(recId)});t902_unifyHeights(recId);window.addEventListener('resize',t_throttle(function(){t902_unifyHeights(recId)}));container.addEventListener('displayChanged',function(){t902_unifyHeights(recId)})}
function t902_unifyHeights(recId){var rec=document.getElementById('rec'+recId);if(!rec)return;var container=rec.querySelector('.t902');if(!container)return;var wraps=rec.querySelectorAll('.t902__wrap');var rows=[];var chunkSize=2;var cols=Array.prototype.slice.call(rec.querySelectorAll('.t-card__col'));for(var i=0;i<cols.length;i+=chunkSize){rows.push(cols.slice(i,i+chunkSize))}
if(window.innerWidth>960){for(var i=0;i<rows.length;i++){var row=rows[i];var heightBox=0;var innerCols=[];var bgImages=[];for(var j=0;j<row.length;j++){innerCols.push(row[j].querySelector('.t902__inner-col'));bgImages.push(row[j].querySelector('.t902__bgimg'))}
for(var j=0;j<innerCols.length;j++){var col=innerCols[j];var wrap=col.querySelector('.t902__wrap');var wrapHeight=wrap.offsetHeight;if(wrapHeight>heightBox)heightBox=wrapHeight}
if(heightBox>0){for(var j=0;j<innerCols.length;j++){if(innerCols[j])innerCols[j].style.height=heightBox+'px'}
for(var j=0;j<bgImages.length;j++){if(bgImages[j])bgImages[j].style.height=heightBox+'px'}}}}else{var cols=rec.querySelectorAll('.t902__inner-col');var bgImages=rec.querySelectorAll('.t902__bgimg');for(var i=0;i<cols.length;i++){cols[i].style.height='auto'}
for(var i=0;i<bgImages.length;i++){bgImages[i].style.height='auto'}}
for(var i=0;i<wraps.length;i++){var wrap=wraps[i];var wrapHeight=wrap.offsetHeight;var content=wrap.querySelector('.t902__content');var contentHeight=content.offsetHeight;if(wrapHeight<contentHeight){wrap.style.minHeight=contentHeight+'px'}}}