@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/open-sans/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/open-sans/OpenSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/fonts/open-sans/OpenSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/open-sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/open-sans/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/open-sans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: inherit;
}

ol, ul, dd, dl, h1, h2, h3, h4, h5, h6, input[type=checkbox], input[type=radio], p {
  margin: 0px;
}

ol, ul, th, td {
  padding: 0px;
}

img, svg {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
}

a {
  text-decoration: none;
}

label {
  cursor: inherit;
}

select:disabled {
  cursor: auto;
  opacity: 1;
}

table {
  border-collapse: collapse;
}

textarea, button, input, input[type=file]::-webkit-file-upload-button {
  line-height: inherit;
}

textarea, button, input, select, input[type=file]::-webkit-file-upload-button, img, label, path, svg, .button {
  display: block;
}

textarea, button, input, select, input[type=file]::-webkit-file-upload-button {
  font-weight: inherit;
}

textarea, button, input, select, input[type=file]::-webkit-file-upload-button {
  font-family: inherit;
  font-size: inherit;
}

textarea:focus, textarea:focus-visible, button:focus, button:focus-visible, input:focus, input:focus-visible, select:focus, select:focus-visible, a:focus, a:focus-visible {
  outline: 0px;
}

textarea {
  resize: none;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea, select {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
input[type=email]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, textarea:disabled, select:disabled {
  background-color: rgba(239, 239, 239, 0.3);
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea {
  padding: 0px;
}
input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbbbbb;
}
input[type=email]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, textarea::placeholder {
  color: #bbbbbb;
}

input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text] {
  min-width: 0px;
}

input[type=submit], button, .button, input[type=file]::-webkit-file-upload-button, select, input[type=checkbox], input[type=radio] {
  cursor: pointer;
}

input[type=submit], button, .button, input[type=file]::-webkit-file-upload-button {
  border: 1px solid #000000;
  padding: 1px 6px;
  background-color: #f0f0f0;
  color: #000000;
  text-align: center;
}

input[type=submit] {
  white-space: normal;
}

html {
  background-color: #ffffff;
  background-image: url("/img/admin/login-bg.jpg");
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  min-height: 100%;
  scrollbar-color: #c1c1c1 #f1f1f1;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
html::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
html body {
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
html body main {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
html body main section {
  padding: 25px;
  align-items: center;
  background-color: #e8e8e8;
  border-radius: 15px;
  box-shadow: 0px 0px 15px #000000;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  gap: 25px;
  max-width: 600px;
  text-align: center;
}
html body main section div {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  position: relative;
  width: 150px;
}
html body main section div svg {
  position: absolute;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
html body main section div svg.arrows {
  animation: rotate 6s linear infinite;
  background-image: url('data:image/svg+xml,<svg stroke="%2311bee7" stroke-width="2" fill="none" viewBox="0 0 125 146" xmlns="http://www.w3.org/2000/svg"><path d="M71.7475 145C71.5965 145 71.4433 144.986 71.2901 144.959C70.4048 144.797 69.6956 144.195 69.3936 143.347L66.2025 134.406C37.0722 136.109 10.7074 117.535 3.27789 89.992C-1.18593 73.4434 0.955698 56.4669 9.30771 42.1868C10.1263 40.7882 11.4603 39.8285 13.0635 39.486C14.6875 39.1424 16.3925 39.4947 17.7407 40.4577C20.3737 42.3334 21.1167 45.7018 19.5759 48.3644C15.2598 55.8135 12.9781 64.3352 12.9781 73.0089C12.9781 86.3216 18.2135 98.8233 27.7189 108.213C36.9475 117.329 49.0695 122.381 61.9597 122.516L59.2239 114.859C58.9197 114.012 59.086 113.097 59.6682 112.411C60.2493 111.725 61.1215 111.408 62.0123 111.575L91.7981 117.01C92.6801 117.172 93.3848 117.772 93.6847 118.616C93.9845 119.457 93.816 120.365 93.236 121.046L73.632 144.121C73.1516 144.688 72.4698 145 71.7475 145ZM66.6785 132.692C67.0408 132.692 67.4533 132.908 67.5726 133.244L70.976 142.782C71.1183 143.178 71.4542 143.28 71.5921 143.305C71.7267 143.328 72.078 143.352 72.3516 143.034L91.9567 119.956C92.2248 119.641 92.1471 119.307 92.1012 119.178C92.0552 119.049 91.9031 118.739 91.496 118.664L61.7102 113.228C61.29 113.157 61.0405 113.391 60.9497 113.498C60.8588 113.605 60.664 113.896 60.8063 114.293L63.9328 123.044C64.0379 123.338 63.9722 123.665 63.761 123.895C63.6078 124.126 63.4087 124.192 63.1307 124.196C49.3551 124.335 36.3631 119.114 26.5381 109.409C16.7098 99.701 11.2972 86.7746 11.2972 73.0089C11.2972 64.0397 13.6566 55.2259 18.1204 47.5217C19.2257 45.6132 18.6873 43.1958 16.8696 41.899C15.7982 41.1351 14.577 40.8834 13.4148 41.1297C12.2788 41.3726 11.3355 42.05 10.7588 43.036C2.63551 56.9232 0.55517 73.4445 4.9008 89.5543C12.176 116.522 38.1053 134.654 66.6173 132.694C66.637 132.693 66.6578 132.692 66.6785 132.692Z"></path><path d="M110.584 106.584C109.358 106.584 108.167 106.203 107.139 105.469C104.674 103.712 103.948 100.241 105.484 97.569C109.746 90.1603 112 81.6682 112 73.0098C112 59.6971 106.764 47.1943 97.2578 37.8048C88.0292 28.689 75.9083 23.6364 63.0181 23.504L65.7605 31.1819C66.0614 32.0245 65.8962 32.935 65.3173 33.6157C64.7373 34.2975 63.8651 34.6061 62.9874 34.4463L33.1786 28.9757C32.2999 28.8148 31.5962 28.2173 31.2964 27.3758C30.9954 26.5331 31.1629 25.6237 31.7418 24.943L51.3951 1.87104C51.9772 1.19036 52.8516 0.87957 53.7293 1.04263C54.6069 1.20568 55.3095 1.80429 55.6094 2.64584L58.8081 11.614C59.9079 11.5494 61.1194 11.5177 62.4884 11.5177C96.3966 11.5177 123.983 39.1027 123.983 73.0098C123.983 83.7179 121.179 94.263 115.875 103.505C115.012 105.006 113.557 106.076 111.88 106.443C111.447 106.537 111.014 106.584 110.584 106.584ZM62.4982 21.8198C76.0287 21.8198 88.7679 27.0562 98.4397 36.6087C108.268 46.3166 113.681 59.2441 113.681 73.0098C113.681 81.9615 111.35 90.7436 106.942 98.4073C105.848 100.306 106.375 102.86 108.115 104.101C109.114 104.814 110.323 105.062 111.521 104.8C112.735 104.536 113.791 103.759 114.417 102.669C119.576 93.6808 122.302 83.4246 122.302 73.0098C122.302 40.0296 95.4696 13.1986 62.4884 13.1986C60.8896 13.1986 59.5173 13.2423 58.2927 13.3332C57.9326 13.3638 57.566 13.1351 57.4391 12.7772L54.0258 3.20942C53.8869 2.82093 53.5586 2.72135 53.424 2.69618C53.285 2.67101 52.9446 2.64803 52.6743 2.9621L33.0222 26.0319C32.7551 26.346 32.8328 26.6819 32.8799 26.8111C32.9259 26.9402 33.0769 27.2488 33.4818 27.3232L63.2905 32.7938C63.6823 32.8661 63.9471 32.633 64.0358 32.5279C64.1255 32.4229 64.317 32.1372 64.1781 31.7466L61.045 22.9765C60.9618 22.7456 60.9848 22.4906 61.1062 22.2772C61.2638 22.0912 61.6053 21.8275 61.8493 21.8242C62.0649 21.822 62.2827 21.8198 62.4982 21.8198Z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
html body main section div svg.cog {
  animation: rotate 3s linear infinite reverse;
  background-image: url('data:image/svg+xml,<svg fill="%2311bee7" stroke="%2311bee7" viewBox="0 0 73 73" xmlns="http://www.w3.org/2000/svg"><path d="M40.4236 71.62H32.1975C30.9587 71.62 29.8917 70.7358 29.6597 69.5178L28.2272 61.9329C28.1659 61.6079 27.9405 61.3409 27.6363 61.2347C26.6929 60.9086 25.7409 60.5136 24.8096 60.0627C24.5261 59.9259 24.1902 59.9533 23.9221 60.1349L17.5344 64.4948C16.5057 65.1919 15.129 65.0594 14.2503 64.1873L8.43605 58.3708C7.55948 57.4976 7.42926 56.1165 8.12744 55.0889L12.4873 48.7001C12.669 48.4331 12.6963 48.0939 12.5606 47.8148C12.1174 46.9021 11.7224 45.9501 11.3875 44.986C11.2824 44.6839 11.0132 44.4563 10.6871 44.395L3.10442 42.9636C1.88423 42.7294 1 41.6613 1 40.4225V32.1975C1 30.9554 1.88532 29.8873 3.10442 29.6586L10.6871 28.2239C11.0143 28.1626 11.2824 27.9361 11.3886 27.6341C11.7213 26.6732 12.1152 25.7212 12.5595 24.8052C12.6963 24.5251 12.669 24.1858 12.4862 23.9177L8.12854 17.5322C7.42926 16.5035 7.55948 15.1225 8.43714 14.2481L14.2503 8.43386C15.1312 7.55729 16.5101 7.42925 17.5344 8.12744L23.9221 12.484C24.1902 12.6668 24.5305 12.693 24.8074 12.5573C25.7442 12.1043 26.6951 11.7103 27.6385 11.3842C27.9405 11.2791 28.1659 11.0121 28.2272 10.6871L29.6597 3.10223C29.8917 1.88423 30.9587 1 32.1975 1H40.4236C41.6646 1 42.7316 1.88423 42.9636 3.10223L44.3961 10.686C44.4574 11.0121 44.6828 11.2791 44.987 11.3853C45.9424 11.7169 46.8945 12.1119 47.8148 12.5584C48.0917 12.693 48.4353 12.6635 48.7023 12.4829L55.0911 8.12635C56.1143 7.43035 57.4954 7.5562 58.373 8.43277L64.1895 14.2492C65.066 15.1269 65.1941 16.5079 64.4948 17.5322L60.1382 23.9188C59.9554 24.1858 59.9281 24.5251 60.0638 24.8063C60.5059 25.7157 60.8999 26.6667 61.2369 27.633C61.3431 27.9372 61.6101 28.1626 61.9351 28.2239L69.52 29.6586C70.738 29.8873 71.6233 30.9554 71.6233 32.1975V40.4225C71.6233 41.6613 70.7391 42.7294 69.5211 42.9625L61.9351 44.395C61.6112 44.4563 61.3431 44.6839 61.2369 44.987C60.8988 45.9566 60.5037 46.9076 60.0638 47.8137C59.9281 48.0939 59.9554 48.4331 60.1382 48.699L64.4948 55.0878C65.1941 56.1121 65.066 57.4932 64.1905 58.3708L58.373 64.1862C57.4954 65.0638 56.1143 65.193 55.0922 64.4959L48.7034 60.1349C48.4386 59.9554 48.095 59.927 47.8137 60.0627C46.8912 60.5103 45.9391 60.9042 44.986 61.2358C44.6828 61.3409 44.4574 61.6079 44.3961 61.9318L42.9636 69.5178C42.7316 70.7358 41.6635 71.62 40.4236 71.62ZM24.4331 58.2964C24.8129 58.2964 25.1926 58.3807 25.5439 58.5503C26.4139 58.9727 27.3047 59.3415 28.1878 59.6468C29.06 59.9511 29.7068 60.7073 29.8797 61.621L31.3122 69.2048C31.392 69.6305 31.7652 69.9391 32.1975 69.9391H40.4236C40.857 69.9391 41.2313 69.6305 41.3112 69.2048L42.7436 61.6199C42.9166 60.7073 43.5633 59.9511 44.4333 59.6479C45.3263 59.3382 46.2171 58.9683 47.0805 58.5503C47.9013 58.1531 48.8873 58.2275 49.65 58.7462L56.0388 63.1071C56.3934 63.3468 56.876 63.303 57.1846 62.9966L63.001 57.1824C63.3063 56.876 63.3512 56.3934 63.1072 56.0355L58.7506 49.6478C58.2297 48.8873 58.1531 47.9024 58.5514 47.0794C58.9629 46.2313 59.3328 45.3416 59.6501 44.4333C59.9533 43.5644 60.7094 42.9165 61.6232 42.7425L69.2081 41.3111C69.6327 41.2302 69.9424 40.8559 69.9424 40.4225V32.1975C69.9424 31.763 69.6338 31.3909 69.2081 31.3111L61.6232 29.8764C60.7094 29.7035 59.9522 29.0567 59.6501 28.1856C59.335 27.2817 58.9651 26.3909 58.5514 25.5406C58.1531 24.7166 58.2297 23.7317 58.7506 22.97L63.1072 16.5845C63.3512 16.2267 63.3063 15.7441 62.9999 15.4376L57.1846 9.62231C56.8782 9.31699 56.3966 9.27103 56.0399 9.51507L49.6489 13.8727C48.8862 14.3893 47.9035 14.467 47.0816 14.0719C46.2193 13.6528 45.3296 13.2829 44.4344 12.9732C43.5633 12.669 42.9155 11.9128 42.7436 10.9979L41.3112 3.41521C41.2313 2.98951 40.857 2.68091 40.4236 2.68091H32.1975C31.7652 2.68091 31.392 2.98951 31.3122 3.41521L29.8797 10.999C29.7079 11.9128 29.06 12.669 28.19 12.9721C27.3069 13.2774 26.4161 13.6462 25.5417 14.0686C24.7253 14.4702 23.7404 14.3936 22.9755 13.8727L16.5867 9.51507C16.2278 9.26994 15.743 9.3159 15.4387 9.62341L9.6245 15.4376C9.31809 15.7441 9.27322 16.2256 9.51726 16.5856L13.8749 22.9711C14.3969 23.7371 14.4713 24.7209 14.0708 25.5417C13.6561 26.3953 13.2873 27.2861 12.9765 28.1845C12.6733 29.0556 11.9161 29.7035 10.999 29.8764L3.41631 31.3111C2.98951 31.3909 2.68091 31.763 2.68091 32.1975V40.4225C2.68091 40.8559 2.99061 41.2302 3.4174 41.3122L10.999 42.7425C11.915 42.9165 12.6722 43.5644 12.9754 44.4333C13.2895 45.3372 13.6582 46.2269 14.0719 47.0783C14.4713 47.898 14.3969 48.8818 13.876 49.6467L9.51616 56.0355C9.27322 56.3945 9.31809 56.876 9.62341 57.1813L15.4387 62.9977C15.7462 63.3008 16.2278 63.3512 16.5878 63.106L22.9744 58.7473C23.4121 58.4485 23.9221 58.2964 24.4331 58.2964Z"></path><path d="M40.4236 71.62H32.1975C30.9587 71.62 29.8917 70.7358 29.6597 69.5178L28.2272 61.9329C28.1659 61.6079 27.9405 61.3409 27.6363 61.2347C26.6929 60.9086 25.7409 60.5136 24.8096 60.0627C24.5261 59.9259 24.1902 59.9533 23.9221 60.1349L17.5344 64.4948C16.5057 65.1919 15.129 65.0594 14.2503 64.1873L8.43605 58.3708C7.55948 57.4976 7.42926 56.1165 8.12744 55.0889L12.4873 48.7001C12.669 48.4331 12.6963 48.0939 12.5606 47.8148C12.1174 46.9021 11.7224 45.9501 11.3875 44.986C11.2824 44.6839 11.0132 44.4563 10.6871 44.395L3.10442 42.9636C1.88423 42.7294 1 41.6613 1 40.4225V32.1975C1 30.9554 1.88532 29.8873 3.10442 29.6586L10.6871 28.2239C11.0143 28.1626 11.2824 27.9361 11.3886 27.6341C11.7213 26.6732 12.1152 25.7212 12.5595 24.8052C12.6963 24.5251 12.669 24.1858 12.4862 23.9177L8.12854 17.5322C7.42926 16.5035 7.55948 15.1225 8.43714 14.2481L14.2503 8.43386C15.1312 7.55729 16.5101 7.42925 17.5344 8.12744L23.9221 12.484C24.1902 12.6668 24.5305 12.693 24.8074 12.5573C25.7442 12.1043 26.6951 11.7103 27.6385 11.3842C27.9405 11.2791 28.1659 11.0121 28.2272 10.6871L29.6597 3.10223C29.8917 1.88423 30.9587 1 32.1975 1H40.4236C41.6646 1 42.7316 1.88423 42.9636 3.10223L44.3961 10.686C44.4574 11.0121 44.6828 11.2791 44.987 11.3853C45.9424 11.7169 46.8945 12.1119 47.8148 12.5584C48.0917 12.693 48.4353 12.6635 48.7023 12.4829L55.0911 8.12635C56.1143 7.43035 57.4954 7.5562 58.373 8.43277L64.1895 14.2492C65.066 15.1269 65.1941 16.5079 64.4948 17.5322L60.1382 23.9188C59.9554 24.1858 59.9281 24.5251 60.0638 24.8063C60.5059 25.7157 60.8999 26.6667 61.2369 27.633C61.3431 27.9372 61.6101 28.1626 61.9351 28.2239L69.52 29.6586C70.738 29.8873 71.6233 30.9554 71.6233 32.1975V40.4225C71.6233 41.6613 70.7391 42.7294 69.5211 42.9625L61.9351 44.395C61.6112 44.4563 61.3431 44.6839 61.2369 44.987C60.8988 45.9566 60.5037 46.9076 60.0638 47.8137C59.9281 48.0939 59.9554 48.4331 60.1382 48.699L64.4948 55.0878C65.1941 56.1121 65.066 57.4932 64.1905 58.3708L58.373 64.1862C57.4954 65.0638 56.1143 65.193 55.0922 64.4959L48.7034 60.1349C48.4386 59.9554 48.095 59.927 47.8137 60.0627C46.8912 60.5103 45.9391 60.9042 44.986 61.2358C44.6828 61.3409 44.4574 61.6079 44.3961 61.9318L42.9636 69.5178C42.7316 70.7358 41.6635 71.62 40.4236 71.62ZM24.4331 58.2964C24.8129 58.2964 25.1926 58.3807 25.5439 58.5503C26.4139 58.9727 27.3047 59.3415 28.1878 59.6468C29.06 59.9511 29.7068 60.7073 29.8797 61.621L31.3122 69.2048C31.392 69.6305 31.7652 69.9391 32.1975 69.9391H40.4236C40.857 69.9391 41.2313 69.6305 41.3112 69.2048L42.7436 61.6199C42.9166 60.7073 43.5633 59.9511 44.4333 59.6479C45.3263 59.3382 46.2171 58.9683 47.0805 58.5503C47.9013 58.1531 48.8873 58.2275 49.65 58.7462L56.0388 63.1071C56.3934 63.3468 56.876 63.303 57.1846 62.9966L63.001 57.1824C63.3063 56.876 63.3512 56.3934 63.1072 56.0355L58.7506 49.6478C58.2297 48.8873 58.1531 47.9024 58.5514 47.0794C58.9629 46.2313 59.3328 45.3416 59.6501 44.4333C59.9533 43.5644 60.7094 42.9165 61.6232 42.7425L69.2081 41.3111C69.6327 41.2302 69.9424 40.8559 69.9424 40.4225V32.1975C69.9424 31.763 69.6338 31.3909 69.2081 31.3111L61.6232 29.8764C60.7094 29.7035 59.9522 29.0567 59.6501 28.1856C59.335 27.2817 58.9651 26.3909 58.5514 25.5406C58.1531 24.7166 58.2297 23.7317 58.7506 22.97L63.1072 16.5845C63.3512 16.2267 63.3063 15.7441 62.9999 15.4376L57.1846 9.62231C56.8782 9.31699 56.3966 9.27103 56.0399 9.51507L49.6489 13.8727C48.8862 14.3893 47.9035 14.467 47.0816 14.0719C46.2193 13.6528 45.3296 13.2829 44.4344 12.9732C43.5633 12.669 42.9155 11.9128 42.7436 10.9979L41.3112 3.41521C41.2313 2.98951 40.857 2.68091 40.4236 2.68091H32.1975C31.7652 2.68091 31.392 2.98951 31.3122 3.41521L29.8797 10.999C29.7079 11.9128 29.06 12.669 28.19 12.9721C27.3069 13.2774 26.4161 13.6462 25.5417 14.0686C24.7253 14.4702 23.7404 14.3936 22.9755 13.8727L16.5867 9.51507C16.2278 9.26994 15.743 9.3159 15.4387 9.62341L9.6245 15.4376C9.31809 15.7441 9.27322 16.2256 9.51726 16.5856L13.8749 22.9711C14.3969 23.7371 14.4713 24.7209 14.0708 25.5417C13.6561 26.3953 13.2873 27.2861 12.9765 28.1845C12.6733 29.0556 11.9161 29.7035 10.999 29.8764L3.41631 31.3111C2.98951 31.3909 2.68091 31.763 2.68091 32.1975V40.4225C2.68091 40.8559 2.99061 41.2302 3.4174 41.3122L10.999 42.7425C11.915 42.9165 12.6722 43.5644 12.9754 44.4333C13.2895 45.3372 13.6582 46.2269 14.0719 47.0783C14.4713 47.898 14.3969 48.8818 13.876 49.6467L9.51616 56.0355C9.27322 56.3945 9.31809 56.876 9.62341 57.1813L15.4387 62.9977C15.7462 63.3008 16.2278 63.3512 16.5878 63.106L22.9744 58.7473C23.4121 58.4485 23.9221 58.2964 24.4331 58.2964Z"></path><path stroke-width="2" d="M40.4236 71.62H32.1975C30.9587 71.62 29.8917 70.7358 29.6597 69.5178L28.2272 61.9329C28.1659 61.6079 27.9405 61.3409 27.6363 61.2347C26.6929 60.9086 25.7409 60.5136 24.8096 60.0627C24.5261 59.9259 24.1902 59.9533 23.9221 60.1349L17.5344 64.4948C16.5057 65.1919 15.129 65.0594 14.2503 64.1873L8.43605 58.3708C7.55948 57.4976 7.42926 56.1165 8.12744 55.0889L12.4873 48.7001C12.669 48.4331 12.6963 48.0939 12.5606 47.8148C12.1174 46.9021 11.7224 45.9501 11.3875 44.986C11.2824 44.6839 11.0132 44.4563 10.6871 44.395L3.10442 42.9636C1.88423 42.7294 1 41.6613 1 40.4225V32.1975C1 30.9554 1.88532 29.8873 3.10442 29.6586L10.6871 28.2239C11.0143 28.1626 11.2824 27.9361 11.3886 27.6341C11.7213 26.6732 12.1152 25.7212 12.5595 24.8052C12.6963 24.5251 12.669 24.1858 12.4862 23.9177L8.12854 17.5322C7.42926 16.5035 7.55948 15.1225 8.43714 14.2481L14.2503 8.43386C15.1312 7.55729 16.5101 7.42925 17.5344 8.12744L23.9221 12.484C24.1902 12.6668 24.5305 12.693 24.8074 12.5573C25.7442 12.1043 26.6951 11.7103 27.6385 11.3842C27.9405 11.2791 28.1659 11.0121 28.2272 10.6871L29.6597 3.10223C29.8917 1.88423 30.9587 1 32.1975 1H40.4236C41.6646 1 42.7316 1.88423 42.9636 3.10223L44.3961 10.686C44.4574 11.0121 44.6828 11.2791 44.987 11.3853C45.9424 11.7169 46.8945 12.1119 47.8148 12.5584C48.0917 12.693 48.4353 12.6635 48.7023 12.4829L55.0911 8.12635C56.1143 7.43035 57.4954 7.5562 58.373 8.43277L64.1895 14.2492C65.066 15.1269 65.1941 16.5079 64.4948 17.5322L60.1382 23.9188C59.9554 24.1858 59.9281 24.5251 60.0638 24.8063C60.5059 25.7157 60.8999 26.6667 61.2369 27.633C61.3431 27.9372 61.6101 28.1626 61.9351 28.2239L69.52 29.6586C70.738 29.8873 71.6233 30.9554 71.6233 32.1975V40.4225C71.6233 41.6613 70.7391 42.7294 69.5211 42.9625L61.9351 44.395C61.6112 44.4563 61.3431 44.6839 61.2369 44.987C60.8988 45.9566 60.5037 46.9076 60.0638 47.8137C59.9281 48.0939 59.9554 48.4331 60.1382 48.699L64.4948 55.0878C65.1941 56.1121 65.066 57.4932 64.1905 58.3708L58.373 64.1862C57.4954 65.0638 56.1143 65.193 55.0922 64.4959L48.7034 60.1349C48.4386 59.9554 48.095 59.927 47.8137 60.0627C46.8912 60.5103 45.9391 60.9042 44.986 61.2358C44.6828 61.3409 44.4574 61.6079 44.3961 61.9318L42.9636 69.5178C42.7316 70.7358 41.6635 71.62 40.4236 71.62ZM24.4331 58.2964C24.8129 58.2964 25.1926 58.3807 25.5439 58.5503C26.4139 58.9727 27.3047 59.3415 28.1878 59.6468C29.06 59.9511 29.7068 60.7073 29.8797 61.621L31.3122 69.2048C31.392 69.6305 31.7652 69.9391 32.1975 69.9391H40.4236C40.857 69.9391 41.2313 69.6305 41.3112 69.2048L42.7436 61.6199C42.9166 60.7073 43.5633 59.9511 44.4333 59.6479C45.3263 59.3382 46.2171 58.9683 47.0805 58.5503C47.9013 58.1531 48.8873 58.2275 49.65 58.7462L56.0388 63.1071C56.3934 63.3468 56.876 63.303 57.1846 62.9966L63.001 57.1824C63.3063 56.876 63.3512 56.3934 63.1072 56.0355L58.7506 49.6478C58.2297 48.8873 58.1531 47.9024 58.5514 47.0794C58.9629 46.2313 59.3328 45.3416 59.6501 44.4333C59.9533 43.5644 60.7094 42.9165 61.6232 42.7425L69.2081 41.3111C69.6327 41.2302 69.9424 40.8559 69.9424 40.4225V32.1975C69.9424 31.763 69.6338 31.3909 69.2081 31.3111L61.6232 29.8764C60.7094 29.7035 59.9522 29.0567 59.6501 28.1856C59.335 27.2817 58.9651 26.3909 58.5514 25.5406C58.1531 24.7166 58.2297 23.7317 58.7506 22.97L63.1072 16.5845C63.3512 16.2267 63.3063 15.7441 62.9999 15.4376L57.1846 9.62231C56.8782 9.31699 56.3966 9.27103 56.0399 9.51507L49.6489 13.8727C48.8862 14.3893 47.9035 14.467 47.0816 14.0719C46.2193 13.6528 45.3296 13.2829 44.4344 12.9732C43.5633 12.669 42.9155 11.9128 42.7436 10.9979L41.3112 3.41521C41.2313 2.98951 40.857 2.68091 40.4236 2.68091H32.1975C31.7652 2.68091 31.392 2.98951 31.3122 3.41521L29.8797 10.999C29.7079 11.9128 29.06 12.669 28.19 12.9721C27.3069 13.2774 26.4161 13.6462 25.5417 14.0686C24.7253 14.4702 23.7404 14.3936 22.9755 13.8727L16.5867 9.51507C16.2278 9.26994 15.743 9.3159 15.4387 9.62341L9.6245 15.4376C9.31809 15.7441 9.27322 16.2256 9.51726 16.5856L13.8749 22.9711C14.3969 23.7371 14.4713 24.7209 14.0708 25.5417C13.6561 26.3953 13.2873 27.2861 12.9765 28.1845C12.6733 29.0556 11.9161 29.7035 10.999 29.8764L3.41631 31.3111C2.98951 31.3909 2.68091 31.763 2.68091 32.1975V40.4225C2.68091 40.8559 2.99061 41.2302 3.4174 41.3122L10.999 42.7425C11.915 42.9165 12.6722 43.5644 12.9754 44.4333C13.2895 45.3372 13.6582 46.2269 14.0719 47.0783C14.4713 47.898 14.3969 48.8818 13.876 49.6467L9.51616 56.0355C9.27322 56.3945 9.31809 56.876 9.62341 57.1813L15.4387 62.9977C15.7462 63.3008 16.2278 63.3512 16.5878 63.106L22.9744 58.7473C23.4121 58.4485 23.9221 58.2964 24.4331 58.2964Z"></path><path d="M20.4238 36.3082C20.4238 45.0698 27.5508 52.1968 36.3114 52.1968C45.072 52.1968 52.1978 45.0698 52.1978 36.3082C52.1978 27.5487 45.0719 20.4229 36.3114 20.4229C27.5509 20.4229 20.4238 27.5487 20.4238 36.3082ZM23.1047 36.3082C23.1047 29.028 29.0299 23.1038 36.3114 23.1038C43.5928 23.1038 49.5169 29.0279 49.5169 36.3082C49.5169 43.5907 43.5927 49.5159 36.3114 49.5159C29.03 49.5159 23.1047 43.5907 23.1047 36.3082Z"></path></svg>');
  height: 50%;
  width: 50%;
}
/*# sourceMappingURL=maps/maintenance.css.map */
