{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "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/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/dc0dDouq42t7FCiUBhU3/kCxvUgtIgpMe5uY55ss6/FULLSCREEN.js", "ssg:https://framerusercontent.com/modules/sYyzMf0TCq9vOTnBE666/mUTwcXpnprFB7MstC3IT/componentPresets.js", "ssg:https://framerusercontent.com/modules/1RsbTigqKuADmXPDrvPs/6oLIDhsy7StdeucJjKdA/iN7ZpmGG2.js", "ssg:https://framerusercontent.com/modules/6YSJxRLoXbK0iHXSfJid/5osDAdLeOWPiWnvBekd9/mA9h29aqs.js", "ssg:https://framerusercontent.com/modules/agXM8ezhH61K0BKIMNdb/IdecqPCR6JWm3XLza9mB/qBMj8ADOb.js", "ssg:https://framerusercontent.com/modules/qIHXgFKv7jZi94LKfI8U/hY1JTWeXz0nPfCGjKXu4/WsR5dgP3Y.js", "ssg:https://framerusercontent.com/modules/ioqpEjpPGY5zPabZ2za7/e59o9BWysk40gmIDpCpD/yZy68UBd4.js", "ssg:https://framerusercontent.com/modules/3gPeNZRHWdOQ6D9zdo0l/sQfY3hrbKSFpw8y568Jw/a9F0ET9SQ.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "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}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.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,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"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://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(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",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(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__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===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",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 embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":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 _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=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\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";export function VimeoFullScreen(){useEffect(()=>{// Function to handle Vimeo clicks\nconst handleVimeoClick=event=>{let target=event.target;// Traverse up the DOM to find the closest element with a Vimeo link\nwhile(target&&!target.dataset.vimeoLink){target=target.parentElement;}// If a Vimeo link is found, prevent default and open in fullscreen\nif(target&&target.dataset.vimeoLink){event.preventDefault();const vimeoId=target.dataset.vimeoLink.split(\"/\").pop()// Extract Vimeo ID\n;openVimeoFullscreen(vimeoId);}};// Add event listener to the document\ndocument.addEventListener(\"click\",handleVimeoClick);// Cleanup event listener\nreturn()=>{document.removeEventListener(\"click\",handleVimeoClick);};},[]);// Function to open Vimeo video in fullscreen\nconst openVimeoFullscreen=vimeoId=>{const iframe=document.createElement(\"iframe\");iframe.src=`https://player.vimeo.com/video/${vimeoId}?autoplay=1&fullscreen=1`;iframe.style.position=\"fixed\";iframe.style.top=0;iframe.style.left=0;iframe.style.width=\"100vw\";iframe.style.height=\"100vh\";iframe.style.border=\"none\";iframe.allow=\"autoplay; fullscreen\";document.body.appendChild(iframe);// Close fullscreen video on click or escape key\nconst closeFullscreen=()=>{iframe.remove();document.removeEventListener(\"click\",closeFullscreen);document.removeEventListener(\"keydown\",handleKeyPress);};const handleKeyPress=event=>{if(event.key===\"Escape\"){closeFullscreen();}};document.addEventListener(\"click\",closeFullscreen);document.addEventListener(\"keydown\",handleKeyPress);};// Return an empty object because this is a global effect\nreturn{};}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withVimeoFullScreen(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...VimeoFullScreen(props)});};}withVimeoFullScreen.displayName=\"VimeoFullScreen\";\nexport const __FramerMetadata__ = {\"exports\":{\"VimeoFullScreen\":{\"type\":\"override\",\"name\":\"VimeoFullScreen\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withVimeoFullScreen\":{\"type\":\"reactHoc\",\"name\":\"withVimeoFullScreen\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FULLSCREEN.map", "// Generated by Framer (dbba614)\nexport const props={HewTO3eqj:{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"framerDark\",themeMode:\"Static\",topLeftRadius:15,topRightRadius:15},MxTeAjDH3:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:true,topLeftRadius:0,topRightRadius:0}};export const fonts={HewTO3eqj:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (0847096)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Laca Text Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Laca Text Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/4rTtWgkMOon2lqPXO08kmNXUXR4.woff2\"}]}];export const css=['.framer-thljq .framer-styles-preset-1u7dtju:not(.rich-text-wrapper), .framer-thljq .framer-styles-preset-1u7dtju.rich-text-wrapper h5 { --framer-font-family: \"Laca Text Bold\", \"Laca Text Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1339px) and (min-width: 1200px) { .framer-thljq .framer-styles-preset-1u7dtju:not(.rich-text-wrapper), .framer-thljq .framer-styles-preset-1u7dtju.rich-text-wrapper h5 { --framer-font-family: \"Laca Text Bold\", \"Laca Text Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-thljq .framer-styles-preset-1u7dtju:not(.rich-text-wrapper), .framer-thljq .framer-styles-preset-1u7dtju.rich-text-wrapper h5 { --framer-font-family: \"Laca Text Bold\", \"Laca Text Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-thljq .framer-styles-preset-1u7dtju:not(.rich-text-wrapper), .framer-thljq .framer-styles-preset-1u7dtju.rich-text-wrapper h5 { --framer-font-family: \"Laca Text Bold\", \"Laca Text Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 31px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-thljq\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (13d9867)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Manrope-regular\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-SemiBoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_A87jxeN7B.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://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/vxBnBhH8768IFAXAb4Qf6wQHKs.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/zSsEuoJdh8mcFVk976C05ZfQr8.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/b8ezwLrN7h2AUoPEENcsTMVJ0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/mvNEIBLyHbscgHtwfsByjXUz3XY.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/6FI2EneKzM3qBy5foOZXey7coCA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/qrVgiXNd6RuQjETYQiVQ9nqCk.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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://framerusercontent.com/assets/NHHeAKJVP0ZWHk5YZnQQChIsBM.woff2\",weight:\"600\"}]}];export const css=['.framer-jodx5 .framer-styles-preset-3asglh:not(.rich-text-wrapper), .framer-jodx5 .framer-styles-preset-3asglh.rich-text-wrapper h6 { --framer-font-family: \"Manrope\", \"Manrope Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: 0.04em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-jodx5\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Degular Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Degular Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ByFfsq1Ov021op45k3CyEAGgu0.woff2\"}]}];export const css=['.framer-u6vvL .framer-styles-preset-aug67f:not(.rich-text-wrapper), .framer-u6vvL .framer-styles-preset-aug67f.rich-text-wrapper p { --framer-font-family: \"Degular Regular\", \"Degular Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 46px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-u6vvL\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Degular Regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Degular Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ByFfsq1Ov021op45k3CyEAGgu0.woff2\"}]}];export const css=['.framer-ySDNb .framer-styles-preset-51kr9x:not(.rich-text-wrapper), .framer-ySDNb .framer-styles-preset-51kr9x.rich-text-wrapper p { --framer-font-family: \"Degular Regular\", \"Degular Regular Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, #080603); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-ySDNb\";\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 (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-s0FkK .framer-styles-preset-917lr9 {  }\"];export const className=\"framer-s0FkK\";\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 (c76752e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import Slideshow1 from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/gveXKR6bwXNSCLv12kr3/SlideShow.js\";import Footer from\"#framer/local/canvasComponent/Gs7WvK10R/Gs7WvK10R.js\";import Footer2 from\"#framer/local/canvasComponent/lrvrUymMm/lrvrUymMm.js\";import Link1 from\"#framer/local/canvasComponent/XSf3kL184/XSf3kL184.js\";import Topbar from\"#framer/local/canvasComponent/YlDeYRSgM/YlDeYRSgM.js\";import{withVimeoFullScreen}from\"#framer/local/codeFile/CnDwWGu/FULLSCREEN.js\";import WORK from\"#framer/local/collection/bB60QqZEW/bB60QqZEW.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/bBkObHtVF/bBkObHtVF.js\";import*as sharedStyle from\"#framer/local/css/FB9WLZKPP/FB9WLZKPP.js\";import*as sharedStyle4 from\"#framer/local/css/iN7ZpmGG2/iN7ZpmGG2.js\";import*as sharedStyle1 from\"#framer/local/css/IqJUZjKVA/IqJUZjKVA.js\";import*as sharedStyle5 from\"#framer/local/css/mA9h29aqs/mA9h29aqs.js\";import*as sharedStyle3 from\"#framer/local/css/oiY5_XjL0/oiY5_XjL0.js\";import*as sharedStyle10 from\"#framer/local/css/qBMj8ADOb/qBMj8ADOb.js\";import*as sharedStyle2 from\"#framer/local/css/UbSm9xMZO/UbSm9xMZO.js\";import*as sharedStyle9 from\"#framer/local/css/WsR5dgP3Y/WsR5dgP3Y.js\";import*as sharedStyle6 from\"#framer/local/css/ylW6o2AYa/ylW6o2AYa.js\";import*as sharedStyle8 from\"#framer/local/css/yZy68UBd4/yZy68UBd4.js\";import metadataProvider from\"#framer/local/webPageMetadata/a9F0ET9SQ/a9F0ET9SQ.js\";const TopbarFonts=getFonts(Topbar);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const YouTubeFonts=getFonts(YouTube);const VimeoFonts=getFonts(Vimeo);const Footer2Fonts=getFonts(Footer2);const SlideshowFonts=getFonts(Slideshow);const Slideshow1Fonts=getFonts(Slideshow1);const ContainerWithFX=withFX(Container);const VimeoWithVimeoFullScreen=withVimeoFullScreen(Vimeo);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Link1Fonts=getFonts(Link1);const FooterFonts=getFonts(Footer);const breakpoints={lIp6FS4sh:\"(min-width: 1279px) and (max-width: 1439px)\",UzK_DDEkj:\"(min-width: 1440px)\",w4sACTgyB:\"(min-width: 810px) and (max-width: 1278px)\",YzJ9eycVe:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-kY7pV\";const variantClassNames={lIp6FS4sh:\"framer-v-yn8skk\",UzK_DDEkj:\"framer-v-zf1a8c\",w4sACTgyB:\"framer-v-1g27cwm\",YzJ9eycVe:\"framer-v-n9fvl5\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition1={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const contains=(a,b)=>{if(typeof a===\"string\"&&typeof b===\"string\"){return a.toLowerCase().includes(b.toLowerCase());}if(Array.isArray(a)&&typeof b===\"string\"){return a.includes(b);}return false;};const transition2={delay:0,duration:1.2,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:150};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:80};const transition3={delay:0,duration:1.8,ease:[.72,.01,0,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:80};const transition4={delay:.2,duration:.7,ease:[.72,.01,.32,.98],type:\"tween\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:80};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition5={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.25,skewX:0,skewY:0,transition:transition5};const transition6={delay:0,duration:.45,ease:[.44,0,.56,1],type:\"tween\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.25,skewX:0,skewY:0,transition:transition6};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.15,skewX:0,skewY:0,transition:transition6};const transition7={delay:1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:0,duration:.7,ease:[.44,0,.56,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:150};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition9={delay:.3,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9,x:0,y:0};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition1};const animation16={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition10={delay:.05,duration:1.2,ease:[.44,0,.56,1],type:\"tween\"};const textEffect={effect:animation16,threshold:.5,tokenization:\"character\",transition:transition10,trigger:\"onInView\",type:\"appear\"};const transition11={delay:.4,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation17={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const animation18={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition12={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const animation19={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition12,x:0,y:0};const transition13={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation20={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition13};const animation21={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2571,transition:transition12,x:0,y:0};const animation22={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2571,x:0,y:150};const transition14={delay:0,duration:.9,ease:[.44,0,.56,1],type:\"tween\"};const animation23={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition14,x:0,y:0};const animation24={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Mini Desk\":\"lIp6FS4sh\",Desktop:\"UzK_DDEkj\",Phone:\"YzJ9eycVe\",Tablet:\"w4sACTgyB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UzK_DDEkj\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"a9F0ET9SQ\",data:WORK,type:\"Collection\"},select:[{collection:\"a9F0ET9SQ\",name:\"duA8WLF_b\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"YFy5jljIL\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"ww3UfrJ9s\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"KjJJLEc3B\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"RG8wVA8GC\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"DudYPv6Sg\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"Y0TJdul69\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"pXWdkrQgt\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"ErUSruVGs\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"duqDv7cOu\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"akSvygZJ0\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"sx0Y1kBEt\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"FngKViWlS\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"f2PODoyrX\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"bFGeh58tV\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"RmWmwcEO8\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"EDpZnQSi5\",type:\"Identifier\"},{collection:\"a9F0ET9SQ\",name:\"ydnu8z9Qi\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"a9F0ET9SQ\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,sx0Y1kBEt=getFromCurrentRouteData(\"sx0Y1kBEt\"),akSvygZJ0=getFromCurrentRouteData(\"akSvygZJ0\"),ydnu8z9Qi=getFromCurrentRouteData(\"ydnu8z9Qi\")??\"\",f2PODoyrX=getFromCurrentRouteData(\"f2PODoyrX\"),FngKViWlS=getFromCurrentRouteData(\"FngKViWlS\")??\"\",YFy5jljIL=getFromCurrentRouteData(\"YFy5jljIL\")??\"\",RG8wVA8GC=getFromCurrentRouteData(\"RG8wVA8GC\")??\"\",DudYPv6Sg=getFromCurrentRouteData(\"DudYPv6Sg\")??\"\",ErUSruVGs=getFromCurrentRouteData(\"ErUSruVGs\")??\"\",Y0TJdul69=getFromCurrentRouteData(\"Y0TJdul69\")??\"\",KjJJLEc3B=getFromCurrentRouteData(\"KjJJLEc3B\")??\"\",ww3UfrJ9s=getFromCurrentRouteData(\"ww3UfrJ9s\")??\"\",pXWdkrQgt=getFromCurrentRouteData(\"pXWdkrQgt\")??\"\",duqDv7cOu=getFromCurrentRouteData(\"duqDv7cOu\")??\"\",duA8WLF_b=getFromCurrentRouteData(\"duA8WLF_b\")??\"\",RmWmwcEO8=getFromCurrentRouteData(\"RmWmwcEO8\"),EDpZnQSi5=getFromCurrentRouteData(\"EDpZnQSi5\"),bFGeh58tV=getFromCurrentRouteData(\"bFGeh58tV\"),...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=equals(sx0Y1kBEt,\"OmEPHh7C_\");const isDisplayed=value=>{if(!isBrowser())return true;if([\"w4sACTgyB\",\"YzJ9eycVe\"].includes(baseVariant))return value;return false;};const visible1=isSet(akSvygZJ0);const visible2=contains(ydnu8z9Qi,\"TheMothers\");const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"w4sACTgyB\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"YzJ9eycVe\")return true;return false;};const visible3=isSet(YFy5jljIL);const visible4=isSet(RG8wVA8GC);const visible5=isSet(DudYPv6Sg);const visible6=isSet(ErUSruVGs);const visible7=isSet(Y0TJdul69);const isDisplayed3=value=>{if(!isBrowser())return true;if(baseVariant===\"YzJ9eycVe\")return false;return value;};const visible8=isSet(KjJJLEc3B);const visible9=isSet(ww3UfrJ9s);const visible10=isSet(pXWdkrQgt);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"w4sACTgyB\")return true;return false;};const visible11=equals(ydnu8z9Qi,\"scape\");const isDisplayed5=value=>{if(!isBrowser())return true;if(baseVariant===\"w4sACTgyB\")return false;return value;};const visible12=equals(sx0Y1kBEt,\"m0iFOF6hu\");const isDisplayed6=()=>{if(!isBrowser())return true;if([\"w4sACTgyB\",\"YzJ9eycVe\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if(!isBrowser())return true;if([\"w4sACTgyB\",\"YzJ9eycVe\"].includes(baseVariant))return false;return true;};const isDisplayed8=value=>{if(!isBrowser())return true;if(baseVariant===\"w4sACTgyB\")return false;if(baseVariant===\"YzJ9eycVe\")return value;return true;};const isDisplayed9=value=>{if(!isBrowser())return true;if(baseVariant===\"YzJ9eycVe\")return value;return true;};const isDisplayed10=value=>{if(!isBrowser())return true;if(baseVariant===\"w4sACTgyB\")return value;return false;};const isDisplayed11=value=>{if(!isBrowser())return true;if([\"w4sACTgyB\",\"YzJ9eycVe\"].includes(baseVariant))return false;return value;};const isDisplayed12=value=>{if(!isBrowser())return true;if(baseVariant===\"YzJ9eycVe\")return value;return false;};const visible13=equals(sx0Y1kBEt,\"A3Jmvwr5H\");const visible14=contains(ydnu8z9Qi,\"recovery\");const visible15=isSet(RmWmwcEO8);const visible16=isSet(EDpZnQSi5);const visible17=isSet(bFGeh58tV);const isDisplayed13=value=>{if(!isBrowser())return true;if(baseVariant===\"lIp6FS4sh\")return value;return false;};const isDisplayed14=()=>{if(!isBrowser())return true;if(baseVariant===\"lIp6FS4sh\")return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UzK_DDEkj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-zf1a8c\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{y:(componentViewport?.y||0)+0+-1511.5},w4sACTgyB:{y:(componentViewport?.y||0)+0+-1828},YzJ9eycVe:{y:(componentViewport?.y||0)+0+-1060.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:888,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+-1526.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ond2pi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{variant:\"xuWMaqLu9\"}},children:/*#__PURE__*/_jsx(Topbar,{height:\"100%\",id:\"VuRh0eAdd\",layoutId:\"VuRh0eAdd\",style:{width:\"100%\"},variant:\"zj6d12Dvp\",width:\"100%\"})})})})}),isDisplayed(visible)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-1gh9jmw\",\"hidden-zf1a8c\",\"hidden-yn8skk\",!visible&&\"hidden-1g27cwm\",!visible&&\"hidden-n9fvl5\"),\"data-framer-name\":\"Music Items\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y57qqn\",children:visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-940+50+-208+9.5),sizes:\"605px\",...toResponsiveImage(akSvygZJ0)}},YzJ9eycVe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-147.5+0+-230+0),sizes:\"Infinitypx\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:\"577px\",...toResponsiveImage(akSvygZJ0)},className:\"framer-1ka1oe2\"})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-940+50+450),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}},YzJ9eycVe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-147.5+0+159),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-lxqfh3\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1immn8c hidden-1g27cwm\",\"data-framer-name\":\"description\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-mh4ek9\",\"data-framer-name\":\"CREDITS\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-16rwck\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-u78p3e hidden-zf1a8c hidden-1g27cwm\",\"data-framer-appear-id\":\"u78p3e\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18lbgxv\",children:[visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eg36hl\",whileHover:animation8,children:visible3&&/*#__PURE__*/_jsx(Link,{href:YFy5jljIL,motionChild:true,nodeId:\"liGvi1Xqq\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-783zh5 framer-5b6ael\",\"data-framer-name\":\"Apple\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"/></svg>',withExternalLayout:true})})})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yxa1zi\",whileHover:animation8,children:visible4&&/*#__PURE__*/_jsx(Link,{href:RG8wVA8GC,motionChild:true,nodeId:\"hDFcetwk0\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-pqrkx1 framer-5b6ael\",\"data-framer-name\":\"Spotify\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>',withExternalLayout:true})})})}),visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1kje1\",whileHover:animation9,children:visible5&&/*#__PURE__*/_jsx(Link,{href:DudYPv6Sg,motionChild:true,nodeId:\"uMmThhkRm\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-en0kx7 framer-5b6ael\",\"data-framer-name\":\"Youtube\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"/></svg>',withExternalLayout:true})})})}),visible6&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9a0u49\",whileHover:animation9,children:visible6&&/*#__PURE__*/_jsx(Link,{href:ErUSruVGs,motionChild:true,nodeId:\"xcMzHHZCf\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-22i1yw framer-5b6ael\",\"data-framer-name\":\"Soundcloud\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.747.747 0 0 1 .452-.724s.75-.513 2.333-.513a5.364 5.364 0 0 1 2.763.755 5.433 5.433 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373ZM10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0ZM9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0Zm-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0Zm-1.647.77a26.108 26.108 0 0 1-.008 7.147.272.272 0 0 1-.542 0 27.955 27.955 0 0 1 0-7.147.275.275 0 0 1 .55 0Zm-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0Zm-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0Z\"/></svg>',withExternalLayout:true})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8yabw4\",children:[isDisplayed3(visible7)&&/*#__PURE__*/_jsx(motion.div,{className:cx(\"framer-1oqhne9\",\"hidden-n9fvl5\",!visible7&&\"hidden-zf1a8c\"),whileHover:animation10,children:visible7&&/*#__PURE__*/_jsx(Link,{href:Y0TJdul69,motionChild:true,nodeId:\"KSyq4F9dE\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-17a17f3 framer-5b6ael\",\"data-framer-name\":\"Pandora\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.882 0v24H8.32a1.085 1.085 0 0 0 1.085-1.085v-4.61h1.612c7.88 0 11.103-4.442 11.103-9.636C22.119 2.257 17.247 0 12.662 0H1.882Z\"/></svg>',withExternalLayout:true})})}),visible8&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13qeul5\",whileHover:animation9,children:visible8&&/*#__PURE__*/_jsx(Link,{href:KjJJLEc3B,motionChild:true,nodeId:\"WCEyxVbbR\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-qcpdit framer-5b6ael\",\"data-framer-name\":\"Amazon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045a6.062 6.062 0 0 1-.526-.496l-.31-.347a9.391 9.391 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>',withExternalLayout:true})})})}),visible9&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eiyqxu\",whileHover:animation9,children:visible9&&/*#__PURE__*/_jsx(Link,{href:ww3UfrJ9s,motionChild:true,nodeId:\"iBPkFQPuq\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-13qsn4b framer-5b6ael\",\"data-framer-name\":\"Tidal\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>',withExternalLayout:true})})})}),visible10&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{whileHover:undefined}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1muoq8p\",whileHover:animation9,children:visible10&&/*#__PURE__*/_jsx(Link,{href:pXWdkrQgt,motionChild:true,nodeId:\"QhkTkgdbU\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10t3lut framer-5b6ael\",\"data-framer-name\":\"Iheartradio\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,style:{rotate:1},svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.228.228 0 0 1-.228.227.227.227 0 0 1-.221-.227v-3.55m6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.31.31 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227v-3.522m4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.228.228 0 0 1-.227.227.227.227 0 0 1-.222-.227v-3.579m5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631zm-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057 1.21 0 2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.096 2.096 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.785 2.785 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764zm-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997zm-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.785 2.785 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.096 2.096 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47zM7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487zM16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.982 4.982 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.982 4.982 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582v-4.307m6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168v-3.329m2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642zm1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032V17.4M3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61\"/></svg>',withExternalLayout:true})})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92rryj hidden-zf1a8c hidden-n9fvl5\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17o0wmi\",\"data-framer-name\":\"description\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-v5juxu\",\"data-framer-name\":\"CREDITS\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-16rwck\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed5(visible11)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-19uawu0\",\"hidden-1g27cwm\",!visible11&&\"hidden-zf1a8c\"),\"data-framer-name\":\"Scape Vids\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gsx7v5-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"Vqf2ErL2G\",isMixedBorderRadius:false,isRed:false,layoutId:\"Vqf2ErL2G\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=hEe2ZYKDX8A\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation11,className:\"framer-1ao9djb\",\"data-framer-appear-id\":\"1ao9djb\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xcf9ue\",children:[visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-lst3dm\",whileHover:animation8,children:visible3&&/*#__PURE__*/_jsx(Link,{href:YFy5jljIL,motionChild:true,nodeId:\"vMOBqnvv9\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-qxq1zu framer-5b6ael\",\"data-framer-name\":\"Apple\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"/></svg>',withExternalLayout:true})})}),visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-j1j0lj\",whileHover:animation8,children:visible4&&/*#__PURE__*/_jsx(Link,{href:RG8wVA8GC,motionChild:true,nodeId:\"w0e2YbvxS\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-10jeaum framer-5b6ael\",\"data-framer-name\":\"Spotify\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>',withExternalLayout:true})})}),visible5&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-on79fz\",whileHover:animation9,children:visible5&&/*#__PURE__*/_jsx(Link,{href:DudYPv6Sg,motionChild:true,nodeId:\"otP_g31Ii\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-g5652b framer-5b6ael\",\"data-framer-name\":\"Youtube\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"/></svg>',withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-7gijeo\",whileHover:animation9,children:visible6&&/*#__PURE__*/_jsx(Link,{href:ErUSruVGs,motionChild:true,nodeId:\"hEu7NTa9Z\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-139w2xc framer-5b6ael\",\"data-framer-name\":\"Soundcloud\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.747.747 0 0 1 .452-.724s.75-.513 2.333-.513a5.364 5.364 0 0 1 2.763.755 5.433 5.433 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373ZM10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0ZM9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0Zm-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0Zm-1.647.77a26.108 26.108 0 0 1-.008 7.147.272.272 0 0 1-.542 0 27.955 27.955 0 0 1 0-7.147.275.275 0 0 1 .55 0Zm-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0Zm-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0Z\"/></svg>',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-107e5to\",children:[visible8&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aqxumw\",whileHover:animation9,children:visible8&&/*#__PURE__*/_jsx(Link,{href:KjJJLEc3B,motionChild:true,nodeId:\"ByAT5yC4A\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-uf194y framer-5b6ael\",\"data-framer-name\":\"Amazon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045a6.062 6.062 0 0 1-.526-.496l-.31-.347a9.391 9.391 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>',withExternalLayout:true})})}),isDisplayed5(visible7)&&/*#__PURE__*/_jsx(motion.div,{className:cx(\"framer-5dt8c8\",\"hidden-1g27cwm\",!visible7&&\"hidden-zf1a8c\"),whileHover:animation10,children:visible7&&/*#__PURE__*/_jsx(Link,{href:Y0TJdul69,motionChild:true,nodeId:\"Qg9aWfXlG\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-tbfwax framer-5b6ael\",\"data-framer-name\":\"Pandora\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.882 0v24H8.32a1.085 1.085 0 0 0 1.085-1.085v-4.61h1.612c7.88 0 11.103-4.442 11.103-9.636C22.119 2.257 17.247 0 12.662 0H1.882Z\"/></svg>',withExternalLayout:true})})}),visible9&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1phzpam\",whileHover:animation9,children:visible9&&/*#__PURE__*/_jsx(Link,{href:ww3UfrJ9s,motionChild:true,nodeId:\"yVgOblqob\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-so33vi framer-5b6ael\",\"data-framer-name\":\"Tidal\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>',withExternalLayout:true})})}),visible10&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-cydcv4\",whileHover:animation9,children:visible10&&/*#__PURE__*/_jsx(Link,{href:pXWdkrQgt,motionChild:true,nodeId:\"OTlu0J7ZO\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1i91nsk framer-5b6ael\",\"data-framer-name\":\"Iheartradio\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,style:{rotate:1},svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.228.228 0 0 1-.228.227.227.227 0 0 1-.221-.227v-3.55m6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.31.31 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227v-3.522m4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.228.228 0 0 1-.227.227.227.227 0 0 1-.222-.227v-3.579m5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631zm-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057 1.21 0 2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.096 2.096 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.785 2.785 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764zm-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997zm-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.785 2.785 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.096 2.096 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47zM7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487zM16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.982 4.982 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.982 4.982 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582v-4.307m6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168v-3.329m2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642zm1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032V17.4M3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61\"/></svg>',withExternalLayout:true})})})]})]})]})]}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3e8hjb\",\"data-framer-name\":\"Film Items\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n95afw\",\"data-framer-name\":\"IMAGERY\",children:[visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-603.5+0+0),sizes:\"545.1151px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"top\"}}},w4sACTgyB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+189+0+-466.5+15),sizes:\"418px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"left\",positionY:\"center\"}}},YzJ9eycVe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+466.5+0+-360+0+121),sizes:`calc(${componentViewport?.width||\"100vw\"} - 24px)`,...toResponsiveImage(akSvygZJ0),...{positionX:\"left\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-618.5+0+0),sizes:\"545.1151px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-1xpavbf\"})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-4mebo0 hidden-zf1a8c hidden-yn8skk\",\"data-framer-name\":\"Credits\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-51kr9x\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible12&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-zuzb2u\",\"data-framer-name\":\"DESCRIPTION\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19lgm82\",\"data-framer-name\":\"LINKS\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o8x557\",\"data-framer-name\":\"LINKS STACK\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vnutbq\",\"data-framer-name\":\"YOUTUBE\",children:[isDisplayed7()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-1m60qr9 hidden-1g27cwm hidden-n9fvl5\",\"data-framer-name\":\"Credits\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-51kr9x\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fmvf2t-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"bOgdT4ArP\",isMixedBorderRadius:false,layoutId:\"bOgdT4ArP\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:duqDv7cOu,width:\"100%\"})})})]}),isDisplayed8(visible4)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-dq4ifl\",\"hidden-1g27cwm\",!visible4&&\"hidden-n9fvl5\"),children:[isDisplayed9(visible12)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-u6chyl\",!visible12&&\"hidden-n9fvl5\"),children:[visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1khom4t\",\"data-framer-name\":\"spotify\",whileHover:animation8,children:visible4&&/*#__PURE__*/_jsx(Link,{href:RG8wVA8GC,motionChild:true,nodeId:\"mLUX0zWGA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-svwgwn framer-5b6ael\",\"data-framer-name\":\"Spotify\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>',withExternalLayout:true})})}),visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aqdxpl\",\"data-framer-name\":\"apple\",whileHover:animation8,children:visible3&&/*#__PURE__*/_jsx(Link,{href:YFy5jljIL,motionChild:true,nodeId:\"NXAS1ScVe\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1wfeupv framer-5b6ael\",\"data-framer-name\":\"Apple\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"/></svg>',withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s4w3yu\",\"data-framer-name\":\"soundcloud\",whileHover:animation9,children:visible6&&/*#__PURE__*/_jsx(Link,{href:ErUSruVGs,motionChild:true,nodeId:\"QGu6nVbVT\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-19f15n0 framer-5b6ael\",\"data-framer-name\":\"Soundcloud\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.747.747 0 0 1 .452-.724s.75-.513 2.333-.513a5.364 5.364 0 0 1 2.763.755 5.433 5.433 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373ZM10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0ZM9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0Zm-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0Zm-1.647.77a26.108 26.108 0 0 1-.008 7.147.272.272 0 0 1-.542 0 27.955 27.955 0 0 1 0-7.147.275.275 0 0 1 .55 0Zm-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0Zm-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0Z\"/></svg>',withExternalLayout:true})})}),visible5&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-d0cd94\",\"data-framer-name\":\"YOUTUBE MUSIC LINK\",whileHover:animation9,children:/*#__PURE__*/_jsx(Link,{href:DudYPv6Sg,motionChild:true,nodeId:\"FN11pG0GD\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-c1neo3 framer-5b6ael\",\"data-framer-name\":\"Youtube\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"/></svg>',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-prj0j2\",children:[visible10&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p2mh1j\",\"data-framer-name\":\"iheart\",whileHover:animation9,children:visible10&&/*#__PURE__*/_jsx(Link,{href:pXWdkrQgt,motionChild:true,nodeId:\"SReeUxRti\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-xjs295 framer-5b6ael\",\"data-framer-name\":\"Iheartradio\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.228.228 0 0 1-.228.227.227.227 0 0 1-.221-.227v-3.55m6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.31.31 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227v-3.522m4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.228.228 0 0 1-.227.227.227.227 0 0 1-.222-.227v-3.579m5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631zm-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057 1.21 0 2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.096 2.096 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.785 2.785 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764zm-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997zm-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.785 2.785 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.096 2.096 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47zM7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487zM16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.982 4.982 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.982 4.982 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582v-4.307m6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168v-3.329m2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642zm1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032V17.4M3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61\"/></svg>',withExternalLayout:true})})}),visible8&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tea9o0\",\"data-framer-name\":\"amazon\",whileHover:animation9,children:visible8&&/*#__PURE__*/_jsx(Link,{href:KjJJLEc3B,motionChild:true,nodeId:\"pZVUce_Mo\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ti1b6w framer-5b6ael\",\"data-framer-name\":\"Amazon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045a6.062 6.062 0 0 1-.526-.496l-.31-.347a9.391 9.391 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>',withExternalLayout:true})})}),visible9&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t46uw\",\"data-framer-name\":\"tidal\",whileHover:animation9,children:visible9&&/*#__PURE__*/_jsx(Link,{href:ww3UfrJ9s,motionChild:true,nodeId:\"uobfcpebi\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-144e9qp framer-5b6ael\",\"data-framer-name\":\"Tidal\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>',withExternalLayout:true})})})]})]})]})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-603.5+0),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}},w4sACTgyB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+189+0+668.5),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}},YzJ9eycVe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+466.5+0+40),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+-618.5+0),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1tu1ugh\"})})]}),isDisplayed10(visible4)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-2bzzni\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-n9fvl5\",!visible4&&\"hidden-1g27cwm\"),children:[isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z1wah7 hidden-zf1a8c\",children:[visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-wdj5ta\",whileHover:animation8,children:visible4&&/*#__PURE__*/_jsx(Link,{href:RG8wVA8GC,motionChild:true,nodeId:\"rVmfcCO6u\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1lm5aet framer-5b6ael\",\"data-framer-name\":\"Spotify\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>',withExternalLayout:true})})}),visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mffir5\",whileHover:animation8,children:visible3&&/*#__PURE__*/_jsx(Link,{href:YFy5jljIL,motionChild:true,nodeId:\"Au6jXoUF2\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1owoxp0 framer-5b6ael\",\"data-framer-name\":\"Apple\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"/></svg>',withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2z3r8x\",whileHover:animation9,children:visible6&&/*#__PURE__*/_jsx(Link,{href:ErUSruVGs,motionChild:true,nodeId:\"o5X1JWE7C\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-wznu5 framer-5b6ael\",\"data-framer-name\":\"Soundcloud\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.747.747 0 0 1 .452-.724s.75-.513 2.333-.513a5.364 5.364 0 0 1 2.763.755 5.433 5.433 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373ZM10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0ZM9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0Zm-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0Zm-1.647.77a26.108 26.108 0 0 1-.008 7.147.272.272 0 0 1-.542 0 27.955 27.955 0 0 1 0-7.147.275.275 0 0 1 .55 0Zm-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0Zm-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0Z\"/></svg>',withExternalLayout:true})})}),isDisplayed10(visible5)&&/*#__PURE__*/_jsx(motion.div,{className:cx(\"framer-1m3k56l\",\"hidden-zf1a8c\",!visible5&&\"hidden-1g27cwm\"),\"data-framer-name\":\"YOUTUBE MUSIC LINK\",whileHover:animation9,children:/*#__PURE__*/_jsx(Link,{href:DudYPv6Sg,motionChild:true,nodeId:\"woJ6UIYwe\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-rgxjmk framer-5b6ael\",\"data-framer-name\":\"Youtube\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"/></svg>',withExternalLayout:true})})})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7lo4t3 hidden-zf1a8c\",children:[visible10&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vewmj\",whileHover:animation9,children:visible10&&/*#__PURE__*/_jsx(Link,{href:pXWdkrQgt,motionChild:true,nodeId:\"kJoaIP3me\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-wh6oca framer-5b6ael\",\"data-framer-name\":\"Iheartradio\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.228.228 0 0 1-.228.227.227.227 0 0 1-.221-.227v-3.55m6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.31.31 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227v-3.522m4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.228.228 0 0 1-.227.227.227.227 0 0 1-.222-.227v-3.579m5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631zm-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057 1.21 0 2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.096 2.096 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.785 2.785 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764zm-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997zm-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.785 2.785 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.096 2.096 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47zM7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487zM16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.982 4.982 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.982 4.982 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582v-4.307m6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168v-3.329m2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642zm1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032V17.4M3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61\"/></svg>',withExternalLayout:true})})}),isDisplayed5(visible7)&&/*#__PURE__*/_jsx(motion.div,{className:cx(\"framer-1qvu7u9\",\"hidden-1g27cwm\",!visible7&&\"hidden-zf1a8c\"),whileHover:animation10,children:visible7&&/*#__PURE__*/_jsx(Link,{href:Y0TJdul69,motionChild:true,nodeId:\"syw0JGZ_3\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-19lf91s framer-5b6ael\",\"data-framer-name\":\"Pandora\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1.882 0v24H8.32a1.085 1.085 0 0 0 1.085-1.085v-4.61h1.612c7.88 0 11.103-4.442 11.103-9.636C22.119 2.257 17.247 0 12.662 0H1.882Z\"/></svg>',withExternalLayout:true})})}),visible8&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jbvsce\",whileHover:animation9,children:visible8&&/*#__PURE__*/_jsx(Link,{href:KjJJLEc3B,motionChild:true,nodeId:\"cX7yUVyBJ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-bufwpo framer-5b6ael\",\"data-framer-name\":\"Amazon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045a6.062 6.062 0 0 1-.526-.496l-.31-.347a9.391 9.391 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>',withExternalLayout:true})})}),visible9&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ipzwpw\",whileHover:animation9,children:visible9&&/*#__PURE__*/_jsx(Link,{href:ww3UfrJ9s,motionChild:true,nodeId:\"OAipttfQZ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-i8a6p framer-5b6ael\",\"data-framer-name\":\"Tidal\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>',withExternalLayout:true})})})]})]}),isDisplayed6()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{height:63,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2791},YzJ9eycVe:{height:63,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2020.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1icdh1e-container hidden-zf1a8c hidden-yn8skk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{style:{width:\"100%\"},variant:\"IpOYkpiAt\"},YzJ9eycVe:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"P1YKNXtYf\",layoutId:\"P1YKNXtYf\",style:{height:\"100%\",width:\"100%\"},variant:\"KJpB7kwVu\",width:\"100%\"})})})})}),isDisplayed11(visible)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-nb88j8\",\"hidden-1g27cwm\",\"hidden-n9fvl5\",!visible&&\"hidden-zf1a8c\",!visible&&\"hidden-yn8skk\"),\"data-framer-name\":\"Music Items\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7qpfje\",children:visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+212.5+0+.5),sizes:\"577px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+197.5+0+.5),sizes:\"577px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1ae3l9n\"})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+212.5+0),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+197.5+0),pixelHeight:1046,pixelWidth:1048,sizes:\"415px\",...toResponsiveImage(f2PODoyrX),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1ppwby1\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vdynpx\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ajvhg8\",\"data-framer-name\":\"description\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-sqzgzk\",\"data-framer-name\":\"CREDITS\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-16rwck\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation14,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nzeazm\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-lma99n\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t0cjwi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ell6xp\",children:[visible3&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-yhlzdq\",whileHover:animation8,children:visible3&&/*#__PURE__*/_jsx(Link,{href:YFy5jljIL,motionChild:true,nodeId:\"G9wHBWDVN\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1v07fc5 framer-5b6ael\",\"data-framer-name\":\"Apple\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701\"/></svg>',withExternalLayout:true})})}),visible4&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-6p0oo9\",whileHover:animation8,children:visible4&&/*#__PURE__*/_jsx(Link,{href:RG8wVA8GC,motionChild:true,nodeId:\"vmXPWURQe\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-9zjacc framer-5b6ael\",\"data-framer-name\":\"Spotify\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.779-.179-.899-.539-.12-.421.18-.78.54-.9 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.301 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.419 1.56-.299.421-1.02.599-1.559.3z\"/></svg>',withExternalLayout:true})})}),visible5&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zbt4hp\",whileHover:animation9,children:visible5&&/*#__PURE__*/_jsx(Link,{href:DudYPv6Sg,motionChild:true,nodeId:\"fdG9R8ePv\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ta82xw framer-5b6ael\",\"data-framer-name\":\"Youtube\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"/></svg>',withExternalLayout:true})})}),visible6&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2dtuql\",whileHover:animation9,children:visible6&&/*#__PURE__*/_jsx(Link,{href:ErUSruVGs,motionChild:true,nodeId:\"oq85OB5E8\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-zw3rlk framer-5b6ael\",\"data-framer-name\":\"Soundcloud\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.999 14.165c-.052 1.796-1.612 3.169-3.4 3.169h-8.18a.68.68 0 0 1-.675-.683V7.862a.747.747 0 0 1 .452-.724s.75-.513 2.333-.513a5.364 5.364 0 0 1 2.763.755 5.433 5.433 0 0 1 2.57 3.54c.282-.08.574-.121.868-.12.884 0 1.73.358 2.347.992s.948 1.49.922 2.373ZM10.721 8.421c.247 2.98.427 5.697 0 8.672a.264.264 0 0 1-.53 0c-.395-2.946-.22-5.718 0-8.672a.264.264 0 0 1 .53 0ZM9.072 9.448c.285 2.659.37 4.986-.006 7.655a.277.277 0 0 1-.55 0c-.331-2.63-.256-5.02 0-7.655a.277.277 0 0 1 .556 0Zm-1.663-.257c.27 2.726.39 5.171 0 7.904a.266.266 0 0 1-.532 0c-.38-2.69-.257-5.21 0-7.904a.266.266 0 0 1 .532 0Zm-1.647.77a26.108 26.108 0 0 1-.008 7.147.272.272 0 0 1-.542 0 27.955 27.955 0 0 1 0-7.147.275.275 0 0 1 .55 0Zm-1.67 1.769c.421 1.865.228 3.5-.029 5.388a.257.257 0 0 1-.514 0c-.21-1.858-.398-3.549 0-5.389a.272.272 0 0 1 .543 0Zm-1.655-.273c.388 1.897.26 3.508-.01 5.412-.026.28-.514.283-.54 0-.244-1.878-.347-3.54-.01-5.412a.283.283 0 0 1 .56 0Zm-1.668.911c.4 1.268.257 2.292-.026 3.572a.257.257 0 0 1-.514 0c-.241-1.262-.354-2.312-.023-3.572a.283.283 0 0 1 .563 0Z\"/></svg>',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6evsbo\",children:[visible8&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-mqycch\",whileHover:animation9,children:visible8&&/*#__PURE__*/_jsx(Link,{href:KjJJLEc3B,motionChild:true,nodeId:\"GzL56d4Y1\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-ic3ndx framer-5b6ael\",\"data-framer-name\":\"Amazon\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M.045 18.02c.072-.116.187-.124.348-.022 3.636 2.11 7.594 3.166 11.87 3.166 2.852 0 5.668-.533 8.447-1.595l.315-.14c.138-.06.234-.1.293-.13.226-.088.39-.046.525.13.12.174.09.336-.12.48-.256.19-.6.41-1.006.654-1.244.743-2.64 1.316-4.185 1.726a17.617 17.617 0 0 1-10.951-.577 17.88 17.88 0 0 1-5.43-3.35c-.1-.074-.151-.15-.151-.22 0-.047.021-.09.051-.13zm6.565-6.218c0-1.005.247-1.863.743-2.577.495-.71 1.17-1.25 2.04-1.615.796-.335 1.756-.575 2.912-.72.39-.046 1.033-.103 1.92-.174v-.37c0-.93-.105-1.558-.3-1.875-.302-.43-.78-.65-1.44-.65h-.182c-.48.046-.896.196-1.246.46-.35.27-.575.63-.675 1.096-.06.3-.206.465-.435.51l-2.52-.315c-.248-.06-.372-.18-.372-.39 0-.046.007-.09.022-.15.247-1.29.855-2.25 1.82-2.88.976-.616 2.1-.975 3.39-1.05h.54c1.65 0 2.957.434 3.888 1.29.135.15.27.3.405.48.12.165.224.314.283.45.075.134.15.33.195.57.06.254.105.42.135.51.03.104.062.3.076.615.01.313.02.493.02.553v5.28c0 .376.06.72.165 1.036.105.313.21.54.315.674l.51.674c.09.136.136.256.136.36 0 .12-.06.226-.18.314-1.2 1.05-1.86 1.62-1.963 1.71-.165.135-.375.15-.63.045a6.062 6.062 0 0 1-.526-.496l-.31-.347a9.391 9.391 0 0 1-.317-.42l-.3-.435c-.81.886-1.603 1.44-2.4 1.665-.494.15-1.093.227-1.83.227-1.11 0-2.04-.343-2.76-1.034-.72-.69-1.08-1.665-1.08-2.94l-.05-.076zm3.753-.438c0 .566.14 1.02.425 1.364.285.34.675.512 1.155.512.045 0 .106-.007.195-.02.09-.016.134-.023.166-.023.614-.16 1.08-.553 1.424-1.178.165-.28.285-.58.36-.91.09-.32.12-.59.135-.8.015-.195.015-.54.015-1.005v-.54c-.84 0-1.484.06-1.92.18-1.275.36-1.92 1.17-1.92 2.43l-.035-.02zm9.162 7.027c.03-.06.075-.11.132-.17.362-.243.714-.41 1.05-.5a8.094 8.094 0 0 1 1.612-.24c.14-.012.28 0 .41.03.65.06 1.05.168 1.172.33.063.09.099.228.099.39v.15c0 .51-.149 1.11-.424 1.8-.278.69-.664 1.248-1.156 1.68-.073.06-.14.09-.197.09-.03 0-.06 0-.09-.012-.09-.044-.107-.12-.064-.24.54-1.26.806-2.143.806-2.64 0-.15-.03-.27-.087-.344-.145-.166-.55-.257-1.224-.257-.243 0-.533.016-.87.046-.363.045-.7.09-1 .135-.09 0-.148-.014-.18-.044-.03-.03-.036-.047-.02-.077 0-.017.006-.03.02-.063v-.06z\"/></svg>',withExternalLayout:true})})}),visible9&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vue8sa\",whileHover:animation9,children:visible9&&/*#__PURE__*/_jsx(Link,{href:ww3UfrJ9s,motionChild:true,nodeId:\"ta2y5gdUx\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-u4wueu framer-5b6ael\",\"data-framer-name\":\"Tidal\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12.012 3.992 8.008 7.996 4.004 3.992 0 7.996 4.004 12l4.004-4.004L12.012 12l-4.004 4.004 4.004 4.004 4.004-4.004L12.012 12l4.004-4.004-4.004-4.004zm4.03 4.004 3.979-3.979L24 7.996l-3.979 3.979z\"/></svg>',withExternalLayout:true})})}),visible10&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ibeue6\",whileHover:animation9,children:visible10&&/*#__PURE__*/_jsx(Link,{href:pXWdkrQgt,motionChild:true,nodeId:\"YFIalgjrR\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-k753q8 framer-5b6ael\",\"data-framer-name\":\"Iheartradio\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,style:{rotate:1},svg:'<svg fill=\"#fff\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4.403 21.983c.597 0 1.023-.306 1.023-.817v-.012c0-.489-.375-.784-1.017-.784H3.182v1.613zm-1.67-1.8c0-.125.102-.228.221-.228h1.489c.488 0 .88.148 1.13.398a1.1 1.1 0 0 1 .307.784v.011c0 .654-.443 1.034-1.062 1.154l.988 1.272c.046.051.074.102.074.164 0 .12-.114.222-.227.222-.091 0-.16-.05-.21-.12l-1.12-1.453h-1.14v1.346a.228.228 0 0 1-.228.227.227.227 0 0 1-.221-.227v-3.55m6.674 2.29-.914-2.035-.915 2.034zm-2.812 1.164 1.614-3.528c.056-.125.142-.2.284-.2h.022c.137 0 .228.075.279.2l1.613 3.522a.31.31 0 0 1 .029.113c0 .12-.097.216-.216.216-.108 0-.182-.074-.222-.165l-.415-.914H7.402l-.415.926c-.04.097-.113.153-.216.153a.204.204 0 0 1-.204-.204.26.26 0 0 1 .028-.12m6.078-.118c1.005 0 1.647-.682 1.647-1.563v-.011c0-.88-.642-1.574-1.647-1.574h-.932v3.148zm-1.38-3.335c0-.125.102-.228.221-.228h1.16c1.249 0 2.112.858 2.112 1.977v.012c0 1.119-.863 1.988-2.113 1.988h-1.159a.226.226 0 0 1-.221-.227v-3.522m4.481-.029c0-.124.103-.227.222-.227.125 0 .227.103.227.227v3.579a.228.228 0 0 1-.227.227.227.227 0 0 1-.222-.227v-3.579m5.027 1.801v-.011c0-.904-.659-1.642-1.568-1.642s-1.556.727-1.556 1.63v.012c0 .903.659 1.642 1.567 1.642.91 0 1.557-.728 1.557-1.631zm-3.59 0v-.011c0-1.097.824-2.057 2.033-2.057 1.21 0 2.023.949 2.023 2.045v.012c0 1.096-.824 2.056-2.034 2.056s-2.022-.949-2.022-2.045m2.03-17.192c0 1.397-.754 2.773-2.242 4.092a.345.345 0 0 1-.458-.517c1.333-1.182 2.01-2.385 2.01-3.575v-.016c0-.966-.606-2.103-1.38-2.588a.345.345 0 1 1 .367-.586c.97.61 1.703 1.974 1.703 3.174zM14.76 7.677a.345.345 0 1 1-.337-.602c.799-.448 1.336-1.318 1.339-2.167a2.096 2.096 0 0 0-1.124-1.855.345.345 0 1 1 .321-.611 2.785 2.785 0 0 1 1.493 2.46v.011c-.004 1.09-.683 2.199-1.692 2.764zm-2.772-1.015a1.498 1.498 0 1 1 .001-2.997 1.498 1.498 0 0 1-.001 2.997zm-2.303.882a.345.345 0 0 1-.47.133c-1.009-.565-1.688-1.674-1.692-2.764v-.01a2.785 2.785 0 0 1 1.493-2.461.346.346 0 0 1 .321.611 2.096 2.096 0 0 0-1.124 1.855c.003.849.54 1.719 1.34 2.166a.345.345 0 0 1 .132.47zM7.464 8.825a.344.344 0 0 1-.488.03C5.49 7.536 4.734 6.16 4.734 4.763v-.016c0-1.2.732-2.564 1.703-3.174a.346.346 0 0 1 .367.586c-.774.485-1.38 1.622-1.38 2.588v.016c0 1.19.677 2.393 2.01 3.575a.345.345 0 0 1 .03.487zM16.152 0c-1.727 0-3.27.915-4.164 2.252C11.094.915 9.55 0 7.823 0A4.982 4.982 0 0 0 2.84 4.983c0 1.746 1.106 3.005 2.261 4.17l4.518 4.272a.371.371 0 0 0 .626-.27V9.827c0-.963.78-1.743 1.743-1.745a1.745 1.745 0 0 1 1.742 1.745v3.328c0 .326.39.493.626.27l4.518-4.272c1.155-1.165 2.261-2.424 2.261-4.17A4.982 4.982 0 0 0 16.152 0M4.582 14.766h1.194v1.612h1.532v-1.612H8.5v4.307H7.308v-1.637H5.776v1.637H4.582v-4.307m6.527 2.353a.563.563 0 0 0-.578-.587c-.308 0-.55.238-.578.587zm-2.264.305v-.012c0-.972.696-1.741 1.68-1.741 1.15 0 1.68.842 1.68 1.82 0 .075 0 .16-.007.24H9.971c.093.364.357.549.72.549.277 0 .498-.105.738-.34l.647.536c-.32.406-.782.677-1.447.677-1.045 0-1.784-.695-1.784-1.729m7.29-1.68h1.17v.67c.19-.454.498-.75 1.051-.725v1.23h-.098c-.609 0-.954.351-.954 1.12v1.034h-1.168v-3.329m2.95 2.295v-1.353h-.393v-.942h.393v-.842h1.17v.842h.775v.942h-.775v1.126c0 .234.105.332.32.332.153 0 .301-.043.442-.11v.916c-.209.117-.485.19-.812.19-.7 0-1.12-.307-1.12-1.1m-15.65-3.584a.62.62 0 1 0 0 1.24.62.62 0 0 0 0-1.24m10.502 3.952c-.303.013-.483-.161-.483-.371 0-.203.16-.307.454-.307h.667v.036c-.004.137-.06.617-.638.642zm1.746-1.008c0-1.033-.739-1.729-1.784-1.729-.665 0-1.126.271-1.447.677l.647.536c.24-.234.461-.34.738-.34.359 0 .621.182.716.537l.001.025-.77.003c-.956.013-1.458.37-1.458 1.045 0 .65.464.999 1.262.999.432 0 .764-.17.987-.401v.32h1.106v-1.628l.002-.032V17.4M3.458 15.99h-.043a.61.61 0 0 0-.61.61v2.474h1.263V16.6a.61.61 0 0 0-.61-.61\"/></svg>',withExternalLayout:true})})})]})]})})})]})})]}),isDisplayed12(visible12)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-1bu3cph-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-1g27cwm\",!visible12&&\"hidden-n9fvl5\"),\"data-framer-name\":\"FILM TV MOBILE SLIDE\",name:\"FILM TV MOBILE SLIDE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:12,height:\"100%\",id:\"YRfsXXRAG\",intervalControl:7,itemAmount:1,layoutId:\"YRfsXXRAG\",name:\"FILM TV MOBILE SLIDE\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dosvn8\",\"data-framer-name\":\"handling mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"handling-the-undead\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"WNTHyKB00\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"qXMQp5lvu\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png\",srcSet:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png 430w\"},className:\"framer-1mmtdqv framer-5b6ael\",\"data-framer-name\":\"HANDLING\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-103lwan\",\"data-framer-name\":\"the dry_mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-dry\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MKfWyFdwt\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"m_JkDeDz5\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png\",srcSet:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png 430w\"},className:\"framer-ey2r99 framer-5b6ael\",\"data-framer-name\":\"THE DRY\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iiskh2\",\"data-framer-name\":\"under mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"under-the-skin\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"opFUIAVu5\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"TRJUgs5FR\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:570,pixelWidth:396,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png\",srcSet:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png 396w\"},className:\"framer-ol16nj framer-5b6ael\",\"data-framer-name\":\"UNDER\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w8z71v\",\"data-framer-name\":\"sexy mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sexy-beast\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O7klCrp8o\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"jwc77znS9\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1374,pixelWidth:956,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png\",srcSet:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png?scale-down-to=1024 712w,https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png 956w\"},className:\"framer-l7du8h framer-5b6ael\",\"data-framer-name\":\"SEXY BEAST\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vqwiu7\",\"data-framer-name\":\"blue v mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"blue-valentine\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ksfADRI_1\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"p5jwBoCK3\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1154,pixelWidth:780,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png\",srcSet:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png?scale-down-to=1024 692w,https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png 780w\"},className:\"framer-1xbswmi framer-5b6ael\",\"data-framer-name\":\"BLUE VALENTINE\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ywd2o0\",\"data-framer-name\":\"nancy mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nancy\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"HcY0PK_8g\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"zHpD9DKaJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:614,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png\",srcSet:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png 430w\"},className:\"framer-fy3hne framer-5b6ael\",\"data-framer-name\":\"NANCY\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),isDisplayed12(visible)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-swd62z-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-1g27cwm\",!visible&&\"hidden-n9fvl5\"),\"data-framer-name\":\"NEW RECORDS SLIDESHOW\",name:\"NEW RECORDS SLIDESHOW\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(8, 6, 3, 0.2)\",arrowGap:16,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:16,height:\"100%\",id:\"GYYDVQjkj\",intervalControl:5,itemAmount:2,layoutId:\"GYYDVQjkj\",name:\"NEW RECORDS SLIDESHOW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:5,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jwf5g5\",\"data-framer-name\":\"Recovery\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"P7dCrbFnA\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1046,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png\",srcSet:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png 1048w\"},className:\"framer-19h1hfr framer-5b6ael\",\"data-framer-name\":\"Recovery\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-102hsew\",\"data-framer-name\":\"SHANKAR_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"anoushka-shankar-chapter-ii-how-dark-it-is-before-dawn\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"QF6fTOA3j\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"GVnx80MuL\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:700,pixelWidth:700,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg\",srcSet:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg 700w\"},className:\"framer-16mmas9 framer-5b6ael\",\"data-framer-name\":\"Shankar\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1vsnv\",\"data-framer-name\":\"YOU AND ME_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"you-and-me\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MQPuwdEXv\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"h1SsLoGbt\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ejMYvzb8kB6nuKdGxCrFHBgl3Q.webp\"},className:\"framer-xlr7j2 framer-5b6ael\",\"data-framer-name\":\"You And Me\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11o29px\",\"data-framer-name\":\"WE ARE BIOPHONICA_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"we-are-bioiphonica\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Fo7qdw81k\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"SduwObT6b\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:640,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg\",srcSet:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg 640w\"},className:\"framer-dylg49 framer-5b6ael\",\"data-framer-name\":\"We Are Biophonica\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uucul\",\"data-framer-name\":\"MOTHERS_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-mothers\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"DKREjQyTx\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"YsAwzC5Iw\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp\",srcSet:\"https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp 900w\"},className:\"framer-xjgnbe framer-5b6ael\",\"data-framer-name\":\"The Mothers\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jal6sl\",\"data-framer-name\":\"NOTE TO_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"note-to-self\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O_UyFdsbR\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"B2NwW_8SO\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/USWruDGkdlHejEIZ4fG2xFqdY4.webp\"},className:\"framer-1ngqtl0 framer-5b6ael\",\"data-framer-name\":\"Note to Self\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-whb7a5\",\"data-framer-name\":\"SCAPE_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"scape\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"kjxVrga1a\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"yt3EvYPHV\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp\",srcSet:\"https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp 900w\"},className:\"framer-iklrn1 framer-5b6ael\",\"data-framer-name\":\"Scape\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-efdhec\",\"data-framer-name\":\"UPSIDE_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"upside-now\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"I3VNbXUUz\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"eyUv3uEJ2\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ncjwcXfelOxxnZVe0CmiOnoRHSY.webp\"},className:\"framer-143jtoq framer-5b6ael\",\"data-framer-name\":\"Upside Now\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b73cg\",\"data-framer-name\":\"THROUGH_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"aAX0P5bEe\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp\",srcSet:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp 900w\"},className:\"framer-110a18c framer-5b6ael\",\"data-framer-name\":\"Through the Noise\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed(visible13)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{href:undefined},YzJ9eycVe:{href:{webPageId:\"cyUlrLx4L\"}}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abjmwxKUB\"},motionChild:true,nodeId:\"G8ipNN8c6\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:cx(\"framer-1jf5mq0\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"framer-5b6ael\",!visible13&&\"hidden-1g27cwm\",!visible13&&\"hidden-n9fvl5\"),\"data-framer-name\":\"COMMERCIAL MORE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cyUlrLx4L\"},motionChild:true,nodeId:\"vw5EyYsZG\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More commercials\"})})})})},YzJ9eycVe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-51kr9x\",\"data-styles-preset\":\"WsR5dgP3Y\",style:{\"--framer-text-alignment\":\"left\"},children:\"More commercials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"More\"})}),className:\"framer-1asu11k\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),isDisplayed10(visible)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-1fr78hv-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-n9fvl5\",!visible&&\"hidden-1g27cwm\"),\"data-framer-name\":\"NEW RECORDS SLIDESHOW\",name:\"NEW RECORDS SLIDESHOW\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(8, 6, 3, 0.2)\",arrowGap:16,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:16,height:\"100%\",id:\"fZ5FAVrwp\",intervalControl:5,itemAmount:2,layoutId:\"fZ5FAVrwp\",name:\"NEW RECORDS SLIDESHOW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:5,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jwf5g5\",\"data-framer-name\":\"Recovery\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"P7dCrbFnA\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1046,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png\",srcSet:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png 1048w\"},className:\"framer-19h1hfr framer-5b6ael\",\"data-framer-name\":\"Recovery\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-102hsew\",\"data-framer-name\":\"SHANKAR_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"anoushka-shankar-chapter-ii-how-dark-it-is-before-dawn\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"QF6fTOA3j\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"GVnx80MuL\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:700,pixelWidth:700,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg\",srcSet:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg 700w\"},className:\"framer-16mmas9 framer-5b6ael\",\"data-framer-name\":\"Shankar\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o1vsnv\",\"data-framer-name\":\"YOU AND ME_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"you-and-me\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MQPuwdEXv\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"h1SsLoGbt\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ejMYvzb8kB6nuKdGxCrFHBgl3Q.webp\"},className:\"framer-xlr7j2 framer-5b6ael\",\"data-framer-name\":\"You And Me\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11o29px\",\"data-framer-name\":\"WE ARE BIOPHONICA_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"we-are-bioiphonica\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Fo7qdw81k\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"SduwObT6b\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:640,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg\",srcSet:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg 640w\"},className:\"framer-dylg49 framer-5b6ael\",\"data-framer-name\":\"We Are Biophonica\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-uucul\",\"data-framer-name\":\"MOTHERS_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-mothers\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"DKREjQyTx\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"YsAwzC5Iw\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp\",srcSet:\"https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp?scale-down-to=512 512w,https://framerusercontent.com/images/VFeunSOelJ1HAXE11slHKRfPA.webp 900w\"},className:\"framer-xjgnbe framer-5b6ael\",\"data-framer-name\":\"The Mothers\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jal6sl\",\"data-framer-name\":\"NOTE TO_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"note-to-self\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O_UyFdsbR\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"B2NwW_8SO\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/USWruDGkdlHejEIZ4fG2xFqdY4.webp\"},className:\"framer-1ngqtl0 framer-5b6ael\",\"data-framer-name\":\"Note to Self\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-whb7a5\",\"data-framer-name\":\"SCAPE_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"scape\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"kjxVrga1a\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"yt3EvYPHV\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp\",srcSet:\"https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/8sr3PVHFoEvGD1JH3GUDMs3uEVI.webp 900w\"},className:\"framer-iklrn1 framer-5b6ael\",\"data-framer-name\":\"Scape\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-efdhec\",\"data-framer-name\":\"UPSIDE_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"upside-now\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"I3VNbXUUz\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"eyUv3uEJ2\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ncjwcXfelOxxnZVe0CmiOnoRHSY.webp\"},className:\"framer-143jtoq framer-5b6ael\",\"data-framer-name\":\"Upside Now\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-b73cg\",\"data-framer-name\":\"THROUGH_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"aAX0P5bEe\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp\",srcSet:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp 900w\"},className:\"framer-110a18c framer-5b6ael\",\"data-framer-name\":\"Through the Noise\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed10(visible12)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-b27b7u-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-n9fvl5\",!visible12&&\"hidden-1g27cwm\"),\"data-framer-name\":\"FILM TV MOBILE SLIDE\",name:\"FILM TV MOBILE SLIDE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:12,height:\"100%\",id:\"seIYxVen2\",intervalControl:7,itemAmount:2,layoutId:\"seIYxVen2\",name:\"FILM TV MOBILE SLIDE\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dosvn8\",\"data-framer-name\":\"handling mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"handling-the-undead\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"WNTHyKB00\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"qXMQp5lvu\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png\",srcSet:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png 430w\"},className:\"framer-1mmtdqv framer-5b6ael\",\"data-framer-name\":\"HANDLING\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-103lwan\",\"data-framer-name\":\"the dry_mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-dry\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MKfWyFdwt\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"m_JkDeDz5\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png\",srcSet:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png 430w\"},className:\"framer-ey2r99 framer-5b6ael\",\"data-framer-name\":\"THE DRY\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-iiskh2\",\"data-framer-name\":\"under mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"under-the-skin\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"opFUIAVu5\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"TRJUgs5FR\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:570,pixelWidth:396,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png\",srcSet:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png 396w\"},className:\"framer-ol16nj framer-5b6ael\",\"data-framer-name\":\"UNDER\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-w8z71v\",\"data-framer-name\":\"sexy mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sexy-beast\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O7klCrp8o\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"jwc77znS9\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1374,pixelWidth:956,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png\",srcSet:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png?scale-down-to=1024 712w,https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png 956w\"},className:\"framer-l7du8h framer-5b6ael\",\"data-framer-name\":\"SEXY BEAST\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vqwiu7\",\"data-framer-name\":\"blue v mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"blue-valentine\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ksfADRI_1\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"p5jwBoCK3\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1154,pixelWidth:780,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png\",srcSet:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png?scale-down-to=1024 692w,https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png 780w\"},className:\"framer-1xbswmi framer-5b6ael\",\"data-framer-name\":\"BLUE VALENTINE\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ywd2o0\",\"data-framer-name\":\"nancy mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nancy\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"HcY0PK_8g\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"zHpD9DKaJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:614,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png\",srcSet:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png 430w\"},className:\"framer-fy3hne framer-5b6ael\",\"data-framer-name\":\"NANCY\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})}),isDisplayed(visible13)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-q6makt\",\"hidden-zf1a8c\",\"hidden-yn8skk\",!visible13&&\"hidden-1g27cwm\",!visible13&&\"hidden-n9fvl5\"),\"data-framer-name\":\"Commercial Items\",children:[isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ylrzja hidden-zf1a8c hidden-1g27cwm\",\"data-framer-name\":\"credits Stack\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"British Airways\"})}),className:\"framer-11pwih1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:duA8WLF_b,verticalAlignment:\"top\",withExternalLayout:true}),visible13&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-1jl1jvr\",\"data-framer-name\":\"Credits\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-51kr9x\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible14&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1936+-11.5),sizes:\"417px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}}},YzJ9eycVe:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1310.5+10+-834.5),sizes:\"417px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",sizes:\"417px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-16j2t9w\",\"data-framer-name\":\"P1\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation17,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-p6esly-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"MAQbu_fPx\",isMixedBorderRadius:false,layoutId:\"MAQbu_fPx\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:duqDv7cOu,width:\"100%\"})})}),visible15&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1936+11.5),sizes:\"NaNpx\",...toResponsiveImage(RmWmwcEO8)}},YzJ9eycVe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1310.5+10+-92.5),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 24px)`,...toResponsiveImage(RmWmwcEO8)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",...toResponsiveImage(RmWmwcEO8)},className:\"framer-6pfz3k\",\"data-framer-name\":\"P4\",style:{transformPerspective:1200}})}),visible16&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1936+12),sizes:\"NaNpx\",...toResponsiveImage(EDpZnQSi5)}},YzJ9eycVe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1310.5+10+367.5),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 24px)`,...toResponsiveImage(EDpZnQSi5)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",...toResponsiveImage(EDpZnQSi5)},className:\"framer-18l5939\",\"data-framer-name\":\"P5\",style:{transformPerspective:1200}})}),visible17&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1936+11.5),sizes:\"NaNpx\",...toResponsiveImage(bFGeh58tV)}},YzJ9eycVe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1310.5+10+826.5),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 24px)`,...toResponsiveImage(bFGeh58tV)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",...toResponsiveImage(bFGeh58tV)},className:\"framer-1d3qs9m\",\"data-framer-name\":\"P3\",style:{transformPerspective:1200}})})]}),isDisplayed10(visible13)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-brsry3\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-n9fvl5\",!visible13&&\"hidden-1g27cwm\"),\"data-framer-name\":\"credits Stack\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"British Airways\"})}),className:\"framer-9nfrie\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:duA8WLF_b,verticalAlignment:\"top\",withExternalLayout:true}),visible13&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-12j1fc5\",\"data-framer-name\":\"Credits\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-51kr9x\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed11(visible13)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-1uz2oad\",\"hidden-1g27cwm\",\"hidden-n9fvl5\",!visible13&&\"hidden-zf1a8c\",!visible13&&\"hidden-yn8skk\"),children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tn2vkq\",\"data-framer-name\":\"credits Stack\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"British Airways\"})}),className:\"framer-q9ii0c\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],style:{transformPerspective:1200},text:duA8WLF_b,verticalAlignment:\"top\",withExternalLayout:true}),visible13&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"MxTeAjDH3\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"HewTO3eqj\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:FngKViWlS,className:\"framer-1nlkrq7\",\"data-framer-name\":\"Credits\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1rsog2v\",code:\"framer-styles-preset-1nopkeu\",h1:\"framer-styles-preset-1tqavm2\",h2:\"framer-styles-preset-13srpq3\",h3:\"framer-styles-preset-1l0wj1\",h4:\"framer-styles-preset-q4hgiv\",h5:\"framer-styles-preset-1u7dtju\",h6:\"framer-styles-preset-3asglh\",img:\"framer-styles-preset-917lr9\",p:\"framer-styles-preset-51kr9x\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-46l5ul\",\"data-framer-name\":\"Commercial Items\",children:[visible14&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+821.5+0+-367+0+0),sizes:\"417px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+836.5+0+-367+0+0),sizes:\"417px\",...toResponsiveImage(akSvygZJ0),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1n0oglx\",\"data-framer-name\":\"P1\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation13,__framer__exit:animation18,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xpramr-container\",children:/*#__PURE__*/_jsx(VimeoWithVimeoFullScreen,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"YV_l47Qet\",isMixedBorderRadius:false,layoutId:\"YV_l47Qet\",loop:false,mute:false,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:duqDv7cOu,width:\"100%\"})})}),visible15&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+821.5+0+-367+0+1278),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(RmWmwcEO8)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+836.5+0+-367+0+1278),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(RmWmwcEO8)},className:\"framer-11rwcb8\",\"data-framer-name\":\"P4\",style:{transformPerspective:1200}})}),visible16&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+821.5+0+-367+0+1957),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(EDpZnQSi5)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+836.5+0+-367+0+1957),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(EDpZnQSi5)},className:\"framer-128nvm\",\"data-framer-name\":\"P5\",style:{transformPerspective:1200}})}),visible17&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+821.5+0+-367+0+2636),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(bFGeh58tV)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+836.5+0+-367+0+2636),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1600px) - 100px)`,...toResponsiveImage(bFGeh58tV)},className:\"framer-1lhds3i\",\"data-framer-name\":\"P3\",style:{transformPerspective:1200}})})]})]}),isDisplayed11(visible12)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-pro3b0\",\"hidden-1g27cwm\",\"hidden-n9fvl5\",!visible12&&\"hidden-zf1a8c\",!visible12&&\"hidden-yn8skk\"),\"data-framer-name\":\"FILM-TV OP\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fka7he\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-17ctw9c\",\"data-framer-name\":\"Text Wrapper\",children:[visible12&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QwkRKv8Zn\"},motionChild:true,nodeId:\"vteW1014P\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More film/tv\"})})})}),className:\"framer-f9gwso\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),visible13&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cyUlrLx4L\"},motionChild:true,nodeId:\"FlxTR_zCE\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"ALL COMMERCIAL\"})})})}),className:\"framer-1gu2y2i\",\"data-framer-name\":\"ALL COMMERCIAL\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abjmwxKUB\"},motionChild:true,nodeId:\"n8ypj5vfT\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"ALL FILM/TV\"})})})}),className:\"framer-ha7b27\",\"data-framer-name\":\"ALL RECORDS\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed13(visible12)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation19,className:cx(\"framer-10k69jp-container\",\"hidden-zf1a8c\",!visible12&&\"hidden-yn8skk\"),\"data-framer-appear-id\":\"10k69jp\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",arrowGap:16,arrowPadding:50,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:50,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:0,height:\"100%\",id:\"iYYTYQsbM\",intervalControl:5,itemAmount:4,layoutId:\"iYYTYQsbM\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:21,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"handling-the-undead\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"WNTHyKB00\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"kVx0CujZB\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png\",srcSet:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png 430w\"},className:\"framer-4ds0ec framer-5b6ael\",\"data-framer-name\":\"HANDLING\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lu9ok9\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hseoic\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"HANDLING THE UNDEAD (2024)\"})}),className:\"framer-18v1ezs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-oxjco7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-dry\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MKfWyFdwt\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"B5Xv6iSIJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png\",srcSet:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png 430w\"},className:\"framer-18cg5nt framer-5b6ael\",\"data-framer-name\":\"THE DRY\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1359jfg\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m4uors\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"THE DRY (2021)\"})}),className:\"framer-1de7v5v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-12ts0my\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"under-the-skin\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"opFUIAVu5\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"G27hqfUKh\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:570,pixelWidth:396,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png\",srcSet:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png 396w\"},className:\"framer-p0ze8i framer-5b6ael\",\"data-framer-name\":\"UNDER\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hrgdu7\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4nkvrs\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"UNDER THE SKIN (2013)\"})}),className:\"framer-12rf6t4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1hs69qi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sexy-beast\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O7klCrp8o\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"eeuv5fymG\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1374,pixelWidth:956,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png\",srcSet:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png?scale-down-to=1024 712w,https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png 956w\"},className:\"framer-bbwa52 framer-5b6ael\",\"data-framer-name\":\"SEXY BEAST\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hnzgta\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-up6nx4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"SEXY BEAST (2000)\"})}),className:\"framer-j9b4q3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1e4d7et\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"blue-valentine\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ksfADRI_1\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"wDay9gs99\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1154,pixelWidth:780,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png\",srcSet:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png?scale-down-to=1024 692w,https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png 780w\"},className:\"framer-1843si framer-5b6ael\",\"data-framer-name\":\"BLUE VALENTINE\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sy3zwj\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbfyfo\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"BLUE VALENTINE (2010)\"})}),className:\"framer-1lq99qr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-10e92ia\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nancy\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"HcY0PK_8g\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"Pc1qZ9lCS\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:614,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png\",srcSet:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png 430w\"},className:\"framer-1nfz179 framer-5b6ael\",\"data-framer-name\":\"NANCY\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ty8gbj\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f0cdux\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"NANCY (2018)\"})}),className:\"framer-1r9tk2b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-we9g7s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})}),isDisplayed14()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation19,className:\"framer-br7ow4-container hidden-yn8skk\",\"data-framer-appear-id\":\"br7ow4\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",arrowGap:16,arrowPadding:50,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:50,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:0,height:\"100%\",id:\"gG68YujMG\",intervalControl:5,itemAmount:4,layoutId:\"gG68YujMG\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:21,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"handling-the-undead\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"WNTHyKB00\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"kVx0CujZB\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png\",srcSet:\"https://framerusercontent.com/images/07KDyfxGsP0OsO1tBU0G37Dpxw.png 430w\"},className:\"framer-4ds0ec framer-5b6ael\",\"data-framer-name\":\"HANDLING\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lu9ok9\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hseoic\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"HANDLING THE UNDEAD (2024)\"})}),className:\"framer-18v1ezs\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-oxjco7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-dry\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MKfWyFdwt\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"B5Xv6iSIJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:620,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png\",srcSet:\"https://framerusercontent.com/images/QEXAkXExtxXSINnFVZ87oc0Qc.png 430w\"},className:\"framer-18cg5nt framer-5b6ael\",\"data-framer-name\":\"THE DRY\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1359jfg\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-m4uors\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"THE DRY (2021)\"})}),className:\"framer-1de7v5v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-12ts0my\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"under-the-skin\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"opFUIAVu5\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"G27hqfUKh\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:570,pixelWidth:396,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png\",srcSet:\"https://framerusercontent.com/images/yq5t1tmHthH62uEsPbtkcoa6cmM.png 396w\"},className:\"framer-p0ze8i framer-5b6ael\",\"data-framer-name\":\"UNDER\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hrgdu7\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4nkvrs\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"UNDER THE SKIN (2013)\"})}),className:\"framer-12rf6t4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1hs69qi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sexy-beast\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O7klCrp8o\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"eeuv5fymG\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1374,pixelWidth:956,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png\",srcSet:\"https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png?scale-down-to=1024 712w,https://framerusercontent.com/images/0KeuJI6Y9rwVu81UOJmQrV1aeg.png 956w\"},className:\"framer-bbwa52 framer-5b6ael\",\"data-framer-name\":\"SEXY BEAST\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hnzgta\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-up6nx4\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"SEXY BEAST (2000)\"})}),className:\"framer-j9b4q3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1e4d7et\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"blue-valentine\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ksfADRI_1\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"wDay9gs99\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1154,pixelWidth:780,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png\",srcSet:\"https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png?scale-down-to=1024 692w,https://framerusercontent.com/images/2VxkzPumRxriwJTjT4fzSiTcs.png 780w\"},className:\"framer-1843si framer-5b6ael\",\"data-framer-name\":\"BLUE VALENTINE\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sy3zwj\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sbfyfo\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"BLUE VALENTINE (2010)\"})}),className:\"framer-1lq99qr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-10e92ia\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nancy\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"HcY0PK_8g\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"Pc1qZ9lCS\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:614,pixelWidth:430,positionX:\"center\",positionY:\"center\",sizes:\"576px\",src:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png\",srcSet:\"https://framerusercontent.com/images/39EGTlRzF9jrVOpP3S0Ti4G5c88.png 430w\"},className:\"framer-1nfz179 framer-5b6ael\",\"data-framer-name\":\"NANCY\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ty8gbj\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-f0cdux\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"NANCY (2018)\"})}),className:\"framer-1r9tk2b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-we9g7s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})]})}),isDisplayed11(visible13)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-199innv\",\"hidden-1g27cwm\",\"hidden-n9fvl5\",!visible13&&\"hidden-zf1a8c\",!visible13&&\"hidden-yn8skk\"),\"data-framer-name\":\"COMMERCIAL OP\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ljga2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-12m3yud\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-aug67f\",\"data-styles-preset\":\"qBMj8ADOb\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"cyUlrLx4L\"},motionChild:true,nodeId:\"CfI4iOTiF\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More commercials\"})})})}),className:\"framer-8n3cdc\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation19,className:\"framer-wc7z1y-container\",\"data-framer-appear-id\":\"wc7z1y\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{autoPlayControl:false}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",arrowGap:16,arrowPadding:50,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:50,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:24,height:\"100%\",id:\"axh5TILtD\",intervalControl:5,itemAmount:2,layoutId:\"axh5TILtD\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:21,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"guinness\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"EBOr7bFVJ\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"lsvYf56zZ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:720,sizes:\"935px\",src:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png\",srcSet:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png 720w\"},className:\"framer-1aqs58j framer-5b6ael\",\"data-framer-name\":\"GUINNESS SURFER\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oxg53h\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-kvj4oc\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"GUINNESS\"})}),className:\"framer-aew37e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"SURFER\"'})}),className:\"framer-84ld3c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1k9z131\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"libresse-viva-la-vulva\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Nn3dSu9A_\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"siu4TAgDA\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png\",srcSet:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=512 512w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png 1920w\"},className:\"framer-4exi1b framer-5b6ael\",\"data-framer-name\":\"VIVA LA VULVA\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1exbgdi\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1amd1f\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"LIBRESSE\"})}),className:\"framer-rhr8ag\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"VIVA LA VULVA\"'})}),className:\"framer-8hx8t2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1e1ebj9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sirius-xm-a-life-in-sound\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MgD5vHjOW\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"gOJknVv_A\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png\",srcSet:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=512 512w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png 1920w\"},className:\"framer-11ga07v framer-5b6ael\",\"data-framer-name\":\"SIRIUS\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1z09jln\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a472fk\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"SIRIUS XM\"})}),className:\"framer-gptus2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"A LIFE IN SOUND\"'})}),className:\"framer-bavnzw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1rb03u6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sony-music-pieces\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ASymrd8c2\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"HeelIi3Mh\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:472,pixelWidth:640,sizes:\"1538px\",src:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png\",srcSet:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png 640w\"},className:\"framer-8b9r8g framer-5b6ael\",\"data-framer-name\":\"SONY MUSIC PIECES\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u0ktc3\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16mzhv0\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"SONY\"})}),className:\"framer-1dh44bx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"MUSIC PIECES\"'})}),className:\"framer-qj4r3e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-16ni5yq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"lurpak-freestyle\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"B1LzG8VCl\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"XXnI0EqPa\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png\",srcSet:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png 1920w\"},className:\"framer-mqgqqb framer-5b6ael\",\"data-framer-name\":\"LURPAK\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wrzwjv\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18msf3w\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"LURPAK\"})}),className:\"framer-ddqup\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"FREESTYLE\"'})}),className:\"framer-15cowrg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1km3t6f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"ikea-beds\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Gz4X1HJco\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"pGXQbIZZS\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1280,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png\",srcSet:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=512 512w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png 1280w\"},className:\"framer-12tikdo framer-5b6ael\",\"data-framer-name\":\"ikea beds\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e4myl3\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qrmu0a\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"IKEA\"})}),className:\"framer-1ilwjtq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"BEDS\"'})}),className:\"framer-1qee8g5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-10kk2z9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nike-winning-isnt-for-everyone\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ECDiea3eq\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"mRPyipgrk\",openInNewTab:true,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png\",srcSet:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png 1920w\"},className:\"framer-100aqqc framer-5b6ael\",\"data-framer-name\":\"NIKE\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1z5sr2\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tt7eyj\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"NIKE\"})}),className:\"framer-pqy1vt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1crajsd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"alexander-mcqueen\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"yd7jQhpUK\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"EfGZLCaMe\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png\",srcSet:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png 1920w\"},className:\"framer-1d2076c framer-5b6ael\",\"data-framer-name\":\"MCQUEEN\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t95zln\",\"data-framer-name\":\"CLIPPED STACK\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u76ksa\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ALEXANDER MCQUEEN\"})}),className:\"framer-12zj3wd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:'\"THE SLASH BAG\"'})}),className:\"framer-vool3e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-32ew4c\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})})]})}),isDisplayed11(visible)&&/*#__PURE__*/_jsx(\"section\",{className:cx(\"framer-1fzp674\",\"hidden-1g27cwm\",\"hidden-n9fvl5\",!visible&&\"hidden-zf1a8c\",!visible&&\"hidden-yn8skk\"),\"data-framer-name\":\"RECORDS OP\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18le9ix\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-che7yp\",\"data-framer-name\":\"Text Wrapper\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abjmwxKUB\"},motionChild:true,nodeId:\"U_NilDLrl\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More records\"})})})}),className:\"framer-1qvgjn6\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation19,className:\"framer-1s1rg22-container\",\"data-framer-appear-id\":\"1s1rg22\",initial:animation7,optimized:true,children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",arrowGap:16,arrowPadding:50,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:false},gap:25,height:\"100%\",id:\"xz4DkMO3S\",intervalControl:5,itemAmount:4,layoutId:\"xz4DkMO3S\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:21,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"QYXOp4Ut3\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:1046,pixelWidth:1048,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png\",srcSet:\"https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=512 512w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2Lzsaxw4OUGA9qLjUgsVLoFVc4.png 1048w\"},className:\"framer-8poisp framer-5b6ael\",\"data-framer-name\":\"Recovery\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12dzhiu\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ax9v8\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"RECOVERY\"})}),className:\"framer-19qd82y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-tgt2ko\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"handling-the-undead-soundtrack\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"vuQptrrnH\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"i_6zBcgLC\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:4500,pixelWidth:4500,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png\",srcSet:\"https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png?scale-down-to=512 512w,https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/dboQLVUvTRJb4NoM5TSSMSBwLI.png 4500w\"},className:\"framer-c5gkut framer-5b6ael\",\"data-framer-name\":\"Handling the Undead Soundtrack\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oyirbw\",whileHover:animation20,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"HANDLING THE UNDEAD\"})}),className:\"framer-1g8pdqc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ORIGINAL SOUNDTRACK\"})}),className:\"framer-alhhn0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1e3ykiu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"we-are-bioiphonica\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Fo7qdw81k\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"K8FiAIEB4\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:640,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg\",srcSet:\"https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tjQ2CzOde4lZaSDZZ3j2rZ8M.jpg 640w\"},className:\"framer-4fth05 framer-5b6ael\",\"data-framer-name\":\"We Are Biophonica\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-v9i2p2\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-btzzy6\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"WE ARE BIOPHONICA\"})}),className:\"framer-1d9bsw9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-qltrfi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"under-the-skin-original-soundtrack\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"T9Foebovr\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"IyVGpJdg3\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:640,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/8WoqEkI8iMIpkyNUXUVK0ku330.jpg\",srcSet:\"https://framerusercontent.com/images/8WoqEkI8iMIpkyNUXUVK0ku330.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/8WoqEkI8iMIpkyNUXUVK0ku330.jpg 640w\"},className:\"framer-1mrviuj framer-5b6ael\",\"data-framer-name\":\"UNDER THE SKIN Soundtrack\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-abz8fk\",whileHover:animation20,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"UNDER THE SKIN\"})}),className:\"framer-h73yuq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ORIGINAL SOUNDTRACK\"})}),className:\"framer-vlw1uq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-5a67i7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-last-photograph-original-soundtrack\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"p0mn91uUJ\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"DSg2aYbKp\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:300,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/FXreR7T7tKF5nXmQBVgelu5gzw.jpg\"},className:\"framer-w83wz2 framer-5b6ael\",\"data-framer-name\":\"The Last Photograph Soundtrack\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14bw6xc\",whileHover:animation20,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"THE LAST PHOTOGRAPH\"})}),className:\"framer-snvvdv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ORIGINAL SOUNDTRACK\"})}),className:\"framer-pluwua\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-durd00\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"note-to-self\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"O_UyFdsbR\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"mGKQ7U1ff\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/USWruDGkdlHejEIZ4fG2xFqdY4.webp\"},className:\"framer-14qzg9i framer-5b6ael\",\"data-framer-name\":\"Note to Self\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vtabik\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-badqk2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"NOTE TO SELF\"})}),className:\"framer-mmtoi5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-8h3soh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"upside-now\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"I3VNbXUUz\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"UDhg2LFpU\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ncjwcXfelOxxnZVe0CmiOnoRHSY.webp\"},className:\"framer-4mtl3j framer-5b6ael\",\"data-framer-name\":\"Upside Now\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yyby03\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y513ot\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"UPSIDE NOW\"})}),className:\"framer-14fydmk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1pilah5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"recovery\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"fIUvokiME\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"vv_5BED7N\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:900,pixelWidth:900,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp\",srcSet:\"https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp?scale-down-to=512 512w,https://framerusercontent.com/images/XK5QTRepDRPI59h2R4D14Kf8A.webp 900w\"},className:\"framer-1mly8qd framer-5b6ael\",\"data-framer-name\":\"Through the Noise\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1s7cfpv\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pjesr0\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"THROUGH THE NOISE\"})}),className:\"framer-4ftndx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1cwts9q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"anoushka-shankar-chapter-ii-how-dark-it-is-before-dawn\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"QF6fTOA3j\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"T3qNlzETJ\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:700,pixelWidth:700,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg\",srcSet:\"https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/rsgmiV9B3PkSNjebJKOPNnBimXY.jpg 700w\"},className:\"framer-19o5bkl framer-5b6ael\",\"data-framer-name\":\"Shankar\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w3lsb3\",whileHover:animation20,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-n0fv8e\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ANOUSHA SHANKAR - CHAPTER II\"})}),className:\"framer-v59c7d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-k6ndgt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"the-dry-original-soundtrack\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"xLW2SX6Cf\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"CEBcSmwh6\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:640,pixelWidth:640,positionX:\"center\",positionY:\"center\",sizes:\"425px\",src:\"https://framerusercontent.com/images/T2BIJpcCaztsJzHZpo51IVQY3Y.jpg\",srcSet:\"https://framerusercontent.com/images/T2BIJpcCaztsJzHZpo51IVQY3Y.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/T2BIJpcCaztsJzHZpo51IVQY3Y.jpg 640w\"},className:\"framer-8ywwso framer-5b6ael\",\"data-framer-name\":\"The Dry Soundtrack\",whileHover:animation15,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-63eeb7\",whileHover:animation20,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"THE DRY\"})}),className:\"framer-3ru0o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"ORIGINAL SOUNDTRACK\"})}),className:\"framer-e1wh95\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-q4hgiv\",\"data-styles-preset\":\"oiY5_XjL0\",style:{\"--framer-text-color\":\"var(--token-a99cd5ad-deee-4667-a6c9-2256b9f7fe54, rgb(255, 250, 245))\"},children:\"CLICK FOR MORE\"})}),className:\"framer-1f38auh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})]})}),isDisplayed(visible12)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{href:undefined},YzJ9eycVe:{href:undefined}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QwkRKv8Zn\"},motionChild:true,nodeId:\"LdsUvnHLK\",children:/*#__PURE__*/_jsx(motion.a,{className:cx(\"framer-12lomiy\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"framer-5b6ael\",!visible12&&\"hidden-1g27cwm\",!visible12&&\"hidden-n9fvl5\"),\"data-framer-name\":\"FILM MORE\",children:isDisplayed6()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QwkRKv8Zn\"},motionChild:true,nodeId:\"n7TERb8Yi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More film/tv\"})})})})},YzJ9eycVe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-51kr9x\",\"data-styles-preset\":\"WsR5dgP3Y\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QwkRKv8Zn\"},motionChild:true,nodeId:\"n7TERb8Yi\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More film/tv\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"More\"})}),className:\"framer-14zf5l2 hidden-zf1a8c\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),isDisplayed(visible)&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{href:undefined},YzJ9eycVe:{href:{webPageId:\"abjmwxKUB\"}}},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"QwkRKv8Zn\"},motionChild:true,nodeId:\"Imai8N2OY\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:cx(\"framer-11cedvg\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"framer-5b6ael\",!visible&&\"hidden-1g27cwm\",!visible&&\"hidden-n9fvl5\"),\"data-framer-name\":\"MUSIC MORE\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"abjmwxKUB\"},motionChild:true,nodeId:\"Y5YDWtkUK\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1rsog2v\",\"data-styles-preset\":\"bBkObHtVF\",children:\"More records\"})})})})},YzJ9eycVe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-51kr9x\",\"data-styles-preset\":\"WsR5dgP3Y\",style:{\"--framer-text-alignment\":\"left\"},children:\"More records\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1tqavm2\",\"data-styles-preset\":\"FB9WLZKPP\",style:{\"--framer-text-alignment\":\"left\"},children:\"More\"})}),className:\"framer-z0lmh7\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),isDisplayed10(visible13)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:cx(\"framer-lb8680-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-n9fvl5\",!visible13&&\"hidden-1g27cwm\"),\"data-framer-appear-id\":\"lb8680\",\"data-framer-name\":\"NEW COMM SLIDESHOW\",initial:animation22,name:\"NEW COMM SLIDESHOW\",optimized:true,style:{transformPerspective:2571},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{w4sACTgyB:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(8, 6, 3, 0.2)\",arrowGap:16,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:true},gap:18,height:\"100%\",id:\"lwinba7HS\",intervalControl:5,itemAmount:2,layoutId:\"lwinba7HS\",name:\"NEW COMM SLIDESHOW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-128ifvl\",\"data-framer-name\":\"SO WIN_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nike-so-win\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MZW37kfOi\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"e2b_jn2ti\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg\",srcSet:\"https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg 1920w\"},className:\"framer-18e64lf framer-5b6ael\",\"data-framer-name\":\"NIKE SO WIN\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o4hcbt\",\"data-framer-name\":\"SURFER MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"guinness\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"EBOr7bFVJ\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"mlJ4Fc28Y\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:720,sizes:\"935px\",src:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png\",srcSet:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png 720w\"},className:\"framer-13vu7dn framer-5b6ael\",\"data-framer-name\":\"GUINNESS SURFER\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6wknth\",\"data-framer-name\":\"VIVA MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"libresse-viva-la-vulva\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Nn3dSu9A_\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"Y6TLITC1_\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png\",srcSet:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=512 512w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png 1920w\"},className:\"framer-2h8qih framer-5b6ael\",\"data-framer-name\":\"VIVA LA VULVA\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15x84f9\",\"data-framer-name\":\"sirius mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sirius-xm-a-life-in-sound\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MgD5vHjOW\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"qGv2y0Zl8\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png\",srcSet:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=512 512w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png 1920w\"},className:\"framer-shl8j6 framer-5b6ael\",\"data-framer-name\":\"SIRIUS\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4300\",\"data-framer-name\":\"sony mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sony-music-pieces\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ASymrd8c2\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"sIPzzJrmt\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:472,pixelWidth:640,sizes:\"1538px\",src:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png\",srcSet:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png 640w\"},className:\"framer-knosbz framer-5b6ael\",\"data-framer-name\":\"SONY MUSIC PIECES\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-155tfzp\",\"data-framer-name\":\"lurpak mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"lurpak-freestyle\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"B1LzG8VCl\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"YI5JZoFch\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png\",srcSet:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png 1920w\"},className:\"framer-zyb156 framer-5b6ael\",\"data-framer-name\":\"LURPAK\",whileHover:animation15})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"ikea-beds\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Gz4X1HJco\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"p9xb0lOaG\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1280,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png\",srcSet:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=512 512w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png 1280w\"},className:\"framer-1no4wa8 framer-5b6ael\",\"data-framer-name\":\"ikea mob\",whileHover:animation15})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-136tkx2\",\"data-framer-name\":\"NIKE MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nike-winning-isnt-for-everyone\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ECDiea3eq\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"XDa4HlVOc\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png\",srcSet:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png 1920w\"},className:\"framer-1s3cef4 framer-5b6ael\",\"data-framer-name\":\"nike mob\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-97ecmn\",\"data-framer-name\":\"Mcqueen mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"alexander-mcqueen\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"yd7jQhpUK\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"W_izpm9ZM\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png\",srcSet:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png 1920w\"},className:\"framer-h1q1rx framer-5b6ael\",\"data-framer-name\":\"MCQUEEN\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})}),isDisplayed12(visible13)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation21,className:cx(\"framer-417ooo-container\",\"hidden-zf1a8c\",\"hidden-yn8skk\",\"hidden-1g27cwm\",!visible13&&\"hidden-n9fvl5\"),\"data-framer-appear-id\":\"417ooo\",\"data-framer-name\":\"NEW COMM SLIDESHOW\",initial:animation22,name:\"NEW COMM SLIDESHOW\",optimized:true,style:{transformPerspective:2571},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{dragControl:false}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(8, 6, 3, 0.2)\",arrowGap:16,arrowPadding:20,arrowPaddingBottom:20,arrowPaddingLeft:0,arrowPaddingRight:20,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:10,overflow:true},gap:18,height:\"100%\",id:\"bWo9NDH3H\",intervalControl:5,itemAmount:1,layoutId:\"bWo9NDH3H\",name:\"NEW COMM SLIDESHOW\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, rgb(227, 191, 201))\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-128ifvl\",\"data-framer-name\":\"SO WIN_MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nike-so-win\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MZW37kfOi\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"e2b_jn2ti\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg\",srcSet:\"https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg?scale-down-to=1024 1024w,https://framerusercontent.com/images/FtKjaeHfXtsdFrEG2APxkp5PKQM.jpeg 1920w\"},className:\"framer-18e64lf framer-5b6ael\",\"data-framer-name\":\"NIKE SO WIN\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o4hcbt\",\"data-framer-name\":\"SURFER MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"guinness\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"EBOr7bFVJ\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"mlJ4Fc28Y\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:540,pixelWidth:720,sizes:\"935px\",src:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png\",srcSet:\"https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png?scale-down-to=512 512w,https://framerusercontent.com/images/bkxQLxAHgJg2n4sUWgn3RTW7a5o.png 720w\"},className:\"framer-13vu7dn framer-5b6ael\",\"data-framer-name\":\"GUINNESS SURFER\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6wknth\",\"data-framer-name\":\"VIVA MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"libresse-viva-la-vulva\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Nn3dSu9A_\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"Y6TLITC1_\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png\",srcSet:\"https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=512 512w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UEBf7o2ZJChZE1vkYokRUQI4Ek.png 1920w\"},className:\"framer-2h8qih framer-5b6ael\",\"data-framer-name\":\"VIVA LA VULVA\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15x84f9\",\"data-framer-name\":\"sirius mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sirius-xm-a-life-in-sound\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"MgD5vHjOW\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"qGv2y0Zl8\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png\",srcSet:\"https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=512 512w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WzQg9r2e4PFpwdOkCRrcnVA7Zo.png 1920w\"},className:\"framer-shl8j6 framer-5b6ael\",\"data-framer-name\":\"SIRIUS\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4300\",\"data-framer-name\":\"sony mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"sony-music-pieces\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ASymrd8c2\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"sIPzzJrmt\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:472,pixelWidth:640,sizes:\"1538px\",src:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png\",srcSet:\"https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/0Bk7F5WpEhEjVZ3ppeeXeWkVqNw.png 640w\"},className:\"framer-knosbz framer-5b6ael\",\"data-framer-name\":\"SONY MUSIC PIECES\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-155tfzp\",\"data-framer-name\":\"lurpak mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"lurpak-freestyle\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"B1LzG8VCl\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"YI5JZoFch\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png\",srcSet:\"https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=512 512w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LD4JHENrgzwEQ50VoBNg2SouqAg.png 1920w\"},className:\"framer-zyb156 framer-5b6ael\",\"data-framer-name\":\"LURPAK\",whileHover:animation15})})}),/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"ikea-beds\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"Gz4X1HJco\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"p9xb0lOaG\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:720,pixelWidth:1280,sizes:\"1538px\",src:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png\",srcSet:\"https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=512 512w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/LDs0UQ6u7dcZuZpmPjm63xw0Yp8.png 1280w\"},className:\"framer-1no4wa8 framer-5b6ael\",\"data-framer-name\":\"ikea mob\",whileHover:animation15})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-136tkx2\",\"data-framer-name\":\"NIKE MOB\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"nike-winning-isnt-for-everyone\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"ECDiea3eq\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"XDa4HlVOc\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png\",srcSet:\"https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=512 512w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/jUB9WBFyulTw9CmnZhHqLUE.png 1920w\"},className:\"framer-1s3cef4 framer-5b6ael\",\"data-framer-name\":\"nike mob\",whileHover:animation15})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-97ecmn\",\"data-framer-name\":\"Mcqueen mob\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{j2wcnrQAn:\"alexander-mcqueen\"},unresolvedPathSlugs:{j2wcnrQAn:{collectionId:\"bB60QqZEW\",collectionItemId:\"yd7jQhpUK\"}},webPageId:\"a9F0ET9SQ\"},motionChild:true,nodeId:\"W_izpm9ZM\",openInNewTab:false,children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1920,sizes:\"1538px\",src:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png\",srcSet:\"https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=512 512w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/vzoMvvqMaGX9KV7o01ZXbRDs.png 1920w\"},className:\"framer-h1q1rx framer-5b6ael\",\"data-framer-name\":\"MCQUEEN\",whileHover:animation15})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YzJ9eycVe:{animate:animation23,initial:animation24,optimized:true}},children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{className:\"framer-14dv6dq\",\"data-framer-appear-id\":\"14dv6dq\",\"data-framer-name\":\"LINKS\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ZwVOORAaR\"},implicitPathVariables:undefined},{href:{webPageId:\"ZwVOORAaR\"},implicitPathVariables:undefined},{href:{webPageId:\"ZwVOORAaR\"},implicitPathVariables:undefined},{href:{webPageId:\"ZwVOORAaR\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{y:(componentViewport?.y||0)+0+2419.5+24},w4sACTgyB:{y:(componentViewport?.y||0)+0+2716+16.5},YzJ9eycVe:{y:(componentViewport?.y||0)+0+1973.5+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,y:(componentViewport?.y||0)+0+2434.5+24,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4wb8s2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{DiHR0lOE1:resolvedLinks[1]},w4sACTgyB:{DiHR0lOE1:resolvedLinks[2]},YzJ9eycVe:{DiHR0lOE1:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(Link1,{DiHR0lOE1:resolvedLinks[0],doZ8Qxn2D:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",GwkFwp4D1:\"All\",height:\"100%\",id:\"rhhLuiRw4\",layoutId:\"rhhLuiRw4\",R6GcEjgoB:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\",variant:\"s9jKhuoNL\",width:\"100%\",Zjyonbkyj:\"var(--token-9fc26345-dbf8-4986-a404-dba04e76ebfb, rgb(8, 6, 3))\"})})})})})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{lIp6FS4sh:{y:(componentViewport?.y||0)+0+2499.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2514.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m0f0jo-container hidden-1g27cwm hidden-n9fvl5\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"nAdtkK9je\",layoutId:\"nAdtkK9je\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kY7pV.framer-5b6ael, .framer-kY7pV .framer-5b6ael { display: block; }\",\".framer-kY7pV.framer-zf1a8c { align-content: center; align-items: center; background-color: var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, #e3bfc9); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-kY7pV .framer-1ond2pi-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-kY7pV .framer-1gh9jmw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 40px 30px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1y57qqn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 658px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 605px; }\",\".framer-kY7pV .framer-1ka1oe2 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 639px; position: relative; width: 577px; }\",\".framer-kY7pV .framer-lxqfh3, .framer-kY7pV .framer-1tu1ugh, .framer-kY7pV .framer-1ppwby1 { flex: none; height: 416px; position: relative; width: 415px; }\",\".framer-kY7pV .framer-1immn8c { 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 0px 0px 25px; position: relative; width: 810px; }\",\".framer-kY7pV .framer-mh4ek9, .framer-kY7pV .framer-v5juxu, .framer-kY7pV .framer-sqzgzk, .framer-kY7pV .framer-11pwih1, .framer-kY7pV .framer-9nfrie, .framer-kY7pV .framer-q9ii0c, .framer-kY7pV .framer-f9gwso, .framer-kY7pV .framer-1gu2y2i, .framer-kY7pV .framer-ha7b27, .framer-kY7pV .framer-8n3cdc, .framer-kY7pV .framer-1qvgjn6 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kY7pV .framer-u78p3e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-18lbgxv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; min-height: 60px; min-width: 234px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-1eg36hl, .framer-kY7pV .framer-yxa1zi { aspect-ratio: 1 / 1; flex: none; height: 60px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 60px); }\",\".framer-kY7pV .framer-783zh5, .framer-kY7pV .framer-pqrkx1, .framer-kY7pV .framer-17a17f3, .framer-kY7pV .framer-13qsn4b, .framer-kY7pV .framer-qxq1zu, .framer-kY7pV .framer-10jeaum, .framer-kY7pV .framer-tbfwax, .framer-kY7pV .framer-so33vi, .framer-kY7pV .framer-1v07fc5, .framer-kY7pV .framer-9zjacc, .framer-kY7pV .framer-u4wueu { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-f1kje1, .framer-kY7pV .framer-on79fz { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: hidden; position: relative; width: 40px; }\",\".framer-kY7pV .framer-en0kx7, .framer-kY7pV .framer-g5652b { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-9a0u49, .framer-kY7pV .framer-13qeul5, .framer-kY7pV .framer-eiyqxu, .framer-kY7pV .framer-7gijeo, .framer-kY7pV .framer-1aqxumw, .framer-kY7pV .framer-1phzpam, .framer-kY7pV .framer-2dtuql, .framer-kY7pV .framer-mqycch, .framer-kY7pV .framer-1vue8sa { flex: none; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-kY7pV .framer-22i1yw, .framer-kY7pV .framer-139w2xc, .framer-kY7pV .framer-zw3rlk { flex: none; height: 60px; left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-8yabw4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-1oqhne9, .framer-kY7pV .framer-lst3dm, .framer-kY7pV .framer-j1j0lj, .framer-kY7pV .framer-5dt8c8, .framer-kY7pV .framer-yhlzdq, .framer-kY7pV .framer-6p0oo9 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); overflow: hidden; position: relative; width: 60px; }\",\".framer-kY7pV .framer-qcpdit, .framer-kY7pV .framer-uf194y, .framer-kY7pV .framer-ic3ndx { aspect-ratio: 1.0144927536231885 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-1muoq8p, .framer-kY7pV .framer-1ibeue6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 56px; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-kY7pV .framer-10t3lut, .framer-kY7pV .framer-1i91nsk, .framer-kY7pV .framer-c1neo3, .framer-kY7pV .framer-k753q8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 200px); position: relative; text-decoration: none; width: 100%; }\",\".framer-kY7pV .framer-92rryj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-kY7pV .framer-17o0wmi { 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 0px 0px 25px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-19uawu0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 402px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 573px; }\",\".framer-kY7pV .framer-gsx7v5-container { flex: none; height: 397px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1ao9djb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 215px; justify-content: center; overflow: hidden; padding: 0px 14px 0px 14px; position: relative; width: 718px; }\",\".framer-kY7pV .framer-1xcf9ue { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 76px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-107e5to { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 77px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-cydcv4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; overflow: hidden; padding: 0px; position: relative; width: 60px; }\",\".framer-kY7pV .framer-3e8hjb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 796px; justify-content: center; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1n95afw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 546px; }\",\".framer-kY7pV .framer-1xpavbf, .framer-kY7pV .framer-p6esly-container { flex: none; height: 100%; position: relative; width: 100%; }\",\".framer-kY7pV .framer-4mebo0, .framer-kY7pV .framer-14zf5l2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-kY7pV .framer-zuzb2u { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kY7pV .framer-19lgm82 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-around; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1o8x557 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 29px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 9px 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-vnutbq { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: 1px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1m60qr9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kY7pV .framer-fmvf2t-container { flex: none; height: 417px; position: relative; width: 744px; }\",\".framer-kY7pV .framer-dq4ifl { 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: 703px; }\",\".framer-kY7pV .framer-u6chyl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; min-height: 126px; overflow: hidden; padding: 12px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1khom4t, .framer-kY7pV .framer-1aqdxpl, .framer-kY7pV .framer-1s4w3yu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 102px; justify-content: center; min-width: 70px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-svwgwn, .framer-kY7pV .framer-1wfeupv, .framer-kY7pV .framer-19f15n0, .framer-kY7pV .framer-xjs295, .framer-kY7pV .framer-ti1b6w, .framer-kY7pV .framer-144e9qp, .framer-kY7pV .framer-1lm5aet, .framer-kY7pV .framer-1owoxp0, .framer-kY7pV .framer-wznu5, .framer-kY7pV .framer-rgxjmk, .framer-kY7pV .framer-wh6oca, .framer-kY7pV .framer-19lf91s, .framer-kY7pV .framer-bufwpo, .framer-kY7pV .framer-i8a6p { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; text-decoration: none; width: 40px; }\",\".framer-kY7pV .framer-d0cd94 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 40px; }\",\".framer-kY7pV .framer-prj0j2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; min-height: 65px; overflow: visible; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1p2mh1j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; min-width: 40px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-1tea9o0, .framer-kY7pV .framer-1t46uw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; min-width: 70px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-2bzzni { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 126px; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-z1wah7, .framer-kY7pV .framer-7lo4t3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-kY7pV .framer-wdj5ta, .framer-kY7pV .framer-1mffir5, .framer-kY7pV .framer-2z3r8x, .framer-kY7pV .framer-vewmj, .framer-kY7pV .framer-1qvu7u9, .framer-kY7pV .framer-1jbvsce, .framer-kY7pV .framer-ipzwpw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 200px; min-width: 200px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-1m3k56l { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-kY7pV .framer-1icdh1e-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-nb88j8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 30px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-7qpfje { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 582px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 577px; }\",\".framer-kY7pV .framer-1ae3l9n { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 581px; position: relative; width: 577px; }\",\".framer-kY7pV .framer-1vdynpx { 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: 785px; }\",\".framer-kY7pV .framer-1ajvhg8 { 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-kY7pV .framer-1nzeazm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 135px 0px 135px 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-lma99n { 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: 9px 0px 9px 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-t0cjwi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 235px; justify-content: center; overflow: hidden; padding: 37px 14px 37px 14px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1ell6xp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 1px; justify-content: center; min-width: 757px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kY7pV .framer-zbt4hp { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 85px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: var(--framer-aspect-ratio-supported, 85px); }\",\".framer-kY7pV .framer-ta82xw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; text-decoration: none; width: 72px; }\",\".framer-kY7pV .framer-6evsbo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-height: 73px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1bu3cph-container { flex: none; height: 300px; position: relative; width: 405px; }\",\".framer-kY7pV .framer-dosvn8, .framer-kY7pV .framer-103lwan, .framer-kY7pV .framer-iiskh2, .framer-kY7pV .framer-w8z71v, .framer-kY7pV .framer-vqwiu7, .framer-kY7pV .framer-1ywd2o0 { height: 832px; overflow: hidden; position: relative; width: 576px; }\",\".framer-kY7pV .framer-1mmtdqv, .framer-kY7pV .framer-ey2r99, .framer-kY7pV .framer-ol16nj, .framer-kY7pV .framer-l7du8h, .framer-kY7pV .framer-1xbswmi, .framer-kY7pV .framer-fy3hne, .framer-kY7pV .framer-18e64lf, .framer-kY7pV .framer-13vu7dn, .framer-kY7pV .framer-2h8qih, .framer-kY7pV .framer-shl8j6, .framer-kY7pV .framer-knosbz, .framer-kY7pV .framer-zyb156, .framer-kY7pV .framer-1s3cef4, .framer-kY7pV .framer-h1q1rx { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; padding: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-swd62z-container { flex: none; height: 187px; max-width: 700px; position: relative; width: 390px; }\",\".framer-kY7pV .framer-1jwf5g5, .framer-kY7pV .framer-102hsew, .framer-kY7pV .framer-o1vsnv, .framer-kY7pV .framer-11o29px, .framer-kY7pV .framer-uucul, .framer-kY7pV .framer-jal6sl, .framer-kY7pV .framer-whb7a5, .framer-kY7pV .framer-efdhec, .framer-kY7pV .framer-b73cg { height: 425px; overflow: hidden; position: relative; width: 425px; }\",\".framer-kY7pV .framer-19h1hfr, .framer-kY7pV .framer-16mmas9, .framer-kY7pV .framer-xlr7j2, .framer-kY7pV .framer-dylg49, .framer-kY7pV .framer-xjgnbe, .framer-kY7pV .framer-1ngqtl0, .framer-kY7pV .framer-iklrn1, .framer-kY7pV .framer-143jtoq, .framer-kY7pV .framer-110a18c { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; padding: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-kY7pV .framer-1jf5mq0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 36px; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 25px; position: relative; text-decoration: none; width: 100%; }\",\".framer-kY7pV .framer-1asu11k, .framer-kY7pV .framer-18v1ezs, .framer-kY7pV .framer-oxjco7, .framer-kY7pV .framer-1de7v5v, .framer-kY7pV .framer-12ts0my, .framer-kY7pV .framer-12rf6t4, .framer-kY7pV .framer-1hs69qi, .framer-kY7pV .framer-j9b4q3, .framer-kY7pV .framer-1e4d7et, .framer-kY7pV .framer-1lq99qr, .framer-kY7pV .framer-10e92ia, .framer-kY7pV .framer-1r9tk2b, .framer-kY7pV .framer-we9g7s, .framer-kY7pV .framer-aew37e, .framer-kY7pV .framer-84ld3c, .framer-kY7pV .framer-1k9z131, .framer-kY7pV .framer-rhr8ag, .framer-kY7pV .framer-8hx8t2, .framer-kY7pV .framer-1e1ebj9, .framer-kY7pV .framer-gptus2, .framer-kY7pV .framer-bavnzw, .framer-kY7pV .framer-1rb03u6, .framer-kY7pV .framer-1dh44bx, .framer-kY7pV .framer-qj4r3e, .framer-kY7pV .framer-16ni5yq, .framer-kY7pV .framer-ddqup, .framer-kY7pV .framer-15cowrg, .framer-kY7pV .framer-1km3t6f, .framer-kY7pV .framer-1ilwjtq, .framer-kY7pV .framer-1qee8g5, .framer-kY7pV .framer-10kk2z9, .framer-kY7pV .framer-pqy1vt, .framer-kY7pV .framer-1crajsd, .framer-kY7pV .framer-12zj3wd, .framer-kY7pV .framer-vool3e, .framer-kY7pV .framer-32ew4c, .framer-kY7pV .framer-19qd82y, .framer-kY7pV .framer-tgt2ko, .framer-kY7pV .framer-1g8pdqc, .framer-kY7pV .framer-alhhn0, .framer-kY7pV .framer-1e3ykiu, .framer-kY7pV .framer-1d9bsw9, .framer-kY7pV .framer-qltrfi, .framer-kY7pV .framer-h73yuq, .framer-kY7pV .framer-vlw1uq, .framer-kY7pV .framer-5a67i7, .framer-kY7pV .framer-snvvdv, .framer-kY7pV .framer-pluwua, .framer-kY7pV .framer-durd00, .framer-kY7pV .framer-mmtoi5, .framer-kY7pV .framer-8h3soh, .framer-kY7pV .framer-14fydmk, .framer-kY7pV .framer-1pilah5, .framer-kY7pV .framer-4ftndx, .framer-kY7pV .framer-1cwts9q, .framer-kY7pV .framer-v59c7d, .framer-kY7pV .framer-k6ndgt, .framer-kY7pV .framer-3ru0o, .framer-kY7pV .framer-e1wh95, .framer-kY7pV .framer-1f38auh, .framer-kY7pV .framer-z0lmh7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kY7pV .framer-1fr78hv-container { flex: none; height: 394px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-b27b7u-container { flex: none; height: 376px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-q6makt { align-content: center; align-items: center; background-color: var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, #e3bfc9); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 17px; height: 237px; justify-content: center; max-width: 1600px; overflow: visible; padding: 20px 40px 36px 40px; position: relative; width: 389px; }\",\".framer-kY7pV .framer-ylrzja { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 1px; }\",\".framer-kY7pV .framer-1jl1jvr, .framer-kY7pV .framer-12j1fc5, .framer-kY7pV .framer-1nlkrq7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 103%; word-break: break-word; word-wrap: break-word; }\",\".framer-kY7pV .framer-16j2t9w, .framer-kY7pV .framer-1n0oglx { flex: none; height: 476px; position: relative; width: 417px; }\",\".framer-kY7pV .framer-6pfz3k, .framer-kY7pV .framer-18l5939, .framer-kY7pV .framer-1d3qs9m { aspect-ratio: 1.699544764795144 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 118px); position: relative; width: 1px; }\",\".framer-kY7pV .framer-brsry3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: visible; padding: 15px 0px 15px 40px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1uz2oad { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-tn2vkq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-end; overflow: visible; padding: 15px 0px 15px 0px; position: relative; width: 1350px; }\",\".framer-kY7pV .framer-46l5ul { align-content: center; align-items: center; background-color: var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, #e3bfc9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 0px 50px 50px 50px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1xpramr-container { flex: none; height: 762px; max-width: 1350px; position: relative; width: 1350px; }\",\".framer-kY7pV .framer-11rwcb8, .framer-kY7pV .framer-128nvm, .framer-kY7pV .framer-1lhds3i { aspect-ratio: 1.699544764795144 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 118px); position: relative; width: 100%; }\",\".framer-kY7pV .framer-pro3b0, .framer-kY7pV .framer-199innv, .framer-kY7pV .framer-1fzp674 { align-content: center; align-items: center; background-color: var(--token-22610c8b-1892-4222-baff-5ab1ff1cb9b4, #e3bfc9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-fka7he { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: 484px; justify-content: flex-end; max-width: 1600px; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-17ctw9c { align-content: flex-end; align-items: flex-end; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 1600px; min-height: 640px; overflow: hidden; padding: 0px 0px 0px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kY7pV .framer-10k69jp-container { flex: none; height: 388px; position: relative; width: 1440px; }\",\".framer-kY7pV .framer-4ds0ec, .framer-kY7pV .framer-18cg5nt, .framer-kY7pV .framer-p0ze8i, .framer-kY7pV .framer-bbwa52, .framer-kY7pV .framer-1843si, .framer-kY7pV .framer-1nfz179 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 832px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 576px; }\",\".framer-kY7pV .framer-lu9ok9, .framer-kY7pV .framer-1359jfg, .framer-kY7pV .framer-1hrgdu7, .framer-kY7pV .framer-1hnzgta, .framer-kY7pV .framer-1sy3zwj, .framer-kY7pV .framer-1ty8gbj { align-content: center; align-items: center; background-color: rgba(51, 51, 51, 0.5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; max-width: 275px; opacity: 0; padding: 0px 0px 50px 0px; position: relative; width: 275px; }\",\".framer-kY7pV .framer-1hseoic, .framer-kY7pV .framer-m4uors, .framer-kY7pV .framer-4nkvrs, .framer-kY7pV .framer-up6nx4, .framer-kY7pV .framer-1sbfyfo, .framer-kY7pV .framer-f0cdux, .framer-kY7pV .framer-kvj4oc, .framer-kY7pV .framer-1amd1f, .framer-kY7pV .framer-1a472fk, .framer-kY7pV .framer-16mzhv0, .framer-kY7pV .framer-18msf3w, .framer-kY7pV .framer-1qrmu0a, .framer-kY7pV .framer-1tt7eyj, .framer-kY7pV .framer-u76ksa, .framer-kY7pV .framer-12ax9v8, .framer-kY7pV .framer-btzzy6, .framer-kY7pV .framer-badqk2, .framer-kY7pV .framer-1y513ot, .framer-kY7pV .framer-1pjesr0, .framer-kY7pV .framer-n0fv8e { flex: none; height: 32px; overflow: hidden; position: relative; width: 483px; }\",\".framer-kY7pV .framer-br7ow4-container { flex: none; height: 388px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-17ljga2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: 479px; justify-content: flex-end; max-width: 1600px; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-12m3yud { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 1350px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kY7pV .framer-wc7z1y-container { flex: 1 0 0px; height: 1px; max-width: 1350px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-1aqs58j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 658px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 935px; }\",\".framer-kY7pV .framer-1oxg53h, .framer-kY7pV .framer-1exbgdi, .framer-kY7pV .framer-1z09jln, .framer-kY7pV .framer-1u0ktc3, .framer-kY7pV .framer-wrzwjv, .framer-kY7pV .framer-e4myl3, .framer-kY7pV .framer-1z5sr2, .framer-kY7pV .framer-1t95zln { align-content: center; align-items: center; background-color: rgba(51, 51, 51, 0.5); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; max-width: 500px; opacity: 0; padding: 0px 0px 50px 0px; position: relative; width: 1px; }\",\".framer-kY7pV .framer-4exi1b, .framer-kY7pV .framer-11ga07v, .framer-kY7pV .framer-8b9r8g, .framer-kY7pV .framer-mqgqqb, .framer-kY7pV .framer-12tikdo, .framer-kY7pV .framer-100aqqc, .framer-kY7pV .framer-1d2076c, .framer-kY7pV .framer-1no4wa8 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 832px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 1538px; }\",\".framer-kY7pV .framer-18le9ix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 477px; justify-content: center; max-width: 1600px; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-che7yp { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 1600px; overflow: hidden; padding: 0px 0px 0px 50px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-kY7pV .framer-1s1rg22-container { flex: none; height: 345px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-8poisp, .framer-kY7pV .framer-c5gkut, .framer-kY7pV .framer-4fth05, .framer-kY7pV .framer-1mrviuj, .framer-kY7pV .framer-w83wz2, .framer-kY7pV .framer-14qzg9i, .framer-kY7pV .framer-4mtl3j, .framer-kY7pV .framer-1mly8qd, .framer-kY7pV .framer-19o5bkl, .framer-kY7pV .framer-8ywwso { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 425px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 425px; }\",\".framer-kY7pV .framer-12dzhiu, .framer-kY7pV .framer-oyirbw, .framer-kY7pV .framer-v9i2p2, .framer-kY7pV .framer-abz8fk, .framer-kY7pV .framer-14bw6xc, .framer-kY7pV .framer-vtabik, .framer-kY7pV .framer-1yyby03, .framer-kY7pV .framer-1s7cfpv, .framer-kY7pV .framer-w3lsb3, .framer-kY7pV .framer-63eeb7 { align-content: center; align-items: center; background-color: rgba(51, 51, 51, 0.5); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-end; max-width: 275px; opacity: 0; padding: 0px 0px 50px 0px; position: relative; width: 275px; }\",\".framer-kY7pV .framer-12lomiy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 201px; justify-content: center; overflow: hidden; padding: 40px; position: relative; text-decoration: none; width: 100%; }\",\".framer-kY7pV .framer-11cedvg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 53px; justify-content: center; overflow: hidden; padding: 40px; position: relative; text-decoration: none; width: 100%; }\",\".framer-kY7pV .framer-lb8680-container { flex: none; height: 238px; position: relative; width: 100%; }\",\".framer-kY7pV .framer-128ifvl, .framer-kY7pV .framer-6wknth, .framer-kY7pV .framer-15x84f9, .framer-kY7pV .framer-1f4300, .framer-kY7pV .framer-155tfzp, .framer-kY7pV .framer-136tkx2, .framer-kY7pV .framer-97ecmn { height: 832px; overflow: hidden; position: relative; width: 1538px; }\",\".framer-kY7pV .framer-1o4hcbt { height: 658px; overflow: hidden; position: relative; width: 935px; }\",\".framer-kY7pV .framer-417ooo-container { flex: none; height: 218px; max-width: 700px; position: relative; width: 390px; }\",\".framer-kY7pV .framer-14dv6dq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: flex-end; overflow: hidden; padding: 10px 50px 0px 0px; position: relative; width: 1440px; }\",\".framer-kY7pV .framer-4wb8s2-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-kY7pV .framer-m0f0jo-container { flex: none; height: 75px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kY7pV.framer-zf1a8c, .framer-kY7pV .framer-1gh9jmw, .framer-kY7pV .framer-1y57qqn, .framer-kY7pV .framer-1immn8c, .framer-kY7pV .framer-u78p3e, .framer-kY7pV .framer-18lbgxv, .framer-kY7pV .framer-8yabw4, .framer-kY7pV .framer-1muoq8p, .framer-kY7pV .framer-92rryj, .framer-kY7pV .framer-17o0wmi, .framer-kY7pV .framer-19uawu0, .framer-kY7pV .framer-1ao9djb, .framer-kY7pV .framer-1xcf9ue, .framer-kY7pV .framer-107e5to, .framer-kY7pV .framer-cydcv4, .framer-kY7pV .framer-3e8hjb, .framer-kY7pV .framer-1n95afw, .framer-kY7pV .framer-zuzb2u, .framer-kY7pV .framer-1o8x557, .framer-kY7pV .framer-vnutbq, .framer-kY7pV .framer-dq4ifl, .framer-kY7pV .framer-u6chyl, .framer-kY7pV .framer-1khom4t, .framer-kY7pV .framer-1aqdxpl, .framer-kY7pV .framer-1s4w3yu, .framer-kY7pV .framer-d0cd94, .framer-kY7pV .framer-prj0j2, .framer-kY7pV .framer-1p2mh1j, .framer-kY7pV .framer-1tea9o0, .framer-kY7pV .framer-1t46uw, .framer-kY7pV .framer-2bzzni, .framer-kY7pV .framer-z1wah7, .framer-kY7pV .framer-wdj5ta, .framer-kY7pV .framer-1mffir5, .framer-kY7pV .framer-2z3r8x, .framer-kY7pV .framer-1m3k56l, .framer-kY7pV .framer-7lo4t3, .framer-kY7pV .framer-vewmj, .framer-kY7pV .framer-1qvu7u9, .framer-kY7pV .framer-1jbvsce, .framer-kY7pV .framer-ipzwpw, .framer-kY7pV .framer-nb88j8, .framer-kY7pV .framer-7qpfje, .framer-kY7pV .framer-1vdynpx, .framer-kY7pV .framer-1ajvhg8, .framer-kY7pV .framer-1nzeazm, .framer-kY7pV .framer-lma99n, .framer-kY7pV .framer-t0cjwi, .framer-kY7pV .framer-1ell6xp, .framer-kY7pV .framer-zbt4hp, .framer-kY7pV .framer-6evsbo, .framer-kY7pV .framer-1ibeue6, .framer-kY7pV .framer-1mmtdqv, .framer-kY7pV .framer-ey2r99, .framer-kY7pV .framer-ol16nj, .framer-kY7pV .framer-l7du8h, .framer-kY7pV .framer-1xbswmi, .framer-kY7pV .framer-fy3hne, .framer-kY7pV .framer-19h1hfr, .framer-kY7pV .framer-16mmas9, .framer-kY7pV .framer-xlr7j2, .framer-kY7pV .framer-dylg49, .framer-kY7pV .framer-xjgnbe, .framer-kY7pV .framer-1ngqtl0, .framer-kY7pV .framer-iklrn1, .framer-kY7pV .framer-143jtoq, .framer-kY7pV .framer-110a18c, .framer-kY7pV .framer-1jf5mq0, .framer-kY7pV .framer-q6makt, .framer-kY7pV .framer-ylrzja, .framer-kY7pV .framer-brsry3, .framer-kY7pV .framer-1uz2oad, .framer-kY7pV .framer-tn2vkq, .framer-kY7pV .framer-46l5ul, .framer-kY7pV .framer-pro3b0, .framer-kY7pV .framer-fka7he, .framer-kY7pV .framer-17ctw9c, .framer-kY7pV .framer-4ds0ec, .framer-kY7pV .framer-lu9ok9, .framer-kY7pV .framer-18cg5nt, .framer-kY7pV .framer-1359jfg, .framer-kY7pV .framer-p0ze8i, .framer-kY7pV .framer-1hrgdu7, .framer-kY7pV .framer-bbwa52, .framer-kY7pV .framer-1hnzgta, .framer-kY7pV .framer-1843si, .framer-kY7pV .framer-1sy3zwj, .framer-kY7pV .framer-1nfz179, .framer-kY7pV .framer-1ty8gbj, .framer-kY7pV .framer-199innv, .framer-kY7pV .framer-17ljga2, .framer-kY7pV .framer-12m3yud, .framer-kY7pV .framer-1aqs58j, .framer-kY7pV .framer-1oxg53h, .framer-kY7pV .framer-4exi1b, .framer-kY7pV .framer-1exbgdi, .framer-kY7pV .framer-11ga07v, .framer-kY7pV .framer-1z09jln, .framer-kY7pV .framer-8b9r8g, .framer-kY7pV .framer-1u0ktc3, .framer-kY7pV .framer-mqgqqb, .framer-kY7pV .framer-wrzwjv, .framer-kY7pV .framer-12tikdo, .framer-kY7pV .framer-e4myl3, .framer-kY7pV .framer-100aqqc, .framer-kY7pV .framer-1z5sr2, .framer-kY7pV .framer-1d2076c, .framer-kY7pV .framer-1t95zln, .framer-kY7pV .framer-1fzp674, .framer-kY7pV .framer-18le9ix, .framer-kY7pV .framer-che7yp, .framer-kY7pV .framer-8poisp, .framer-kY7pV .framer-12dzhiu, .framer-kY7pV .framer-c5gkut, .framer-kY7pV .framer-oyirbw, .framer-kY7pV .framer-4fth05, .framer-kY7pV .framer-v9i2p2, .framer-kY7pV .framer-1mrviuj, .framer-kY7pV .framer-abz8fk, .framer-kY7pV .framer-w83wz2, .framer-kY7pV .framer-14bw6xc, .framer-kY7pV .framer-14qzg9i, .framer-kY7pV .framer-vtabik, .framer-kY7pV .framer-4mtl3j, .framer-kY7pV .framer-1yyby03, .framer-kY7pV .framer-1mly8qd, .framer-kY7pV .framer-1s7cfpv, .framer-kY7pV .framer-19o5bkl, .framer-kY7pV .framer-w3lsb3, .framer-kY7pV .framer-8ywwso, .framer-kY7pV .framer-63eeb7, .framer-kY7pV .framer-12lomiy, .framer-kY7pV .framer-11cedvg, .framer-kY7pV .framer-18e64lf, .framer-kY7pV .framer-13vu7dn, .framer-kY7pV .framer-2h8qih, .framer-kY7pV .framer-shl8j6, .framer-kY7pV .framer-knosbz, .framer-kY7pV .framer-zyb156, .framer-kY7pV .framer-1no4wa8, .framer-kY7pV .framer-1s3cef4, .framer-kY7pV .framer-h1q1rx, .framer-kY7pV .framer-14dv6dq { gap: 0px; } .framer-kY7pV.framer-zf1a8c > *, .framer-kY7pV .framer-u78p3e > *, .framer-kY7pV .framer-46l5ul > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-kY7pV.framer-zf1a8c > :first-child, .framer-kY7pV .framer-1immn8c > :first-child, .framer-kY7pV .framer-u78p3e > :first-child, .framer-kY7pV .framer-1muoq8p > :first-child, .framer-kY7pV .framer-92rryj > :first-child, .framer-kY7pV .framer-17o0wmi > :first-child, .framer-kY7pV .framer-19uawu0 > :first-child, .framer-kY7pV .framer-1ao9djb > :first-child, .framer-kY7pV .framer-cydcv4 > :first-child, .framer-kY7pV .framer-zuzb2u > :first-child, .framer-kY7pV .framer-1o8x557 > :first-child, .framer-kY7pV .framer-vnutbq > :first-child, .framer-kY7pV .framer-dq4ifl > :first-child, .framer-kY7pV .framer-d0cd94 > :first-child, .framer-kY7pV .framer-1vdynpx > :first-child, .framer-kY7pV .framer-1ajvhg8 > :first-child, .framer-kY7pV .framer-1nzeazm > :first-child, .framer-kY7pV .framer-lma99n > :first-child, .framer-kY7pV .framer-t0cjwi > :first-child, .framer-kY7pV .framer-zbt4hp > :first-child, .framer-kY7pV .framer-1ibeue6 > :first-child, .framer-kY7pV .framer-19h1hfr > :first-child, .framer-kY7pV .framer-16mmas9 > :first-child, .framer-kY7pV .framer-xlr7j2 > :first-child, .framer-kY7pV .framer-dylg49 > :first-child, .framer-kY7pV .framer-xjgnbe > :first-child, .framer-kY7pV .framer-1ngqtl0 > :first-child, .framer-kY7pV .framer-iklrn1 > :first-child, .framer-kY7pV .framer-143jtoq > :first-child, .framer-kY7pV .framer-110a18c > :first-child, .framer-kY7pV .framer-ylrzja > :first-child, .framer-kY7pV .framer-brsry3 > :first-child, .framer-kY7pV .framer-1uz2oad > :first-child, .framer-kY7pV .framer-tn2vkq > :first-child, .framer-kY7pV .framer-46l5ul > :first-child, .framer-kY7pV .framer-pro3b0 > :first-child, .framer-kY7pV .framer-fka7he > :first-child, .framer-kY7pV .framer-17ctw9c > :first-child, .framer-kY7pV .framer-lu9ok9 > :first-child, .framer-kY7pV .framer-1359jfg > :first-child, .framer-kY7pV .framer-1hrgdu7 > :first-child, .framer-kY7pV .framer-1hnzgta > :first-child, .framer-kY7pV .framer-1sy3zwj > :first-child, .framer-kY7pV .framer-1ty8gbj > :first-child, .framer-kY7pV .framer-199innv > :first-child, .framer-kY7pV .framer-17ljga2 > :first-child, .framer-kY7pV .framer-12m3yud > :first-child, .framer-kY7pV .framer-1oxg53h > :first-child, .framer-kY7pV .framer-1exbgdi > :first-child, .framer-kY7pV .framer-1z09jln > :first-child, .framer-kY7pV .framer-1u0ktc3 > :first-child, .framer-kY7pV .framer-wrzwjv > :first-child, .framer-kY7pV .framer-e4myl3 > :first-child, .framer-kY7pV .framer-1z5sr2 > :first-child, .framer-kY7pV .framer-1t95zln > :first-child, .framer-kY7pV .framer-1fzp674 > :first-child, .framer-kY7pV .framer-18le9ix > :first-child, .framer-kY7pV .framer-che7yp > :first-child, .framer-kY7pV .framer-8poisp > :first-child, .framer-kY7pV .framer-12dzhiu > :first-child, .framer-kY7pV .framer-c5gkut > :first-child, .framer-kY7pV .framer-oyirbw > :first-child, .framer-kY7pV .framer-4fth05 > :first-child, .framer-kY7pV .framer-v9i2p2 > :first-child, .framer-kY7pV .framer-1mrviuj > :first-child, .framer-kY7pV .framer-abz8fk > :first-child, .framer-kY7pV .framer-w83wz2 > :first-child, .framer-kY7pV .framer-14bw6xc > :first-child, .framer-kY7pV .framer-14qzg9i > :first-child, .framer-kY7pV .framer-vtabik > :first-child, .framer-kY7pV .framer-4mtl3j > :first-child, .framer-kY7pV .framer-1yyby03 > :first-child, .framer-kY7pV .framer-1mly8qd > :first-child, .framer-kY7pV .framer-1s7cfpv > :first-child, .framer-kY7pV .framer-19o5bkl > :first-child, .framer-kY7pV .framer-w3lsb3 > :first-child, .framer-kY7pV .framer-8ywwso > :first-child, .framer-kY7pV .framer-63eeb7 > :first-child { margin-top: 0px; } .framer-kY7pV.framer-zf1a8c > :last-child, .framer-kY7pV .framer-1immn8c > :last-child, .framer-kY7pV .framer-u78p3e > :last-child, .framer-kY7pV .framer-1muoq8p > :last-child, .framer-kY7pV .framer-92rryj > :last-child, .framer-kY7pV .framer-17o0wmi > :last-child, .framer-kY7pV .framer-19uawu0 > :last-child, .framer-kY7pV .framer-1ao9djb > :last-child, .framer-kY7pV .framer-cydcv4 > :last-child, .framer-kY7pV .framer-zuzb2u > :last-child, .framer-kY7pV .framer-1o8x557 > :last-child, .framer-kY7pV .framer-vnutbq > :last-child, .framer-kY7pV .framer-dq4ifl > :last-child, .framer-kY7pV .framer-d0cd94 > :last-child, .framer-kY7pV .framer-1vdynpx > :last-child, .framer-kY7pV .framer-1ajvhg8 > :last-child, .framer-kY7pV .framer-1nzeazm > :last-child, .framer-kY7pV .framer-lma99n > :last-child, .framer-kY7pV .framer-t0cjwi > :last-child, .framer-kY7pV .framer-zbt4hp > :last-child, .framer-kY7pV .framer-1ibeue6 > :last-child, .framer-kY7pV .framer-19h1hfr > :last-child, .framer-kY7pV .framer-16mmas9 > :last-child, .framer-kY7pV .framer-xlr7j2 > :last-child, .framer-kY7pV .framer-dylg49 > :last-child, .framer-kY7pV .framer-xjgnbe > :last-child, .framer-kY7pV .framer-1ngqtl0 > :last-child, .framer-kY7pV .framer-iklrn1 > :last-child, .framer-kY7pV .framer-143jtoq > :last-child, .framer-kY7pV .framer-110a18c > :last-child, .framer-kY7pV .framer-ylrzja > :last-child, .framer-kY7pV .framer-brsry3 > :last-child, .framer-kY7pV .framer-1uz2oad > :last-child, .framer-kY7pV .framer-tn2vkq > :last-child, .framer-kY7pV .framer-46l5ul > :last-child, .framer-kY7pV .framer-pro3b0 > :last-child, .framer-kY7pV .framer-fka7he > :last-child, .framer-kY7pV .framer-17ctw9c > :last-child, .framer-kY7pV .framer-lu9ok9 > :last-child, .framer-kY7pV .framer-1359jfg > :last-child, .framer-kY7pV .framer-1hrgdu7 > :last-child, .framer-kY7pV .framer-1hnzgta > :last-child, .framer-kY7pV .framer-1sy3zwj > :last-child, .framer-kY7pV .framer-1ty8gbj > :last-child, .framer-kY7pV .framer-199innv > :last-child, .framer-kY7pV .framer-17ljga2 > :last-child, .framer-kY7pV .framer-12m3yud > :last-child, .framer-kY7pV .framer-1oxg53h > :last-child, .framer-kY7pV .framer-1exbgdi > :last-child, .framer-kY7pV .framer-1z09jln > :last-child, .framer-kY7pV .framer-1u0ktc3 > :last-child, .framer-kY7pV .framer-wrzwjv > :last-child, .framer-kY7pV .framer-e4myl3 > :last-child, .framer-kY7pV .framer-1z5sr2 > :last-child, .framer-kY7pV .framer-1t95zln > :last-child, .framer-kY7pV .framer-1fzp674 > :last-child, .framer-kY7pV .framer-18le9ix > :last-child, .framer-kY7pV .framer-che7yp > :last-child, .framer-kY7pV .framer-8poisp > :last-child, .framer-kY7pV .framer-12dzhiu > :last-child, .framer-kY7pV .framer-c5gkut > :last-child, .framer-kY7pV .framer-oyirbw > :last-child, .framer-kY7pV .framer-4fth05 > :last-child, .framer-kY7pV .framer-v9i2p2 > :last-child, .framer-kY7pV .framer-1mrviuj > :last-child, .framer-kY7pV .framer-abz8fk > :last-child, .framer-kY7pV .framer-w83wz2 > :last-child, .framer-kY7pV .framer-14bw6xc > :last-child, .framer-kY7pV .framer-14qzg9i > :last-child, .framer-kY7pV .framer-vtabik > :last-child, .framer-kY7pV .framer-4mtl3j > :last-child, .framer-kY7pV .framer-1yyby03 > :last-child, .framer-kY7pV .framer-1mly8qd > :last-child, .framer-kY7pV .framer-1s7cfpv > :last-child, .framer-kY7pV .framer-19o5bkl > :last-child, .framer-kY7pV .framer-w3lsb3 > :last-child, .framer-kY7pV .framer-8ywwso > :last-child, .framer-kY7pV .framer-63eeb7 > :last-child { margin-bottom: 0px; } .framer-kY7pV .framer-1gh9jmw > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-kY7pV .framer-1gh9jmw > :first-child, .framer-kY7pV .framer-1y57qqn > :first-child, .framer-kY7pV .framer-18lbgxv > :first-child, .framer-kY7pV .framer-8yabw4 > :first-child, .framer-kY7pV .framer-1xcf9ue > :first-child, .framer-kY7pV .framer-107e5to > :first-child, .framer-kY7pV .framer-3e8hjb > :first-child, .framer-kY7pV .framer-1n95afw > :first-child, .framer-kY7pV .framer-u6chyl > :first-child, .framer-kY7pV .framer-1khom4t > :first-child, .framer-kY7pV .framer-1aqdxpl > :first-child, .framer-kY7pV .framer-1s4w3yu > :first-child, .framer-kY7pV .framer-prj0j2 > :first-child, .framer-kY7pV .framer-1p2mh1j > :first-child, .framer-kY7pV .framer-1tea9o0 > :first-child, .framer-kY7pV .framer-1t46uw > :first-child, .framer-kY7pV .framer-2bzzni > :first-child, .framer-kY7pV .framer-z1wah7 > :first-child, .framer-kY7pV .framer-wdj5ta > :first-child, .framer-kY7pV .framer-1mffir5 > :first-child, .framer-kY7pV .framer-2z3r8x > :first-child, .framer-kY7pV .framer-1m3k56l > :first-child, .framer-kY7pV .framer-7lo4t3 > :first-child, .framer-kY7pV .framer-vewmj > :first-child, .framer-kY7pV .framer-1qvu7u9 > :first-child, .framer-kY7pV .framer-1jbvsce > :first-child, .framer-kY7pV .framer-ipzwpw > :first-child, .framer-kY7pV .framer-nb88j8 > :first-child, .framer-kY7pV .framer-7qpfje > :first-child, .framer-kY7pV .framer-1ell6xp > :first-child, .framer-kY7pV .framer-6evsbo > :first-child, .framer-kY7pV .framer-1mmtdqv > :first-child, .framer-kY7pV .framer-ey2r99 > :first-child, .framer-kY7pV .framer-ol16nj > :first-child, .framer-kY7pV .framer-l7du8h > :first-child, .framer-kY7pV .framer-1xbswmi > :first-child, .framer-kY7pV .framer-fy3hne > :first-child, .framer-kY7pV .framer-1jf5mq0 > :first-child, .framer-kY7pV .framer-q6makt > :first-child, .framer-kY7pV .framer-4ds0ec > :first-child, .framer-kY7pV .framer-18cg5nt > :first-child, .framer-kY7pV .framer-p0ze8i > :first-child, .framer-kY7pV .framer-bbwa52 > :first-child, .framer-kY7pV .framer-1843si > :first-child, .framer-kY7pV .framer-1nfz179 > :first-child, .framer-kY7pV .framer-1aqs58j > :first-child, .framer-kY7pV .framer-4exi1b > :first-child, .framer-kY7pV .framer-11ga07v > :first-child, .framer-kY7pV .framer-8b9r8g > :first-child, .framer-kY7pV .framer-mqgqqb > :first-child, .framer-kY7pV .framer-12tikdo > :first-child, .framer-kY7pV .framer-100aqqc > :first-child, .framer-kY7pV .framer-1d2076c > :first-child, .framer-kY7pV .framer-12lomiy > :first-child, .framer-kY7pV .framer-11cedvg > :first-child, .framer-kY7pV .framer-18e64lf > :first-child, .framer-kY7pV .framer-13vu7dn > :first-child, .framer-kY7pV .framer-2h8qih > :first-child, .framer-kY7pV .framer-shl8j6 > :first-child, .framer-kY7pV .framer-knosbz > :first-child, .framer-kY7pV .framer-zyb156 > :first-child, .framer-kY7pV .framer-1no4wa8 > :first-child, .framer-kY7pV .framer-1s3cef4 > :first-child, .framer-kY7pV .framer-h1q1rx > :first-child, .framer-kY7pV .framer-14dv6dq > :first-child { margin-left: 0px; } .framer-kY7pV .framer-1gh9jmw > :last-child, .framer-kY7pV .framer-1y57qqn > :last-child, .framer-kY7pV .framer-18lbgxv > :last-child, .framer-kY7pV .framer-8yabw4 > :last-child, .framer-kY7pV .framer-1xcf9ue > :last-child, .framer-kY7pV .framer-107e5to > :last-child, .framer-kY7pV .framer-3e8hjb > :last-child, .framer-kY7pV .framer-1n95afw > :last-child, .framer-kY7pV .framer-u6chyl > :last-child, .framer-kY7pV .framer-1khom4t > :last-child, .framer-kY7pV .framer-1aqdxpl > :last-child, .framer-kY7pV .framer-1s4w3yu > :last-child, .framer-kY7pV .framer-prj0j2 > :last-child, .framer-kY7pV .framer-1p2mh1j > :last-child, .framer-kY7pV .framer-1tea9o0 > :last-child, .framer-kY7pV .framer-1t46uw > :last-child, .framer-kY7pV .framer-2bzzni > :last-child, .framer-kY7pV .framer-z1wah7 > :last-child, .framer-kY7pV .framer-wdj5ta > :last-child, .framer-kY7pV .framer-1mffir5 > :last-child, .framer-kY7pV .framer-2z3r8x > :last-child, .framer-kY7pV .framer-1m3k56l > :last-child, .framer-kY7pV .framer-7lo4t3 > :last-child, .framer-kY7pV .framer-vewmj > :last-child, .framer-kY7pV .framer-1qvu7u9 > :last-child, .framer-kY7pV .framer-1jbvsce > :last-child, .framer-kY7pV .framer-ipzwpw > :last-child, .framer-kY7pV .framer-nb88j8 > :last-child, .framer-kY7pV .framer-7qpfje > :last-child, .framer-kY7pV .framer-1ell6xp > :last-child, .framer-kY7pV .framer-6evsbo > :last-child, .framer-kY7pV .framer-1mmtdqv > :last-child, .framer-kY7pV .framer-ey2r99 > :last-child, .framer-kY7pV .framer-ol16nj > :last-child, .framer-kY7pV .framer-l7du8h > :last-child, .framer-kY7pV .framer-1xbswmi > :last-child, .framer-kY7pV .framer-fy3hne > :last-child, .framer-kY7pV .framer-1jf5mq0 > :last-child, .framer-kY7pV .framer-q6makt > :last-child, .framer-kY7pV .framer-4ds0ec > :last-child, .framer-kY7pV .framer-18cg5nt > :last-child, .framer-kY7pV .framer-p0ze8i > :last-child, .framer-kY7pV .framer-bbwa52 > :last-child, .framer-kY7pV .framer-1843si > :last-child, .framer-kY7pV .framer-1nfz179 > :last-child, .framer-kY7pV .framer-1aqs58j > :last-child, .framer-kY7pV .framer-4exi1b > :last-child, .framer-kY7pV .framer-11ga07v > :last-child, .framer-kY7pV .framer-8b9r8g > :last-child, .framer-kY7pV .framer-mqgqqb > :last-child, .framer-kY7pV .framer-12tikdo > :last-child, .framer-kY7pV .framer-100aqqc > :last-child, .framer-kY7pV .framer-1d2076c > :last-child, .framer-kY7pV .framer-12lomiy > :last-child, .framer-kY7pV .framer-11cedvg > :last-child, .framer-kY7pV .framer-18e64lf > :last-child, .framer-kY7pV .framer-13vu7dn > :last-child, .framer-kY7pV .framer-2h8qih > :last-child, .framer-kY7pV .framer-shl8j6 > :last-child, .framer-kY7pV .framer-knosbz > :last-child, .framer-kY7pV .framer-zyb156 > :last-child, .framer-kY7pV .framer-1no4wa8 > :last-child, .framer-kY7pV .framer-1s3cef4 > :last-child, .framer-kY7pV .framer-h1q1rx > :last-child, .framer-kY7pV .framer-14dv6dq > :last-child { margin-right: 0px; } .framer-kY7pV .framer-1y57qqn > *, .framer-kY7pV .framer-1n95afw > *, .framer-kY7pV .framer-1khom4t > *, .framer-kY7pV .framer-1aqdxpl > *, .framer-kY7pV .framer-1s4w3yu > *, .framer-kY7pV .framer-1p2mh1j > *, .framer-kY7pV .framer-1tea9o0 > *, .framer-kY7pV .framer-1t46uw > *, .framer-kY7pV .framer-wdj5ta > *, .framer-kY7pV .framer-1mffir5 > *, .framer-kY7pV .framer-2z3r8x > *, .framer-kY7pV .framer-1m3k56l > *, .framer-kY7pV .framer-vewmj > *, .framer-kY7pV .framer-1qvu7u9 > *, .framer-kY7pV .framer-1jbvsce > *, .framer-kY7pV .framer-ipzwpw > *, .framer-kY7pV .framer-7qpfje > *, .framer-kY7pV .framer-1mmtdqv > *, .framer-kY7pV .framer-ey2r99 > *, .framer-kY7pV .framer-ol16nj > *, .framer-kY7pV .framer-l7du8h > *, .framer-kY7pV .framer-1xbswmi > *, .framer-kY7pV .framer-fy3hne > *, .framer-kY7pV .framer-1jf5mq0 > *, .framer-kY7pV .framer-4ds0ec > *, .framer-kY7pV .framer-18cg5nt > *, .framer-kY7pV .framer-p0ze8i > *, .framer-kY7pV .framer-bbwa52 > *, .framer-kY7pV .framer-1843si > *, .framer-kY7pV .framer-1nfz179 > *, .framer-kY7pV .framer-1aqs58j > *, .framer-kY7pV .framer-4exi1b > *, .framer-kY7pV .framer-11ga07v > *, .framer-kY7pV .framer-8b9r8g > *, .framer-kY7pV .framer-mqgqqb > *, .framer-kY7pV .framer-12tikdo > *, .framer-kY7pV .framer-100aqqc > *, .framer-kY7pV .framer-1d2076c > *, .framer-kY7pV .framer-12lomiy > *, .framer-kY7pV .framer-11cedvg > *, .framer-kY7pV .framer-18e64lf > *, .framer-kY7pV .framer-13vu7dn > *, .framer-kY7pV .framer-2h8qih > *, .framer-kY7pV .framer-shl8j6 > *, .framer-kY7pV .framer-knosbz > *, .framer-kY7pV .framer-zyb156 > *, .framer-kY7pV .framer-1no4wa8 > *, .framer-kY7pV .framer-1s3cef4 > *, .framer-kY7pV .framer-h1q1rx > *, .framer-kY7pV .framer-14dv6dq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kY7pV .framer-1immn8c > *, .framer-kY7pV .framer-17o0wmi > *, .framer-kY7pV .framer-zuzb2u > *, .framer-kY7pV .framer-dq4ifl > *, .framer-kY7pV .framer-1ajvhg8 > *, .framer-kY7pV .framer-lma99n > *, .framer-kY7pV .framer-pro3b0 > *, .framer-kY7pV .framer-17ctw9c > *, .framer-kY7pV .framer-lu9ok9 > *, .framer-kY7pV .framer-1359jfg > *, .framer-kY7pV .framer-1hrgdu7 > *, .framer-kY7pV .framer-1hnzgta > *, .framer-kY7pV .framer-1sy3zwj > *, .framer-kY7pV .framer-1ty8gbj > *, .framer-kY7pV .framer-199innv > *, .framer-kY7pV .framer-12m3yud > *, .framer-kY7pV .framer-1oxg53h > *, .framer-kY7pV .framer-1exbgdi > *, .framer-kY7pV .framer-1z09jln > *, .framer-kY7pV .framer-1u0ktc3 > *, .framer-kY7pV .framer-wrzwjv > *, .framer-kY7pV .framer-e4myl3 > *, .framer-kY7pV .framer-1z5sr2 > *, .framer-kY7pV .framer-1t95zln > *, .framer-kY7pV .framer-1fzp674 > *, .framer-kY7pV .framer-che7yp > *, .framer-kY7pV .framer-12dzhiu > *, .framer-kY7pV .framer-oyirbw > *, .framer-kY7pV .framer-v9i2p2 > *, .framer-kY7pV .framer-abz8fk > *, .framer-kY7pV .framer-14bw6xc > *, .framer-kY7pV .framer-vtabik > *, .framer-kY7pV .framer-1yyby03 > *, .framer-kY7pV .framer-1s7cfpv > *, .framer-kY7pV .framer-w3lsb3 > *, .framer-kY7pV .framer-63eeb7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kY7pV .framer-18lbgxv > *, .framer-kY7pV .framer-8yabw4 > *, .framer-kY7pV .framer-1xcf9ue > *, .framer-kY7pV .framer-107e5to > *, .framer-kY7pV .framer-2bzzni > *, .framer-kY7pV .framer-z1wah7 > *, .framer-kY7pV .framer-7lo4t3 > * { margin: 0px; margin-left: calc(25px / 2); margin-right: calc(25px / 2); } .framer-kY7pV .framer-1muoq8p > *, .framer-kY7pV .framer-cydcv4 > *, .framer-kY7pV .framer-d0cd94 > *, .framer-kY7pV .framer-1vdynpx > *, .framer-kY7pV .framer-zbt4hp > *, .framer-kY7pV .framer-1ibeue6 > *, .framer-kY7pV .framer-19h1hfr > *, .framer-kY7pV .framer-16mmas9 > *, .framer-kY7pV .framer-xlr7j2 > *, .framer-kY7pV .framer-dylg49 > *, .framer-kY7pV .framer-xjgnbe > *, .framer-kY7pV .framer-1ngqtl0 > *, .framer-kY7pV .framer-iklrn1 > *, .framer-kY7pV .framer-143jtoq > *, .framer-kY7pV .framer-110a18c > *, .framer-kY7pV .framer-1uz2oad > *, .framer-kY7pV .framer-8poisp > *, .framer-kY7pV .framer-c5gkut > *, .framer-kY7pV .framer-4fth05 > *, .framer-kY7pV .framer-1mrviuj > *, .framer-kY7pV .framer-w83wz2 > *, .framer-kY7pV .framer-14qzg9i > *, .framer-kY7pV .framer-4mtl3j > *, .framer-kY7pV .framer-1mly8qd > *, .framer-kY7pV .framer-19o5bkl > *, .framer-kY7pV .framer-8ywwso > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kY7pV .framer-92rryj > *, .framer-kY7pV .framer-18le9ix > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-kY7pV .framer-19uawu0 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-kY7pV .framer-1ao9djb > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-kY7pV .framer-3e8hjb > *, .framer-kY7pV .framer-u6chyl > *, .framer-kY7pV .framer-prj0j2 > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-kY7pV .framer-1o8x557 > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-kY7pV .framer-vnutbq > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-kY7pV .framer-nb88j8 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-kY7pV .framer-1nzeazm > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-kY7pV .framer-t0cjwi > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-kY7pV .framer-1ell6xp > *, .framer-kY7pV .framer-6evsbo > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-kY7pV .framer-q6makt > * { margin: 0px; margin-left: calc(17px / 2); margin-right: calc(17px / 2); } .framer-kY7pV .framer-ylrzja > *, .framer-kY7pV .framer-brsry3 > *, .framer-kY7pV .framer-tn2vkq > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-kY7pV .framer-fka7he > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-kY7pV .framer-17ljga2 > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 1279px) and (max-width: 1439px) { .framer-kY7pV.framer-zf1a8c { width: 1279px; } .framer-kY7pV .framer-vnutbq { gap: 83px; } .framer-kY7pV .framer-fmvf2t-container { height: 332px; width: 581px; } .framer-kY7pV .framer-dq4ifl { width: 100%; } .framer-kY7pV .framer-u6chyl { min-height: 98px; padding: 0px 12px 0px 12px; width: 333px; } .framer-kY7pV .framer-1khom4t, .framer-kY7pV .framer-1aqdxpl, .framer-kY7pV .framer-1s4w3yu, .framer-kY7pV .framer-1tea9o0, .framer-kY7pV .framer-1t46uw { height: 98px; } .framer-kY7pV .framer-prj0j2 { min-height: 138px; } .framer-kY7pV .framer-1p2mh1j { align-self: stretch; height: auto; min-height: unset; } .framer-kY7pV .framer-nb88j8 { padding: 0px 0px 0px 24px; } .framer-kY7pV .framer-1vdynpx { flex: 1 0 0px; width: 1px; } .framer-kY7pV .framer-sqzgzk { width: 495px; } .framer-kY7pV .framer-t0cjwi { gap: 30px; height: 205px; } .framer-kY7pV .framer-1ell6xp { flex: none; height: 103px; min-width: unset; width: 100%; } .framer-kY7pV .framer-zbt4hp { aspect-ratio: unset; height: 60px; min-width: 60px; width: min-content; } .framer-kY7pV .framer-ta82xw { height: var(--framer-aspect-ratio-supported, 60px); width: 60px; } .framer-kY7pV .framer-6evsbo { height: 91px; min-height: unset; } .framer-kY7pV .framer-17ljga2, .framer-kY7pV .framer-12m3yud { justify-content: flex-start; width: 1350px; } .framer-kY7pV .framer-8n3cdc { white-space: pre; width: auto; } .framer-kY7pV .framer-18le9ix { gap: 15px; } .framer-kY7pV .framer-che7yp { padding: 0px 0px 0px 30px; } .framer-kY7pV .framer-1s1rg22-container { height: 308px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kY7pV .framer-vnutbq, .framer-kY7pV .framer-t0cjwi, .framer-kY7pV .framer-18le9ix { gap: 0px; } .framer-kY7pV .framer-vnutbq > * { margin: 0px; margin-bottom: calc(83px / 2); margin-top: calc(83px / 2); } .framer-kY7pV .framer-vnutbq > :first-child, .framer-kY7pV .framer-t0cjwi > :first-child, .framer-kY7pV .framer-18le9ix > :first-child { margin-top: 0px; } .framer-kY7pV .framer-vnutbq > :last-child, .framer-kY7pV .framer-t0cjwi > :last-child, .framer-kY7pV .framer-18le9ix > :last-child { margin-bottom: 0px; } .framer-kY7pV .framer-t0cjwi > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-kY7pV .framer-18le9ix > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }}\",\"@media (min-width: 810px) and (max-width: 1278px) { .framer-kY7pV.framer-zf1a8c { gap: 0px; width: 810px; } .framer-kY7pV .framer-1ond2pi-container, .framer-kY7pV .framer-14zf5l2, .framer-kY7pV .framer-z0lmh7 { order: 0; } .framer-kY7pV .framer-1gh9jmw { flex-direction: column; gap: 0px; order: 10; padding: 50px 0px 40px 0px; } .framer-kY7pV .framer-1ka1oe2 { width: 605px; } .framer-kY7pV .framer-92rryj { flex: none; width: 100%; } .framer-kY7pV .framer-on79fz { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 60px; justify-content: center; padding: 0px; } .framer-kY7pV .framer-g5652b { height: var(--framer-aspect-ratio-supported, 200px); left: unset; position: relative; right: unset; top: unset; width: 100%; } .framer-kY7pV .framer-3e8hjb { flex-direction: column; gap: 23px; height: min-content; order: 12; padding: 0px 50px 0px 0px; } .framer-kY7pV .framer-1n95afw { align-content: flex-start; align-items: flex-start; gap: 33px; height: 618px; order: 0; padding: 15px 0px 0px 40px; width: 806px; } .framer-kY7pV .framer-1xpavbf { height: 595px; order: 0; width: 55%; } .framer-kY7pV .framer-4mebo0, .framer-kY7pV .framer-16j2t9w { order: 1; } .framer-kY7pV .framer-zuzb2u { flex: none; height: min-content; order: 2; width: 100%; } .framer-kY7pV .framer-19lgm82 { flex: none; gap: 0px; height: min-content; justify-content: center; } .framer-kY7pV .framer-1o8x557 { flex: none; height: min-content; } .framer-kY7pV .framer-vnutbq { flex: none; gap: 40px; height: 462px; padding: 0px 0px 0px 40px; } .framer-kY7pV .framer-fmvf2t-container, .framer-kY7pV .framer-p6esly-container { order: 2; } .framer-kY7pV .framer-1tu1ugh, .framer-kY7pV .framer-6pfz3k { order: 3; } .framer-kY7pV .framer-2bzzni { flex-direction: column; height: 175px; order: 14; } .framer-kY7pV .framer-z1wah7 { height: 1px; order: 0; width: 100%; } .framer-kY7pV .framer-wdj5ta, .framer-kY7pV .framer-2z3r8x, .framer-kY7pV .framer-ipzwpw { height: 50px; min-height: unset; min-width: unset; width: 50px; } .framer-kY7pV .framer-1lm5aet { aspect-ratio: unset; height: 40px; width: 41px; } .framer-kY7pV .framer-1mffir5, .framer-kY7pV .framer-1jbvsce { min-height: 40px; min-width: 40px; } .framer-kY7pV .framer-7lo4t3 { height: 1px; order: 1; width: 100%; } .framer-kY7pV .framer-vewmj { min-height: 70px; min-width: 70px; } .framer-kY7pV .framer-1icdh1e-container { flex: none; height: auto; order: 48; } .framer-kY7pV .framer-1jf5mq0 { height: min-content; order: 39; padding: 0px 0px 25px 40px; } .framer-kY7pV .framer-1fr78hv-container { order: 22; } .framer-kY7pV .framer-b27b7u-container { order: 24; } .framer-kY7pV .framer-q6makt { height: 469px; order: 31; padding: 20px 10px 36px 10px; width: 814px; } .framer-kY7pV .framer-18l5939 { order: 5; } .framer-kY7pV .framer-1d3qs9m { order: 6; } .framer-kY7pV .framer-brsry3 { order: 30; } .framer-kY7pV .framer-12lomiy { height: 53px; order: 23; } .framer-kY7pV .framer-11cedvg { justify-content: flex-start; order: 21; padding: 0px 0px 0px 25px; } .framer-kY7pV .framer-lb8680-container { order: 40; } .framer-kY7pV .framer-14dv6dq { height: 75px; order: 45; padding: 0px 0px 20px 0px; width: 768px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kY7pV.framer-zf1a8c, .framer-kY7pV .framer-1gh9jmw, .framer-kY7pV .framer-on79fz, .framer-kY7pV .framer-3e8hjb, .framer-kY7pV .framer-1n95afw, .framer-kY7pV .framer-19lgm82, .framer-kY7pV .framer-vnutbq, .framer-kY7pV .framer-2bzzni { gap: 0px; } .framer-kY7pV.framer-zf1a8c > *, .framer-kY7pV .framer-1gh9jmw > *, .framer-kY7pV .framer-19lgm82 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kY7pV.framer-zf1a8c > :first-child, .framer-kY7pV .framer-1gh9jmw > :first-child, .framer-kY7pV .framer-on79fz > :first-child, .framer-kY7pV .framer-3e8hjb > :first-child, .framer-kY7pV .framer-19lgm82 > :first-child, .framer-kY7pV .framer-vnutbq > :first-child, .framer-kY7pV .framer-2bzzni > :first-child { margin-top: 0px; } .framer-kY7pV.framer-zf1a8c > :last-child, .framer-kY7pV .framer-1gh9jmw > :last-child, .framer-kY7pV .framer-on79fz > :last-child, .framer-kY7pV .framer-3e8hjb > :last-child, .framer-kY7pV .framer-19lgm82 > :last-child, .framer-kY7pV .framer-vnutbq > :last-child, .framer-kY7pV .framer-2bzzni > :last-child { margin-bottom: 0px; } .framer-kY7pV .framer-on79fz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kY7pV .framer-3e8hjb > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-kY7pV .framer-1n95afw > * { margin: 0px; margin-left: calc(33px / 2); margin-right: calc(33px / 2); } .framer-kY7pV .framer-1n95afw > :first-child { margin-left: 0px; } .framer-kY7pV .framer-1n95afw > :last-child { margin-right: 0px; } .framer-kY7pV .framer-vnutbq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kY7pV .framer-2bzzni > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } }}\",\"@media (max-width: 809px) { .framer-kY7pV.framer-zf1a8c { gap: 25px; width: 390px; } .framer-kY7pV .framer-1ond2pi-container { order: 0; } .framer-kY7pV .framer-1gh9jmw { flex-direction: column; gap: 44px; order: 10; padding: 0px 12px 40px 12px; } .framer-kY7pV .framer-1y57qqn { height: 345px; order: 0; overflow: visible; width: 366px; } .framer-kY7pV .framer-1ka1oe2 { flex: 1 0 0px; height: 100%; width: 1px; } .framer-kY7pV .framer-lxqfh3, .framer-kY7pV .framer-1tu1ugh { order: 3; } .framer-kY7pV .framer-1immn8c { order: 4; padding: 0px; width: 100%; } .framer-kY7pV .framer-u78p3e { order: 5; } .framer-kY7pV .framer-1eg36hl, .framer-kY7pV .framer-yxa1zi { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 60px; min-width: 60px; padding: 0px; width: min-content; } .framer-kY7pV .framer-783zh5, .framer-kY7pV .framer-pqrkx1, .framer-kY7pV .framer-13qsn4b { height: var(--framer-aspect-ratio-supported, 40px); left: unset; position: relative; right: unset; top: unset; width: 40px; } .framer-kY7pV .framer-f1kje1 { align-content: center; align-items: center; aspect-ratio: unset; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 40px; overflow: visible; padding: 0px; width: 64px; } .framer-kY7pV .framer-en0kx7 { left: unset; position: relative; right: unset; top: unset; width: 40px; } .framer-kY7pV .framer-9a0u49 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; } .framer-kY7pV .framer-22i1yw { height: 40px; left: unset; position: relative; right: unset; top: unset; width: 40px; } .framer-kY7pV .framer-13qeul5, .framer-kY7pV .framer-eiyqxu { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 60px; min-width: 60px; padding: 0px; width: min-content; } .framer-kY7pV .framer-qcpdit { height: var(--framer-aspect-ratio-supported, 39px); left: unset; position: relative; right: unset; top: unset; width: 40px; } .framer-kY7pV .framer-1muoq8p { flex-direction: row; min-width: 60px; width: min-content; } .framer-kY7pV .framer-10t3lut { aspect-ratio: unset; height: 40px; width: 40px; } .framer-kY7pV .framer-3e8hjb { flex-direction: column; gap: 23px; height: min-content; order: 12; padding: 0px; } .framer-kY7pV .framer-1n95afw { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 25px; height: min-content; order: 0; padding: 0px 12px 0px 12px; width: 100%; } .framer-kY7pV .framer-1xpavbf { height: 528px; order: 1; width: 100%; } .framer-kY7pV .framer-4mebo0, .framer-kY7pV .framer-14zf5l2 { flex: none; order: 0; width: 100%; } .framer-kY7pV .framer-zuzb2u { flex: none; height: min-content; order: 2; padding: 0px 12px 0px 12px; width: 100%; } .framer-kY7pV .framer-19lgm82 { flex: none; gap: 0px; height: min-content; justify-content: center; } .framer-kY7pV .framer-1o8x557 { flex: none; gap: 5px; height: min-content; padding: 0px; } .framer-kY7pV .framer-vnutbq { flex: none; gap: 40px; height: 258px; } .framer-kY7pV .framer-fmvf2t-container { flex: 1 0 0px; height: 1px; order: 2; width: 100%; } .framer-kY7pV .framer-dq4ifl { width: 100%; } .framer-kY7pV .framer-u6chyl { height: 96px; min-height: unset; } .framer-kY7pV .framer-1khom4t, .framer-kY7pV .framer-1aqdxpl { height: min-content; min-height: 102px; } .framer-kY7pV .framer-1s4w3yu { height: min-content; min-height: 102px; padding: 12px 0px 12px 0px; } .framer-kY7pV .framer-1p2mh1j { min-height: 40px; } .framer-kY7pV .framer-1icdh1e-container { flex: none; height: auto; order: 48; } .framer-kY7pV .framer-1bu3cph-container { order: 18; } .framer-kY7pV .framer-swd62z-container { order: 21; } .framer-kY7pV .framer-1jf5mq0 { align-content: flex-end; align-items: flex-end; order: 42; padding: 0px 0px 0px 12px; } .framer-kY7pV .framer-q6makt { flex-direction: column; gap: 30px; height: min-content; order: 31; padding: 10px 12px 10px 12px; width: 100%; } .framer-kY7pV .framer-ylrzja, .framer-kY7pV .framer-6pfz3k, .framer-kY7pV .framer-18l5939, .framer-kY7pV .framer-1d3qs9m { flex: none; width: 100%; } .framer-kY7pV .framer-p6esly-container { height: 206px; } .framer-kY7pV .framer-12lomiy { flex-direction: column; height: min-content; order: 17; padding: 0px 12px 0px 12px; } .framer-kY7pV .framer-11cedvg { align-content: flex-end; align-items: flex-end; height: 36px; justify-content: flex-start; order: 19; padding: 0px 0px 0px 12px; } .framer-kY7pV .framer-417ooo-container { order: 43; } .framer-kY7pV .framer-14dv6dq { height: min-content; order: 47; padding: 0px 12px 0px 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-kY7pV.framer-zf1a8c, .framer-kY7pV .framer-1gh9jmw, .framer-kY7pV .framer-1eg36hl, .framer-kY7pV .framer-yxa1zi, .framer-kY7pV .framer-f1kje1, .framer-kY7pV .framer-9a0u49, .framer-kY7pV .framer-13qeul5, .framer-kY7pV .framer-eiyqxu, .framer-kY7pV .framer-1muoq8p, .framer-kY7pV .framer-3e8hjb, .framer-kY7pV .framer-1n95afw, .framer-kY7pV .framer-19lgm82, .framer-kY7pV .framer-1o8x557, .framer-kY7pV .framer-vnutbq, .framer-kY7pV .framer-q6makt, .framer-kY7pV .framer-12lomiy { gap: 0px; } .framer-kY7pV.framer-zf1a8c > *, .framer-kY7pV .framer-1n95afw > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-kY7pV.framer-zf1a8c > :first-child, .framer-kY7pV .framer-1gh9jmw > :first-child, .framer-kY7pV .framer-3e8hjb > :first-child, .framer-kY7pV .framer-1n95afw > :first-child, .framer-kY7pV .framer-19lgm82 > :first-child, .framer-kY7pV .framer-1o8x557 > :first-child, .framer-kY7pV .framer-vnutbq > :first-child, .framer-kY7pV .framer-q6makt > :first-child, .framer-kY7pV .framer-12lomiy > :first-child { margin-top: 0px; } .framer-kY7pV.framer-zf1a8c > :last-child, .framer-kY7pV .framer-1gh9jmw > :last-child, .framer-kY7pV .framer-3e8hjb > :last-child, .framer-kY7pV .framer-1n95afw > :last-child, .framer-kY7pV .framer-19lgm82 > :last-child, .framer-kY7pV .framer-1o8x557 > :last-child, .framer-kY7pV .framer-vnutbq > :last-child, .framer-kY7pV .framer-q6makt > :last-child, .framer-kY7pV .framer-12lomiy > :last-child { margin-bottom: 0px; } .framer-kY7pV .framer-1gh9jmw > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-kY7pV .framer-1eg36hl > *, .framer-kY7pV .framer-yxa1zi > *, .framer-kY7pV .framer-f1kje1 > *, .framer-kY7pV .framer-9a0u49 > *, .framer-kY7pV .framer-13qeul5 > *, .framer-kY7pV .framer-eiyqxu > *, .framer-kY7pV .framer-1muoq8p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kY7pV .framer-1eg36hl > :first-child, .framer-kY7pV .framer-yxa1zi > :first-child, .framer-kY7pV .framer-f1kje1 > :first-child, .framer-kY7pV .framer-9a0u49 > :first-child, .framer-kY7pV .framer-13qeul5 > :first-child, .framer-kY7pV .framer-eiyqxu > :first-child, .framer-kY7pV .framer-1muoq8p > :first-child { margin-left: 0px; } .framer-kY7pV .framer-1eg36hl > :last-child, .framer-kY7pV .framer-yxa1zi > :last-child, .framer-kY7pV .framer-f1kje1 > :last-child, .framer-kY7pV .framer-9a0u49 > :last-child, .framer-kY7pV .framer-13qeul5 > :last-child, .framer-kY7pV .framer-eiyqxu > :last-child, .framer-kY7pV .framer-1muoq8p > :last-child { margin-right: 0px; } .framer-kY7pV .framer-3e8hjb > * { margin: 0px; margin-bottom: calc(23px / 2); margin-top: calc(23px / 2); } .framer-kY7pV .framer-19lgm82 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-kY7pV .framer-1o8x557 > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-kY7pV .framer-vnutbq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-kY7pV .framer-q6makt > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-kY7pV .framer-12lomiy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1559\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lIp6FS4sh\":{\"layout\":[\"fixed\",\"auto\"]},\"w4sACTgyB\":{\"layout\":[\"fixed\",\"auto\"]},\"YzJ9eycVe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framera9F0ET9SQ=withCSS(Component,css,\"framer-kY7pV\");export default Framera9F0ET9SQ;Framera9F0ET9SQ.displayName=\"Projects\";Framera9F0ET9SQ.defaultProps={height:1559,width:1440};addFonts(Framera9F0ET9SQ,[{explicitInter:true,fonts:[{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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.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://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.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://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.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://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.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://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TopbarFonts,...YouTubeFonts,...VimeoFonts,...Footer2Fonts,...SlideshowFonts,...Slideshow1Fonts,...Link1Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"MxTeAjDH3\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"MxTeAjDH3\"]):[],...componentPresets.fonts?.[\"HewTO3eqj\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"HewTO3eqj\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framera9F0ET9SQ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1559\",\"framerIntrinsicWidth\":\"1440\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lIp6FS4sh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w4sACTgyB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YzJ9eycVe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["_classCallCheck", "e", "t", "_defineProperties", "n", "r", "_createClass", "global", "getMethodName", "isDomElement", "isInteger", "isVimeoUrl", "getVimeoUrl", "window", "createCommonjsModule", "defineProperty", "WeakMap", "genId", "checkInstance", "isObject", "rand", "o", "Item", "schedule", "isThenable", "notify", "notifyIsolated", "resolve", "MakeDefWrapper", "reject", "iteratePromises", "MakeDef", "Promise", "i", "a", "storeCallback", "getCallbacks", "removeCallback", "shiftCallbacks", "swapCallbacks", "getOEmbedParameters", "createEmbed", "getOEmbedData", "u", "initializeEmbeds", "resizeEmbeds", "parseMessageData", "postMessage", "navigator", "processData", "initializeScreenfull", "onFullScreenEntered", "onFullScreenExit", "l", "s", "c", "Player", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "vimeoRegex", "Vimeo", "withCSS", "video", "autoplay", "mute", "controls", "loop", "titles", "backgroundColor", "onPlay", "onEnd", "style", "props", "key", "setKey", "ye", "player", "pe", "borderRadius", "useRadius", "ue", "id", "embeddedPlayer", "c", "RenderTarget", "p", "motion", "addPropertyControls", "ControlType", "borderRadiusControl", "Vimeo_default", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "VimeoFullScreen", "ue", "handleVimeoClick", "event", "target", "vimeoId", "openVimeoFullscreen", "iframe", "closeFullscreen", "handleKeyPress", "withVimeoFullScreen", "C", "props", "re", "DataObserverContext", "p", "props", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "TopbarFonts", "getFonts", "YlDeYRSgM_default", "ImageWithFX", "withFX", "Image2", "RichTextWithFX", "RichText2", "MotionDivWithFX", "motion", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "YouTubeFonts", "Youtube", "VimeoFonts", "Vimeo_default", "Footer2Fonts", "lrvrUymMm_default", "SlideshowFonts", "Slideshow", "Slideshow1Fonts", "ContainerWithFX", "Container", "VimeoWithVimeoFullScreen", "withVimeoFullScreen", "ContainerWithOptimizedAppearEffect", "Link1Fonts", "XSf3kL184_default", "FooterFonts", "Gs7WvK10R_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "equals", "a", "b", "isSet", "value", "toResponsiveImage", "animation", "transition1", "animation1", "contains", "transition2", "animation2", "animation3", "transition3", "animation4", "transition4", "animation5", "animation6", "animation7", "transition5", "animation8", "transition6", "animation9", "animation10", "transition7", "animation11", "transition8", "animation12", "animation13", "transition9", "animation14", "animation15", "animation16", "transition10", "textEffect", "transition11", "animation17", "animation18", "transition12", "animation19", "transition13", "animation20", "animation21", "animation22", "transition14", "animation23", "animation24", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "bB60QqZEW_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "sx0Y1kBEt", "akSvygZJ0", "ydnu8z9Qi", "f2PODoyrX", "FngKViWlS", "YFy5jljIL", "RG8wVA8GC", "DudYPv6Sg", "ErUSruVGs", "Y0TJdul69", "KjJJLEc3B", "ww3UfrJ9s", "pXWdkrQgt", "duqDv7cOu", "duA8WLF_b", "RmWmwcEO8", "EDpZnQSi5", "bFGeh58tV", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "visible", "isDisplayed", "visible1", "visible2", "isDisplayed1", "isDisplayed2", "visible3", "visible4", "visible5", "visible6", "visible7", "isDisplayed3", "visible8", "visible9", "visible10", "isDisplayed4", "visible11", "isDisplayed5", "visible12", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "visible13", "visible14", "visible15", "visible16", "visible17", "isDisplayed13", "isDisplayed14", "router", "useRouter", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "ComponentViewportProvider", "getLoadingLazyAtYPosition", "ComponentPresetsProvider", "Link", "SVG", "x", "ResolveLinks", "resolvedLinks", "css", "Framera9F0ET9SQ", "withCSS", "a9F0ET9SQ_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
