@charset "utf-8";
/* CSS Document */

html,
body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #001113;
	overflow-x: hidden;
}

img {
	border: 0;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}

.wrapper {
	position: relative;
	width: 100%;
	min-height: 100vh;
	max-width: 1000px;
	margin: 0 auto;
	background: #001618;
	box-shadow: 0px 0px 1px #fff, 0px 0px 50px #000;
}

.header {
	position: absolute;
	width: 100%;
    height: 500px;
	top: 0;
    left: 0;
	overflow: hidden;
	opacity: 0;
	animation: header-intro 1s 1s linear forwards;
}

@keyframes header-intro {
	100% {
		opacity: 0.5;
	}
}

.bg-header {
	position: relative;
	width: 100%;
  	height: 500px;
	-webkit-mask-image: linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%);
	mask-image: linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%);
}

.bg-video {
	width: 100%;
  	height: 500px;
  	object-fit: cover;
}

.content {
	width: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
	z-index: 1;
}

.slogan {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 14px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	color: #fff;
	opacity: 0;
	animation: slogan-intro 2s 2s ease-in-out forwards;
}

@keyframes slogan-intro {
	100% {
		opacity: 0.8;
	}
}

.logo_wrapper {
	animation: logo-intro 1s ease-in-out backwards;
}

.logo {
	position: relative;
	margin: 0 auto;
	width: 170px;
    height: 170px;
	filter: drop-shadow(0px 5px 7px rgba(0,0,0,0.6));
	transform: scale(0.9);
	animation: logo-animation 6s ease-in-out infinite;
}

.logo img.logo1 {
	width: 170px;
    height: 170px;
}

.logo img.logo2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
    height: 170px;
	opacity: 0;
	z-index: 1;
	animation: fade-intro 1s 2s linear forwards;
}

@keyframes logo-intro {
    0% {
        transform: scale(4);
    }
    100% {
        transform: scale(1);
		
    }
}

@keyframes logo-animation {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.9);
	}
}

.headline {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 25px;
	font-family: 'Prompt', sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.6);
	opacity: 0;
	animation: fade-intro 2s 0.5s ease-in-out forwards;
}

.headline span {
	font-weight: 200;
	color: #39b54a;
}

@keyframes fade-intro {
  100% {
	 opacity: 1;
  }
}

.socials_wrapper {
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 40px;
}

.socials {
	display: flex;
	justify-content: space-between;
	width: 100%;
	filter: invert(1);
}

.socials .social {
    display: block;
    height: 40px;
    width: 40px;
	transform: scale(0);
	animation: social-intro 1.2s 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) forwards;
}

@keyframes social-intro {
    100% {
        transform: scale(1);
    }
}

