HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<!-- SCENE -->
<div id="scene">
<!-- TOP -->
<!-- -------------------------------------------------------- -->
<div class="top">
<!-- STARS -->
<!-- I've taken this SVG straight from my previous pen — Animated Night Scene (Figma Scene) https://codepen.io/AbubakerSaeed/full/JjRJBZO 🤗 -->
<div class="stars">
<svg class="stars__svg" style="transform: translate(0, 0) scale(2)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(-30%, 10%) scale(3)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(30%, 4%) scale(1.5)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(-60%, 4%) scale(2)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(-10%, 40%) scale(3)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(-40%, 50%) scale(1.5)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(20%, 44%) scale(2)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
<svg class="stars__svg" style="transform: translate(40%, 64%) scale(1.8)" fill="none" viewBox="0 0 1920 1080">
<defs>
<filter id="a" width="30" height="30" x="115" y="73" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="b" width="30" height="30" x="1090" y="168" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="c" width="30" height="30" x="709" y="176" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="d" width="30" height="30" x="1405" y="69" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="e" width="30" height="30" x="81" y="249" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="f" width="30" height="30" x="1441" y="283" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="g" width="30" height="30" x="802" y="363" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="h" width="30" height="30" x="1808" y="65" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="i" width="30" height="30" x="1222" y="405" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="j" width="30" height="30" x="371" y="324" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="k" width="30" height="30" x="522" y="71" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="l" width="30" height="30" x="891" y="77" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="m" width="30" height="30" x="1766" y="263" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
<filter id="n" width="30" height="30" x="1567" y="172" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
<feFlood flood-opacity="0" result="BackgroundImageFix" />
<feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" />
<feMorphology in="SourceAlpha" operator="dilate" radius="2" result="effect1_dropShadow" />
<feOffset dy="2" />
<feGaussianBlur stdDeviation="5.5" />
<feColorMatrix values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.2 0" />
<feBlend in2="BackgroundImageFix" result="effect1_dropShadow" />
<feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape" />
</filter>
</defs>
<g data-svg-origin="130 86" filter="url(#a)" transform="translate(-1.417 -.937) scale(1.0109)" style="transform-origin:0 0">
<circle cx="130" cy="86" r="2" fill="#fff" />
</g>
<g data-svg-origin="1105 181" filter="url(#b)" transform="translate(-216.911 -35.53) scale(1.1963)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1105 181)" />
</g>
<g data-svg-origin="724 189" filter="url(#c)" transform="translate(-31.204 -8.146) scale(1.0431)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 724 189)" />
</g>
<g data-svg-origin="1420 82" filter="url(#d)" transform="matrix(1.1 0 0 1.1 -142 -8.2)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1420 82)" />
</g>
<g data-svg-origin="96 262" filter="url(#e)" transform="translate(-18.394 -50.2) scale(1.1916)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 96 262)" />
</g>
<g data-svg-origin="1456 296" filter="url(#f)" transform="translate(189.862 38.598) scale(.8696)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1456 296)" />
</g>
<g data-svg-origin="817 376" filter="url(#g)" transform="translate(-46.896 -21.582) scale(1.0574)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 817 376)" />
</g>
<g data-svg-origin="1823 78" filter="url(#h)" transform="translate(306.082 13.096) scale(.8321)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1823 78)" />
</g>
<g data-svg-origin="1237 418" filter="url(#i)" transform="translate(-194.951 -65.877) scale(1.1576)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1237 418)" />
</g>
<g data-svg-origin="386 337" filter="url(#j)" transform="translate(-76.39 -66.692) scale(1.1979)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 386 337)" />
</g>
<g data-svg-origin="537 84" filter="url(#k)" transform="translate(-75.986 -11.886) scale(1.1415)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 537 84)" />
</g>
<g data-svg-origin="906 90" filter="url(#l)" transform="translate(-25.187 -2.502) scale(1.0278)" style="transform-origin:0 0">
<circle cx="906" cy="90" r="2" fill="#fff" />
</g>
<g data-svg-origin="1781 276" filter="url(#m)" transform="translate(-340.883 -52.826) scale(1.1914)" style="transform-origin:0 0">
<circle r="2" fill="#fff" transform="matrix(1 0 0 -1 1781 276)" />
</g>
<g data-svg-origin="1582 185" filter="url(#n)" transform="translate(-277.957 -32.505) scale(1.1757)" style="transform-origin:0 0">
<circle cx="1582" cy="185" r="2" fill="#fff" />
</g>
</svg>
</div>
<!-- CLOUDS -->
<div class="clouds-container">
<div class="clouds clouds--1">
<div class="cloud" style="width: 110px; height: 8px; left: 100px; top: 10%"></div>
<div class="cloud" style="width: 180px; height: 7px; left: 720px; top: 20%"></div>
<div class="cloud" style="width: 80px; height: 6px; left: 1020px; top: 40%"></div>
<div class="cloud" style="width: 90px; height: 7px; left: 1220px; top: 28%"></div>
<div class="cloud" style="width: 140px; height: 9px; left: 1420px; top: 18%"></div>
<div class="cloud" style="width: 110px; height: 9px; left: 1520px; top: 24%"></div>
<div class="cloud" style="width: 100px; height: 7px; left: 1820px; top: 34%"></div>
<div class="cloud" style="width: 120px; height: 8px; left: 2320px; top: 38%"></div>
<div class="cloud" style="width: 110px; height: 10px; left: 2300px; top: 32%"></div>
<div class="cloud" style="width: 100px; height: 6px; left: 2700px; top: 25%"></div>
<div class="cloud" style="width: 80px; height: 8px; left: 2900px; top: 38%"></div>
</div>
<div class="clouds clouds--2">
<div class="cloud" style="width: 180px; height: 16px; left: 180px; top: 60%"></div>
<div class="cloud" style="width: 120px; height: 14px; left: 420px; top: 80%"></div>
<div class="cloud" style="width: 100px; height: 12px; left: 920px; top: 74%"></div>
<div class="cloud" style="width: 110px; height: 12px; left: 1420px; top: 84%"></div>
<div class="cloud" style="width: 140px; height: 10px; left: 1820px; top: 72%"></div>
<div class="cloud" style="width: 190px; height: 15px; left: 2220px; top: 64%"></div>
<div class="cloud" style="width: 130px; height: 11px; left: 2920px; top: 73%"></div>
</div>
</div>
<!-- SUN & MOON -->
<div class="sun-and-moon">
<div class="moon"></div>
<div class="sun"></div>
</div>
</div>
<!-- BOTTOM -->
<!-- -------------------------------------------------------- -->
<div class="bottom">
<!-- MOUNTAINS -->
<div>
<div class="mountains mountains--1">
<div class="mountain mountain--1" style="left: -80px; transform: scale(1.2)"></div>
<div class="mountain mountain--1" style="left: 260px"></div>
<div class="mountain mountain--1" style="left: 660px; transform: scale(1.2); --width: 260px"></div>
<div class="mountain mountain--1" style="left: 1200px"></div>
<div class="mountain mountain--1" style="left: 1800px; transform: scale(1.3);"></div>
<div class="mountain mountain--1" style="left: 1920px; --width: 240px"></div>
</div>
<div class="mountains mountains--2">
<div class="mountain mountain--2" style="left: 270px; transform: scale(.9);"></div>
<div class="mountain mountain--2" style="left: 690px; transform: scale(1.1); --width: 360px"></div>
<div class="mountain mountain--2" style="left: 1300px;"></div>
</div>
<div class="mountains mountains--3">
<div class="mountain mountain--3" style="left: 40px; transform: scale(.86);"></div>
<div class="mountain mountain--3" style="left: 540px; transform: scale(1.1);"></div>
<div class="mountain mountain--3" style="left: 1152px; --width: 300px; --height: 190px"></div>
<div class="mountain mountain--3" style="left: 1750px; transform: scale(1.1) translateY(-16px)"></div>
</div>
</div>
<!-- TREES -->
<div class="trees-container">
<div class="trees trees--1">
<div class="tree tree--1" style="transform: translate(350px, -5px)"></div>
<div class="tree tree--2" style="transform: translate(405px, -3px)"></div>
<div class="tree tree--2" style="transform: translate(300px, -5px)"></div>
<div class="tree tree--1" style="transform: translate(870px, 0px)"></div>
<div class="tree tree--2" style="transform: translate(930px, 10px)"></div>
<div class="tree tree--2" style="transform: translate(816px, 12px)"></div>
<div class="tree tree--2" style="transform: translate(979px, 25px)"></div>
<div class="tree tree--1" style="transform: translate(1500px, 0px)"></div>
<div class="tree tree--2" style="transform: translate(1430px, 26px)"></div>
</div>
<div class="trees trees--2">
<div class="tree tree--3" style="transform: translate(150px, -25px)"></div>
<div class="tree tree--3" style="transform: translate(198px, -17px)"></div>
<div class="tree tree--3" style="transform: translate(1178px, -20px)"></div>
<div class="tree tree--3" style="transform: translate(1638px, -30px)"></div>
<div class="tree tree--3" style="transform: translate(1828px, -17px)"></div>
</div>
</div>
</div>
</div>
<!-- INFO -->
<div class="info">
<h1 class="info__heading">Parallax Golden Hour <br> <small>by <a href="https://twitter.com/AbubakerSaeed96" target="_blank">@AbubakerSaeed96</a></small></h1>
<div class="info__scroll">Scroll Up or Down</div>
</div>
/*
========================================
BEST VIEWED IN FULL-SCREEN
codepen.io/AbubakerSaeed/full/rNMpLJb
========================================
*/
/* FONT */
/* Redressed by Astigmatic — Cute font ...<3 it */
/* -------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
/* DEFAULT */
/* -------------------------------------------------------- */
body {
--th: 2200px;
margin: 0;
padding: 0;
height: var(--th);
font-family: "Redressed", cursive;
color: hsl(0, 0%, 100%);
}
a {
color: inherit;
}
/* SCENE */
/* -------------------------------------------------------- */
#scene {
width: 100%;
height: 100vh;
min-height: 635px;
position: fixed;
overflow: hidden;
}
/* TOP */
/* -------------------------------------------------------- */
.top {
height: 60%;
background-color: hsl(229, 20%, 16%);
background-image: linear-gradient(to bottom,
transparent,
hsl(39, 100%, 50%) 60%,
hsl(60, 100%, 50%),
hsl(180, 40%, 80%) 84%);
background-size: 100% var(--th);
background-position: 0 100%;
position: relative;
}
/* STARS */
.stars {
opacity: 0;
}
.stars__svg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 60%;
}
/* CLOUDS */
.clouds-container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10;
}
.clouds {
position: inherit;
width: inherit;
height: inherit;
}
.cloud {
border-radius: 1000px;
position: absolute;
background: hsla(0 0% 100% / .4);
}
/* SUN & MOON */
.sun-and-moon {
display: flex;
flex-direction: column;
align-items: center;
transform: translateY(-400px);
}
.sun,
.moon {
width: 140px;
height: 140px;
border-radius: 140px;
}
.moon {
background: radial-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%), hsl(0, 0%, 100%), hsl(0, 0%, 80%));
box-shadow: 0 0 20px 2px hsl(0, 0%, 100%), 0 0 90px 40px hsla(0, 0%, 100%, .4);
}
.sun {
margin-top: 320px;
background: radial-gradient(hsl(50, 100%, 50%) 20%, hsl(39, 100%, 50%));
box-shadow: 0 0 20px 2px hsl(39, 100%, 80%), 0 0 90px 40px hsla(39, 100%, 90%, .4);
}
/* BOTTOM */
/* -------------------------------------------------------- */
.bottom {
height: 40%;
background: hsl(60, 58%, 10%);
position: relative;
}
/* MOUNTAINS */
.mountains {
position: relative;
}
.mountains--1 {
--width: 220px;
--height: 130px;
height: var(--height);
transform: translateY(-100%);
}
.mountains--2 {
--width: 330px;
--height: 200px;
height: var(--height);
transform: translateY(-280px);
}
.mountains--3 {
--width: 270px;
--height: 160px;
height: var(--height);
transform: translateY(-360px);
z-index: 10;
}
.mountain {
clip-path: polygon(50% 0, 100% 100%, 0 100%);
position: absolute;
box-shadow: inset 10px -20px 30px hsla(0, 0%, 0%, .2);
}
.mountain--1 {
width: var(--width);
height: var(--height);
top: 1px;
background: hsl(200, 0%, 50%);
transform-origin: bottom center;
}
.mountain--2 {
width: var(--width);
height: var(--height);
background: hsl(240, 3%, 54%);
}
.mountain--3 {
width: var(--width);
height: var(--height);
background: hsl(244, 9%, 30%);
transform-origin: top center;
}
/* TREES */
.trees-container {
position: absolute;
top: 0;
left: 0;
}
.trees {
position: absolute;
}
.trees--1 {
z-index: 2;
}
.trees--1 {
z-index: 1;
}
.tree {
clip-path: polygon(50% 0, 100% 100%, 0 100%);
position: absolute;
background: hsl(130, 95%, 25%);
box-shadow: inset 10px -20px 20px hsla(136, 83%, 16%, .2);
}
.tree--1 {
width: 54px;
height: 80px;
}
.tree--2 {
width: 50px;
height: 64px;
}
.tree--3 {
width: 30px;
height: 44px;
}
/* INFO */
/* -------------------------------------------------------- */
.info {
position: fixed;
bottom: top;
left: 0;
box-sizing: border-box;
padding: 18px 30px 20px;
width: 100%;
height: 100%;
opacity: .8;
}
@media screen and (max-width: 768px) {
.info {
text-align: center;
}
}
.info__heading {
display: inline-block;
font-size: 32px;
margin: 0;
text-align: center;
font-weight: normal;
}
.info__heading small {
font-size: 18px;
transform: translateY(-6px);
display: inline-block;
}
.info__scroll {
position: absolute;
left: 0;
bottom: 30px;
width: 100%;
font-size: 20px;
text-align: center;
}
/* --
*
*
* You can change the values of the variables like --th (total height) in the CSS panel to increase/decrease the scrolling length, the less length mean less scrolling and fast animation & the more length mean more scrolling and slow animation ...and "speed" in this JavaScript panel to adjust/set how far items (clouds, mountains, trees, etc) will move. Enjoy! 😊
*
* & Thank you for viewing!
*
*
-- */
// GSAP
// --------------------------------------------------------
gsap.registerPlugin(ScrollTrigger);
// VARIABLES
// --------------------------------------------------------
let scene = gsap.timeline();
let speed = 200;
// SCROLL TRIGGERS
// --------------------------------------------------------
ScrollTrigger.create({
animation: scene,
trigger: "body",
start: "top top",
end: "100% 100%",
scrub: 2,
});
// SCENE
// --------------------------------------------------------
// TOP
scene.to(".top", { "background-position": "0% 0%", ease: "power1.in" }, 0);
// STARS
scene.to(".stars", { opacity: "1", ease: "power1.in" }, 0);
// CLOUDS
scene.to(".clouds--1", { x: -(8 * speed), ease: "power1.in" }, 0);
scene.to(".clouds--2", { x: -(9 * speed), ease: "power1.in" }, 0);
// SUN & MOON
scene.to(".sun-and-moon", { y: 60, ease: "power1.in" }, 0);
// BOTTOM
scene.to(".bottom", { background: "hsl(60, 8%, 10%)", ease: "power1.in" }, 0);
// MOUNTAINS
scene.to(".mountains--1", { x: -(4 * speed), ease: "power1.in" }, 0);
scene.to(".mountains--2", { x: -(3 * speed), ease: "power1.in" }, 0);
scene.to(".mountains--3", { x: -(4 * speed), ease: "power1.in" }, 0);
scene.to(
".mountain--1",
{ background: "hsl(200, 0%, 8%)", ease: "power1.in" },
0
);
scene.to(
".mountain--2",
{ background: "hsl(240, 3%, 15%)", ease: "power1.in" },
0
);
scene.to(
".mountain--3",
{ background: "hsl(244, 9%, 12%)", ease: "power1.in" },
0
);
// TREES
scene.to(".trees--1", { x: -(2.4 * speed), ease: "power1.in" }, 0);
scene.to(".trees--2", { x: -(3.1 * speed), ease: "power1.in" }, 0);
scene.to(".tree", { background: "hsl(130, 95%, 12%)", ease: "power1.in" }, 0);
// STARS SVGs
// --------------------------------------------------------
gsap.fromTo(
".stars__svg>g",
{ scale: ".8", transformOrigin: "50% 50%" },
{
scale: "1.2",
duration: 0.5,
repeat: -1,
yoyo: true,
ease: "ease-in",
delay: (index) => (index % 2 === 0 ? 0.5 : 1),
}
);
Also see: Tab Triggers