<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! For license information please see jquery.stickybits.js.LICENSE.txt */
!function(t,e){if("object"==typeof exports&amp;&amp;"object"==typeof module)module.exports=e();else if("function"==typeof define&amp;&amp;define.amd)define([],e);else{var s=e();for(var i in s)("object"==typeof exports?exports:t)[i]=s[i]}}(window,(function(){return function(t){var e={};function s(i){if(e[i])return e[i].exports;var n=e[i]={i:i,l:!1,exports:{}};return t[i].call(n.exports,n,n.exports,s),n.l=!0,n.exports}return s.m=t,s.c=e,s.d=function(t,e,i){s.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},s.r=function(t){"undefined"!=typeof Symbol&amp;&amp;Symbol.toStringTag&amp;&amp;Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.t=function(t,e){if(1&amp;e&amp;&amp;(t=s(t)),8&amp;e)return t;if(4&amp;e&amp;&amp;"object"==typeof t&amp;&amp;t&amp;&amp;t.__esModule)return t;var i=Object.create(null);if(s.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&amp;e&amp;&amp;"string"!=typeof t)for(var n in t)s.d(i,n,function(e){return t[e]}.bind(null,n));return i},s.n=function(t){var e=t&amp;&amp;t.__esModule?function(){return t.default}:function(){return t};return s.d(e,"a",e),e},s.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},s.p="/",s(s.s=21)}({21:function(t,e){function s(t){return(s="function"==typeof Symbol&amp;&amp;"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&amp;&amp;"function"==typeof Symbol&amp;&amp;t.constructor===Symbol&amp;&amp;t!==Symbol.prototype?"symbol":typeof t})(t)}(function(){var t;t=function(){"use strict";var t=function(){function t(t,e){var s=void 0!==e?e:{};this.version="3.5.7",this.userAgent=window.navigator.userAgent||"no `userAgent` provided by the browser",this.props={customStickyChangeNumber:s.customStickyChangeNumber||null,noStyles:s.noStyles||!1,stickyBitStickyOffset:s.stickyBitStickyOffset||0,parentClass:s.parentClass||"js-stickybit-parent",scrollEl:"string"==typeof s.scrollEl?document.querySelector(s.scrollEl):s.scrollEl||window,stickyClass:s.stickyClass||"js-is-sticky",stuckClass:s.stuckClass||"js-is-stuck",stickyChangeClass:s.stickyChangeClass||"js-is-sticky--change",useStickyClasses:s.useStickyClasses||!1,useFixed:s.useFixed||!1,useGetBoundingClientRect:s.useGetBoundingClientRect||!1,verticalPosition:s.verticalPosition||"top"},this.props.positionVal=this.definePosition()||"fixed",this.instances=[];var i=this.props,n=i.positionVal,o=i.verticalPosition,r=i.noStyles,l=i.stickyBitStickyOffset,a=i.useStickyClasses,c="top"!==o||r?"":l+"px",u="fixed"!==n?n:"";this.els="string"==typeof t?document.querySelectorAll(t):t,"length"in this.els||(this.els=[this.els]);for(var f=0;f&lt;this.els.length;f++){var p=this.els[f];if(p.style[o]=c,p.style.position=u,"fixed"===n||a){var y=this.addInstance(p,this.props);this.instances.push(y)}}}var e=t.prototype;return e.definePosition=function(){var t;if(this.props.useFixed)t="fixed";else{for(var e=["","-o-","-webkit-","-moz-","-ms-"],s=document.head.style,i=0;i&lt;e.length;i+=1)s.position=e[i]+"sticky";t=s.position?s.position:"fixed",s.position=""}return t},e.addInstance=function(t,e){var s=this,i={el:t,parent:t.parentNode,props:e};this.isWin=this.props.scrollEl===window;var n=this.isWin?window:this.getClosestParent(i.el,i.props.scrollEl);return this.computeScrollOffsets(i),i.parent.className+=" "+e.parentClass,i.state="default",i.stateContainer=function(){return s.manageState(i)},n.addEventListener("scroll",i.stateContainer),i},e.getClosestParent=function(t,e){var s=e,i=t;if(i.parentElement===s)return s;for(;i.parentElement!==s;)i=i.parentElement;return s},e.getTopPosition=function(t){if(this.props.useGetBoundingClientRect)return t.getBoundingClientRect().top+(this.props.scrollEl.pageYOffset||document.documentElement.scrollTop);var e=0;do{e=t.offsetTop+e}while(t=t.offsetParent);return e},e.computeScrollOffsets=function(t){var e=t,s=e.props,i=e.el,n=e.parent,o=!this.isWin&amp;&amp;"fixed"===s.positionVal,r="bottom"!==s.verticalPosition,l=o?this.getTopPosition(s.scrollEl):0,a=o?this.getTopPosition(n)-l:this.getTopPosition(n),c=null!==s.customStickyChangeNumber?s.customStickyChangeNumber:i.offsetHeight,u=a+n.offsetHeight;return e.offset=l+s.stickyBitStickyOffset,e.stickyStart=r?a-e.offset:0,e.stickyChange=e.stickyStart+c,e.stickyStop=r?u-(i.offsetHeight+e.offset):u-window.innerHeight,e},e.toggleClasses=function(t,e,s){var i=t,n=i.className.split(" ");s&amp;&amp;-1===n.indexOf(s)&amp;&amp;n.push(s);var o=n.indexOf(e);-1!==o&amp;&amp;n.splice(o,1),i.className=n.join(" ")},e.manageState=function(t){var e=t,s=e.el,i=e.props,n=e.state,o=e.stickyStart,r=e.stickyChange,l=e.stickyStop,a=s.style,c=i.noStyles,u=i.positionVal,f=i.scrollEl,p=i.stickyClass,y=i.stickyChangeClass,d=i.stuckClass,h=i.verticalPosition,m="bottom"!==h,g=function(t){t()},v=this.isWin&amp;&amp;(window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame)||g,k=this.toggleClasses,w=this.isWin?window.scrollY||window.pageYOffset:f.scrollTop,b=m&amp;&amp;w&lt;=o&amp;&amp;"sticky"===n,C=w&gt;=l&amp;&amp;"sticky"===n;w&gt;o&amp;&amp;w&lt;l&amp;&amp;("default"===n||"stuck"===n)?(e.state="sticky",v((function(){k(s,d,p),a.position=u,c||(a.bottom="",a[h]=i.stickyBitStickyOffset+"px")}))):b?(e.state="default",v((function(){k(s,p),"fixed"===u&amp;&amp;(a.position="")}))):C&amp;&amp;(e.state="stuck",v((function(){k(s,p,d),"fixed"!==u||c||(a.top="",a.bottom="0",a.position="absolute")})));var S=w&gt;=r&amp;&amp;w&lt;=l;return w&lt;r||w&gt;l?v((function(){k(s,y)})):S&amp;&amp;v((function(){k(s,"stub",y)})),e},e.update=function(){for(var t=0;t&lt;this.instances.length;t+=1){var e=this.instances[t];this.computeScrollOffsets(e)}return this},e.removeInstance=function(t){var e=t.el,s=t.props,i=this.toggleClasses;e.style.position="",e.style[s.verticalPosition]="",i(e,s.stickyClass),i(e,s.stuckClass),i(e.parentNode,s.parentClass)},e.cleanup=function(){for(var t=0;t&lt;this.instances.length;t+=1){var e=this.instances[t];e.props.scrollEl.removeEventListener("scroll",e.stateContainer),this.removeInstance(e)}this.manageState=!1,this.instances=[]},t}();if("undefined"!=typeof window){var e=window.$||window.jQuery||window.Zepto;e&amp;&amp;(e.fn.stickybits=function(e){return new t(this,e)})}},s(!1),t()}).call(window)}})}));</pre></body></html>