.socials .social.twitch {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='100%25' id='svg23' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B' version='1.1' viewBox='0 0 64 64' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs27'/%3E%3Cpath d='m 28.000487 46.587068 -2.414008 2.414007 h 2.828009 l 7.000022 -7.000022 c 0 0 10.586032 0 10.586032 0 V 40.001047 H 35.000508 c -0.265001 0 -0.520001 0.105001 -0.707002 0.293001 l -4.293013 4.293014 c 0 0 0 -3.586012 0 -3.586012 0 -0.552001 -0.448002 -1.000003 -1.000003 -1.000003 H 19.000459 c 0 0 0 -33.000102 0 -33.000102 H 17.000452 V 41.00105 c 0 0.552002 0.448002 1.000003 1.000004 1.000003 h 10.000031 z' id='path4' style='stroke-width:1%3Bfill:%23000000'/%3E%3Cpath d='m 55.001558 6.999922 c 0 -0.5520018 -0.448002 -0.9990032 -1.000425 -0.9990032 H 18.00096 c -0.266107 0 -0.520424 0.1050004 -0.707372 0.292501 L 9.2935499 14.292945 c -0.1869483 0.1875 -0.2930541 0.442501 -0.2930541 0.708002 v 33.999107 c 0 0.553501 0.4480022 1.000503 1.0004262 1.000503 h 8.000038 v 7.000522 c 0 0.403501 0.242528 0.768002 0.616424 0.924003 0.373897 0.1545 0.805057 0.069 1.089689 -0.217501 l 7.706985 -7.707024 h 10.586998 c 0.264422 0 0.518739 -0.105001 0.707372 -0.292501 l 16.000076 -16.00055 c 0.186949 -0.187501 0.293054 -0.442502 0.29137 -0.706503 z M 53.000707 8.0004251 V 32.587002 L 37.586738 48.00105 H 26.99974 c -0.264422 0 -0.518739 0.105001 -0.705688 0.292501 l -6.293924 6.29252 v -5.586017 c 0 -0.552002 -0.448003 -0.999004 -1.000426 -0.999004 H 11.001348 V 15.414948 l 7.41393 -7.4145229 z' id='path8' style='fill:%23000000%3Bstroke-width:1.58945'/%3E%3Cpath d='m 35.000499 15.000447 c 0 -0.552302 -0.44779 -1.000303 -1.000001 -1.000303 h -4.000004 c -0.552211 0 -1.000001 0.448001 -1.000001 1.000303 v 14.000044 c 0 0.552301 0.44779 1.000303 1.000001 1.000303 h 4.000004 c 0.552211 0 1.000001 -0.448002 1.000001 -1.000303 z m -2.000002 1.000303 v 11.999438 c 0 0 -2.000002 0 -2.000002 0 0 0 0 -11.999438 0 -11.999438 z' id='path12' style='stroke-width:0.383887%3Bfill:%23000000'/%3E%3Cpath d='m 47.000536 15.000447 c 0 -0.552302 -0.44779 -1.000303 -1.000001 -1.000303 h -4.000004 c -0.552211 0 -1.000001 0.448001 -1.000001 1.000303 v 14.000044 c 0 0.552301 0.44779 1.000303 1.000001 1.000303 h 4.000004 c 0.552211 0 1.000001 -0.448002 1.000001 -1.000303 z m -2.000002 1.000303 v 11.999438 c 0 0 -2.000002 0 -2.000002 0 0 0 0 -11.999438 0 -11.999438 z' id='path16' style='stroke-width:0.383887%3Bfill:%23000000'/%3E%3C/svg%3E") no-repeat center;
}

