{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/SWiJaypnxhWLsRxg216W/an3YoZdrsN056Xd1aJvb/Navigation.js", "ssg:https://framerusercontent.com/modules/E3zldzmbuWIMG8n2SYJw/117BHYjUXGr3wyVfoT8a/KYbEgIQQc.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{cloneElement}from\"react\";function isNull(componentInstance){return componentInstance===undefined||componentInstance===null||componentInstance.length==0;}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicWidth 40\n * @framerIntrinsicHeight 40\n */ export default function Navigation(props){const{border}=props;function navigate(){if(window){if(props.mode==\"back\"){window.history.back();}else{window.history.forward();}}}let button;if(props.buttonType==\"default\"){button=/*#__PURE__*/ _jsx(\"div\",{style:{width:props.buttonWidth,height:props.buttonHeight,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",backgroundColor:props.fill,boxSizing:\"border-box\",...border?{borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.color}:[],borderRadius:props.radiusIsMixed?`${props.topLeft}px ${props.topRight}px ${props.bottomRight}px ${props.bottomLeft}px`:`${props.radius}px`,...props.style},onClick:navigate,children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 24 24\",strokeWidth:props.icon.stroke,stroke:props.icon.color,style:{width:props.icon.size,height:props.icon.size},children:/*#__PURE__*/ _jsx(\"path\",{strokeLinecap:\"round\",strokeLinejoin:\"round\",d:props.mode==\"back\"?\"M15.75 19.5L8.25 12l7.5-7.5\":\"M8.25 4.5l7.5 7.5-7.5 7.5\"})})});}else{var ref,ref1,ref2;let layer=(ref=props.custom)===null||ref===void 0?void 0:ref[0];if(layer&&(((ref1=props.style)===null||ref1===void 0?void 0:ref1.width)||((ref2=props.style)===null||ref2===void 0?void 0:ref2.height))){layer=/*#__PURE__*/ cloneElement(layer,{style:{...layer.props.style,...props.style}});}button=/*#__PURE__*/ _jsx(\"div\",{onClick:navigate,style:props.style,children:layer});}let layer1=button;if(props.effects){layer1=/*#__PURE__*/ _jsx(motion.div,{whileHover:{scale:props.effects.hoverScale},whileTap:{scale:props.effects.pressScale},initial:false,transition:props.effects.transition,style:props.style,children:button});}return layer1;};Navigation.defaultProps={radiusIsMixed:false,topLeft:0,topRight:0,bottomRight:0,bottomLeft:0};const effectsDefault={hoverScale:1.1,pressScale:.9};addPropertyControls(Navigation,{mode:{type:ControlType.Enum,defaultValue:\"back\",options:[\"back\",\"forward\"],optionTitles:[\"Back\",\"Forward\"],displaySegmentedControl:true},buttonType:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,title:\"Button\"},custom:{type:ControlType.ComponentInstance,title:\"Custom\",description:\"Use a custom button layer.\",hidden(props){return props.buttonType!==\"custom\";}},fill:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true,hidden(props){return props.buttonType!==\"default\";}},icon:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"black\"},size:{type:ControlType.Number,defaultValue:24,min:1},stroke:{type:ControlType.Number,defaultValue:2,min:1,max:10,step:.1}},hidden(props){return props.buttonType!==\"default\";}},border:{type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},radius:{type:ControlType.FusedNumber,defaultValue:0,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,hidden(props){return props.buttonType!==\"default\";}},effects:{type:ControlType.Object,defaultValue:effectsDefault,optional:true,buttonTitle:\"Hover & Press\",icon:\"effect\",controls:{hoverScale:{type:ControlType.Number,defaultValue:effectsDefault.hoverScale,min:0,step:.01,displayStepper:true},pressScale:{type:ControlType.Number,defaultValue:effectsDefault.pressScale,min:0,step:.01,displayStepper:true},transition:{type:ControlType.Transition}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Navigation\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Navigation.map", "// Generated by Framer (241a4b4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,Container,cx,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,removeHiddenBreakpointLayers,useCurrentPathVariables,useHydratedBreakpointVariants,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import Navigation from\"https://framerusercontent.com/modules/SWiJaypnxhWLsRxg216W/an3YoZdrsN056Xd1aJvb/Navigation.js\";import PartnerLogos from\"#framer/local/canvasComponent/BysWkqh9F/BysWkqh9F.js\";import Footer from\"#framer/local/canvasComponent/jcuwG3843/jcuwG3843.js\";import Navigation1 from\"#framer/local/canvasComponent/Z_1znDgF3/Z_1znDgF3.js\";import Streamers from\"#framer/local/collection/kTXyfbuym/kTXyfbuym.js\";import metadataProvider from\"#framer/local/webPageMetadata/KYbEgIQQc/KYbEgIQQc.js\";const NavigationFonts=getFonts(Navigation);const YouTubeFonts=getFonts(YouTube);const PartnerLogosFonts=getFonts(PartnerLogos);const FooterFonts=getFonts(Footer);const Navigation1Fonts=getFonts(Navigation1);const cycleOrder=[\"f1mkdkGWB\",\"Ps6aFyXP8\",\"Q27e0T0HP\"];const breakpoints={f1mkdkGWB:\"(min-width: 1200px)\",Ps6aFyXP8:\"(min-width: 810px) and (max-width: 1199px)\",Q27e0T0HP:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const variantClassNames={f1mkdkGWB:\"framer-v-19ju5a\",Ps6aFyXP8:\"framer-v-1kp83qs\",Q27e0T0HP:\"framer-v-1lgokly\"};if(isBrowser()){removeHiddenBreakpointLayers(\"f1mkdkGWB\",breakpoints,variantClassNames);}const transitions={default:{duration:0}};const isSet=value=>{return value!==undefined&&value!==null&&value!==\"\";};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"f1mkdkGWB\",Phone:\"Q27e0T0HP\",Tablet:\"Ps6aFyXP8\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"f1mkdkGWB\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{data:Streamers,locale:activeLocale,type:\"Collection\"},select:[{name:\"LgYbrp4Pp\",type:\"Identifier\"},{name:\"CHIfHgHjt\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data in \"Streamers\" matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,CHIfHgHjt=getFromCurrentRouteData(\"CHIfHgHjt\"),...restProps}=getProps(props);React.useLayoutEffect(()=>{const metadata1=metadataProvider(currentRouteData);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(metadata1.bodyClassName);}},[currentRouteData]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const transition=transitions.default;const defaultLayoutId=React.useId();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"f1mkdkGWB\",variantClassNames},children:/*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsxs(motion.div,{className:cx(\"framer-hzXJ2\"),style:{display:\"contents\"},children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-19ju5a\",className),ref:ref,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15wbtk2\",children:[/*#__PURE__*/_jsx(Container,{className:\"framer-1dbmyio-container\",children:/*#__PURE__*/_jsx(Navigation,{bottomLeft:0,bottomRight:0,buttonType:\"default\",custom:[],effects:{hoverScale:1.1,pressScale:.9,transition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"}},fill:'var(--token-191b7f6e-323d-425b-839d-7bc4c88fa871, rgb(228, 203, 129)) /* {\"name\":\"Gold\"} */',height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:24,stroke:2},id:\"kciyP2EaK\",layoutId:\"kciyP2EaK\",mode:\"back\",radius:0,radiusIsMixed:false,style:{height:\"100%\",width:\"100%\"},topLeft:0,topRight:0,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lj7lyk\",\"data-framer-name\":\"Post\",name:\"Post\",children:isSet(CHIfHgHjt)&&/*#__PURE__*/_jsx(Container,{className:\"framer-ip8943-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"kIz7du8MP\",isMixedBorderRadius:false,isRed:true,layoutId:\"kIz7du8MP\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:CHIfHgHjt,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(Container,{className:\"framer-1cggfd5-container\",children:/*#__PURE__*/_jsx(PartnerLogos,{height:\"100%\",id:\"NMrMLk1gI\",layoutId:\"NMrMLk1gI\",style:{width:\"100%\"},title:\"Proud partners with:\",width:\"100%\"})}),/*#__PURE__*/_jsx(Container,{className:\"framer-1igw2si-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Q27e0T0HP:{variant:\"WS3nEVNhi\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"TVAVQbTUM\",layoutId:\"TVAVQbTUM\",style:{width:\"100%\"},variant:\"XLji4Uh9d\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Container,{className:\"framer-161ff1p-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Q27e0T0HP:{variant:\"uhen0CG5Y\"}},children:/*#__PURE__*/_jsx(Navigation1,{height:\"100%\",id:\"y93gf2AWB\",layoutId:\"y93gf2AWB\",style:{width:\"100%\"},variant:\"ZTq6huNq3\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})})});});const css=['.framer-hzXJ2 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName} { background: var(--token-2f61e909-41ca-4864-8eb7-3e2bf8b88786, rgb(42, 67, 73)) /* {\"name\":\"Primary\"} */; }`,\".framer-hzXJ2 .framer-2fft4f { display: block; }\",\".framer-hzXJ2 .framer-19ju5a { align-content: center; align-items: center; background-color: var(--token-2f61e909-41ca-4864-8eb7-3e2bf8b88786, #2a4349); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-hzXJ2 .framer-15wbtk2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 48px 48px 48px; position: relative; width: 100%; }\",\".framer-hzXJ2 .framer-1dbmyio-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-hzXJ2 .framer-lj7lyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-hzXJ2 .framer-ip8943-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 621px); position: relative; width: 100%; }\",\".framer-hzXJ2 .framer-1cggfd5-container, .framer-hzXJ2 .framer-1igw2si-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-hzXJ2 .framer-161ff1p-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-hzXJ2 .framer-19ju5a, .framer-hzXJ2 .framer-15wbtk2, .framer-hzXJ2 .framer-lj7lyk { gap: 0px; } .framer-hzXJ2 .framer-19ju5a > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-hzXJ2 .framer-19ju5a > :first-child, .framer-hzXJ2 .framer-15wbtk2 > :first-child, .framer-hzXJ2 .framer-lj7lyk > :first-child { margin-top: 0px; } .framer-hzXJ2 .framer-19ju5a > :last-child, .framer-hzXJ2 .framer-15wbtk2 > :last-child, .framer-hzXJ2 .framer-lj7lyk > :last-child { margin-bottom: 0px; } .framer-hzXJ2 .framer-15wbtk2 > *, .framer-hzXJ2 .framer-lj7lyk > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@media (min-width: 1200px) { .framer-hzXJ2 .hidden-19ju5a { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-hzXJ2 .hidden-1kp83qs { display: none !important; } .${metadata.bodyClassName} { background: var(--token-2f61e909-41ca-4864-8eb7-3e2bf8b88786, rgb(42, 67, 73)) /* {\"name\":\"Primary\"} */; } .framer-hzXJ2 .framer-19ju5a { width: 810px; } .framer-hzXJ2 .framer-ip8943-container { height: var(--framer-aspect-ratio-supported, 402px); }}`,`@media (max-width: 809px) { .framer-hzXJ2 .hidden-1lgokly { display: none !important; } .${metadata.bodyClassName} { background: var(--token-2f61e909-41ca-4864-8eb7-3e2bf8b88786, rgb(42, 67, 73)) /* {\"name\":\"Primary\"} */; } .framer-hzXJ2 .framer-19ju5a { width: 390px; } .framer-hzXJ2 .framer-15wbtk2 { padding: 70px 20px 20px 20px; } .framer-hzXJ2 .framer-ip8943-container { height: var(--framer-aspect-ratio-supported, 197px); }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1537\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ps6aFyXP8\":{\"layout\":[\"fixed\",\"auto\"]},\"Q27e0T0HP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerResponsiveScreen\n */const FramerKYbEgIQQc=withCSS(Component,css,\"framer-hzXJ2\");export default FramerKYbEgIQQc;FramerKYbEgIQQc.displayName=\"Page\";FramerKYbEgIQQc.defaultProps={height:1537,width:1200};addFonts(FramerKYbEgIQQc,[...NavigationFonts,...YouTubeFonts,...PartnerLogosFonts,...FooterFonts,...Navigation1Fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKYbEgIQQc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ps6aFyXP8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q27e0T0HP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"1537\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Navigation", "props", "border", "navigate", "window", "button", "p", "ref", "ref1", "ref2", "layer", "q", "layer1", "motion", "effectsDefault", "addPropertyControls", "ControlType", "NavigationFonts", "getFonts", "Navigation", "YouTubeFonts", "Youtube", "PartnerLogosFonts", "BysWkqh9F_default", "FooterFonts", "jcuwG3843_default", "Navigation1Fonts", "Z_1znDgF3_default", "breakpoints", "isBrowser", "variantClassNames", "transitions", "isSet", "value", "metadata", "KYbEgIQQc_default", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "kTXyfbuym_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "CHIfHgHjt", "restProps", "fe", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "transition", "defaultLayoutId", "ae", "p", "GeneratedComponentContext", "LayoutGroup", "u", "motion", "cx", "Container", "Navigation", "Youtube", "BysWkqh9F_default", "PropertyOverrides2", "jcuwG3843_default", "Z_1znDgF3_default", "css", "FramerKYbEgIQQc", "withCSS", "addFonts", "NavigationFonts", "YouTubeFonts", "PartnerLogosFonts", "FooterFonts", "Navigation1Fonts", "__FramerMetadata__"]
}
