{"id":388,"date":"2024-06-26T12:20:46","date_gmt":"2024-06-26T12:20:46","guid":{"rendered":"https:\/\/sodego.eu\/?page_id=388"},"modified":"2024-06-26T12:29:29","modified_gmt":"2024-06-26T12:29:29","slug":"code-import-to-elementor","status":"publish","type":"page","link":"https:\/\/sodego.eu\/?page_id=388","title":{"rendered":"Code import to Elementor"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"388\" class=\"elementor elementor-388\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d95ef03 e-flex e-con-boxed e-con e-parent\" data-id=\"d95ef03\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2a3dd8 elementor-widget elementor-widget-html\" data-id=\"c2a3dd8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>\n    <!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Document<\/title>\n    <style>\n        :root {\n            --transition-duration: 0.6s;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            width: 100vw;\n            height: 100vh;\n            overflow: hidden;\n        }\n\n        #logo {\n            position: fixed;\n            top: 0;\n            right: 0;\n        }\n\n        \/* #animation {\n            position: sticky;\n        } *\/\n\n        .container {\n            background: linear-gradient(40deg, #1C3775 -5%, white 30% 70%, #24B9D4 120%);\n        }\n\n        .tile,\n        .hex,\n        .text {\n            transform-origin: center center;\n            transform-box: fill-box;\n        }\n\n        .tile.grow {\n            animation: wave 300ms ease-in-out 0s 2 alternate;\n        }\n\n        .hex,\n        .text {\n            animation-duration: calc(var(--transition-duration) \/ 2);\n            animation-fill-mode: forwards;\n        }\n\n        .hex.back,\n        .text {\n            --base-rotation: -90deg;\n            transform: rotateY(var(--base-rotation));\n            animation-timing-function: ease-out;\n            animation-delay: calc(var(--transition-duration) \/ 2);\n        }\n\n        .hex.front {\n            --base-rotation: 0deg;\n            transform: rotateY(var(--base-rotation));\n            animation-timing-function: ease-in;\n        }\n\n        .toggle.active .hex,\n        .toggle.active+.text {\n            animation-name: rotate;\n        }\n\n        .toggle {\n            transition: transform 100ms;\n        }\n\n        .toggle.active,\n        .text {\n            pointer-events: bounding-box;\n            cursor: pointer;\n        }\n\n        .toggle.active:hover,\n        .text:hover {\n            transform: scale(1.08);\n        }\n\n        @keyframes wave {\n            to {\n                transform: translateY(-0.5em) scale(1.08);\n                \/* transform: perspective(500cm) translateZ(10cm); *\/\n            }\n        }\n\n        @keyframes hover {\n            to {\n                transform: scale(1.08);\n            }\n        }\n\n        @keyframes rotate {\n            to {\n                transform: rotateY(calc(var(--base-rotation) + 90deg));\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <script>\n        document.addEventListener('DOMContentLoaded', e => {\n            setTimeout(async () => {\n                let tiles = [...document.getElementsByClassName('tile')];\n                tiles.sort((a, b) => a.getBoundingClientRect().x - b.getBoundingClientRect().x);\n\n                tiles[tiles.length - 1].addEventListener('animationend', e => {\n                    let bottomTiles = tiles.filter(x => x.classList.contains('twice'));\n                    bottomTiles.reverse();\n\n                    for (const el of bottomTiles) {\n                        el.classList.remove('grow');\n                    }\n\n                    setTimeout(async () => {\n                        for (const el of bottomTiles) {\n                            el.classList.add('grow');\n                            await new Promise(res => setTimeout(() => res(), 25));\n                        }\n                    }, 200);\n                }, { once: true });\n\n                for (const el of tiles) {\n                    el.classList.add('grow');\n                    await new Promise(res => setTimeout(() => res(), 25));\n                }\n\n                setTimeout(() => {\n                    for (const el of document.getElementsByClassName('toggle')) {\n                        el.classList.toggle('active');\n                    }\n                }, 1000);\n            }, 800);\n        });\n    <\/script>\n\n    <div class=\"container\">\n        <svg id=\"logo\" width=\"109\" height=\"1109\" viewBox=\"0 0 109 1109\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveAspectRatio=\"xMaxYMin meet\">\n            <path\n                d=\"M48.2507 432.001L48.2507 423.787C53.8962 423.542 59.5416 418.148 59.4189 409.689C59.4189 401.598 54.0189 396.939 48.4961 397.062C42.3598 397.062 39.6598 402.701 38.3098 407.973L36.3462 416.186C33.1553 429.549 25.3007 431.633 20.1462 431.756C9.22348 431.756 1.85986 422.071 1.85986 411.037C1.85986 400.004 8.8553 391.055 20.1462 391.055L20.1462 399.268C13.8871 399.268 9.59169 404.54 9.59169 411.283C9.59169 417.535 13.8871 423.419 20.0235 423.419C22.2326 423.419 26.6507 422.684 28.7371 414.225L30.9462 406.011C33.7689 395.346 39.1689 388.848 48.128 388.848C57.9461 388.848 67.0279 396.694 67.0279 409.812C67.1507 422.929 57.9462 431.878 48.2507 432.001Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <path\n                d=\"M34.6265 377.325C16.7083 377.448 1.85835 363.595 1.73562 345.696C1.61289 327.675 16.4629 313.577 34.381 313.577C52.1764 313.454 66.9037 327.43 67.0264 345.451C67.1492 363.35 52.5446 377.325 34.6265 377.325ZM34.381 321.913C20.881 321.913 9.34471 332.211 9.34471 345.696C9.34471 358.936 21.0038 369.112 34.5038 369.112C48.0037 369.112 59.2946 358.814 59.1719 345.451C59.2946 331.966 47.881 321.791 34.381 321.913Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <path\n                d=\"M34.6265 113.749C16.7083 113.872 1.85835 100.019 1.73562 82.1201C1.61289 64.0988 16.4629 50.0006 34.381 50.0006C52.1764 49.878 66.9037 63.8536 67.0264 81.8749C67.1492 99.7735 52.5446 113.749 34.6265 113.749ZM34.381 58.3369C20.881 58.3369 9.34471 68.6348 9.34471 82.1201C9.34471 95.3602 21.0038 105.535 34.5038 105.535C48.0037 105.535 59.2946 95.2376 59.1719 81.8749C59.2946 68.3896 47.881 58.2143 34.381 58.3369Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <path\n                d=\"M1.24542 276.798C1.12269 258.287 15.359 247.253 33.8908 247.253C52.4226 247.131 66.4135 258.042 66.5362 276.553L66.659 301.808L1.36815 302.053L1.24542 276.798ZM58.559 276.553C58.559 262.823 47.8817 255.712 33.8908 255.835C19.8999 255.835 9.09994 263.068 9.09994 276.798L9.34541 293.349L58.6817 293.103L58.559 276.553Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <path\n                d=\"M58.4363 226.901L58.3135 196.008L66.2908 195.885L66.4135 235.36L1.1227 235.605L0.999998 197.111L8.85452 197.111L8.97726 227.024L30.209 226.901L30.0863 200.789L38.1863 200.789L38.309 226.901L58.4363 226.901Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <path\n                d=\"M33.8908 184.976C15.9727 185.098 0.999999 171.123 0.999999 153.101C0.999998 145.255 3.82269 137.655 9.09995 131.893L14.5 137.655C10.6954 141.945 8.60905 147.462 8.60905 153.101C8.60905 166.342 20.2681 176.639 33.7681 176.639C47.2681 176.639 58.559 166.219 58.4362 152.979C58.4362 141.7 50.7044 132.383 40.6408 132.383L40.7636 150.65L33.5227 150.65L33.3999 123.189C55.4908 123.066 66.168 134.958 66.168 152.856C66.4135 170.755 51.809 184.853 33.8908 184.976Z\"\n                stroke=\"#1C3775\" stroke-miterlimit=\"10\" \/>\n            <line x1=\"99.5\" x2=\"99.5\" y2=\"608\" stroke=\"#1C3775\" \/>\n            <path\n                d=\"M93.8 1103.03C93.8 1100.22 95.208 1098.52 97.576 1098.52C99.928 1098.52 101.336 1100.22 101.336 1103.03L101.336 1106.23L105 1106.23L105 1107.05L93.8 1107.05L93.8 1103.03ZM100.6 1103.03C100.6 1100.63 99.496 1099.35 97.576 1099.35C95.64 1099.35 94.536 1100.63 94.536 1103.03L94.536 1106.23L100.6 1106.23L100.6 1103.03ZM105 1085.08L101.848 1086.52L101.848 1093.02L105 1094.44L105 1095.32L93.8 1090.17L93.8 1089.35L105 1084.2L105 1085.08ZM101.16 1092.7L101.16 1086.83L94.696 1089.77L101.16 1092.7ZM105.08 1076.34C105.08 1078.01 104.456 1079.61 103.56 1080.42L102.952 1080.06C103.752 1079.29 104.36 1077.86 104.36 1076.36C104.36 1074.12 103.384 1073.13 102.168 1073.13C98.808 1073.13 100.824 1080.12 96.696 1080.12C95.112 1080.12 93.72 1078.9 93.72 1076.15C93.72 1074.92 94.104 1073.64 94.728 1072.78L95.384 1073.08C94.744 1074.01 94.44 1075.14 94.44 1076.15C94.44 1078.33 95.448 1079.3 96.68 1079.3C100.04 1079.3 98.056 1072.31 102.12 1072.31C103.704 1072.31 105.08 1073.58 105.08 1076.34ZM105.08 1063.71C105.08 1065.38 104.456 1066.98 103.56 1067.79L102.952 1067.43C103.752 1066.66 104.36 1065.23 104.36 1063.73C104.36 1061.49 103.384 1060.5 102.168 1060.5C98.808 1060.5 100.824 1067.49 96.696 1067.49C95.112 1067.49 93.72 1066.27 93.72 1063.52C93.72 1062.29 94.104 1061.01 94.728 1060.15L95.384 1060.45C94.744 1061.38 94.44 1062.51 94.44 1063.52C94.44 1065.7 95.448 1066.67 96.68 1066.67C100.04 1066.67 98.056 1059.68 102.12 1059.68C103.704 1059.68 105.08 1060.95 105.08 1063.71ZM105 1054.03L93.8 1054.03L93.8 1053.21L105 1053.21L105 1054.03ZM105.08 1041.68C105.08 1045.02 102.648 1047.5 99.4 1047.5C96.152 1047.5 93.72 1045.02 93.72 1041.68C93.72 1038.35 96.136 1035.85 99.4 1035.85C102.664 1035.85 105.08 1038.35 105.08 1041.68ZM104.328 1041.68C104.328 1038.83 102.232 1036.69 99.4 1036.69C96.568 1036.69 94.472 1038.83 94.472 1041.68C94.472 1044.54 96.568 1046.69 99.4 1046.69C102.232 1046.69 104.328 1044.54 104.328 1041.68ZM93.8 1021.84L93.8 1021.02L105 1021.02L105 1021.69L95.272 1029.33L105 1029.33L105 1030.14L93.8 1030.14L93.8 1029.46L103.528 1021.84L93.8 1021.84ZM94.536 999.754L94.536 1006.43L99.32 1006.43L99.32 1000.46L100.056 1000.46L100.056 1006.43L105 1006.43L105 1007.24L93.8 1007.24L93.8 999.754L94.536 999.754ZM105.08 989.657C105.08 993.001 102.648 995.481 99.4 995.481C96.152 995.481 93.72 993.001 93.72 989.657C93.72 986.329 96.136 983.833 99.4 983.833C102.664 983.833 105.08 986.329 105.08 989.657ZM104.328 989.657C104.328 986.809 102.232 984.665 99.4 984.665C96.568 984.665 94.472 986.809 94.472 989.657C94.472 992.521 96.568 994.665 99.4 994.665C102.232 994.665 104.328 992.521 104.328 989.657ZM105 969.419L105 970.347L101.256 973.019C101.304 973.371 101.336 973.723 101.336 974.107L101.336 977.307L105 977.307L105 978.123L93.8 978.123L93.8 974.107C93.8 971.291 95.208 969.595 97.576 969.595C99.352 969.595 100.584 970.555 101.08 972.219L105 969.419ZM100.616 977.307L100.616 974.107C100.616 971.707 99.496 970.427 97.576 970.427C95.64 970.427 94.536 971.707 94.536 974.107L94.536 977.307L100.616 977.307ZM105 956.738L93.8 956.738L93.8 955.922L105 955.922L105 956.738ZM93.8 940.835L93.8 940.019L105 940.019L105 940.691L95.272 948.323L105 948.323L105 949.139L93.8 949.139L93.8 948.451L103.528 940.835L93.8 940.835ZM93.8 924.924L93.8 924.108L105 924.108L105 924.78L95.272 932.412L105 932.412L105 933.228L93.8 933.228L93.8 932.54L103.528 924.924L93.8 924.924ZM105.08 912.565C105.08 915.909 102.648 918.389 99.4 918.389C96.152 918.389 93.72 915.909 93.72 912.565C93.72 909.237 96.136 906.741 99.4 906.741C102.664 906.741 105.08 909.237 105.08 912.565ZM104.328 912.565C104.328 909.717 102.232 907.573 99.4 907.573C96.568 907.573 94.472 909.717 94.472 912.565C94.472 915.429 96.568 917.573 99.4 917.573C102.232 917.573 104.328 915.429 104.328 912.565ZM93.8 893.278L93.8 892.43L105 897.422L105 898.238L93.8 903.23L93.8 902.334L103.944 897.806L93.8 893.278ZM105 879.72L101.848 881.16L101.848 887.656L105 889.08L105 889.96L93.8 884.808L93.8 883.992L105 878.84L105 879.72ZM101.16 887.336L101.16 881.464L94.696 884.408L101.16 887.336ZM105 872.345L94.536 872.345L94.536 876.377L93.8 876.377L93.8 867.497L94.536 867.497L94.536 871.529L105 871.529L105 872.345ZM105 862.594L93.8 862.594L93.8 861.778L105 861.778L105 862.594ZM105.08 850.243C105.08 853.587 102.648 856.067 99.4 856.067C96.152 856.067 93.72 853.587 93.72 850.243C93.72 846.915 96.136 844.419 99.4 844.419C102.664 844.419 105.08 846.915 105.08 850.243ZM104.328 850.243C104.328 847.395 102.232 845.251 99.4 845.251C96.568 845.251 94.472 847.395 94.472 850.243C94.472 853.107 96.568 855.251 99.4 855.251C102.232 855.251 104.328 853.107 104.328 850.243ZM93.8 830.405L93.8 829.589L105 829.589L105 830.261L95.272 837.893L105 837.893L105 838.709L93.8 838.709L93.8 838.021L103.528 830.405L93.8 830.405ZM105 807.44L101.848 808.88L101.848 815.376L105 816.8L105 817.68L93.8 812.528L93.8 811.712L105 806.56L105 807.44ZM101.16 815.056L101.16 809.184L94.696 812.128L101.16 815.056ZM93.8 793.343L93.8 792.527L105 792.527L105 793.199L95.272 800.831L105 800.831L105 801.647L93.8 801.647L93.8 800.959L103.528 793.343L93.8 793.343ZM105 785.735L93.8 785.735L93.8 781.303C93.8 777.751 96.136 775.351 99.4 775.351C102.664 775.351 105 777.751 105 781.303L105 785.735ZM104.264 784.919L104.264 781.367C104.264 778.199 102.248 776.167 99.4 776.167C96.552 776.167 94.536 778.199 94.536 781.367L94.536 784.919L104.264 784.919ZM105 760.503L94.536 760.503L94.536 764.535L93.8 764.535L93.8 755.655L94.536 755.655L94.536 759.687L105 759.687L105 760.503ZM104.264 749.936L104.264 743.024L105 743.024L105 750.752L93.8 750.752L93.8 743.264L94.536 743.264L94.536 749.936L98.952 749.936L98.952 743.968L99.672 743.968L99.672 749.936L104.264 749.936ZM105.08 732.495C105.08 735.823 102.664 738.303 99.4 738.303C96.136 738.303 93.72 735.823 93.72 732.495C93.72 730.911 94.232 729.487 95.272 728.511L95.8 729.023C94.856 729.983 94.472 731.151 94.472 732.463C94.472 735.327 96.584 737.487 99.4 737.487C102.216 737.487 104.328 735.327 104.328 732.463C104.328 731.151 103.928 729.983 102.984 729.023L103.512 728.511C104.552 729.487 105.08 730.911 105.08 732.495ZM93.8 714.594L93.8 713.778L105 713.778L105 714.594L99.672 714.594L99.672 722.082L105 722.082L105 722.898L93.8 722.898L93.8 722.082L98.952 722.082L98.952 714.594L93.8 714.594ZM93.8 698.683L93.8 697.867L105 697.867L105 698.539L95.272 706.171L105 706.171L105 706.987L93.8 706.987L93.8 706.299L103.528 698.683L93.8 698.683ZM105.08 686.323C105.08 689.667 102.648 692.147 99.4 692.147C96.152 692.147 93.72 689.667 93.72 686.323C93.72 682.995 96.136 680.499 99.4 680.499C102.664 680.499 105.08 682.995 105.08 686.323ZM104.328 686.323C104.328 683.475 102.232 681.331 99.4 681.331C96.568 681.331 94.472 683.475 94.472 686.323C94.472 689.187 96.568 691.331 99.4 691.331C102.232 691.331 104.328 689.187 104.328 686.323ZM105 674.789L93.8 674.789L93.8 673.973L104.264 673.973L104.264 667.525L105 667.525L105 674.789ZM105.08 658.017C105.08 661.361 102.648 663.841 99.4 663.841C96.152 663.841 93.72 661.361 93.72 658.017C93.72 654.689 96.136 652.193 99.4 652.193C102.664 652.193 105.08 654.689 105.08 658.017ZM104.328 658.017C104.328 655.169 102.232 653.025 99.4 653.025C96.568 653.025 94.472 655.169 94.472 658.017C94.472 660.881 96.568 663.025 99.4 663.025C102.232 663.025 104.328 660.881 104.328 658.017ZM103.304 638.482L99.448 638.482L99.448 637.698L103.64 637.698C104.6 638.706 105.08 640.162 105.08 641.698C105.08 645.074 102.664 647.554 99.4 647.554C96.136 647.554 93.72 645.074 93.72 641.682C93.72 640.066 94.232 638.642 95.256 637.65L95.8 638.162C94.84 639.138 94.472 640.306 94.472 641.666C94.472 644.578 96.584 646.738 99.4 646.738C102.2 646.738 104.328 644.578 104.328 641.666C104.328 640.482 104.04 639.394 103.304 638.482ZM93.8 623.259L101.144 627.771L105 627.771L105 628.587L101.144 628.587L93.8 633.099L93.8 632.203L100.392 628.155L93.8 624.107L93.8 623.259Z\"\n                fill=\"#1C3775\" \/>\n        <\/svg>\n\n        <svg id=\"animation\" width=\"1728\" height=\"1117\" viewBox=\"0 0 1728 1117\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n            preserveAspectRatio=\"xMidYMax meet\">\n            <path d=\"M358.885 867.328L413.885 835.823L468.885 867.328V930.318L413.885 961.823L358.885 930.318V867.328Z\"\n                fill=\"url(#paint35_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M238.885 867.331L293.885 835.823L348.885 867.331V930.315L293.885 961.823L238.885 930.315V867.331Z\"\n                fill=\"url(#paint36_linear_1063_2142)\" class=\"tile\" \/>\n            <g class=\"tile toggle\">\n                <path d=\"M660 764.505L715 733L770 764.505V827.495L715 859L660 827.495V764.505Z\"\n                    fill=\"url(#paint37_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M660 764.505L715 733L770 764.505V827.495L715 859L660 827.495V764.505Z\"\n                    fill=\"url(#paint37_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M721.448 838.304L718.264 840.126C716.225 841.291 713.716 841.291 711.677 840.126L678.272 820.904C676.247 819.739 675 817.582 675 815.25V776.735C675 774.404 676.247 772.247 678.286 771.081L711.706 751.874C713.746 750.709 716.254 750.709 718.279 751.874L751.714 771.081C753.738 772.247 755 774.404 755 776.735V815.25C755 817.582 753.753 819.724 751.728 820.904L727.404 834.88\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M686.047 794.528V779.373L714.919 762.774L724.704 768.399\" stroke=\"white\"\n                        stroke-miterlimit=\"10\" \/>\n                    <path d=\"M730.72 771.854L743.806 779.373V812.627L714.919 829.226L686.047 812.627V801.377\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M687.514 795.986C687.514 796.787 686.854 797.443 686.047 797.443C685.24 797.443 684.58 796.787 684.58 795.986C684.58 795.184 685.24 794.528 686.047 794.528C686.854 794.528 687.514 795.184 687.514 795.986Z\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M730.94 771.096C730.94 771.897 730.28 772.553 729.473 772.553C728.666 772.553 728.006 771.897 728.006 771.096C728.006 770.294 728.666 769.639 729.473 769.639C730.28 769.639 730.94 770.294 730.94 771.096Z\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M727.405 834.88C727.507 835.084 727.581 835.317 727.581 835.565C727.581 836.366 726.92 837.022 726.114 837.022C725.307 837.022 724.646 836.366 724.646 835.565C724.646 834.763 725.307 834.107 726.114 834.107C726.671 834.107 727.155 834.428 727.405 834.88Z\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M717.788 621.497L727.054 613.722L727.882 614.709L717.522 623.402L704.924 608.388L714.962 599.964L715.79 600.951L706.845 608.456L711.813 614.376L719.813 607.663L720.623 608.628L712.623 615.342L717.788 621.497ZM731.871 611.362L719.272 596.348L720.366 595.43L732.137 609.458L740.781 602.205L741.609 603.191L731.871 611.362ZM744.684 598.93L753.95 591.154L754.778 592.141L744.418 600.834L731.819 585.82L741.857 577.397L742.685 578.383L733.741 585.888L738.708 591.808L746.709 585.095L747.519 586.06L739.518 592.774L744.684 598.93ZM765.121 583.645C760.66 587.388 754.617 586.939 750.946 582.563C747.274 578.188 747.881 572.159 752.343 568.416C754.466 566.634 756.951 565.718 759.429 566.015L759.337 567.298C756.988 567.113 754.99 567.912 753.231 569.388C749.392 572.609 748.872 577.87 752.04 581.645C755.207 585.421 760.479 585.822 764.318 582.6C766.077 581.125 767.193 579.275 767.418 576.929L768.698 577.061C768.56 579.553 767.245 581.863 765.121 583.645ZM776.722 573.728L764.951 559.7L759.546 564.235L758.718 563.249L770.622 553.26L771.45 554.247L766.045 558.782L777.816 572.81L776.722 573.728ZM797.602 556.207L796.358 557.251L788.564 555.238C788.147 555.698 787.711 556.137 787.196 556.569L782.906 560.168L787.028 565.08L785.934 565.998L773.335 550.984L778.719 546.466C782.494 543.298 786.351 543.278 789.015 546.453C791.013 548.834 791.112 551.565 789.439 554.102L797.602 556.207ZM782.096 559.203L786.386 555.603C789.603 552.904 790.059 549.962 787.9 547.389C785.722 544.793 782.764 544.753 779.547 547.453L775.257 551.052L782.096 559.203ZM807.832 547.806C803.349 551.568 797.288 551.097 793.635 546.743C789.981 542.389 790.57 536.339 795.053 532.577C799.514 528.834 805.578 529.265 809.25 533.64C812.921 538.016 812.293 544.063 807.832 547.806ZM806.986 546.798C810.804 543.594 811.32 538.373 808.134 534.576C804.949 530.78 799.717 530.382 795.899 533.585C792.06 536.807 791.543 542.029 794.729 545.825C797.914 549.622 803.146 550.02 806.986 546.798ZM817.877 513.609L818.971 512.691L831.569 527.705L830.669 528.461L809.494 524.005L820.437 537.046L819.343 537.964L806.745 522.95L807.667 522.176L828.82 526.65L817.877 513.609ZM836.813 523.305L824.214 508.291L825.308 507.373L837.907 522.388L836.813 523.305ZM849.578 512.777C845.116 516.521 839.074 516.072 835.402 511.696C831.731 507.32 832.338 501.292 836.799 497.548C838.922 495.766 841.407 494.851 843.886 495.147L843.793 496.431C841.444 496.245 839.447 497.045 837.688 498.52C833.848 501.742 833.328 507.003 836.496 510.778C839.664 514.553 844.935 514.955 848.775 511.733C850.533 510.257 851.649 508.407 851.874 506.062L853.155 506.194C853.016 508.686 851.701 510.995 849.578 512.777ZM862.445 501.98C860.215 503.852 857.368 504.815 855.266 504.532L855.075 503.303C857.005 503.511 859.598 502.725 861.614 501.033C864.617 498.513 864.849 496.089 863.481 494.459C859.701 489.954 852.596 500.522 847.952 494.988C846.17 492.865 846.235 489.631 849.924 486.535C851.576 485.149 853.724 484.224 855.584 484.089L855.914 485.31C853.95 485.496 852.085 486.366 850.734 487.5C847.817 489.948 847.642 492.397 849.028 494.049C852.808 498.553 859.949 488.028 864.521 493.476C866.303 495.6 866.156 498.866 862.445 501.98Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"714.5\" y1=\"636.719\" x2=\"714.5\" y2=\"714.719\" stroke=\"#1C3775\" \/>\n                <line x1=\"873.031\" y1=\"504.219\" x2=\"714.691\" y2=\"637.082\" stroke=\"#1C3775\" \/>\n            <\/g>\n            <path d=\"M238 660.505L293 629L348 660.505V723.495L293 755L238 723.495V660.505Z\"\n                fill=\"url(#paint38_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M1548 1134.5L1493 1166L1438 1134.5L1438 1071.5L1493 1040L1548 1071.5L1548 1134.5Z\"\n                fill=\"url(#paint39_linear_1063_2142)\" class=\"tile\" \/>\n            <g class=\"tile toggle\">\n                <path d=\"M650 827.495L595 859L540 827.495L540 764.505L595 733L650 764.505L650 827.495Z\"\n                    fill=\"url(#paint45_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M650 827.495L595 859L540 827.495L540 764.505L595 733L650 764.505L650 827.495Z\"\n                    fill=\"url(#paint45_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M624.391 766.884L631.713 771.096C633.738 772.261 635 774.418 635 776.75V815.265C635 817.597 633.753 819.753 631.728 820.919L598.272 840.126C596.233 841.291 593.723 841.291 591.684 840.126L558.272 820.904C556.247 819.739 555 817.582 555 815.25V776.735C555 774.403 556.247 772.247 558.287 771.081L591.698 751.874C593.738 750.709 596.247 750.709 598.272 751.874L605.58 756.071\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M618.815 776.458L623.818 779.343V812.598L594.941 829.196L566.049 812.598V779.343L594.941 762.745L600.018 765.66\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M618.874 765.033L621.207 771.299L614.53 772.64\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M616.849 763.751L607.546 768.749\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M605.623 767.278L603.29 761.026L609.966 759.671\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M600.78 621.87C598.549 623.742 595.702 624.706 593.6 624.422L593.41 623.193C595.339 623.402 597.932 622.615 599.949 620.923C602.951 618.404 603.183 615.979 601.816 614.349C598.036 609.845 590.93 620.412 586.287 614.879C584.505 612.755 584.569 609.521 588.259 606.426C589.91 605.04 592.058 604.115 593.918 603.979L594.249 605.201C592.285 605.387 590.42 606.257 589.069 607.391C586.151 609.838 585.977 612.288 587.363 613.939C591.142 618.444 598.284 607.919 602.855 613.367C604.637 615.49 604.491 618.757 600.78 621.87ZM616.274 608.869C611.791 612.631 605.731 612.16 602.077 607.806C598.424 603.452 599.013 597.402 603.496 593.64C607.957 589.897 614.021 590.328 617.692 594.703C621.364 599.079 620.736 605.126 616.274 608.869ZM615.428 607.861C619.246 604.657 619.763 599.436 616.577 595.639C613.391 591.843 608.16 591.445 604.342 594.648C600.502 597.87 599.986 603.092 603.171 606.888C606.357 610.685 611.589 611.083 615.428 607.861ZM626.053 576.576L617.109 584.081L622.491 590.495L630.491 583.781L631.319 584.768L623.318 591.481L628.88 598.109L627.786 599.027L615.187 584.012L625.226 575.589L626.053 576.576ZM644.296 585.173L632.526 571.145L627.12 575.681L626.293 574.694L638.197 564.705L639.025 565.692L633.62 570.227L645.39 584.255L644.296 585.173ZM659.851 546.535L660.923 545.635L668.438 564.915L667.28 565.887L651.323 556.323L657.95 573.716L656.792 574.688L639.088 563.957L640.246 562.985L656.154 572.665L649.512 555.21L650.563 554.328L666.596 563.939L659.851 546.535ZM687.432 548.978L681.956 546.372L673.248 553.679L674.884 559.507L673.705 560.496L668.013 539.687L669.107 538.769L688.612 547.988L687.432 548.978ZM672.903 552.397L680.775 545.792L669.557 540.438L672.903 552.397ZM703.006 535.91L701.762 536.954L693.969 534.94C693.551 535.4 693.115 535.839 692.6 536.271L688.31 539.871L692.432 544.783L691.338 545.701L678.739 530.686L684.123 526.169C687.898 523.001 691.755 522.981 694.419 526.155C696.417 528.536 696.516 531.268 694.843 533.804L703.006 535.91ZM687.5 538.906L691.79 535.306C695.007 532.606 695.464 529.665 693.304 527.091C691.126 524.496 688.168 524.456 684.951 527.155L680.661 530.755L687.5 538.906ZM707.041 530.842L716.307 523.067L717.135 524.054L706.775 532.747L694.177 517.732L704.215 509.309L705.043 510.296L696.099 517.801L701.066 523.721L709.067 517.008L709.876 517.973L701.876 524.686L707.041 530.842Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"594.5\" y1=\"637\" x2=\"594.5\" y2=\"715\" stroke=\"#1C3775\" \/>\n                <line x1=\"720.025\" y1=\"532.21\" x2=\"594.697\" y2=\"637.373\" stroke=\"#1C3775\" \/>\n            <\/g>\n            <g class=\"tile toggle\">\n                <path d=\"M890 827.504L835 859L780 827.504L780 764.496L835 733L890 764.496L890 827.504Z\"\n                    fill=\"url(#paint46_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M890 827.504L835 859L780 827.504L780 764.496L835 733L890 764.496L890 827.504Z\"\n                    fill=\"url(#paint46_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M874.749 807.793V816.261C874.749 818.593 873.475 820.75 871.406 821.916L837.233 841.126C835.149 842.291 832.585 842.291 830.501 841.126L796.344 821.901C794.275 820.735 793 818.578 793 816.246V777.725C793 775.393 794.275 773.236 796.359 772.07L830.516 752.874C832.6 751.709 835.164 751.709 837.233 752.874L871.406 772.084C873.475 773.25 874.764 775.407 874.764 777.739V786.193\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M863.339 807.763V813.622L833.815 830.223L804.291 813.622V780.363L833.815 763.762L863.339 780.363V786.192\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M883.026 797.999C877.868 805.709 875.034 808.187 874.584 808.07C874.584 808.07 873.804 807.764 872.095 794.836C871.435 789.852 879.862 783.001 880.747 783.22C881.751 783.453 885.845 793.787 883.026 797.999Z\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M880.853 783.438L874.765 808.07\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M882.14 786.033L879.247 789.341L877.852 785.013\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M883.761 791.178L878.288 794.283L874.329 788.919\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M883.506 797.154L876.593 801.308L872.065 793.627\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M880.206 802.022L875.318 805.811L872.889 800.156\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M867.072 799.98C864.928 805.81 863.474 807.851 863.159 807.851C863.159 807.851 862.604 807.763 859.41 799.558C858.181 796.395 862.604 790.638 863.219 790.638C863.908 790.652 868.257 796.788 867.072 799.98Z\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M863.324 790.769L863.264 807.821\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M864.583 792.27L863.219 794.879L861.614 792.256\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M866.473 795.403L863.384 798.26L859.935 795.359\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M867.252 799.354L863.384 803.114L859.2 798.771\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M865.872 803.04L863.278 806.261L860.789 802.924\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M846.764 612.422L842.427 607.253L843.478 606.371L848.193 611.991C847.922 614.412 846.51 616.693 844.451 618.421C839.925 622.218 833.883 621.769 830.211 617.394C826.539 613.018 827.146 606.989 831.693 603.174C833.86 601.356 836.345 600.441 838.826 600.697L838.752 602.003C836.364 601.814 834.384 602.634 832.561 604.164C828.657 607.44 828.137 612.701 831.305 616.476C834.454 620.229 839.744 620.652 843.648 617.377C845.235 616.045 846.369 614.435 846.764 612.422ZM866.205 599.984L864.961 601.028L857.168 599.014C856.75 599.474 856.314 599.913 855.799 600.345L851.509 603.945L855.631 608.857L854.537 609.775L841.938 594.76L847.322 590.243C851.097 587.075 854.955 587.055 857.618 590.229C859.616 592.61 859.715 595.342 858.042 597.878L866.205 599.984ZM850.699 602.98L854.989 599.38C858.207 596.68 858.663 593.739 856.503 591.165C854.325 588.57 851.367 588.53 848.15 591.229L843.86 594.829L850.699 602.98ZM876.435 591.583C871.952 595.344 865.892 594.874 862.238 590.52C858.585 586.165 859.173 580.115 863.656 576.354C868.118 572.61 874.182 573.041 877.853 577.417C881.525 581.793 880.896 587.839 876.435 591.583ZM875.589 590.575C879.407 587.371 879.923 582.149 876.738 578.353C873.552 574.556 868.32 574.158 864.502 577.362C860.663 580.584 860.146 585.805 863.332 589.602C866.518 593.398 871.75 593.796 875.589 590.575ZM894.407 576.502C889.924 580.264 883.864 579.793 880.21 575.439C876.557 571.085 877.146 565.035 881.628 561.273C886.09 557.53 892.154 557.961 895.825 562.337C899.497 566.712 898.869 572.759 894.407 576.502ZM893.561 575.494C897.379 572.291 897.896 567.069 894.71 563.272C891.524 559.476 886.292 559.078 882.474 562.281C878.635 565.503 878.119 570.725 881.304 574.521C884.49 578.318 889.722 578.716 893.561 575.494ZM911.863 536.086L912.936 535.186L920.451 554.466L919.293 555.438L903.335 545.874L909.962 563.267L908.804 564.239L891.101 553.508L892.259 552.536L908.166 562.216L901.525 544.761L902.576 543.879L918.609 553.49L911.863 536.086ZM928.688 547.555L916.089 532.54L917.183 531.622L929.782 546.637L928.688 547.555Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"834.5\" y1=\"636.718\" x2=\"834.5\" y2=\"714.718\" stroke=\"#1C3775\" \/>\n                <line x1=\"935.99\" y1=\"552.167\" x2=\"834.731\" y2=\"637.134\" stroke=\"#1C3775\" \/>\n            <\/g>\n            <g class=\"tile toggle\">\n                <path d=\"M1130 827.499L1075 859L1020 827.499L1020 764.501L1075 733L1130 764.501L1130 827.499Z\"\n                    fill=\"url(#paint47_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M1130 827.499L1075 859L1020 827.499L1020 764.501L1075 733L1130 764.501L1130 827.499Z\"\n                    fill=\"url(#paint47_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M1104.39 766.884L1111.71 771.096C1113.74 772.261 1115 774.418 1115 776.75V815.265C1115 817.597 1113.75 819.753 1111.73 820.919L1078.29 840.126C1076.25 841.291 1073.74 841.291 1071.7 840.126L1038.27 820.904C1036.25 819.739 1035 817.582 1035 815.25V776.735C1035 774.403 1036.25 772.247 1038.29 771.081L1071.71 751.874C1073.75 750.709 1076.26 750.709 1078.29 751.874L1085.59 756.071\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1098.81 776.487L1103.83 779.373V812.627L1074.94 829.225L1046.05 812.627V779.373L1074.94 762.774L1080.02 765.689\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <mask id=\"mask0_1063_2142\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"1072\" y=\"752\"\n                        width=\"35\" height=\"38\">\n                        <path d=\"M1073.15 778.142L1087.59 753.312L1105.35 763.496L1090.91 788.326L1073.15 778.142Z\"\n                            fill=\"white\" stroke=\"white\" \/>\n                    <\/mask>\n                    <g mask=\"url(#mask0_1063_2142)\">\n                        <path\n                            d=\"M1094.72 767.811C1095.53 766.424 1095.03 764.638 1093.61 763.821C1092.18 763.004 1090.37 763.466 1089.57 764.853C1088.76 766.24 1089.26 768.026 1090.69 768.843C1092.11 769.66 1093.92 769.198 1094.72 767.811Z\"\n                            stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                        <path\n                            d=\"M1101.15 765.135L1097.8 763.211L1097.89 762.526C1097.92 762.293 1097.96 762.06 1098.04 761.827C1098.13 761.521 1097.99 761.171 1097.7 760.996L1093.34 758.49C1093.03 758.315 1092.64 758.388 1092.42 758.65C1092.29 758.796 1092.15 758.927 1092.01 759.073L1091.46 759.583L1088.71 757.994C1088 757.586 1087.11 757.819 1086.7 758.504L1084.63 762.06L1083.5 763.998L1082.6 765.543C1082.21 766.228 1082.45 767.117 1083.16 767.525L1095.63 774.68C1096.34 775.088 1097.23 774.855 1097.64 774.17L1101.74 767.131C1102.1 766.417 1101.85 765.528 1101.15 765.135Z\"\n                            stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                        <path\n                            d=\"M1094.15 767.481C1093.52 768.559 1092.11 768.923 1090.99 768.282C1089.88 767.641 1089.5 766.257 1090.13 765.164C1090.76 764.071 1092.17 763.721 1093.28 764.362C1094.4 765.003 1094.78 766.388 1094.15 767.481Z\"\n                            stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                        <path\n                            d=\"M1097.7 766.243C1097.55 766.491 1097.23 766.578 1096.97 766.432C1096.72 766.286 1096.61 765.966 1096.76 765.718C1096.91 765.47 1097.23 765.383 1097.49 765.529C1097.76 765.674 1097.85 765.995 1097.7 766.243Z\"\n                            stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <\/g>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M1090.7 609.948L1085.22 607.342L1076.51 614.65L1078.15 620.477L1076.97 621.467L1071.28 600.657L1072.37 599.739L1091.88 608.958L1090.7 609.948ZM1076.17 613.367L1084.04 606.762L1072.82 601.408L1076.17 613.367ZM1106.27 596.88L1105.03 597.924L1097.24 595.91C1096.82 596.371 1096.38 596.81 1095.87 597.242L1091.58 600.841L1095.7 605.753L1094.6 606.671L1082.01 591.656L1087.39 587.139C1091.16 583.971 1095.02 583.951 1097.69 587.126C1099.68 589.506 1099.78 592.238 1098.11 594.775L1106.27 596.88ZM1090.77 599.876L1095.06 596.276C1098.27 593.577 1098.73 590.635 1096.57 588.061C1094.39 585.466 1091.43 585.426 1088.22 588.126L1083.93 591.725L1090.77 599.876ZM1112.71 591.481L1100.94 577.453L1095.53 581.989L1094.7 581.002L1106.61 571.013L1107.44 572L1102.03 576.536L1113.8 590.563L1112.71 591.481Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"1074.5\" y1=\"636.999\" x2=\"1074.5\" y2=\"714.999\" stroke=\"#1C3775\" \/>\n                <line x1=\"1124.55\" y1=\"594.654\" x2=\"1074.17\" y2=\"636.928\" stroke=\"#1C3775\" \/>\n            <\/g>\n            <g class=\"tile toggle\">\n                <path d=\"M1250 827.504L1195 859L1140 827.504L1140 764.496L1195 733L1250 764.496L1250 827.504Z\"\n                    fill=\"url(#paint48_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M1250 827.504L1195 859L1140 827.504L1140 764.496L1195 733L1250 764.496L1250 827.504Z\"\n                    fill=\"url(#paint48_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M1224.32 766.801L1231.72 771.05C1233.76 772.219 1235 774.38 1235 776.716L1234.97 815.152C1234.97 817.489 1233.73 819.635 1231.69 820.804L1198.2 840.124C1196.19 841.292 1193.68 841.292 1191.66 840.124L1158.28 820.935C1156.24 819.767 1155 817.606 1155 815.269L1155.04 776.833C1155.04 774.497 1156.29 772.35 1158.32 771.182L1191.81 751.876C1193.83 750.708 1196.33 750.708 1198.35 751.876L1205.56 756.024\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1218.79 776.381L1223.87 779.301L1223.84 812.509L1194.93 829.171L1166.08 812.597L1166.12 779.389L1195.03 762.727L1200.02 765.589\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1202.21 763.967C1202.21 763.967 1204.67 768.655 1209.26 771.284C1213.86 773.912 1218.76 773.722 1218.94 773.722L1221.07 770.013C1221.07 770.013 1216.02 770.174 1211.4 767.575C1206.79 764.99 1204.71 760.872 1204.47 760.404L1202.21 764.318\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M1222.02 768.378L1222.9 766.845\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M1205.4 758.783L1206.28 757.265\" stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1222.39 768.188C1222.39 768.188 1216.4 767.137 1212.51 764.903C1209.69 763.282 1205.36 758.36 1205.36 758.36\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1205.89 757.439C1205.89 757.439 1211.77 758.652 1215.67 760.871C1218.51 762.492 1222.96 767.267 1222.96 767.267\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M1201.94 618.976C1197.46 622.738 1191.4 622.267 1187.74 617.913C1184.09 613.559 1184.68 607.509 1189.16 603.747C1193.62 600.004 1199.69 600.435 1203.36 604.811C1207.03 609.186 1206.4 615.233 1201.94 618.976ZM1201.1 617.968C1204.91 614.765 1205.43 609.543 1202.24 605.746C1199.06 601.95 1193.83 601.552 1190.01 604.755C1186.17 607.977 1185.65 613.199 1188.84 616.995C1192.02 620.792 1197.26 621.19 1201.1 617.968ZM1206.24 589.602C1210.01 586.434 1213.87 586.414 1216.53 589.589C1219.18 592.742 1218.49 596.537 1214.72 599.705L1210.43 603.304L1214.55 608.216L1213.45 609.134L1200.85 594.12L1206.24 589.602ZM1213.89 598.718C1217.1 596.018 1217.58 593.098 1215.42 590.525C1213.24 587.929 1210.28 587.889 1207.07 590.589L1202.78 594.188L1209.6 602.318L1213.89 598.718ZM1230.93 594.472L1219.16 580.444L1213.75 584.979L1212.92 583.993L1224.83 574.004L1225.66 574.991L1220.25 579.526L1232.02 593.554L1230.93 594.472ZM1240.14 586.742L1227.54 571.728L1228.63 570.81L1241.23 585.824L1240.14 586.742ZM1252.9 576.214C1248.44 579.957 1242.4 579.508 1238.73 575.133C1235.06 570.757 1235.66 564.728 1240.13 560.985C1242.25 559.203 1244.73 558.288 1247.21 558.584L1247.12 559.868C1244.77 559.682 1242.77 560.481 1241.01 561.957C1237.17 565.179 1236.65 570.44 1239.82 574.215C1242.99 577.99 1248.26 578.391 1252.1 575.17C1253.86 573.694 1254.98 571.844 1255.2 569.498L1256.48 569.63C1256.34 572.122 1255.03 574.432 1252.9 576.214ZM1265.77 565.417C1263.54 567.288 1260.69 568.252 1258.59 567.968L1258.4 566.739C1260.33 566.948 1262.92 566.161 1264.94 564.469C1267.94 561.95 1268.18 559.525 1266.81 557.895C1263.03 553.391 1255.92 563.959 1251.28 558.425C1249.5 556.301 1249.56 553.067 1253.25 549.972C1254.9 548.586 1257.05 547.661 1258.91 547.525L1259.24 548.747C1257.28 548.933 1255.41 549.803 1254.06 550.937C1251.14 553.385 1250.97 555.834 1252.35 557.485C1256.13 561.99 1263.28 551.465 1267.85 556.913C1269.63 559.036 1269.48 562.303 1265.77 565.417Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"1193.5\" y1=\"636.719\" x2=\"1193.5\" y2=\"714.719\" stroke=\"#1C3775\" \/>\n                <line x1=\"1276.23\" y1=\"567.438\" x2=\"1193.49\" y2=\"636.864\" stroke=\"#1C3775\" \/>\n            <\/g>\n            <g class=\"tile toggle\">\n                <path d=\"M1370 827.499L1315 859L1260 827.499L1260 764.501L1315 733L1370 764.501L1370 827.499Z\"\n                    fill=\"url(#paint49_linear_1063_2142)\" class=\"hex front\" \/>\n                <path d=\"M1370 827.499L1315 859L1260 827.499L1260 764.501L1315 733L1370 764.501L1370 827.499Z\"\n                    fill=\"url(#paint49_linear_1063_2142)\" class=\"hex back\" \/>\n                <g class=\"hex back\">\n                    <path\n                        d=\"M1344.39 766.884L1351.71 771.096C1353.74 772.261 1355 774.418 1355 776.75V815.265C1355 817.597 1353.75 819.739 1351.73 820.919L1318.27 840.126C1316.23 841.291 1313.72 841.291 1311.68 840.126L1278.27 820.904C1276.25 819.739 1275 817.582 1275 815.25V776.735C1275 774.403 1276.25 772.247 1278.29 771.081L1311.71 751.874C1313.75 750.709 1316.26 750.709 1318.29 751.874L1325.59 756.071\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path\n                        d=\"M1338.81 776.458L1343.83 779.343V812.598L1314.94 829.196L1286.05 812.598V779.343L1314.94 762.745L1320.02 765.66\"\n                        stroke=\"white\" stroke-miterlimit=\"10\" \/>\n                    <path d=\"M1335.38 760.734H1325.08V774.068H1335.38V760.734Z\" stroke=\"white\" \/>\n                    <path\n                        d=\"M1329.56 758.287V758.185H1329.45V758.287H1329.56ZM1335.35 758.287H1335.45V758.185H1335.35V758.287ZM1329.56 771.606H1329.45V771.708H1329.56V771.606ZM1335.35 771.606V771.708H1335.45V771.606H1335.35ZM1335.35 771.606V771.504H1335.25V771.606H1335.35ZM1335.35 758.301H1335.25V758.403H1335.35V758.301ZM1329.56 758.389H1335.35V758.185H1329.56V758.389ZM1329.66 771.606V758.287H1329.45V771.606H1329.66ZM1335.35 771.504H1329.56V771.708H1335.35V771.504ZM1340.43 764.99C1340.43 766.797 1339.75 768.414 1338.79 769.595C1337.82 770.775 1336.54 771.489 1335.35 771.504V771.708C1336.61 771.693 1337.93 770.936 1338.95 769.726C1339.94 768.517 1340.63 766.855 1340.63 765.005H1340.43V764.99ZM1335.35 758.403C1336.54 758.403 1337.8 759.132 1338.79 760.327C1339.75 761.522 1340.43 763.168 1340.43 764.99H1340.63C1340.63 763.125 1339.94 761.434 1338.95 760.196C1337.95 758.971 1336.63 758.185 1335.35 758.185V758.403ZM1335.25 758.287L1335.45 758.301V758.287H1335.25Z\"\n                        fill=\"white\" \/>\n                    <path\n                        d=\"M1329.56 758.185V758.287H1329.45M1329.56 758.185H1329.45V758.287M1329.56 758.185H1335.35M1329.56 758.185V758.389H1335.35V758.185M1329.45 758.287H1329.66V771.606H1329.45M1329.45 758.287V771.606M1335.45 758.287H1335.35V758.185M1335.45 758.287V758.185H1335.35M1335.45 758.287V758.301L1335.25 758.287H1335.45ZM1335.35 758.185C1336.63 758.185 1337.95 758.971 1338.95 760.196C1339.94 761.434 1340.63 763.125 1340.63 764.99H1340.43M1335.35 758.185V758.403M1329.45 771.606H1329.56V771.708M1329.45 771.606V771.708H1329.56M1329.56 771.708V771.504H1335.35M1329.56 771.708H1335.35M1335.35 771.606V771.708M1335.35 771.606H1335.45M1335.35 771.606V771.504M1335.35 771.606H1335.25M1335.35 771.708H1335.45V771.606M1335.35 771.708V771.504M1335.35 771.708C1336.61 771.693 1337.93 770.936 1338.95 769.726C1339.94 768.517 1340.63 766.855 1340.63 765.005H1340.43V764.99M1335.45 771.606H1335.25M1335.35 771.504H1335.25V771.606M1335.35 771.504C1336.54 771.489 1337.82 770.775 1338.79 769.595C1339.75 768.414 1340.43 766.797 1340.43 764.99M1335.35 758.403H1335.25V758.301H1335.35V758.403ZM1335.35 758.403C1336.54 758.403 1337.8 759.132 1338.79 760.327C1339.75 761.522 1340.43 763.168 1340.43 764.99M1335.35 758.403V758.199\"\n                        stroke=\"white\" \/>\n                <\/g>\n            <\/g>\n            <g class=\"text\">\n                <path\n                    d=\"M1317.48 623.357L1304.88 608.343L1310.82 603.357C1315.59 599.362 1321.43 599.793 1325.1 604.169C1328.77 608.545 1328.18 614.376 1323.42 618.372L1317.48 623.357ZM1317.75 621.453L1322.51 617.457C1326.76 613.893 1327.21 608.905 1324.01 605.087C1320.8 601.269 1315.81 600.852 1311.57 604.416L1306.8 608.411L1317.75 621.453ZM1335.47 606.583L1344.73 598.808L1345.56 599.795L1335.2 608.488L1322.6 593.473L1332.64 585.05L1333.47 586.037L1324.52 593.542L1329.49 599.462L1337.49 592.749L1338.3 593.714L1330.3 600.427L1335.47 606.583ZM1353.59 593.243C1351.36 595.115 1348.51 596.079 1346.41 595.795L1346.22 594.566C1348.15 594.775 1350.74 593.988 1352.76 592.296C1355.76 589.777 1355.99 587.352 1354.62 585.722C1350.84 581.218 1343.74 591.786 1339.09 586.252C1337.31 584.128 1337.38 580.894 1341.07 577.799C1342.72 576.413 1344.87 575.488 1346.73 575.352L1347.06 576.574C1345.09 576.76 1343.23 577.63 1341.88 578.764C1338.96 581.211 1338.78 583.661 1340.17 585.312C1343.95 589.817 1351.09 579.292 1355.66 584.74C1357.44 586.863 1357.3 590.13 1353.59 593.243ZM1362.62 585.48L1350.02 570.466L1351.12 569.548L1363.71 584.562L1362.62 585.48ZM1377.76 568.9L1373.43 563.73L1374.48 562.848L1379.19 568.468C1378.92 570.889 1377.51 573.17 1375.45 574.898C1370.92 578.696 1364.88 578.247 1361.21 573.871C1357.54 569.495 1358.15 563.467 1362.69 559.651C1364.86 557.833 1367.34 556.918 1369.83 557.175L1369.75 558.48C1367.36 558.291 1365.38 559.111 1363.56 560.641C1359.66 563.917 1359.14 569.178 1362.3 572.953C1365.45 576.707 1370.74 577.13 1374.65 573.854C1376.23 572.522 1377.37 570.912 1377.76 568.9ZM1384.07 541.896L1385.16 540.979L1397.76 555.993L1396.86 556.749L1375.69 552.293L1386.63 565.334L1385.54 566.252L1372.94 551.237L1373.86 550.464L1395.01 554.938L1384.07 541.896Z\"\n                    fill=\"#1C3775\" \/>\n                <line x1=\"1314.5\" y1=\"636.719\" x2=\"1314.5\" y2=\"714.719\" stroke=\"#1C3775\" \/>\n                <line x1=\"1404.26\" y1=\"561.475\" x2=\"1314.46\" y2=\"636.826\" stroke=\"#1C3775\" \/>\n            <\/g>\n\n            <path d=\"M1546 930.504L1491 962L1436 930.504L1436 867.496L1491 836L1546 867.496L1546 930.504Z\"\n                fill=\"url(#paint15_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M1666 930.504L1611 962L1556 930.504L1556 867.496L1611 836L1666 867.496L1666 930.504Z\"\n                fill=\"url(#paint17_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M1490 827.504L1435 859L1380 827.504L1380 764.496L1435 733L1490 764.496L1490 827.504Z\"\n                fill=\"url(#paint21_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M410 827.504L355 859L300 827.504L300 764.496L355 733L410 764.496L410 827.504Z\"\n                fill=\"url(#paint25_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M290 827.504L235 859L180 827.504L180 764.496L235 733L290 764.496L290 827.504Z\"\n                fill=\"url(#paint26_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M1426.43 930.373L1372.66 961.823L1318.88 930.373L1318.88 867.457L1372.66 836.007L1426.43 867.457L1426.43 930.373Z\"\n                fill=\"url(#paint27_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M1308.88 930.322L1253.88 961.823L1198.88 930.322L1198.88 867.324L1253.88 835.823L1308.88 867.324L1308.88 930.322Z\"\n                fill=\"url(#paint28_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M1188.88 930.327L1133.88 961.823L1078.88 930.327L1078.88 867.319L1133.88 835.823L1188.88 867.319L1188.88 930.327Z\"\n                fill=\"url(#paint29_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M1068.88 930.322L1013.88 961.823L958.885 930.322L958.885 867.324L1013.88 835.823L1068.88 867.324L1068.88 930.322Z\"\n                fill=\"url(#paint30_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M948.885 930.327L893.885 961.823L838.885 930.327L838.885 867.319L893.885 835.823L948.885 867.319L948.885 930.327Z\"\n                fill=\"url(#paint31_linear_1063_2142)\" class=\"tile\" \/>\n            <path\n                d=\"M828.885 930.322L773.885 961.823L718.885 930.322L718.885 867.324L773.885 835.823L828.885 867.324L828.885 930.322Z\"\n                fill=\"url(#paint32_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M598.885 867.328L653.885 835.823L708.885 867.328V930.318L653.885 961.823L598.885 930.318V867.328Z\"\n                fill=\"url(#paint33_linear_1063_2142)\" class=\"tile\" \/>\n            <path d=\"M478.885 867.331L533.885 835.823L588.885 867.331V930.315L533.885 961.823L478.885 930.315V867.331Z\"\n                fill=\"url(#paint34_linear_1063_2142)\" class=\"tile\" \/>\n\n            <path d=\"M118 1072.5L173 1041L228 1072.5V1135.5L173 1167L118 1135.5V1072.5Z\"\n                fill=\"url(#paint50_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M238 1072.5L293 1041L348 1072.5V1135.5L293 1167L238 1135.5V1072.5Z\"\n                fill=\"url(#paint1_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M358 1072.5L413 1041L468 1072.5V1135.5L413 1167L358 1135.5V1072.5Z\"\n                fill=\"url(#paint2_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M478 1072.5L533 1041L588 1072.5V1135.5L533 1167L478 1135.5V1072.5Z\"\n                fill=\"url(#paint3_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M598 1072.5L653 1041L708 1072.5V1135.5L653 1167L598 1135.5V1072.5Z\"\n                fill=\"url(#paint4_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M718 1072.5L773 1041L828 1072.5V1135.5L773 1167L718 1135.5V1072.5Z\"\n                fill=\"url(#paint5_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M838 1072.5L893 1041L948 1072.5V1135.5L893 1167L838 1135.5V1072.5Z\"\n                fill=\"url(#paint6_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M958 1072.5L1013 1041L1068 1072.5V1135.5L1013 1167L958 1135.5V1072.5Z\"\n                fill=\"url(#paint7_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1078 1072.5L1133 1041L1188 1072.5V1135.5L1133 1167L1078 1135.5V1072.5Z\"\n                fill=\"url(#paint8_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1128 1032.5L1073 1064L1018 1032.5L1018 969.501L1073 938L1128 969.501L1128 1032.5Z\"\n                fill=\"url(#paint9_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1248 1032.5L1193 1064L1138 1032.5L1138 969.496L1193 938L1248 969.496L1248 1032.5Z\"\n                fill=\"url(#paint10_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1368 1032.5L1313 1064L1258 1032.5L1258 969.501L1313 938L1368 969.501L1368 1032.5Z\"\n                fill=\"url(#paint11_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1488 1032.5L1433 1064L1378 1032.5L1378 969.496L1433 938L1488 969.496L1488 1032.5Z\"\n                fill=\"url(#paint12_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1068 1135.5L1013 1167L958 1135.5L958 1072.5L1013 1041L1068 1072.5L1068 1135.5Z\"\n                fill=\"url(#paint13_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1188 1134.5L1133 1166L1078 1134.5L1078 1071.5L1133 1040L1188 1071.5L1188 1134.5Z\"\n                fill=\"url(#paint14_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1608 1032.5L1553 1064L1498 1032.5L1498 969.496L1553 938L1608 969.496L1608 1032.5Z\"\n                fill=\"url(#paint16_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1668 1135.5L1613 1167L1558 1135.5L1558 1072.5L1613 1041L1668 1072.5L1668 1135.5Z\"\n                fill=\"url(#paint18_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1308 1134.5L1253 1166L1198 1134.5L1198 1071.5L1253 1040L1308 1071.5L1308 1134.5Z\"\n                fill=\"url(#paint19_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1428 1134.5L1373 1166L1318 1134.5L1318 1071.5L1373 1040L1428 1071.5L1428 1134.5Z\"\n                fill=\"url(#paint20_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M768 1032.5L713 1064L658 1032.5L658 969.501L713 938L768 969.501L768 1032.5Z\"\n                fill=\"url(#paint22_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M888 1032.5L833 1064L778 1032.5L778 969.496L833 938L888 969.496L888 1032.5Z\"\n                fill=\"url(#paint23_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M1008 1032.5L953 1064L898 1032.5L898 969.501L953 938L1008 969.501L1008 1032.5Z\"\n                fill=\"url(#paint24_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M537.955 969.324L592.955 937.823L647.955 969.324V1032.32L592.955 1063.82L537.955 1032.32V969.324Z\"\n                fill=\"url(#paint40_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M417.955 969.319L472.955 937.823L527.955 969.319V1032.33L472.955 1063.82L417.955 1032.33V969.319Z\"\n                fill=\"url(#paint41_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M297.955 969.324L352.955 937.823L407.955 969.324V1032.32L352.955 1063.82L297.955 1032.32V969.324Z\"\n                fill=\"url(#paint42_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M177.955 969.319L232.955 937.823L287.955 969.319V1032.33L232.955 1063.82L177.955 1032.33V969.319Z\"\n                fill=\"url(#paint43_linear_1063_2142)\" class=\"tile twice\" \/>\n            <path d=\"M57.9551 969.319L112.955 937.823L167.955 969.319V1032.33L112.955 1063.82L57.9551 1032.33V969.319Z\"\n                fill=\"url(#paint44_linear_1063_2142)\" class=\"tile twice\" \/>\n\n            <defs>\n                <linearGradient id=\"paint1_linear_1063_2142\" x1=\"292.961\" y1=\"1073.79\" x2=\"407.981\" y2=\"993.414\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint2_linear_1063_2142\" x1=\"412.961\" y1=\"1073.79\" x2=\"527.981\" y2=\"993.414\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint3_linear_1063_2142\" x1=\"532.961\" y1=\"1073.79\" x2=\"647.981\" y2=\"993.414\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint4_linear_1063_2142\" x1=\"653.139\" y1=\"1134.88\" x2=\"818.753\" y2=\"1030.53\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint5_linear_1063_2142\" x1=\"773.139\" y1=\"1134.88\" x2=\"938.753\" y2=\"1030.53\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint6_linear_1063_2142\" x1=\"880.022\" y1=\"1121.86\" x2=\"1006.84\" y2=\"993\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint7_linear_1063_2142\" x1=\"998\" y1=\"1151\" x2=\"1050.05\" y2=\"949.977\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.445126\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint8_linear_1063_2142\" x1=\"1133\" y1=\"1143\" x2=\"1160.78\" y2=\"986.428\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.587569\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint9_linear_1063_2142\" x1=\"952.149\" y1=\"1133.82\" x2=\"1116.78\" y2=\"934.233\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint10_linear_1063_2142\" x1=\"1293.75\" y1=\"1079.75\" x2=\"1113.54\" y2=\"894.682\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.428769\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint11_linear_1063_2142\" x1=\"1354.07\" y1=\"1038.68\" x2=\"1193.97\" y2=\"880.018\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.277202\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint12_linear_1063_2142\" x1=\"1437.96\" y1=\"1031.68\" x2=\"1291.28\" y2=\"982.783\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.827552\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint13_linear_1063_2142\" x1=\"892.149\" y1=\"1236.82\" x2=\"1056.78\" y2=\"1037.23\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint14_linear_1063_2142\" x1=\"1233.75\" y1=\"1181.75\" x2=\"1053.54\" y2=\"996.682\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.428769\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint15_linear_1063_2142\" x1=\"1591.75\" y1=\"977.746\" x2=\"1288.14\" y2=\"591.597\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.15\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.716375\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint16_linear_1063_2142\" x1=\"1653.75\" y1=\"1079.75\" x2=\"1350.14\" y2=\"693.597\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.15\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.716375\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint17_linear_1063_2142\" x1=\"1711.75\" y1=\"977.746\" x2=\"1408.14\" y2=\"591.597\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.15\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.716375\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint18_linear_1063_2142\" x1=\"1713.75\" y1=\"1182.75\" x2=\"1410.14\" y2=\"796.597\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.15\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.716375\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint19_linear_1063_2142\" x1=\"1294.07\" y1=\"1140.68\" x2=\"1229.61\" y2=\"1028.22\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.140559\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.91833\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint20_linear_1063_2142\" x1=\"1377.96\" y1=\"1133.68\" x2=\"1231.28\" y2=\"1084.78\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.827552\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint21_linear_1063_2142\" x1=\"1439.96\" y1=\"826.676\" x2=\"1293.28\" y2=\"777.783\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.827552\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint22_linear_1063_2142\" x1=\"592.149\" y1=\"1133.82\" x2=\"756.778\" y2=\"934.233\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint23_linear_1063_2142\" x1=\"933.745\" y1=\"1079.75\" x2=\"753.544\" y2=\"894.682\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.428769\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint24_linear_1063_2142\" x1=\"1028\" y1=\"1181\" x2=\"833.476\" y2=\"880.137\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.202141\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.583057\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint25_linear_1063_2142\" x1=\"359.96\" y1=\"826.676\" x2=\"213.285\" y2=\"777.783\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.827552\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint26_linear_1063_2142\" x1=\"239.96\" y1=\"826.676\" x2=\"93.285\" y2=\"777.783\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.827552\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint27_linear_1063_2142\" x1=\"1372.7\" y1=\"929.083\" x2=\"1258.7\" y2=\"1007.08\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint28_linear_1063_2142\" x1=\"1298.18\" y1=\"923.025\" x2=\"1174.93\" y2=\"918.388\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint29_linear_1063_2142\" x1=\"1321.76\" y1=\"997.134\" x2=\"1004.38\" y2=\"796.865\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.158098\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.421413\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.423175\" stop-color=\"#12C6DF\" \/>\n                    <stop offset=\"0.838907\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint30_linear_1063_2142\" x1=\"906.352\" y1=\"946.057\" x2=\"1164.41\" y2=\"722.56\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.251984\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.776981\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint31_linear_1063_2142\" x1=\"769.45\" y1=\"955.073\" x2=\"1133.18\" y2=\"757.433\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.25\" stop-color=\"#06BED9\" \/>\n                    <stop offset=\"0.373895\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.491225\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint32_linear_1063_2142\" x1=\"668.019\" y1=\"926.029\" x2=\"942.815\" y2=\"791.947\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.491864\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint33_linear_1063_2142\" x1=\"581.835\" y1=\"815.551\" x2=\"745.351\" y2=\"1058.68\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.0285615\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.323696\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint34_linear_1063_2142\" x1=\"420.265\" y1=\"871.084\" x2=\"648.321\" y2=\"784.878\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.594133\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint35_linear_1063_2142\" x1=\"322.151\" y1=\"931.188\" x2=\"514.922\" y2=\"799.988\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.227144\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.610082\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint36_linear_1063_2142\" x1=\"281.905\" y1=\"876.734\" x2=\"423.501\" y2=\"788.571\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.44\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint37_linear_1063_2142\" x1=\"642.95\" y1=\"712.727\" x2=\"806.466\" y2=\"955.858\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.0285615\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.323696\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint38_linear_1063_2142\" x1=\"220.95\" y1=\"608.727\" x2=\"384.466\" y2=\"851.858\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.225931\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.254468\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.62015\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint39_linear_1063_2142\" x1=\"1668\" y1=\"1185\" x2=\"1393.43\" y2=\"1045.04\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.690861\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint40_linear_1063_2142\" x1=\"513.86\" y1=\"1036.24\" x2=\"706.58\" y2=\"888.665\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.0192622\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.539241\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint41_linear_1063_2142\" x1=\"636.092\" y1=\"873.006\" x2=\"384.439\" y2=\"995.295\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.0671451\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.806678\" stop-color=\"#156093\" \/>\n                    <stop offset=\"0.890412\" stop-color=\"#1C3775\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint42_linear_1063_2142\" x1=\"566.357\" y1=\"831.954\" x2=\"359.86\" y2=\"970.974\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.651816\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"1\" stop-color=\"#1C3775\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint43_linear_1063_2142\" x1=\"224.646\" y1=\"1025.02\" x2=\"329.586\" y2=\"979.572\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.344621\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint44_linear_1063_2142\" x1=\"104.646\" y1=\"1025.02\" x2=\"209.586\" y2=\"979.572\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.344621\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint45_linear_1063_2142\" x1=\"625.008\" y1=\"840.694\" x2=\"537.132\" y2=\"735.3\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint46_linear_1063_2142\" x1=\"710.566\" y1=\"852.249\" x2=\"1074.29\" y2=\"654.61\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.25\" stop-color=\"#06BED9\" \/>\n                    <stop offset=\"0.373895\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.491225\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint47_linear_1063_2142\" x1=\"967.467\" y1=\"843.234\" x2=\"1225.53\" y2=\"619.737\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.148948\" stop-color=\"#1EC9E0\" \/>\n                    <stop offset=\"0.194695\" stop-color=\"#17C7DF\" \/>\n                    <stop offset=\"0.215696\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.582857\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint48_linear_1063_2142\" x1=\"1382.88\" y1=\"894.311\" x2=\"1065.49\" y2=\"694.042\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.158098\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.421413\" stop-color=\"#05C3DD\" \/>\n                    <stop offset=\"0.423175\" stop-color=\"#12C6DF\" \/>\n                    <stop offset=\"0.838907\" stop-color=\"white\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint49_linear_1063_2142\" x1=\"1359.29\" y1=\"820.202\" x2=\"1236.04\" y2=\"815.565\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop stop-color=\"#1C3775\" \/>\n                    <stop offset=\"0.77685\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n                <linearGradient id=\"paint50_linear_1063_2142\" x1=\"164.691\" y1=\"1128.2\" x2=\"269.631\" y2=\"1082.75\"\n                    gradientUnits=\"userSpaceOnUse\">\n                    <stop offset=\"0.344621\" stop-color=\"#1C3775\" \/>\n                    <stop offset=\"1\" stop-color=\"#05C3DD\" \/>\n                <\/linearGradient>\n            <\/defs>\n        <\/svg>\n    <\/div>\n<\/body>\n\n<\/html>\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-388","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/pages\/388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sodego.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=388"}],"version-history":[{"count":7,"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/pages\/388\/revisions"}],"predecessor-version":[{"id":397,"href":"https:\/\/sodego.eu\/index.php?rest_route=\/wp\/v2\/pages\/388\/revisions\/397"}],"wp:attachment":[{"href":"https:\/\/sodego.eu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}