.socials .social.discord {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='100%25' id='svg23' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B' version='1.1' viewBox='0 0 64 64' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs27'/%3E%3Cpath d='m 23.000172 26.000182 c -3.31151 0 -6.000019 2.688508 -6.000019 6.000018 0 3.311511 2.688509 6.000019 6.000019 6.000019 3.31151 0 6.000019 -2.688508 6.000019 -6.000019 0 -3.31151 -2.688509 -6.000018 -6.000019 -6.000018 z m 0 2.000006 c 2.207673 0 4.000012 1.792339 4.000012 4.000012 0 2.207674 -1.792339 4.000013 -4.000012 4.000013 -2.207674 0 -4.000013 -1.792339 -4.000013 -4.000013 0 -2.207673 1.792339 -4.000012 4.000013 -4.000012 z' id='path4' style='stroke-width:0.166667%3Bfill:%23000000'/%3E%3Cpath d='m 45.576375 43.348502 c -3.876679 1.676805 -8.550027 2.651742 -13.57671 2.651742 -5.026682 0 -9.70003 -0.974937 -13.576709 -2.651742 -0.506668 -0.2192 -1.095836 0.01387 -1.315004 0.520535 -0.219167 0.506668 0.01417 1.096004 0.520835 1.314671 4.10418 1.775472 9.049195 2.816542 14.370878 2.816542 5.321684 0 10.266699 -1.04107 14.370879 -2.816542 0.506668 -0.218667 0.740002 -0.808003 0.520835 -1.314671 -0.219168 -0.506668 -0.808336 -0.739735 -1.315004 -0.520535 z' id='path8' style='stroke-width:0.666669%3Bfill:%23000000'/%3E%3Cpath d='m 24.249175 46.077803 c -0.661002 2.036006 -1.431004 3.967012 -2.296007 5.775018 -5.459017 -1.273004 -10.243032 -3.555011 -13.8650429 -6.53102 -0.059 -1.101004 -0.088 -2.212007 -0.088 -3.335011 0 -10.737033 2.6910079 -19.945062 7.0650219 -27.020084 2.932009 -1.303004 6.200019 -2.276007 9.69503 -2.846008 0.372001 1.291004 0.701002 2.620008 0.985003 3.982012 0.107 0.515002 0.594002 0.858003 1.115003 0.787002 1.658005 -0.229 3.377011 -0.349001 5.140016 -0.349001 1.763006 0 3.483011 0.120001 5.140016 0.349001 0.521002 0.071 1.008003 -0.272 1.115004 -0.787002 0.284 -1.362004 0.613001 -2.691008 0.985003 -3.982012 3.49501 0.570001 6.764021 1.543004 9.69303 2.845008 4.376013 7.076022 7.067022 16.284051 7.067022 27.021084 0 1.123004 -0.029 2.234007 -0.087 3.334011 -3.623011 2.977009 -8.407026 5.259016 -13.866043 6.53202 -0.865002 -1.808006 -1.635005 -3.739012 -2.296007 -5.775018 -0.17 -0.525002 -2.072006 0.093 -1.902006 0.618002 0.779003 2.400007 1.704006 4.661014 2.753009 6.753021 0.204 0.407001 0.658002 0.625002 1.103003 0.529001 6.29502 -1.344004 11.779037 -3.963012 15.830049 -7.405023 0.207001 -0.177 0.334001 -0.431001 0.350001 -0.703002 0.076 -1.279004 0.115001 -2.574008 0.115001 -3.883012 0 -11.294035 -2.888009 -20.953065 -7.532024 -28.340088 -0.104 -0.166 -0.254 -0.297001 -0.432001 -0.378001 -3.39801 -1.546005 -7.240022 -2.669008 -11.365035 -3.25801 -0.488002 -0.07 -0.954003 0.226001 -1.098004 0.697002 -0.405001 1.323004 -0.766002 2.686009 -1.080003 4.085013 -1.459004 -0.165001 -2.960009 -0.252001 -4.493014 -0.252001 -1.532005 0 -3.034009 0.087 -4.493014 0.252001 -0.314001 -1.399004 -0.675002 -2.762009 -1.080003 -4.085013 -0.144001 -0.471001 -0.610002 -0.7670021 -1.098004 -0.697002 -4.125012 0.589002 -7.967024 1.712005 -11.365035 3.25801 -0.178 0.081 -0.328001 0.212001 -0.432001 0.378001 -4.6440142 7.387023 -7.5320231 17.046053 -7.5320231 28.340088 0 1.309004 0.039 2.604008 0.1150003 3.883012 0.016 0.272001 0.1430005 0.526002 0.3500011 0.703002 4.0510127 3.442011 9.5350297 6.061019 15.8300487 7.405023 0.445001 0.096 0.899003 -0.122 1.103004 -0.529001 1.049003 -2.092007 1.974006 -4.353014 2.753008 -6.753021 0.170001 -0.525002 -1.732005 -1.143004 -1.902006 -0.618002 z' id='path12' style='stroke-width:1%3Bfill:%23000000'/%3E%3Cpath d='m 41.000228 26.000182 c -3.31151 0 -6.000019 2.688508 -6.000019 6.000018 0 3.311511 2.688509 6.000019 6.000019 6.000019 3.31151 0 6.000019 -2.688508 6.000019 -6.000019 0 -3.31151 -2.688509 -6.000018 -6.000019 -6.000018 z m 0 2.000006 c 2.207673 0 4.000012 1.792339 4.000012 4.000012 0 2.207674 -1.792339 4.000013 -4.000012 4.000013 -2.207674 0 -4.000013 -1.792339 -4.000013 -4.000013 0 -2.207673 1.792339 -4.000012 4.000013 -4.000012 z' id='path16' style='stroke-width:0.166667%3Bfill:%23000000'/%3E%3C/svg%3E") no-repeat center;
}

