{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js", "ssg:https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/uojRLCYEwasvQQwqAkxE/N51TKQXMkC2yQPe15WrZ/yZJUZcYkG.js", "ssg:https://framerusercontent.com/modules/kMKbGBlRyb9CckgeEFLy/8aKKfnLXW0YkBDQxzNLg/jxJlG7CZP.js", "ssg:https://framerusercontent.com/modules/NWwdg9qIeMMtVAflrlY4/v6IIqDFF1jGalWihi4CG/nEn0wxL86.js", "ssg:https://framerusercontent.com/modules/iofSb1v6y2fdPwVje6vw/tCFJreUn2RFMmXCKPpQP/SX49Hl3O3.js", "ssg:https://framerusercontent.com/modules/cZ9Pm0sVSK96qubWSK8K/PfjTmJPxnyi8tzuzKxp5/DCnavcmpq.js", "ssg:https://framerusercontent.com/modules/og0aD75xT1BAoY0YySBL/bZIeZvEWHXUaIumRihYf/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */ export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==PlayOptions.Normal;const showThumbnail=onCanvas||thumbnail!==ThumbnailOptions.Off&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/ _jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?ThumbnailFormat.WebP:ThumbnailFormat.JPG);// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(isAutoplay||showThumbnail){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===PlayOptions.Loop){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/ _jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:hasBorderRadius&&showVideo?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},children:[isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/ _jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),showVideo?/*#__PURE__*/ _jsx(\"iframe\",{style:videoStyle,src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp}):/*#__PURE__*/ _jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===PlayOptions.Normal;}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==PlayOptions.Normal;}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:PlayOptions.Normal,shouldMute:true,thumbnail:ThumbnailOptions.Medium,isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL1=getEmbedURL(videoId);return[videoId,embedURL1];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId1=pathSegments[1];return[videoId1,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId2=url.pathname.slice(1);const embedURL2=getEmbedURL(videoId2);return[videoId2,embedURL2];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=ThumbnailFormat.JPG){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=ThumbnailFormat.WebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=ThumbnailFormat.WebP?\"webp\":\"jpg\";switch(res){case ThumbnailOptions.Low:return`${pre}${videoId}/hqdefault.${ext}`;case ThumbnailOptions.Medium:return`${pre}${videoId}/sddefault.${ext}`;case ThumbnailOptions.High:return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(!!(element.getContext&&element.getContext(\"2d\"))){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")==0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/ _jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/ _jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"315\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicWidth\":\"560\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useCallback}from\"react\";const urlRegex=/(https?:\\/\\/[^ ]*)/;/**\n * SPOTIFY\n *\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 350\n */ export function Spotify(props){const{theme,url:sourceUrl}=props;const createEmbedUrl=useCallback(()=>{if(sourceUrl.length<5)return null;// If someone pastes the embed code lets still try to render it\nconst strippedUrl=sourceUrl.includes(\"iframe\")?sourceUrl.match(urlRegex)[1].replace(`\"`,\"\"):sourceUrl;const url=new URL(strippedUrl);// Add embed prefix if needed\nif(!url.pathname.includes(\"embed\"))url.pathname=`/embed${url.pathname}`;// Remove params\nurl.search=`theme=${theme}`;// @ben you could add all other bools in here like\n// url.search = `theme=${theme}&dog=${cat}`\nreturn url.toString();},[theme,sourceUrl]);const identifier=createEmbedUrl();return(/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\"},frameBorder:0,src:identifier}));}Spotify.defaultProps={url:\"https://open.spotify.com/album/31qVWUdRrlb8thMvts0yYL?si=Jl-8Mnc3RNGuOtqRC7NXVg\",width:280,height:350,theme:1};addPropertyControls(Spotify,{url:{type:ControlType.String,title:\"URL\"},theme:{type:ControlType.Enum,displaySegmentedControl:true,options:[1,0],optionTitles:[\"On\",\"Off\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"Spotify\":{\"type\":\"reactComponent\",\"name\":\"Spotify\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"350\",\"framerIntrinsicWidth\":\"280\"}}}}\n//# sourceMappingURL=./Spotify.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-xiGFo .framer-styles-preset-1nz0pys:not(.rich-text-wrapper), .framer-xiGFo .framer-styles-preset-1nz0pys.rich-text-wrapper a { --framer-link-current-text-color: var(--token-4317d947-c074-44a3-b450-157e5ae9179a, #f73a22) /* {\"name\":\"Red\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-b7fcd753-9667-466c-8cfb-b00cf1bb1991, #6e6a63) /* {\"name\":\"Dark-OffWhite\"} */; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, #fff8dd); --framer-link-text-decoration: none; }'];export const className=\"framer-xiGFo\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d19f530)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,SVG,useActiveVariantCallback,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uojRLCYEwasvQQwqAkxE/N51TKQXMkC2yQPe15WrZ/yZJUZcYkG.js\";const MaterialFonts=getFonts(Material);const cycleOrder=[\"Uo8UNNF8a\",\"gaXUdntGj\"];const variantClassNames={gaXUdntGj:\"framer-v-w9xzhp\",Uo8UNNF8a:\"framer-v-1otzycy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Variant 1\":\"Uo8UNNF8a\",\"Variant 2\":\"gaXUdntGj\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:false},gaXUdntGj:{damping:60,delay:0,duration:.5,ease:[.44,0,.56,1],mass:1,stiffness:500,type:false}};const transformTemplate=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"Uo8UNNF8a\",tourDates:EDzgHQKYs,scrollNb:VOc7ekx9u,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Uo8UNNF8a\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1fy95id=activeVariantCallback(async(...args)=>{if(VOc7ekx9u){const res=await VOc7ekx9u(...args);if(res===false)return false;}setVariant(\"gaXUdntGj\");});const onTapyerqw9=activeVariantCallback(async(...args)=>{setVariant(\"Uo8UNNF8a\");});const onClickyerqw9=activeVariantCallback(async(...args)=>{setVariant(\"Uo8UNNF8a\");});const onTap1lqhfyb=activeVariantCallback(async(...args)=>{setVariant(\"gaXUdntGj\");});const isDisplayed=()=>{if(baseVariant===\"gaXUdntGj\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"gaXUdntGj\")return false;return true;};const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-ipJBH\",sharedStyle.className,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-1otzycy\",className),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Uo8UNNF8a\",onTap:onTap1fy95id,ref:ref,style:{backgroundColor:\"rgba(34, 31, 30, 0.5)\",...style},transition:transition,variants:{gaXUdntGj:{backgroundColor:\"rgba(0, 0, 0, 0.8)\"}},...addPropertyOverrides({gaXUdntGj:{\"data-framer-name\":\"Variant 2\",onTap:onTapyerqw9}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-12003jo\",layoutDependency:layoutDependency,layoutId:\"T_c7jorsC\",transition:transition,children:[isDisplayed()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1g7cc8v-container\",layoutDependency:layoutDependency,layoutId:\"eEg87U8RL-container\",transition:transition,children:/*#__PURE__*/ _jsx(Material,{color:'var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)) /* {\"name\":\"OffWhite\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"Close\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"eEg87U8RL\",layoutId:\"eEg87U8RL\",mirrored:false,onClick:onClickyerqw9,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/ _jsx(Link,{href:EDzgHQKYs,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(SVG,{as:\"a\",className:\"framer-yaqyzb framer-17w5ms6\",\"data-framer-name\":\"Icon_RazorBlade\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:41,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"RdkCyxUat\",svg:'<svg width=\"40\" height=\"41\" viewBox=\"0 0 40 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M35.9233 16.8222C35.5306 17.094 34.6744 17.7073 34.6744 17.7073C34.6744 17.7073 34.2566 18.0788 34.6698 18.6758C34.6698 18.6758 35.0304 19.2467 35.4612 18.9486L36.7708 20.825C36.7708 20.825 36.9679 21.2298 36.7669 21.3689L15.406 36.1514C15.406 36.1514 15.0954 36.2504 14.9065 35.9774L13.6879 34.2165C13.6879 34.2165 13.9637 33.7384 13.6098 33.2272C13.2564 32.7165 12.7246 32.8837 12.7246 32.8837L11.4457 33.7619C11.4457 33.7619 10.957 33.9397 10.6348 33.4742L4.89432 25.1792C4.89432 25.1792 4.43783 24.4458 4.84136 24.1665L6.08895 23.3032C6.08895 23.3032 6.45212 22.8918 6.09515 22.376C5.73817 21.8601 5.31687 21.9649 5.31687 21.9649C5.31687 21.9649 5.21248 22.0255 5.12881 21.9046L3.93882 20.1851C3.93882 20.1851 3.73009 19.7995 3.96626 19.636L25.3292 4.85206C25.3292 4.85206 25.6431 4.73246 25.8455 5.02486C26.0478 5.31727 27.0789 6.80229 27.0789 6.80229C27.0789 6.80229 27.1093 6.86487 27.0786 6.90009C27.0478 6.93504 26.8177 7.30589 27.159 7.799C27.5 8.29184 27.9 8.20908 27.9656 8.16362C28.0322 8.11758 29.3199 7.23841 29.3199 7.23841C29.3199 7.23841 29.7239 7.02727 30.1275 7.61046L35.9331 15.9997C35.9335 15.999 36.315 16.5502 35.9227 16.8217L35.9233 16.8222ZM31.2564 13.2432C30.3092 11.9189 29.2905 10.6845 28.8246 11.0069C28.3587 11.3293 29.3445 12.9614 29.3445 12.9614L28.7601 13.3658C28.7601 13.3658 26.7691 12.3894 26.2055 12.7795C25.6425 13.1691 25.8478 15.3812 25.8478 15.3812L25.2239 15.7734C25.2239 15.7734 24.0226 14.3037 23.5702 14.6167C23.1185 14.9294 24.123 16.5888 24.123 16.5888L21.1142 18.6442C21.1142 18.6442 19.8697 17.7665 18.9329 18.5228C17.9953 19.2784 18.4083 20.5576 18.4083 20.5576C18.4083 20.5576 15.5029 22.555 15.4404 22.5983C15.3778 22.6415 15.3084 22.556 15.3084 22.556C15.3084 22.556 14.2304 21.1618 13.7315 21.4667C13.2331 21.7715 14.1741 23.2201 14.2165 23.3116C14.2589 23.4023 14.2221 23.4681 14.2221 23.4681L13.6664 23.8527C13.5961 23.9146 11.6968 22.8491 11.1272 23.2149C10.5585 23.5816 10.775 25.8405 10.775 25.8405C10.775 25.8405 10.3029 26.154 10.2196 26.2117C10.1362 26.2693 9.99791 26.0842 9.99791 26.0842C8.82818 24.6467 8.50639 25.0574 8.50639 25.0574C7.62427 25.6399 10.5718 29.1114 11.0594 29.6973C11.547 30.2828 11.9272 30.0597 11.9697 30.0171C12.0124 29.9743 12.2524 29.8614 12.0301 29.3468C11.8071 28.8318 11.4187 28.0546 11.4187 28.0546L12.038 27.642C14.3954 28.6865 14.6238 28.2071 14.6238 28.2071C15.0233 27.8634 14.9278 25.6157 14.9278 25.6157L15.5047 25.2165C16.8928 26.9846 17.2179 26.385 17.2179 26.385C17.6452 26.1698 16.669 24.4771 16.669 24.4771L19.6998 22.3797C19.6998 22.3797 20.9563 23.1558 21.8674 22.5253C22.7779 21.8952 22.3955 20.421 22.3955 20.421L25.3614 18.408C26.3357 19.4587 26.6672 19.8186 27.0841 19.5301C27.5007 19.2418 26.5153 17.6095 26.5153 17.6095L27.1527 17.2084C27.1527 17.2084 29.2056 18.1683 29.7208 17.7845C30.237 17.4009 30.0069 15.1527 30.0069 15.1527L30.6176 14.7428C31.5232 15.9616 32.0264 16.1089 32.3185 15.9068C32.6098 15.704 32.2036 14.5674 31.2563 13.243L31.2564 13.2432Z\" fill=\"#FFF8DD\"/>\\n</svg>\\n',transition:transition,withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1jf7to9\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"cp0z3FtMo\",onTap:onTap1lqhfyb,transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:\"MENU\"})}),className:\"framer-lg3h9l\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"e8IxjAAlz\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/ _jsxs(motion.div,{className:\"framer-1oy11g3\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pg37Pcnca\",onTap:onTapyerqw9,transition:transition,children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1p12rh0\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"BjdJr_0Ri\",onTap:onTapyerqw9,transition:transition,children:isDisplayed()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/ _jsx(Link,{href:{hash:\":Hw4bTpbbg\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"TOUR DATES\"})})})}),className:\"framer-3fg16t\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"p8wfiosIu\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-paragraph-spacing\":\"0px\"},transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-pfmzl2\",layoutDependency:layoutDependency,layoutId:\"qL8M5OhEO\",transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:\"OFFICIAL STORE\"})}),className:\"framer-1w6jn6\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Jwsufq3JE\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)) \",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1jt8evi\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YLCJc4uET\",onTap:onTapyerqw9,transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/ _jsx(Link,{href:{hash:\":hKO_cqqCV\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"HISTORY\"})})})}),className:\"framer-1rbdhfr\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"YcLE93W6i\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-xa6gew\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"Qs93lA9H_\",onTap:onTapyerqw9,transition:transition,children:isDisplayed()&&/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/ _jsx(Link,{href:{hash:\":dpJ4qUJM4\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"MUSIC\"})})})}),className:\"framer-6fba3x\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"R6Hl2q6xs\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-47c7j6\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gfecgtCCu\",onTap:onTapyerqw9,transition:transition,children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/ _jsx(Link,{href:{hash:\":hvYeeURCh\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/ _jsx(motion.a,{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"CONTACT\"})})})}),className:\"framer-1tiixfc\",\"data-framer-name\":\"Menu\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"EEp4nJgXr\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate,transition:transition,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})});});const css=['.framer-ipJBH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ipJBH .framer-17w5ms6 { display: block; }\",\".framer-ipJBH .framer-1otzycy { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: 342px; }\",\".framer-ipJBH .framer-12003jo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-ipJBH .framer-1g7cc8v-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-ipJBH .framer-yaqyzb { flex: none; height: 41px; position: relative; text-decoration: none; width: 40px; }\",\".framer-ipJBH .framer-1jf7to9 { cursor: pointer; flex: none; height: 27px; overflow: visible; position: relative; width: 47px; }\",\".framer-ipJBH .framer-lg3h9l { flex: none; height: auto; left: 49%; position: absolute; top: 48%; white-space: pre; width: auto; }\",\".framer-ipJBH .framer-1oy11g3 { align-content: center; align-items: center; align-self: stretch; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-ipJBH .framer-1p12rh0, .framer-ipJBH .framer-1jt8evi, .framer-ipJBH .framer-xa6gew, .framer-ipJBH .framer-47c7j6 { cursor: pointer; flex: none; height: 201px; overflow: visible; position: relative; width: 201px; }\",\".framer-ipJBH .framer-3fg16t { flex: none; height: auto; position: absolute; right: 0px; top: 0px; white-space: pre; width: auto; }\",\".framer-ipJBH .framer-pfmzl2 { flex: none; height: 201px; overflow: visible; position: relative; width: 201px; }\",\".framer-ipJBH .framer-1w6jn6, .framer-ipJBH .framer-6fba3x { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; white-space: pre; width: auto; }\",\".framer-ipJBH .framer-1rbdhfr { flex: none; height: auto; left: 50%; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-ipJBH .framer-1tiixfc { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ipJBH .framer-12003jo, .framer-ipJBH .framer-1oy11g3 { gap: 0px; } .framer-ipJBH .framer-12003jo > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ipJBH .framer-12003jo > :first-child { margin-left: 0px; } .framer-ipJBH .framer-12003jo > :last-child { margin-right: 0px; } .framer-ipJBH .framer-1oy11g3 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ipJBH .framer-1oy11g3 > :first-child { margin-top: 0px; } .framer-ipJBH .framer-1oy11g3 > :last-child { margin-bottom: 0px; } }\",\".framer-ipJBH.framer-v-w9xzhp .framer-1otzycy { flex-direction: column; height: 397px; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-12003jo { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-1g7cc8v-container { height: var(--framer-aspect-ratio-supported, 43px); order: 1; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-yaqyzb { order: 0; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-1oy11g3 { align-self: unset; height: 1px; width: 100%; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-1p12rh0 { height: 27px; order: 0; width: 100px; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-pfmzl2 { height: 27px; order: 2; width: 128px; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-1jt8evi { height: 27px; order: 3; width: 72px; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-xa6gew { height: 27px; order: 1; width: 54px; }\",\".framer-ipJBH.framer-v-w9xzhp .framer-47c7j6 { height: 26px; order: 4; width: 76px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ipJBH.framer-v-w9xzhp .framer-1otzycy, .framer-ipJBH.framer-v-w9xzhp .framer-12003jo { gap: 0px; } .framer-ipJBH.framer-v-w9xzhp .framer-1otzycy > *, .framer-ipJBH.framer-v-w9xzhp .framer-1otzycy > :first-child, .framer-ipJBH.framer-v-w9xzhp .framer-1otzycy > :last-child, .framer-ipJBH.framer-v-w9xzhp .framer-12003jo > *, .framer-ipJBH.framer-v-w9xzhp .framer-12003jo > :first-child, .framer-ipJBH.framer-v-w9xzhp .framer-12003jo > :last-child { margin: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 73\n * @framerIntrinsicWidth 342\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"gaXUdntGj\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"EDzgHQKYs\":\"tourDates\",\"VOc7ekx9u\":\"scrollNb\"}\n */ const FramerjxJlG7CZP=withCSS(Component,css,\"framer-ipJBH\");export default FramerjxJlG7CZP;FramerjxJlG7CZP.displayName=\"MobileMenu\";FramerjxJlG7CZP.defaultProps={height:73,width:342};addPropertyControls(FramerjxJlG7CZP,{variant:{options:[\"Uo8UNNF8a\",\"gaXUdntGj\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},EDzgHQKYs:{title:\"TourDates\",type:ControlType.Link},VOc7ekx9u:{title:\"Scroll Nb\",type:ControlType.EventHandler}});addFonts(FramerjxJlG7CZP,[{family:\"Oswald\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/jxJlG7CZP:default\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\",weight:\"400\"},...MaterialFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjxJlG7CZP\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"73\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"EDzgHQKYs\\\":\\\"tourDates\\\",\\\"VOc7ekx9u\\\":\\\"scrollNb\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gaXUdntGj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"342\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jxJlG7CZP.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ixaN6J6oS\",\"KMUpGDT5W\"];const serializationHash=\"framer-peZhw\";const variantClassNames={ixaN6J6oS:\"framer-v-1due7e4\",KMUpGDT5W:\"framer-v-1plc50\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ixaN6J6oS\",\"Variant 2\":\"KMUpGDT5W\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"ixaN6J6oS\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ixaN6J6oS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"KMUpGDT5W\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1due7e4\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ixaN6J6oS\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({KMUpGDT5W:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-86mbej\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"IpcTfynt1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"WED JUL 3\"})}),className:\"framer-1upai0r\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"AIDGdmGd7\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-196it22\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"FUJ1wzhgj\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"USA\"})}),className:\"framer-15e8hvn\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"sHdbTWEZu\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-6ambhf\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"DPUI9dcTr\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dqt2or\",layoutDependency:layoutDependency,layoutId:\"c3n1L4kEr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"SOUTHERN CA\"})}),className:\"framer-ohgyeu\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"xYQlOBWrj\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-589m8i\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"ip07HJhaJ\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"0.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"*\"})}),className:\"framer-1cv21yq\",\"data-framer-name\":\"Star\",fonts:[\"GF;Oswald-300\"],layoutDependency:layoutDependency,layoutId:\"A2USfU0AB\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z4mb3d\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"L6uTH1plB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"THU JUL 4\"})}),className:\"framer-1biqbpx\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"yUFSFwg3W\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"THU JUL 4\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-4ivk6x\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"PuFbBTTdd\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"USA\"})}),className:\"framer-8srkno\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"CmytBCLV5\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-2wrdc9\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"O89JR3ys9\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s4oh8r\",layoutDependency:layoutDependency,layoutId:\"pL2raPsmE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"BULLHEAD AZ\"})}),className:\"framer-c0yt9l\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"R6OWxJUbd\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17ecnxb\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"CWoO0nACb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"0.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"*\"})}),className:\"framer-1joay6s\",\"data-framer-name\":\"Star\",fonts:[\"GF;Oswald-300\"],layoutDependency:layoutDependency,layoutId:\"aHt98gQRw\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bvcv2s\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"HmJQfGQYH\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"FRI JUL 5\"})}),className:\"framer-1fl2ugn\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Qk6mey24Q\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"FRI JUL 5\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1e1idjd\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"C40ysWVSl\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"USA\"})}),className:\"framer-pnbejg\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"QuXa1on2H\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-m763bl\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"jssRBEuV2\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1m7o8gi\",layoutDependency:layoutDependency,layoutId:\"wKyocNBWv\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"SALT LAKE CITY UT\"})}),className:\"framer-ne3st6\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Mp5F4oH_p\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1839lvb\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"lkorn9zh9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"0.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"*\"})}),className:\"framer-3iwai0\",\"data-framer-name\":\"Star\",fonts:[\"GF;Oswald-300\"],layoutDependency:layoutDependency,layoutId:\"eq62ebjEi\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-korcay\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"ick4n9IIs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SAT JUL 6\"})}),className:\"framer-1y33kdi\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"XWWRj_lFO\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SAT JUL 6\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-5xj2tn\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"ZQuBgJ2uC\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"USA\"})}),className:\"framer-13iycyi\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"OOWvK3HZx\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1xqay1c\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"obImaJB9O\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"DENVER CO (PRSL FEST)\"})}),className:\"framer-1a9atav\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Ytd1NcFfW\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8h7r04\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"KDIP7XwSy\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SUN JUL 7\"})}),className:\"framer-1df1qeq\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"t7kbQOsbl\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SUN JUL 7\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-83796a\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"iexUS7vOU\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"USA\"})}),className:\"framer-b5ttgl\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"ongCfGQxM\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-tiwzq4\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"GQ_iPE3qg\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1srprgg\",layoutDependency:layoutDependency,layoutId:\"c5G7Uqqga\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"ALBUQUERQUE NM\"})}),className:\"framer-3gp52h\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"WXpzuSmnB\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1chr546\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"VUWJJylaU\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"0.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"*\"})}),className:\"framer-ehtwqu\",\"data-framer-name\":\"Star\",fonts:[\"GF;Oswald-300\"],layoutDependency:layoutDependency,layoutId:\"jLFZXB5V4\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r1ktpl\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"OK3Dd5SLF\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"THU JUL 11\"})}),className:\"framer-1o8y4eg\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Nl5yftdVO\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"THU JUL 11\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-dwi8sx\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"vmiXtiZ5M\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"CANADA\"})}),className:\"framer-ylh1vb\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"d9k5AzEJJ\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1sh2kws\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"nqZEwm6FB\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"HAMILTON\"})}),className:\"framer-1t9zcuj\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"HFE6uICet\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9rmien\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"I8fDCPb5b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"FRI JUL 12\"})}),className:\"framer-lpni01\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"o5DnxS60T\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"FRI JUL 12\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1eduuz3\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"OPLDOYUWz\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"CANADA\"})}),className:\"framer-15jwfc5\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"KnQbDwbcg\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-14bnpyx\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"NeAgBHvL7\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"TORONTO\"})}),className:\"framer-1wpe32b\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"mAOtV8b4g\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4lylhk\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"IfUjIn02_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SAT JUL 13\"})}),className:\"framer-124dr8m\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"vmNWRQtbS\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SAT JUL 13\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1tcdjev\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"im3sdZSwh\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"CANADA\"})}),className:\"framer-1c8x6u5\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"X3c7molPv\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-1iko3d0\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"xgUK4OtKX\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"TRENT HILLS\"})}),className:\"framer-d0cgf7\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"XVQdfbcsk\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16t3y2f\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"UV74wAWJ9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SUN JUL 14\"})}),className:\"framer-zd0yu\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Eugr9pruW\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"SUN JUL 14\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-otpmhr\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"Ly9uTCpYo\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"CANADA\"})}),className:\"framer-1myfb29\",\"data-framer-name\":\"CITY\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"wqKZMyVKg\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)))\"},children:\"/\"})}),className:\"framer-19r75bd\",\"data-framer-name\":\"/\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"d1u8uoXxA\",style:{\"--extracted-r6o4lv\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)))\",\"--framer-text-transform\":\"uppercase\"},children:\"MONTREAL\"})}),className:\"framer-w0kqvl\",\"data-framer-name\":\"VENUE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"zzEvq90ZH\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wiuks7\",\"data-framer-name\":\"TourDate\",layoutDependency:layoutDependency,layoutId:\"uH6D5t3qe\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-tt7vdj\",\"data-framer-name\":\"Star\",layoutDependency:layoutDependency,layoutId:\"jQKyRvzNb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"0.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"*\"})}),className:\"framer-1p9gunm\",\"data-framer-name\":\"Star\",fonts:[\"GF;Oswald-300\"],layoutDependency:layoutDependency,layoutId:\"uWOHywVoR\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"PERFORMING WITH THE AFRAID\"})}),className:\"framer-197252m\",\"data-framer-name\":\"DATE\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"aGIRgSZi5\",style:{\"--extracted-r6o4lv\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({KMUpGDT5W:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34)))\"},children:\"PERFORMING WITH THE AFRAID\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-peZhw.framer-13mhowp, .framer-peZhw .framer-13mhowp { display: block; }\",\".framer-peZhw.framer-1due7e4 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-peZhw .framer-86mbej, .framer-peZhw .framer-z4mb3d, .framer-peZhw .framer-1bvcv2s, .framer-peZhw .framer-korcay, .framer-peZhw .framer-8h7r04, .framer-peZhw .framer-1r1ktpl, .framer-peZhw .framer-9rmien, .framer-peZhw .framer-4lylhk, .framer-peZhw .framer-16t3y2f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 27px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 558px; }\",\".framer-peZhw .framer-1upai0r, .framer-peZhw .framer-196it22, .framer-peZhw .framer-15e8hvn, .framer-peZhw .framer-6ambhf, .framer-peZhw .framer-ohgyeu, .framer-peZhw .framer-1cv21yq, .framer-peZhw .framer-1biqbpx, .framer-peZhw .framer-4ivk6x, .framer-peZhw .framer-8srkno, .framer-peZhw .framer-2wrdc9, .framer-peZhw .framer-c0yt9l, .framer-peZhw .framer-1joay6s, .framer-peZhw .framer-1fl2ugn, .framer-peZhw .framer-1e1idjd, .framer-peZhw .framer-pnbejg, .framer-peZhw .framer-m763bl, .framer-peZhw .framer-ne3st6, .framer-peZhw .framer-3iwai0, .framer-peZhw .framer-1y33kdi, .framer-peZhw .framer-5xj2tn, .framer-peZhw .framer-13iycyi, .framer-peZhw .framer-1xqay1c, .framer-peZhw .framer-1a9atav, .framer-peZhw .framer-1df1qeq, .framer-peZhw .framer-83796a, .framer-peZhw .framer-b5ttgl, .framer-peZhw .framer-tiwzq4, .framer-peZhw .framer-3gp52h, .framer-peZhw .framer-ehtwqu, .framer-peZhw .framer-1o8y4eg, .framer-peZhw .framer-dwi8sx, .framer-peZhw .framer-ylh1vb, .framer-peZhw .framer-1sh2kws, .framer-peZhw .framer-1t9zcuj, .framer-peZhw .framer-lpni01, .framer-peZhw .framer-1eduuz3, .framer-peZhw .framer-15jwfc5, .framer-peZhw .framer-14bnpyx, .framer-peZhw .framer-1wpe32b, .framer-peZhw .framer-124dr8m, .framer-peZhw .framer-1tcdjev, .framer-peZhw .framer-1c8x6u5, .framer-peZhw .framer-1iko3d0, .framer-peZhw .framer-d0cgf7, .framer-peZhw .framer-zd0yu, .framer-peZhw .framer-otpmhr, .framer-peZhw .framer-1myfb29, .framer-peZhw .framer-19r75bd, .framer-peZhw .framer-w0kqvl, .framer-peZhw .framer-1p9gunm, .framer-peZhw .framer-197252m { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-peZhw .framer-1dqt2or, .framer-peZhw .framer-1s4oh8r, .framer-peZhw .framer-1m7o8gi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 27px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-peZhw .framer-589m8i, .framer-peZhw .framer-17ecnxb, .framer-peZhw .framer-1839lvb, .framer-peZhw .framer-1chr546, .framer-peZhw .framer-tt7vdj { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 15px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-peZhw .framer-1srprgg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 179px; }\",\".framer-peZhw .framer-1wiuks7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 27px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 558px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-peZhw.framer-1due7e4, .framer-peZhw .framer-86mbej, .framer-peZhw .framer-1dqt2or, .framer-peZhw .framer-589m8i, .framer-peZhw .framer-z4mb3d, .framer-peZhw .framer-1s4oh8r, .framer-peZhw .framer-17ecnxb, .framer-peZhw .framer-1bvcv2s, .framer-peZhw .framer-1m7o8gi, .framer-peZhw .framer-1839lvb, .framer-peZhw .framer-korcay, .framer-peZhw .framer-8h7r04, .framer-peZhw .framer-1srprgg, .framer-peZhw .framer-1chr546, .framer-peZhw .framer-1r1ktpl, .framer-peZhw .framer-9rmien, .framer-peZhw .framer-4lylhk, .framer-peZhw .framer-16t3y2f, .framer-peZhw .framer-1wiuks7, .framer-peZhw .framer-tt7vdj { gap: 0px; } .framer-peZhw.framer-1due7e4 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-peZhw.framer-1due7e4 > :first-child { margin-top: 0px; } .framer-peZhw.framer-1due7e4 > :last-child { margin-bottom: 0px; } .framer-peZhw .framer-86mbej > *, .framer-peZhw .framer-z4mb3d > *, .framer-peZhw .framer-1bvcv2s > *, .framer-peZhw .framer-korcay > *, .framer-peZhw .framer-8h7r04 > *, .framer-peZhw .framer-1r1ktpl > *, .framer-peZhw .framer-9rmien > *, .framer-peZhw .framer-4lylhk > *, .framer-peZhw .framer-16t3y2f > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-peZhw .framer-86mbej > :first-child, .framer-peZhw .framer-1dqt2or > :first-child, .framer-peZhw .framer-589m8i > :first-child, .framer-peZhw .framer-z4mb3d > :first-child, .framer-peZhw .framer-1s4oh8r > :first-child, .framer-peZhw .framer-17ecnxb > :first-child, .framer-peZhw .framer-1bvcv2s > :first-child, .framer-peZhw .framer-1m7o8gi > :first-child, .framer-peZhw .framer-1839lvb > :first-child, .framer-peZhw .framer-korcay > :first-child, .framer-peZhw .framer-8h7r04 > :first-child, .framer-peZhw .framer-1srprgg > :first-child, .framer-peZhw .framer-1chr546 > :first-child, .framer-peZhw .framer-1r1ktpl > :first-child, .framer-peZhw .framer-9rmien > :first-child, .framer-peZhw .framer-4lylhk > :first-child, .framer-peZhw .framer-16t3y2f > :first-child, .framer-peZhw .framer-1wiuks7 > :first-child, .framer-peZhw .framer-tt7vdj > :first-child { margin-left: 0px; } .framer-peZhw .framer-86mbej > :last-child, .framer-peZhw .framer-1dqt2or > :last-child, .framer-peZhw .framer-589m8i > :last-child, .framer-peZhw .framer-z4mb3d > :last-child, .framer-peZhw .framer-1s4oh8r > :last-child, .framer-peZhw .framer-17ecnxb > :last-child, .framer-peZhw .framer-1bvcv2s > :last-child, .framer-peZhw .framer-1m7o8gi > :last-child, .framer-peZhw .framer-1839lvb > :last-child, .framer-peZhw .framer-korcay > :last-child, .framer-peZhw .framer-8h7r04 > :last-child, .framer-peZhw .framer-1srprgg > :last-child, .framer-peZhw .framer-1chr546 > :last-child, .framer-peZhw .framer-1r1ktpl > :last-child, .framer-peZhw .framer-9rmien > :last-child, .framer-peZhw .framer-4lylhk > :last-child, .framer-peZhw .framer-16t3y2f > :last-child, .framer-peZhw .framer-1wiuks7 > :last-child, .framer-peZhw .framer-tt7vdj > :last-child { margin-right: 0px; } .framer-peZhw .framer-1dqt2or > *, .framer-peZhw .framer-589m8i > *, .framer-peZhw .framer-1s4oh8r > *, .framer-peZhw .framer-17ecnxb > *, .framer-peZhw .framer-1m7o8gi > *, .framer-peZhw .framer-1839lvb > *, .framer-peZhw .framer-1srprgg > *, .framer-peZhw .framer-1chr546 > *, .framer-peZhw .framer-tt7vdj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-peZhw .framer-1wiuks7 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-peZhw.framer-v-1plc50.framer-1due7e4 { gap: 16px; }\",\".framer-peZhw.framer-v-1plc50 .framer-86mbej, .framer-peZhw.framer-v-1plc50 .framer-z4mb3d, .framer-peZhw.framer-v-1plc50 .framer-1bvcv2s, .framer-peZhw.framer-v-1plc50 .framer-korcay, .framer-peZhw.framer-v-1plc50 .framer-8h7r04, .framer-peZhw.framer-v-1plc50 .framer-1r1ktpl, .framer-peZhw.framer-v-1plc50 .framer-9rmien, .framer-peZhw.framer-v-1plc50 .framer-4lylhk, .framer-peZhw.framer-v-1plc50 .framer-16t3y2f { flex-direction: column; gap: 0px; height: min-content; }\",\".framer-peZhw.framer-v-1plc50 .framer-ohgyeu, .framer-peZhw.framer-v-1plc50 .framer-c0yt9l, .framer-peZhw.framer-v-1plc50 .framer-ne3st6, .framer-peZhw.framer-v-1plc50 .framer-3gp52h { order: 1; }\",\".framer-peZhw.framer-v-1plc50 .framer-589m8i, .framer-peZhw.framer-v-1plc50 .framer-17ecnxb, .framer-peZhw.framer-v-1plc50 .framer-1839lvb, .framer-peZhw.framer-v-1plc50 .framer-1chr546 { order: 0; }\",\".framer-peZhw.framer-v-1plc50 .framer-1wiuks7 { height: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-peZhw.framer-v-1plc50.framer-1due7e4, .framer-peZhw.framer-v-1plc50 .framer-86mbej, .framer-peZhw.framer-v-1plc50 .framer-z4mb3d, .framer-peZhw.framer-v-1plc50 .framer-1bvcv2s, .framer-peZhw.framer-v-1plc50 .framer-korcay, .framer-peZhw.framer-v-1plc50 .framer-8h7r04, .framer-peZhw.framer-v-1plc50 .framer-1r1ktpl, .framer-peZhw.framer-v-1plc50 .framer-9rmien, .framer-peZhw.framer-v-1plc50 .framer-4lylhk, .framer-peZhw.framer-v-1plc50 .framer-16t3y2f { gap: 0px; } .framer-peZhw.framer-v-1plc50.framer-1due7e4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-peZhw.framer-v-1plc50.framer-1due7e4 > :first-child, .framer-peZhw.framer-v-1plc50 .framer-86mbej > :first-child, .framer-peZhw.framer-v-1plc50 .framer-z4mb3d > :first-child, .framer-peZhw.framer-v-1plc50 .framer-1bvcv2s > :first-child, .framer-peZhw.framer-v-1plc50 .framer-korcay > :first-child, .framer-peZhw.framer-v-1plc50 .framer-8h7r04 > :first-child, .framer-peZhw.framer-v-1plc50 .framer-1r1ktpl > :first-child, .framer-peZhw.framer-v-1plc50 .framer-9rmien > :first-child, .framer-peZhw.framer-v-1plc50 .framer-4lylhk > :first-child, .framer-peZhw.framer-v-1plc50 .framer-16t3y2f > :first-child { margin-top: 0px; } .framer-peZhw.framer-v-1plc50.framer-1due7e4 > :last-child, .framer-peZhw.framer-v-1plc50 .framer-86mbej > :last-child, .framer-peZhw.framer-v-1plc50 .framer-z4mb3d > :last-child, .framer-peZhw.framer-v-1plc50 .framer-1bvcv2s > :last-child, .framer-peZhw.framer-v-1plc50 .framer-korcay > :last-child, .framer-peZhw.framer-v-1plc50 .framer-8h7r04 > :last-child, .framer-peZhw.framer-v-1plc50 .framer-1r1ktpl > :last-child, .framer-peZhw.framer-v-1plc50 .framer-9rmien > :last-child, .framer-peZhw.framer-v-1plc50 .framer-4lylhk > :last-child, .framer-peZhw.framer-v-1plc50 .framer-16t3y2f > :last-child { margin-bottom: 0px; } .framer-peZhw.framer-v-1plc50 .framer-86mbej > *, .framer-peZhw.framer-v-1plc50 .framer-z4mb3d > *, .framer-peZhw.framer-v-1plc50 .framer-1bvcv2s > *, .framer-peZhw.framer-v-1plc50 .framer-korcay > *, .framer-peZhw.framer-v-1plc50 .framer-8h7r04 > *, .framer-peZhw.framer-v-1plc50 .framer-1r1ktpl > *, .framer-peZhw.framer-v-1plc50 .framer-9rmien > *, .framer-peZhw.framer-v-1plc50 .framer-4lylhk > *, .framer-peZhw.framer-v-1plc50 .framer-16t3y2f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 342\n * @framerIntrinsicWidth 558\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"KMUpGDT5W\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernEn0wxL86=withCSS(Component,css,\"framer-peZhw\");export default FramernEn0wxL86;FramernEn0wxL86.displayName=\"TourTable\";FramernEn0wxL86.defaultProps={height:342,width:558};addPropertyControls(FramernEn0wxL86,{variant:{options:[\"ixaN6J6oS\",\"KMUpGDT5W\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernEn0wxL86,[{explicitInter:true,fonts:[{family:\"Oswald\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgURoZAaRliE.woff2\",weight:\"400\"},{family:\"Oswald\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgURoZAaRliE.woff2\",weight:\"300\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernEn0wxL86\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"558\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KMUpGDT5W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"342\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nEn0wxL86.map", "// Generated by Framer (d19f530)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";const enabledGestures={eSKKZb83I:{hover:true},NohlPJ0en:{hover:true}};const cycleOrder=[\"eSKKZb83I\",\"NohlPJ0en\"];const variantClassNames={eSKKZb83I:\"framer-v-1ijn91r\",NohlPJ0en:\"framer-v-eynrf5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const humanReadableVariantMap={\"Variant 1\":\"eSKKZb83I\",\"Variant 2\":\"NohlPJ0en\"};const transitions={default:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"eSKKZb83I\",title:WHYW_VGGd=\"BOOKING \\xb7 USA\",link:BLGUiM8de,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"eSKKZb83I\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-Dac54\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Link,{href:BLGUiM8de,openInNewTab:true,children:/*#__PURE__*/ _jsx(motion.a,{...restProps,className:`${cx(\"framer-1ijn91r\",className)} framer-iiihw6`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"eSKKZb83I\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1)) /* {\"name\":\"SemiTransparent-Dark\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,rotate:0,...style},transition:transition,variants:{\"eSKKZb83I-hover\":{\"--border-color\":'var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)) /* {\"name\":\"OffWhite\"} */',backgroundColor:\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\",rotate:-3},\"NohlPJ0en-hover\":{\"--border-color\":'var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)) /* {\"name\":\"OffWhite\"} */',backgroundColor:\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\"}},...addPropertyOverrides({\"eSKKZb83I-hover\":{\"data-framer-name\":undefined},\"NohlPJ0en-hover\":{\"data-framer-name\":undefined},NohlPJ0en:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\",\"--framer-text-transform\":\"uppercase\"},children:\"BOOKING \\xb7 USA\"})}),className:\"framer-ad8qs3\",\"data-framer-name\":\"BOOKING \\xb7 USA\",fonts:[\"GF;Oswald-regular\"],layoutDependency:layoutDependency,layoutId:\"yhEq22BGH\",style:{\"--extracted-r6o4lv\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221)) \",\"--framer-paragraph-spacing\":\"0px\",rotate:2},text:WHYW_VGGd,transition:transition,variants:{\"eSKKZb83I-hover\":{rotate:4},\"NohlPJ0en-hover\":{rotate:0},NohlPJ0en:{rotate:-4}},verticalAlignment:\"top\",withExternalLayout:true})})})})});});const css=['.framer-Dac54 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Dac54 .framer-iiihw6 { display: block; }\",\".framer-Dac54 .framer-1ijn91r { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Dac54 .framer-ad8qs3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Dac54 .framer-v-1ijn91r .framer-1ijn91r, .framer-Dac54 .framer-v-eynrf5 .framer-1ijn91r { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Dac54 .framer-1ijn91r { gap: 0px; } .framer-Dac54 .framer-1ijn91r > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Dac54 .framer-1ijn91r > :first-child { margin-left: 0px; } .framer-Dac54 .framer-1ijn91r > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 42.5\n * @framerIntrinsicWidth 154\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"NohlPJ0en\":{\"layout\":[\"auto\",\"auto\"]},\"xhXRnADWu\":{\"layout\":[\"auto\",\"auto\"]},\"IIeLxNoju\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"WHYW_VGGd\":\"title\",\"BLGUiM8de\":\"link\"}\n */ const FramerSX49Hl3O3=withCSS(Component,css,\"framer-Dac54\");export default FramerSX49Hl3O3;FramerSX49Hl3O3.displayName=\"Contact_btn\";FramerSX49Hl3O3.defaultProps={height:42.5,width:154};addPropertyControls(FramerSX49Hl3O3,{variant:{options:[\"eSKKZb83I\",\"NohlPJ0en\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},WHYW_VGGd:{defaultValue:\"BOOKING \\xb7 USA\",displayTextArea:false,title:\"Title\",type:ControlType.String},BLGUiM8de:{title:\"Link\",type:ControlType.Link}});addFonts(FramerSX49Hl3O3,[{family:\"Oswald\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/SX49Hl3O3:default\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSX49Hl3O3\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"WHYW_VGGd\\\":\\\"title\\\",\\\"BLGUiM8de\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"42.5\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NohlPJ0en\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xhXRnADWu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IIeLxNoju\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"154\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SX49Hl3O3.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Oswald-300\"]);export const fonts=[{family:\"Oswald\",moduleAsset:{localModuleIdentifier:\"local-module:css/DCnavcmpq:default\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\",weight:\"300\"}];export const css=['.framer-ve4aG .framer-styles-preset-xfj24r:not(.rich-text-wrapper), .framer-ve4aG .framer-styles-preset-xfj24r.rich-text-wrapper p { --framer-font-family: \"Oswald\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: 0.01em; --framer-line-height: 1.5em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, #fff8dd); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-ve4aG\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js\";import{Spotify}from\"https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js\";import MobileMenu from\"#framer/local/canvasComponent/jxJlG7CZP/jxJlG7CZP.js\";import TourTable from\"#framer/local/canvasComponent/nEn0wxL86/nEn0wxL86.js\";import Contact_btn from\"#framer/local/canvasComponent/SX49Hl3O3/SX49Hl3O3.js\";import*as sharedStyle1 from\"#framer/local/css/DCnavcmpq/DCnavcmpq.js\";import*as sharedStyle from\"#framer/local/css/yZJUZcYkG/yZJUZcYkG.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MobileMenuFonts=getFonts(MobileMenu);const YouTubeFonts=getFonts(YouTube);const MotionDivWithFX=withFX(motion.div);const TourTableFonts=getFonts(TourTable);const SpotifyFonts=getFonts(Spotify);const ImageWithFX=withFX(Image);const Contact_btnFonts=getFonts(Contact_btn);const cycleOrder=[\"WQLkyLRf1\",\"sIZskqzl6\",\"hpdOtGCBe\",\"ENrLivgyu\"];const breakpoints={ENrLivgyu:\"(max-width: 809px)\",hpdOtGCBe:\"(min-width: 1800px)\",sIZskqzl6:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px) and (max-width: 1799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-ctWAI\";const variantClassNames={ENrLivgyu:\"framer-v-q0rkux\",hpdOtGCBe:\"framer-v-13nvgd1\",sIZskqzl6:\"framer-v-kg6tp3\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:1.2,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:4,delay:.5,mass:.8,stiffness:1e3,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation4={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={damping:59,delay:.7,mass:1,stiffness:627,type:\"spring\"};const animation5={opacity:0,rotate:4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:-32};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation7={opacity:.001,rotate:4,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-32};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:-150,y:0};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:150,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:150,y:0};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation13={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate3=(_,t)=>`translate(-50%, -50%) ${t}`;const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Giant:\"hpdOtGCBe\",Phone:\"ENrLivgyu\",Tablet:\"sIZskqzl6\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-ctWAI`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-ctWAI`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ENrLivgyu\")return!isBrowser();return true;};const id=useRouteElementId(\"pfWIc12_X\");const ref2=React.useRef(null);const isDisplayed1=()=>{if(baseVariant===\"ENrLivgyu\")return true;return!isBrowser();};const router=useRouter();const id1=useRouteElementId(\"Hw4bTpbbg\");const ref3=React.useRef(null);const id2=useRouteElementId(\"dpJ4qUJM4\");const ref4=React.useRef(null);const id3=useRouteElementId(\"hKO_cqqCV\");const ref5=React.useRef(null);const id4=useRouteElementId(\"hvYeeURCh\");const ref6=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{hpdOtGCBe:{\"data-framer-appear-id\":\"1t8eih\",animate:optimizeAppear(\"animate\",\"1t8eih\",animation1,\"13nvgd1\"),initial:optimizeAppear(\"initial\",\"1t8eih\",animation2,\"13nvgd1\")},sIZskqzl6:{\"data-framer-appear-id\":\"1bav9h9\",animate:optimizeAppear(\"animate\",\"1bav9h9\",animation1,\"kg6tp3\"),initial:optimizeAppear(\"initial\",\"1bav9h9\",animation2,\"kg6tp3\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1bbzvq5\",animation1,\"72rtr7\"),className:\"framer-1bbzvq5 hidden-q0rkux\",\"data-framer-appear-id\":\"1bbzvq5\",\"data-framer-name\":\"Menu\",exit:animation,id:id,initial:optimizeAppear(\"initial\",\"1bbzvq5\",animation2,\"72rtr7\"),name:\"Menu\",ref:ref2,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jginu\",\"data-framer-name\":\"Frame 9\",name:\"Frame 9\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":pfWIc12_X\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-158vq8s framer-lux5qc\",\"data-framer-name\":\"Icon_RazorBlade\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:41,intrinsicWidth:40,name:\"Icon_RazorBlade\",svg:'<svg width=\"40\" height=\"41\" viewBox=\"0 0 40 41\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M35.9233 16.8222C35.5306 17.094 34.6744 17.7073 34.6744 17.7073C34.6744 17.7073 34.2566 18.0788 34.6698 18.6758C34.6698 18.6758 35.0304 19.2467 35.4612 18.9486L36.7708 20.825C36.7708 20.825 36.9679 21.2298 36.7669 21.3689L15.406 36.1514C15.406 36.1514 15.0954 36.2504 14.9065 35.9774L13.6879 34.2165C13.6879 34.2165 13.9637 33.7384 13.6098 33.2272C13.2564 32.7165 12.7246 32.8837 12.7246 32.8837L11.4457 33.7619C11.4457 33.7619 10.957 33.9397 10.6348 33.4742L4.89432 25.1792C4.89432 25.1792 4.43783 24.4458 4.84136 24.1665L6.08895 23.3032C6.08895 23.3032 6.45212 22.8918 6.09515 22.376C5.73817 21.8601 5.31687 21.9649 5.31687 21.9649C5.31687 21.9649 5.21248 22.0255 5.12881 21.9046L3.93882 20.1851C3.93882 20.1851 3.73009 19.7995 3.96626 19.636L25.3292 4.85206C25.3292 4.85206 25.6431 4.73246 25.8455 5.02486C26.0478 5.31727 27.0789 6.80229 27.0789 6.80229C27.0789 6.80229 27.1093 6.86487 27.0786 6.90009C27.0478 6.93504 26.8177 7.30589 27.159 7.799C27.5 8.29184 27.9 8.20908 27.9656 8.16362C28.0322 8.11758 29.3199 7.23841 29.3199 7.23841C29.3199 7.23841 29.7239 7.02727 30.1275 7.61046L35.9331 15.9997C35.9335 15.999 36.315 16.5502 35.9227 16.8217L35.9233 16.8222ZM31.2564 13.2432C30.3092 11.9189 29.2905 10.6845 28.8246 11.0069C28.3587 11.3293 29.3445 12.9614 29.3445 12.9614L28.7601 13.3658C28.7601 13.3658 26.7691 12.3894 26.2055 12.7795C25.6425 13.1691 25.8478 15.3812 25.8478 15.3812L25.2239 15.7734C25.2239 15.7734 24.0226 14.3037 23.5702 14.6167C23.1185 14.9294 24.123 16.5888 24.123 16.5888L21.1142 18.6442C21.1142 18.6442 19.8697 17.7665 18.9329 18.5228C17.9953 19.2784 18.4083 20.5576 18.4083 20.5576C18.4083 20.5576 15.5029 22.555 15.4404 22.5983C15.3778 22.6415 15.3084 22.556 15.3084 22.556C15.3084 22.556 14.2304 21.1618 13.7315 21.4667C13.2331 21.7715 14.1741 23.2201 14.2165 23.3116C14.2589 23.4023 14.2221 23.4681 14.2221 23.4681L13.6664 23.8527C13.5961 23.9146 11.6968 22.8491 11.1272 23.2149C10.5585 23.5816 10.775 25.8405 10.775 25.8405C10.775 25.8405 10.3029 26.154 10.2196 26.2117C10.1362 26.2693 9.99791 26.0842 9.99791 26.0842C8.82818 24.6467 8.50639 25.0574 8.50639 25.0574C7.62427 25.6399 10.5718 29.1114 11.0594 29.6973C11.547 30.2828 11.9272 30.0597 11.9697 30.0171C12.0124 29.9743 12.2524 29.8614 12.0301 29.3468C11.8071 28.8318 11.4187 28.0546 11.4187 28.0546L12.038 27.642C14.3954 28.6865 14.6238 28.2071 14.6238 28.2071C15.0233 27.8634 14.9278 25.6157 14.9278 25.6157L15.5047 25.2165C16.8928 26.9846 17.2179 26.385 17.2179 26.385C17.6452 26.1698 16.669 24.4771 16.669 24.4771L19.6998 22.3797C19.6998 22.3797 20.9563 23.1558 21.8674 22.5253C22.7779 21.8952 22.3955 20.421 22.3955 20.421L25.3614 18.408C26.3357 19.4587 26.6672 19.8186 27.0841 19.5301C27.5007 19.2418 26.5153 17.6095 26.5153 17.6095L27.1527 17.2084C27.1527 17.2084 29.2056 18.1683 29.7208 17.7845C30.237 17.4009 30.0069 15.1527 30.0069 15.1527L30.6176 14.7428C31.5232 15.9616 32.0264 16.1089 32.3185 15.9068C32.6098 15.704 32.2036 14.5674 31.2563 13.243L31.2564 13.2432Z\" fill=\"#FFF8DD\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mgwtpq\",\"data-framer-name\":\"Menu\",name:\"Menu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Hw4bTpbbg\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"Tour Dates\"})})})}),className:\"framer-12s9jh5\",\"data-framer-name\":\"Tour Dates\",fonts:[\"GF;Oswald-regular\"],name:\"Tour Dates\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":dpJ4qUJM4\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"Music\"})})})}),className:\"framer-d7g3ri\",\"data-framer-name\":\"Music\",fonts:[\"GF;Oswald-regular\"],name:\"Music\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-c78644c4-782d-4fa2-9464-43be04b3d897, rgba(255, 248, 221, 0.1))\",\"--framer-text-transform\":\"uppercase\"},children:\"Official Store\"})}),className:\"framer-1h2jb34\",\"data-framer-name\":\"Official Store\",fonts:[\"GF;Oswald-regular\"],name:\"Official Store\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":hKO_cqqCV\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"History\"})})})}),className:\"framer-qsjzeq\",\"data-framer-name\":\"History\",fonts:[\"GF;Oswald-regular\"],name:\"History\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":hvYeeURCh\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1nz0pys\",\"data-styles-preset\":\"yZJUZcYkG\",children:\"Contact\"})})})}),className:\"framer-1arreep\",\"data-framer-name\":\"Contact\",fonts:[\"GF;Oswald-regular\"],name:\"Contact\",verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":pfWIc12_X\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":pfWIc12_X\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xjz7ri-container hidden-72rtr7 hidden-kg6tp3 hidden-13nvgd1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{tourDates:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(MobileMenu,{height:\"100%\",id:\"ZRQtUXuOw\",layoutId:\"ZRQtUXuOw\",style:{width:\"100%\"},tourDates:resolvedLinks[0],variant:\"Uo8UNNF8a\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v787db\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pruzse\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e9adeb\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1py4k2m\",\"data-framer-name\":\"img_hero\",name:\"img_hero\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{\"data-framer-appear-id\":\"hlfm2f\",animate:optimizeAppear(\"animate\",\"hlfm2f\",animation4,\"q0rkux\"),background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"712px\",src:\"https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png\",srcSet:\"https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png?scale-down-to=1024 895w,https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png?scale-down-to=2048 1791w,https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png 3495w\"},initial:optimizeAppear(\"initial\",\"hlfm2f\",animation2,\"q0rkux\")},hpdOtGCBe:{\"data-framer-appear-id\":\"1lbmz6e\",animate:optimizeAppear(\"animate\",\"1lbmz6e\",animation4,\"13nvgd1\"),initial:optimizeAppear(\"initial\",\"1lbmz6e\",animation2,\"13nvgd1\")},sIZskqzl6:{\"data-framer-appear-id\":\"1jnavrt\",animate:optimizeAppear(\"animate\",\"1jnavrt\",animation4,\"kg6tp3\"),initial:optimizeAppear(\"initial\",\"1jnavrt\",animation2,\"kg6tp3\")}},children:/*#__PURE__*/_jsx(Image,{animate:optimizeAppear(\"animate\",\"11kh6c4\",animation4,\"72rtr7\"),background:{alt:\"\",fit:\"stretch\",positionX:\"center\",positionY:\"center\",sizes:\"1166px\",src:\"https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png\",srcSet:\"https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png?scale-down-to=1024 895w,https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png?scale-down-to=2048 1791w,https://framerusercontent.com/images/ETWiGCGs0nEjJtMoFJPD4mhxSU.png 3495w\"},className:\"framer-11kh6c4\",\"data-framer-appear-id\":\"11kh6c4\",\"data-framer-name\":\"CleanShot 2023-05-05 at 16.53 1\",exit:animation3,initial:optimizeAppear(\"initial\",\"11kh6c4\",animation2,\"72rtr7\"),name:\"CleanShot 2023-05-05 at 16.53 1\",style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{\"data-framer-appear-id\":\"1zxctn\",animate:optimizeAppear(\"animate\",\"1zxctn\",animation6,\"q0rkux\"),initial:optimizeAppear(\"initial\",\"1zxctn\",animation7,\"q0rkux\")},hpdOtGCBe:{\"data-framer-appear-id\":\"8xe3vk\",animate:optimizeAppear(\"animate\",\"8xe3vk\",animation6,\"13nvgd1\"),initial:optimizeAppear(\"initial\",\"8xe3vk\",animation7,\"13nvgd1\")},sIZskqzl6:{\"data-framer-appear-id\":\"devomb\",animate:optimizeAppear(\"animate\",\"devomb\",animation6,\"kg6tp3\"),initial:optimizeAppear(\"initial\",\"devomb\",animation7,\"kg6tp3\")}},children:/*#__PURE__*/_jsx(motion.div,{animate:optimizeAppear(\"animate\",\"zqt8nv\",animation6,\"72rtr7\"),className:\"framer-zqt8nv\",\"data-framer-appear-id\":\"zqt8nv\",\"data-framer-name\":\"logo_havoc-large\",exit:animation5,initial:optimizeAppear(\"initial\",\"zqt8nv\",animation7,\"72rtr7\"),name:\"logo_havoc-large\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",sizes:\"364px\",src:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png\",srcSet:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=512 512w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png 1539w\"}},hpdOtGCBe:{background:{alt:\"\",fit:\"fill\",sizes:\"1881px\",src:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png\",srcSet:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=512 512w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png 1539w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"779px\",src:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png\",srcSet:\"https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=512 512w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UnnBNQxZt0ajCWHSM3buhtdttKA.png 1539w\"},className:\"framer-kp4bt9\",\"data-framer-name\":\"Logo\",name:\"Logo\",style:{rotate:-4}})})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4xy9q\",\"data-framer-name\":\"Videos\",name:\"Videos\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wh32ar\",\"data-border\":true,\"data-framer-name\":\"Video\",name:\"Video\",style:{rotate:.5,transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4krguk-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"zM7doO7KD\",isMixedBorderRadius:false,isRed:true,layoutId:\"zM7doO7KD\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/4Ggdmuzv-Z0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-hwdmtt\",\"data-border\":true,\"data-framer-name\":\"Video\",name:\"Video\",style:{rotate:-.5,transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-op1gb-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"zxRhlQv2c\",isMixedBorderRadius:false,isRed:true,layoutId:\"zxRhlQv2c\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/BZDjApbxX_8\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation8,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wkpmue\",\"data-border\":true,\"data-framer-name\":\"Video\",name:\"Video\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k9aga1-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"SJ7dfF67r\",isMixedBorderRadius:false,isRed:true,layoutId:\"SJ7dfF67r\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/IDUsYo7zsSQ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation10,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4dutsh\",\"data-border\":true,\"data-framer-name\":\"Video\",name:\"Video\",style:{rotate:1,transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a93li3-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"ZxTfyNVwg\",isMixedBorderRadius:false,isRed:true,layoutId:\"ZxTfyNVwg\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://youtu.be/P1pqbjOWijo\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qycapx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"},className:\"framer-yuepn\",\"data-framer-name\":\"ZIPPER DIVIDE\",name:\"ZIPPER DIVIDE\",style:{rotate:-1}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f5m8uw\",\"data-framer-name\":\"Tour\",id:id1,name:\"Tour\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kd73d2\",\"data-framer-name\":\"Dates\",name:\"Dates\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81862p\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qprim8\",\"data-framer-name\":\"Label\",name:\"Label\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxsZXJ0YSBTdGVuY2lsLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Allerta Stencil\", \"Allerta Stencil Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-3.6px\",\"--framer-text-color\":\"var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30))\"},children:\"2024 TOUR DATES\"})}),className:\"framer-1hlrv1q\",\"data-framer-name\":\"2023 TOUR DATES\",fonts:[\"GF;Allerta Stencil-regular\"],name:\"2023 TOUR DATES\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:800,loading:\"lazy\",pixelHeight:162,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"800px\",src:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg\",srcSet:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg?scale-down-to=512 512w,https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg 800w\"},className:\"framer-12p9z8z\",\"data-framer-name\":\"Texture\",name:\"Texture\"})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n5njdk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{variant:\"KMUpGDT5W\"}},children:/*#__PURE__*/_jsx(TourTable,{height:\"100%\",id:\"fWYsttRmT\",layoutId:\"fWYsttRmT\",variant:\"ixaN6J6oS\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5100,intrinsicWidth:3300,loading:\"lazy\",pixelHeight:5100,pixelWidth:3300,positionX:\"center\",positionY:\"center\",sizes:\"356px\",src:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg\",srcSet:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg 843w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5100,intrinsicWidth:3300,loading:\"lazy\",pixelHeight:5100,pixelWidth:3300,positionX:\"center\",positionY:\"center\",sizes:\"694px\",src:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg\",srcSet:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg 843w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:5100,intrinsicWidth:3300,loading:\"lazy\",pixelHeight:5100,pixelWidth:3300,positionX:\"center\",positionY:\"center\",sizes:\"888px\",src:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg\",srcSet:\"https://framerusercontent.com/images/ooGsM0yCCr0aM6cqRkHwZOAZyk.jpg 843w\"},className:\"framer-5khyxi\",style:{rotate:1,transformPerspective:1200}})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"},className:\"framer-1ocfroy\",\"data-framer-name\":\"ZIPPER DIVIDE\",name:\"ZIPPER DIVIDE\",style:{rotate:2}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zdp4w7\",\"data-framer-name\":\"Music\",id:id2,name:\"Music\",ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7oy140\",\"data-framer-name\":\"HEadline\",name:\"HEadline\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-clj13a\",\"data-framer-name\":\"Label\",name:\"Label\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxsZXJ0YSBTdGVuY2lsLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Allerta Stencil\", \"Allerta Stencil Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-3.6px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},children:\"MUSIC\"})}),className:\"framer-1yzvmf9\",\"data-framer-name\":\"2023 TOUR DATES\",fonts:[\"GF;Allerta Stencil-regular\"],name:\"2023 TOUR DATES\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:800,loading:\"lazy\",pixelHeight:162,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"800px\",src:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg\",srcSet:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg?scale-down-to=512 512w,https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg 800w\"},className:\"framer-83thww\",\"data-framer-name\":\"Texture\",name:\"Texture\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5s9eiq\",\"data-framer-name\":\"COntent\",name:\"COntent\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vs14g4\",\"data-framer-name\":\"1\",name:\"1\",style:{rotate:-1},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-os0oag\",\"data-border\":true,\"data-framer-name\":\"AlbumCover\",name:\"AlbumCover\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",src:\"https://framerusercontent.com/images/tHfjGFhG0RauVUmSzmTpYZ00044.png\"},className:\"framer-1jvd6dn\",\"data-framer-name\":\"image_album-ourrebellionhasjustbegun\",name:\"image_album-ourrebellionhasjustbegun\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ruv8g\",\"data-border\":true,\"data-framer-name\":\"Frame 55\",name:\"Frame 55\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b9gtuo\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\",\"--framer-text-transform\":\"uppercase\"},children:\"2003\"})}),className:\"framer-1jzp8up\",\"data-framer-name\":\"2022\",fonts:[\"GF;Oswald-regular\"],name:\"2022\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:\"OUR REBELLION HAS JUST BEGUN\"})}),className:\"framer-pifcpz\",\"data-framer-name\":\"OUR REBELLION CONTINUES\",fonts:[\"GF;Oswald-regular\"],name:\"OUR REBELLION CONTINUES\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-b7fcd753-9667-466c-8cfb-b00cf1bb1991, rgb(110, 106, 99))\",\"--framer-text-transform\":\"uppercase\"},children:\"PUNKCORE RECORDS\"})}),className:\"framer-3ateda\",\"data-framer-name\":\"VOLTAGE RECORDS\",fonts:[\"GF;Oswald-regular\"],name:\"VOLTAGE RECORDS\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kmojfz-container\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"q0_vln4UR\",layoutId:\"q0_vln4UR\",style:{height:\"100%\",width:\"100%\"},theme:0,url:\"https://open.spotify.com/album/2OSZlUXh9lYmcvjrZAIbSd?si=qV0CTZjQReSv2Zo830n6Sw\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ytlio\",\"data-framer-name\":\"2\",name:\"2\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-urnftg\",\"data-border\":true,\"data-framer-name\":\"AlbumCover\",name:\"AlbumCover\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",src:\"https://framerusercontent.com/images/80lQWVNkvrMVvpmY1VU0HuJqWI.png\"},className:\"framer-1cll47l\",\"data-framer-name\":\"image_album-roadwarrior\",name:\"image_album-roadwarrior\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-461iat\",\"data-border\":true,\"data-framer-name\":\"Frame 55\",name:\"Frame 55\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3s11s\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\",\"--framer-text-transform\":\"uppercase\"},children:\"2005\"})}),className:\"framer-11v5uh4\",\"data-framer-name\":\"2005\",fonts:[\"GF;Oswald-regular\"],name:\"2005\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:\"ROAD WARRIOR\"})}),className:\"framer-1a0izon\",\"data-framer-name\":\"ROAD WARRIOR\",fonts:[\"GF;Oswald-regular\"],name:\"ROAD WARRIOR\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-b7fcd753-9667-466c-8cfb-b00cf1bb1991, rgb(110, 106, 99))\",\"--framer-text-transform\":\"uppercase\"},children:\"PUNKCORE RECORDS\"})}),className:\"framer-n9je33\",\"data-framer-name\":\"PUNKCORE RECORDS\",fonts:[\"GF;Oswald-regular\"],name:\"PUNKCORE RECORDS\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hleg20-container\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"Gk1YWLuGQ\",layoutId:\"Gk1YWLuGQ\",style:{height:\"100%\",width:\"100%\"},theme:0,url:\"https://open.spotify.com/album/169eANyyV4Gx58q0uUMzGp?si=YLaC_dWUTiyGGUxMtZn4Fw\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{style:{rotate:1}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zxgkr9\",\"data-framer-name\":\"3\",name:\"3\",style:{rotate:2},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j2gybs\",\"data-border\":true,\"data-framer-name\":\"AlbumCover\",name:\"AlbumCover\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"calc(min(100vw, 960px) - 64px)\",src:\"https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png\",srcSet:\"https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png?scale-down-to=512 512w,https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png 640w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"346px\",src:\"https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png\",srcSet:\"https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png?scale-down-to=512 512w,https://framerusercontent.com/images/8zOmVQdfjo1Q5X4ohnVr3S4WnTk.png 640w\"},className:\"framer-c3gfca\",\"data-framer-name\":\"image_album-ourrebellioncontinues\",name:\"image_album-ourrebellioncontinues\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k6vqxu\",\"data-border\":true,\"data-framer-name\":\"Frame 55\",name:\"Frame 55\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12gi2e5\",\"data-framer-name\":\"Title\",name:\"Title\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-4317d947-c074-44a3-b450-157e5ae9179a, rgb(247, 58, 34))\",\"--framer-text-transform\":\"uppercase\"},children:\"2022\"})}),className:\"framer-vuolwz\",\"data-framer-name\":\"2022\",fonts:[\"GF;Oswald-regular\"],name:\"2022\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\",\"--framer-text-transform\":\"uppercase\"},children:\"OUR REBELLION CONTINUES\"})}),className:\"framer-1m0tgm9\",\"data-framer-name\":\"OUR REBELLION CONTINUES\",fonts:[\"GF;Oswald-regular\"],name:\"OUR REBELLION CONTINUES\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Oswald\", \"Oswald Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"var(--token-b7fcd753-9667-466c-8cfb-b00cf1bb1991, rgb(110, 106, 99))\",\"--framer-text-transform\":\"uppercase\"},children:\"VOLTAGE RECORDS\"})}),className:\"framer-1o1bxdq\",\"data-framer-name\":\"VOLTAGE RECORDS\",fonts:[\"GF;Oswald-regular\"],name:\"VOLTAGE RECORDS\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15bgjf1-container\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"JSBKHo7qS\",layoutId:\"JSBKHo7qS\",style:{height:\"100%\",width:\"100%\"},theme:0,url:\"https://open.spotify.com/album/5asSK4IsqqCh2T7Ci3lq4c?si=6ETFxIGyRe-0ZMUgJ5itAg\",width:\"100%\"})})})]})]})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"},className:\"framer-iu31z4\",\"data-framer-name\":\"ZIPPER DIVIDE\",name:\"ZIPPER DIVIDE\",style:{rotate:-1}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-arlbsj\",\"data-framer-name\":\"History\",id:id3,name:\"History\",ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u8aytr\",\"data-framer-name\":\"HEadline\",name:\"HEadline\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qnr3jw\",\"data-framer-name\":\"Label\",name:\"Label\",style:{rotate:1},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxsZXJ0YSBTdGVuY2lsLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Allerta Stencil\", \"Allerta Stencil Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-3.6px\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},children:\"HISTORY\"})}),className:\"framer-11u7kg3\",\"data-framer-name\":\"2023 TOUR DATES\",fonts:[\"GF;Allerta Stencil-regular\"],name:\"2023 TOUR DATES\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:800,loading:\"lazy\",pixelHeight:162,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"800px\",src:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg\",srcSet:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg?scale-down-to=512 512w,https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg 800w\"},className:\"framer-mx4273\",\"data-framer-name\":\"Texture\",name:\"Texture\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{\"data-framer-appear-id\":\"9yjf74\",animate:optimizeAppear(\"animate\",\"9yjf74\",animation12,\"q0rkux\"),exit:animation9,initial:optimizeAppear(\"initial\",\"9yjf74\",animation13,\"q0rkux\"),style:{transformPerspective:1200}},sIZskqzl6:{\"data-framer-appear-id\":\"45rd2u\",animate:optimizeAppear(\"animate\",\"45rd2u\",animation12,\"kg6tp3\"),exit:animation9,initial:optimizeAppear(\"initial\",\"45rd2u\",animation13,\"kg6tp3\"),style:{transformPerspective:1200}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uj3bzp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:3022,intrinsicWidth:4030,loading:\"lazy\",pixelHeight:3022,pixelWidth:4030,positionX:\"center\",positionY:\"center\",sizes:\"352px\",src:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg\",srcSet:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg 4030w\"},transformTemplate:transformTemplate1},sIZskqzl6:{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:3022,intrinsicWidth:4030,loading:\"lazy\",pixelHeight:3022,pixelWidth:4030,positionX:\"center\",positionY:\"center\",sizes:\"419px\",src:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg\",srcSet:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg 4030w\"},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:3022,intrinsicWidth:4030,loading:\"lazy\",pixelHeight:3022,pixelWidth:4030,positionX:\"center\",positionY:\"center\",sizes:\"418.7328px\",src:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg\",srcSet:\"https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7WLaCcIMmNFW9ZNkWDNb3hTnbZQ.jpeg 4030w\"},className:\"framer-1dxu5sl\",\"data-border\":true,\"data-framer-name\":\"image 15\",name:\"image 15\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"352px\",src:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png\",srcSet:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=512 512w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png 2000w\"},style:{rotate:2},transformTemplate:transformTemplate3},sIZskqzl6:{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"419px\",src:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png\",srcSet:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=512 512w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png 2000w\"},style:{rotate:-3},transformTemplate:transformTemplate2}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"418.7328px\",src:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png\",srcSet:\"https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=512 512w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/saofpxme3UHpQ2lC7eddByOQSB4.png 2000w\"},className:\"framer-1vwqv6t\",\"data-border\":true,\"data-framer-name\":\"image 15\",name:\"image 15\",style:{rotate:-1}})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1614,intrinsicWidth:1544,loading:\"lazy\",pixelHeight:1614,pixelWidth:1544,sizes:\"352px\",src:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png\",srcSet:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png?scale-down-to=1024 979w,https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png 1544w\"},style:{rotate:-2},transformTemplate:transformTemplate1},sIZskqzl6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1614,intrinsicWidth:1544,loading:\"lazy\",pixelHeight:1614,pixelWidth:1544,sizes:\"419px\",src:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png\",srcSet:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png?scale-down-to=1024 979w,https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png 1544w\"},style:{rotate:1},transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1614,intrinsicWidth:1544,loading:\"lazy\",pixelHeight:1614,pixelWidth:1544,sizes:\"418.7328px\",src:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png\",srcSet:\"https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png?scale-down-to=1024 979w,https://framerusercontent.com/images/J2f5j1iV65EnYZqQ2GXqpkng.png 1544w\"},className:\"framer-yvmiri\",\"data-border\":true,\"data-framer-name\":\"image 15\",name:\"image 15\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qknq1s\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xfj24r\",\"data-styles-preset\":\"DCnavcmpq\",children:\"Hailing from Los Angeles, California, The Havoc formed in the Fall of 2001, with the intent of making a name for themself in the rapidly growing street punk scene in America. They wasted no time writing and recording six songs for what would become their first 7\u2033 EP, entitled Who\u2019s Gonna Die? After self releasing it in the Spring of 2002, the band began playing local shows. During this time they caught the attention of Mike Virus. He invited the band to perform at an upcoming show in San Diego that he was booking for The Virus and his new band, Cheap Sex. At this show, members of The Virus offered to pass off the Who\u2019s Gonna Die? EP to Jake Kolatis for consideration of joining Charged Records. However, while on a self booked, 2 week US tour later that Winter, the band was contacted by Dave Amcher of Punkcore Records instead. To their surprise, he had been given a copy of their EP by members of The Virus and was told he should consider signing them. This began the bands correspondence with Punkcore Records and their eventual signing with the label.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xfj24r\",\"data-styles-preset\":\"DCnavcmpq\",children:\"After returning to LA from being on the road, the band began writing sessions for their Punkcore debut. After several months, they completed work on the twelve songs that would make up their first LP, Our Rebellion Has Just Begun. The record was released on August 23rd, 2003 and subsequent tours followed to promote it. Many dates included shows with fellow punkcore alums: The Virus, A Global Threat, Lower Class Brats, Cheap Sex, Clit 45, Action, Cropknox, The Scarred, Career Soldiers, Monster Squad, and Damage Case. As well as fellow Punk Rock veterans and peers, Abrasive Wheels, D.I., The Exploited, The Unseen, The Riffs, Endless Struggle, Whiskey Rebels, and more.\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xfj24r\",\"data-styles-preset\":\"DCnavcmpq\",children:\"While on a break from touring, writing sessions began for their next record. Not wanting to lose momentum, they decided to release an EP before continuing work on another full length album. Pushing for a heavier and more UK 82 influenced sound, the Road Warrior EP was the result. Released on January 8, 2005 \u2013 The effort featured the 2 new songs Road Warrior and Arson Attack, as well as a cover of The Partisans 17 Years of Hell. It also included live versions of the Our Rebellion Has Just Begun tracks, We\u2019re All To Blame, Worthless Words, and Live Or Die. The latter three being recorded at the bands favorite hometown venue and punk rock haven, The Allen Theatre. The year concluded with more touring to promote the EP and saw them return to stages with many of the previously mentioned artists.they have since been writing and recording new material to release.\"})]}),className:\"framer-1m5fdsm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},children:\"On March 7th 2006, a DVD was released by Punkcore Records entitled Pure Punk Rock. It featured performances from The Havoc of the songs We Want The Truth, More Than This, Worthless Words, and Death Comes Fast. It also contained interview footage with the band. By this time however, The Havoc had grown tired of relentless touring and rumblings had made their way to the band about the uncertainty of Punkcore Records future. Disappointed by the dwindling hope of a label home, combined with the desire to grow more musically, the band began focusing on outside influences for new material. But also recorded Demo songs in the same direction as the Road Warrior EP. These songs made their way to Punkcore Records that Spring, but the light had grown even more dim by that time. On July 13, 2006, the band announced on their myspace blog that they were breaking up with the desire to explore other musical directions. They played their last show on September 22nd of 2006 at The Allen Theatre in Southgate, CA.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},children:\"Shortly thereafter, Punkcore Records ceased operations. Within a couple of years the once thriving street punk scene in the US began to dwindle. Meanwhile, The Havoc\u2019s founding members continued working on new projects together throughout the following years. They were eventually approached in 2013 to play a reunion show for the 2014 Gnar Fest at the Glass House in Pomona, CA. The band agreed and began work on the set for this performance. The band performed at this festival on February 8, 2014. Some discussions were had amongst the band about reforming The Havoc at that time, but ultimately they decided against it.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7T3N3YWxkLTMwMA==\",\"--framer-font-family\":'\"Oswald\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, rgb(255, 248, 221))\"},children:'On January 1, 2020, The Havoc uploaded a video clip to their Instagram and Facebook pages featuring someone starting a record player that had Our Rebellion Has Just Begun on the turn table. However when the music started, it was a new song clip. Not the LPs opening track. There was also the message \u201COur Rebellion Continues. Coming 2020.\u201D This marked their official return and they have since released a brand new full-length record, \"Our Rebellion Continues\" in 2023 on Voltage Records, and began touring for audiences across the country to support its release. Three of the original founding members, Jason, Justin, Josiah; along with two new members, Will and Justun Wanted complete the full lineup for the band.'})]}),className:\"framer-1hbfbi1\",fonts:[\"GF;Oswald-300\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:81,intrinsicWidth:1441,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg\",srcSet:\"https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fBNs3nrHRyI9JjspGDloPSFdY.svg 1441w\"},className:\"framer-kukqcu\",\"data-framer-name\":\"ZIPPER DIVIDE\",name:\"ZIPPER DIVIDE\",style:{rotate:1}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wgzt0o\",\"data-framer-name\":\"Contact\",id:id4,name:\"Contact\",ref:ref6,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png\",srcSet:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png 2880w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png\",srcSet:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png 2880w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png\",srcSet:\"https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=512 512w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/vSWfWIZYPsxXCR1X5DKV4J57j4o.png 2880w\"},className:\"framer-qg1wsj\",\"data-framer-name\":\"Image\",name:\"Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ENrLivgyu:{__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:6,skewX:0,skewY:0,x:0,y:-40}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"144.6154vw\",src:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png\",srcSet:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png 2880w\"}},sIZskqzl6:{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"130vw\",src:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png\",srcSet:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png 2880w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:true,__framer__offset:-960,__framer__parallaxTransformEnabled:true,__framer__speed:75,__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:4,skewX:0,skewY:0,x:0,y:-80}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScroll\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1442px\",src:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png\",srcSet:\"https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/b486QMgKFzZEJvIgAW3hpr1l1A.png 2880w\"},className:\"framer-pwj37m\",\"data-framer-name\":\"Frame 35\",name:\"Frame 35\",style:{transformPerspective:1200},transformTemplate:transformTemplate1})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fbcsr3\",\"data-framer-name\":\"Frame 42\",name:\"Frame 42\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4dv9xv\",\"data-framer-name\":\"HEadline\",name:\"HEadline\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ny884o\",\"data-framer-name\":\"Label\",name:\"Label\",style:{rotate:-1},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxsZXJ0YSBTdGVuY2lsLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Allerta Stencil\", \"Allerta Stencil Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"-3.6px\",\"--framer-text-color\":\"var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30))\"},children:\"CONTACT\"})}),className:\"framer-u8p5w7\",\"data-framer-name\":\"2023 TOUR DATES\",fonts:[\"GF;Allerta Stencil-regular\"],name:\"2023 TOUR DATES\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:162,intrinsicWidth:800,loading:\"lazy\",pixelHeight:162,pixelWidth:800,positionX:\"center\",positionY:\"center\",sizes:\"800px\",src:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg\",srcSet:\"https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg?scale-down-to=512 512w,https://framerusercontent.com/images/RmtbGmhZZevVyXA6tKNhGSEJno.svg 800w\"},className:\"framer-1i61a4r\",\"data-framer-name\":\"Texture\",name:\"Texture\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5lsrsc\",\"data-framer-name\":\"Frame 41\",name:\"Frame 41\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m9m59j\",\"data-framer-name\":\"Frame 44\",name:\"Frame 44\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7yqaqz-container\",children:/*#__PURE__*/_jsx(Contact_btn,{height:\"100%\",id:\"JijSTJchv\",layoutId:\"JijSTJchv\",link:\"mailto:havocpunks+usa@gmail.com\",title:\"BOOKING \\xb7 USA\",variant:\"eSKKZb83I\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13wnttc-container\",children:/*#__PURE__*/_jsx(Contact_btn,{height:\"100%\",id:\"mBc6vBMuY\",layoutId:\"mBc6vBMuY\",link:\"mailto:havocpunks+eur@gmail.com\",title:\"BOOKING \\xb7 EUR\",variant:\"NohlPJ0en\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cxki6u\",\"data-framer-name\":\"Frame 43\",name:\"Frame 43\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-118ka2-container\",style:{rotate:3},children:/*#__PURE__*/_jsx(Contact_btn,{height:\"100%\",id:\"ptY5VoPLE\",layoutId:\"ptY5VoPLE\",link:\"mailto:havocpunks+label@gmail.com\",title:\"BAND & LABEL\",variant:\"NohlPJ0en\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10mqivf-container\",style:{rotate:-3},children:/*#__PURE__*/_jsx(Contact_btn,{height:\"100%\",id:\"xMclUbJJW\",layoutId:\"xMclUbJJW\",link:\"mailto:havocpunks+press@gmail.com\",title:\"PRESS\",variant:\"eSKKZb83I\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jhhyye\",\"data-framer-name\":\"Copyright\",name:\"Copyright\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v326mx\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:501,intrinsicWidth:1012,loading:\"lazy\",pixelHeight:501,pixelWidth:1012,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/gaopu383Yb7jSvDeh2R4Y7PwY.png\",srcSet:\"https://framerusercontent.com/images/gaopu383Yb7jSvDeh2R4Y7PwY.png?scale-down-to=512 512w,https://framerusercontent.com/images/gaopu383Yb7jSvDeh2R4Y7PwY.png 1012w\"},className:\"framer-asahk\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",src:\"https://framerusercontent.com/images/PwEhZlz3ypj4eA6x8ezI6DjTXU.png\"},className:\"framer-145gxve\",\"data-framer-name\":\"logo_dismantled\",name:\"logo_dismantled\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",src:\"https://framerusercontent.com/images/bzWnHpraAYFg8gMTTPSyopMHI4.png\"},className:\"framer-zdyrq6\",\"data-border\":true,\"data-framer-name\":\"logo_voltage\",name:\"logo_voltage\"})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-xfj24r\",\"data-styles-preset\":\"DCnavcmpq\",style:{\"--framer-text-color\":\"var(--token-b7fcd753-9667-466c-8cfb-b00cf1bb1991, rgb(110, 106, 99))\"},children:\"\\xa9 2023 The Havoc. All Rights Reserved.\"})}),className:\"framer-6790lo\",\"data-framer-name\":\"\\xa9 2023 The Havoc. All Rights Reserved.\",fonts:[\"Inter\"],name:\"\\xa9 2023 The Havoc. All Rights Reserved.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-ctWAI { background: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30)) /* {\"name\":\"Black\"} */; }`,\".framer-ctWAI.framer-lux5qc, .framer-ctWAI .framer-lux5qc { display: block; }\",\".framer-ctWAI.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, #221f1e); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 64px 0px; position: relative; width: 1440px; }\",\".framer-ctWAI .framer-1bbzvq5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 16px 48px 16px 48px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-ctWAI .framer-1jginu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 76px; }\",\".framer-ctWAI .framer-158vq8s { flex: none; height: 41px; position: relative; text-decoration: none; width: 40px; }\",\".framer-ctWAI .framer-1mgwtpq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-12s9jh5, .framer-ctWAI .framer-d7g3ri, .framer-ctWAI .framer-1h2jb34, .framer-ctWAI .framer-qsjzeq, .framer-ctWAI .framer-1hlrv1q, .framer-ctWAI .framer-1yzvmf9, .framer-ctWAI .framer-11v5uh4, .framer-ctWAI .framer-1a0izon, .framer-ctWAI .framer-n9je33, .framer-ctWAI .framer-11u7kg3, .framer-ctWAI .framer-u8p5w7, .framer-ctWAI .framer-6790lo { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ctWAI .framer-1arreep { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 76px; word-break: break-word; word-wrap: break-word; }\",\".framer-ctWAI .framer-1xjz7ri-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-ctWAI .framer-1v787db, .framer-ctWAI .framer-1u8aytr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1pruzse { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-e9adeb { flex: none; height: 50vh; overflow: visible; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1py4k2m { align-content: center; align-items: center; background-color: #221f1e; bottom: -491px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; }\",\".framer-ctWAI .framer-11kh6c4 { aspect-ratio: 0.8746246246246246 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 1333px); opacity: 0.8; position: relative; width: 1166px; }\",\".framer-ctWAI .framer-zqt8nv { bottom: -192px; flex: none; height: 300px; left: calc(50.00000000000002% - 677px / 2); overflow: visible; position: absolute; width: 677px; }\",\".framer-ctWAI .framer-kp4bt9 { aspect-ratio: 2.256666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 345px); left: -51px; position: absolute; right: -51px; top: -22px; }\",\".framer-ctWAI .framer-1t4xy9q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 56%; }\",\".framer-ctWAI .framer-1wh32ar, .framer-ctWAI .framer-hwdmtt, .framer-ctWAI .framer-1wkpmue, .framer-ctWAI .framer-4dutsh { --border-bottom-width: 8px; --border-color: var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, #fff8dd); --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; align-content: center; align-items: center; background-color: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, #221f1e); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 448px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-4krguk-container, .framer-ctWAI .framer-op1gb-container, .framer-ctWAI .framer-1k9aga1-container, .framer-ctWAI .framer-1a93li3-container, .framer-ctWAI .framer-1kmojfz-container, .framer-ctWAI .framer-1hleg20-container, .framer-ctWAI .framer-15bgjf1-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-qycapx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1442px; }\",\".framer-ctWAI .framer-yuepn, .framer-ctWAI .framer-kukqcu { aspect-ratio: 17.77777777777778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); overflow: hidden; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1f5m8uw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-ctWAI .framer-1kd73d2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-81862p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 102px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-ctWAI .framer-qprim8, .framer-ctWAI .framer-ny884o { align-content: flex-start; align-items: flex-start; background-color: var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, #fff8dd); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-12p9z8z { flex: none; height: 200px; left: -24px; position: absolute; top: -31px; width: 800px; z-index: 1; }\",\".framer-ctWAI .framer-n5njdk-container, .framer-ctWAI .framer-7yqaqz-container, .framer-ctWAI .framer-13wnttc-container, .framer-ctWAI .framer-118ka2-container, .framer-ctWAI .framer-10mqivf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ctWAI .framer-5khyxi { flex: none; height: 1082px; position: relative; width: 888px; }\",\".framer-ctWAI .framer-1ocfroy { aspect-ratio: 17.77777777777778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-ctWAI .framer-zdp4w7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; max-width: 960px; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-ctWAI .framer-7oy140, .framer-ctWAI .framer-4dv9xv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-clj13a, .framer-ctWAI .framer-qnr3jw { align-content: flex-start; align-items: flex-start; background-color: var(--token-4317d947-c074-44a3-b450-157e5ae9179a, #f73a22); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 16px 8px 16px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-83thww { bottom: -86px; flex: none; left: calc(50.90090090090092% - 800px / 2); position: absolute; top: -50px; width: 800px; z-index: 1; }\",\".framer-ctWAI .framer-5s9eiq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1vs14g4, .framer-ctWAI .framer-8ytlio, .framer-ctWAI .framer-zxgkr9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-os0oag { --border-bottom-width: 0px; --border-color: #353330; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 346px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 346px; }\",\".framer-ctWAI .framer-1jvd6dn { aspect-ratio: 1 / 1; flex: 1 0 0px; height: 1px; position: relative; width: var(--framer-aspect-ratio-supported, 346px); }\",\".framer-ctWAI .framer-10ruv8g, .framer-ctWAI .framer-461iat, .framer-ctWAI .framer-k6vqxu { --border-bottom-width: 1px; --border-color: #353330; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 347px; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 1px; }\",\".framer-ctWAI .framer-1b9gtuo, .framer-ctWAI .framer-1f3s11s, .framer-ctWAI .framer-12gi2e5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1jzp8up, .framer-ctWAI .framer-pifcpz, .framer-ctWAI .framer-3ateda, .framer-ctWAI .framer-vuolwz, .framer-ctWAI .framer-1m0tgm9, .framer-ctWAI .framer-1o1bxdq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 216px; word-break: break-word; word-wrap: break-word; }\",\".framer-ctWAI .framer-urnftg { --border-bottom-width: 0px; --border-color: #353330; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 304px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-1cll47l, .framer-ctWAI .framer-c3gfca { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 346px); position: relative; width: 346px; }\",\".framer-ctWAI .framer-j2gybs { --border-bottom-width: 0px; --border-color: #353330; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 346px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 346px; }\",\".framer-ctWAI .framer-iu31z4 { aspect-ratio: 17.77777777777778 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); overflow: visible; position: relative; width: 100%; }\",\".framer-ctWAI .framer-arlbsj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-ctWAI .framer-mx4273 { bottom: -86px; flex: none; left: 148px; position: absolute; top: -50px; width: 800px; z-index: 1; }\",\".framer-ctWAI .framer-1uj3bzp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 373px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1dxu5sl, .framer-ctWAI .framer-1vwqv6t, .framer-ctWAI .framer-yvmiri { --border-bottom-width: 8px; --border-color: var(--token-18ec17c5-60cb-4d67-b6e9-26f082683c24, #fff8dd); --border-left-width: 8px; --border-right-width: 8px; --border-style: solid; --border-top-width: 8px; aspect-ratio: 1.3774104683195592 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 304px); position: relative; width: 419px; }\",\".framer-ctWAI .framer-qknq1s { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-ctWAI .framer-1m5fdsm, .framer-ctWAI .framer-1hbfbi1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 16px; align-self: start; flex: none; height: auto; justify-self: start; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ctWAI .framer-wgzt0o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 96px 0px 0px 0px; position: relative; scroll-margin-top: 96px; width: 100%; }\",\".framer-ctWAI .framer-qg1wsj { aspect-ratio: 1.5015641293013555 / 1; bottom: -319px; flex: none; height: var(--framer-aspect-ratio-supported, 961px); left: 0px; position: absolute; right: 0px; z-index: 0; }\",\".framer-ctWAI .framer-pwj37m { aspect-ratio: 1.5015641293013555 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 961px); left: 50%; position: absolute; top: 1px; transform: translateX(-50%); width: 100%; }\",\".framer-ctWAI .framer-fbcsr3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-1i61a4r { bottom: -106px; flex: none; left: 38px; position: absolute; top: -30px; width: 800px; z-index: 1; }\",\".framer-ctWAI .framer-5lsrsc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-1m9m59j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-1cxki6u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-jhhyye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 240px; height: min-content; justify-content: flex-start; overflow: visible; padding: 240px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-ctWAI .framer-v326mx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 465px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 400px; }\",\".framer-ctWAI .framer-asahk { flex: none; height: 216px; position: relative; width: 100%; }\",\".framer-ctWAI .framer-145gxve { aspect-ratio: 3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 44px); position: relative; width: 132px; }\",\".framer-ctWAI .framer-zdyrq6 { --border-bottom-width: 1px; --border-color: #353330; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; aspect-ratio: 0.9908256880733946 / 1; border-bottom-left-radius: 120px; border-bottom-right-radius: 120px; border-top-left-radius: 120px; border-top-right-radius: 120px; flex: none; height: var(--framer-aspect-ratio-supported, 109px); position: relative; width: 108px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ctWAI.framer-72rtr7, .framer-ctWAI .framer-1jginu, .framer-ctWAI .framer-1mgwtpq, .framer-ctWAI .framer-1v787db, .framer-ctWAI .framer-1pruzse, .framer-ctWAI .framer-1py4k2m, .framer-ctWAI .framer-1t4xy9q, .framer-ctWAI .framer-1wh32ar, .framer-ctWAI .framer-hwdmtt, .framer-ctWAI .framer-1wkpmue, .framer-ctWAI .framer-4dutsh, .framer-ctWAI .framer-qycapx, .framer-ctWAI .framer-1f5m8uw, .framer-ctWAI .framer-1kd73d2, .framer-ctWAI .framer-81862p, .framer-ctWAI .framer-qprim8, .framer-ctWAI .framer-zdp4w7, .framer-ctWAI .framer-7oy140, .framer-ctWAI .framer-clj13a, .framer-ctWAI .framer-5s9eiq, .framer-ctWAI .framer-1vs14g4, .framer-ctWAI .framer-os0oag, .framer-ctWAI .framer-10ruv8g, .framer-ctWAI .framer-1b9gtuo, .framer-ctWAI .framer-8ytlio, .framer-ctWAI .framer-urnftg, .framer-ctWAI .framer-461iat, .framer-ctWAI .framer-1f3s11s, .framer-ctWAI .framer-zxgkr9, .framer-ctWAI .framer-j2gybs, .framer-ctWAI .framer-k6vqxu, .framer-ctWAI .framer-12gi2e5, .framer-ctWAI .framer-arlbsj, .framer-ctWAI .framer-1u8aytr, .framer-ctWAI .framer-qnr3jw, .framer-ctWAI .framer-1uj3bzp, .framer-ctWAI .framer-wgzt0o, .framer-ctWAI .framer-fbcsr3, .framer-ctWAI .framer-4dv9xv, .framer-ctWAI .framer-ny884o, .framer-ctWAI .framer-5lsrsc, .framer-ctWAI .framer-1m9m59j, .framer-ctWAI .framer-1cxki6u, .framer-ctWAI .framer-jhhyye, .framer-ctWAI .framer-v326mx { gap: 0px; } .framer-ctWAI.framer-72rtr7 > *, .framer-ctWAI .framer-1f5m8uw > *, .framer-ctWAI .framer-zdp4w7 > *, .framer-ctWAI .framer-arlbsj > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-ctWAI.framer-72rtr7 > :first-child, .framer-ctWAI .framer-1v787db > :first-child, .framer-ctWAI .framer-1pruzse > :first-child, .framer-ctWAI .framer-1t4xy9q > :first-child, .framer-ctWAI .framer-1wh32ar > :first-child, .framer-ctWAI .framer-hwdmtt > :first-child, .framer-ctWAI .framer-1wkpmue > :first-child, .framer-ctWAI .framer-4dutsh > :first-child, .framer-ctWAI .framer-qycapx > :first-child, .framer-ctWAI .framer-1f5m8uw > :first-child, .framer-ctWAI .framer-1kd73d2 > :first-child, .framer-ctWAI .framer-81862p > :first-child, .framer-ctWAI .framer-zdp4w7 > :first-child, .framer-ctWAI .framer-7oy140 > :first-child, .framer-ctWAI .framer-5s9eiq > :first-child, .framer-ctWAI .framer-os0oag > :first-child, .framer-ctWAI .framer-10ruv8g > :first-child, .framer-ctWAI .framer-1b9gtuo > :first-child, .framer-ctWAI .framer-urnftg > :first-child, .framer-ctWAI .framer-461iat > :first-child, .framer-ctWAI .framer-1f3s11s > :first-child, .framer-ctWAI .framer-j2gybs > :first-child, .framer-ctWAI .framer-k6vqxu > :first-child, .framer-ctWAI .framer-12gi2e5 > :first-child, .framer-ctWAI .framer-arlbsj > :first-child, .framer-ctWAI .framer-1u8aytr > :first-child, .framer-ctWAI .framer-wgzt0o > :first-child, .framer-ctWAI .framer-fbcsr3 > :first-child, .framer-ctWAI .framer-4dv9xv > :first-child, .framer-ctWAI .framer-5lsrsc > :first-child, .framer-ctWAI .framer-jhhyye > :first-child, .framer-ctWAI .framer-v326mx > :first-child { margin-top: 0px; } .framer-ctWAI.framer-72rtr7 > :last-child, .framer-ctWAI .framer-1v787db > :last-child, .framer-ctWAI .framer-1pruzse > :last-child, .framer-ctWAI .framer-1t4xy9q > :last-child, .framer-ctWAI .framer-1wh32ar > :last-child, .framer-ctWAI .framer-hwdmtt > :last-child, .framer-ctWAI .framer-1wkpmue > :last-child, .framer-ctWAI .framer-4dutsh > :last-child, .framer-ctWAI .framer-qycapx > :last-child, .framer-ctWAI .framer-1f5m8uw > :last-child, .framer-ctWAI .framer-1kd73d2 > :last-child, .framer-ctWAI .framer-81862p > :last-child, .framer-ctWAI .framer-zdp4w7 > :last-child, .framer-ctWAI .framer-7oy140 > :last-child, .framer-ctWAI .framer-5s9eiq > :last-child, .framer-ctWAI .framer-os0oag > :last-child, .framer-ctWAI .framer-10ruv8g > :last-child, .framer-ctWAI .framer-1b9gtuo > :last-child, .framer-ctWAI .framer-urnftg > :last-child, .framer-ctWAI .framer-461iat > :last-child, .framer-ctWAI .framer-1f3s11s > :last-child, .framer-ctWAI .framer-j2gybs > :last-child, .framer-ctWAI .framer-k6vqxu > :last-child, .framer-ctWAI .framer-12gi2e5 > :last-child, .framer-ctWAI .framer-arlbsj > :last-child, .framer-ctWAI .framer-1u8aytr > :last-child, .framer-ctWAI .framer-wgzt0o > :last-child, .framer-ctWAI .framer-fbcsr3 > :last-child, .framer-ctWAI .framer-4dv9xv > :last-child, .framer-ctWAI .framer-5lsrsc > :last-child, .framer-ctWAI .framer-jhhyye > :last-child, .framer-ctWAI .framer-v326mx > :last-child { margin-bottom: 0px; } .framer-ctWAI .framer-1jginu > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-ctWAI .framer-1jginu > :first-child, .framer-ctWAI .framer-1mgwtpq > :first-child, .framer-ctWAI .framer-1py4k2m > :first-child, .framer-ctWAI .framer-qprim8 > :first-child, .framer-ctWAI .framer-clj13a > :first-child, .framer-ctWAI .framer-1vs14g4 > :first-child, .framer-ctWAI .framer-8ytlio > :first-child, .framer-ctWAI .framer-zxgkr9 > :first-child, .framer-ctWAI .framer-qnr3jw > :first-child, .framer-ctWAI .framer-1uj3bzp > :first-child, .framer-ctWAI .framer-ny884o > :first-child, .framer-ctWAI .framer-1m9m59j > :first-child, .framer-ctWAI .framer-1cxki6u > :first-child { margin-left: 0px; } .framer-ctWAI .framer-1jginu > :last-child, .framer-ctWAI .framer-1mgwtpq > :last-child, .framer-ctWAI .framer-1py4k2m > :last-child, .framer-ctWAI .framer-qprim8 > :last-child, .framer-ctWAI .framer-clj13a > :last-child, .framer-ctWAI .framer-1vs14g4 > :last-child, .framer-ctWAI .framer-8ytlio > :last-child, .framer-ctWAI .framer-zxgkr9 > :last-child, .framer-ctWAI .framer-qnr3jw > :last-child, .framer-ctWAI .framer-1uj3bzp > :last-child, .framer-ctWAI .framer-ny884o > :last-child, .framer-ctWAI .framer-1m9m59j > :last-child, .framer-ctWAI .framer-1cxki6u > :last-child { margin-right: 0px; } .framer-ctWAI .framer-1mgwtpq > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-ctWAI .framer-1v787db > *, .framer-ctWAI .framer-1pruzse > *, .framer-ctWAI .framer-1wh32ar > *, .framer-ctWAI .framer-hwdmtt > *, .framer-ctWAI .framer-1wkpmue > *, .framer-ctWAI .framer-4dutsh > *, .framer-ctWAI .framer-1kd73d2 > *, .framer-ctWAI .framer-81862p > *, .framer-ctWAI .framer-7oy140 > *, .framer-ctWAI .framer-os0oag > *, .framer-ctWAI .framer-1b9gtuo > *, .framer-ctWAI .framer-urnftg > *, .framer-ctWAI .framer-1f3s11s > *, .framer-ctWAI .framer-j2gybs > *, .framer-ctWAI .framer-12gi2e5 > *, .framer-ctWAI .framer-1u8aytr > *, .framer-ctWAI .framer-4dv9xv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ctWAI .framer-1py4k2m > *, .framer-ctWAI .framer-qprim8 > *, .framer-ctWAI .framer-clj13a > *, .framer-ctWAI .framer-1vs14g4 > *, .framer-ctWAI .framer-8ytlio > *, .framer-ctWAI .framer-zxgkr9 > *, .framer-ctWAI .framer-qnr3jw > *, .framer-ctWAI .framer-ny884o > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ctWAI .framer-1t4xy9q > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ctWAI .framer-qycapx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ctWAI .framer-5s9eiq > *, .framer-ctWAI .framer-10ruv8g > *, .framer-ctWAI .framer-461iat > *, .framer-ctWAI .framer-k6vqxu > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ctWAI .framer-1uj3bzp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ctWAI .framer-wgzt0o > * { margin: 0px; margin-bottom: calc(-48px / 2); margin-top: calc(-48px / 2); } .framer-ctWAI .framer-fbcsr3 > *, .framer-ctWAI .framer-v326mx > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ctWAI .framer-5lsrsc > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ctWAI .framer-1m9m59j > *, .framer-ctWAI .framer-1cxki6u > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-ctWAI .framer-jhhyye > * { margin: 0px; margin-bottom: calc(240px / 2); margin-top: calc(240px / 2); } }\",\"@media (min-width: 1440px) and (max-width: 1799px) { .framer-ctWAI .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1439px) { .framer-ctWAI .hidden-kg6tp3 { display: none !important; } .${metadata.bodyClassName}-framer-ctWAI { background: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30)) /* {\"name\":\"Black\"} */; } .framer-ctWAI.framer-72rtr7 { width: 810px; } .framer-ctWAI .framer-1bbzvq5 { order: 0; overflow: hidden; } .framer-ctWAI .framer-1jginu { width: min-content; } .framer-ctWAI .framer-1v787db { order: 2; } .framer-ctWAI .framer-1t4xy9q { padding: 0px 24px 0px 24px; width: 100%; } .framer-ctWAI .framer-qycapx { order: 3; width: 100%; } .framer-ctWAI .framer-yuepn, .framer-ctWAI .framer-1ocfroy, .framer-ctWAI .framer-iu31z4, .framer-ctWAI .framer-kukqcu { aspect-ratio: unset; height: 80px; } .framer-ctWAI .framer-81862p { height: 191px; } .framer-ctWAI .framer-5khyxi { height: 846px; width: 694px; } .framer-ctWAI .framer-zdp4w7, .framer-ctWAI .framer-arlbsj { padding: 32px 0px 32px 0px; } .framer-ctWAI .framer-1u8aytr { width: 960px; } .framer-ctWAI .framer-1uj3bzp { flex-direction: column; height: 803px; } .framer-ctWAI .framer-1dxu5sl { left: 51%; position: absolute; top: 0px; transform: translateX(-50%); width: 419px; z-index: 1; } .framer-ctWAI .framer-1vwqv6t { left: 264px; position: absolute; top: 50%; transform: translateY(-50%); width: 419px; z-index: 1; } .framer-ctWAI .framer-yvmiri { bottom: 11px; left: 45%; position: absolute; transform: translateX(-50%); width: 419px; z-index: 1; } .framer-ctWAI .framer-qknq1s { padding: 0px 32px 0px 32px; } .framer-ctWAI .framer-wgzt0o { height: min-content; } .framer-ctWAI .framer-qg1wsj { height: var(--framer-aspect-ratio-supported, 539px); } .framer-ctWAI .framer-pwj37m { height: var(--framer-aspect-ratio-supported, 701px); top: 120px; width: 130%; } .framer-ctWAI .framer-jhhyye { gap: 96px; padding: 328px 0px 0px 0px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ctWAI .framer-1uj3bzp, .framer-ctWAI .framer-jhhyye { gap: 0px; } .framer-ctWAI .framer-1uj3bzp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ctWAI .framer-1uj3bzp > :first-child, .framer-ctWAI .framer-jhhyye > :first-child { margin-top: 0px; } .framer-ctWAI .framer-1uj3bzp > :last-child, .framer-ctWAI .framer-jhhyye > :last-child { margin-bottom: 0px; } .framer-ctWAI .framer-jhhyye > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } }}`,`@media (min-width: 1800px) { .framer-ctWAI .hidden-13nvgd1 { display: none !important; } .${metadata.bodyClassName}-framer-ctWAI { background: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30)) /* {\"name\":\"Black\"} */; } .framer-ctWAI.framer-72rtr7 { width: 1800px; } .framer-ctWAI .framer-kp4bt9 { bottom: -267px; height: var(--framer-aspect-ratio-supported, 834px); left: -602px; right: -602px; top: unset; }}`,`@media (max-width: 809px) { .framer-ctWAI .hidden-q0rkux { display: none !important; } .${metadata.bodyClassName}-framer-ctWAI { background: var(--token-d8327348-f466-44a2-822d-e9c4d1ebd1ad, rgb(34, 31, 30)) /* {\"name\":\"Black\"} */; } .framer-ctWAI.framer-72rtr7 { gap: 0px; width: 390px; } .framer-ctWAI .framer-1xjz7ri-container { order: 1; } .framer-ctWAI .framer-1v787db { order: 2; padding: 0px 0px 32px 0px; } .framer-ctWAI .framer-1pruzse { height: 470px; padding: 0px; } .framer-ctWAI .framer-e9adeb { height: 422px; } .framer-ctWAI .framer-1py4k2m { bottom: unset; top: -281px; } .framer-ctWAI .framer-11kh6c4 { height: var(--framer-aspect-ratio-supported, 814px); width: 712px; } .framer-ctWAI .framer-zqt8nv { bottom: 80px; height: 116px; left: calc(50.00000000000002% - 262px / 2); width: 262px; } .framer-ctWAI .framer-kp4bt9 { height: var(--framer-aspect-ratio-supported, 161px); } .framer-ctWAI .framer-1t4xy9q { aspect-ratio: 0.423728813559322 / 1; gap: 16px; height: var(--framer-aspect-ratio-supported, 921px); padding: 0px 24px 0px 24px; width: 100%; } .framer-ctWAI .framer-1wh32ar, .framer-ctWAI .framer-hwdmtt, .framer-ctWAI .framer-1wkpmue, .framer-ctWAI .framer-4dutsh { --border-bottom-width: 4px; --border-left-width: 4px; --border-right-width: 4px; --border-top-width: 4px; flex: 1 0 0px; height: 1px; } .framer-ctWAI .framer-qycapx { gap: 32px; order: 3; width: 100%; } .framer-ctWAI .framer-yuepn, .framer-ctWAI .framer-1ocfroy, .framer-ctWAI .framer-iu31z4, .framer-ctWAI .framer-kukqcu { aspect-ratio: unset; height: 80px; } .framer-ctWAI .framer-1f5m8uw { scroll-margin-top: unset; } .framer-ctWAI .framer-81862p { height: 191px; } .framer-ctWAI .framer-5khyxi { height: 550px; width: 356px; } .framer-ctWAI .framer-1vs14g4 { flex-direction: column; height: 641px; } .framer-ctWAI .framer-os0oag, .framer-ctWAI .framer-1cll47l { flex: 1 0 0px; height: 1px; width: var(--framer-aspect-ratio-supported, 327px); } .framer-ctWAI .framer-1jvd6dn { width: var(--framer-aspect-ratio-supported, 327px); } .framer-ctWAI .framer-10ruv8g, .framer-ctWAI .framer-461iat, .framer-ctWAI .framer-k6vqxu { flex: none; height: min-content; padding: 16px; width: 100%; } .framer-ctWAI .framer-1kmojfz-container, .framer-ctWAI .framer-1hleg20-container, .framer-ctWAI .framer-15bgjf1-container { flex: none; height: 153px; } .framer-ctWAI .framer-8ytlio { flex-direction: column; height: 615px; } .framer-ctWAI .framer-urnftg { aspect-ratio: 1 / 1; flex: 1 0 0px; height: 1px; width: var(--framer-aspect-ratio-supported, 327px); } .framer-ctWAI .framer-zxgkr9 { flex-direction: column; height: 661px; } .framer-ctWAI .framer-j2gybs { flex: 1 0 0px; height: 1px; width: 100%; } .framer-ctWAI .framer-c3gfca { height: var(--framer-aspect-ratio-supported, 326px); width: 100%; } .framer-ctWAI .framer-arlbsj { gap: 48px; padding: 64px 0px 32px 0px; } .framer-ctWAI .framer-1uj3bzp { flex-direction: column; height: 737px; } .framer-ctWAI .framer-1dxu5sl { --border-bottom-width: 4px; --border-left-width: 4px; --border-right-width: 4px; --border-top-width: 4px; height: var(--framer-aspect-ratio-supported, 256px); left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 352px; z-index: 1; } .framer-ctWAI .framer-1vwqv6t { --border-bottom-width: 4px; --border-left-width: 4px; --border-right-width: 4px; --border-top-width: 4px; height: var(--framer-aspect-ratio-supported, 256px); left: 54%; position: absolute; top: 46%; transform: translate(-50%, -50%); width: 352px; z-index: 1; } .framer-ctWAI .framer-yvmiri { --border-bottom-width: 4px; --border-left-width: 4px; --border-right-width: 4px; --border-top-width: 4px; bottom: 22px; height: var(--framer-aspect-ratio-supported, 256px); left: 49%; position: absolute; transform: translateX(-50%); width: 352px; z-index: 1; } .framer-ctWAI .framer-qknq1s { grid-template-columns: repeat(1, minmax(200px, 1fr)); padding: 0px 24px 0px 24px; width: 100%; } .framer-ctWAI .framer-wgzt0o { height: min-content; padding: 64px 0px 0px 0px; } .framer-ctWAI .framer-qg1wsj { height: var(--framer-aspect-ratio-supported, 260px); } .framer-ctWAI .framer-pwj37m { height: var(--framer-aspect-ratio-supported, 376px); left: 46%; top: 13px; width: 145%; } .framer-ctWAI .framer-5lsrsc { gap: 24px; } .framer-ctWAI .framer-1m9m59j, .framer-ctWAI .framer-1cxki6u { align-content: center; align-items: center; flex-direction: column; gap: 24px; } .framer-ctWAI .framer-jhhyye { gap: 96px; padding: 284px 0px 0px 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-ctWAI.framer-72rtr7, .framer-ctWAI .framer-1t4xy9q, .framer-ctWAI .framer-qycapx, .framer-ctWAI .framer-1vs14g4, .framer-ctWAI .framer-8ytlio, .framer-ctWAI .framer-zxgkr9, .framer-ctWAI .framer-arlbsj, .framer-ctWAI .framer-1uj3bzp, .framer-ctWAI .framer-5lsrsc, .framer-ctWAI .framer-1m9m59j, .framer-ctWAI .framer-1cxki6u, .framer-ctWAI .framer-jhhyye { gap: 0px; } .framer-ctWAI.framer-72rtr7 > *, .framer-ctWAI .framer-1vs14g4 > *, .framer-ctWAI .framer-8ytlio > *, .framer-ctWAI .framer-zxgkr9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-ctWAI.framer-72rtr7 > :first-child, .framer-ctWAI .framer-1t4xy9q > :first-child, .framer-ctWAI .framer-qycapx > :first-child, .framer-ctWAI .framer-1vs14g4 > :first-child, .framer-ctWAI .framer-8ytlio > :first-child, .framer-ctWAI .framer-zxgkr9 > :first-child, .framer-ctWAI .framer-arlbsj > :first-child, .framer-ctWAI .framer-1uj3bzp > :first-child, .framer-ctWAI .framer-5lsrsc > :first-child, .framer-ctWAI .framer-1m9m59j > :first-child, .framer-ctWAI .framer-1cxki6u > :first-child, .framer-ctWAI .framer-jhhyye > :first-child { margin-top: 0px; } .framer-ctWAI.framer-72rtr7 > :last-child, .framer-ctWAI .framer-1t4xy9q > :last-child, .framer-ctWAI .framer-qycapx > :last-child, .framer-ctWAI .framer-1vs14g4 > :last-child, .framer-ctWAI .framer-8ytlio > :last-child, .framer-ctWAI .framer-zxgkr9 > :last-child, .framer-ctWAI .framer-arlbsj > :last-child, .framer-ctWAI .framer-1uj3bzp > :last-child, .framer-ctWAI .framer-5lsrsc > :last-child, .framer-ctWAI .framer-1m9m59j > :last-child, .framer-ctWAI .framer-1cxki6u > :last-child, .framer-ctWAI .framer-jhhyye > :last-child { margin-bottom: 0px; } .framer-ctWAI .framer-1t4xy9q > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-ctWAI .framer-qycapx > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ctWAI .framer-arlbsj > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-ctWAI .framer-1uj3bzp > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ctWAI .framer-5lsrsc > *, .framer-ctWAI .framer-1m9m59j > *, .framer-ctWAI .framer-1cxki6u > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ctWAI .framer-jhhyye > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,'.framer-ctWAI[data-border=\"true\"]::after, .framer-ctWAI [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9498.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sIZskqzl6\":{\"layout\":[\"fixed\",\"auto\"]},\"hpdOtGCBe\":{\"layout\":[\"fixed\",\"auto\"]},\"ENrLivgyu\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-ctWAI\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9498.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Oswald\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgURoZAaRliE.woff2\",weight:\"400\"},{family:\"Allerta Stencil\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/allertastencil/v22/HTx0L209KT-LmIE9N7OR6eiycOeF_jz313DuvQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Oswald\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgURoZAaRliE.woff2\",weight:\"300\"}]},...MobileMenuFonts,...YouTubeFonts,...TourTableFonts,...SpotifyFonts,...Contact_btnFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sIZskqzl6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hpdOtGCBe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ENrLivgyu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"9498.5\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "u", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "embedURL1", "videoId2", "embedURL2", "res", "format", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "urlRegex", "Spotify", "props", "theme", "sourceUrl", "identifier", "te", "strippedUrl", "url", "p", "addPropertyControls", "ControlType", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "t", "transformTemplate1", "Component", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "EDzgHQKYs", "VOc7ekx9u", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1fy95id", "args", "onTapyerqw9", "onClickyerqw9", "onTap1lqhfyb", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "u", "Link", "SVG", "RichText", "x", "css", "FramerjxJlG7CZP", "withCSS", "jxJlG7CZP_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText", "css", "FramernEn0wxL86", "withCSS", "nEn0wxL86_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "WHYW_VGGd", "BLGUiM8de", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "transition", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "p", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "css", "FramerSX49Hl3O3", "withCSS", "SX49Hl3O3_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "MobileMenuFonts", "getFonts", "jxJlG7CZP_default", "YouTubeFonts", "Youtube", "MotionDivWithFX", "withFX", "motion", "TourTableFonts", "nEn0wxL86_default", "SpotifyFonts", "Spotify", "ImageWithFX", "Image2", "Contact_btnFonts", "SX49Hl3O3_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "animation7", "animation8", "transition4", "animation9", "animation10", "animation11", "animation12", "animation13", "transformTemplate1", "_", "t", "transformTemplate2", "transformTemplate3", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "useRouteElementId", "ref2", "isDisplayed1", "router", "useRouter", "id1", "ref3", "id2", "ref4", "id3", "ref5", "id4", "ref6", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides", "optimizeAppear", "Link", "SVG", "RichText", "x", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "jxJlG7CZP_default", "Image2", "MotionDivWithFX", "Youtube", "nEn0wxL86_default", "Spotify", "ImageWithFX", "SX49Hl3O3_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "MobileMenuFonts", "YouTubeFonts", "TourTableFonts", "SpotifyFonts", "Contact_btnFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
