(self.webpackChunkextract_css=self.webpackChunkextract_css||[]).push([["22281"],{161476:function(S){"use strict";S.exports={}},910870:function(S,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var o;(function(c){c.NONE=1,c.CUSTOM=2})(o||(o={}));var i=o;v.default=i,S.exports=v.default},926509:function(S,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var o;(function(c){c.COLLECTION_TYPE_GENERIC=1,c.COLLECTION_TYPE_SUBSCRIPTION=2,c.TWITTER=3,c.FOURSQUARE=4,c.INSTAGRAM=5,c.GALLERY_BLOCK=6,c.TEMPLATE_PAGE=7,c.SPLASH_PAGE=8,c.COLLECTION_TYPE_PAGE=10,c.FIVEHUNDREDPIX=11,c.FLICKR=12,c.PRODUCTS=13,c.SLIDE_GALLERY=15,c.SLIDE_ALBUM=16,c.SLIDE_VIDEO=17,c.ALBUM_BLOCK=18,c.SECTION_CATALOG=20,c.PAGE_CATALOG=21,c.ITEM_CATALOG=22,c.PORTFOLIO=23,c.LESSONS=24,c.COURSE=25,c.MOSAIC=14,c.PROJECT=19})(o||(o={}));var i=o;v.default=i,S.exports=v.default},260104:function(S,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var o;(function(c){c.INDEX=1,c.REDIRECT=2,c.NONE=3,c.VARIATION=4})(o||(o={}));var i=o;v.default=i,S.exports=v.default},134764:function(S,v){"use strict";Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var o;(function(c){c.TEXT=1,c.IMAGE=2,c.QUOTE=4,c.LINK=5,c.CHAT=6,c.AUDIO=7,c.VIDEO=8,c.VIDEO_DEPRECATED=9,c.REVIEW=10,c.STORE_ITEM=11,c.EVENT=12,c.THREAD=13,c.GALLERY=14,c.BINARY=15,c.CSSASSET=16,c.TWEAKASSET=17,c.DIGITALGOOD=18,c.ATTACHMENT=19,c.EXPORT_WORDPRESS=20,c.EXPORT_INTERNAL=21,c.TEXT_PROSE_MIRROR=22,c.EXPORT_ROLES=23,c.TWEET=50,c.RSS=51,c.CHECKIN=52,c.DELICIOUS=53,c.KBARTICLE=54,c.PROJECT_ITEM=55,c.COLLECTION_TAXONOMY=56,c.SECTION_TAXONOMY=57,c.ITEM_TAXONOMY=58,c.PORTFOLIO_ITEM=59,c.EXPORT_TRANSLATABLE_STRINGS=60,c.SQSP_VIDEO=61,c.LESSON=62,c.COURSE_ITEM=63})(o||(o={}));var i=o;v.default=i,S.exports=v.default},529813:function(S,v,o){var i=o(461761),c=o(210750),O=o(994336),d=[],A=0,g=20,E=10,U=5e3,B=function(){if(!(!d||d.length===0)){var I=new XMLHttpRequest;I.open("POST","/api/events/RecordJavascriptErrors",!0),I.setRequestHeader("Content-type","application/json;charset=UTF-8"),I.setRequestHeader("X-CSRF-Token",O.get("crumb"));try{I.send(JSON.stringify(d))}catch(W){}d=[],A++}},L={trackUncaughtError:function(I,W,M,q,X,N,m){var z=m?m.stack:"",te={app:I,message:M,stack:z,file:q,line:X,column:N,custom:W()};this.enqueueError("interface_error_"+I,te)},enqueueError:function(I,W){var M={},q=i(window,"Static.SQUARESPACE_CONTEXT",{});if(!this.hasExceededMaxReporting()){M.websiteId=i(q,"website.id"),M.templateId=i(q,"templateId"),W.stack&&W.stack.length>U&&(W.stack=W.stack.substring(0,U)+` [STACK TRACE TRUNCATED]`),M.url=window.location.href||"",M.userAgent=window.navigator.userAgent;try{d.push({event:I,data:JSON.stringify(Object.assign(M,W)),timestamp:Date.now()})}catch(X){console.warn("Could not push error: ".concat(X))}this.debouncedSend()}},hasExceededMaxReporting:function(){return A>=g||d.length>=E},getStack:function(){var I=new Error;return I.stack||""},wrapAppErrorCallback:function(I){return function(){if(!I)return{};try{return I()}catch(W){return{errorInCallback:!0}}}},debouncedSend:c(B,1e3)};S.exports={bindUncaughtErrorReporter:function(I,W){I||(console.error("Error Reporter Missing App Name configuration",L.getStack()),I="unknown");var M=L.wrapAppErrorCallback(W);window.onerror&&(window.onerror=null),window.onerror=L.trackUncaughtError.bind(L,I,M)},trackCaughtError:function(I,W){var M=arguments.length>2&&arguments[2]!==void 0?arguments[2]:L.getStack();L.enqueueError("interface_error_"+I,{app:I,message:W,stack:M})}}},819576:function(S,v,o){"use strict";var i=o(513614),c=o(910870),O=o.n(c),d=o(161476),A=o.n(d),g={READY:"announcementBar:event:ready",UPDATE:"announcementBar:event:update",RESET_VISIBILITY:"announcementBar:event:resetVisibility",CLOSE:"announcementBar:event:close"};YUI.add("squarespace-announcement-bar",function(E){var U="closed",B="squarespace-announcement-bar";E.namespace("Squarespace.Widgets");var L=E.Squarespace.Widgets.AnnouncementBar=E.Base.create("AnnouncementBar",E.Squarespace.Widgets.SSWidget,[],{initializer:function(){this._bb=this.get("boundingBox"),this._cb=this.get("contentBox"),this._publishEvents(),this._addActionListeners()},destructor:function(){E.Array.invoke(this.eventListeners,"detach"),this.eventListeners=[]},render:function(T){var I=T||this._checkIfNewMessage();if(I){var W=this._getDropzone();L.superclass.render.call(this,W)}else this._bindTweakEvents()},bindUI:function(){L.superclass.bindUI.call(this),this.get("boundingBox").delegate("click",this._closeBar,"."+this.getClassName("close"),this),this.get("boundingBox").delegate("keydown",function(T){(T.keyCode===13||T.keyCode===32)&&this._closeBar(T)},"."+this.getClassName("close"),this),this._bindTweakEvents(),this.after(["textChange","clickthroughUrlChange"],function(){this.get("contentBox").empty(),this.get("contentBox").prepend(this.renderTemplate())}),this.on("visibleChange",this._checkIfNewMessage,this)},syncUI:function(){L.superclass.syncUI.call(this);var T=parseInt(this.get("style"),10),I=this.get("text");E.Lang.isObject(I)&&(I=I.html),T!==O().NONE&&I?this.show():this.hide()},getHeight:function(){return this._bb.get("clientHeight")},_bindTweakEvents:function(){E.Global.on("tweak:beforeopen",this._onTweakOpen,this)},_onTweakOpen:function(){var T=this.get("rendered");T||this.render(!0),this.show()},_closeBar:function(T){if(!E.namespace("Squarespace.Widgets.AnnouncementBar").isClosed()){T&&T.preventDefault(),this.hide();var I=E.one("[data-first-focusable-element]");I&&I.focus(),this._recordClose(),document.body.classList.remove("announcement-bar-reserved-space")}},_getDropzone:function(){var T=E.one(this.get("dropzone"));if(!E.Lang.isNull(T)){var I=E.Node.create('
');T.insert(I,0),T=I,this.set("isCustomPositioned",!0)}return T},_checkIfNewMessage:function(){var T=!0,I=!1;if(localStorage){var W={text:this.get("text"),clickthroughUrl:this.get("clickthroughUrl")},M=this._getLocalStorageData();if(M){var q=M[U];delete M[U],W.clickthroughUrl===null&&delete W.clickthroughUrl;var X=E.JSON.stringify(W),N=E.JSON.stringify(M);X===N&&q===!0?T=!1:I=!0}else I=!0;I===!0&&(W[U]=!1,this._saveToLocalStorage(W))}return T},_getLocalStorageData:function(){var T=B,I=null;if(localStorage)try{var W=localStorage.getItem(T);I=E.JSON.parse(W)}catch(M){I=null}return I},_saveToLocalStorage:function(T){var I=B;if(localStorage){typeof T!="string"&&(T=E.JSON.stringify(T));try{localStorage.setItem(I,T)}catch(W){}}},_recordClose:function(){var T=this._getLocalStorageData();T&&(T[U]=!0,this._saveToLocalStorage(T))},_publishEvents:function(){this.publish(g.RESET_VISIBILITY),this.publish(g.UPDATE),this.publish(g.CLOSE),E.Global.publish(g.READY)},_addActionListeners:function(){this.eventListeners=[this.on(g.RESET_VISIBILITY,function(){E.Squarespace.Widgets.AnnouncementBar.resetVisibility(),this.render(!0),this.syncUI()}.bind(this)),this.on(g.UPDATE,function(T){this.setAttrs({text:T.text.html.toString(),style:T.style,clickthroughUrl:T.clickthroughUrl}),this.get("rendered")||this.render(),this.syncUI()}.bind(this)),this.on(g.CLOSE,function(){this._closeBar()}.bind(this))],E.Global.fire(g.READY,{bar:this})}},{CSS_PREFIX:"sqs-announcement-bar",HANDLEBARS_TEMPLATE:"announcement-bar.html",EVENTS:g,ATTRS:{text:{value:null},closeButtonLabel:{value:(0,i.t)("Close Announcement",null,{project:"scripts-v6-root",notes:"Label for a button closing an announcement bar"})},isCustomPositioned:{value:!1},clickthroughUrl:{value:null},dropzone:{value:".sqs-announcement-bar-dropzone"}}});E.namespace("Squarespace.Widgets.AnnouncementBar").resetVisibility=function(){if(localStorage)try{localStorage.removeItem(B)}catch(T){}},E.namespace("Squarespace.Widgets.AnnouncementBar").isClosed=function(){var T=!1;if(localStorage)try{var I=localStorage.getItem(B),W=E.JSON.parse(I);E.Lang.isNull(W)||(T=W[U])}catch(M){}return T},E.config.win.Squarespace.onInitialize(E,function(){var T=E.config.win.Static.SQUARESPACE_CONTEXT.websiteSettings.announcementBarSettings||{style:1,text:""};if(E.namespace("Squarespace.Singletons"),!E.Squarespace.Singletons.AnnouncementBar){var I=T.text;E.Lang.isObject(I)&&(I=I.html),E.Squarespace.Singletons.AnnouncementBar=new L({text:I,clickthroughUrl:T.clickthroughUrl}),E.config.win.Static.SQUARESPACE_CONTEXT.showAnnouncementBar&&E.Squarespace.Singletons.AnnouncementBar.render()}})},"1.0",{requires:["base","json","node","squarespace-announcement-bar-template","squarespace-ss-widget"]})},656796:function(S,v,o){"use strict";var i=o(529813),c=o.n(i),O=o(613421);YUI.add("squarespace-debugger",function(d){d.namespace("Squarespace");var A=d.Squarespace.Legacy.Class;d.Squarespace.Debugger=A.create({defaultOpts:{output:!0,ignore:[],name:"GenericComponent"},initialize:function(g){if(this.params=d.merge(this.defaultOpts,g),O.Z.isProductionEnvironment()&&(this.params.output=!1),this.params.uid&&(this.params.name+=" #"+this.getUID()),this.params.logEvents){var E=this;this.params.logEvents.fire=function(U){E.log("Firing",U),d.EventTarget.prototype.fire.apply(E.params.logEvents,arguments)}}this.logEnabled=this.params.output},enable:function(){this.params.output=!0},disable:function(){this.params.output=!1},isInfoEnabled:function(){return d.Lang.isBoolean(this.params.output)?this.params.output:!1},info:function(){return this.log.apply(this,arguments)},log:function(){if(this.params.output&&!(this.params.ignore.indexOf(arguments[0])>=0)){var g=Array.prototype.slice.call(arguments),E="["+this.params.name+"]";typeof g[0]=="string"?g[0]=E+" "+g[0]:g.unshift(E),console.log&&(d.UA.ios?console.log(g.join(" ")):console.log.apply?console.log.apply(console,g):console.log(g))}},error:function(){var g=Array.prototype.slice.call(arguments),E=g[g.length-1];E instanceof Error&&g.pop(),g.unshift(this.params.name),d.UA.ios&&(g=[g.join(" ")]),console.error&&(d.UA.ios?console.error(g.join(" ")):console.error.apply?console.error.apply(console,g):console.error(g));var U;E&&E instanceof Error?(U=E.stack,console.error("Stack: "+U)):console.trace&&console.trace(),c().trackCaughtError("damask",g[0],U)},warn:function(){var g=Array.prototype.slice.call(arguments),E="["+this.params.name+"]";typeof g[0]=="string"?g[0]=E+" "+g[0]:g.unshift(E),console.warn&&(d.UA.ios?console.warn(g.join(" ")):console.warn.apply?console.warn.apply(console,g):console.warn(g))},isTimingEnabled:function(){return!!this.params.output},getUID:function(){return d.Squarespace.Debugger.lastUID[this.params.name]===void 0&&(d.Squarespace.Debugger.lastUID[this.params.name]=0),d.Squarespace.Debugger.lastUID[this.params.name]++},time:function(g){this.params.output&&console.time&&console.time("["+this.params.name+"] "+g)},timeEnd:function(g){this.params.output&&console.timeEnd&&console.timeEnd("["+this.params.name+"] "+g)}}),d.Squarespace.Debugger.lastUID={}},"1.0",{requires:["squarespace-legacy-class","squarespace-util"]})},511633:function(S,v,o){"use strict";var i=o(819576),c=o(442010),O=o.n(c),d=o(907922),A=o.n(d),g=o(961811),E=o.n(g),U=o(656796),B=o(507775),L=o(685241),T=o.n(L),I=o(874424),W=o.n(I)},961811:function(){YUI.add("squarespace-ss-widget",function(S){S.namespace("Squarespace.Widgets");var v=S.Squarespace.Widgets.SSWidget=S.Squarespace.SSWidget=S.Base.create("ssWidget",S.Widget,[],{delegatedEvents:{},initializer:function(o){this.LOG=new S.Squarespace.Debugger({name:this.name,output:!1}),this._anims=new S.Squarespace.Anims,this.on("classNameChange",function(i){var c=this.get("boundingBox");c&&c.removeClass(i.prevVal).addClass(i.newVal)},this),this._events=[],this._timers=[]},destroy:function(o){if(!S.Lang.isBoolean(o)&&!this.get("destroyed")){var i=this.get("boundingBox"),c=this.get("contentBox");i&&i._node&&c&&c._node?o=!0:this.LOG.error("This widget's elements was improperly cleaned up!")}v.superclass.destroy.call(this,o)},destructor:function(){for(this._anims.destroy(),S.detach(this.get("id")+"|*"),this.detach(this.get("id")+"|*");this._events.length!==0;)this._events.shift().detach();for(;this._timers.length!==0;)this._timers.shift().cancel();this._anims=null,this._timers=[],this._events=[],this.LOG=null},_registerEvent:function(){if(S.Lang.isArray(arguments[0]))this._registerEvent.apply(this,arguments[0]);else for(var o=0,i=arguments.length;om.topLeftAverage&&m.topRightAverage&&m.bottomLeftAverage&&m.bottomRightAverage&&m.centerAverage?' data-color-topleft="#'.concat(m.topLeftAverage,`" data-color-topright="#`).concat(m.topRightAverage,`" data-color-bottomleft="#`).concat(m.bottomLeftAverage,`" data-color-bottomright="#`).concat(m.bottomRightAverage,`" data-color-center="#`).concat(m.centerAverage,'" '):"",q=m=>m.replace(/<(?:.|\n)*?>/gm,""),X=function(){var m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return m.title&&m.title.length>0?m.title:m.body&&m.body.length>0?q(m.body):m.filename&&m.filename.length>0?m.filename:""},N={};N.video=m=>({name:"video",func:function(te,x,F){var Z=te.oembed||{},fe=te.assetUrl,ee=te.colorData,Ee=te.mediaFocalPoint,$=!1,H=!1;if(F)for(var K=0;K