.socials .social.youtube {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='100%25' id='svg15' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B' version='1.1' viewBox='0 0 64 64' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs19'/%3E%3Cpath d='m 60.001379 20.000165 c 0 -4.966682 -4.033812 -9.000028 -9.000028 -9.000028 0 0 -38.001718 0 -38.001718 0 -4.9662156 0 -9.0000281 4.033346 -9.0000281 9.000028 0 0 0 24.000075 0 24.000075 0 4.966682 4.0338125 9.000028 9.0000281 9.000028 0 0 38.001718 0 38.001718 0 4.966216 0 9.000028 -4.033346 9.000028 -9.000028 0 0 0 -24.000075 0 -24.000075 z m -2.001606 0 V 44.00024 c 0 3.864012 -3.13561 7.000022 -6.998422 7.000022 H 12.999633 c -3.8628121 0 -6.9984219 -3.13601 -6.9984219 -7.000022 V 20.000165 c 0 -3.864012 3.1356098 -7.000022 6.9984219 -7.000022 h 38.001718 c 3.862812 0 6.998422 3.13601 6.998422 7.000022 z' id='path4' style='stroke-width:1.5492%3Bfill:%23000000'/%3E%3Cpath d='m 41.447634 32.894031 c 0.339159 -0.168858 0.553265 -0.515144 0.553265 -0.894003 0 -0.378858 -0.214106 -0.725144 -0.553265 -0.894002 L 23.447576 22.106003 c -0.309791 -0.155144 -0.678318 -0.138858 -0.972951 0.04371 -0.294632 0.181715 -0.474633 0.504001 -0.474633 0.850288 v 18.000047 c 0 0.346286 0.180001 0.668573 0.474633 0.850288 0.294633 0.182572 0.66316 0.198857 0.972951 0.04371 z m -2.682956 -0.894003 -14.763837 7.381734 c 0 0 0 -14.763467 0 -14.763467 z' id='path8' style='stroke-width:0.90113%3Bfill:%23000000'/%3E%3C/svg%3E") no-repeat center;
}

.socials .social.tiktok {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='100%25' id='svg11' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B' version='1.1' viewBox='0 0 64 64' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs15'/%3E%3Cpath d='m 32.999958 7.0001217 c -0.552002 0 -1.000003 0.4480014 -1.000003 1.0000031 V 42.00023 c 0 2.760009 -2.240007 5.000016 -5.000016 5.000016 -2.760008 0 -5.000015 -2.240007 -5.000015 -5.000016 0 -2.760008 2.240007 -5.000015 5.000015 -5.000015 0.552002 0 1.000003 -0.448002 1.000003 -1.000003 v -8.000025 c 0 -0.552002 -0.448001 -1.000003 -1.000003 -1.000003 -8.279025 0 -15.000046 6.721021 -15.000046 15.000046 0 8.279026 6.721021 15.000047 15.000046 15.000047 8.279026 0 15.000047 -6.721021 15.000047 -15.000047 V 25.494179 c 2.136006 0.967003 4.505014 1.506005 7.000021 1.506005 0 0 2.000007 0 2.000007 0 0.552001 0 1.000003 -0.448002 1.000003 -1.000003 v -8.000025 c 0 -0.552002 -0.448002 -1.000003 -1.000003 -1.000003 h -2.000007 c -3.863012 0 -7.000021 -3.13701 -7.000021 -7.000022 V 8.0001248 c 0 -0.5520017 -0.448002 -1.0000031 -1.000003 -1.0000031 z m 1.000003 2.0000062 h 6.000018 c 0 0 0 1.0000031 0 1.0000031 0 4.967015 4.033013 9.000028 9.000028 9.000028 h 1.000004 c 0 0 0 6.000018 0 6.000018 0 0 -1.000004 0 -1.000004 0 -2.731008 0 -5.292016 -0.731002 -7.499023 -2.009006 -0.309001 -0.179 -0.691002 -0.179 -1.000003 -0.001 -0.310001 0.179001 -0.501002 0.509002 -0.501002 0.867003 V 42.00023 c 0 7.175022 -5.825018 13.000041 -13.00004 13.000041 -7.175022 0 -13.00004 -5.825019 -13.00004 -13.000041 0 -6.838021 5.292016 -12.451038 12.000037 -12.96204 0 0 0 6.033019 0 6.033019 -3.39001 0.486001 -6.000018 3.40501 -6.000018 6.929021 0 3.863012 3.137009 7.000022 7.000021 7.000022 3.863012 0 7.000022 -3.13701 7.000022 -7.000022 z' id='path4' style='stroke-width:1%3Bfill:%23000000'/%3E%3C/svg%3E") no-repeat center;
}

