/*! For license information please see index.js.LICENSE.txt */ (()=>{var e={5695:function(e,t,n){e.exports=function(e,t,n,i){"use strict";const r=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},o=r(e),s=r(n),l=r(i),a="5.2.3";class c extends l.default{constructor(e,n){super(),(e=t.getElement(e))&&(this._element=e,this._config=this._getConfig(n),o.default.set(this._element,this.constructor.DATA_KEY,this))}dispose(){o.default.remove(this._element,this.constructor.DATA_KEY),s.default.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,n,i=!0){t.executeAfterTransition(e,n,i)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return o.default.get(t.getElement(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,"object"==typeof t?t:null)}static get VERSION(){return a}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}return c}(n(493),n(4072),n(9286),n(4705))},8048:function(e,t,n){e.exports=function(e,t,n,i,r,o){"use strict";const s=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},l=s(t),a=s(n),c=s(i),u=s(r),d=s(o),f="carousel",h=".bs.carousel",m=".data-api",p=500,g="next",_="prev",b="left",v="right",y=`slide${h}`,E=`slid${h}`,w=`keydown${h}`,A=`mouseenter${h}`,S=`mouseleave${h}`,T=`dragstart${h}`,x=`load${h}${m}`,$=`click${h}${m}`,C="carousel",O="active",k="slide",L="carousel-item-end",I="carousel-item-start",D="carousel-item-next",j="carousel-item-prev",N=".active",M=".carousel-item",P=N+M,q=".carousel-item img",R=".carousel-indicators",X="[data-bs-slide], [data-bs-slide-to]",W='[data-bs-ride="carousel"]',V={ArrowLeft:v,ArrowRight:b},Q={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},Y={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class F extends d.default{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=c.default.findOne(R,this._element),this._addEventListeners(),this._config.ride===C&&this.cycle()}static get Default(){return Q}static get DefaultType(){return Y}static get NAME(){return f}next(){this._slide(g)}nextWhenVisible(){!document.hidden&&e.isVisible(this._element)&&this.next()}prev(){this._slide(_)}pause(){this._isSliding&&e.triggerTransitionEnd(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval((()=>this.nextWhenVisible()),this._config.interval)}_maybeEnableCycle(){this._config.ride&&(this._isSliding?l.default.one(this._element,E,(()=>this.cycle())):this.cycle())}to(e){const t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding)return void l.default.one(this._element,E,(()=>this.to(e)));const n=this._getItemIndex(this._getActive());if(n===e)return;const i=e>n?g:_;this._slide(i,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&l.default.on(this._element,w,(e=>this._keydown(e))),"hover"===this._config.pause&&(l.default.on(this._element,A,(()=>this.pause())),l.default.on(this._element,S,(()=>this._maybeEnableCycle()))),this._config.touch&&u.default.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const e of c.default.find(q,this._element))l.default.on(e,T,(e=>e.preventDefault()));const e={leftCallback:()=>this._slide(this._directionToOrder(b)),rightCallback:()=>this._slide(this._directionToOrder(v)),endCallback:()=>{"hover"===this._config.pause&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout((()=>this._maybeEnableCycle()),p+this._config.interval))}};this._swipeHelper=new u.default(this._element,e)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const t=V[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const t=c.default.findOne(N,this._indicatorsElement);t.classList.remove(O),t.removeAttribute("aria-current");const n=c.default.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);n&&(n.classList.add(O),n.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const t=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=t||this._config.defaultInterval}_slide(t,n=null){if(this._isSliding)return;const i=this._getActive(),r=t===g,o=n||e.getNextActiveElement(this._getItems(),i,r,this._config.wrap);if(o===i)return;const s=this._getItemIndex(o),a=e=>l.default.trigger(this._element,e,{relatedTarget:o,direction:this._orderToDirection(t),from:this._getItemIndex(i),to:s});if(a(y).defaultPrevented)return;if(!i||!o)return;const c=Boolean(this._interval);this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(s),this._activeElement=o;const u=r?I:L,d=r?D:j;o.classList.add(d),e.reflow(o),i.classList.add(u),o.classList.add(u);const f=()=>{o.classList.remove(u,d),o.classList.add(O),i.classList.remove(O,d,u),this._isSliding=!1,a(E)};this._queueCallback(f,i,this._isAnimated()),c&&this.cycle()}_isAnimated(){return this._element.classList.contains(k)}_getActive(){return c.default.findOne(P,this._element)}_getItems(){return c.default.find(M,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(t){return e.isRTL()?t===b?_:g:t===b?g:_}_orderToDirection(t){return e.isRTL()?t===_?b:v:t===_?v:b}static jQueryInterface(e){return this.each((function(){const t=F.getOrCreateInstance(this,e);if("number"!=typeof e){if("string"==typeof e){if(void 0===t[e]||e.startsWith("_")||"constructor"===e)throw new TypeError(`No method named "${e}"`);t[e]()}}else t.to(e)}))}}return l.default.on(document,$,X,(function(t){const n=e.getElementFromSelector(this);if(!n||!n.classList.contains(C))return;t.preventDefault();const i=F.getOrCreateInstance(n),r=this.getAttribute("data-bs-slide-to");return r?(i.to(r),void i._maybeEnableCycle()):"next"===a.default.getDataAttribute(this,"slide")?(i.next(),void i._maybeEnableCycle()):(i.prev(),void i._maybeEnableCycle())})),l.default.on(window,x,(()=>{const e=c.default.find(W);for(const t of e)F.getOrCreateInstance(t)})),e.defineJQueryPlugin(F),F}(n(4072),n(9286),n(3175),n(8737),n(2814),n(5695))},493:function(e){e.exports=function(){"use strict";const e=new Map;return{set(t,n,i){e.has(t)||e.set(t,new Map);const r=e.get(t);r.has(n)||0===r.size?r.set(n,i):console.error(`Bootstrap doesn't allow more than one instance per element. Bound instance: ${Array.from(r.keys())[0]}.`)},get:(t,n)=>e.has(t)&&e.get(t).get(n)||null,remove(t,n){if(!e.has(t))return;const i=e.get(t);i.delete(n),0===i.size&&e.delete(t)}}}()},9286:function(e,t,n){e.exports=function(e){"use strict";const t=/[^.]*(?=\..*)\.|.*/,n=/\..*/,i=/::\d+$/,r={};let o=1;const s={mouseenter:"mouseover",mouseleave:"mouseout"},l=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function a(e,t){return t&&`${t}::${o++}`||e.uidEvent||o++}function c(e){const t=a(e);return e.uidEvent=t,r[t]=r[t]||{},r[t]}function u(e,t){return function n(i){return v(i,{delegateTarget:e}),n.oneOff&&b.off(e,i.type,t),t.apply(e,[i])}}function d(e,t,n){return function i(r){const o=e.querySelectorAll(t);for(let{target:s}=r;s&&s!==this;s=s.parentNode)for(const l of o)if(l===s)return v(r,{delegateTarget:s}),i.oneOff&&b.off(e,r.type,t,n),n.apply(s,[r])}}function f(e,t,n=null){return Object.values(e).find((e=>e.callable===t&&e.delegationSelector===n))}function h(e,t,n){const i="string"==typeof t,r=i?n:t||n;let o=_(e);return l.has(o)||(o=e),[i,r,o]}function m(e,n,i,r,o){if("string"!=typeof n||!e)return;let[l,m,p]=h(n,i,r);if(n in s){const e=e=>function(t){if(!t.relatedTarget||t.relatedTarget!==t.delegateTarget&&!t.delegateTarget.contains(t.relatedTarget))return e.call(this,t)};m=e(m)}const g=c(e),_=g[p]||(g[p]={}),b=f(_,m,l?i:null);if(b)return void(b.oneOff=b.oneOff&&o);const v=a(m,n.replace(t,"")),y=l?d(e,i,m):u(e,m);y.delegationSelector=l?i:null,y.callable=m,y.oneOff=o,y.uidEvent=v,_[v]=y,e.addEventListener(p,y,l)}function p(e,t,n,i,r){const o=f(t[n],i,r);o&&(e.removeEventListener(n,o,Boolean(r)),delete t[n][o.uidEvent])}function g(e,t,n,i){const r=t[n]||{};for(const o of Object.keys(r))if(o.includes(i)){const i=r[o];p(e,t,n,i.callable,i.delegationSelector)}}function _(e){return e=e.replace(n,""),s[e]||e}const b={on(e,t,n,i){m(e,t,n,i,!1)},one(e,t,n,i){m(e,t,n,i,!0)},off(e,t,n,r){if("string"!=typeof t||!e)return;const[o,s,l]=h(t,n,r),a=l!==t,u=c(e),d=u[l]||{},f=t.startsWith(".");if(void 0===s){if(f)for(const n of Object.keys(u))g(e,u,n,t.slice(1));for(const n of Object.keys(d)){const r=n.replace(i,"");if(!a||t.includes(r)){const t=d[n];p(e,u,l,t.callable,t.delegationSelector)}}}else{if(!Object.keys(d).length)return;p(e,u,l,s,o?n:null)}},trigger(t,n,i){if("string"!=typeof n||!t)return null;const r=e.getjQuery();let o=null,s=!0,l=!0,a=!1;n!==_(n)&&r&&(o=r.Event(n,i),r(t).trigger(o),s=!o.isPropagationStopped(),l=!o.isImmediatePropagationStopped(),a=o.isDefaultPrevented());let c=new Event(n,{bubbles:s,cancelable:!0});return c=v(c,i),a&&c.preventDefault(),l&&t.dispatchEvent(c),c.defaultPrevented&&o&&o.preventDefault(),c}};function v(e,t){for(const[n,i]of Object.entries(t||{}))try{e[n]=i}catch(t){Object.defineProperty(e,n,{configurable:!0,get:()=>i})}return e}return b}(n(4072))},3175:function(e){e.exports=function(){"use strict";function e(e){if("true"===e)return!0;if("false"===e)return!1;if(e===Number(e).toString())return Number(e);if(""===e||"null"===e)return null;if("string"!=typeof e)return e;try{return JSON.parse(decodeURIComponent(e))}catch(t){return e}}function t(e){return e.replace(/[A-Z]/g,(e=>`-${e.toLowerCase()}`))}return{setDataAttribute(e,n,i){e.setAttribute(`data-bs-${t(n)}`,i)},removeDataAttribute(e,n){e.removeAttribute(`data-bs-${t(n)}`)},getDataAttributes(t){if(!t)return{};const n={},i=Object.keys(t.dataset).filter((e=>e.startsWith("bs")&&!e.startsWith("bsConfig")));for(const r of i){let i=r.replace(/^bs/,"");i=i.charAt(0).toLowerCase()+i.slice(1,i.length),n[i]=e(t.dataset[r])}return n},getDataAttribute:(n,i)=>e(n.getAttribute(`data-bs-${t(i)}`))}}()},8737:function(e,t,n){e.exports=function(e){"use strict";return{find:(e,t=document.documentElement)=>[].concat(...Element.prototype.querySelectorAll.call(t,e)),findOne:(e,t=document.documentElement)=>Element.prototype.querySelector.call(t,e),children:(e,t)=>[].concat(...e.children).filter((e=>e.matches(t))),parents(e,t){const n=[];let i=e.parentNode.closest(t);for(;i;)n.push(i),i=i.parentNode.closest(t);return n},prev(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return[n];n=n.previousElementSibling}return[]},next(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return[n];n=n.nextElementSibling}return[]},focusableChildren(t){const n=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map((e=>`${e}:not([tabindex^="-"])`)).join(",");return this.find(n,t).filter((t=>!e.isDisabled(t)&&e.isVisible(t)))}}}(n(4072))},4705:function(e,t,n){e.exports=function(e,t){"use strict";const n=(e=>e&&"object"==typeof e&&"default"in e?e:{default:e})(t);class i{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(t,i){const r=e.isElement(i)?n.default.getDataAttribute(i,"config"):{};return{...this.constructor.Default,..."object"==typeof r?r:{},...e.isElement(i)?n.default.getDataAttributes(i):{},..."object"==typeof t?t:{}}}_typeCheckConfig(t,n=this.constructor.DefaultType){for(const i of Object.keys(n)){const r=n[i],o=t[i],s=e.isElement(o)?"element":e.toType(o);if(!new RegExp(r).test(s))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${i}" provided type "${s}" but expected type "${r}".`)}}}return i}(n(4072),n(3175))},4072:function(e,t){!function(e){"use strict";const t=1e6,n=1e3,i="transitionend",r=e=>null==e?`${e}`:Object.prototype.toString.call(e).match(/\s([a-z]+)/i)[1].toLowerCase(),o=e=>{do{e+=Math.floor(Math.random()*t)}while(document.getElementById(e));return e},s=e=>{let t=e.getAttribute("data-bs-target");if(!t||"#"===t){let n=e.getAttribute("href");if(!n||!n.includes("#")&&!n.startsWith("."))return null;n.includes("#")&&!n.startsWith("#")&&(n=`#${n.split("#")[1]}`),t=n&&"#"!==n?n.trim():null}return t},l=e=>{const t=s(e);return t&&document.querySelector(t)?t:null},a=e=>{const t=s(e);return t?document.querySelector(t):null},c=e=>{if(!e)return 0;let{transitionDuration:t,transitionDelay:i}=window.getComputedStyle(e);const r=Number.parseFloat(t),o=Number.parseFloat(i);return r||o?(t=t.split(",")[0],i=i.split(",")[0],(Number.parseFloat(t)+Number.parseFloat(i))*n):0},u=e=>{e.dispatchEvent(new Event(i))},d=e=>!(!e||"object"!=typeof e)&&(void 0!==e.jquery&&(e=e[0]),void 0!==e.nodeType),f=e=>d(e)?e.jquery?e[0]:e:"string"==typeof e&&e.length>0?document.querySelector(e):null,h=e=>{if(!d(e)||0===e.getClientRects().length)return!1;const t="visible"===getComputedStyle(e).getPropertyValue("visibility"),n=e.closest("details:not([open])");if(!n)return t;if(n!==e){const t=e.closest("summary");if(t&&t.parentNode!==n)return!1;if(null===t)return!1}return t},m=e=>!e||e.nodeType!==Node.ELEMENT_NODE||!!e.classList.contains("disabled")||(void 0!==e.disabled?e.disabled:e.hasAttribute("disabled")&&"false"!==e.getAttribute("disabled")),p=e=>{if(!document.documentElement.attachShadow)return null;if("function"==typeof e.getRootNode){const t=e.getRootNode();return t instanceof ShadowRoot?t:null}return e instanceof ShadowRoot?e:e.parentNode?p(e.parentNode):null},g=()=>{},_=e=>{e.offsetHeight},b=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,v=[],y=e=>{"loading"===document.readyState?(v.length||document.addEventListener("DOMContentLoaded",(()=>{for(const e of v)e()})),v.push(e)):e()},E=()=>"rtl"===document.documentElement.dir,w=e=>{y((()=>{const t=b();if(t){const n=e.NAME,i=t.fn[n];t.fn[n]=e.jQueryInterface,t.fn[n].Constructor=e,t.fn[n].noConflict=()=>(t.fn[n]=i,e.jQueryInterface)}}))},A=e=>{"function"==typeof e&&e()},S=(e,t,n=!0)=>{if(!n)return void A(e);const r=5,o=c(t)+r;let s=!1;const l=({target:n})=>{n===t&&(s=!0,t.removeEventListener(i,l),A(e))};t.addEventListener(i,l),setTimeout((()=>{s||u(t)}),o)},T=(e,t,n,i)=>{const r=e.length;let o=e.indexOf(t);return-1===o?!n&&i?e[r-1]:e[0]:(o+=n?1:-1,i&&(o=(o+r)%r),e[Math.max(0,Math.min(o,r-1))])};e.defineJQueryPlugin=w,e.execute=A,e.executeAfterTransition=S,e.findShadowRoot=p,e.getElement=f,e.getElementFromSelector=a,e.getNextActiveElement=T,e.getSelectorFromElement=l,e.getTransitionDurationFromElement=c,e.getUID=o,e.getjQuery=b,e.isDisabled=m,e.isElement=d,e.isRTL=E,e.isVisible=h,e.noop=g,e.onDOMContentLoaded=y,e.reflow=_,e.toType=r,e.triggerTransitionEnd=u,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}(t)},2814:function(e,t,n){e.exports=function(e,t,n){"use strict";const i=e=>e&&"object"==typeof e&&"default"in e?e:{default:e},r=i(e),o=i(t),s="swipe",l=".bs.swipe",a=`touchstart${l}`,c=`touchmove${l}`,u=`touchend${l}`,d=`pointerdown${l}`,f=`pointerup${l}`,h="touch",m="pen",p="pointer-event",g=40,_={endCallback:null,leftCallback:null,rightCallback:null},b={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class v extends r.default{constructor(e,t){super(),this._element=e,e&&v.isSupported()&&(this._config=this._getConfig(t),this._deltaX=0,this._supportPointerEvents=Boolean(window.PointerEvent),this._initEvents())}static get Default(){return _}static get DefaultType(){return b}static get NAME(){return s}dispose(){o.default.off(this._element,l)}_start(e){this._supportPointerEvents?this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX):this._deltaX=e.touches[0].clientX}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),n.execute(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=g)return;const t=e/this._deltaX;this._deltaX=0,t&&n.execute(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(o.default.on(this._element,d,(e=>this._start(e))),o.default.on(this._element,f,(e=>this._end(e))),this._element.classList.add(p)):(o.default.on(this._element,a,(e=>this._start(e))),o.default.on(this._element,c,(e=>this._move(e))),o.default.on(this._element,u,(e=>this._end(e))))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===m||e.pointerType===h)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}return v}(n(4705),n(9286),n(4072))},634:(e,t,n)=>{"use strict";n.r(t);var i=n(8048),r=n.n(i);$(document).ready((function(){document.querySelectorAll(".carousel-v2").forEach((e=>{const t=e.querySelector(".carousel-inner"),n=e.querySelectorAll(".carousel-item");let i=0,r=1;const o=()=>{n.forEach(((e,t)=>{null!=e&&e.classList.toggle("active",t==r-1)}))},s=e.querySelectorAll(".carousel-indicators-desktop li");s.forEach((e=>{e.addEventListener("click",(()=>{const i=n[0].offsetWidth,l=parseInt(e.getAttribute("data-indicator-click"));r=l;const a=i*l;t.scrollTo({left:a,behavior:"smooth"}),o(),s.forEach((e=>e.classList.remove("active"))),e.classList.add("active")}))}));const l=e.querySelector(".carousel-control-next");l&&l.addEventListener("click",(()=>{const s=n[0].offsetWidth,l=e.querySelector("li.indicator.active");l&&l.classList.remove("active");const a=l?l.nextElementSibling:null;if(null!=a){a.classList.add("active");const e=parseInt(a.getAttribute("data-indicator-click"));r=e,i=s*e,t.scrollTo({left:i,behavior:"smooth"}),o()}}));const a=e.querySelector(".carousel-control-prev");function c(){const t=e.querySelectorAll(".carousel-indicators-desktop li");if(t.length>0){const n=t[0],i=t[t.length-1],r=e.querySelector(".carousel-control-next"),o=e.querySelector(".carousel-control-prev");n.classList.contains("active")?o&&o.classList.add("d-none"):o&&o.classList.remove("d-none"),i.classList.contains("active")?r&&r.classList.add("d-none"):r&&r.classList.remove("d-none")}}a&&a.addEventListener("click",(function(){const s=n[0].offsetWidth,l=e.querySelector("li.indicator.active");l&&l.classList.remove("active");const a=l?l.previousElementSibling:null;if(null!=a){a.classList.add("active");const e=parseInt(a.getAttribute("data-indicator-click"));r=e,i=s*e,t.scrollTo({left:i,behavior:"smooth"}),o()}}));const u=new MutationObserver((e=>{e.forEach((e=>{"class"===e.attributeName&&c()}))}));s.forEach((e=>{u.observe(e,{attributes:!0})})),c()})),document.querySelectorAll(".carousel.carousel-controls").forEach((e=>{e.id&&new(r())(e,{interval:1e4})}))}))}},t={};function n(i){var r=t[i];if(void 0!==r)return r.exports;var o=t[i]={exports:{}};return e[i].call(o.exports,o,o.exports,n),o.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};(()=>{"use strict";n.r(i);n(634);$((()=>{new URLSearchParams(window.location.search).get("expiredCheckout")&&$("#orcamentoExpirado").modal("show");const e=$(".container").width();$(".comment").width(e+"px"),$(window).width()<500&&($(".comment iframe").width($(window).width()),$(".comment").width($(window).width())),$(".depoimento-external .fechar").on("click",(function(e){e.preventDefault(),$(".depoimento-external").hide(),$(".depoimento-external .whatsapp, .depoimento-external .instagram, .depoimento-external .facebook").hide(),$(".instagram-video").each((function(){$(this)[0].pause()}))})),$((()=>{$(".comment").width("auto")}))})),$("#alertSeguro").on("close.bs.alert",(function(){$(".navbar-dok").css({"margin-top":"0"})}))})()})();