{"roots":["0:3"],"nodeById":{"197:59":{"type":"GROUP","id":"197:59","name":"Group 1000001835","absoluteBoundingBox":{"x":64.0,"y":100.0,"width":1920.0,"height":8813.58984375},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":100.0,"width":4556.0,"height":8813.58984375},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":8813.58984375},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:2","1:200","1:272"]},"1:272":{"type":"FRAME","id":"1:272","name":"Header","absoluteBoundingBox":{"x":64.0,"y":100.0,"width":1920.0,"height":900.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":100.0,"width":4556.0,"height":900.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":900.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["105:65","30:4287","112:14","264:14","50:755","72:84","201:138","58:19"]},"201:138":{"type":"WIDGET","id":"201:138","name":"Embed 1","absoluteBoundingBox":{"x":1431.0,"y":134.0,"width":67.0,"height":44.0},"targetAspectRatio":{"x":600.0,"y":400.0},"isolatedAbsoluteRenderBounds":{"x":1431.0,"y":134.0,"width":67.0,"height":44.0},"relativeTransform":[[1.0,0.0,1367.0],[0.0,1.0,34.0]],"size":{"x":67.0,"y":44.0},"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-486.0,"sizeFraction":1.0},"top":{"pixelOffset":34.0,"sizeFraction":0.0}},"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"syncedState":{"embedAllowFullscreen":"false","embedCodeType":"html","embedIframeHtml":"<style>\n  /* 1. Hide the default Google Translate widget and its top banner */\n  #google_translate_element {\n    display: none;\n  }\n  .skiptranslate iframe {\n    display: none !important;\n  }\n  body {\n    top: 0px !important; \n  }\n\n  /* 2. Style the custom world icon container */\n  .custom-translate-container {\n    position: relative;\n    display: inline-block;\n    width: 32px;  /* Adjust size here */\n    height: 32px;\n    cursor: pointer;\n  }\n\n  /* Style the SVG icon */\n  .custom-translate-container svg {\n    width: 100%;\n    height: 100%;\n    fill: #ffffff; /* Change to match your site's color */\n    transition: fill 0.2s ease;\n  }\n\n  .custom-translate-container:hover svg {\n    fill: #C6AC73; /* Hover color */\n  }\n\n  /* 3. Make the custom dropdown invisible but clickable directly over the icon */\n  .custom-translate-select {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0; /* Keeps it invisible */\n    cursor: pointer;\n    appearance: none;\n    -webkit-appearance: none;\n  }\n</style>\n\n<!-- 1. Your Custom UI: The World Icon and Dropdown -->\n<div class=\"custom-translate-container\">\n  \n  <!-- World Icon (SVG) -->\n  <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n    <path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z\"/>\n  </svg>\n  \n  <!-- Custom Language Selector with Native Names -->\n  <select class=\"custom-translate-select\" onchange=\"doCustomTranslation(this.value)\">\n    <option value=\"\">🌐 Select Language</option>\n    <option value=\"en\">English</option>\n    <option value=\"es\">Español</option>\n    <option value=\"fr\">Français</option>\n    <option value=\"it\">Italiano</option>\n    <option value=\"de\">Deutsch</option>\n    <option value=\"pt\">Português</option>\n    <option value=\"vi\">Tiếng Việt</option>\n    <option value=\"ko\">한국어</option>\n    <option value=\"zh-CN\">中文 (简体)</option>\n  </select>\n\n</div>\n\n<!-- 2. The hidden Google Translate element -->\n<div id=\"google_translate_element\"></div>\n\n<!-- 3. The JavaScript to link them together -->\n<script type=\"text/javascript\">\n  function googleTranslateElementInit() {\n    new google.translate.TranslateElement({\n      pageLanguage: 'en',\n      autoDisplay: false\n    }, 'google_translate_element');\n  }\n\n  function doCustomTranslation(lang) {\n    if (!lang) return; // Do nothing if they select the default label\n    \n    // Find the hidden Google select element\n    var googleSelect = document.querySelector('#google_translate_element select');\n    \n    if (googleSelect) {\n      // Change the value to the selected language\n      googleSelect.value = lang;\n      // Trigger the change event so Google's script translates the page\n      googleSelect.dispatchEvent(new Event('change'));\n    }\n  }\n</script>\n<script type=\"text/javascript\" src=\"https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit\"></script>","embedURL":""}},"264:14":{"type":"CODE_INSTANCE","id":"264:14","name":"HorizontalBorder","absoluteBoundingBox":{"x":280.0,"y":100.0,"width":1487.0,"height":101.0},"isolatedAbsoluteRenderBounds":{"x":280.0,"y":100.0,"width":1487.0,"height":101.0},"relativeTransform":[[1.0,0.0,216.0],[0.0,1.0,0.0]],"size":{"x":1487.0,"y":101.0},"fills":[],"constraintValues":{"left":{"pixelOffset":216.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"codeExportName":"Code264_18.default","componentProperties":{}},"112:14":{"type":"TEXT","id":"112:14","name":"Heading 2 → Exclusive Hair Service","absoluteBoundingBox":{"x":442.0,"y":287.0,"width":1164.0,"height":286.0},"isolatedAbsoluteRenderBounds":{"x":455.890106201172,"y":320.429992675781,"width":1136.224609375,"height":219.850036621094},"relativeTransform":[[1.0,0.0,378.0],[0.0,1.0,187.0]],"size":{"x":1164.0,"y":286.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-582.0,"sizeFraction":0.5},"right":{"pixelOffset":582.0,"sizeFraction":0.5},"top":{"pixelOffset":187.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"behaviors":{"appear":{"otherLayer":{"sessionID":-1,"localID":-1},"trigger":"THIS_LAYER_IN_VIEW","direction":"UP","enterTransition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.600000023841858,"delay":0.0},"enterState":{"transform":{"m00":0.5,"m01":0.0,"m02":0.0,"m10":0.0,"m11":0.5,"m12":0.0},"opacity":0.0},"exitTransition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.600000023841858,"delay":0.0},"exitState":{"transform":{"m00":1.0,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.0,"m12":0.0},"opacity":1.0},"playsOnce":false,"behaviorType":"appear"}},"characterStyleOverrides":[],"characters":"100 years of styles\nOne Global Stage,\n100 days of Competition","lineIndentations":[0,0,0],"lineTypes":["NONE","NONE","NONE"],"listStartOffsets":[],"lineStyleOverrides":[0,0,0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"1":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"2":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"UPPER","fontVariantPosition":"NORMAL","fontSize":70.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":80.0,"lineHeightPercent":83.7257995605469,"lineHeightPercentFontSize":114.285713195801,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"0:4":{"type":"FRAME","id":"0:4","name":"Desktop","absoluteBoundingBox":{"x":64.0,"y":100.0,"width":1920.0,"height":8814.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":100.0,"width":1920.0,"height":8814.0},"relativeTransform":[[1.0,0.0,64.0],[0.0,1.0,100.0]],"size":{"x":1920.0,"y":8814.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"overflowDirection":"VERTICAL_SCROLLING","isBreakpointFrame":true,"children":["197:59"]},"58:19":{"type":"CODE_INSTANCE","id":"58:19","name":"The Men's Haircutting Competition... Starting date: May 1st 2026 until July 23rd 2026 , the date of the competition , and the winners will be announced on Friday July 31...2026","absoluteBoundingBox":{"x":241.0,"y":190.0,"width":1067.0,"height":658.0},"isolatedAbsoluteRenderBounds":{"x":241.0,"y":190.0,"width":1067.0,"height":658.0},"relativeTransform":[[1.0,0.0,177.0],[0.0,1.0,90.0]],"size":{"x":1067.0,"y":658.0},"fills":[],"visible":false,"constraints":{"vertical":"BOTTOM","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":177.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-152.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","scrollBehavior":"FIXED","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code58_20.default","componentProperties":{}},"1:268":{"type":"FRAME","id":"1:268","name":"Item","absoluteBoundingBox":{"x":1615.919921875,"y":8863.0,"width":108.080001831055,"height":25.5900001525879},"isolatedAbsoluteRenderBounds":{"x":1615.919921875,"y":8863.0,"width":108.080001831055,"height":25.5900001525879},"relativeTransform":[[1.0,0.0,579.919982910156],[0.0,1.0,0.0]],"size":{"x":108.080001831055,"y":25.5900001525879},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-1.52587890625e-05,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:269","1:270"]},"1:270":{"type":"FRAME","id":"1:270","name":"Link","absoluteBoundingBox":{"x":1625.919921875,"y":8865.0,"width":98.0800018310547,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":1625.919921875,"y":8865.0,"width":98.0800018310547,"height":21.0},"relativeTransform":[[1.0,0.0,10.0],[0.0,1.0,2.0]],"size":{"x":98.0800018310547,"y":21.0},"fills":[],"constraintValues":{"left":{"pixelOffset":10.0,"sizeFraction":0.0},"top":{"pixelOffset":2.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:271"]},"1:271":{"type":"TEXT","id":"1:271","name":"Terms of use","absoluteBoundingBox":{"x":1625.919921875,"y":8865.0,"width":98.4316864013672,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":1626.35192871094,"y":8869.7998046875,"width":96.7694091796875,"height":11.423828125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":98.4316864013672,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Terms of use","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":25.6000003814697,"lineHeightPercent":125.39185333252,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:269":{"type":"RECTANGLE","id":"1:269","name":"Vertical Divider","absoluteBoundingBox":{"x":1615.919921875,"y":8867.7900390625,"width":2.0,"height":16.0},"isolatedAbsoluteRenderBounds":{"x":1615.919921875,"y":8867.7900390625,"width":2.0,"height":16.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,4.78999996185303]],"size":{"x":2.0,"y":16.0},"fills":[{"opacity":0.5,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":-8.00500011444092,"sizeFraction":0.5},"bottom":{"pixelOffset":7.99499988555908,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:266":{"type":"FRAME","id":"1:266","name":"Item → Link","absoluteBoundingBox":{"x":1499.07995605469,"y":8865.0,"width":106.839996337891,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":1499.07995605469,"y":8865.0,"width":106.839996337891,"height":21.0},"relativeTransform":[[1.0,0.0,463.079986572266],[0.0,1.0,2.0]],"size":{"x":106.839996337891,"y":21.0},"fills":[],"constraintValues":{"left":{"pixelOffset":463.079986572266,"sizeFraction":0.0},"top":{"pixelOffset":2.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:267"]},"1:255":{"type":"FRAME","id":"1:255","name":"Border","absoluteBoundingBox":{"x":1261.31005859375,"y":8520.0,"width":474.660003662109,"height":318.0},"isolatedAbsoluteRenderBounds":{"x":1261.31005859375,"y":8520.0,"width":474.660034179688,"height":318.0},"relativeTransform":[[1.0,0.0,1197.31005859375],[0.0,1.0,85.0]],"size":{"x":474.660003662109,"y":318.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.623598988850911},"right":{"pixelOffset":0.0,"sizeFraction":0.87081774075826},"top":{"pixelOffset":85.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-75.5899963378906,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":1.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:256"]},"1:256":{"type":"FRAME","id":"1:256","name":"Aside","absoluteBoundingBox":{"x":1312.31005859375,"y":8530.0,"width":408.660003662109,"height":247.0},"isolatedAbsoluteRenderBounds":{"x":1312.31005859375,"y":8530.0,"width":408.660034179688,"height":247.0},"relativeTransform":[[1.0,0.0,51.0],[0.0,1.0,10.0]],"size":{"x":408.660003662109,"y":247.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":51.0,"sizeFraction":0.0},"right":{"pixelOffset":-15.0,"sizeFraction":1.0},"top":{"pixelOffset":10.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:257","1:258","1:259"]},"1:259":{"type":"FRAME","id":"1:259","name":"List","absoluteBoundingBox":{"x":1434.91003417969,"y":8687.0,"width":286.059997558594,"height":90.0},"isolatedAbsoluteRenderBounds":{"x":1434.91003417969,"y":8687.0,"width":286.059997558594,"height":90.0},"relativeTransform":[[1.0,0.0,122.599998474121],[0.0,1.0,157.0]],"size":{"x":286.059997558594,"y":90.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":122.599998474121,"sizeFraction":0.0},"right":{"pixelOffset":-7.62939453125e-06,"sizeFraction":1.0},"top":{"pixelOffset":157.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:260","1:261","1:262"]},"1:262":{"type":"FRAME","id":"1:262","name":"Item","absoluteBoundingBox":{"x":1434.91003417969,"y":8757.0,"width":286.059997558594,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":1434.91003417969,"y":8757.0,"width":286.059997558594,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,70.0]],"size":{"x":286.059997558594,"y":20.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":70.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:261":{"type":"FRAME","id":"1:261","name":"Item","absoluteBoundingBox":{"x":1434.91003417969,"y":8722.0,"width":286.059997558594,"height":35.0},"isolatedAbsoluteRenderBounds":{"x":1434.91003417969,"y":8722.0,"width":286.059997558594,"height":35.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,35.0]],"size":{"x":286.059997558594,"y":35.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":35.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:258":{"type":"TEXT","id":"1:258","name":"8 the Green , Ste. R, Dover, DE 19901 Kent County","absoluteBoundingBox":{"x":1435.34008789062,"y":8609.0,"width":285.829986572266,"height":50.0},"isolatedAbsoluteRenderBounds":{"x":1485.24694824219,"y":8613.8623046875,"width":235.115966796875,"height":43.5380859375},"relativeTransform":[[1.0,0.0,123.029998779297],[0.0,1.0,79.0]],"size":{"x":285.829986572266,"y":50.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":0.199981689453125,"sizeFraction":1.0},"top":{"pixelOffset":79.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":" 8 the Green , Ste. R, Dover, DE 19901 Kent County","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"RIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":17.0,"textAlignHorizontal":"RIGHT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":28.0,"lineHeightPercent":129.079849243164,"lineHeightPercentFontSize":164.70588684082,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:239":{"type":"FRAME","id":"1:239","name":"Aside","absoluteBoundingBox":{"x":837.659973144531,"y":8540.0,"width":373.660003662109,"height":247.0},"isolatedAbsoluteRenderBounds":{"x":837.659973144531,"y":8540.0,"width":373.660003662109,"height":247.0},"relativeTransform":[[1.0,0.0,51.0],[0.0,1.0,20.0]],"size":{"x":373.660003662109,"y":247.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":51.0,"sizeFraction":0.0},"right":{"pixelOffset":-50.0,"sizeFraction":1.0},"top":{"pixelOffset":20.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:240","1:241","1:242"]},"1:238":{"type":"FRAME","id":"1:238","name":"Border","absoluteBoundingBox":{"x":786.659973144531,"y":8520.0,"width":474.660003662109,"height":318.0},"isolatedAbsoluteRenderBounds":{"x":786.659973144531,"y":8520.0,"width":474.660003662109,"height":318.0},"relativeTransform":[[1.0,0.0,722.659973144531],[0.0,1.0,85.0]],"size":{"x":474.660003662109,"y":318.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.376385402679443},"right":{"pixelOffset":0.0,"sizeFraction":0.623604154586792},"top":{"pixelOffset":85.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-75.5899963378906,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":1.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:239"]},"1:242":{"type":"SVG","id":"1:242","name":"List","absoluteBoundingBox":{"x":929.47998046875,"y":8739.0,"width":190.0,"height":48.0},"isolatedAbsoluteRenderBounds":{"x":929.47998046875,"y":8739.0,"width":190.0,"height":48.0},"relativeTransform":[[1.0,0.0,91.8199996948242],[0.0,1.0,199.0]],"size":{"x":190.0,"y":48.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-95.0100021362305,"sizeFraction":0.5},"right":{"pixelOffset":94.9899978637695,"sizeFraction":0.5},"top":{"pixelOffset":199.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"960a109aba94932d62fd9eb2d812361b1b6bd704"},"1:241":{"type":"TEXT","id":"1:241","name":"The world's premier blowdrying competition celebrating artistry, creativity, and the transformative power of styling across eras.","absoluteBoundingBox":{"x":840.726684570312,"y":8624.5,"width":367.526611328125,"height":78.0},"isolatedAbsoluteRenderBounds":{"x":843.743713378906,"y":8629.3623046875,"width":360.983703613281,"height":71.5380859375},"relativeTransform":[[1.0,0.0,3.06674194335938],[0.0,1.0,84.5]],"size":{"x":367.526611328125,"y":78.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-183.763259887695,"sizeFraction":0.5},"right":{"pixelOffset":183.76335144043,"sizeFraction":0.5},"top":{"pixelOffset":84.5,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"The world's premier blowdrying competition\ncelebrating artistry, creativity, and the\ntransformative power of styling across eras.","lineIndentations":[0,0,0],"lineTypes":["NONE","NONE","NONE"],"listStartOffsets":[],"lineStyleOverrides":[0,0,0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"1":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"2":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":17.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":28.0,"lineHeightPercent":129.079849243164,"lineHeightPercentFontSize":164.70588684082,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:240":{"type":"TEXT","id":"1:240","name":"Link → GLOBAL BLOWDRY","absoluteBoundingBox":{"x":867.0,"y":8540.0,"width":313.0,"height":64.0},"isolatedAbsoluteRenderBounds":{"x":867.901184082031,"y":8548.671875,"width":311.325378417969,"height":49.6640625},"relativeTransform":[[1.0,0.0,29.3400268554688],[0.0,1.0,0.0]],"size":{"x":313.0,"y":64.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.984313726425171,"g":0.980392158031464,"b":0.976470589637756,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-157.489974975586,"sizeFraction":0.5},"right":{"pixelOffset":155.510025024414,"sizeFraction":0.5},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"THE GLOBAL \nBARBERING  COMPETITION","lineIndentations":[0,0],"lineTypes":["NONE","NONE"],"listStartOffsets":[],"lineStyleOverrides":[0,0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"1":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"Playfair Display","fontPostScriptName":null,"fontStyle":"Bold","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":24.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":-0.600000023841858,"letterSpacingValue":-0.600000023841858,"letterSpacingUnit":"PIXELS","lineHeightPx":32.0,"lineHeightPercent":100.025009155273,"lineHeightPercentFontSize":133.33332824707,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:203":{"type":"FRAME","id":"1:203","name":"Aside","absoluteBoundingBox":{"x":327.0,"y":8545.5,"width":409.660003662109,"height":216.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8545.5,"width":409.660034179688,"height":216.0},"relativeTransform":[[1.0,0.0,15.0],[0.0,1.0,25.5]],"size":{"x":409.660003662109,"y":216.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":15.0,"sizeFraction":0.0},"right":{"pixelOffset":-50.0,"sizeFraction":1.0},"top":{"pixelOffset":25.5,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:204","1:205"]},"1:205":{"type":"FRAME","id":"1:205","name":"List","absoluteBoundingBox":{"x":327.0,"y":8621.5,"width":409.660003662109,"height":140.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8621.5,"width":409.660034179688,"height":140.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,76.0]],"size":{"x":409.660003662109,"y":140.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":76.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:206","1:210","1:214","1:218","1:222","1:226","1:230","1:234"]},"1:234":{"type":"FRAME","id":"1:234","name":"Item → Link","absoluteBoundingBox":{"x":531.830017089844,"y":8726.5,"width":146.220001220703,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8726.5,"width":146.220031738281,"height":20.5},"relativeTransform":[[1.0,0.0,204.830001831055],[0.0,1.0,105.0]],"size":{"x":146.220001220703,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":204.830001831055,"sizeFraction":0.0},"top":{"pixelOffset":105.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:235","87:121"]},"105:65":{"type":"RECTANGLE","id":"105:65","name":"Rectangle 9","absoluteBoundingBox":{"x":70.0,"y":103.0,"width":4550.0,"height":897.0},"isolatedAbsoluteRenderBounds":{"x":70.0,"y":103.0,"width":4550.0,"height":897.0},"relativeTransform":[[1.0,0.0,6.0],[0.0,1.0,3.0]],"size":{"x":4550.0,"y":897.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0941176488995552,"g":0.113725490868092,"b":0.14509804546833,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":6.0,"sizeFraction":0.0},"right":{"pixelOffset":2636.0,"sizeFraction":1.0},"top":{"pixelOffset":3.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:233":{"type":"TEXT","id":"1:233","name":"About Us","absoluteBoundingBox":{"x":347.0,"y":8725.5,"width":140.32861328125,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":347.399993896484,"y":8730.2998046875,"width":69.4194946289062,"height":11.423828125},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":140.32861328125,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"About Us","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:231":{"type":"SVG","id":"1:231","name":"Icon","absoluteBoundingBox":{"x":327.0,"y":8727.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8727.5,"width":6.07999992370605,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:226":{"type":"FRAME","id":"1:226","name":"Item → Link","absoluteBoundingBox":{"x":531.830017089844,"y":8691.5,"width":94.8600006103516,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8691.5,"width":94.8600006103516,"height":20.0},"relativeTransform":[[1.0,0.0,204.830017089844],[0.0,1.0,70.0]],"size":{"x":94.8600006103516,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":204.830017089844,"sizeFraction":0.0},"top":{"pixelOffset":70.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":120},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":18,"localID":5},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/contact"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:227","1:229"]},"1:227":{"type":"SVG","id":"1:227","name":"Icon","absoluteBoundingBox":{"x":531.830017089844,"y":8692.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8692.5,"width":6.08001708984375,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:222":{"type":"FRAME","id":"1:222","name":"Item → Link","absoluteBoundingBox":{"x":327.0,"y":8691.5,"width":116.279998779297,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8691.5,"width":116.279998779297,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,70.0]],"size":{"x":116.279998779297,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":70.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":116},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":1,"localID":768},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/gallery"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:223","1:225"]},"1:221":{"type":"TEXT","id":"1:221","name":"Presenters","absoluteBoundingBox":{"x":551.830017089844,"y":8655.5,"width":121.808158874512,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":553.110046386719,"y":8660.2998046875,"width":81.1019897460938,"height":11.423828125},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":121.808158874512,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Presenters","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:219":{"type":"SVG","id":"1:219","name":"Icon","absoluteBoundingBox":{"x":531.830017089844,"y":8657.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8657.5,"width":6.08001708984375,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:217":{"type":"TEXT","id":"1:217","name":"Competition","absoluteBoundingBox":{"x":347.0,"y":8655.5,"width":146.923751831055,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":347.959991455078,"y":8660.076171875,"width":93.4284973144531,"height":14.6240234375},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":146.923751831055,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Competition","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:215":{"type":"SVG","id":"1:215","name":"Icon","absoluteBoundingBox":{"x":327.0,"y":8657.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8657.5,"width":6.07999992370605,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:260":{"type":"FRAME","id":"1:260","name":"Item","absoluteBoundingBox":{"x":1434.91003417969,"y":8687.0,"width":286.059997558594,"height":35.0},"isolatedAbsoluteRenderBounds":{"x":1434.91003417969,"y":8687.0,"width":286.059997558594,"height":35.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":286.059997558594,"y":35.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:210":{"type":"FRAME","id":"1:210","name":"Item → Link","absoluteBoundingBox":{"x":531.830017089844,"y":8621.5,"width":95.3600006103516,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8621.5,"width":95.3600006103516,"height":20.0},"relativeTransform":[[1.0,0.0,204.830001831055],[0.0,1.0,0.0]],"size":{"x":95.3600006103516,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":204.830001831055,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":118},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":3,"localID":521},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/judging"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:211","1:213"]},"1:200":{"type":"FRAME","id":"1:200","name":"Footer","absoluteBoundingBox":{"x":64.0,"y":8435.0,"width":1920.0,"height":478.589996337891},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":8435.0,"width":1920.0,"height":478.589996337891},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,8335.0]],"size":{"x":1920.0,"y":478.589996337891},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":8335.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:201","1:202","1:238","1:255","1:263","1:264","1:265"]},"1:213":{"type":"TEXT","id":"1:213","name":"Judging","absoluteBoundingBox":{"x":551.830017089844,"y":8620.5,"width":75.6761856079102,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":552.486022949219,"y":8625.2998046875,"width":61.4598388671875,"height":14.400390625},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":75.6761856079102,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Judging","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:211":{"type":"SVG","id":"1:211","name":"Icon","absoluteBoundingBox":{"x":531.830017089844,"y":8622.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8622.5,"width":6.08001708984375,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:209":{"type":"TEXT","id":"1:209","name":"Home","absoluteBoundingBox":{"x":347.0,"y":8620.5,"width":119.474517822266,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":348.279998779297,"y":8625.2998046875,"width":41.46826171875,"height":11.423828125},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":119.474517822266,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Home","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:207":{"type":"SVG","id":"1:207","name":"Icon","absoluteBoundingBox":{"x":327.0,"y":8622.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8622.5,"width":6.07999992370605,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:204":{"type":"TEXT","id":"1:204","name":"Heading 2 → Our Services","absoluteBoundingBox":{"x":327.0,"y":8565.5,"width":194.0,"height":36.0},"isolatedAbsoluteRenderBounds":{"x":327.910003662109,"y":8571.1259765625,"width":191.520050048828,"height":25.40234375},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,20.0]],"size":{"x":194.0,"y":36.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":20.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Quick Links","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"TITLE","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":26.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":36.0,"lineHeightPercent":101.437019348145,"lineHeightPercentFontSize":138.461532592773,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:201":{"type":"RECTANGLE","id":"1:201","name":"Background","absoluteBoundingBox":{"x":64.0,"y":8435.0,"width":1920.0,"height":478.589996337891},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":8435.0,"width":1920.0,"height":478.58984375},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":478.589996337891},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0666666701436043,"g":0.0784313753247261,"b":0.10196078568697,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:378":{"type":"SVG","id":"1:378","name":"Background+Border+Shadow","absoluteBoundingBox":{"x":1899.0,"y":1803.0,"width":50.0,"height":50.0},"isolatedAbsoluteRenderBounds":{"x":1899.0,"y":1803.0,"width":50.0,"height":50.0},"relativeTransform":[[1.0,0.0,1835.0],[0.0,1.0,803.0]],"size":{"x":50.0,"y":50.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"opacity":0.0,"constraints":{"vertical":"BOTTOM","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":1835.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-6582.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","scrollBehavior":"FIXED","strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeWeight":2.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"4d0faae70121553af6a86fe6991fdbe1f846849d"},"1:137":{"type":"TEXT","id":"1:137","name":"The influence of a barber extends far beyond grooming.","absoluteBoundingBox":{"x":1154.0,"y":5888.7783203125,"width":448.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.39904785156,"y":5894.04833984375,"width":446.136840820312,"height":16.52978515625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":448.0,"y":24.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"The influence of a barber extends far beyond grooming.","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":19.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":24.0,"lineHeightPercent":112.781951904297,"lineHeightPercentFontSize":126.315788269043,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:369":{"type":"TEXT","id":"1:369","name":"Enter the Competition","absoluteBoundingBox":{"x":778.29638671875,"y":8172.73046875,"width":171.0,"height":28.0},"isolatedAbsoluteRenderBounds":{"x":778.927185058594,"y":8180.490234375,"width":168.821411132812,"height":15.66015625},"relativeTransform":[[1.0,0.0,44.0],[0.0,1.0,14.0]],"size":{"x":171.0,"y":28.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0941176488995552,"g":0.113725490868092,"b":0.14509804546833,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-99.0,"sizeFraction":0.5},"right":{"pixelOffset":72.0,"sizeFraction":0.5},"top":{"pixelOffset":14.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Enter the Competition","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":18.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":28.0,"lineHeightPercent":138.888900756836,"lineHeightPercentFontSize":155.555557250977,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:367":{"type":"GROUP","id":"1:367","name":"Group 1","absoluteBoundingBox":{"x":734.29638671875,"y":8158.73046875,"width":580.0,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":734.29638671875,"y":8158.73046875,"width":580.0,"height":56.0},"relativeTransform":[[1.0,0.0,321.29638671875],[0.0,1.0,258.73046875]],"size":{"x":580.0,"y":56.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":670.29638671875,"sizeFraction":0.0},"top":{"pixelOffset":7405.73046875,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:368","1:373"]},"1:265":{"type":"FRAME","id":"1:265","name":"List","absoluteBoundingBox":{"x":1036.0,"y":8863.0,"width":688.0,"height":25.5900001525879},"isolatedAbsoluteRenderBounds":{"x":1036.0,"y":8863.0,"width":688.0,"height":25.5900001525879},"relativeTransform":[[1.0,0.0,972.0],[0.0,1.0,428.0]],"size":{"x":688.0,"y":25.5900001525879},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":972.0,"sizeFraction":0.0},"right":{"pixelOffset":-260.0,"sizeFraction":1.0},"top":{"pixelOffset":428.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:266","1:268"]},"1:225":{"type":"TEXT","id":"1:225","name":"Gallery","absoluteBoundingBox":{"x":347.0,"y":8690.5,"width":96.6288757324219,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":347.959991455078,"y":8695.076171875,"width":50.62939453125,"height":14.6240234375},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":96.6288757324219,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Gallery","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:373":{"type":"FRAME","id":"1:373","name":"Link","absoluteBoundingBox":{"x":1040.29638671875,"y":8158.73046875,"width":274.0,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":1040.29638671875,"y":8158.73046875,"width":274.0,"height":56.0},"relativeTransform":[[1.0,0.0,306.0],[0.0,1.0,0.0]],"size":{"x":274.0,"y":56.0},"fills":[],"constraintValues":{"left":{"pixelOffset":976.29638671875,"sizeFraction":0.0},"top":{"pixelOffset":7405.73046875,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":79,"localID":460},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":3,"localID":2},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/about"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"rectangleCornerRadii":[50.0,50.0,50.0,50.0],"cornerRadius":50.0,"children":["1:374","1:375"]},"1:374":{"type":"TEXT","id":"1:374","name":"Discover the Journey","absoluteBoundingBox":{"x":1083.29638671875,"y":8172.73046875,"width":161.0,"height":28.0},"isolatedAbsoluteRenderBounds":{"x":1084.01599121094,"y":8180.8505859375,"width":159.332641601562,"height":15.4794921875},"relativeTransform":[[1.0,0.0,43.0],[0.0,1.0,14.0]],"size":{"x":161.0,"y":28.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-94.0,"sizeFraction":0.5},"right":{"pixelOffset":67.0,"sizeFraction":0.5},"top":{"pixelOffset":14.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Discover the Journey","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":18.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":28.0,"lineHeightPercent":138.888900756836,"lineHeightPercentFontSize":155.555557250977,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:375":{"type":"SVG","id":"1:375","name":"Background","absoluteBoundingBox":{"x":1258.29638671875,"y":8166.73046875,"width":40.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1258.29638671875,"y":8166.73046875,"width":40.0,"height":40.0},"relativeTransform":[[1.0,0.0,218.0],[0.0,1.0,8.0]],"size":{"x":40.0,"y":40.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":218.0,"sizeFraction":0.0},"top":{"pixelOffset":8.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"cdce81d2bc99ce7470f459f132736e974b9c3136"},"23:21":{"type":"FRAME","id":"23:21","name":"Image+Background","absoluteBoundingBox":{"x":64.0,"y":2586.76904296875,"width":1920.0,"height":598.660217285156},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":2586.76904296875,"width":1920.0,"height":598.660217285156},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,1033.76892089844]],"size":{"x":1920.0,"y":598.660217285156},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0941176488995552,"g":0.113725490868092,"b":0.14509804546833,"a":1.0},"visible":true,"opacity":1.0}],"visible":false,"opacity":0.0,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.15573499862887},"bottom":{"pixelOffset":0.0,"sizeFraction":0.24592183461639}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["23:22"]},"1:368":{"type":"FRAME","id":"1:368","name":"Link","absoluteBoundingBox":{"x":734.29638671875,"y":8158.73046875,"width":286.0,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":734.29638671875,"y":8158.73046875,"width":286.0,"height":56.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":286.0,"y":56.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":670.29638671875,"sizeFraction":0.0},"top":{"pixelOffset":7405.73046875,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":79,"localID":458},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":1,"localID":765},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/competition"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"rectangleCornerRadii":[50.0,50.0,50.0,50.0],"cornerRadius":50.0,"children":["1:369","1:370"]},"1:214":{"type":"FRAME","id":"1:214","name":"Item → Link","absoluteBoundingBox":{"x":327.0,"y":8656.5,"width":166.610000610352,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8656.5,"width":166.610000610352,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,35.0]],"size":{"x":166.610000610352,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":35.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":115},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":1,"localID":765},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/competition"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:215","1:217"]},"1:364":{"type":"FRAME","id":"1:364","name":"Heading 4","absoluteBoundingBox":{"x":919.226318359375,"y":7900.0,"width":210.139999389648,"height":37.0},"isolatedAbsoluteRenderBounds":{"x":919.226318359375,"y":7831.0,"width":212.25146484375,"height":106.0},"relativeTransform":[[1.0,0.0,506.226318359375],[0.0,1.0,0.0]],"size":{"x":210.139999389648,"y":37.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-104.773681640625,"sizeFraction":0.5},"right":{"pixelOffset":105.366317749023,"sizeFraction":0.5},"top":{"pixelOffset":7147.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:365","1:366"]},"1:366":{"type":"TEXT","id":"1:366","name":"Limited Entries Available","absoluteBoundingBox":{"x":919.226318359375,"y":7838.0,"width":213.0,"height":30.0},"isolatedAbsoluteRenderBounds":{"x":920.310302734375,"y":7847.189453125,"width":211.16748046875,"height":10.95703125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,-62.0]],"size":{"x":213.0,"y":30.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":-62.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Limited Entries Available","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Roboto","fontPostScriptName":null,"fontStyle":"Medium","textCase":"UPPER","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":15.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.5,"letterSpacingValue":0.5,"letterSpacingUnit":"PIXELS","lineHeightPx":30.0,"lineHeightPercent":170.66667175293,"lineHeightPercentFontSize":200.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:365":{"type":"RECTANGLE","id":"1:365","name":"Horizontal Divider","absoluteBoundingBox":{"x":1004.29632568359,"y":7831.0,"width":40.0,"height":1.0},"isolatedAbsoluteRenderBounds":{"x":1004.29632568359,"y":7831.0,"width":40.0000610351562,"height":1.0},"relativeTransform":[[1.0,0.0,85.0700073242188],[0.0,1.0,-69.0]],"size":{"x":40.0,"y":1.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-19.9999923706055,"sizeFraction":0.5},"right":{"pixelOffset":20.0000076293945,"sizeFraction":0.5},"top":{"pixelOffset":-69.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:82":{"type":"RECTANGLE","id":"1:82","name":"Horizontal Divider","absoluteBoundingBox":{"x":601.0,"y":4027.0,"width":845.0,"height":6.0},"isolatedAbsoluteRenderBounds":{"x":601.0,"y":4027.0,"width":845.0,"height":6.0},"relativeTransform":[[1.0,0.0,537.0],[0.0,-1.0,2480.0]],"size":{"x":845.0,"y":6.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-423.0,"sizeFraction":0.5},"right":{"pixelOffset":422.0,"sizeFraction":0.5},"top":{"pixelOffset":2474.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"37:10":{"type":"CODE_INSTANCE","id":"37:10","name":"--- # Barber Tools Evolution Over the past 100 years of barbering, the tools of the trade have evolved, but the core instruments of the craft have remained remarkably consistent. What has changed most is technology, materials, and precision. Below is a clear breakdown of the major barber tools by era and function. --- # The Barber’s Tools of the Trade A Century of the Craft ## 1. Straight Razor The most iconic barber tool for over a century. Used for face shaving, beard shaping, and neck clean-ups. Earlier barbers used fully honed steel razors. Later, these were replaced by replaceable blade (shavette) razors for hygiene. *Common Uses:* * Hot towel shaves * Beard line detailing * Neckline finishing --- ## Electric Clippers (1920s – Present) Electric clippers revolutionized barbering. Different corporations helped popularize them. *Types Include:* * Adjustable blade clippers * Cordless clippers * Precision blending clippers --- ## Trimmers / Edgers Smaller clippers used for fine detail work. *Functions:* * Lineups * Beard outlines * Neck edges * Sideburn shaping These tools became prominent in the *1980s–1990s* as detailed barber styles increased. --- ## Barber Shears (Scissors) The foundation of haircutting artistry. *Types Include:* * Standard cutting shears – basic haircutting * Thinning shears – removing bulk * Texturizing shears – adding movement and softness *Used For:* * Precision cuts * Layering * Blending --- ## Manual Hair Clippers (1900s – 1920s) Before electricity, barbers used hand-powered clippers. *Characteristics:* * Operated by squeezing two handles together * Produced the classic short military and tapered styles These tools required: * Strong hand control * Rhythm * Patience --- ## Barber Combs A deceptively simple but essential tool. *Types:* * Taper comb * Clipper comb * Styling comb *Used For:* * Sectioning hair * Guiding clipper work * Scissor-over-comb techniques --- ## Barber Brushes Two major types: *Neck Duster Brush* Removes loose hair after cutting. *Shaving Brush* Used to whip shaving cream into a rich consistency. Traditionally made with: * Badger hair * Boar bristles --- ## Shaving Mug and Lather Bowl Classic barbershop shaving tools used with: * Shaving soap * Hot water * Shaving brush They create the thick, warm lather used in traditional hot towel shaves. --- ## Barber Strap (Strop) Used to sharpen and align straight razors. Made from: * Leather * Canvas *Purpose:* Maintains razor sharpness. Essential before disposable blades existed. --- ## Spray Bottles Used to dampen hair before cutting. Modern versions include: * Continuous mist spray bottles * Adjustable misting bottles --- ## Hair Dryers Introduced into barbering later in the 20th century. *Used For:* * Styling * Volume * Shape control --- ## Barber Cape Protective garment placed on the client. *Purpose:* * Keeps hair off clothing * Maintains a clean service environment","absoluteBoundingBox":{"x":64.0,"y":4179.0,"width":1920.0,"height":1005.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":4179.0,"width":1920.0,"height":1005.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,2626.0]],"size":{"x":1920.0,"y":1005.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":2626.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code37_11.default","componentProperties":{"scrollSpeed#37:0":{"type":"NUMBER","value":30.0,"isDefault":true}}},"1:198":{"type":"GROUP","id":"1:198","name":"Mask group","absoluteBoundingBox":{"x":806.109252929688,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"isolatedAbsoluteRenderBounds":{"x":806.109252929688,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"relativeTransform":[[1.0,0.0,742.109252929688],[0.0,1.0,4482.25244140625]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":742.109252929688,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:199"]},"30:4287":{"type":"CODE_INSTANCE","id":"30:4287","name":"sr7-module → sr7-content","absoluteBoundingBox":{"x":64.0,"y":100.0,"width":1920.0,"height":900.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":100.0,"width":1920.0,"height":900.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":900.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"codeExportName":"Code30_4288.default","componentProperties":{}},"1:197":{"type":"IMAGE","id":"1:197","name":"—Pngtree—modern demo logo vector file_9012000","absoluteBoundingBox":{"x":322.324340820312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"targetAspectRatio":{"x":4096.0,"y":4096.0},"isolatedAbsoluteRenderBounds":{"x":322.324340820312,"y":6035.25244140625,"width":185.892395019531,"height":185.892578125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"76dcb113f5b605f22df2cf3e86e750d465161476","originalImageWidth":4096,"originalImageHeight":4096,"visible":true,"opacity":1.0,"rotation":0.0}],"constraintValues":{"left":{"pixelOffset":258.324340820312,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"isMask":true,"maskType":"ALPHA","accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"00dfe2aebb65b35d80261b0fa24033b5886a048a"},"1:195":{"type":"IMAGE","id":"1:195","name":"—Pngtree—modern demo logo vector file_9011302","absoluteBoundingBox":{"x":564.216918945312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"targetAspectRatio":{"x":4096.0,"y":4096.0},"isolatedAbsoluteRenderBounds":{"x":564.216918945312,"y":6035.25244140625,"width":185.892395019531,"height":185.892578125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"8d4816c9a2be4ee43d8642d243d995a98975c9af","originalImageWidth":4096,"originalImageHeight":4096,"visible":true,"opacity":1.0,"rotation":0.0}],"constraintValues":{"left":{"pixelOffset":500.216918945312,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"isMask":true,"maskType":"ALPHA","accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"a053403f495e0cbdee152261ca07f52e0706eb81"},"1:263":{"type":"TEXT","id":"1:263","name":"© 2026 Global Blowdry Championships. All rights reserved.","absoluteBoundingBox":{"x":324.0,"y":8862.0,"width":447.0,"height":26.0},"isolatedAbsoluteRenderBounds":{"x":324.959991455078,"y":8868.576171875,"width":444.253387451172,"height":14.6240234375},"relativeTransform":[[1.0,0.0,260.0],[0.0,1.0,427.0]],"size":{"x":447.0,"y":26.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":260.0,"sizeFraction":0.0},"top":{"pixelOffset":427.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"© 2026 Global Blowdry Championships. All rights reserved.","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":25.6000003814697,"lineHeightPercent":125.39185333252,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:193":{"type":"IMAGE","id":"1:193","name":"—Pngtree—modern demo logo vector file_9011302","absoluteBoundingBox":{"x":80.4320068359375,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"targetAspectRatio":{"x":4096.0,"y":4096.0},"isolatedAbsoluteRenderBounds":{"x":80.4320068359375,"y":6035.25244140625,"width":185.892395019531,"height":185.892578125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"8d4816c9a2be4ee43d8642d243d995a98975c9af","originalImageWidth":4096,"originalImageHeight":4096,"visible":true,"opacity":1.0,"rotation":0.0}],"constraintValues":{"left":{"pixelOffset":16.4320106506348,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"isMask":true,"maskType":"ALPHA","accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"a053403f495e0cbdee152261ca07f52e0706eb81"},"35:383":{"type":"CODE_INSTANCE","id":"35:383","name":"Group 1000001825","absoluteBoundingBox":{"x":312.0,"y":6514.0,"width":1424.0,"height":767.27001953125},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":6514.0,"width":1424.0,"height":767.27001953125},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,4961.0]],"size":{"x":1424.0,"y":767.27001953125},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":248.0,"sizeFraction":0.0},"right":{"pixelOffset":-248.0,"sizeFraction":1.0},"top":{"pixelOffset":4961.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code35_384.default","componentProperties":{}},"1:2":{"type":"FRAME","id":"1:2","name":"GLOBAL BLOWDRY 1","absoluteBoundingBox":{"x":64.0,"y":1000.0,"width":1920.0,"height":7435.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":1000.0,"width":1920.0,"height":7435.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,900.0]],"size":{"x":1920.0,"y":7435.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"bottom":{"pixelOffset":-479.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"overflowDirection":"VERTICAL_SCROLLING","children":["1:3","1:4","1:378"]},"1:123":{"type":"FRAME","id":"1:123","name":"Background","absoluteBoundingBox":{"x":1024.0,"y":5184.0,"width":960.0,"height":1119.0},"isolatedAbsoluteRenderBounds":{"x":1024.0,"y":5160.0,"width":960.0,"height":1143.0},"relativeTransform":[[1.0,0.0,960.0],[0.0,1.0,3631.0]],"size":{"x":960.0,"y":1119.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0666666701436043,"g":0.0784313753247261,"b":0.10196078568697,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":3631.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-1888.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:124","1:125","1:126","1:127","1:131","1:135","1:139","1:143","1:147","1:151","1:152","1:153","1:154","1:155","86:64","1:130"]},"1:154":{"type":"RECTANGLE","id":"1:154","name":"Rectangle","absoluteBoundingBox":{"x":1154.0,"y":5995.5615234375,"width":296.609985351562,"height":86.8848114013672},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5995.5615234375,"width":296.609985351562,"height":86.8848114013672},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,811.561462402344]],"size":{"x":296.609985351562,"y":86.8848114013672},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.135416666666667},"right":{"pixelOffset":0.0,"sizeFraction":0.444385401407878},"top":{"pixelOffset":0.0,"sizeFraction":0.725255998572246},"bottom":{"pixelOffset":0.0,"sizeFraction":0.802901048975613}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"86:64":{"type":"CODE_INSTANCE","id":"86:64","name":"Link","absoluteBoundingBox":{"x":1154.0,"y":6151.76806640625,"width":195.529998779297,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":6151.76806640625,"width":195.530029296875,"height":56.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,967.76806640625]],"size":{"x":195.529998779297,"y":56.0},"fills":[],"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"top":{"pixelOffset":967.76806640625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"codeExportName":"Code86_67.default","componentProperties":{}},"1:152":{"type":"RECTANGLE","id":"1:152","name":"Rectangle","absoluteBoundingBox":{"x":1154.0,"y":5877.1689453125,"width":650.0,"height":301.709899902344},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5877.1689453125,"width":650.0,"height":301.709899902344},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,693.1689453125]],"size":{"x":650.0,"y":301.709899902344},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.135416666666667},"right":{"pixelOffset":0.0,"sizeFraction":0.8125},"top":{"pixelOffset":0.0,"sizeFraction":0.619453927893208},"bottom":{"pixelOffset":0.0,"sizeFraction":0.889078503319789}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"50:755":{"type":"CODE_INSTANCE","id":"50:755","name":"Group 1000001832","absoluteBoundingBox":{"x":1662.0,"y":111.0,"width":136.0,"height":79.0},"isolatedAbsoluteRenderBounds":{"x":1662.0,"y":111.0,"width":136.0,"height":79.0},"relativeTransform":[[1.0,0.0,1598.0],[0.0,1.0,11.0]],"size":{"x":136.0,"y":79.0},"fills":[],"constraintValues":{"left":{"pixelOffset":1598.0,"sizeFraction":0.0},"top":{"pixelOffset":11.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code50_756.default","componentProperties":{}},"1:147":{"type":"FRAME","id":"1:147","name":"Article","absoluteBoundingBox":{"x":1154.0,"y":6041.62841796875,"width":620.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":6041.62841796875,"width":620.0,"height":40.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,857.62841796875]],"size":{"x":620.0,"y":40.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"right":{"pixelOffset":-210.0,"sizeFraction":1.0},"top":{"pixelOffset":857.62841796875,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:148"]},"1:257":{"type":"TEXT","id":"1:257","name":"Heading 2 → Our Location","absoluteBoundingBox":{"x":1499.63012695312,"y":8550.0,"width":221.0,"height":36.0},"isolatedAbsoluteRenderBounds":{"x":1501.27709960938,"y":8555.65234375,"width":218.433471679688,"height":30.0556640625},"relativeTransform":[[1.0,0.0,187.320007324219],[0.0,1.0,20.0]],"size":{"x":221.0,"y":36.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-0.339996337890625,"sizeFraction":1.0},"top":{"pixelOffset":20.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Headquarters","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignHorizontal":"RIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"TITLE","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":26.0,"textAlignHorizontal":"RIGHT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":36.0,"lineHeightPercent":101.437019348145,"lineHeightPercentFontSize":138.461532592773,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"30:4248":{"type":"CODE_INSTANCE","id":"30:4248","name":"Group 4","absoluteBoundingBox":{"x":312.0,"y":1114.0,"width":1423.97998046875,"height":830.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":1114.0,"width":1423.97998046875,"height":830.0},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,361.0]],"size":{"x":1423.97998046875,"y":830.0},"fills":[],"constraintValues":{"left":{"pixelOffset":248.0,"sizeFraction":0.0},"top":{"pixelOffset":361.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code30_4249.default","componentProperties":{}},"22:2062":{"type":"TEXT","id":"22:2062","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":15.0,"height":14.0},"isolatedAbsoluteRenderBounds":{"x":0.100000008940697,"y":2.48999977111816,"width":13.9510154724121,"height":11.0700006484985},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":15.0,"y":14.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":13.6499996185303,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:148":{"type":"FRAME","id":"1:148","name":"Container","absoluteBoundingBox":{"x":1154.0,"y":6041.62841796875,"width":620.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":6041.62841796875,"width":620.0,"height":24.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":620.0,"y":24.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["1:149","1:150"]},"1:144":{"type":"FRAME","id":"1:144","name":"Container","absoluteBoundingBox":{"x":1154.0,"y":5988.7783203125,"width":620.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5988.7783203125,"width":620.0,"height":24.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":620.0,"y":24.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["1:145","1:146"]},"1:145":{"type":"TEXT","id":"1:145","name":"Barbers are skilled artisans who blend technical precision with creativity.","absoluteBoundingBox":{"x":1154.0,"y":5988.7783203125,"width":589.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.30395507812,"y":5994.23828125,"width":587.22900390625,"height":16.33984375},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":589.0,"y":24.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Barbers are skilled artisans who blend technical precision with creativity.","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":19.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":24.0,"lineHeightPercent":112.781951904297,"lineHeightPercentFontSize":126.315788269043,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:139":{"type":"FRAME","id":"1:139","name":"Article","absoluteBoundingBox":{"x":1154.0,"y":5938.7783203125,"width":620.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5938.7783203125,"width":620.0,"height":40.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,754.7783203125]],"size":{"x":620.0,"y":40.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"right":{"pixelOffset":-210.0,"sizeFraction":1.0},"top":{"pixelOffset":754.7783203125,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:140"]},"1:132":{"type":"SVG","id":"1:132","name":"image fill","absoluteBoundingBox":{"x":1149.0,"y":5888.65380859375,"width":630.0,"height":150.0},"isolatedAbsoluteRenderBounds":{"x":1149.0,"y":5888.65380859375,"width":630.0,"height":150.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":630.0,"y":150.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"4f0430c91b271930e263e711a320989f0a8cdb54"},"1:141":{"type":"TEXT","id":"1:141","name":"Barbering is an art form that shapes one’s identity.","absoluteBoundingBox":{"x":1154.0,"y":5938.7783203125,"width":407.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.30395507812,"y":5943.8583984375,"width":405.63427734375,"height":16.7197265625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":407.0,"y":24.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Barbering is an art form that shapes one’s identity.","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":19.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":24.0,"lineHeightPercent":112.781951904297,"lineHeightPercentFontSize":126.315788269043,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"64:162":{"type":"TEXT","id":"64:162","name":"Creative fashion is the heartbeat of expression! Refined through time, propelled towards tomorrow, and grounded in it's legacy. 100 years of style, one global stage Barbers, the quiet architects of men's grooming, have shaped the culture without claiming it's center. That changes now. Present your artistry to the world.","absoluteBoundingBox":{"x":73.0,"y":2730.0,"width":1902.0,"height":316.0},"isolatedAbsoluteRenderBounds":{"x":549.279052734375,"y":2732.50390625,"width":948.825927734375,"height":307.544189453125},"relativeTransform":[[1.0,0.0,9.0],[0.0,1.0,1177.0]],"size":{"x":1902.0,"y":316.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-951.0,"sizeFraction":0.5},"right":{"pixelOffset":951.0,"sizeFraction":0.5},"top":{"pixelOffset":1177.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,176,174,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,173,172,171,171,171,171,171,171,171,171,171,171,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,175,172,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170,170],"characters":"Creative fashion is the heartbeat of expression!\n\nRefined through time, propelled towards tomorrow,\nand grounded in it's legacy. 100 years of style, one global stage\n\nBarbers,\n\nthe quiet architects of men's grooming,\nhave shaped the culture without claiming it's center.\n\nThat changes now. Present your artistry to the world.","lineIndentations":[0,0,0,0,0,0,0,0,0,0,0],"lineTypes":["NONE","NONE","NONE","NONE","NONE","NONE","NONE","NONE","NONE","NONE","NONE"],"listStartOffsets":[],"lineStyleOverrides":[0,0,0,0,0,0,0,0,0,0,0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"1":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"2":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"3":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"4":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"5":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"6":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"7":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"8":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"9":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"10":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"UPPER","fontVariantPosition":"NORMAL","fontSize":24.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":35.0,"lineHeightPercent":106.837593078613,"lineHeightPercentFontSize":145.83332824707,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{"176":{"fontSize":24.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.686274528503418,"g":0.600000023841858,"b":0.407843142747879,"a":1.0},"visible":true,"opacity":1.0}],"lineHeightPx":26.0,"lineHeightPercent":92.4444427490234,"lineHeightPercentFontSize":108.333335876465,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"175":{"fontFamily":"Philosopher","fontPostScriptName":"Philosopher-Regular","fontStyle":"Regular","fontSize":24.0,"lineHeightPx":26.0,"lineHeightPercent":96.726188659668,"lineHeightPercentFontSize":108.333335876465,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"174":{"fontSize":24.0,"lineHeightPx":26.0,"lineHeightPercent":92.4444427490234,"lineHeightPercentFontSize":108.333335876465,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"173":{"fontFamily":"Philosopher","fontPostScriptName":"Philosopher-Regular","fontStyle":"Regular","fontSize":24.0,"lineHeightPx":26.0,"lineHeightPercent":96.726188659668,"lineHeightPercentFontSize":108.333335876465,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"172":{"fontSize":24.0,"paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED","lineHeightPercent":100,"lineHeightPercentFontSize":100},"171":{"fontSize":24.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.600000023841858,"g":0.52549022436142,"b":0.368627458810806,"a":1.0},"visible":true,"opacity":1.0}],"lineHeightPx":26.0,"lineHeightPercent":92.4444427490234,"lineHeightPercentFontSize":108.333335876465,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"170":{"fontSize":24.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED","lineHeightPercent":100,"lineHeightPercentFontSize":100}}},"1:79":{"type":"GROUP","id":"1:79","name":"Group 12","absoluteBoundingBox":{"x":285.0,"y":4070.0,"width":1179.0,"height":792.63037109375},"isolatedAbsoluteRenderBounds":{"x":285.0,"y":4070.0,"width":1179.0,"height":792.63037109375},"relativeTransform":[[1.0,0.0,221.0],[0.0,1.0,2517.0]],"size":{"x":1179.0,"y":792.63037109375},"fills":[],"constraintValues":{"left":{"pixelOffset":221.0,"sizeFraction":0.0},"top":{"pixelOffset":2517.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:80","1:81","1:119"]},"1:142":{"type":"FRAME","id":"1:142","name":"Heading 4","absoluteBoundingBox":{"x":1680.10998535156,"y":5938.7783203125,"width":93.8899993896484,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1680.10998535156,"y":5938.7783203125,"width":93.8900146484375,"height":24.0},"relativeTransform":[[1.0,0.0,526.109985351562],[0.0,1.0,0.0]],"size":{"x":93.8899993896484,"y":24.0},"fills":[],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":526.109985351562,"sizeFraction":0.0},"top":{"pixelOffset":-12.0,"sizeFraction":0.5},"bottom":{"pixelOffset":12.0,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:370":{"type":"SVG","id":"1:370","name":"Background","absoluteBoundingBox":{"x":964.29638671875,"y":8166.73046875,"width":40.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":964.29638671875,"y":8166.73046875,"width":40.0,"height":40.0},"relativeTransform":[[1.0,0.0,230.0],[0.0,1.0,8.0]],"size":{"x":40.0,"y":40.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":230.0,"sizeFraction":0.0},"top":{"pixelOffset":8.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"cdce81d2bc99ce7470f459f132736e974b9c3136"},"1:136":{"type":"FRAME","id":"1:136","name":"Container","absoluteBoundingBox":{"x":1154.0,"y":5888.7783203125,"width":620.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5888.7783203125,"width":620.0,"height":24.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":620.0,"y":24.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["1:137","1:138"]},"1:229":{"type":"TEXT","id":"1:229","name":"Contact","absoluteBoundingBox":{"x":551.830017089844,"y":8690.5,"width":75.175407409668,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":552.7900390625,"y":8695.076171875,"width":60.9612426757812,"height":11.6474609375},"relativeTransform":[[1.0,0.0,20.0],[0.0,1.0,-1.0]],"size":{"x":75.175407409668,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":20.0,"sizeFraction":0.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Contact","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:140":{"type":"FRAME","id":"1:140","name":"Container","absoluteBoundingBox":{"x":1154.0,"y":5938.7783203125,"width":620.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5938.7783203125,"width":620.0,"height":24.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":620.0,"y":24.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["1:141","1:142"]},"1:125":{"type":"TEXT","id":"1:125","name":"Heading 2 → Plan to visit? Call us\nor book a visit!","absoluteBoundingBox":{"x":1154.0,"y":5360.0,"width":764.0,"height":180.0},"isolatedAbsoluteRenderBounds":{"x":1154.55004882812,"y":5366.7548828125,"width":709.386108398438,"height":171.53515625},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,176.0]],"size":{"x":764.0,"y":180.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"top":{"pixelOffset":176.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"What Makes This Competition Truly Unique","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"HEIGHT","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"UPPER","textAutoResize":"HEIGHT","fontVariantPosition":"NORMAL","fontSize":55.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":60.0,"lineHeightPercent":79.9200820922852,"lineHeightPercentFontSize":109.090911865234,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:138":{"type":"FRAME","id":"1:138","name":"Heading 4","absoluteBoundingBox":{"x":1686.78002929688,"y":5888.7783203125,"width":87.2200012207031,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1686.78002929688,"y":5888.7783203125,"width":87.2200012207031,"height":24.0},"relativeTransform":[[1.0,0.0,532.780029296875],[0.0,1.0,0.0]],"size":{"x":87.2200012207031,"y":24.0},"fills":[],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":532.780029296875,"sizeFraction":0.0},"top":{"pixelOffset":-12.0,"sizeFraction":0.5},"bottom":{"pixelOffset":12.0,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:131":{"type":"FRAME","id":"1:131","name":"Image+Background","absoluteBoundingBox":{"x":1149.0,"y":5888.65380859375,"width":630.0,"height":143.216720581055},"isolatedAbsoluteRenderBounds":{"x":1149.0,"y":5888.65380859375,"width":630.0,"height":143.216720581055},"relativeTransform":[[1.0,0.0,125.0],[0.0,1.0,704.653991699219]],"size":{"x":630.0,"y":143.216720581055},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0941176488995552,"g":0.113725490868092,"b":0.14509804546833,"a":1.0},"visible":true,"opacity":1.0}],"opacity":0.0,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":-1.4210854715202e-14,"sizeFraction":0.130208333333333},"right":{"pixelOffset":0.0,"sizeFraction":0.786458333333333},"top":{"pixelOffset":0.0,"sizeFraction":0.629717597586433},"bottom":{"pixelOffset":0.0,"sizeFraction":0.757703943056545}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:132"]},"87:122":{"type":"SVG","id":"87:122","name":"Icon","absoluteBoundingBox":{"x":531.830017089844,"y":8728.0,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8728.0,"width":6.08001708984375,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:126":{"type":"TEXT","id":"1:126","name":"This is not just a judging panel – It’s a global audience.   Each competitor’s loyal fan base plays a vital role, voting to help advance their favorite barbers toward the winning platform.   Every participant will receive a beautiful certificate of involvement, commemorating their role in this once-in-a-lifetime global event, along with additional gifts and prizes awarded throughout the competition.   When the world experiences the true talents of a masterful barber!","absoluteBoundingBox":{"x":1154.0,"y":5561.931640625,"width":631.559997558594,"height":286.0},"isolatedAbsoluteRenderBounds":{"x":1154.51293945312,"y":5568.36572265625,"width":619.281494140625,"height":277.36572265625},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,377.931762695312]],"size":{"x":631.559997558594,"y":286.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.854901969432831,"g":0.854901969432831,"b":0.854901969432831,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"top":{"pixelOffset":377.931762695312,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"This is not just a judging panel – It’s a global audience.   Each competitor’s loyal fan base plays a vital role, voting to help advance their favorite barbers toward the winning platform.   Every participant will receive a beautiful certificate of involvement, commemorating their role in this once-in-a-lifetime global event, along with additional gifts and prizes awarded throughout the competition.   When the world experiences the true talents of a masterful barber!","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"HEIGHT","fontVariantPosition":"NORMAL","fontSize":19.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":26.0,"lineHeightPercent":107.243034362793,"lineHeightPercentFontSize":136.842102050781,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"22:2064":{"type":"TEXT","id":"22:2064","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":14.0,"height":15.0},"isolatedAbsoluteRenderBounds":{"x":0.329999983310699,"y":4.06999969482422,"width":12.3982820510864,"height":9.63000011444092},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":14.0,"y":15.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Poppins","fontPostScriptName":"Poppins-Regular","fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":15.0,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"87:121":{"type":"FRAME","id":"87:121","name":"Item → Link","absoluteBoundingBox":{"x":531.830017089844,"y":8727.0,"width":94.8600006103516,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8727.0,"width":100.535827636719,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.5]],"size":{"x":94.8600006103516,"y":20.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":-51.3600006103516,"sizeFraction":1.0},"top":{"pixelOffset":0.5,"sizeFraction":0.0},"bottom":{"pixelOffset":0.5,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":120},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":48,"localID":78},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/voting"}],"isDeleted":false,"stateManagementVersion":1}],"children":["87:122","87:124"]},"1:68":{"type":"RECTANGLE","id":"1:68","name":"Rectangle","absoluteBoundingBox":{"x":312.0,"y":3596.81005859375,"width":697.0,"height":120.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":3596.81005859375,"width":697.0,"height":120.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,15.0]],"size":{"x":697.0,"y":120.0},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":0.489466292134831},"top":{"pixelOffset":0.0,"sizeFraction":0.102739726027397},"bottom":{"pixelOffset":0.0,"sizeFraction":0.924657534246575}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:73":{"type":"SVG","id":"1:73","name":"Background","absoluteBoundingBox":{"x":1688.0,"y":3636.81005859375,"width":40.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1688.0,"y":3636.81005859375,"width":40.0,"height":40.0},"relativeTransform":[[1.0,0.0,152.440002441406],[0.0,1.0,8.0]],"size":{"x":40.0,"y":40.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":152.440002441406,"sizeFraction":0.0},"top":{"pixelOffset":8.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"28829596df5626088af8623638b0edad84cc6d39"},"1:129":{"type":"TEXT","id":"1:129","name":"More Than Competition","absoluteBoundingBox":{"x":1154.0,"y":5321.0,"width":199.0,"height":30.0},"isolatedAbsoluteRenderBounds":{"x":1155.083984375,"y":5330.189453125,"width":195.88134765625,"height":10.95703125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,7.0]],"size":{"x":199.0,"y":30.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":7.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"More Than Competition","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Roboto","fontPostScriptName":null,"fontStyle":"Medium","textCase":"UPPER","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":15.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.5,"letterSpacingValue":0.5,"letterSpacingUnit":"PIXELS","lineHeightPx":30.0,"lineHeightPercent":170.66667175293,"lineHeightPercentFontSize":200.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"0:3":{"type":"WEBPAGE","id":"0:3","name":"/","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":2048.0,"height":8978.0},"isolatedAbsoluteRenderBounds":{"x":0.0,"y":0.0,"width":2048.0,"height":8978.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":2048.0,"y":8978.0},"fills":[{"opacity":0.0470588244497776,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["0:4"]},"20:999":{"type":"TEXT","id":"20:999","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":13.0},"isolatedAbsoluteRenderBounds":{"x":0.21000000834465,"y":2.99999952316284,"width":11.7483596801758,"height":9.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":13.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Medium","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":12.7600002288818,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:122":{"type":"FRAME","id":"1:122","name":"home2-img-01","absoluteBoundingBox":{"x":-39.0,"y":5184.0,"width":1166.0,"height":1119.0},"targetAspectRatio":{"x":960.0,"y":921.22998046875},"isolatedAbsoluteRenderBounds":{"x":-39.0,"y":5184.0,"width":1166.0,"height":1119.0},"relativeTransform":[[1.0,0.0,-103.0],[0.0,1.0,3631.0]],"size":{"x":1166.0,"y":1119.0},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"3e8c477e3f4fa764c14201d683a39f70cbd8da30","originalImageWidth":1536,"originalImageHeight":1024,"visible":true,"opacity":1.0,"rotation":0.0}],"constraintValues":{"left":{"pixelOffset":-103.0,"sizeFraction":0.0},"top":{"pixelOffset":3631.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"26:4124":{"type":"TEXT","id":"26:4124","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":12.0},"isolatedAbsoluteRenderBounds":{"x":0.0830078125,"y":1.890625,"width":11.6064453125,"height":9.1943359375},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":12.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Roboto","fontPostScriptName":null,"fontStyle":"Medium","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":11.71875,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:80":{"type":"TEXT","id":"1:80","name":"Heading 2 → Exclusive Hair Service","absoluteBoundingBox":{"x":585.0,"y":4070.0,"width":879.0,"height":60.0},"isolatedAbsoluteRenderBounds":{"x":585.549987792969,"y":4077.19506835938,"width":859.948669433594,"height":46.804931640625},"relativeTransform":[[1.0,0.0,300.0],[0.0,1.0,0.0]],"size":{"x":879.0,"y":60.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-439.0,"sizeFraction":0.5},"right":{"pixelOffset":440.0,"sizeFraction":0.5},"top":{"pixelOffset":2517.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Tools of the Masters","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"UPPER","fontVariantPosition":"NORMAL","fontSize":55.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":60.0,"lineHeightPercent":79.9200820922852,"lineHeightPercentFontSize":109.090911865234,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:127":{"type":"FRAME","id":"1:127","name":"Heading 4","absoluteBoundingBox":{"x":1154.0,"y":5314.0,"width":129.309997558594,"height":37.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5314.0,"width":196.96533203125,"height":37.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,130.0]],"size":{"x":129.309997558594,"y":37.0},"fills":[],"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"top":{"pixelOffset":130.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:128","1:129"]},"1:63":{"type":"FRAME","id":"1:63","name":"Background","absoluteBoundingBox":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,1587.0]],"size":{"x":1920.0,"y":800.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0666666701436043,"g":0.0784313753247261,"b":0.10196078568697,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":1587.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:64","1:66","1:67","1:76","1:77","1:78"]},"1:192":{"type":"GROUP","id":"1:192","name":"Mask group","absoluteBoundingBox":{"x":80.4320068359375,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"isolatedAbsoluteRenderBounds":{"x":80.4320068359375,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"relativeTransform":[[1.0,0.0,16.4320106506348],[0.0,1.0,4482.25244140625]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":16.4320106506348,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:193"]},"1:267":{"type":"TEXT","id":"1:267","name":"Privacy Policy","absoluteBoundingBox":{"x":1499.07995605469,"y":8865.0,"width":107.205375671387,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":1500.35998535156,"y":8869.7998046875,"width":104.246826171875,"height":14.400390625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":107.205375671387,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Privacy Policy","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":25.6000003814697,"lineHeightPercent":125.39185333252,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:202":{"type":"FRAME","id":"1:202","name":"HorizontalBorder","absoluteBoundingBox":{"x":312.0,"y":8520.0,"width":474.660003662109,"height":318.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":8520.0,"width":474.660034179688,"height":318.0},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,85.0]],"size":{"x":474.660003662109,"y":318.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":-2.8421709430404e-14,"sizeFraction":0.129166666666667},"right":{"pixelOffset":0.0,"sizeFraction":0.376385418574015},"top":{"pixelOffset":85.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-75.5899963378906,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:203"]},"1:235":{"type":"FRAME","id":"1:235","name":"Icon","absoluteBoundingBox":{"x":531.830017089844,"y":8727.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8727.5,"width":6.08001708984375,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:155":{"type":"RECTANGLE","id":"1:155","name":"Rectangle","absoluteBoundingBox":{"x":1480.60998535156,"y":5995.5615234375,"width":293.390014648438,"height":86.8848114013672},"isolatedAbsoluteRenderBounds":{"x":1480.60998535156,"y":5995.5615234375,"width":293.390014648438,"height":86.8848114013672},"relativeTransform":[[1.0,0.0,456.609985351562],[0.0,1.0,811.561462402344]],"size":{"x":293.390014648438,"y":86.8848114013672},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.475635401407878},"right":{"pixelOffset":0.0,"sizeFraction":0.78125},"top":{"pixelOffset":0.0,"sizeFraction":0.725255998572246},"bottom":{"pixelOffset":0.0,"sizeFraction":0.802901048975613}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:78":{"type":"RECTANGLE","id":"1:78","name":"Rectangle","absoluteBoundingBox":{"x":79.0,"y":3554.6298828125,"width":1890.0,"height":225.380004882812},"isolatedAbsoluteRenderBounds":{"x":79.0,"y":3554.6298828125,"width":1890.0,"height":225.380004882812},"relativeTransform":[[1.0,0.0,15.0],[0.0,1.0,414.630004882812]],"size":{"x":1890.0,"y":225.380004882812},"fills":[],"visible":false,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0078125},"right":{"pixelOffset":0.0,"sizeFraction":0.9921875},"top":{"pixelOffset":0.0,"sizeFraction":0.518287506103516},"bottom":{"pixelOffset":0.0,"sizeFraction":0.800012512207031}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:76":{"type":"FRAME","id":"1:76","name":"rating-star","absoluteBoundingBox":{"x":312.0,"y":3539.5,"width":127.0,"height":20.0},"targetAspectRatio":{"x":127.0,"y":20.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":3539.5,"width":127.0,"height":20.0},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,399.5]],"size":{"x":127.0,"y":20.0},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"413337d12ba628c33baf40f342b68ce7532f80eb","imageTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"originalImageWidth":127,"originalImageHeight":20,"visible":true,"opacity":1.0,"rotation":0.0}],"visible":false,"constraintValues":{"left":{"pixelOffset":248.0,"sizeFraction":0.0},"top":{"pixelOffset":399.5,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:130":{"type":"FRAME","id":"1:130","name":"effect","absoluteBoundingBox":{"x":1804.0,"y":5160.0,"width":172.0,"height":96.0},"targetAspectRatio":{"x":172.0,"y":96.0},"isolatedAbsoluteRenderBounds":{"x":1804.0,"y":5160.0,"width":172.0,"height":96.0},"relativeTransform":[[1.0,0.0,780.0],[0.0,1.0,-24.0]],"size":{"x":172.0,"y":96.0},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"1ade743420a014cf7593c3c634dd572c84b94afa","imageTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"originalImageWidth":172,"originalImageHeight":96,"visible":true,"opacity":1.0,"rotation":0.0}],"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-8.0,"sizeFraction":1.0},"top":{"pixelOffset":-24.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:81":{"type":"FRAME","id":"1:81","name":"Heading 4","absoluteBoundingBox":{"x":313.0,"y":4299.5,"width":107.470001220703,"height":37.0},"isolatedAbsoluteRenderBounds":{"x":313.0,"y":4299.5,"width":107.470001220703,"height":37.0},"relativeTransform":[[1.0,0.0,28.0],[0.0,1.0,229.5]],"size":{"x":107.470001220703,"y":37.0},"fills":[],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":249.0,"sizeFraction":0.0},"top":{"pixelOffset":-572.5,"sizeFraction":0.5},"bottom":{"pixelOffset":-535.5,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:5":{"type":"FRAME","id":"1:5","name":"Main","absoluteBoundingBox":{"x":64.0,"y":1553.0,"width":1920.0,"height":6638.0},"isolatedAbsoluteRenderBounds":{"x":-39.0,"y":1553.0,"width":2023.0,"height":6638.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,800.0]],"size":{"x":1920.0,"y":6638.0},"fills":[],"constraints":{"vertical":"BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"bottom":{"pixelOffset":-244.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["23:21","23:26","1:63","1:79","1:82","1:122","1:123","35:383","1:192","1:194","1:196","1:198","37:10","64:162"]},"1:72":{"type":"TEXT","id":"1:72","name":"Enter Now","absoluteBoundingBox":{"x":1572.56005859375,"y":3642.81005859375,"width":99.793815612793,"height":28.0},"isolatedAbsoluteRenderBounds":{"x":1581.77917480469,"y":3650.93017578125,"width":81.3011474609375,"height":12.059814453125},"relativeTransform":[[1.0,0.0,37.0],[0.0,1.0,14.0]],"size":{"x":99.793815612793,"y":28.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-63.2200012207031,"sizeFraction":0.5},"right":{"pixelOffset":36.5738143920898,"sizeFraction":0.5},"top":{"pixelOffset":14.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Enter Now","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":18.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":28.0,"lineHeightPercent":138.888900756836,"lineHeightPercentFontSize":155.555557250977,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"113:2":{"type":"CODE_INSTANCE","id":"113:2","name":"Background","absoluteBoundingBox":{"x":47.0,"y":7505.0,"width":2875.0,"height":123.0},"isolatedAbsoluteRenderBounds":{"x":47.0,"y":7505.0,"width":2875.0,"height":123.0},"relativeTransform":[[1.0,0.0,-17.0],[0.0,1.0,6752.0]],"size":{"x":2875.0,"y":123.0},"fills":[],"constraints":{"vertical":"BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":-17.0,"sizeFraction":0.0},"right":{"pixelOffset":938.0,"sizeFraction":1.0},"bottom":{"pixelOffset":-807.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"codeExportName":"Code113_5.default","componentProperties":{"speed#22:1":{"type":"NUMBER","value":15.0}}},"1:324":{"type":"GROUP","id":"1:324","name":"Group 25","absoluteBoundingBox":{"x":413.0,"y":7900.0,"width":1225.0,"height":314.73046875},"isolatedAbsoluteRenderBounds":{"x":413.0,"y":7831.0,"width":1225.0,"height":383.73046875},"relativeTransform":[[1.0,0.0,349.0],[0.0,1.0,7147.0]],"size":{"x":1225.0,"y":314.73046875},"fills":[],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-611.0,"sizeFraction":0.5},"right":{"pixelOffset":614.0,"sizeFraction":0.5},"top":{"pixelOffset":7147.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:363","1:364","1:367"]},"1:65":{"type":"FRAME","id":"1:65","name":"barber.mp4","absoluteBoundingBox":{"x":64.0,"y":3140.0,"width":1010.0,"height":800.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":3140.0,"width":1010.0,"height":800.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1010.0,"y":800.0},"fills":[{"blendMode":"NORMAL","type":"VIDEO","scaleMode":"FILL","imageRef":"0501ab6529e686eac94f1d434cdab168d431e490","originalImageWidth":1920,"originalImageHeight":1080,"videoRef":"d6c13cf6642424772361ddf951529812b02043aa","visible":true,"opacity":1.0,"autoplay":true,"mediaLoop":true,"muted":true,"showControls":false}],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:70":{"type":"RECTANGLE","id":"1:70","name":"Rectangle","absoluteBoundingBox":{"x":1039.0,"y":3628.81005859375,"width":697.0,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":1039.0,"y":3628.81005859375,"width":697.0,"height":56.0},"relativeTransform":[[1.0,0.0,727.0],[0.0,1.0,47.0]],"size":{"x":697.0,"y":56.0},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":1.13686837721616e-13,"sizeFraction":0.510533707865168},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.321917808219178},"bottom":{"pixelOffset":0.0,"sizeFraction":0.705479452054795}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:4":{"type":"FRAME","id":"1:4","name":"Container","absoluteBoundingBox":{"x":64.0,"y":753.0,"width":1920.0,"height":7682.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":753.0,"width":1920.0,"height":7682.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,-247.0]],"size":{"x":1920.0,"y":7682.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":-247.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["113:2","1:5","1:324","30:4248"]},"1:66":{"type":"RECTANGLE","id":"1:66","name":"Overlay","absoluteBoundingBox":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":800.0},"fills":[{"opacity":0.5,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0666666701436043,"g":0.0784313753247261,"b":0.10196078568697,"a":1.0},"visible":true}],"visible":false,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:119":{"type":"FRAME","id":"1:119","name":"Group - 1 / 5","absoluteBoundingBox":{"x":285.0,"y":4314.3603515625,"width":504.0,"height":548.27001953125},"isolatedAbsoluteRenderBounds":{"x":285.0,"y":4314.3603515625,"width":504.0,"height":548.27001953125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,244.360107421875]],"size":{"x":504.0,"y":548.27001953125},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":221.0,"sizeFraction":0.0},"right":{"pixelOffset":-1195.0,"sizeFraction":1.0},"top":{"pixelOffset":2761.36010742188,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["14:207"]},"1:194":{"type":"GROUP","id":"1:194","name":"Mask group","absoluteBoundingBox":{"x":564.216918945312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"isolatedAbsoluteRenderBounds":{"x":564.216918945312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"relativeTransform":[[1.0,0.0,500.216918945312],[0.0,1.0,4482.25244140625]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":500.216918945312,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:195"]},"1:264":{"type":"FRAME","id":"1:264","name":"Link","absoluteBoundingBox":{"x":464.170013427734,"y":8865.0,"width":135.779998779297,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":464.170013427734,"y":8865.0,"width":135.779998779297,"height":21.0},"relativeTransform":[[1.0,0.0,400.170013427734],[0.0,1.0,430.0]],"size":{"x":135.779998779297,"y":21.0},"fills":[],"constraintValues":{"left":{"pixelOffset":400.170013427734,"sizeFraction":0.0},"top":{"pixelOffset":430.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"14:207":{"type":"GROUP","id":"14:207","name":"Mask group","absoluteBoundingBox":{"x":287.679412841797,"y":4316.3505859375,"width":498.639495849609,"height":544.283447265625},"isolatedAbsoluteRenderBounds":{"x":287.679412841797,"y":4316.3505859375,"width":498.639495849609,"height":544.283447265625},"relativeTransform":[[1.0,0.0,2.67940282821655],[0.0,1.0,1.989990234375]],"size":{"x":498.639495849609,"y":544.283447265625},"fills":[],"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-2.68110132217407,"sizeFraction":1.0},"top":{"pixelOffset":1.989990234375,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:120"]},"1:223":{"type":"SVG","id":"1:223","name":"Icon","absoluteBoundingBox":{"x":327.0,"y":8692.5,"width":6.07999992370605,"height":17.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8692.5,"width":6.07999992370605,"height":17.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,-1.0,18.0]],"size":{"x":6.07999992370605,"y":17.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":1.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:3":{"type":"FRAME","id":"1:3","name":"Body paints","absoluteBoundingBox":{"x":64.0,"y":1000.0,"width":1920.0,"height":7434.85986328125},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":1000.0,"width":1920.0,"height":7434.85986328125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":7434.85986328125},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0941176488995552,"g":0.113725490868092,"b":0.14509804546833,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":-0.14013671875,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":[]},"1:124":{"type":"RECTANGLE","id":"1:124","name":"Overlay","absoluteBoundingBox":{"x":1024.0,"y":5184.0,"width":960.0,"height":1078.8994140625},"isolatedAbsoluteRenderBounds":{"x":1024.0,"y":5184.0,"width":960.0,"height":1078.8994140625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":960.0,"y":1078.8994140625},"fills":[{"opacity":0.5,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0666666701436043,"g":0.0784313753247261,"b":0.10196078568697,"a":1.0},"visible":true}],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":0.964163908903038}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:71":{"type":"FRAME","id":"1:71","name":"Link","absoluteBoundingBox":{"x":1535.56005859375,"y":3628.81005859375,"width":200.440002441406,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":1535.56005859375,"y":3628.81005859375,"width":200.440002441406,"height":56.0},"relativeTransform":[[1.0,0.0,1223.56005859375],[0.0,1.0,47.0]],"size":{"x":200.440002441406,"y":56.0},"fills":[],"constraintValues":{"left":{"pixelOffset":1223.56005859375,"sizeFraction":0.0},"top":{"pixelOffset":47.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"strokeWeight":2.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"rectangleCornerRadii":[50.0,50.0,50.0,50.0],"cornerRadius":50.0,"children":["1:72","1:73"]},"50:760":{"type":"TEXT","id":"50:760","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":12.0},"isolatedAbsoluteRenderBounds":{"x":0.05859375,"y":1.890625,"width":11.7333984375,"height":9.189453125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":12.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Roboto","fontPostScriptName":"Roboto-SemiBold","fontStyle":"SemiBold","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":11.71875,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"32:4406":{"type":"CODE_INSTANCE","id":"32:4406","name":"\" The Men's Haircutting Competition is an International platform recognizing the craftsmanship of professional Barbers and haircutters across the world. \" Around the world , millions of professionals dedicate their lives to the art and discipline of haircutting. from neighborhoods barbershop to luxury salons , the craft of shaping a person's appearance has been passed down for generations. Today , the global hair industry includes an estimated : 12 to 15 million professional barbers, Haircutters and Cosmetologists worldwide. United States-nearly 600,000 licensed professionals Canada- over 100,000 United Kingdom - more then 120 ,000 France - approximately 190, 000 Italy - over 120,000 Germany- around 100, 000 Japan- more then 250, 000 India - over 4 million Across Europe- more than 1.7 million Across Asia - millions more serving one of the fastest growing grooming markets in the world. Despite the size and importance of this profession , the artistry of men's haircutting has rarely been recognize.","absoluteBoundingBox":{"x":1096.0,"y":3193.0,"width":872.0,"height":770.0},"isolatedAbsoluteRenderBounds":{"x":1096.0,"y":3193.0,"width":872.0,"height":770.0},"relativeTransform":[[1.0,0.0,1032.0],[0.0,1.0,53.0]],"size":{"x":872.0,"y":770.0},"fills":[],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-16.0,"sizeFraction":1.0},"top":{"pixelOffset":53.0,"sizeFraction":0.0},"bottom":{"pixelOffset":23.0,"sizeFraction":1.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code32_4407.default","componentProperties":{}},"1:64":{"type":"FRAME","id":"1:64","name":"Container","absoluteBoundingBox":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":3140.0,"width":1920.0,"height":800.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":800.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":["1:65","32:4406"]},"1:196":{"type":"GROUP","id":"1:196","name":"Mask group","absoluteBoundingBox":{"x":322.324340820312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"isolatedAbsoluteRenderBounds":{"x":322.324340820312,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"relativeTransform":[[1.0,0.0,258.324340820312],[0.0,1.0,4482.25244140625]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":258.324340820312,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:197"]},"1:153":{"type":"RECTANGLE","id":"1:153","name":"Rectangle","absoluteBoundingBox":{"x":1154.0,"y":5976.4658203125,"width":650.0,"height":148.945388793945},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5976.4658203125,"width":650.0,"height":148.945388793945},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,792.465881347656]],"size":{"x":650.0,"y":148.945388793945},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.135416666666667},"right":{"pixelOffset":0.0,"sizeFraction":0.8125},"top":{"pixelOffset":-1.13686837721616e-13,"sizeFraction":0.708191136146252},"bottom":{"pixelOffset":0.0,"sizeFraction":0.841296934889724}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"1:151":{"type":"RECTANGLE","id":"1:151","name":"Rectangle","absoluteBoundingBox":{"x":1154.0,"y":5682.39404296875,"width":650.0,"height":194.774749755859},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5682.39404296875,"width":650.0,"height":194.774749755859},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,498.394195556641]],"size":{"x":650.0,"y":194.774749755859},"fills":[],"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.135416666666667},"right":{"pixelOffset":0.0,"sizeFraction":0.8125},"top":{"pixelOffset":0.0,"sizeFraction":0.445392489326757},"bottom":{"pixelOffset":0.0,"sizeFraction":0.619453927893208}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"23:22":{"type":"SVG","id":"23:22","name":"image fill","absoluteBoundingBox":{"x":64.0,"y":2586.76904296875,"width":1920.0,"height":582.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":2586.76904296875,"width":1920.0,"height":582.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":1920.0,"y":582.0},"fills":[],"visible":false,"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"a3e89edb6174df19ff7db992653146f188bd80ef"},"58:24":{"type":"TEXT","id":"58:24","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":12.0},"isolatedAbsoluteRenderBounds":{"x":0.255681842565536,"y":2.72727251052856,"width":11.8288354873657,"height":9.43181800842285},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":12.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Inter","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":12.1022720336914,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"72:84":{"type":"CODE_INSTANCE","id":"72:84","name":"Link","absoluteBoundingBox":{"x":1484.0,"y":122.0,"width":195.529998779297,"height":56.0},"isolatedAbsoluteRenderBounds":{"x":1484.0,"y":122.0,"width":195.530029296875,"height":56.0},"relativeTransform":[[1.0,0.0,1420.0],[0.0,1.0,22.0]],"size":{"x":195.529998779297,"y":56.0},"fills":[],"constraintValues":{"left":{"pixelOffset":1420.0,"sizeFraction":0.0},"top":{"pixelOffset":22.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"codeExportName":"Code72_85.default","componentProperties":{}},"1:230":{"type":"FRAME","id":"1:230","name":"Item → Link","absoluteBoundingBox":{"x":327.0,"y":8726.5,"width":160.020004272461,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8726.5,"width":160.02001953125,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,105.0]],"size":{"x":160.020004272461,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":105.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":117},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":3,"localID":2},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/about"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:231","1:233"]},"1:150":{"type":"FRAME","id":"1:150","name":"Heading 4","absoluteBoundingBox":{"x":1721.88000488281,"y":6041.62841796875,"width":52.1300010681152,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1721.88000488281,"y":6041.62841796875,"width":52.1300048828125,"height":24.0},"relativeTransform":[[1.0,0.0,567.880004882812],[0.0,1.0,0.0]],"size":{"x":52.1300010681152,"y":24.0},"fills":[],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":567.880004882812,"sizeFraction":0.0},"top":{"pixelOffset":-12.0,"sizeFraction":0.5},"bottom":{"pixelOffset":12.0,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:149":{"type":"TEXT","id":"1:149","name":"Let’s celebrate the these wonderful unique individuals.","absoluteBoundingBox":{"x":1154.0,"y":6041.62841796875,"width":439.0,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1154.30395507812,"y":6046.70849609375,"width":436.97314453125,"height":16.52978515625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":439.0,"y":24.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Let’s celebrate the these wonderful unique individuals.","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","textAlignVertical":"CENTER","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":19.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":24.0,"lineHeightPercent":112.781951904297,"lineHeightPercentFontSize":126.315788269043,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:135":{"type":"FRAME","id":"1:135","name":"Article","absoluteBoundingBox":{"x":1154.0,"y":5888.7783203125,"width":620.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5888.7783203125,"width":620.0,"height":40.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,704.7783203125]],"size":{"x":620.0,"y":40.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"right":{"pixelOffset":-210.0,"sizeFraction":1.0},"top":{"pixelOffset":704.7783203125,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:136"]},"26:4126":{"type":"TEXT","id":"26:4126","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":13.0},"isolatedAbsoluteRenderBounds":{"x":0.25,"y":2.99999952316284,"width":11.6388282775879,"height":9.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":13.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":12.7600002288818,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"20:1001":{"type":"TEXT","id":"20:1001","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":12.0,"height":11.0},"isolatedAbsoluteRenderBounds":{"x":0.220000013709068,"y":2.39999985694885,"width":10.7876558303833,"height":8.60000038146973},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":12.0,"y":11.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Philosopher","fontPostScriptName":null,"fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":11.1999998092651,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:120":{"type":"IMAGE","id":"1:120","name":"service-img-01","absoluteBoundingBox":{"x":287.679398300755,"y":4316.3505859375,"width":498.639499781025,"height":544.283453905},"targetAspectRatio":{"x":422.0,"y":478.269989013672},"isolatedAbsoluteRenderBounds":{"x":287.679398300755,"y":4316.3505859375,"width":498.639510390652,"height":544.28369140625},"relativeTransform":[[0.984807789325714,-0.173647969961166,83.0506057739258],[0.173647969961166,0.984807789325714,0.0]],"size":{"x":422.0,"y":478.269989013672},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"de6ef4ce09f5d7f7a48117195c22293ad1a40741","originalImageWidth":1600,"originalImageHeight":1200,"visible":true,"opacity":1.0,"rotation":0.0}],"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"constraintValues":{"right":{"pixelOffset":-2.68110430240631,"sizeFraction":1.0},"top":{"pixelOffset":1.989990234375,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"isMask":true,"maskType":"ALPHA","accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"641933c6c736e60456e9a5f069409c11c0601078"},"23:26":{"type":"CODE_INSTANCE","id":"23:26","name":"Group 10","absoluteBoundingBox":{"x":64.0,"y":2053.0,"width":1920.0,"height":582.0},"isolatedAbsoluteRenderBounds":{"x":64.0,"y":2053.0,"width":1920.0,"height":582.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,500.0]],"size":{"x":1920.0,"y":582.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"right":{"pixelOffset":0.0,"sizeFraction":1.0},"top":{"pixelOffset":500.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"codeExportName":"Code23_27.default","componentProperties":{}},"1:363":{"type":"TEXT","id":"1:363","name":"Heading 2 → Choose your perfect\nservice","absoluteBoundingBox":{"x":413.0,"y":7921.0,"width":1225.0,"height":122.0},"isolatedAbsoluteRenderBounds":{"x":427.106903076172,"y":7931.8701171875,"width":1198.63024902344,"height":142.1298828125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,21.0]],"size":{"x":1225.0,"y":122.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraints":{"vertical":"TOP","horizontal":"CENTER"},"constraintValues":{"left":{"pixelOffset":-611.0,"sizeFraction":0.5},"right":{"pixelOffset":614.0,"sizeFraction":0.5},"top":{"pixelOffset":7168.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ready to Showcase Your Artistry to the World?","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignHorizontal":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","textCase":"UPPER","fontVariantPosition":"NORMAL","fontSize":70.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":82.0,"lineHeightPercent":85.8189392089844,"lineHeightPercentFontSize":117.142860412598,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:67":{"type":"FRAME","id":"1:67","name":"HorizontalBorder","absoluteBoundingBox":{"x":312.0,"y":3581.81005859375,"width":1424.0,"height":146.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":3581.81005859375,"width":1424.0,"height":146.0},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,441.809997558594]],"size":{"x":1424.0,"y":146.0},"fills":[],"visible":false,"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":248.0,"sizeFraction":0.0},"right":{"pixelOffset":-248.0,"sizeFraction":1.0},"top":{"pixelOffset":441.809997558594,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.400000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:68","1:69","1:70","1:71"]},"30:4292":{"type":"TEXT","id":"30:4292","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":12.0,"height":12.0},"isolatedAbsoluteRenderBounds":{"x":0.150000005960464,"y":2.8899998664856,"width":10.7613286972046,"height":7.21999979019165},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":12.0,"y":12.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Phudu","fontPostScriptName":"Phudu-Regular","fontStyle":"Regular","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":12.25,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"20:1003":{"type":"TEXT","id":"20:1003","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":13.0,"height":13.0},"isolatedAbsoluteRenderBounds":{"x":-0.150000005960464,"y":3.89999961853027,"width":12.3199214935303,"height":8.98000049591064},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":13.0,"y":13.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Playfair Display","fontPostScriptName":null,"fontStyle":"Bold","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":13.3299999237061,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:69":{"type":"TEXT","id":"1:69","name":"Heading 2 → “You won’t find a better\nhair salon in Los Angeles.”","absoluteBoundingBox":{"x":312.0,"y":3595.81005859375,"width":848.0,"height":101.0},"isolatedAbsoluteRenderBounds":{"x":312.040985107422,"y":3571.3271484375,"width":803.545532226562,"height":156.060791015625},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,14.0]],"size":{"x":848.0,"y":101.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":14.0,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"“You won’t find a better\nhair The Global Blowdrying Championship in Los Angeles.”","lineIndentations":[0,0],"lineTypes":["NONE","NONE"],"listStartOffsets":[],"lineStyleOverrides":[0,0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0},"1":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"against","fontPostScriptName":"against-Regular","fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":41.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":53.0,"lineHeightPercent":94.7020492553711,"lineHeightPercentFontSize":129.268295288086,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:146":{"type":"FRAME","id":"1:146","name":"Heading 4","absoluteBoundingBox":{"x":1721.88000488281,"y":5988.7783203125,"width":52.1300010681152,"height":24.0},"isolatedAbsoluteRenderBounds":{"x":1721.88000488281,"y":5988.7783203125,"width":52.1300048828125,"height":24.0},"relativeTransform":[[1.0,0.0,567.880004882812],[0.0,1.0,0.0]],"size":{"x":52.1300010681152,"y":24.0},"fills":[],"constraints":{"vertical":"CENTER","horizontal":"LEFT"},"constraintValues":{"left":{"pixelOffset":567.880004882812,"sizeFraction":0.0},"top":{"pixelOffset":-12.0,"sizeFraction":0.5},"bottom":{"pixelOffset":12.0,"sizeFraction":0.5}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"clipsContent":true,"children":[]},"1:206":{"type":"FRAME","id":"1:206","name":"Item → Link","absoluteBoundingBox":{"x":327.0,"y":8621.5,"width":139.089996337891,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":327.0,"y":8621.5,"width":139.089996337891,"height":20.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":139.089996337891,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":114},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":1,"localID":201},"connectionType":"INTERNAL_NODE","navigationType":"SCROLL_TO"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:207","1:209"]},"22:2066":{"type":"TEXT","id":"22:2066","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":14.0,"height":15.0},"isolatedAbsoluteRenderBounds":{"x":0.340000033378601,"y":4.03999948501587,"width":12.6626567840576,"height":9.68000030517578},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":14.0,"y":15.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Poppins","fontPostScriptName":"Poppins-Medium","fontStyle":"Medium","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":15.0,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}},"1:77":{"type":"TEXT","id":"1:77","name":"4.8 rating based on 1000+ reviews","absoluteBoundingBox":{"x":312.0,"y":3754.81005859375,"width":279.778778076172,"height":22.0},"isolatedAbsoluteRenderBounds":{"x":312.0,"y":3754.81005859375,"width":279.778778076172,"height":22.0},"relativeTransform":[[1.0,0.0,248.0],[0.0,1.0,614.809997558594]],"size":{"x":279.778778076172,"y":22.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.854901969432831,"g":0.854901969432831,"b":0.854901969432831,"a":1.0},"visible":true,"opacity":1.0}],"visible":false,"constraintValues":{"left":{"pixelOffset":248.0,"sizeFraction":0.0},"top":{"pixelOffset":614.809997558594,"sizeFraction":0.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"4.8 rating based on 1000+ reviews","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":17.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":27.2000007629395,"lineHeightPercent":125.39183807373,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"87:124":{"type":"TEXT","id":"87:124","name":"Fan Voting","absoluteBoundingBox":{"x":552.0,"y":8726.0,"width":103.0,"height":21.0},"isolatedAbsoluteRenderBounds":{"x":553.280029296875,"y":8730.7998046875,"width":79.0858154296875,"height":14.400390625},"relativeTransform":[[1.0,0.0,20.1699829101562],[0.0,1.0,-1.0]],"size":{"x":103.0,"y":21.0},"fills":[{"opacity":0.800000011920929,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"constraints":{"vertical":"TOP_BOTTOM","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":20.1699829101562,"sizeFraction":0.0},"right":{"pixelOffset":28.3099822998047,"sizeFraction":1.0},"top":{"pixelOffset":-1.0,"sizeFraction":0.0},"bottom":{"pixelOffset":0.0,"sizeFraction":1.0}},"strokeAlign":"OUTSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Fan Voting","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAlignVertical":"CENTER","style":{"fontFamily":"Space Grotesk","fontPostScriptName":null,"fontStyle":"Regular","fontVariantPosition":"NORMAL","fontSize":16.0,"textAlignHorizontal":"LEFT","textAlignVertical":"CENTER","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":20.0,"lineHeightPercent":97.9623794555664,"lineHeightPercentFontSize":125.0,"lineHeightUnit":"PIXELS","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textAutoResize":"NONE","textTruncation":"DISABLED"},"styleOverrideTable":{}},"1:199":{"type":"IMAGE","id":"1:199","name":"—Pngtree—modern demo logo vector file_9012000","absoluteBoundingBox":{"x":806.109252929688,"y":6035.25244140625,"width":185.89241027832,"height":185.89241027832},"targetAspectRatio":{"x":4096.0,"y":4096.0},"isolatedAbsoluteRenderBounds":{"x":806.109252929688,"y":6035.25244140625,"width":185.892395019531,"height":185.892578125},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":185.89241027832,"y":185.89241027832},"fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"76dcb113f5b605f22df2cf3e86e750d465161476","originalImageWidth":4096,"originalImageHeight":4096,"visible":true,"opacity":1.0,"rotation":0.0}],"constraintValues":{"left":{"pixelOffset":742.109252929688,"sizeFraction":0.0},"top":{"pixelOffset":4482.25244140625,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"isMask":true,"maskType":"ALPHA","accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"hash":"00dfe2aebb65b35d80261b0fa24033b5886a048a"},"1:143":{"type":"FRAME","id":"1:143","name":"Article","absoluteBoundingBox":{"x":1154.0,"y":5988.7783203125,"width":620.0,"height":40.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5988.7783203125,"width":620.0,"height":40.0},"relativeTransform":[[1.0,0.0,130.0],[0.0,1.0,804.7783203125]],"size":{"x":620.0,"y":40.0},"fills":[],"constraints":{"vertical":"TOP","horizontal":"LEFT_RIGHT"},"constraintValues":{"left":{"pixelOffset":130.0,"sizeFraction":0.0},"right":{"pixelOffset":-210.0,"sizeFraction":1.0},"top":{"pixelOffset":804.7783203125,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[{"opacity":0.150000005960464,"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"visible":true}],"individualStrokeWeights":{"top":0.0,"right":0.0,"bottom":1.0,"left":0.0},"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"children":["1:144"]},"1:218":{"type":"FRAME","id":"1:218","name":"Item → Link","absoluteBoundingBox":{"x":531.830017089844,"y":8656.5,"width":141.419998168945,"height":20.0},"isolatedAbsoluteRenderBounds":{"x":531.830017089844,"y":8656.5,"width":141.419998168945,"height":20.0},"relativeTransform":[[1.0,0.0,204.830001831055],[0.0,1.0,35.0]],"size":{"x":141.419998168945,"y":20.0},"fills":[],"constraintValues":{"left":{"pixelOffset":204.830001831055,"sizeFraction":0.0},"top":{"pixelOffset":35.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[{"id":{"sessionID":87,"localID":119},"event":{"interactionType":"ON_CLICK"},"actions":[{"transitionNodeID":{"sessionID":18,"localID":2},"connectionType":"INTERNAL_NODE","navigationType":"NAVIGATE","connectionURL":"/sponsors"}],"isDeleted":false,"stateManagementVersion":1}],"behaviors":{"hover":{"transition":{"easingType":"OUT_CUBIC","easingFunction":[0.215000003576279,0.610000014305115,0.354999989271164,1.0],"transitionDuration":0.300000011920929,"delay":0.0},"state":{"transform":{"m00":1.20000004768372,"m01":0.0,"m02":0.0,"m10":0.0,"m11":1.20000004768372,"m12":0.0},"opacity":1.0},"behaviorType":"hover"}},"children":["1:219","1:221"]},"1:128":{"type":"RECTANGLE","id":"1:128","name":"Horizontal Divider","absoluteBoundingBox":{"x":1154.0,"y":5314.0,"width":40.0,"height":1.0},"isolatedAbsoluteRenderBounds":{"x":1154.0,"y":5314.0,"width":40.0,"height":1.0},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":40.0,"y":1.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.776470601558685,"g":0.674509823322296,"b":0.450980395078659,"a":1.0},"visible":true,"opacity":1.0}],"constraintValues":{"left":{"pixelOffset":0.0,"sizeFraction":0.0},"top":{"pixelOffset":0.0,"sizeFraction":0.0}},"strokeAlign":"INSIDE","strokes":[],"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[]},"22:2068":{"type":"TEXT","id":"22:2068","name":"Text","absoluteBoundingBox":{"x":0.0,"y":0.0,"width":16.0,"height":15.0},"isolatedAbsoluteRenderBounds":{"x":0.306818187236786,"y":3.27272701263428,"width":14.1946029663086,"height":11.3181819915771},"relativeTransform":[[1.0,0.0,0.0],[0.0,1.0,0.0]],"size":{"x":16.0,"y":15.0},"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"visible":true,"opacity":1.0}],"strokeAlign":"INSIDE","strokes":[],"strokeWeight":0.0,"accessibleHTMLTag":"AUTO","isDecorativeImage":false,"ariaAttributes":{},"interactions":[],"characterStyleOverrides":[],"characters":"Ag","lineIndentations":[0],"lineTypes":["NONE"],"listStartOffsets":[],"lineStyleOverrides":[0],"lineTextDirections":null,"resolvedParagraphValues":{"0":{"listSpacing":0.0,"paragraphIndent":0.0,"paragraphSpacing":0.0}},"textAutoResize":"WIDTH_AND_HEIGHT","style":{"fontFamily":"Font Awesome 5 Pro","fontPostScriptName":"FontAwesome5Pro-Solid","fontStyle":"Solid","textAutoResize":"WIDTH_AND_HEIGHT","fontVariantPosition":"NORMAL","fontSize":10.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":0.0,"letterSpacingValue":0.0,"letterSpacingUnit":"PERCENT","lineHeightPx":11.71875,"lineHeightPercent":100.0,"lineHeightUnit":"INTRINSIC_%","paragraphSpacing":0,"paragraphIndent":0,"listSpacing":0,"italic":false,"textCase":"ORIGINAL","textDecoration":"NONE","textDecorationSkipInk":false,"textDecorationStyle":"solid","textTruncation":"DISABLED","lineHeightPercentFontSize":100},"styleOverrideTable":{}}},"assetIdToGuid":{},"guidToUrl":{"0:3":"/","98:1796":"/spanish-home","48:78":"/voting","3:521":"/judging","98:5214":"/french-home","126:1191":"/participants","1:768":"/gallery","18:5":"/contact","18:2":"/sponsors","1:765":"/competition","3:2":"/about"},"fonts":{"Philosopher:Regular":{"id":"Philosopher-Regular_2","url":"/_woff/v2/Philosopher-Regular_2/Philosopher-Regular_2.woff2","source":1,"italic":false,"weight":400,"subsets":{"baseUrl":"/_woff/v2/Philosopher-Regular_2/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Philosopher-Regular_2-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Philosopher-Regular_2-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Philosopher-Regular_2-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Philosopher-Regular_2-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Philosopher-Regular_2-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Philosopher-Regular_2-rest.woff2"}]}},"Poppins:Regular":{"id":"Poppins-Regular_6","url":"/_woff/v2/Poppins-Regular_6/Poppins-Regular_6.woff2","source":1,"italic":false,"weight":400,"subsets":{"baseUrl":"/_woff/v2/Poppins-Regular_6/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Poppins-Regular_6-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Poppins-Regular_6-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Poppins-Regular_6-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Poppins-Regular_6-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Poppins-Regular_6-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Poppins-Regular_6-rest.woff2"}]}},"Playfair Display:Bold":{"id":"PlayfairDisplay_wght__1","url":"/_woff/v2/PlayfairDisplay_wght__1/PlayfairDisplay_wght__1.woff2","source":1,"italic":false,"weight":700,"variationAxes":[{"tag":"wght","value":700.0,"name":"Weight"}],"subsets":{"baseUrl":"/_woff/v2/PlayfairDisplay_wght__1/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"PlayfairDisplay_wght__1-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"PlayfairDisplay_wght__1-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"PlayfairDisplay_wght__1-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"PlayfairDisplay_wght__1-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"PlayfairDisplay_wght__1-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"PlayfairDisplay_wght__1-rest.woff2"}]}},"Poppins:Medium":{"id":"Poppins-Medium_6","url":"/_woff/v2/Poppins-Medium_6/Poppins-Medium_6.woff2","source":1,"italic":false,"weight":500,"subsets":{"baseUrl":"/_woff/v2/Poppins-Medium_6/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Poppins-Medium_6-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Poppins-Medium_6-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Poppins-Medium_6-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Poppins-Medium_6-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Poppins-Medium_6-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Poppins-Medium_6-rest.woff2"}]}},"Phudu:Regular":{"id":"Phudu_wght__1","url":"/_woff/v2/Phudu_wght__1/Phudu_wght__1.woff2","source":1,"italic":false,"weight":400,"variationAxes":[{"tag":"wght","value":400.0,"name":"Weight"}],"subsets":{"baseUrl":"/_woff/v2/Phudu_wght__1/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Phudu_wght__1-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Phudu_wght__1-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Phudu_wght__1-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Phudu_wght__1-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Phudu_wght__1-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Phudu_wght__1-rest.woff2"}]}},"Roboto:Medium":{"id":"Roboto_wdth_wght__3","url":"/_woff/v2/Roboto_wdth_wght__3/Roboto_wdth_wght__3.woff2","source":1,"italic":false,"weight":500,"variationAxes":[{"tag":"wght","value":500.0,"name":"Weight"},{"tag":"wdth","value":100.0,"name":"Width"}],"subsets":{"baseUrl":"/_woff/v2/Roboto_wdth_wght__3/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Roboto_wdth_wght__3-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Roboto_wdth_wght__3-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Roboto_wdth_wght__3-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Roboto_wdth_wght__3-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Roboto_wdth_wght__3-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Roboto_wdth_wght__3-rest.woff2"}]}},"against:Regular":{"id":"93d4bd492d183dc8e5807cd95c4b33aa5e8e5d77","url":"93d4bd492d183dc8e5807cd95c4b33aa5e8e5d77","source":2,"italic":false,"weight":400},"Space Grotesk:Regular":{"id":"SpaceGrotesk_wght__1","url":"/_woff/v2/SpaceGrotesk_wght__1/SpaceGrotesk_wght__1.woff2","source":1,"italic":false,"weight":400,"variationAxes":[{"tag":"wght","value":400.0,"name":"Weight"}],"subsets":{"baseUrl":"/_woff/v2/SpaceGrotesk_wght__1/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"SpaceGrotesk_wght__1-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"SpaceGrotesk_wght__1-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"SpaceGrotesk_wght__1-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"SpaceGrotesk_wght__1-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"SpaceGrotesk_wght__1-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"SpaceGrotesk_wght__1-rest.woff2"}]}},"Inter:Regular":{"id":"Inter_1","url":"/_woff/v2/Inter_1/Inter_1.woff2","source":1,"italic":false,"weight":400,"variationAxes":[{"tag":"wght","value":400.0,"name":"Weight"},{"tag":"slnt","value":0.0,"name":"Slant"}],"subsets":{"baseUrl":"/_woff/v2/Inter_1/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Inter_1-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Inter_1-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Inter_1-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Inter_1-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Inter_1-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Inter_1-rest.woff2"}]}},"Space Grotesk:Medium":{"id":"SpaceGrotesk_wght__1","url":"/_woff/v2/SpaceGrotesk_wght__1/SpaceGrotesk_wght__1.woff2","source":1,"italic":false,"weight":500,"variationAxes":[{"tag":"wght","value":500.0,"name":"Weight"}],"subsets":{"baseUrl":"/_woff/v2/SpaceGrotesk_wght__1/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"SpaceGrotesk_wght__1-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"SpaceGrotesk_wght__1-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"SpaceGrotesk_wght__1-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"SpaceGrotesk_wght__1-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"SpaceGrotesk_wght__1-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"SpaceGrotesk_wght__1-rest.woff2"}]}},"Roboto:SemiBold":{"id":"Roboto_wdth_wght__3","url":"/_woff/v2/Roboto_wdth_wght__3/Roboto_wdth_wght__3.woff2","source":1,"italic":false,"weight":600,"variationAxes":[{"tag":"wght","value":600.0,"name":"Weight"},{"tag":"wdth","value":100.0,"name":"Width"}],"subsets":{"baseUrl":"/_woff/v2/Roboto_wdth_wght__3/","subsetMappings":[{"unicodeRange":"U+0000-00A0,U+00A2-00A9,U+00AC-00AE,U+00B0-00B7,U+00B9-00BA,U+00BC-00BE,U+00D7,U+00F7,U+2000-206F,U+2074,U+20AC,U+2122,U+2190-21BB,U+2212,U+2215,U+F8FF,U+FEFF,U+FFFD","file":"Roboto_wdth_wght__3-english.woff2"},{"unicodeRange":"U+00A1,U+00AA-00AB,U+00AF,U+00B8,U+00BB,U+00BF-00D6,U+00D8-00F6,U+00F8-00FF,U+0131,U+0152-0153,U+02B0-02FF","file":"Roboto_wdth_wght__3-rest-latin.woff2"},{"unicodeRange":"U+0100-0130,U+0132-0151,U+0154-017F","file":"Roboto_wdth_wght__3-latin-extended-a.woff2"},{"unicodeRange":"U+0180-024F","file":"Roboto_wdth_wght__3-latin-extended-b.woff2"},{"unicodeRange":"U+1E00-1EFF","file":"Roboto_wdth_wght__3-latin-extended-additional.woff2"},{"unicodeRange":"U+0250-02AF,U+0300-1DFF,U+1F00-1FFF,U+2070-2073,U+2075-20AB,U+20AD-2121,U+2123-218F,U+21BC-2211,U+2213-2214,U+2216-F8FE,U+F900-FEFE,U+FF00-FFFC,U+FFFE-FFFF","file":"Roboto_wdth_wght__3-rest.woff2"}]}}},"assets":{"641f190f8e9cc4371efb3efcbdb565ecf5cf11a8":{"type":"PAINT_ASSET","url":"641f190f8e9cc4371efb3efcbdb565ecf5cf11a8.png","size":{"x":0.0,"y":0.0}},"b2983bd4103bd60a848494ce0a13783cd7ddb430":{"type":"PAINT_ASSET","url":"b2983bd4103bd60a848494ce0a13783cd7ddb430.png","size":{"x":0.0,"y":0.0}},"de6ef4ce09f5d7f7a48117195c22293ad1a40741":{"type":"PAINT_ASSET","url":"de6ef4ce09f5d7f7a48117195c22293ad1a40741.png","size":{"x":0.0,"y":0.0}},"4e43fc88c1ed405f35df83935fe1782dfd3cf92d":{"type":"PAINT_ASSET","url":"4e43fc88c1ed405f35df83935fe1782dfd3cf92d.png","size":{"x":0.0,"y":0.0}},"490a36fca5e9998f3286d90650a39a65fa86c961":{"type":"PAINT_ASSET","url":"490a36fca5e9998f3286d90650a39a65fa86c961.png","size":{"x":0.0,"y":0.0}},"84421d14d1bfdb99d69c2017faa7f350e3dac022":{"type":"PAINT_ASSET","url":"84421d14d1bfdb99d69c2017faa7f350e3dac022.png","size":{"x":0.0,"y":0.0}},"9bbf7eecd03811af0f004c2f68ea7976fb53a24e":{"type":"PAINT_ASSET","url":"9bbf7eecd03811af0f004c2f68ea7976fb53a24e.png","size":{"x":0.0,"y":0.0}},"424aa5042c68dabc13a39964db33c377b23a7c1a":{"type":"PAINT_ASSET","url":"424aa5042c68dabc13a39964db33c377b23a7c1a.png","size":{"x":0.0,"y":0.0}},"0503f28acbf0693edded692a435f9787358e0238":{"type":"PAINT_ASSET","url":"0503f28acbf0693edded692a435f9787358e0238.png","size":{"x":0.0,"y":0.0}},"4d470f94116ae3aea93788b35fb8eeab65869751":{"type":"PAINT_ASSET","url":"4d470f94116ae3aea93788b35fb8eeab65869751.png","size":{"x":0.0,"y":0.0}},"8a48a371f0db7d2cc171947d87bd1b4a2146e673":{"type":"PAINT_ASSET","url":"8a48a371f0db7d2cc171947d87bd1b4a2146e673.png","size":{"x":0.0,"y":0.0}},"6e4def0819a363e97762578651c0e69aae387e40":{"type":"PAINT_ASSET","url":"6e4def0819a363e97762578651c0e69aae387e40.png","size":{"x":0.0,"y":0.0}},"a950e8c50c81ed6f9ad52dcf586786236bd904fb":{"type":"PAINT_ASSET","url":"a950e8c50c81ed6f9ad52dcf586786236bd904fb.png","size":{"x":0.0,"y":0.0}},"520f8dfab7bc276fc3ec22a3a1f1e8f6ae007732":{"type":"PAINT_ASSET","url":"520f8dfab7bc276fc3ec22a3a1f1e8f6ae007732.png","size":{"x":0.0,"y":0.0}},"132e6956bfaa15af6506d4f25b837699e0a2f14c":{"type":"PAINT_ASSET","url":"132e6956bfaa15af6506d4f25b837699e0a2f14c.png","size":{"x":0.0,"y":0.0}},"1d2af3e34b7760c97a161ec5b4bb996b06e90a57":{"type":"PAINT_ASSET","url":"1d2af3e34b7760c97a161ec5b4bb996b06e90a57.png","size":{"x":0.0,"y":0.0}},"a72f8c6ae9ab890624ec0fb63bdcd77c82b9455e":{"type":"PAINT_ASSET","url":"a72f8c6ae9ab890624ec0fb63bdcd77c82b9455e.png","size":{"x":0.0,"y":0.0}},"b3c8897fb48bdde9e6db49f7c17c75701d86cff8":{"type":"PAINT_ASSET","url":"b3c8897fb48bdde9e6db49f7c17c75701d86cff8.png","size":{"x":0.0,"y":0.0}},"c242d3054e8ef36f14061299ac299e394178e4c0":{"type":"GENERATED_ASSET","url":"c242d3054e8ef36f14061299ac299e394178e4c0.png","size":{"x":1200.0,"y":630.0},"offsets":{"top":{"value":0,"unit":"PIXELS"},"right":{"value":0,"unit":"PIXELS"},"bottom":{"value":0,"unit":"PIXELS"},"left":{"value":0,"unit":"PIXELS"}},"format":"PNG"},"e8c9938124a6e82c956aca0f2ad58c0ad220df5e":{"type":"PAINT_ASSET","url":"e8c9938124a6e82c956aca0f2ad58c0ad220df5e.png","size":{"x":0.0,"y":0.0}},"a053403f495e0cbdee152261ca07f52e0706eb81":{"type":"GENERATED_ASSET","url":"a053403f495e0cbdee152261ca07f52e0706eb81.png","size":{"x":185.89241027832,"y":185.89241027832},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"PNG"},"c6f852803afafa01c5980a7e889ca64851abbf64":{"type":"PAINT_ASSET","url":"c6f852803afafa01c5980a7e889ca64851abbf64.png","size":{"x":0.0,"y":0.0}},"8fc741c6ce1aa680c23e7fcb6456fafe3e22cb8c":{"type":"PAINT_ASSET","url":"8fc741c6ce1aa680c23e7fcb6456fafe3e22cb8c.png","size":{"x":0.0,"y":0.0}},"f346deae28f5a28e4d75b451808ba8f676bb018f":{"type":"PAINT_ASSET","url":"f346deae28f5a28e4d75b451808ba8f676bb018f.png","size":{"x":0.0,"y":0.0}},"960a109aba94932d62fd9eb2d812361b1b6bd704":{"type":"GENERATED_ASSET","url":"960a109aba94932d62fd9eb2d812361b1b6bd704.svg","size":{"x":190.0,"y":48.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"4d0faae70121553af6a86fe6991fdbe1f846849d":{"type":"GENERATED_ASSET","url":"4d0faae70121553af6a86fe6991fdbe1f846849d.svg","size":{"x":50.0,"y":50.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"c7250f5ad99b0030bb3311b1f42b175093610a7e":{"type":"PAINT_ASSET","url":"c7250f5ad99b0030bb3311b1f42b175093610a7e.png","size":{"x":0.0,"y":0.0}},"00dfe2aebb65b35d80261b0fa24033b5886a048a":{"type":"GENERATED_ASSET","url":"00dfe2aebb65b35d80261b0fa24033b5886a048a.png","size":{"x":185.89241027832,"y":185.89241027832},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"PNG"},"641933c6c736e60456e9a5f069409c11c0601078":{"type":"GENERATED_ASSET","url":"641933c6c736e60456e9a5f069409c11c0601078.png","size":{"x":422.0,"y":478.269989013672},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"PNG"},"413337d12ba628c33baf40f342b68ce7532f80eb":{"type":"PAINT_ASSET","url":"413337d12ba628c33baf40f342b68ce7532f80eb.png","size":{"x":0.0,"y":0.0}},"9326145b0227d85aa00d5ff37c4513bce53bb314":{"type":"PAINT_ASSET","url":"9326145b0227d85aa00d5ff37c4513bce53bb314.png","size":{"x":0.0,"y":0.0}},"3e8c477e3f4fa764c14201d683a39f70cbd8da30":{"type":"PAINT_ASSET","url":"3e8c477e3f4fa764c14201d683a39f70cbd8da30.png","size":{"x":0.0,"y":0.0}},"d6c13cf6642424772361ddf951529812b02043aa":{"type":"VIDEO_ASSET","url":"d6c13cf6642424772361ddf951529812b02043aa","size":{"x":1920.0,"y":1080.0}},"cdce81d2bc99ce7470f459f132736e974b9c3136":{"type":"GENERATED_ASSET","url":"cdce81d2bc99ce7470f459f132736e974b9c3136.svg","size":{"x":40.0,"y":40.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"32a62d5617ac659432ea64f5fa3739bdce6cda26":{"type":"PAINT_ASSET","url":"32a62d5617ac659432ea64f5fa3739bdce6cda26.png","size":{"x":1600.0,"y":1066.0}},"f3a7487bf279a45684ea64134144c9a5ef7c20b8":{"type":"PAINT_ASSET","url":"f3a7487bf279a45684ea64134144c9a5ef7c20b8.png","size":{"x":0.0,"y":0.0}},"28829596df5626088af8623638b0edad84cc6d39":{"type":"GENERATED_ASSET","url":"28829596df5626088af8623638b0edad84cc6d39.svg","size":{"x":40.0,"y":40.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"eb7946209832a78c3ccd2918daa1bd6d1be0a9cb":{"type":"PAINT_ASSET","url":"eb7946209832a78c3ccd2918daa1bd6d1be0a9cb.png","size":{"x":0.0,"y":0.0}},"2bb73ff97dcf4c731d51e987243df91907834710":{"type":"PAINT_ASSET","url":"2bb73ff97dcf4c731d51e987243df91907834710.png","size":{"x":0.0,"y":0.0}},"1ade743420a014cf7593c3c634dd572c84b94afa":{"type":"PAINT_ASSET","url":"1ade743420a014cf7593c3c634dd572c84b94afa.png","size":{"x":0.0,"y":0.0}},"2cb9a9d56053d425658918bde29f71d4922bd584":{"type":"GENERATED_ASSET","url":"2cb9a9d56053d425658918bde29f71d4922bd584.svg","size":{"x":6.07999992370605,"y":17.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"a3e89edb6174df19ff7db992653146f188bd80ef":{"type":"GENERATED_ASSET","url":"a3e89edb6174df19ff7db992653146f188bd80ef.svg","size":{"x":1920.0,"y":582.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"77b8f07a3482154dfba09ba095a82b3ffdfdd686":{"type":"PAINT_ASSET","url":"77b8f07a3482154dfba09ba095a82b3ffdfdd686.png","size":{"x":0.0,"y":0.0}},"4f0430c91b271930e263e711a320989f0a8cdb54":{"type":"GENERATED_ASSET","url":"4f0430c91b271930e263e711a320989f0a8cdb54.svg","size":{"x":630.0,"y":150.0},"offsets":{"left":{"value":0.0,"unit":"PERCENT"},"right":{"value":0.0,"unit":"PERCENT"},"top":{"value":0.0,"unit":"PERCENT"},"bottom":{"value":0.0,"unit":"PERCENT"}},"format":"SVG"},"cac2e37cd8588ef2138d2e6e856422b69f2c4b4c":{"type":"GENERATED_ASSET","url":"cac2e37cd8588ef2138d2e6e856422b69f2c4b4c.png","size":{"x":48.0,"y":48.0},"offsets":{"top":{"value":0,"unit":"PIXELS"},"right":{"value":0,"unit":"PIXELS"},"bottom":{"value":0,"unit":"PIXELS"},"left":{"value":0,"unit":"PIXELS"}},"format":"PNG"}},"stablePathToAssetInfo":{"1:211":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:375":{"hash":"cdce81d2bc99ce7470f459f132736e974b9c3136"},"1:370":{"hash":"cdce81d2bc99ce7470f459f132736e974b9c3136"},"1:242":{"hash":"960a109aba94932d62fd9eb2d812361b1b6bd704"},"1:199":{"hash":"00dfe2aebb65b35d80261b0fa24033b5886a048a"},"1:197":{"hash":"00dfe2aebb65b35d80261b0fa24033b5886a048a"},"1:132":{"hash":"4f0430c91b271930e263e711a320989f0a8cdb54"},"1:219":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:193":{"hash":"a053403f495e0cbdee152261ca07f52e0706eb81"},"1:378":{"hash":"4d0faae70121553af6a86fe6991fdbe1f846849d"},"1:120":{"hash":"641933c6c736e60456e9a5f069409c11c0601078"},"87:122":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:215":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"23:22":{"hash":"a3e89edb6174df19ff7db992653146f188bd80ef"},"1:227":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:73":{"hash":"28829596df5626088af8623638b0edad84cc6d39"},"1:231":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:207":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"1:195":{"hash":"a053403f495e0cbdee152261ca07f52e0706eb81"},"1:223":{"hash":"2cb9a9d56053d425658918bde29f71d4922bd584"},"241:10":{"hash":"c242d3054e8ef36f14061299ac299e394178e4c0"},"241:9":{"hash":"cac2e37cd8588ef2138d2e6e856422b69f2c4b4c"}},"animateRootIds":[],"siteSettings":{"title":"Global Barbering Competition","scalingMode":"REFLOW","lang":"en","blockSearchIndexing":true,"faviconFilename":"cac2e37cd8588ef2138d2e6e856422b69f2c4b4c.png","socialImageFilename":"c242d3054e8ef36f14061299ac299e394178e4c0.png","labs":{"E5FBBA911B2B7A09E649D4BE6CDF8591EAEFC881":false}},"sourceCodeHash":"6f1f100bc8805eb3dfe0f52ba063050db9bcc23e"}