.socials .social.instagram {
	background: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg height='100%25' id='svg21' style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bstroke-linejoin:round%3Bstroke-miterlimit:2%3B' version='1.1' viewBox='0 0 64 64' width='100%25' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs25'/%3E%3Cpath d='m 49.99986 21.000576 c 0 -3.863546 -3.135944 -6.999489 -6.999489 -6.999489 H 21.000035 c -3.863545 0 -6.999489 3.135943 -6.999489 6.999489 v 22.000336 c 0 3.863545 3.135944 6.999489 6.999489 6.999489 h 22.000336 c 3.863545 0 6.999489 -3.135944 6.999489 -6.999489 z m -1.999207 0 v 22.000336 c 0 2.759675 -2.240607 5.000282 -5.000282 5.000282 0 0 -22.000336 0 -22.000336 0 -2.759675 0 -5.000282 -2.240607 -5.000282 -5.000282 0 0 0 -22.000336 0 -22.000336 0 -2.759675 2.240607 -5.000282 5.000282 -5.000282 0 0 22.000336 0 22.000336 0 2.759675 0 5.000282 2.240607 5.000282 5.000282 z' id='path4' style='stroke-width:1.13334%3Bfill:%23000000'/%3E%3Cpath d='m 58.000285 19.000698 c 0 -7.175022 -5.825019 -13.0000407 -13.000041 -13.0000407 H 19.000162 c -7.175022 0 -13.0000406 5.8250187 -13.0000406 13.0000407 V 45.00078 c 0 7.175022 5.8250186 13.000041 13.0000406 13.000041 0 0 26.000082 0 26.000082 0 7.175022 0 13.000041 -5.825019 13.000041 -13.000041 0 0 0 -26.000082 0 -26.000082 z m -2.000007 0 V 45.00078 c 0 6.071685 -4.928348 11.000034 -11.000034 11.000034 H 19.000162 c -6.071686 0 -11.0000344 -4.928349 -11.0000344 -11.000034 0 0 0 -26.000082 0 -26.000082 0 -6.071686 4.9283484 -11.0000345 11.0000344 -11.0000345 0 0 26.000082 0 26.000082 0 6.071686 0 11.000034 4.9283485 11.000034 11.0000345 z' id='path8' style='stroke-width:1.66667%3Bfill:%23000000'/%3E%3Cpath d='m 32.0002 23.000172 c -4.967216 0 -9.000028 4.032812 -9.000028 9.000028 0 4.967216 4.032812 9.000028 9.000028 9.000028 4.967216 0 9.000028 -4.032812 9.000028 -9.000028 0 -4.967216 -4.032812 -9.000028 -9.000028 -9.000028 z m 0 2.000006 c 3.863479 0 7.000022 3.136543 7.000022 7.000022 0 3.863479 -3.136543 7.000022 -7.000022 7.000022 -3.863479 0 -7.000022 -3.136543 -7.000022 -7.000022 0 -3.863479 3.136543 -7.000022 7.000022 -7.000022 z' id='path12' style='stroke-width:0.266667%3Bfill:%23000000'/%3E%3Cpath d='m 42.000232 19.000159 c -1.655739 0 -3.000009 1.344271 -3.000009 3.000009 0 1.655738 1.34427 3.000009 3.000009 3.000009 1.655738 0 3.000009 -1.344271 3.000009 -3.000009 0 -1.655738 -1.344271 -3.000009 -3.000009 -3.000009 z m 0 2.000006 c 0.551935 0 1.000003 0.448068 1.000003 1.000003 0 0.551935 -0.448068 1.000003 -1.000003 1.000003 -0.551935 0 -1.000003 -0.448068 -1.000003 -1.000003 0 -0.551935 0.448068 -1.000003 1.000003 -1.000003 z' id='path16' style='stroke-width:0.0666669%3Bfill:%23000000'/%3E%3C/svg%3E") no-repeat center;
}