fonts
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
18 changed files
with
331 additions
and
215 deletions
| ... | @@ -15062,46 +15062,12 @@ figure.woocommerce-product-gallery__wrapper { | ... | @@ -15062,46 +15062,12 @@ figure.woocommerce-product-gallery__wrapper { |
| 15062 | font-style: italic; | 15062 | font-style: italic; |
| 15063 | font-display: swap; | 15063 | font-display: swap; |
| 15064 | } | 15064 | } |
| 15065 | .col-xs-5ths, | 15065 | @font-face { |
| 15066 | .col-sm-5ths, | 15066 | font-family: "BemboStd-SemiboldItalic"; |
| 15067 | .col-md-5ths, | 15067 | src: url("../fonts/BemboStd-SemiboldItalic.woff2") format("woff2"), url("../fonts/BemboStd-SemiboldItalic.woff") format("woff"), url("../fonts/BemboStd-SemiboldItalic.ttf") format("truetype"); |
| 15068 | .col-lg-5ths { | 15068 | font-weight: 600; |
| 15069 | position: relative; | 15069 | font-style: italic; |
| 15070 | min-height: 1px; | 15070 | font-display: swap; |
| 15071 | margin-bottom: -5px; | ||
| 15072 | } | ||
| 15073 | |||
| 15074 | .col-lg-5ths { | ||
| 15075 | width: 20%; | ||
| 15076 | float: left; | ||
| 15077 | } | ||
| 15078 | |||
| 15079 | @media (min-width: 768px) { | ||
| 15080 | .col-lg-5ths { | ||
| 15081 | width: 33%; | ||
| 15082 | float: left; | ||
| 15083 | } | ||
| 15084 | .col-lg-5ths:last-of-type { | ||
| 15085 | display: none; | ||
| 15086 | } | ||
| 15087 | } | ||
| 15088 | @media (min-width: 992px) { | ||
| 15089 | .col-lg-5ths { | ||
| 15090 | width: 20%; | ||
| 15091 | float: left; | ||
| 15092 | } | ||
| 15093 | .col-lg-5ths:last-of-type { | ||
| 15094 | display: block; | ||
| 15095 | } | ||
| 15096 | } | ||
| 15097 | @media (min-width: 1200px) { | ||
| 15098 | .col-lg-5ths { | ||
| 15099 | width: 20%; | ||
| 15100 | float: left; | ||
| 15101 | } | ||
| 15102 | .col-lg-5ths:last-of-type { | ||
| 15103 | display: block; | ||
| 15104 | } | ||
| 15105 | } | 15071 | } |
| 15106 | .has-blue-color, | 15072 | .has-blue-color, |
| 15107 | .has-blue-color:visited { | 15073 | .has-blue-color:visited { |
| ... | @@ -15642,6 +15608,9 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -15642,6 +15608,9 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 15642 | font-size: 40px; | 15608 | font-size: 40px; |
| 15643 | line-height: 48px; | 15609 | line-height: 48px; |
| 15644 | } | 15610 | } |
| 15611 | .overlay-desc.header u { | ||
| 15612 | font-family: "BemboStd-SemiboldItalic"; | ||
| 15613 | } | ||
| 15645 | 15614 | ||
| 15646 | .overlay-desc:not(.header) { | 15615 | .overlay-desc:not(.header) { |
| 15647 | position: relative; | 15616 | position: relative; |
| ... | @@ -15672,19 +15641,32 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -15672,19 +15641,32 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 15672 | line-height: 48px; | 15641 | line-height: 48px; |
| 15673 | text-transform: uppercase; | 15642 | text-transform: uppercase; |
| 15674 | } | 15643 | } |
| 15644 | .overlay-desc:not(.header) u { | ||
| 15645 | font-family: "BemboStd-SemiboldItalic"; | ||
| 15646 | } | ||
| 15675 | 15647 | ||
| 15676 | .overlay-desc.full p { | 15648 | .overlay-desc.full p { |
| 15677 | align-self: center; | 15649 | align-self: center; |
| 15678 | width: 100%; | 15650 | width: 100%; |
| 15679 | text-align: center; | 15651 | text-align: center; |
| 15680 | } | 15652 | } |
| 15681 | .overlay-desc.full p .large, | 15653 | .overlay-desc.full p .large { |
| 15654 | color: #fff; | ||
| 15655 | font-size: 60px; | ||
| 15656 | line-height: 72px; | ||
| 15657 | } | ||
| 15682 | .overlay-desc.full p span { | 15658 | .overlay-desc.full p span { |
| 15683 | color: #fff; | 15659 | color: #fff; |
| 15684 | } | 15660 | } |
| 15661 | .overlay-desc.full u { | ||
| 15662 | font-family: "BemboStd-SemiboldItalic"; | ||
| 15663 | text-transform: none; | ||
| 15664 | } | ||
| 15685 | 15665 | ||
| 15686 | .staff-images { | 15666 | .staff-images { |
| 15667 | display: flex; | ||
| 15687 | overflow: hidden; | 15668 | overflow: hidden; |
| 15669 | position: relative; | ||
| 15688 | } | 15670 | } |
| 15689 | .staff-images .image { | 15671 | .staff-images .image { |
| 15690 | padding-right: 0px; | 15672 | padding-right: 0px; |
| ... | @@ -15693,5 +15675,73 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { | ... | @@ -15693,5 +15675,73 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { |
| 15693 | backface-visibility: hidden; | 15675 | backface-visibility: hidden; |
| 15694 | background-color: #000; | 15676 | background-color: #000; |
| 15695 | } | 15677 | } |
| 15678 | .col-xs-5ths, | ||
| 15679 | .col-sm-5ths, | ||
| 15680 | .col-md-5ths, | ||
| 15681 | .col-lg-5ths { | ||
| 15682 | position: relative; | ||
| 15683 | min-height: 1px; | ||
| 15684 | margin-bottom: -5px; | ||
| 15685 | } | ||
| 15686 | |||
| 15687 | .col-lg-5ths { | ||
| 15688 | width: 20%; | ||
| 15689 | float: left; | ||
| 15690 | } | ||
| 15691 | |||
| 15692 | @media (max-width: 768px) { | ||
| 15693 | .col-lg-5ths { | ||
| 15694 | width: 33%; | ||
| 15695 | float: left; | ||
| 15696 | } | ||
| 15697 | .col-lg-5ths:last-of-type { | ||
| 15698 | display: none; | ||
| 15699 | } | ||
| 15700 | } | ||
| 15701 | .staff_text { | ||
| 15702 | display: none; | ||
| 15703 | visibility: hidden; | ||
| 15704 | width: 100%; | ||
| 15705 | position: absolute; | ||
| 15706 | top: 0; | ||
| 15707 | z-index: 999; | ||
| 15708 | margin: auto; | ||
| 15709 | left: 50%; | ||
| 15710 | transform: translate(-50%, 0); | ||
| 15711 | height: 100%; | ||
| 15712 | background-color: rgba(0, 0, 0, 0.59); | ||
| 15713 | color: #fff; | ||
| 15714 | } | ||
| 15715 | .staff_text .container { | ||
| 15716 | height: 100%; | ||
| 15717 | } | ||
| 15718 | .staff_text .container .row { | ||
| 15719 | height: 100%; | ||
| 15720 | } | ||
| 15721 | .staff_text .col-md-12 { | ||
| 15722 | height: 100%; | ||
| 15723 | display: flex; | ||
| 15724 | align-items: center; | ||
| 15725 | flex-direction: column; | ||
| 15726 | justify-content: center; | ||
| 15727 | } | ||
| 15728 | .staff_text h2, .staff_text .h2 { | ||
| 15729 | color: #fff; | ||
| 15730 | font-size: 60px; | ||
| 15731 | line-height: 72px; | ||
| 15732 | text-transform: uppercase; | ||
| 15733 | font-family: "TradeGothic"; | ||
| 15734 | } | ||
| 15735 | .staff_text h3, .staff_text .h3 { | ||
| 15736 | font-size: 40px; | ||
| 15737 | line-height: 48px; | ||
| 15738 | font-weight: 400; | ||
| 15739 | font-family: "BemboStd-BoldItalic"; | ||
| 15740 | } | ||
| 15741 | |||
| 15742 | .staff-images:hover .staff_text { | ||
| 15743 | visibility: visible; | ||
| 15744 | display: block; | ||
| 15745 | } | ||
| 15696 | 15746 | ||
| 15697 | /*# sourceMappingURL=child-theme.css.map */ | 15747 | /*# sourceMappingURL=child-theme.css.map */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
| ... | @@ -15229,7 +15229,6 @@ | ... | @@ -15229,7 +15229,6 @@ |
| 15229 | scrollTrigger: { | 15229 | scrollTrigger: { |
| 15230 | trigger: "#vc1", | 15230 | trigger: "#vc1", |
| 15231 | scroller: "body", | 15231 | scroller: "body", |
| 15232 | markers: true, | ||
| 15233 | scrub: true, | 15232 | scrub: true, |
| 15234 | pin: true, | 15233 | pin: true, |
| 15235 | start: "top top", | 15234 | start: "top top", |
| ... | @@ -15240,7 +15239,6 @@ | ... | @@ -15240,7 +15239,6 @@ |
| 15240 | scrollTrigger: { | 15239 | scrollTrigger: { |
| 15241 | trigger: "#vc2", | 15240 | trigger: "#vc2", |
| 15242 | scroller: "body", | 15241 | scroller: "body", |
| 15243 | markers: true, | ||
| 15244 | scrub: true, | 15242 | scrub: true, |
| 15245 | pin: true, | 15243 | pin: true, |
| 15246 | start: "top top", | 15244 | start: "top top", | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -155,5 +155,5 @@ var Qo,Ko,Go,Jo,Zo,ta,ea,na,ia,ra,sa,oa,aa,la=function(){return Qo||"undefined"! | ... | @@ -155,5 +155,5 @@ var Qo,Ko,Go,Jo,Zo,ta,ea,na,ia,ra,sa,oa,aa,la=function(){return Qo||"undefined"! |
| 155 | * Club GreenSock members, the agreement issued with that membership. | 155 | * Club GreenSock members, the agreement issued with that membership. |
| 156 | * @author: Jack Doyle, jack@greensock.com | 156 | * @author: Jack Doyle, jack@greensock.com |
| 157 | */ | 157 | */ |
| 158 | var La,Ia,ja,Na,Ra,$a,Fa,za,Ba,Ya,Ha,Xa,Wa,qa,Va,Ua,Qa,Ka,Ga,Ja,Za,tl,el,nl,il,rl,sl,ol,al,ll,ul,cl,fl,hl,dl=1,pl=Date.now,gl=pl(),ml=0,_l=0,vl=function(){return qa=1},yl=function(){return qa=0},bl=function(t){return t},wl=function(t){return Math.round(1e5*t)/1e5||0},xl=function(){return"undefined"!=typeof window},Tl=function(){return La||xl()&&(La=window.gsap)&&La.registerPlugin&&La},El=function(t){return!!~Fa.indexOf(t)},Al=function(t){return ga(t,"getBoundingClientRect")||(El(t)?function(){return Nu.width=ja.innerWidth,Nu.height=ja.innerHeight,Nu}:function(){return Gl(t)})},Ol=function(t,e){var n=e.s,i=e.d2,r=e.d,s=e.a;return(n="scroll"+i)&&(s=ga(t,n))?s()-Al(t)()[r]:El(t)?(Ra[n]||$a[n])-(ja["inner"+i]||Ra["client"+i]||$a["client"+i]):t[n]-t["offset"+i]},Cl=function(t,e){for(var n=0;n<Ga.length;n+=3)(!e||~e.indexOf(Ga[n+1]))&&t(Ga[n],Ga[n+1],Ga[n+2])},kl=function(t){return"string"==typeof t},Sl=function(t){return"function"==typeof t},Dl=function(t){return"number"==typeof t},Ml=function(t){return"object"==typeof t},Pl=function(t,e,n){return t&&t.progress(e?0:1)&&n&&t.pause()},Ll=function(t,e){if(t.enabled){var n=e(t);n&&n.totalTime&&(t.callbackAnimation=n)}},Il=Math.abs,jl="left",Nl="right",Rl="bottom",$l="width",Fl="height",zl="Right",Bl="Left",Yl="Top",Hl="Bottom",Xl="padding",Wl="margin",ql="Width",Vl="Height",Ul="px",Ql=function(t){return ja.getComputedStyle(t)},Kl=function(t,e){for(var n in e)n in t||(t[n]=e[n]);return t},Gl=function(t,e){var n=e&&"matrix(1, 0, 0, 1, 0, 0)"!==Ql(t)[Va]&&La.to(t,{x:0,y:0,xPercent:0,yPercent:0,rotation:0,rotationX:0,rotationY:0,scale:1,skewX:0,skewY:0}).progress(1),i=t.getBoundingClientRect();return n&&n.progress(0).kill(),i},Jl=function(t,e){var n=e.d2;return t["offset"+n]||t["client"+n]||0},Zl=function(t){var e,n=[],i=t.labels,r=t.duration();for(e in i)n.push(i[e]/r);return n},tu=function(t){var e=La.utils.snap(t),n=Array.isArray(t)&&t.slice(0).sort((function(t,e){return t-e}));return n?function(t,i,r){var s;if(void 0===r&&(r=.001),!i)return e(t);if(i>0){for(t-=r,s=0;s<n.length;s++)if(n[s]>=t)return n[s];return n[s-1]}for(s=n.length,t+=r;s--;)if(n[s]<=t)return n[s];return n[0]}:function(n,i,r){void 0===r&&(r=.001);var s=e(n);return!i||Math.abs(s-n)<r||s-n<0==i<0?s:e(i<0?n-t:n+t)}},eu=function(t,e,n,i){return n.split(",").forEach((function(n){return t(e,n,i)}))},nu=function(t,e,n,i,r){return t.addEventListener(e,n,{passive:!i,capture:!!r})},iu=function(t,e,n,i){return t.removeEventListener(e,n,!!i)},ru=function(t,e,n){return n&&n.wheelHandler&&t(e,"wheel",n)},su={startColor:"green",endColor:"red",indent:0,fontSize:"16px",fontWeight:"normal"},ou={toggleActions:"play",anticipatePin:0},au={top:0,left:0,center:.5,bottom:1,right:1},lu=function(t,e){if(kl(t)){var n=t.indexOf("="),i=~n?+(t.charAt(n-1)+1)*parseFloat(t.substr(n+1)):0;~n&&(t.indexOf("%")>n&&(i*=e/100),t=t.substr(0,n-1)),t=i+(t in au?au[t]*e:~t.indexOf("%")?parseFloat(t)*e/100:parseFloat(t)||0)}return t},uu=function(t,e,n,i,r,s,o,a){var l=r.startColor,u=r.endColor,c=r.fontSize,f=r.indent,h=r.fontWeight,d=Na.createElement("div"),p=El(n)||"fixed"===ga(n,"pinType"),g=-1!==t.indexOf("scroller"),m=p?$a:n,_=-1!==t.indexOf("start"),v=_?l:u,y="border-color:"+v+";font-size:"+c+";color:"+v+";font-weight:"+h+";pointer-events:none;white-space:nowrap;font-family:sans-serif,Arial;z-index:1000;padding:4px 8px;border-width:0;border-style:solid;";return y+="position:"+((g||a)&&p?"fixed;":"absolute;"),(g||a||!p)&&(y+=(i===Ea?Nl:Rl)+":"+(s+parseFloat(f))+"px;"),o&&(y+="box-sizing:border-box;text-align:left;width:"+o.offsetWidth+"px;"),d._isStart=_,d.setAttribute("class","gsap-marker-"+t+(e?" marker-"+e:"")),d.style.cssText=y,d.innerText=e||0===e?t+"-"+e:t,m.children[0]?m.insertBefore(d,m.children[0]):m.appendChild(d),d._offset=d["offset"+i.op.d2],cu(d,0,i,_),d},cu=function(t,e,n,i){var r={display:"block"},s=n[i?"os2":"p2"],o=n[i?"p2":"os2"];t._isFlipped=i,r[n.a+"Percent"]=i?-100:0,r[n.a]=i?"1px":0,r["border"+s+ql]=1,r["border"+o+ql]=0,r[n.p]=e+"px",La.set(t,r)},fu=[],hu={},du=function(){return pl()-ml>34&&(ul||(ul=requestAnimationFrame(Su)))},pu=function(){(!el||!el.isPressed||el.startX>$a.clientWidth)&&(fa.cache++,el?ul||(ul=requestAnimationFrame(Su)):Su(),ml||bu("scrollStart"),ml=pl())},gu=function(){rl=ja.innerWidth,il=ja.innerHeight},mu=function(){fa.cache++,!Wa&&!tl&&!Na.fullscreenElement&&!Na.webkitFullscreenElement&&(!nl||rl!==ja.innerWidth||Math.abs(ja.innerHeight-il)>.25*ja.innerHeight)&&za.restart(!0)},_u={},vu=[],yu=function t(){return iu(Bu,"scrollEnd",t)||Ou(!0)},bu=function(t){return _u[t]&&_u[t].map((function(t){return t()}))||vu},wu=[],xu=function(t){for(var e=0;e<wu.length;e+=5)(!t||wu[e+4]&&wu[e+4].query===t)&&(wu[e].style.cssText=wu[e+1],wu[e].getBBox&&wu[e].setAttribute("transform",wu[e+2]||""),wu[e+3].uncache=1)},Tu=function(t,e){var n;for(Ua=0;Ua<fu.length;Ua++)!(n=fu[Ua])||e&&n._ctx!==e||(t?n.kill(1):n.revert(!0,!0));e&&xu(e),e||bu("revert")},Eu=function(t,e){fa.cache++,(e||!cl)&&fa.forEach((function(t){return Sl(t)&&t.cacheID++&&(t.rec=0)})),kl(t)&&(ja.history.scrollRestoration=al=t)},Au=0,Ou=function(t,e){if(!ml||t){cl=Bu.isRefreshing=!0,fa.forEach((function(t){return Sl(t)&&t.cacheID++&&(t.rec=t())}));var n=bu("refreshInit");Ja&&Bu.sort(),e||Tu(),fa.forEach((function(t){Sl(t)&&(t.smooth&&(t.target.style.scrollBehavior="auto"),t(0))})),fu.slice(0).forEach((function(t){return t.refresh()})),fu.forEach((function(t,e){if(t._subPinOffset&&t.pin){var n=t.vars.horizontal?"offsetWidth":"offsetHeight",i=t.pin[n];t.revert(!0,1),t.adjustPinSpacing(t.pin[n]-i),t.revert(!1,1)}})),fu.forEach((function(t){return"max"===t.vars.end&&t.setPositions(t.start,Math.max(t.start+1,Ol(t.scroller,t._dir)))})),n.forEach((function(t){return t&&t.render&&t.render(-1)})),fa.forEach((function(t){Sl(t)&&(t.smooth&&requestAnimationFrame((function(){return t.target.style.scrollBehavior="smooth"})),t.rec&&t(t.rec))})),Eu(al,1),za.pause(),Au++,Su(2),fu.forEach((function(t){return Sl(t.vars.onRefresh)&&t.vars.onRefresh(t)})),cl=Bu.isRefreshing=!1,bu("refresh")}else nu(Bu,"scrollEnd",yu)},Cu=0,ku=1,Su=function(t){if(!cl||2===t){Bu.isUpdating=!0,hl&&hl.update(0);var e=fu.length,n=pl(),i=n-gl>=50,r=e&&fu[0].scroll();if(ku=Cu>r?-1:1,Cu=r,i&&(ml&&!qa&&n-ml>200&&(ml=0,bu("scrollEnd")),Ha=gl,gl=n),ku<0){for(Ua=e;Ua-- >0;)fu[Ua]&&fu[Ua].update(0,i);ku=1}else for(Ua=0;Ua<e;Ua++)fu[Ua]&&fu[Ua].update(0,i);Bu.isUpdating=!1}ul=0},Du=[jl,"top",Rl,Nl,Wl+Hl,Wl+zl,Wl+Yl,Wl+Bl,"display","flexShrink","float","zIndex","gridColumnStart","gridColumnEnd","gridRowStart","gridRowEnd","gridArea","justifySelf","alignSelf","placeSelf","order"],Mu=Du.concat([$l,Fl,"boxSizing","max"+ql,"max"+Vl,"position",Wl,Xl,Xl+Yl,Xl+zl,Xl+Hl,Xl+Bl]),Pu=function(t,e,n,i){if(!t._gsap.swappedIn){for(var r,s=Du.length,o=e.style,a=t.style;s--;)o[r=Du[s]]=n[r];o.position="absolute"===n.position?"absolute":"relative","inline"===n.display&&(o.display="inline-block"),a[Rl]=a[Nl]="auto",o.flexBasis=n.flexBasis||"auto",o.overflow="visible",o.boxSizing="border-box",o[$l]=Jl(t,Ta)+Ul,o[Fl]=Jl(t,Ea)+Ul,o[Xl]=a[Wl]=a.top=a[jl]="0",Iu(i),a[$l]=a["max"+ql]=n[$l],a[Fl]=a["max"+Vl]=n[Fl],a[Xl]=n[Xl],t.parentNode!==e&&(t.parentNode.insertBefore(e,t),e.appendChild(t)),t._gsap.swappedIn=!0}},Lu=/([A-Z])/g,Iu=function(t){if(t){var e,n,i=t.t.style,r=t.length,s=0;for((t.t._gsap||La.core.getCache(t.t)).uncache=1;s<r;s+=2)n=t[s+1],e=t[s],n?i[e]=n:i[e]&&i.removeProperty(e.replace(Lu,"-$1").toLowerCase())}},ju=function(t){for(var e=Mu.length,n=t.style,i=[],r=0;r<e;r++)i.push(Mu[r],n[Mu[r]]);return i.t=t,i},Nu={left:0,top:0},Ru=function(t,e,n,i,r,s,o,a,l,u,c,f,h){Sl(t)&&(t=t(a)),kl(t)&&"max"===t.substr(0,3)&&(t=f+("="===t.charAt(4)?lu("0"+t.substr(3),n):0));var d,p,g,m=h?h.time():0;if(h&&h.seek(0),Dl(t))o&&cu(o,n,i,!0);else{Sl(e)&&(e=e(a));var _,v,y,b,w=(t||"0").split(" ");g=Aa(e)||$a,(_=Gl(g)||{})&&(_.left||_.top)||"none"!==Ql(g).display||(b=g.style.display,g.style.display="block",_=Gl(g),b?g.style.display=b:g.style.removeProperty("display")),v=lu(w[0],_[i.d]),y=lu(w[1]||"0",n),t=_[i.p]-l[i.p]-u+v+r-y,o&&cu(o,y,i,n-y<20||o._isStart&&y>20),n-=n-y}if(s){var x=t+n,T=s._isStart;d="scroll"+i.d2,cu(s,x,i,T&&x>20||!T&&(c?Math.max($a[d],Ra[d]):s.parentNode[d])<=x+1),c&&(l=Gl(o),c&&(s.style[i.op.p]=l[i.op.p]-i.op.m-s._offset+Ul))}return h&&g&&(d=Gl(g),h.seek(f),p=Gl(g),h._caScrollDist=d[i.p]-p[i.p],t=t/h._caScrollDist*f),h&&h.seek(m),h?t:Math.round(t)},$u=/(webkit|moz|length|cssText|inset)/i,Fu=function(t,e,n,i){if(t.parentNode!==e){var r,s,o=t.style;if(e===$a){for(r in t._stOrig=o.cssText,s=Ql(t))+r||$u.test(r)||!s[r]||"string"!=typeof o[r]||"0"===r||(o[r]=s[r]);o.top=n,o.left=i}else o.cssText=t._stOrig;La.core.getCache(t).uncache=1,e.appendChild(t)}},zu=function(t,e){var n,i,r=Oa(t,e),s="_scroll"+e.p2,o=function e(o,a,l,u,c){var f=e.tween,h=a.onComplete,d={};return l=l||r(),c=u&&c||0,u=u||o-l,f&&f.kill(),n=Math.round(l),a[s]=o,a.modifiers=d,d[s]=function(t){return(t=Math.round(r()))!==n&&t!==i&&Math.abs(t-n)>3&&Math.abs(t-i)>3?(f.kill(),e.tween=0):t=l+u*f.ratio+c*f.ratio*f.ratio,i=n,n=Math.round(t)},a.onUpdate=function(){fa.cache++,Su()},a.onComplete=function(){e.tween=0,h&&h.call(f)},f=e.tween=La.to(t,a)};return t[s]=r,r.wheelHandler=function(){return o.tween&&o.tween.kill()&&(o.tween=0)},nu(t,"wheel",r.wheelHandler),o},Bu=function(){function t(e,n){Ia||t.register(La),this.init(e,n)}return t.prototype.init=function(e,n){if(this.progress=this.start=0,this.vars&&this.kill(!0,!0),_l){var i,r,s,o,a,l,u,c,f,h,d,p,g,m,_,v,y,b,w,x,T,E,A,O,C,k,S,D,M,P,L,I,j,N,R,$,F,z,B,Y,H,X,W=e=Kl(kl(e)||Dl(e)||e.nodeType?{trigger:e}:e,ou),q=W.onUpdate,V=W.toggleClass,U=W.id,Q=W.onToggle,K=W.onRefresh,G=W.scrub,J=W.trigger,Z=W.pin,tt=W.pinSpacing,et=W.invalidateOnRefresh,nt=W.anticipatePin,it=W.onScrubComplete,rt=W.onSnapComplete,st=W.once,ot=W.snap,at=W.pinReparent,lt=W.pinSpacer,ut=W.containerAnimation,ct=W.fastScrollEnd,ft=W.preventOverlaps,ht=e.horizontal||e.containerAnimation&&!1!==e.horizontal?Ta:Ea,dt=!G&&0!==G,pt=Aa(e.scroller||ja),gt=La.core.getCache(pt),mt=El(pt),_t="fixed"===("pinType"in e?e.pinType:ga(pt,"pinType")||mt&&"fixed"),vt=[e.onEnter,e.onLeave,e.onEnterBack,e.onLeaveBack],yt=dt&&e.toggleActions.split(" "),bt="markers"in e?e.markers:ou.markers,wt=mt?0:parseFloat(Ql(pt)["border"+ht.p2+ql])||0,xt=this,Tt=e.onRefreshInit&&function(){return e.onRefreshInit(xt)},Et=function(t,e,n){var i=n.d,r=n.d2,s=n.a;return(s=ga(t,"getBoundingClientRect"))?function(){return s()[i]}:function(){return(e?ja["inner"+r]:t["client"+r])||0}}(pt,mt,ht),At=function(t,e){return!e||~ha.indexOf(t)?Al(t):function(){return Nu}}(pt,mt),Ot=0,Ct=0,kt=Oa(pt,ht);if(ol(xt),xt._dir=ht,nt*=45,xt.scroller=pt,xt.scroll=ut?ut.time.bind(ut):kt,o=kt(),xt.vars=e,n=n||e.animation,"refreshPriority"in e&&(Ja=1,-9999===e.refreshPriority&&(hl=xt)),gt.tweenScroll=gt.tweenScroll||{top:zu(pt,Ea),left:zu(pt,Ta)},xt.tweenTo=i=gt.tweenScroll[ht.p],xt.scrubDuration=function(t){(I=Dl(t)&&t)?L?L.duration(t):L=La.to(n,{ease:"expo",totalProgress:"+=0.001",duration:I,paused:!0,onComplete:function(){return it&&it(xt)}}):(L&&L.progress(1).kill(),L=0)},n&&(n.vars.lazy=!1,n._initted||!1!==n.vars.immediateRender&&!1!==e.immediateRender&&n.duration()&&n.render(0,!0,!0),xt.animation=n.pause(),n.scrollTrigger=xt,xt.scrubDuration(G),M=0,U||(U=n.vars.id)),fu.push(xt),ot&&(Ml(ot)&&!ot.push||(ot={snapTo:ot}),"scrollBehavior"in $a.style&&La.set(mt?[$a,Ra]:pt,{scrollBehavior:"auto"}),fa.forEach((function(t){return Sl(t)&&t.target===(mt?Na.scrollingElement||Ra:pt)&&(t.smooth=!1)})),s=Sl(ot.snapTo)?ot.snapTo:"labels"===ot.snapTo?function(t){return function(e){return La.utils.snap(Zl(t),e)}}(n):"labelsDirectional"===ot.snapTo?(Y=n,function(t,e){return tu(Zl(Y))(t,e.direction)}):!1!==ot.directional?function(t,e){return tu(ot.snapTo)(t,pl()-Ct<500?0:e.direction)}:La.utils.snap(ot.snapTo),j=ot.duration||{min:.1,max:2},j=Ml(j)?Ya(j.min,j.max):Ya(j,j),N=La.delayedCall(ot.delay||I/2||.1,(function(){var t=kt(),e=pl()-Ct<500,r=i.tween;if(!(e||Math.abs(xt.getVelocity())<10)||r||qa||Ot===t)xt.isActive&&Ot!==t&&N.restart(!0);else{var o=(t-l)/g,a=n&&!dt?n.totalProgress():o,c=e?0:(a-P)/(pl()-Ha)*1e3||0,f=La.utils.clamp(-o,1-o,Il(c/2)*c/.185),h=o+(!1===ot.inertia?0:f),d=Ya(0,1,s(h,xt)),p=Math.round(l+d*g),m=ot,_=m.onStart,v=m.onInterrupt,y=m.onComplete;if(t<=u&&t>=l&&p!==t){if(r&&!r._initted&&r.data<=Il(p-t))return;!1===ot.inertia&&(f=d-o),i(p,{duration:j(Il(.185*Math.max(Il(h-a),Il(d-a))/c/.05||0)),ease:ot.ease||"power3",data:Il(p-t),onInterrupt:function(){return N.restart(!0)&&v&&v(xt)},onComplete:function(){xt.update(),Ot=kt(),M=P=n&&!dt?n.totalProgress():xt.progress,rt&&rt(xt),y&&y(xt)}},t,f*g,p-t-f*g),_&&_(xt,i.tween)}}})).pause()),U&&(hu[U]=xt),(B=(J=xt.trigger=Aa(J||Z))&&J._gsap&&J._gsap.stRevert)&&(B=B(xt)),Z=!0===Z?J:Aa(Z),kl(V)&&(V={targets:J,className:V}),Z&&(!1===tt||tt===Wl||(tt=!(!tt&&Z.parentNode&&Z.parentNode.style&&"flex"===Ql(Z.parentNode).display)&&Xl),xt.pin=Z,(r=La.core.getCache(Z)).spacer?m=r.pinState:(lt&&((lt=Aa(lt))&&!lt.nodeType&&(lt=lt.current||lt.nativeElement),r.spacerIsNative=!!lt,lt&&(r.spacerState=ju(lt))),r.spacer=y=lt||Na.createElement("div"),y.classList.add("pin-spacer"),U&&y.classList.add("pin-spacer-"+U),r.pinState=m=ju(Z)),!1!==e.force3D&&La.set(Z,{force3D:!0}),xt.spacer=y=r.spacer,D=Ql(Z),A=D[tt+ht.os2],w=La.getProperty(Z),x=La.quickSetter(Z,ht.a,Ul),Pu(Z,y,D),v=ju(Z)),bt){p=Ml(bt)?Kl(bt,su):su,h=uu("scroller-start",U,pt,ht,p,0),d=uu("scroller-end",U,pt,ht,p,0,h),b=h["offset"+ht.op.d2];var St=Aa(ga(pt,"content")||pt);c=this.markerStart=uu("start",U,St,ht,p,b,0,ut),f=this.markerEnd=uu("end",U,St,ht,p,b,0,ut),ut&&(z=La.quickSetter([c,f],ht.a,Ul)),_t||ha.length&&!0===ga(pt,"fixedMarkers")||(X=Ql(H=mt?$a:pt).position,H.style.position="absolute"===X||"fixed"===X?X:"relative",La.set([h,d],{force3D:!0}),C=La.quickSetter(h,ht.a,Ul),S=La.quickSetter(d,ht.a,Ul))}if(ut){var Dt=ut.vars.onUpdate,Mt=ut.vars.onUpdateParams;ut.eventCallback("onUpdate",(function(){xt.update(0,0,1),Dt&&Dt.apply(Mt||[])}))}xt.previous=function(){return fu[fu.indexOf(xt)-1]},xt.next=function(){return fu[fu.indexOf(xt)+1]},xt.revert=function(t,e){if(!e)return xt.kill(!0);var i=!1!==t||!xt.enabled,r=Wa;i!==xt.isReverted&&(i&&($=Math.max(kt(),xt.scroll.rec||0),R=xt.progress,F=n&&n.progress()),c&&[c,f,h,d].forEach((function(t){return t.style.display=i?"none":"block"})),i&&(Wa=1,xt.update(i)),!Z||at&&xt.isActive||(i?function(t,e,n){Iu(n);var i=t._gsap;if(i.spacerIsNative)Iu(i.spacerState);else if(t._gsap.swappedIn){var r=e.parentNode;r&&(r.insertBefore(t,e),r.removeChild(e))}t._gsap.swappedIn=!1}(Z,y,m):Pu(Z,y,Ql(Z),O)),i||xt.update(i),Wa=r,xt.isReverted=i)},xt.refresh=function(r,s){if(!Wa&&xt.enabled||s)if(Z&&r&&ml)nu(t,"scrollEnd",yu);else{!cl&&Tt&&Tt(xt),Wa=1,Ct=pl(),i.tween&&(i.tween.kill(),i.tween=0),L&&L.pause(),et&&n&&n.revert({kill:!1}).invalidate(),xt.isReverted||xt.revert(!0,!0),xt._subPinOffset=!1;for(var p,b,x,A,C,S,D,M,P,I,j,z=Et(),B=At(),Y=ut?ut.duration():Ol(pt,ht),H=0,X=0,W=e.end,q=e.endTrigger||J,V=e.start||(0!==e.start&&J?Z?"0 0":"0 100%":0),U=xt.pinnedContainer=e.pinnedContainer&&Aa(e.pinnedContainer),Q=J&&Math.max(0,fu.indexOf(xt))||0,G=Q;G--;)(S=fu[G]).end||S.refresh(0,1)||(Wa=1),!(D=S.pin)||D!==J&&D!==Z||S.isReverted||(I||(I=[]),I.unshift(S),S.revert(!0,!0)),S!==fu[G]&&(Q--,G--);for(Sl(V)&&(V=V(xt)),l=Ru(V,J,z,ht,kt(),c,h,xt,B,wt,_t,Y,ut)||(Z?-.001:0),Sl(W)&&(W=W(xt)),kl(W)&&!W.indexOf("+=")&&(~W.indexOf(" ")?W=(kl(V)?V.split(" ")[0]:"")+W:(H=lu(W.substr(2),z),W=kl(V)?V:l+H,q=J)),u=Math.max(l,Ru(W||(q?"100% 0":Y),q,z,ht,kt()+H,f,d,xt,B,wt,_t,Y,ut))||-.001,g=u-l||(l-=.01)&&.001,H=0,G=Q;G--;)(D=(S=fu[G]).pin)&&S.start-S._pinPush<=l&&!ut&&S.end>0&&(p=S.end-S.start,(D===J&&S.start-S._pinPush<l||D===U)&&!Dl(V)&&(H+=p*(1-S.progress)),D===Z&&(X+=p));if(l+=H,u+=H,xt._pinPush=X,c&&H&&((p={})[ht.a]="+="+H,U&&(p[ht.p]="-="+kt()),La.set([c,f],p)),Z)p=Ql(Z),A=ht===Ea,x=kt(),T=parseFloat(w(ht.a))+X,!Y&&u>1&&((j={style:j=(mt?Na.scrollingElement||Ra:pt).style,value:j["overflow"+ht.a.toUpperCase()]})["overflow"+ht.a.toUpperCase()]="scroll"),Pu(Z,y,p),v=ju(Z),b=Gl(Z,!0),M=_t&&Oa(pt,A?Ta:Ea)(),tt&&((O=[tt+ht.os2,g+X+Ul]).t=y,(G=tt===Xl?Jl(Z,ht)+g+X:0)&&O.push(ht.d,G+Ul),Iu(O),U&&fu.forEach((function(t){t.pin===U&&!1!==t.vars.pinSpacing&&(t._subPinOffset=!0)})),_t&&kt($)),_t&&((C={top:b.top+(A?x-l:M)+Ul,left:b.left+(A?M:x-l)+Ul,boxSizing:"border-box",position:"fixed"})[$l]=C["max"+ql]=Math.ceil(b.width)+Ul,C[Fl]=C["max"+Vl]=Math.ceil(b.height)+Ul,C[Wl]=C[Wl+Yl]=C[Wl+zl]=C[Wl+Hl]=C[Wl+Bl]="0",C[Xl]=p[Xl],C[Xl+Yl]=p[Xl+Yl],C[Xl+zl]=p[Xl+zl],C[Xl+Hl]=p[Xl+Hl],C[Xl+Bl]=p[Xl+Bl],_=function(t,e,n){for(var i,r=[],s=t.length,o=n?8:0;o<s;o+=2)i=t[o],r.push(i,i in e?e[i]:t[o+1]);return r.t=t.t,r}(m,C,at),cl&&kt(0)),n?(P=n._initted,Za(1),n.render(n.duration(),!0,!0),E=w(ht.a)-T+g+X,k=Math.abs(g-E)>1,_t&&k&&_.splice(_.length-2,2),n.render(0,!0,!0),P||n.invalidate(!0),n.parent||n.totalTime(n.totalTime()),Za(0)):E=g,j&&(j.value?j.style["overflow"+ht.a.toUpperCase()]=j.value:j.style.removeProperty("overflow-"+ht.a));else if(J&&kt()&&!ut)for(b=J.parentNode;b&&b!==$a;)b._pinOffset&&(l-=b._pinOffset,u-=b._pinOffset),b=b.parentNode;I&&I.forEach((function(t){return t.revert(!1,!0)})),xt.start=l,xt.end=u,o=a=cl?$:kt(),ut||cl||(o<$&&kt($),xt.scroll.rec=0),xt.revert(!1,!0),N&&(Ot=-1,xt.isActive&&kt(l+g*R),N.restart(!0)),Wa=0,n&&dt&&(n._initted||F)&&n.progress()!==F&&n.progress(F,!0).render(n.time(),!0,!0),(R!==xt.progress||ut)&&(n&&!dt&&n.totalProgress(R,!0),xt.progress=(o-l)/g===R?0:R),Z&&tt&&(y._pinOffset=Math.round(xt.progress*E)),K&&!cl&&K(xt)}},xt.getVelocity=function(){return(kt()-a)/(pl()-Ha)*1e3||0},xt.endAnimation=function(){Pl(xt.callbackAnimation),n&&(L?L.progress(1):n.paused()?dt||Pl(n,xt.direction<0,1):Pl(n,n.reversed()))},xt.labelToScroll=function(t){return n&&n.labels&&(l||xt.refresh()||l)+n.labels[t]/n.duration()*g||0},xt.getTrailing=function(t){var e=fu.indexOf(xt),n=xt.direction>0?fu.slice(0,e).reverse():fu.slice(e+1);return(kl(t)?n.filter((function(e){return e.vars.preventOverlaps===t})):n).filter((function(t){return xt.direction>0?t.end<=l:t.start>=u}))},xt.update=function(t,e,r){if(!ut||r||t){var s,c,f,d,p,m,b,w=cl?$:xt.scroll(),O=t?0:(w-l)/g,D=O<0?0:O>1?1:O||0,I=xt.progress;if(e&&(a=o,o=ut?kt():w,ot&&(P=M,M=n&&!dt?n.totalProgress():D)),nt&&!D&&Z&&!Wa&&!dl&&ml&&l<w+(w-a)/(pl()-Ha)*nt&&(D=1e-4),D!==I&&xt.enabled){if(d=(p=(s=xt.isActive=!!D&&D<1)!==(!!I&&I<1))||!!D!=!!I,xt.direction=D>I?1:-1,xt.progress=D,d&&!Wa&&(c=D&&!I?0:1===D?1:1===I?2:3,dt&&(f=!p&&"none"!==yt[c+1]&&yt[c+1]||yt[c],b=n&&("complete"===f||"reset"===f||f in n))),ft&&(p||b)&&(b||G||!n)&&(Sl(ft)?ft(xt):xt.getTrailing(ft).forEach((function(t){return t.endAnimation()}))),dt||(!L||Wa||dl?n&&n.totalProgress(D,!!Wa):(L._dp._time-L._start!==L._time&&L.render(L._dp._time-L._start),L.resetTo?L.resetTo("totalProgress",D,n._tTime/n._tDur):(L.vars.totalProgress=D,L.invalidate().restart()))),Z)if(t&&tt&&(y.style[tt+ht.os2]=A),_t){if(d){if(m=!t&&D>I&&u+1>w&&w+1>=Ol(pt,ht),at)if(t||!s&&!m)Fu(Z,y);else{var j=Gl(Z,!0),R=w-l;Fu(Z,$a,j.top+(ht===Ea?R:0)+Ul,j.left+(ht===Ea?0:R)+Ul)}Iu(s||m?_:v),k&&D<1&&s||x(T+(1!==D||m?0:E))}}else x(wl(T+E*D));ot&&!i.tween&&!Wa&&!dl&&N.restart(!0),V&&(p||st&&D&&(D<1||!ll))&&Ba(V.targets).forEach((function(t){return t.classList[s||st?"add":"remove"](V.className)})),q&&!dt&&!t&&q(xt),d&&!Wa?(dt&&(b&&("complete"===f?n.pause().totalProgress(1):"reset"===f?n.restart(!0).pause():"restart"===f?n.restart(!0):n[f]()),q&&q(xt)),!p&&ll||(Q&&p&&Ll(xt,Q),vt[c]&&Ll(xt,vt[c]),st&&(1===D?xt.kill(!1,1):vt[c]=0),p||vt[c=1===D?1:3]&&Ll(xt,vt[c])),ct&&!s&&Math.abs(xt.getVelocity())>(Dl(ct)?ct:2500)&&(Pl(xt.callbackAnimation),L?L.progress(1):Pl(n,"reverse"===f?1:!D,1))):dt&&q&&!Wa&&q(xt)}if(S){var F=ut?w/ut.duration()*(ut._caScrollDist||0):w;C(F+(h._isFlipped?1:0)),S(F)}z&&z(-w/ut.duration()*(ut._caScrollDist||0))}},xt.enable=function(e,n){xt.enabled||(xt.enabled=!0,nu(pt,"resize",mu),nu(mt?Na:pt,"scroll",pu),Tt&&nu(t,"refreshInit",Tt),!1!==e&&(xt.progress=R=0,o=a=Ot=kt()),!1!==n&&xt.refresh())},xt.getTween=function(t){return t&&i?i.tween:L},xt.setPositions=function(t,e){Z&&(T+=t-l,E+=e-t-g,tt===Xl&&xt.adjustPinSpacing(e-t-g)),xt.start=l=t,xt.end=u=e,g=e-t,xt.update()},xt.adjustPinSpacing=function(t){if(O){var e=O.indexOf(ht.d)+1;O[e]=parseFloat(O[e])+t+Ul,O[1]=parseFloat(O[1])+t+Ul,Iu(O)}},xt.disable=function(e,n){if(xt.enabled&&(!1!==e&&xt.revert(!0,!0),xt.enabled=xt.isActive=!1,n||L&&L.pause(),$=0,r&&(r.uncache=1),Tt&&iu(t,"refreshInit",Tt),N&&(N.pause(),i.tween&&i.tween.kill()&&(i.tween=0)),!mt)){for(var s=fu.length;s--;)if(fu[s].scroller===pt&&fu[s]!==xt)return;iu(pt,"resize",mu),iu(pt,"scroll",pu)}},xt.kill=function(t,i){xt.disable(t,i),L&&!i&&L.kill(),U&&delete hu[U];var s=fu.indexOf(xt);s>=0&&fu.splice(s,1),s===Ua&&ku>0&&Ua--,s=0,fu.forEach((function(t){return t.scroller===xt.scroller&&(s=1)})),s||cl||(xt.scroll.rec=0),n&&(n.scrollTrigger=null,t&&n.revert({kill:!1}),i||n.kill()),c&&[c,f,h,d].forEach((function(t){return t.parentNode&&t.parentNode.removeChild(t)})),hl===xt&&(hl=0),Z&&(r&&(r.uncache=1),s=0,fu.forEach((function(t){return t.pin===Z&&s++})),s||(r.spacer=0)),e.onKill&&e.onKill(xt)},xt.enable(!1,!1),B&&B(xt),n&&n.add&&!g?La.delayedCall(.01,(function(){return l||u||xt.refresh()}))&&(g=.01)&&(l=u=0):xt.refresh(),Z&&function(){if(fl!==Au){var t=fl=Au;requestAnimationFrame((function(){return t===Au&&Ou(!0)}))}}()}else this.update=this.refresh=this.kill=bl},t.register=function(e){return Ia||(La=e||Tl(),xl()&&window.document&&t.enable(),Ia=_l),Ia},t.defaults=function(t){if(t)for(var e in t)ou[e]=t[e];return ou},t.disable=function(t,e){_l=0,fu.forEach((function(n){return n[e?"kill":"disable"](t)})),iu(ja,"wheel",pu),iu(Na,"scroll",pu),clearInterval(Xa),iu(Na,"touchcancel",bl),iu($a,"touchstart",bl),eu(iu,Na,"pointerdown,touchstart,mousedown",vl),eu(iu,Na,"pointerup,touchend,mouseup",yl),za.kill(),Cl(iu);for(var n=0;n<fa.length;n+=3)ru(iu,fa[n],fa[n+1]),ru(iu,fa[n],fa[n+2])},t.enable=function(){if(ja=window,Na=document,Ra=Na.documentElement,$a=Na.body,La&&(Ba=La.utils.toArray,Ya=La.utils.clamp,ol=La.core.context||bl,Za=La.core.suppressOverwrites||bl,al=ja.history.scrollRestoration||"auto",La.core.globals("ScrollTrigger",t),$a)){_l=1,Pa.register(La),t.isTouch=Pa.isTouch,sl=Pa.isTouch&&/(iPad|iPhone|iPod|Mac)/g.test(navigator.userAgent),nu(ja,"wheel",pu),Fa=[ja,Na,Ra,$a],La.matchMedia&&(t.matchMedia=function(t){var e,n=La.matchMedia();for(e in t)n.add(e,t[e]);return n},La.addEventListener("matchMediaInit",(function(){return Tu()})),La.addEventListener("matchMediaRevert",(function(){return xu()})),La.addEventListener("matchMedia",(function(){Ou(0,1),bu("matchMedia")})),La.matchMedia("(orientation: portrait)",(function(){return gu(),gu}))),gu(),nu(Na,"scroll",pu);var e,n,i=$a.style,r=i.borderTopStyle,s=La.core.Animation.prototype;for(s.revert||Object.defineProperty(s,"revert",{value:function(){return this.time(-.01,!0)}}),i.borderTopStyle="solid",e=Gl($a),Ea.m=Math.round(e.top+Ea.sc())||0,Ta.m=Math.round(e.left+Ta.sc())||0,r?i.borderTopStyle=r:i.removeProperty("border-top-style"),Xa=setInterval(du,250),La.delayedCall(.5,(function(){return dl=0})),nu(Na,"touchcancel",bl),nu($a,"touchstart",bl),eu(nu,Na,"pointerdown,touchstart,mousedown",vl),eu(nu,Na,"pointerup,touchend,mouseup",yl),Va=La.utils.checkPrefix("transform"),Mu.push(Va),Ia=pl(),za=La.delayedCall(.2,Ou).pause(),Ga=[Na,"visibilitychange",function(){var t=ja.innerWidth,e=ja.innerHeight;Na.hidden?(Qa=t,Ka=e):Qa===t&&Ka===e||mu()},Na,"DOMContentLoaded",Ou,ja,"load",Ou,ja,"resize",mu],Cl(nu),fu.forEach((function(t){return t.enable(0,1)})),n=0;n<fa.length;n+=3)ru(iu,fa[n],fa[n+1]),ru(iu,fa[n],fa[n+2])}},t.config=function(e){"limitCallbacks"in e&&(ll=!!e.limitCallbacks);var n=e.syncInterval;n&&clearInterval(Xa)||(Xa=n)&&setInterval(du,n),"ignoreMobileResize"in e&&(nl=1===t.isTouch&&e.ignoreMobileResize),"autoRefreshEvents"in e&&(Cl(iu)||Cl(nu,e.autoRefreshEvents||"none"),tl=-1===(e.autoRefreshEvents+"").indexOf("resize"))},t.scrollerProxy=function(t,e){var n=Aa(t),i=fa.indexOf(n),r=El(n);~i&&fa.splice(i,r?6:2),e&&(r?ha.unshift(ja,e,$a,e,Ra,e):ha.unshift(n,e))},t.clearMatchMedia=function(t){fu.forEach((function(e){return e._ctx&&e._ctx.query===t&&e._ctx.kill(!0,!0)}))},t.isInViewport=function(t,e,n){var i=(kl(t)?Aa(t):t).getBoundingClientRect(),r=i[n?$l:Fl]*e||0;return n?i.right-r>0&&i.left+r<ja.innerWidth:i.bottom-r>0&&i.top+r<ja.innerHeight},t.positionInViewport=function(t,e,n){kl(t)&&(t=Aa(t));var i=t.getBoundingClientRect(),r=i[n?$l:Fl],s=null==e?r/2:e in au?au[e]*r:~e.indexOf("%")?parseFloat(e)*r/100:parseFloat(e)||0;return n?(i.left+s)/ja.innerWidth:(i.top+s)/ja.innerHeight},t.killAll=function(t){if(fu.slice(0).forEach((function(t){return"ScrollSmoother"!==t.vars.id&&t.kill()})),!0!==t){var e=_u.killAll||[];_u={},e.forEach((function(t){return t()}))}},t}();Bu.version="3.11.4",Bu.saveStyles=function(t){return t?Ba(t).forEach((function(t){if(t&&t.style){var e=wu.indexOf(t);e>=0&&wu.splice(e,5),wu.push(t,t.style.cssText,t.getBBox&&t.getAttribute("transform"),La.core.getCache(t),ol())}})):wu},Bu.revert=function(t,e){return Tu(!t,e)},Bu.create=function(t,e){return new Bu(t,e)},Bu.refresh=function(t){return t?mu():(Ia||Bu.register())&&Ou(!0)},Bu.update=function(t){return++fa.cache&&Su(!0===t?2:0)},Bu.clearScrollMemory=Eu,Bu.maxScroll=function(t,e){return Ol(t,e?Ta:Ea)},Bu.getScrollFunc=function(t,e){return Oa(Aa(t),e?Ta:Ea)},Bu.getById=function(t){return hu[t]},Bu.getAll=function(){return fu.filter((function(t){return"ScrollSmoother"!==t.vars.id}))},Bu.isScrolling=function(){return!!ml},Bu.snapDirectional=tu,Bu.addEventListener=function(t,e){var n=_u[t]||(_u[t]=[]);~n.indexOf(e)||n.push(e)},Bu.removeEventListener=function(t,e){var n=_u[t],i=n&&n.indexOf(e);i>=0&&n.splice(i,1)},Bu.batch=function(t,e){var n,i=[],r={},s=e.interval||.016,o=e.batchMax||1e9,a=function(t,e){var n=[],i=[],r=La.delayedCall(s,(function(){e(n,i),n=[],i=[]})).pause();return function(t){n.length||r.restart(!0),n.push(t.trigger),i.push(t),o<=n.length&&r.progress(1)}};for(n in e)r[n]="on"===n.substr(0,2)&&Sl(e[n])&&"onRefreshInit"!==n?a(0,e[n]):e[n];return Sl(o)&&(o=o(),nu(Bu,"refresh",(function(){return o=e.batchMax()}))),Ba(t).forEach((function(t){var e={};for(n in r)e[n]=r[n];e.trigger=t,i.push(Bu.create(e))})),i};var Yu,Hu=function(t,e,n,i){return e>i?t(i):e<0&&t(0),n>i?(i-e)/(n-e):n<0?e/(e-n):1},Xu=function t(e,n){!0===n?e.style.removeProperty("touch-action"):e.style.touchAction=!0===n?"auto":n?"pan-"+n+(Pa.isTouch?" pinch-zoom":""):"none",e===Ra&&t($a,n)},Wu={auto:1,scroll:1},qu=function(t){var e,n=t.event,i=t.target,r=t.axis,s=(n.changedTouches?n.changedTouches[0]:n).target,o=s._gsap||La.core.getCache(s),a=pl();if(!o._isScrollT||a-o._isScrollT>2e3){for(;s&&s!==$a&&(s.scrollHeight<=s.clientHeight&&s.scrollWidth<=s.clientWidth||!Wu[(e=Ql(s)).overflowY]&&!Wu[e.overflowX]);)s=s.parentNode;o._isScroll=s&&s!==i&&!El(s)&&(Wu[(e=Ql(s)).overflowY]||Wu[e.overflowX]),o._isScrollT=a}(o._isScroll||"x"===r)&&(n.stopPropagation(),n._gsapAllow=!0)},Vu=function(t,e,n,i){return Pa.create({target:t,capture:!0,debounce:!1,lockAxis:!0,type:e,onWheel:i=i&&qu,onPress:i,onDrag:i,onScroll:i,onEnable:function(){return n&&nu(Na,Pa.eventTypes[0],Qu,!1,!0)},onDisable:function(){return iu(Na,Pa.eventTypes[0],Qu,!0)}})},Uu=/(input|label|select|textarea)/i,Qu=function(t){var e=Uu.test(t.target.tagName);(e||Yu)&&(t._gsapAllow=!0,Yu=e)},Ku=function(t){Ml(t)||(t={}),t.preventDefault=t.isNormalizer=t.allowClicks=!0,t.type||(t.type="wheel,touch"),t.debounce=!!t.debounce,t.id=t.id||"normalizer";var e,n,i,r,s,o,a,l,u=t,c=u.normalizeScrollX,f=u.momentum,h=u.allowNestedScroll,d=Aa(t.target)||Ra,p=La.core.globals().ScrollSmoother,g=p&&p.get(),m=sl&&(t.content&&Aa(t.content)||g&&!1!==t.content&&!g.smooth()&&g.content()),_=Oa(d,Ea),v=Oa(d,Ta),y=1,b=(Pa.isTouch&&ja.visualViewport?ja.visualViewport.scale*ja.visualViewport.width:ja.outerWidth)/ja.innerWidth,w=0,x=Sl(f)?function(){return f(e)}:function(){return f||2.8},T=Vu(d,t.type,!0,h),E=function(){return r=!1},A=bl,O=bl,C=function(){n=Ol(d,Ea),O=Ya(sl?1:0,n),c&&(A=Ya(0,Ol(d,Ta))),i=Au},k=function(){m._gsap.y=wl(parseFloat(m._gsap.y)+_.offset)+"px",m.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+parseFloat(m._gsap.y)+", 0, 1)",_.offset=_.cacheID=0},S=function(){C(),s.isActive()&&s.vars.scrollY>n&&(_()>n?s.progress(1)&&_(n):s.resetTo("scrollY",n))};return m&&La.set(m,{y:"+=0"}),t.ignoreCheck=function(t){return sl&&"touchmove"===t.type&&function(){if(r){requestAnimationFrame(E);var t=wl(e.deltaY/2),n=O(_.v-t);if(m&&n!==_.v+_.offset){_.offset=n-_.v;var i=wl((parseFloat(m&&m._gsap.y)||0)-_.offset);m.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+i+", 0, 1)",m._gsap.y=i+"px",_.cacheID=fa.cache,Su()}return!0}_.offset&&k(),r=!0}()||y>1.05&&"touchstart"!==t.type||e.isGesturing||t.touches&&t.touches.length>1},t.onPress=function(){var t=y;y=wl((ja.visualViewport&&ja.visualViewport.scale||1)/b),s.pause(),t!==y&&Xu(d,y>1.01||!c&&"x"),o=v(),a=_(),C(),i=Au},t.onRelease=t.onGestureStart=function(t,e){if(_.offset&&k(),e){fa.cache++;var i,r,o=x();c&&(r=(i=v())+.05*o*-t.velocityX/.227,o*=Hu(v,i,r,Ol(d,Ta)),s.vars.scrollX=A(r)),r=(i=_())+.05*o*-t.velocityY/.227,o*=Hu(_,i,r,Ol(d,Ea)),s.vars.scrollY=O(r),s.invalidate().duration(o).play(.01),(sl&&s.vars.scrollY>=n||i>=n-1)&&La.to({},{onUpdate:S,duration:o})}else l.restart(!0)},t.onWheel=function(){s._ts&&s.pause(),pl()-w>1e3&&(i=0,w=pl())},t.onChange=function(t,e,n,r,s){if(Au!==i&&C(),e&&c&&v(A(r[2]===e?o+(t.startX-t.x):v()+e-r[1])),n){_.offset&&k();var l=s[2]===n,u=l?a+t.startY-t.y:_()+n-s[1],f=O(u);l&&u!==f&&(a+=f-u),_(f)}(n||e)&&Su()},t.onEnable=function(){Xu(d,!c&&"x"),Bu.addEventListener("refresh",S),nu(ja,"resize",S),_.smooth&&(_.target.style.scrollBehavior="auto",_.smooth=v.smooth=!1),T.enable()},t.onDisable=function(){Xu(d,!0),iu(ja,"resize",S),Bu.removeEventListener("refresh",S),T.kill()},t.lockAxis=!1!==t.lockAxis,(e=new Pa(t)).iOS=sl,sl&&!_()&&_(1),sl&&La.ticker.add(bl),l=e._dc,s=La.to(e,{ease:"power4",paused:!0,scrollX:c?"+=0.1":"+=0",scrollY:"+=0.1",onComplete:l.vars.onComplete}),e};Bu.sort=function(t){return fu.sort(t||function(t,e){return-1e6*(t.vars.refreshPriority||0)+t.start-(e.start+-1e6*(e.vars.refreshPriority||0))})},Bu.observe=function(t){return new Pa(t)},Bu.normalizeScroll=function(t){if(void 0===t)return el;if(!0===t&&el)return el.enable();if(!1===t)return el&&el.kill();var e=t instanceof Pa?t:Ku(t);return el&&el.target===e.target&&el.kill(),El(e.target)&&(el=e),e},Bu.core={_getVelocityProp:Ca,_inputObserver:Vu,_scrollers:fa,_proxies:ha,bridge:{ss:function(){ml||bu("scrollStart"),ml=pl()},ref:function(){return Wa}}},Tl()&&La.registerPlugin(Bu),document.addEventListener("DOMContentLoaded",(function(){window.addEventListener("scroll",(function(){window.scrollY>57?document.getElementById("main-nav").classList.add("fixed-top"):document.getElementById("main-nav").classList.remove("fixed-top")}))})),e(document).ready((function(t){Vo.registerPlugin(Bu),Vo.timeline().from("h1 span",{duration:.75,y:150,autoAlpha:0,ease:Es.out,stagger:1.5}).from(".nav-item",{duration:.75,x:300,autoAlpha:0,ease:"elastic.out(1, 1)",stagger:{each:.75,amount:.5}},"-=0.25");var e=Vo.timeline({scrollTrigger:{trigger:"#vc1",scroller:"body",markers:!0,scrub:!0,pin:!0,start:"top top",end:"+=150%"}}),n=Vo.timeline({scrollTrigger:{trigger:"#vc2",scroller:"body",markers:!0,scrub:!0,pin:!0,start:"top top",end:"+=150%"}});e.to(".move_1",{y:-786},0).to(".move_2",{y:-486},0),n.to(".move_3",{y:-786},0).to(".move_4",{y:-786},0)})),t.Alert=O,t.Button=S,t.Carousel=N,t.Collapse=$,t.Dropdown=be,t.Modal=De,t.Offcanvas=Le,t.Popover=Ye,t.Scrollspy=Xe,t.Tab=qe,t.Toast=Ge,t.Tooltip=Be})); | 158 | var La,Ia,ja,Na,Ra,$a,Fa,za,Ba,Ya,Ha,Xa,Wa,qa,Va,Ua,Qa,Ka,Ga,Ja,Za,tl,el,nl,il,rl,sl,ol,al,ll,ul,cl,fl,hl,dl=1,pl=Date.now,gl=pl(),ml=0,_l=0,vl=function(){return qa=1},yl=function(){return qa=0},bl=function(t){return t},wl=function(t){return Math.round(1e5*t)/1e5||0},xl=function(){return"undefined"!=typeof window},Tl=function(){return La||xl()&&(La=window.gsap)&&La.registerPlugin&&La},El=function(t){return!!~Fa.indexOf(t)},Al=function(t){return ga(t,"getBoundingClientRect")||(El(t)?function(){return Nu.width=ja.innerWidth,Nu.height=ja.innerHeight,Nu}:function(){return Gl(t)})},Ol=function(t,e){var n=e.s,i=e.d2,r=e.d,s=e.a;return(n="scroll"+i)&&(s=ga(t,n))?s()-Al(t)()[r]:El(t)?(Ra[n]||$a[n])-(ja["inner"+i]||Ra["client"+i]||$a["client"+i]):t[n]-t["offset"+i]},Cl=function(t,e){for(var n=0;n<Ga.length;n+=3)(!e||~e.indexOf(Ga[n+1]))&&t(Ga[n],Ga[n+1],Ga[n+2])},kl=function(t){return"string"==typeof t},Sl=function(t){return"function"==typeof t},Dl=function(t){return"number"==typeof t},Ml=function(t){return"object"==typeof t},Pl=function(t,e,n){return t&&t.progress(e?0:1)&&n&&t.pause()},Ll=function(t,e){if(t.enabled){var n=e(t);n&&n.totalTime&&(t.callbackAnimation=n)}},Il=Math.abs,jl="left",Nl="right",Rl="bottom",$l="width",Fl="height",zl="Right",Bl="Left",Yl="Top",Hl="Bottom",Xl="padding",Wl="margin",ql="Width",Vl="Height",Ul="px",Ql=function(t){return ja.getComputedStyle(t)},Kl=function(t,e){for(var n in e)n in t||(t[n]=e[n]);return t},Gl=function(t,e){var n=e&&"matrix(1, 0, 0, 1, 0, 0)"!==Ql(t)[Va]&&La.to(t,{x:0,y:0,xPercent:0,yPercent:0,rotation:0,rotationX:0,rotationY:0,scale:1,skewX:0,skewY:0}).progress(1),i=t.getBoundingClientRect();return n&&n.progress(0).kill(),i},Jl=function(t,e){var n=e.d2;return t["offset"+n]||t["client"+n]||0},Zl=function(t){var e,n=[],i=t.labels,r=t.duration();for(e in i)n.push(i[e]/r);return n},tu=function(t){var e=La.utils.snap(t),n=Array.isArray(t)&&t.slice(0).sort((function(t,e){return t-e}));return n?function(t,i,r){var s;if(void 0===r&&(r=.001),!i)return e(t);if(i>0){for(t-=r,s=0;s<n.length;s++)if(n[s]>=t)return n[s];return n[s-1]}for(s=n.length,t+=r;s--;)if(n[s]<=t)return n[s];return n[0]}:function(n,i,r){void 0===r&&(r=.001);var s=e(n);return!i||Math.abs(s-n)<r||s-n<0==i<0?s:e(i<0?n-t:n+t)}},eu=function(t,e,n,i){return n.split(",").forEach((function(n){return t(e,n,i)}))},nu=function(t,e,n,i,r){return t.addEventListener(e,n,{passive:!i,capture:!!r})},iu=function(t,e,n,i){return t.removeEventListener(e,n,!!i)},ru=function(t,e,n){return n&&n.wheelHandler&&t(e,"wheel",n)},su={startColor:"green",endColor:"red",indent:0,fontSize:"16px",fontWeight:"normal"},ou={toggleActions:"play",anticipatePin:0},au={top:0,left:0,center:.5,bottom:1,right:1},lu=function(t,e){if(kl(t)){var n=t.indexOf("="),i=~n?+(t.charAt(n-1)+1)*parseFloat(t.substr(n+1)):0;~n&&(t.indexOf("%")>n&&(i*=e/100),t=t.substr(0,n-1)),t=i+(t in au?au[t]*e:~t.indexOf("%")?parseFloat(t)*e/100:parseFloat(t)||0)}return t},uu=function(t,e,n,i,r,s,o,a){var l=r.startColor,u=r.endColor,c=r.fontSize,f=r.indent,h=r.fontWeight,d=Na.createElement("div"),p=El(n)||"fixed"===ga(n,"pinType"),g=-1!==t.indexOf("scroller"),m=p?$a:n,_=-1!==t.indexOf("start"),v=_?l:u,y="border-color:"+v+";font-size:"+c+";color:"+v+";font-weight:"+h+";pointer-events:none;white-space:nowrap;font-family:sans-serif,Arial;z-index:1000;padding:4px 8px;border-width:0;border-style:solid;";return y+="position:"+((g||a)&&p?"fixed;":"absolute;"),(g||a||!p)&&(y+=(i===Ea?Nl:Rl)+":"+(s+parseFloat(f))+"px;"),o&&(y+="box-sizing:border-box;text-align:left;width:"+o.offsetWidth+"px;"),d._isStart=_,d.setAttribute("class","gsap-marker-"+t+(e?" marker-"+e:"")),d.style.cssText=y,d.innerText=e||0===e?t+"-"+e:t,m.children[0]?m.insertBefore(d,m.children[0]):m.appendChild(d),d._offset=d["offset"+i.op.d2],cu(d,0,i,_),d},cu=function(t,e,n,i){var r={display:"block"},s=n[i?"os2":"p2"],o=n[i?"p2":"os2"];t._isFlipped=i,r[n.a+"Percent"]=i?-100:0,r[n.a]=i?"1px":0,r["border"+s+ql]=1,r["border"+o+ql]=0,r[n.p]=e+"px",La.set(t,r)},fu=[],hu={},du=function(){return pl()-ml>34&&(ul||(ul=requestAnimationFrame(Su)))},pu=function(){(!el||!el.isPressed||el.startX>$a.clientWidth)&&(fa.cache++,el?ul||(ul=requestAnimationFrame(Su)):Su(),ml||bu("scrollStart"),ml=pl())},gu=function(){rl=ja.innerWidth,il=ja.innerHeight},mu=function(){fa.cache++,!Wa&&!tl&&!Na.fullscreenElement&&!Na.webkitFullscreenElement&&(!nl||rl!==ja.innerWidth||Math.abs(ja.innerHeight-il)>.25*ja.innerHeight)&&za.restart(!0)},_u={},vu=[],yu=function t(){return iu(Bu,"scrollEnd",t)||Ou(!0)},bu=function(t){return _u[t]&&_u[t].map((function(t){return t()}))||vu},wu=[],xu=function(t){for(var e=0;e<wu.length;e+=5)(!t||wu[e+4]&&wu[e+4].query===t)&&(wu[e].style.cssText=wu[e+1],wu[e].getBBox&&wu[e].setAttribute("transform",wu[e+2]||""),wu[e+3].uncache=1)},Tu=function(t,e){var n;for(Ua=0;Ua<fu.length;Ua++)!(n=fu[Ua])||e&&n._ctx!==e||(t?n.kill(1):n.revert(!0,!0));e&&xu(e),e||bu("revert")},Eu=function(t,e){fa.cache++,(e||!cl)&&fa.forEach((function(t){return Sl(t)&&t.cacheID++&&(t.rec=0)})),kl(t)&&(ja.history.scrollRestoration=al=t)},Au=0,Ou=function(t,e){if(!ml||t){cl=Bu.isRefreshing=!0,fa.forEach((function(t){return Sl(t)&&t.cacheID++&&(t.rec=t())}));var n=bu("refreshInit");Ja&&Bu.sort(),e||Tu(),fa.forEach((function(t){Sl(t)&&(t.smooth&&(t.target.style.scrollBehavior="auto"),t(0))})),fu.slice(0).forEach((function(t){return t.refresh()})),fu.forEach((function(t,e){if(t._subPinOffset&&t.pin){var n=t.vars.horizontal?"offsetWidth":"offsetHeight",i=t.pin[n];t.revert(!0,1),t.adjustPinSpacing(t.pin[n]-i),t.revert(!1,1)}})),fu.forEach((function(t){return"max"===t.vars.end&&t.setPositions(t.start,Math.max(t.start+1,Ol(t.scroller,t._dir)))})),n.forEach((function(t){return t&&t.render&&t.render(-1)})),fa.forEach((function(t){Sl(t)&&(t.smooth&&requestAnimationFrame((function(){return t.target.style.scrollBehavior="smooth"})),t.rec&&t(t.rec))})),Eu(al,1),za.pause(),Au++,Su(2),fu.forEach((function(t){return Sl(t.vars.onRefresh)&&t.vars.onRefresh(t)})),cl=Bu.isRefreshing=!1,bu("refresh")}else nu(Bu,"scrollEnd",yu)},Cu=0,ku=1,Su=function(t){if(!cl||2===t){Bu.isUpdating=!0,hl&&hl.update(0);var e=fu.length,n=pl(),i=n-gl>=50,r=e&&fu[0].scroll();if(ku=Cu>r?-1:1,Cu=r,i&&(ml&&!qa&&n-ml>200&&(ml=0,bu("scrollEnd")),Ha=gl,gl=n),ku<0){for(Ua=e;Ua-- >0;)fu[Ua]&&fu[Ua].update(0,i);ku=1}else for(Ua=0;Ua<e;Ua++)fu[Ua]&&fu[Ua].update(0,i);Bu.isUpdating=!1}ul=0},Du=[jl,"top",Rl,Nl,Wl+Hl,Wl+zl,Wl+Yl,Wl+Bl,"display","flexShrink","float","zIndex","gridColumnStart","gridColumnEnd","gridRowStart","gridRowEnd","gridArea","justifySelf","alignSelf","placeSelf","order"],Mu=Du.concat([$l,Fl,"boxSizing","max"+ql,"max"+Vl,"position",Wl,Xl,Xl+Yl,Xl+zl,Xl+Hl,Xl+Bl]),Pu=function(t,e,n,i){if(!t._gsap.swappedIn){for(var r,s=Du.length,o=e.style,a=t.style;s--;)o[r=Du[s]]=n[r];o.position="absolute"===n.position?"absolute":"relative","inline"===n.display&&(o.display="inline-block"),a[Rl]=a[Nl]="auto",o.flexBasis=n.flexBasis||"auto",o.overflow="visible",o.boxSizing="border-box",o[$l]=Jl(t,Ta)+Ul,o[Fl]=Jl(t,Ea)+Ul,o[Xl]=a[Wl]=a.top=a[jl]="0",Iu(i),a[$l]=a["max"+ql]=n[$l],a[Fl]=a["max"+Vl]=n[Fl],a[Xl]=n[Xl],t.parentNode!==e&&(t.parentNode.insertBefore(e,t),e.appendChild(t)),t._gsap.swappedIn=!0}},Lu=/([A-Z])/g,Iu=function(t){if(t){var e,n,i=t.t.style,r=t.length,s=0;for((t.t._gsap||La.core.getCache(t.t)).uncache=1;s<r;s+=2)n=t[s+1],e=t[s],n?i[e]=n:i[e]&&i.removeProperty(e.replace(Lu,"-$1").toLowerCase())}},ju=function(t){for(var e=Mu.length,n=t.style,i=[],r=0;r<e;r++)i.push(Mu[r],n[Mu[r]]);return i.t=t,i},Nu={left:0,top:0},Ru=function(t,e,n,i,r,s,o,a,l,u,c,f,h){Sl(t)&&(t=t(a)),kl(t)&&"max"===t.substr(0,3)&&(t=f+("="===t.charAt(4)?lu("0"+t.substr(3),n):0));var d,p,g,m=h?h.time():0;if(h&&h.seek(0),Dl(t))o&&cu(o,n,i,!0);else{Sl(e)&&(e=e(a));var _,v,y,b,w=(t||"0").split(" ");g=Aa(e)||$a,(_=Gl(g)||{})&&(_.left||_.top)||"none"!==Ql(g).display||(b=g.style.display,g.style.display="block",_=Gl(g),b?g.style.display=b:g.style.removeProperty("display")),v=lu(w[0],_[i.d]),y=lu(w[1]||"0",n),t=_[i.p]-l[i.p]-u+v+r-y,o&&cu(o,y,i,n-y<20||o._isStart&&y>20),n-=n-y}if(s){var x=t+n,T=s._isStart;d="scroll"+i.d2,cu(s,x,i,T&&x>20||!T&&(c?Math.max($a[d],Ra[d]):s.parentNode[d])<=x+1),c&&(l=Gl(o),c&&(s.style[i.op.p]=l[i.op.p]-i.op.m-s._offset+Ul))}return h&&g&&(d=Gl(g),h.seek(f),p=Gl(g),h._caScrollDist=d[i.p]-p[i.p],t=t/h._caScrollDist*f),h&&h.seek(m),h?t:Math.round(t)},$u=/(webkit|moz|length|cssText|inset)/i,Fu=function(t,e,n,i){if(t.parentNode!==e){var r,s,o=t.style;if(e===$a){for(r in t._stOrig=o.cssText,s=Ql(t))+r||$u.test(r)||!s[r]||"string"!=typeof o[r]||"0"===r||(o[r]=s[r]);o.top=n,o.left=i}else o.cssText=t._stOrig;La.core.getCache(t).uncache=1,e.appendChild(t)}},zu=function(t,e){var n,i,r=Oa(t,e),s="_scroll"+e.p2,o=function e(o,a,l,u,c){var f=e.tween,h=a.onComplete,d={};return l=l||r(),c=u&&c||0,u=u||o-l,f&&f.kill(),n=Math.round(l),a[s]=o,a.modifiers=d,d[s]=function(t){return(t=Math.round(r()))!==n&&t!==i&&Math.abs(t-n)>3&&Math.abs(t-i)>3?(f.kill(),e.tween=0):t=l+u*f.ratio+c*f.ratio*f.ratio,i=n,n=Math.round(t)},a.onUpdate=function(){fa.cache++,Su()},a.onComplete=function(){e.tween=0,h&&h.call(f)},f=e.tween=La.to(t,a)};return t[s]=r,r.wheelHandler=function(){return o.tween&&o.tween.kill()&&(o.tween=0)},nu(t,"wheel",r.wheelHandler),o},Bu=function(){function t(e,n){Ia||t.register(La),this.init(e,n)}return t.prototype.init=function(e,n){if(this.progress=this.start=0,this.vars&&this.kill(!0,!0),_l){var i,r,s,o,a,l,u,c,f,h,d,p,g,m,_,v,y,b,w,x,T,E,A,O,C,k,S,D,M,P,L,I,j,N,R,$,F,z,B,Y,H,X,W=e=Kl(kl(e)||Dl(e)||e.nodeType?{trigger:e}:e,ou),q=W.onUpdate,V=W.toggleClass,U=W.id,Q=W.onToggle,K=W.onRefresh,G=W.scrub,J=W.trigger,Z=W.pin,tt=W.pinSpacing,et=W.invalidateOnRefresh,nt=W.anticipatePin,it=W.onScrubComplete,rt=W.onSnapComplete,st=W.once,ot=W.snap,at=W.pinReparent,lt=W.pinSpacer,ut=W.containerAnimation,ct=W.fastScrollEnd,ft=W.preventOverlaps,ht=e.horizontal||e.containerAnimation&&!1!==e.horizontal?Ta:Ea,dt=!G&&0!==G,pt=Aa(e.scroller||ja),gt=La.core.getCache(pt),mt=El(pt),_t="fixed"===("pinType"in e?e.pinType:ga(pt,"pinType")||mt&&"fixed"),vt=[e.onEnter,e.onLeave,e.onEnterBack,e.onLeaveBack],yt=dt&&e.toggleActions.split(" "),bt="markers"in e?e.markers:ou.markers,wt=mt?0:parseFloat(Ql(pt)["border"+ht.p2+ql])||0,xt=this,Tt=e.onRefreshInit&&function(){return e.onRefreshInit(xt)},Et=function(t,e,n){var i=n.d,r=n.d2,s=n.a;return(s=ga(t,"getBoundingClientRect"))?function(){return s()[i]}:function(){return(e?ja["inner"+r]:t["client"+r])||0}}(pt,mt,ht),At=function(t,e){return!e||~ha.indexOf(t)?Al(t):function(){return Nu}}(pt,mt),Ot=0,Ct=0,kt=Oa(pt,ht);if(ol(xt),xt._dir=ht,nt*=45,xt.scroller=pt,xt.scroll=ut?ut.time.bind(ut):kt,o=kt(),xt.vars=e,n=n||e.animation,"refreshPriority"in e&&(Ja=1,-9999===e.refreshPriority&&(hl=xt)),gt.tweenScroll=gt.tweenScroll||{top:zu(pt,Ea),left:zu(pt,Ta)},xt.tweenTo=i=gt.tweenScroll[ht.p],xt.scrubDuration=function(t){(I=Dl(t)&&t)?L?L.duration(t):L=La.to(n,{ease:"expo",totalProgress:"+=0.001",duration:I,paused:!0,onComplete:function(){return it&&it(xt)}}):(L&&L.progress(1).kill(),L=0)},n&&(n.vars.lazy=!1,n._initted||!1!==n.vars.immediateRender&&!1!==e.immediateRender&&n.duration()&&n.render(0,!0,!0),xt.animation=n.pause(),n.scrollTrigger=xt,xt.scrubDuration(G),M=0,U||(U=n.vars.id)),fu.push(xt),ot&&(Ml(ot)&&!ot.push||(ot={snapTo:ot}),"scrollBehavior"in $a.style&&La.set(mt?[$a,Ra]:pt,{scrollBehavior:"auto"}),fa.forEach((function(t){return Sl(t)&&t.target===(mt?Na.scrollingElement||Ra:pt)&&(t.smooth=!1)})),s=Sl(ot.snapTo)?ot.snapTo:"labels"===ot.snapTo?function(t){return function(e){return La.utils.snap(Zl(t),e)}}(n):"labelsDirectional"===ot.snapTo?(Y=n,function(t,e){return tu(Zl(Y))(t,e.direction)}):!1!==ot.directional?function(t,e){return tu(ot.snapTo)(t,pl()-Ct<500?0:e.direction)}:La.utils.snap(ot.snapTo),j=ot.duration||{min:.1,max:2},j=Ml(j)?Ya(j.min,j.max):Ya(j,j),N=La.delayedCall(ot.delay||I/2||.1,(function(){var t=kt(),e=pl()-Ct<500,r=i.tween;if(!(e||Math.abs(xt.getVelocity())<10)||r||qa||Ot===t)xt.isActive&&Ot!==t&&N.restart(!0);else{var o=(t-l)/g,a=n&&!dt?n.totalProgress():o,c=e?0:(a-P)/(pl()-Ha)*1e3||0,f=La.utils.clamp(-o,1-o,Il(c/2)*c/.185),h=o+(!1===ot.inertia?0:f),d=Ya(0,1,s(h,xt)),p=Math.round(l+d*g),m=ot,_=m.onStart,v=m.onInterrupt,y=m.onComplete;if(t<=u&&t>=l&&p!==t){if(r&&!r._initted&&r.data<=Il(p-t))return;!1===ot.inertia&&(f=d-o),i(p,{duration:j(Il(.185*Math.max(Il(h-a),Il(d-a))/c/.05||0)),ease:ot.ease||"power3",data:Il(p-t),onInterrupt:function(){return N.restart(!0)&&v&&v(xt)},onComplete:function(){xt.update(),Ot=kt(),M=P=n&&!dt?n.totalProgress():xt.progress,rt&&rt(xt),y&&y(xt)}},t,f*g,p-t-f*g),_&&_(xt,i.tween)}}})).pause()),U&&(hu[U]=xt),(B=(J=xt.trigger=Aa(J||Z))&&J._gsap&&J._gsap.stRevert)&&(B=B(xt)),Z=!0===Z?J:Aa(Z),kl(V)&&(V={targets:J,className:V}),Z&&(!1===tt||tt===Wl||(tt=!(!tt&&Z.parentNode&&Z.parentNode.style&&"flex"===Ql(Z.parentNode).display)&&Xl),xt.pin=Z,(r=La.core.getCache(Z)).spacer?m=r.pinState:(lt&&((lt=Aa(lt))&&!lt.nodeType&&(lt=lt.current||lt.nativeElement),r.spacerIsNative=!!lt,lt&&(r.spacerState=ju(lt))),r.spacer=y=lt||Na.createElement("div"),y.classList.add("pin-spacer"),U&&y.classList.add("pin-spacer-"+U),r.pinState=m=ju(Z)),!1!==e.force3D&&La.set(Z,{force3D:!0}),xt.spacer=y=r.spacer,D=Ql(Z),A=D[tt+ht.os2],w=La.getProperty(Z),x=La.quickSetter(Z,ht.a,Ul),Pu(Z,y,D),v=ju(Z)),bt){p=Ml(bt)?Kl(bt,su):su,h=uu("scroller-start",U,pt,ht,p,0),d=uu("scroller-end",U,pt,ht,p,0,h),b=h["offset"+ht.op.d2];var St=Aa(ga(pt,"content")||pt);c=this.markerStart=uu("start",U,St,ht,p,b,0,ut),f=this.markerEnd=uu("end",U,St,ht,p,b,0,ut),ut&&(z=La.quickSetter([c,f],ht.a,Ul)),_t||ha.length&&!0===ga(pt,"fixedMarkers")||(X=Ql(H=mt?$a:pt).position,H.style.position="absolute"===X||"fixed"===X?X:"relative",La.set([h,d],{force3D:!0}),C=La.quickSetter(h,ht.a,Ul),S=La.quickSetter(d,ht.a,Ul))}if(ut){var Dt=ut.vars.onUpdate,Mt=ut.vars.onUpdateParams;ut.eventCallback("onUpdate",(function(){xt.update(0,0,1),Dt&&Dt.apply(Mt||[])}))}xt.previous=function(){return fu[fu.indexOf(xt)-1]},xt.next=function(){return fu[fu.indexOf(xt)+1]},xt.revert=function(t,e){if(!e)return xt.kill(!0);var i=!1!==t||!xt.enabled,r=Wa;i!==xt.isReverted&&(i&&($=Math.max(kt(),xt.scroll.rec||0),R=xt.progress,F=n&&n.progress()),c&&[c,f,h,d].forEach((function(t){return t.style.display=i?"none":"block"})),i&&(Wa=1,xt.update(i)),!Z||at&&xt.isActive||(i?function(t,e,n){Iu(n);var i=t._gsap;if(i.spacerIsNative)Iu(i.spacerState);else if(t._gsap.swappedIn){var r=e.parentNode;r&&(r.insertBefore(t,e),r.removeChild(e))}t._gsap.swappedIn=!1}(Z,y,m):Pu(Z,y,Ql(Z),O)),i||xt.update(i),Wa=r,xt.isReverted=i)},xt.refresh=function(r,s){if(!Wa&&xt.enabled||s)if(Z&&r&&ml)nu(t,"scrollEnd",yu);else{!cl&&Tt&&Tt(xt),Wa=1,Ct=pl(),i.tween&&(i.tween.kill(),i.tween=0),L&&L.pause(),et&&n&&n.revert({kill:!1}).invalidate(),xt.isReverted||xt.revert(!0,!0),xt._subPinOffset=!1;for(var p,b,x,A,C,S,D,M,P,I,j,z=Et(),B=At(),Y=ut?ut.duration():Ol(pt,ht),H=0,X=0,W=e.end,q=e.endTrigger||J,V=e.start||(0!==e.start&&J?Z?"0 0":"0 100%":0),U=xt.pinnedContainer=e.pinnedContainer&&Aa(e.pinnedContainer),Q=J&&Math.max(0,fu.indexOf(xt))||0,G=Q;G--;)(S=fu[G]).end||S.refresh(0,1)||(Wa=1),!(D=S.pin)||D!==J&&D!==Z||S.isReverted||(I||(I=[]),I.unshift(S),S.revert(!0,!0)),S!==fu[G]&&(Q--,G--);for(Sl(V)&&(V=V(xt)),l=Ru(V,J,z,ht,kt(),c,h,xt,B,wt,_t,Y,ut)||(Z?-.001:0),Sl(W)&&(W=W(xt)),kl(W)&&!W.indexOf("+=")&&(~W.indexOf(" ")?W=(kl(V)?V.split(" ")[0]:"")+W:(H=lu(W.substr(2),z),W=kl(V)?V:l+H,q=J)),u=Math.max(l,Ru(W||(q?"100% 0":Y),q,z,ht,kt()+H,f,d,xt,B,wt,_t,Y,ut))||-.001,g=u-l||(l-=.01)&&.001,H=0,G=Q;G--;)(D=(S=fu[G]).pin)&&S.start-S._pinPush<=l&&!ut&&S.end>0&&(p=S.end-S.start,(D===J&&S.start-S._pinPush<l||D===U)&&!Dl(V)&&(H+=p*(1-S.progress)),D===Z&&(X+=p));if(l+=H,u+=H,xt._pinPush=X,c&&H&&((p={})[ht.a]="+="+H,U&&(p[ht.p]="-="+kt()),La.set([c,f],p)),Z)p=Ql(Z),A=ht===Ea,x=kt(),T=parseFloat(w(ht.a))+X,!Y&&u>1&&((j={style:j=(mt?Na.scrollingElement||Ra:pt).style,value:j["overflow"+ht.a.toUpperCase()]})["overflow"+ht.a.toUpperCase()]="scroll"),Pu(Z,y,p),v=ju(Z),b=Gl(Z,!0),M=_t&&Oa(pt,A?Ta:Ea)(),tt&&((O=[tt+ht.os2,g+X+Ul]).t=y,(G=tt===Xl?Jl(Z,ht)+g+X:0)&&O.push(ht.d,G+Ul),Iu(O),U&&fu.forEach((function(t){t.pin===U&&!1!==t.vars.pinSpacing&&(t._subPinOffset=!0)})),_t&&kt($)),_t&&((C={top:b.top+(A?x-l:M)+Ul,left:b.left+(A?M:x-l)+Ul,boxSizing:"border-box",position:"fixed"})[$l]=C["max"+ql]=Math.ceil(b.width)+Ul,C[Fl]=C["max"+Vl]=Math.ceil(b.height)+Ul,C[Wl]=C[Wl+Yl]=C[Wl+zl]=C[Wl+Hl]=C[Wl+Bl]="0",C[Xl]=p[Xl],C[Xl+Yl]=p[Xl+Yl],C[Xl+zl]=p[Xl+zl],C[Xl+Hl]=p[Xl+Hl],C[Xl+Bl]=p[Xl+Bl],_=function(t,e,n){for(var i,r=[],s=t.length,o=n?8:0;o<s;o+=2)i=t[o],r.push(i,i in e?e[i]:t[o+1]);return r.t=t.t,r}(m,C,at),cl&&kt(0)),n?(P=n._initted,Za(1),n.render(n.duration(),!0,!0),E=w(ht.a)-T+g+X,k=Math.abs(g-E)>1,_t&&k&&_.splice(_.length-2,2),n.render(0,!0,!0),P||n.invalidate(!0),n.parent||n.totalTime(n.totalTime()),Za(0)):E=g,j&&(j.value?j.style["overflow"+ht.a.toUpperCase()]=j.value:j.style.removeProperty("overflow-"+ht.a));else if(J&&kt()&&!ut)for(b=J.parentNode;b&&b!==$a;)b._pinOffset&&(l-=b._pinOffset,u-=b._pinOffset),b=b.parentNode;I&&I.forEach((function(t){return t.revert(!1,!0)})),xt.start=l,xt.end=u,o=a=cl?$:kt(),ut||cl||(o<$&&kt($),xt.scroll.rec=0),xt.revert(!1,!0),N&&(Ot=-1,xt.isActive&&kt(l+g*R),N.restart(!0)),Wa=0,n&&dt&&(n._initted||F)&&n.progress()!==F&&n.progress(F,!0).render(n.time(),!0,!0),(R!==xt.progress||ut)&&(n&&!dt&&n.totalProgress(R,!0),xt.progress=(o-l)/g===R?0:R),Z&&tt&&(y._pinOffset=Math.round(xt.progress*E)),K&&!cl&&K(xt)}},xt.getVelocity=function(){return(kt()-a)/(pl()-Ha)*1e3||0},xt.endAnimation=function(){Pl(xt.callbackAnimation),n&&(L?L.progress(1):n.paused()?dt||Pl(n,xt.direction<0,1):Pl(n,n.reversed()))},xt.labelToScroll=function(t){return n&&n.labels&&(l||xt.refresh()||l)+n.labels[t]/n.duration()*g||0},xt.getTrailing=function(t){var e=fu.indexOf(xt),n=xt.direction>0?fu.slice(0,e).reverse():fu.slice(e+1);return(kl(t)?n.filter((function(e){return e.vars.preventOverlaps===t})):n).filter((function(t){return xt.direction>0?t.end<=l:t.start>=u}))},xt.update=function(t,e,r){if(!ut||r||t){var s,c,f,d,p,m,b,w=cl?$:xt.scroll(),O=t?0:(w-l)/g,D=O<0?0:O>1?1:O||0,I=xt.progress;if(e&&(a=o,o=ut?kt():w,ot&&(P=M,M=n&&!dt?n.totalProgress():D)),nt&&!D&&Z&&!Wa&&!dl&&ml&&l<w+(w-a)/(pl()-Ha)*nt&&(D=1e-4),D!==I&&xt.enabled){if(d=(p=(s=xt.isActive=!!D&&D<1)!==(!!I&&I<1))||!!D!=!!I,xt.direction=D>I?1:-1,xt.progress=D,d&&!Wa&&(c=D&&!I?0:1===D?1:1===I?2:3,dt&&(f=!p&&"none"!==yt[c+1]&&yt[c+1]||yt[c],b=n&&("complete"===f||"reset"===f||f in n))),ft&&(p||b)&&(b||G||!n)&&(Sl(ft)?ft(xt):xt.getTrailing(ft).forEach((function(t){return t.endAnimation()}))),dt||(!L||Wa||dl?n&&n.totalProgress(D,!!Wa):(L._dp._time-L._start!==L._time&&L.render(L._dp._time-L._start),L.resetTo?L.resetTo("totalProgress",D,n._tTime/n._tDur):(L.vars.totalProgress=D,L.invalidate().restart()))),Z)if(t&&tt&&(y.style[tt+ht.os2]=A),_t){if(d){if(m=!t&&D>I&&u+1>w&&w+1>=Ol(pt,ht),at)if(t||!s&&!m)Fu(Z,y);else{var j=Gl(Z,!0),R=w-l;Fu(Z,$a,j.top+(ht===Ea?R:0)+Ul,j.left+(ht===Ea?0:R)+Ul)}Iu(s||m?_:v),k&&D<1&&s||x(T+(1!==D||m?0:E))}}else x(wl(T+E*D));ot&&!i.tween&&!Wa&&!dl&&N.restart(!0),V&&(p||st&&D&&(D<1||!ll))&&Ba(V.targets).forEach((function(t){return t.classList[s||st?"add":"remove"](V.className)})),q&&!dt&&!t&&q(xt),d&&!Wa?(dt&&(b&&("complete"===f?n.pause().totalProgress(1):"reset"===f?n.restart(!0).pause():"restart"===f?n.restart(!0):n[f]()),q&&q(xt)),!p&&ll||(Q&&p&&Ll(xt,Q),vt[c]&&Ll(xt,vt[c]),st&&(1===D?xt.kill(!1,1):vt[c]=0),p||vt[c=1===D?1:3]&&Ll(xt,vt[c])),ct&&!s&&Math.abs(xt.getVelocity())>(Dl(ct)?ct:2500)&&(Pl(xt.callbackAnimation),L?L.progress(1):Pl(n,"reverse"===f?1:!D,1))):dt&&q&&!Wa&&q(xt)}if(S){var F=ut?w/ut.duration()*(ut._caScrollDist||0):w;C(F+(h._isFlipped?1:0)),S(F)}z&&z(-w/ut.duration()*(ut._caScrollDist||0))}},xt.enable=function(e,n){xt.enabled||(xt.enabled=!0,nu(pt,"resize",mu),nu(mt?Na:pt,"scroll",pu),Tt&&nu(t,"refreshInit",Tt),!1!==e&&(xt.progress=R=0,o=a=Ot=kt()),!1!==n&&xt.refresh())},xt.getTween=function(t){return t&&i?i.tween:L},xt.setPositions=function(t,e){Z&&(T+=t-l,E+=e-t-g,tt===Xl&&xt.adjustPinSpacing(e-t-g)),xt.start=l=t,xt.end=u=e,g=e-t,xt.update()},xt.adjustPinSpacing=function(t){if(O){var e=O.indexOf(ht.d)+1;O[e]=parseFloat(O[e])+t+Ul,O[1]=parseFloat(O[1])+t+Ul,Iu(O)}},xt.disable=function(e,n){if(xt.enabled&&(!1!==e&&xt.revert(!0,!0),xt.enabled=xt.isActive=!1,n||L&&L.pause(),$=0,r&&(r.uncache=1),Tt&&iu(t,"refreshInit",Tt),N&&(N.pause(),i.tween&&i.tween.kill()&&(i.tween=0)),!mt)){for(var s=fu.length;s--;)if(fu[s].scroller===pt&&fu[s]!==xt)return;iu(pt,"resize",mu),iu(pt,"scroll",pu)}},xt.kill=function(t,i){xt.disable(t,i),L&&!i&&L.kill(),U&&delete hu[U];var s=fu.indexOf(xt);s>=0&&fu.splice(s,1),s===Ua&&ku>0&&Ua--,s=0,fu.forEach((function(t){return t.scroller===xt.scroller&&(s=1)})),s||cl||(xt.scroll.rec=0),n&&(n.scrollTrigger=null,t&&n.revert({kill:!1}),i||n.kill()),c&&[c,f,h,d].forEach((function(t){return t.parentNode&&t.parentNode.removeChild(t)})),hl===xt&&(hl=0),Z&&(r&&(r.uncache=1),s=0,fu.forEach((function(t){return t.pin===Z&&s++})),s||(r.spacer=0)),e.onKill&&e.onKill(xt)},xt.enable(!1,!1),B&&B(xt),n&&n.add&&!g?La.delayedCall(.01,(function(){return l||u||xt.refresh()}))&&(g=.01)&&(l=u=0):xt.refresh(),Z&&function(){if(fl!==Au){var t=fl=Au;requestAnimationFrame((function(){return t===Au&&Ou(!0)}))}}()}else this.update=this.refresh=this.kill=bl},t.register=function(e){return Ia||(La=e||Tl(),xl()&&window.document&&t.enable(),Ia=_l),Ia},t.defaults=function(t){if(t)for(var e in t)ou[e]=t[e];return ou},t.disable=function(t,e){_l=0,fu.forEach((function(n){return n[e?"kill":"disable"](t)})),iu(ja,"wheel",pu),iu(Na,"scroll",pu),clearInterval(Xa),iu(Na,"touchcancel",bl),iu($a,"touchstart",bl),eu(iu,Na,"pointerdown,touchstart,mousedown",vl),eu(iu,Na,"pointerup,touchend,mouseup",yl),za.kill(),Cl(iu);for(var n=0;n<fa.length;n+=3)ru(iu,fa[n],fa[n+1]),ru(iu,fa[n],fa[n+2])},t.enable=function(){if(ja=window,Na=document,Ra=Na.documentElement,$a=Na.body,La&&(Ba=La.utils.toArray,Ya=La.utils.clamp,ol=La.core.context||bl,Za=La.core.suppressOverwrites||bl,al=ja.history.scrollRestoration||"auto",La.core.globals("ScrollTrigger",t),$a)){_l=1,Pa.register(La),t.isTouch=Pa.isTouch,sl=Pa.isTouch&&/(iPad|iPhone|iPod|Mac)/g.test(navigator.userAgent),nu(ja,"wheel",pu),Fa=[ja,Na,Ra,$a],La.matchMedia&&(t.matchMedia=function(t){var e,n=La.matchMedia();for(e in t)n.add(e,t[e]);return n},La.addEventListener("matchMediaInit",(function(){return Tu()})),La.addEventListener("matchMediaRevert",(function(){return xu()})),La.addEventListener("matchMedia",(function(){Ou(0,1),bu("matchMedia")})),La.matchMedia("(orientation: portrait)",(function(){return gu(),gu}))),gu(),nu(Na,"scroll",pu);var e,n,i=$a.style,r=i.borderTopStyle,s=La.core.Animation.prototype;for(s.revert||Object.defineProperty(s,"revert",{value:function(){return this.time(-.01,!0)}}),i.borderTopStyle="solid",e=Gl($a),Ea.m=Math.round(e.top+Ea.sc())||0,Ta.m=Math.round(e.left+Ta.sc())||0,r?i.borderTopStyle=r:i.removeProperty("border-top-style"),Xa=setInterval(du,250),La.delayedCall(.5,(function(){return dl=0})),nu(Na,"touchcancel",bl),nu($a,"touchstart",bl),eu(nu,Na,"pointerdown,touchstart,mousedown",vl),eu(nu,Na,"pointerup,touchend,mouseup",yl),Va=La.utils.checkPrefix("transform"),Mu.push(Va),Ia=pl(),za=La.delayedCall(.2,Ou).pause(),Ga=[Na,"visibilitychange",function(){var t=ja.innerWidth,e=ja.innerHeight;Na.hidden?(Qa=t,Ka=e):Qa===t&&Ka===e||mu()},Na,"DOMContentLoaded",Ou,ja,"load",Ou,ja,"resize",mu],Cl(nu),fu.forEach((function(t){return t.enable(0,1)})),n=0;n<fa.length;n+=3)ru(iu,fa[n],fa[n+1]),ru(iu,fa[n],fa[n+2])}},t.config=function(e){"limitCallbacks"in e&&(ll=!!e.limitCallbacks);var n=e.syncInterval;n&&clearInterval(Xa)||(Xa=n)&&setInterval(du,n),"ignoreMobileResize"in e&&(nl=1===t.isTouch&&e.ignoreMobileResize),"autoRefreshEvents"in e&&(Cl(iu)||Cl(nu,e.autoRefreshEvents||"none"),tl=-1===(e.autoRefreshEvents+"").indexOf("resize"))},t.scrollerProxy=function(t,e){var n=Aa(t),i=fa.indexOf(n),r=El(n);~i&&fa.splice(i,r?6:2),e&&(r?ha.unshift(ja,e,$a,e,Ra,e):ha.unshift(n,e))},t.clearMatchMedia=function(t){fu.forEach((function(e){return e._ctx&&e._ctx.query===t&&e._ctx.kill(!0,!0)}))},t.isInViewport=function(t,e,n){var i=(kl(t)?Aa(t):t).getBoundingClientRect(),r=i[n?$l:Fl]*e||0;return n?i.right-r>0&&i.left+r<ja.innerWidth:i.bottom-r>0&&i.top+r<ja.innerHeight},t.positionInViewport=function(t,e,n){kl(t)&&(t=Aa(t));var i=t.getBoundingClientRect(),r=i[n?$l:Fl],s=null==e?r/2:e in au?au[e]*r:~e.indexOf("%")?parseFloat(e)*r/100:parseFloat(e)||0;return n?(i.left+s)/ja.innerWidth:(i.top+s)/ja.innerHeight},t.killAll=function(t){if(fu.slice(0).forEach((function(t){return"ScrollSmoother"!==t.vars.id&&t.kill()})),!0!==t){var e=_u.killAll||[];_u={},e.forEach((function(t){return t()}))}},t}();Bu.version="3.11.4",Bu.saveStyles=function(t){return t?Ba(t).forEach((function(t){if(t&&t.style){var e=wu.indexOf(t);e>=0&&wu.splice(e,5),wu.push(t,t.style.cssText,t.getBBox&&t.getAttribute("transform"),La.core.getCache(t),ol())}})):wu},Bu.revert=function(t,e){return Tu(!t,e)},Bu.create=function(t,e){return new Bu(t,e)},Bu.refresh=function(t){return t?mu():(Ia||Bu.register())&&Ou(!0)},Bu.update=function(t){return++fa.cache&&Su(!0===t?2:0)},Bu.clearScrollMemory=Eu,Bu.maxScroll=function(t,e){return Ol(t,e?Ta:Ea)},Bu.getScrollFunc=function(t,e){return Oa(Aa(t),e?Ta:Ea)},Bu.getById=function(t){return hu[t]},Bu.getAll=function(){return fu.filter((function(t){return"ScrollSmoother"!==t.vars.id}))},Bu.isScrolling=function(){return!!ml},Bu.snapDirectional=tu,Bu.addEventListener=function(t,e){var n=_u[t]||(_u[t]=[]);~n.indexOf(e)||n.push(e)},Bu.removeEventListener=function(t,e){var n=_u[t],i=n&&n.indexOf(e);i>=0&&n.splice(i,1)},Bu.batch=function(t,e){var n,i=[],r={},s=e.interval||.016,o=e.batchMax||1e9,a=function(t,e){var n=[],i=[],r=La.delayedCall(s,(function(){e(n,i),n=[],i=[]})).pause();return function(t){n.length||r.restart(!0),n.push(t.trigger),i.push(t),o<=n.length&&r.progress(1)}};for(n in e)r[n]="on"===n.substr(0,2)&&Sl(e[n])&&"onRefreshInit"!==n?a(0,e[n]):e[n];return Sl(o)&&(o=o(),nu(Bu,"refresh",(function(){return o=e.batchMax()}))),Ba(t).forEach((function(t){var e={};for(n in r)e[n]=r[n];e.trigger=t,i.push(Bu.create(e))})),i};var Yu,Hu=function(t,e,n,i){return e>i?t(i):e<0&&t(0),n>i?(i-e)/(n-e):n<0?e/(e-n):1},Xu=function t(e,n){!0===n?e.style.removeProperty("touch-action"):e.style.touchAction=!0===n?"auto":n?"pan-"+n+(Pa.isTouch?" pinch-zoom":""):"none",e===Ra&&t($a,n)},Wu={auto:1,scroll:1},qu=function(t){var e,n=t.event,i=t.target,r=t.axis,s=(n.changedTouches?n.changedTouches[0]:n).target,o=s._gsap||La.core.getCache(s),a=pl();if(!o._isScrollT||a-o._isScrollT>2e3){for(;s&&s!==$a&&(s.scrollHeight<=s.clientHeight&&s.scrollWidth<=s.clientWidth||!Wu[(e=Ql(s)).overflowY]&&!Wu[e.overflowX]);)s=s.parentNode;o._isScroll=s&&s!==i&&!El(s)&&(Wu[(e=Ql(s)).overflowY]||Wu[e.overflowX]),o._isScrollT=a}(o._isScroll||"x"===r)&&(n.stopPropagation(),n._gsapAllow=!0)},Vu=function(t,e,n,i){return Pa.create({target:t,capture:!0,debounce:!1,lockAxis:!0,type:e,onWheel:i=i&&qu,onPress:i,onDrag:i,onScroll:i,onEnable:function(){return n&&nu(Na,Pa.eventTypes[0],Qu,!1,!0)},onDisable:function(){return iu(Na,Pa.eventTypes[0],Qu,!0)}})},Uu=/(input|label|select|textarea)/i,Qu=function(t){var e=Uu.test(t.target.tagName);(e||Yu)&&(t._gsapAllow=!0,Yu=e)},Ku=function(t){Ml(t)||(t={}),t.preventDefault=t.isNormalizer=t.allowClicks=!0,t.type||(t.type="wheel,touch"),t.debounce=!!t.debounce,t.id=t.id||"normalizer";var e,n,i,r,s,o,a,l,u=t,c=u.normalizeScrollX,f=u.momentum,h=u.allowNestedScroll,d=Aa(t.target)||Ra,p=La.core.globals().ScrollSmoother,g=p&&p.get(),m=sl&&(t.content&&Aa(t.content)||g&&!1!==t.content&&!g.smooth()&&g.content()),_=Oa(d,Ea),v=Oa(d,Ta),y=1,b=(Pa.isTouch&&ja.visualViewport?ja.visualViewport.scale*ja.visualViewport.width:ja.outerWidth)/ja.innerWidth,w=0,x=Sl(f)?function(){return f(e)}:function(){return f||2.8},T=Vu(d,t.type,!0,h),E=function(){return r=!1},A=bl,O=bl,C=function(){n=Ol(d,Ea),O=Ya(sl?1:0,n),c&&(A=Ya(0,Ol(d,Ta))),i=Au},k=function(){m._gsap.y=wl(parseFloat(m._gsap.y)+_.offset)+"px",m.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+parseFloat(m._gsap.y)+", 0, 1)",_.offset=_.cacheID=0},S=function(){C(),s.isActive()&&s.vars.scrollY>n&&(_()>n?s.progress(1)&&_(n):s.resetTo("scrollY",n))};return m&&La.set(m,{y:"+=0"}),t.ignoreCheck=function(t){return sl&&"touchmove"===t.type&&function(){if(r){requestAnimationFrame(E);var t=wl(e.deltaY/2),n=O(_.v-t);if(m&&n!==_.v+_.offset){_.offset=n-_.v;var i=wl((parseFloat(m&&m._gsap.y)||0)-_.offset);m.style.transform="matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, "+i+", 0, 1)",m._gsap.y=i+"px",_.cacheID=fa.cache,Su()}return!0}_.offset&&k(),r=!0}()||y>1.05&&"touchstart"!==t.type||e.isGesturing||t.touches&&t.touches.length>1},t.onPress=function(){var t=y;y=wl((ja.visualViewport&&ja.visualViewport.scale||1)/b),s.pause(),t!==y&&Xu(d,y>1.01||!c&&"x"),o=v(),a=_(),C(),i=Au},t.onRelease=t.onGestureStart=function(t,e){if(_.offset&&k(),e){fa.cache++;var i,r,o=x();c&&(r=(i=v())+.05*o*-t.velocityX/.227,o*=Hu(v,i,r,Ol(d,Ta)),s.vars.scrollX=A(r)),r=(i=_())+.05*o*-t.velocityY/.227,o*=Hu(_,i,r,Ol(d,Ea)),s.vars.scrollY=O(r),s.invalidate().duration(o).play(.01),(sl&&s.vars.scrollY>=n||i>=n-1)&&La.to({},{onUpdate:S,duration:o})}else l.restart(!0)},t.onWheel=function(){s._ts&&s.pause(),pl()-w>1e3&&(i=0,w=pl())},t.onChange=function(t,e,n,r,s){if(Au!==i&&C(),e&&c&&v(A(r[2]===e?o+(t.startX-t.x):v()+e-r[1])),n){_.offset&&k();var l=s[2]===n,u=l?a+t.startY-t.y:_()+n-s[1],f=O(u);l&&u!==f&&(a+=f-u),_(f)}(n||e)&&Su()},t.onEnable=function(){Xu(d,!c&&"x"),Bu.addEventListener("refresh",S),nu(ja,"resize",S),_.smooth&&(_.target.style.scrollBehavior="auto",_.smooth=v.smooth=!1),T.enable()},t.onDisable=function(){Xu(d,!0),iu(ja,"resize",S),Bu.removeEventListener("refresh",S),T.kill()},t.lockAxis=!1!==t.lockAxis,(e=new Pa(t)).iOS=sl,sl&&!_()&&_(1),sl&&La.ticker.add(bl),l=e._dc,s=La.to(e,{ease:"power4",paused:!0,scrollX:c?"+=0.1":"+=0",scrollY:"+=0.1",onComplete:l.vars.onComplete}),e};Bu.sort=function(t){return fu.sort(t||function(t,e){return-1e6*(t.vars.refreshPriority||0)+t.start-(e.start+-1e6*(e.vars.refreshPriority||0))})},Bu.observe=function(t){return new Pa(t)},Bu.normalizeScroll=function(t){if(void 0===t)return el;if(!0===t&&el)return el.enable();if(!1===t)return el&&el.kill();var e=t instanceof Pa?t:Ku(t);return el&&el.target===e.target&&el.kill(),El(e.target)&&(el=e),e},Bu.core={_getVelocityProp:Ca,_inputObserver:Vu,_scrollers:fa,_proxies:ha,bridge:{ss:function(){ml||bu("scrollStart"),ml=pl()},ref:function(){return Wa}}},Tl()&&La.registerPlugin(Bu),document.addEventListener("DOMContentLoaded",(function(){window.addEventListener("scroll",(function(){window.scrollY>57?document.getElementById("main-nav").classList.add("fixed-top"):document.getElementById("main-nav").classList.remove("fixed-top")}))})),e(document).ready((function(t){Vo.registerPlugin(Bu),Vo.timeline().from("h1 span",{duration:.75,y:150,autoAlpha:0,ease:Es.out,stagger:1.5}).from(".nav-item",{duration:.75,x:300,autoAlpha:0,ease:"elastic.out(1, 1)",stagger:{each:.75,amount:.5}},"-=0.25");var e=Vo.timeline({scrollTrigger:{trigger:"#vc1",scroller:"body",scrub:!0,pin:!0,start:"top top",end:"+=150%"}}),n=Vo.timeline({scrollTrigger:{trigger:"#vc2",scroller:"body",scrub:!0,pin:!0,start:"top top",end:"+=150%"}});e.to(".move_1",{y:-786},0).to(".move_2",{y:-486},0),n.to(".move_3",{y:-786},0).to(".move_4",{y:-786},0)})),t.Alert=O,t.Button=S,t.Carousel=N,t.Collapse=$,t.Dropdown=be,t.Modal=De,t.Offcanvas=Le,t.Popover=Ye,t.Scrollspy=Xe,t.Tab=qe,t.Toast=Ge,t.Tooltip=Be})); |
| 159 | //# sourceMappingURL=child-theme.min.js.map | 159 | //# sourceMappingURL=child-theme.min.js.map |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -79,16 +79,23 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { | ... | @@ -79,16 +79,23 @@ if ( is_page_template( 'page-templates/no-title.php' ) ) { |
| 79 | $images = get_field('staff'); | 79 | $images = get_field('staff'); |
| 80 | $size = 'full'; // (thumbnail, medium, large, full or custom size) | 80 | $size = 'full'; // (thumbnail, medium, large, full or custom size) |
| 81 | if( $images ): ?> | 81 | if( $images ): ?> |
| 82 | <div class="staff-images"> | 82 | <div class="staff-images"> |
| 83 | <div class="row"> | 83 | <div class="row"> |
| 84 | <?php foreach( $images as $image_id ): ?> | 84 | <?php foreach( $images as $image_id ): ?> |
| 85 | <div class="image col-lg-5ths"> | 85 | <div class="image col-lg-5ths"> |
| 86 | |||
| 87 | <?php echo wp_get_attachment_image( $image_id['id'], $size ); ?> | 86 | <?php echo wp_get_attachment_image( $image_id['id'], $size ); ?> |
| 88 | |||
| 89 | </div> | 87 | </div> |
| 90 | <?php endforeach; ?> | 88 | <?php endforeach; ?> |
| 91 | </div> | 89 | </div> |
| 90 | <div class="staff_text"> | ||
| 91 | <div class="container"> | ||
| 92 | <div class="row"> | ||
| 93 | <div class="col-md-12"> | ||
| 94 | <?php echo get_field('staff_text');?> | ||
| 95 | </div> | ||
| 96 | </div> | ||
| 97 | </div> | ||
| 98 | </div> | ||
| 92 | </div> | 99 | </div> |
| 93 | <?php endif; ?> | 100 | <?php endif; ?> |
| 94 | <div id="vc3"> | 101 | <div id="vc3"> | ... | ... |
| ... | @@ -65,7 +65,7 @@ var tl1 = gsap.timeline({ | ... | @@ -65,7 +65,7 @@ var tl1 = gsap.timeline({ |
| 65 | scrollTrigger: { | 65 | scrollTrigger: { |
| 66 | trigger: "#vc1", | 66 | trigger: "#vc1", |
| 67 | scroller: "body", | 67 | scroller: "body", |
| 68 | markers:true, | 68 | |
| 69 | scrub: true, | 69 | scrub: true, |
| 70 | pin: true, | 70 | pin: true, |
| 71 | start: "top top", | 71 | start: "top top", |
| ... | @@ -77,7 +77,7 @@ var tl2 = gsap.timeline({ | ... | @@ -77,7 +77,7 @@ var tl2 = gsap.timeline({ |
| 77 | scrollTrigger: { | 77 | scrollTrigger: { |
| 78 | trigger: "#vc2", | 78 | trigger: "#vc2", |
| 79 | scroller: "body", | 79 | scroller: "body", |
| 80 | markers:true, | 80 | |
| 81 | scrub: true, | 81 | scrub: true, |
| 82 | pin: true, | 82 | pin: true, |
| 83 | start: "top top", | 83 | start: "top top", | ... | ... |
| ... | @@ -13,4 +13,5 @@ | ... | @@ -13,4 +13,5 @@ |
| 13 | @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. | 13 | @import "assets/understrap/theme/blocks"; // <-------- This adds Bootstrap styles to blocks. |
| 14 | @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support | 14 | @import "assets/understrap/theme/contact-form7"; // <-------- Contact Form 7 - Bootstrap 4 support |
| 15 | @import "theme/menu"; | 15 | @import "theme/menu"; |
| 16 | @import "theme/body"; | ||
| 16 | @import "theme/footer"; | 17 | @import "theme/footer"; |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| 1 | .video-cont{ | ||
| 2 | height: 100vh; | ||
| 3 | position: relative; | ||
| 4 | z-index: 9; | ||
| 5 | overflow: hidden; | ||
| 6 | background-position: center center; | ||
| 7 | background-repeat: no-repeat; | ||
| 8 | -webkit-background-size: cover; | ||
| 9 | -moz-background-size: cover; | ||
| 10 | background-size: cover; | ||
| 11 | |||
| 12 | } | ||
| 13 | .myVideo { | ||
| 14 | position: absolute; | ||
| 15 | min-width: 100%; | ||
| 16 | min-height: 100%; | ||
| 17 | width: auto; | ||
| 18 | height: auto; | ||
| 19 | top: 50%; | ||
| 20 | left: 50%; | ||
| 21 | -o-object-fit: contain; | ||
| 22 | object-fit: contain; | ||
| 23 | -webkit-transform: translate(-50%,-50%); | ||
| 24 | -moz-transform: translate(-50%,-50%); | ||
| 25 | -ms-transform: translate(-50%,-50%); | ||
| 26 | -o-transform: translate(-50%,-50%); | ||
| 27 | transform: translate(-50%,-50%); | ||
| 28 | } | ||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | #full-width-page-wrapper{ | ||
| 34 | padding-top: 0px; | ||
| 35 | } | ||
| 36 | |||
| 37 | .scroll-content{ | ||
| 38 | position: relative; | ||
| 39 | z-index: 999; | ||
| 40 | } | ||
| 41 | |||
| 42 | |||
| 43 | .overlay-desc.header { | ||
| 44 | position: relative; | ||
| 45 | z-index: 999; | ||
| 46 | display: flex; | ||
| 47 | flex-direction: column; | ||
| 48 | align-items: center; | ||
| 49 | justify-content: center; | ||
| 50 | height: 786px; | ||
| 51 | h1{ | ||
| 52 | align-self:flex-start; | ||
| 53 | font-family: 'TradeGothic'; | ||
| 54 | } | ||
| 55 | span{ | ||
| 56 | color: #666666; | ||
| 57 | font-size: 24px; | ||
| 58 | line-height: 32px; | ||
| 59 | display: block; | ||
| 60 | overflow: hidden; | ||
| 61 | margin-bottom: 15px; | ||
| 62 | } | ||
| 63 | .large{ | ||
| 64 | color: #333333; | ||
| 65 | font-size: 40px; | ||
| 66 | line-height: 48px; | ||
| 67 | |||
| 68 | } | ||
| 69 | u{ | ||
| 70 | font-family: 'BemboStd-SemiboldItalic'; | ||
| 71 | } | ||
| 72 | } | ||
| 73 | |||
| 74 | .overlay-desc:not(.header) { | ||
| 75 | position: relative; | ||
| 76 | z-index: 999; | ||
| 77 | display: flex; | ||
| 78 | flex-direction: column; | ||
| 79 | align-items: center; | ||
| 80 | justify-content:center; | ||
| 81 | height: 786px; | ||
| 82 | p{ | ||
| 83 | display: flex; | ||
| 84 | align-self: flex-end; | ||
| 85 | width: 50%; | ||
| 86 | flex-direction: column; | ||
| 87 | margin-top: 100px; | ||
| 88 | } | ||
| 89 | span{ | ||
| 90 | color: #666666; | ||
| 91 | font-size: 24px; | ||
| 92 | line-height: 32px; | ||
| 93 | font-family: 'TradeGothic'; | ||
| 94 | margin-bottom: 10px; | ||
| 95 | } | ||
| 96 | .large{ | ||
| 97 | color: #333333; | ||
| 98 | font-size: 40px; | ||
| 99 | line-height: 48px; | ||
| 100 | text-transform: uppercase; | ||
| 101 | } | ||
| 102 | u{ | ||
| 103 | font-family: 'BemboStd-SemiboldItalic'; | ||
| 104 | } | ||
| 105 | } | ||
| 106 | |||
| 107 | .overlay-desc.full { | ||
| 108 | p{ | ||
| 109 | align-self: center; | ||
| 110 | width: 100%; | ||
| 111 | text-align: center; | ||
| 112 | .large{ | ||
| 113 | color: #fff; | ||
| 114 | font-size: 60px; | ||
| 115 | line-height: 72px; | ||
| 116 | } | ||
| 117 | span{ | ||
| 118 | color: #fff; | ||
| 119 | } | ||
| 120 | } | ||
| 121 | u{ | ||
| 122 | font-family: 'BemboStd-SemiboldItalic'; | ||
| 123 | text-transform: none; | ||
| 124 | } | ||
| 125 | } | ||
| 126 | |||
| 127 | |||
| 128 | .staff-images{ | ||
| 129 | display: flex; | ||
| 130 | overflow: hidden; | ||
| 131 | position: relative; | ||
| 132 | .image{ | ||
| 133 | padding-right:0px; | ||
| 134 | padding-left:0px; | ||
| 135 | -webkit-backface-visibility: hidden; | ||
| 136 | backface-visibility: hidden; | ||
| 137 | background-color: #000; | ||
| 138 | img{ | ||
| 139 | |||
| 140 | } | ||
| 141 | } | ||
| 142 | } | ||
| 143 | |||
| 144 | |||
| 145 | .col-xs-5ths, | ||
| 146 | .col-sm-5ths, | ||
| 147 | .col-md-5ths, | ||
| 148 | .col-lg-5ths { | ||
| 149 | position: relative; | ||
| 150 | min-height: 1px; | ||
| 151 | margin-bottom: -5px; | ||
| 152 | } | ||
| 153 | |||
| 154 | .col-lg-5ths{ | ||
| 155 | width: 20%; | ||
| 156 | float: left; | ||
| 157 | } | ||
| 158 | |||
| 159 | @media (max-width: 768px) { | ||
| 160 | .col-lg-5ths { | ||
| 161 | width: 33%; | ||
| 162 | float: left; | ||
| 163 | } | ||
| 164 | .col-lg-5ths:last-of-type { | ||
| 165 | display: none; | ||
| 166 | } | ||
| 167 | } | ||
| 168 | |||
| 169 | .staff_text{ | ||
| 170 | display: none; | ||
| 171 | visibility: hidden; | ||
| 172 | width: 100%; | ||
| 173 | position: absolute; | ||
| 174 | top: 0; | ||
| 175 | z-index: 999; | ||
| 176 | margin: auto; | ||
| 177 | left: 50%; | ||
| 178 | transform: translate(-50%, 0); | ||
| 179 | height: 100%; | ||
| 180 | background-color: rgba($color: #000000, $alpha: 0.59); | ||
| 181 | color: #fff; | ||
| 182 | .container{ | ||
| 183 | height: 100%; | ||
| 184 | .row{ | ||
| 185 | height: 100%; | ||
| 186 | } | ||
| 187 | } | ||
| 188 | .col-md-12{ | ||
| 189 | height: 100%; | ||
| 190 | display: flex; | ||
| 191 | align-items: center; | ||
| 192 | flex-direction:column; | ||
| 193 | justify-content: center; | ||
| 194 | |||
| 195 | } | ||
| 196 | h2{ | ||
| 197 | color: #fff; | ||
| 198 | font-size: 60px; | ||
| 199 | line-height: 72px; | ||
| 200 | text-transform: uppercase; | ||
| 201 | font-family: 'TradeGothic'; | ||
| 202 | } | ||
| 203 | h3{ | ||
| 204 | font-size: 40px; | ||
| 205 | line-height: 48px; | ||
| 206 | font-weight: 400; | ||
| 207 | font-family: 'BemboStd-BoldItalic'; | ||
| 208 | } | ||
| 209 | } | ||
| 210 | .staff-images:hover{ | ||
| 211 | .staff_text{ | ||
| 212 | visibility: visible; | ||
| 213 | display: block; | ||
| 214 | } | ||
| 215 | } | ||
| 216 | |||
| 217 |
| ... | @@ -124,46 +124,17 @@ | ... | @@ -124,46 +124,17 @@ |
| 124 | font-display: swap; | 124 | font-display: swap; |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | .col-xs-5ths, | ||
| 128 | .col-sm-5ths, | ||
| 129 | .col-md-5ths, | ||
| 130 | .col-lg-5ths { | ||
| 131 | position: relative; | ||
| 132 | min-height: 1px; | ||
| 133 | margin-bottom: -5px; | ||
| 134 | } | ||
| 135 | 127 | ||
| 136 | .col-lg-5ths{ | ||
| 137 | width: 20%; | ||
| 138 | float: left; | ||
| 139 | } | ||
| 140 | 128 | ||
| 141 | @media (min-width: 768px) { | ||
| 142 | .col-lg-5ths { | ||
| 143 | width: 33%; | ||
| 144 | float: left; | ||
| 145 | } | ||
| 146 | .col-lg-5ths:last-of-type { | ||
| 147 | display: none; | ||
| 148 | } | ||
| 149 | } | ||
| 150 | 129 | ||
| 151 | @media (min-width: 992px) { | 130 | @font-face { |
| 152 | .col-lg-5ths { | 131 | font-family: 'BemboStd-SemiboldItalic'; |
| 153 | width: 20%; | 132 | src: url('../fonts/BemboStd-SemiboldItalic.woff2') format('woff2'), |
| 154 | float: left; | 133 | url('../fonts/BemboStd-SemiboldItalic.woff') format('woff'), |
| 155 | } | 134 | url('../fonts/BemboStd-SemiboldItalic.ttf') format('truetype'); |
| 156 | .col-lg-5ths:last-of-type { | 135 | font-weight: 600; |
| 157 | display: block; | 136 | font-style: italic; |
| 158 | } | 137 | font-display: swap; |
| 159 | } | 138 | } |
| 160 | 139 | ||
| 161 | @media (min-width: 1200px) { | 140 | |
| 162 | .col-lg-5ths { | ||
| 163 | width: 20%; | ||
| 164 | float: left; | ||
| 165 | } | ||
| 166 | .col-lg-5ths:last-of-type { | ||
| 167 | display: block; | ||
| 168 | } | ||
| 169 | } | ... | ... |
| ... | @@ -50,131 +50,3 @@ | ... | @@ -50,131 +50,3 @@ |
| 50 | } | 50 | } |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | |||
| 54 | |||
| 55 | .video-cont{ | ||
| 56 | height: 100vh; | ||
| 57 | position: relative; | ||
| 58 | z-index: 9; | ||
| 59 | overflow: hidden; | ||
| 60 | background-position: center center; | ||
| 61 | background-repeat: no-repeat; | ||
| 62 | -webkit-background-size: cover; | ||
| 63 | -moz-background-size: cover; | ||
| 64 | background-size: cover; | ||
| 65 | |||
| 66 | } | ||
| 67 | .myVideo { | ||
| 68 | position: absolute; | ||
| 69 | min-width: 100%; | ||
| 70 | min-height: 100%; | ||
| 71 | width: auto; | ||
| 72 | height: auto; | ||
| 73 | top: 50%; | ||
| 74 | left: 50%; | ||
| 75 | -o-object-fit: contain; | ||
| 76 | object-fit: contain; | ||
| 77 | -webkit-transform: translate(-50%,-50%); | ||
| 78 | -moz-transform: translate(-50%,-50%); | ||
| 79 | -ms-transform: translate(-50%,-50%); | ||
| 80 | -o-transform: translate(-50%,-50%); | ||
| 81 | transform: translate(-50%,-50%); | ||
| 82 | } | ||
| 83 | |||
| 84 | |||
| 85 | |||
| 86 | |||
| 87 | #full-width-page-wrapper{ | ||
| 88 | padding-top: 0px; | ||
| 89 | } | ||
| 90 | |||
| 91 | .scroll-content{ | ||
| 92 | position: relative; | ||
| 93 | z-index: 999; | ||
| 94 | } | ||
| 95 | |||
| 96 | |||
| 97 | .overlay-desc.header { | ||
| 98 | position: relative; | ||
| 99 | z-index: 999; | ||
| 100 | display: flex; | ||
| 101 | flex-direction: column; | ||
| 102 | align-items: center; | ||
| 103 | justify-content: center; | ||
| 104 | height: 786px; | ||
| 105 | h1{ | ||
| 106 | align-self:flex-start; | ||
| 107 | font-family: 'TradeGothic'; | ||
| 108 | } | ||
| 109 | span{ | ||
| 110 | color: #666666; | ||
| 111 | font-size: 24px; | ||
| 112 | line-height: 32px; | ||
| 113 | display: block; | ||
| 114 | overflow: hidden; | ||
| 115 | margin-bottom: 15px; | ||
| 116 | } | ||
| 117 | .large{ | ||
| 118 | color: #333333; | ||
| 119 | font-size: 40px; | ||
| 120 | line-height: 48px; | ||
| 121 | |||
| 122 | } | ||
| 123 | } | ||
| 124 | |||
| 125 | .overlay-desc:not(.header) { | ||
| 126 | position: relative; | ||
| 127 | z-index: 999; | ||
| 128 | display: flex; | ||
| 129 | flex-direction: column; | ||
| 130 | align-items: center; | ||
| 131 | justify-content:center; | ||
| 132 | height: 786px; | ||
| 133 | p{ | ||
| 134 | display: flex; | ||
| 135 | align-self: flex-end; | ||
| 136 | width: 50%; | ||
| 137 | flex-direction: column; | ||
| 138 | margin-top: 100px; | ||
| 139 | } | ||
| 140 | span{ | ||
| 141 | color: #666666; | ||
| 142 | font-size: 24px; | ||
| 143 | line-height: 32px; | ||
| 144 | font-family: 'TradeGothic'; | ||
| 145 | margin-bottom: 10px; | ||
| 146 | } | ||
| 147 | .large{ | ||
| 148 | color: #333333; | ||
| 149 | font-size: 40px; | ||
| 150 | line-height: 48px; | ||
| 151 | text-transform: uppercase; | ||
| 152 | } | ||
| 153 | } | ||
| 154 | |||
| 155 | .overlay-desc.full { | ||
| 156 | p{ | ||
| 157 | align-self: center; | ||
| 158 | width: 100%; | ||
| 159 | text-align: center; | ||
| 160 | .large, | ||
| 161 | span{ | ||
| 162 | color: #fff; | ||
| 163 | } | ||
| 164 | } | ||
| 165 | } | ||
| 166 | |||
| 167 | |||
| 168 | .staff-images{ | ||
| 169 | overflow: hidden; | ||
| 170 | .image{ | ||
| 171 | padding-right:0px; | ||
| 172 | padding-left:0px; | ||
| 173 | -webkit-backface-visibility: hidden; | ||
| 174 | backface-visibility: hidden; | ||
| 175 | background-color: #000; | ||
| 176 | img{ | ||
| 177 | |||
| 178 | } | ||
| 179 | } | ||
| 180 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment