/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-display: swap;
  font-family: "GT";
  src: local("GT-America-Bold"), local("GT-America-Bold"), url(../images/design/GT-America-Bold.bbe40d.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-display: swap;
  font-family: "GTCompressed";
  src: local("GT-America-Compressed-Medium"), local("GT-America-Compressed-Medium"), url(../images/design/GT-America-Compressed-Medium.68ba18.woff) format("woff");
  font-style: normal;
  font-weight: medium;
}
@font-face {
  font-display: swap;
  font-family: "GTCondensed";
  src: local("GT-America-Condensed-Medium"), local("GT-America-Condensed-Medium"), url(../images/design/GT-America-Condensed-Medium.c9a9ee.woff) format("woff");
  font-style: normal;
  font-weight: medium;
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Demo Page styles */
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "GTCondensed", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: black;
  color: white;
  font-family: "GTCondensed";
}

a {
  color: white;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
li {
  padding-left: 0;
}

.button {
  text-transform: uppercase;
  font-family: "GTCompressed", "Arial", sans-serif;
  letter-spacing: 0.02em;
  cursor: pointer;
  padding: 9px 20px 10px;
  border-radius: 30px;
  color: #d84523;
  border: 1px solid #d84523;
  -webkit-transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
  transition: 0.3s ease-in-out background-color, 0.3s ease-in-out color, 0.3s ease-in-out border-color;
  text-align: center;
}
.button:hover, .button.active {
  background-color: #d84523;
  color: black;
}
.button:disabled {
  color: grey;
  border: 1px solid grey;
  pointer-events: none;
}
.button:disabled:hover {
  background-color: transparent;
}
.button.active {
  pointer-events: none;
}
.button.submit {
  background-color: transparent;
  margin: 24px 0;
  font-size: 24px;
}
.button.submit:hover {
  background-color: #d84523;
  color: black;
}
.button.button-blue {
  color: #4ba6ca;
  border-color: #4ba6ca;
}
.button.button-blue .mobile-icon {
  display: none;
}
@media (max-width: 800px) {
  .button.button-blue .mobile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button.button-blue .mobile-icon svg {
    width: 16px;
  }
  .button.button-blue .mobile-icon path {
    stroke: #4ba6ca;
  }
  .button.button-blue .desktop-label {
    display: none;
  }
  .button.button-blue.active .mobile-icon path {
    stroke: black;
  }
}
@media (max-width: 600px) {
  .button.button-blue {
    font-size: 16px;
  }
}
.button.button-blue.active, .button.button-blue:hover {
  background-color: #4ba6ca;
  color: black;
}

.menu {
  text-transform: uppercase;
  font-family: "GTCompressed", "Arial", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 800px) {
  .menu {
    display: none;
  }
}
.menu .left-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu .left-menu a,
.menu .left-menu span {
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out color;
  transition: 0.3s ease-in-out color;
}
.menu .left-menu a:hover,
.menu .left-menu span:hover {
  color: #d84523;
}
.menu .left-menu a.active,
.menu .left-menu span.active {
  color: #4ba6ca;
}
.menu .left-menu a.disabled,
.menu .left-menu span.disabled {
  color: #666666;
  pointer-events: none;
}
.menu .left-menu .sublinks {
  position: relative;
  padding-left: 13px;
}
.menu .left-menu .sublinks.menu-about-monument {
  margin-top: 4px;
}
.menu .left-menu .sublinks ul {
  padding-bottom: 25px;
}
.menu .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 23px;
  right: 20px;
  z-index: 12;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu .right-menu .menu-vesting {
  display: none;
  cursor: pointer;
}
.menu .right-menu .wallet-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}

.logo-atag {
  position: fixed;
  top: 0;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 16;
  mix-blend-mode: difference;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.logo-atag .logo-top {
  width: 100%;
  pointer-events: none;
}
.logo-atag.shrink-logo {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media (max-width: 600px) {
  .logo-atag.shrink-logo {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .logo-atag {
    width: 80vw;
  }
}

.bottom-ui-grp {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
@media (max-width: 800px) {
  .bottom-ui-grp {
    bottom: 120px;
  }
}
@media (max-width: 600px) {
  .bottom-ui-grp {
    bottom: 90px;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
  }
}
.bottom-ui-grp .download-btn {
  display: none;
  font-family: "GTCompressed";
  color: white;
  font-weight: 500;
  color: #d84523;
  text-decoration: underline;
  letter-spacing: -0.01em;
  cursor: pointer;
}
@media (max-width: 600px) {
  .bottom-ui-grp .download-btn {
    margin-left: 20px;
  }
}

.bottom-caption {
  font-family: "GTCompressed";
  letter-spacing: 0.04em;
  color: white;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  max-width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bottom-caption:before {
  content: "[";
  padding: 0 20px;
}
@media (max-width: 600px) {
  .bottom-caption:before {
    padding: 0;
  }
}
.bottom-caption:after {
  content: "]";
  padding: 0 20px;
}
@media (max-width: 600px) {
  .bottom-caption:after {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .bottom-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px;
    letter-spacing: -0.018em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.bottom-caption .title-itself {
  padding: 0 80px;
}
@media (max-width: 600px) {
  .bottom-caption .title-itself {
    padding: 0;
  }
}
.bottom-caption .mobile-caption {
  display: none;
}
@media (max-width: 800px) {
  .bottom-caption .mobile-caption {
    display: block;
  }
}
.bottom-caption .desktop-caption {
  display: block;
}
@media (max-width: 800px) {
  .bottom-caption .desktop-caption {
    display: none;
  }
}

.bracket-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.bracket-style .timer-itself {
  font-family: "GTCompressed";
  color: #d84523;
  font-variant: tabular-nums slashed-zero;
}

section {
  position: relative;
  width: 100%;
  min-height: 100%;
}
section h2,
section .h2 {
  font-weight: 500;
  font-size: 38px;
}
@media (max-width: 600px) {
  section h2,
  section .h2 {
    font-size: 24px;
  }
}

.button-style {
  cursor: pointer;
  font-size: 24px;
  font-family: "GTCompressed";
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 12px 35px 13px;
  border-radius: 30px;
  color: #fff;
  border: 1px solid #d84523;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #d84523;
}
.button-style:hover {
  background-color: #d84523;
  color: black;
}
@media (max-width: 600px) {
  .button-style {
    font-size: 18px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
}

.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3c3c3c;
  border-radius: 8px;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 8px;
}

.bottom-menu {
  display: none;
  pointer-events: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 20px;
  padding: 0 20px;
  z-index: 14;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 800px) {
  .bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.bottom-menu button {
  pointer-events: auto;
  font-size: 32px;
  font-family: "GTCompressed";
}

.bottom-left-menu {
  position: fixed;
  bottom: 23px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 13;
  gap: 10px;
}
@media (max-width: 800px) {
  .bottom-left-menu {
    bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .bottom-left-menu .menu-about-monument {
    display: none;
  }
}
.bottom-left-menu .search-button {
  margin-top: 20px;
}

.view-menu {
  position: fixed;
  bottom: 23px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 13;
  gap: 10px;
}
.view-menu .menu-about-monument {
  display: none;
}
@media (max-width: 800px) {
  .view-menu {
    left: 20px;
    bottom: 140px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .view-menu .menu-about-monument {
    display: block;
  }
}

.canvas-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.canvas-wrap canvas {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p {
  font-family: "GTCondensed";
  font-weight: 500;
  font-size: 36px;
  text-align: center;
}
@media (max-width: 1024px) {
  p {
    font-size: 28px;
  }
}
@media (max-width: 800px) {
  p {
    font-size: 18px;
  }
}

p + p {
  margin-top: 1.1em;
}

.about {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 14;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  overflow: auto;
}
.about > .inner {
  max-width: 900px;
  padding: 200px 80px 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 800px) {
  .about > .inner {
    padding: 100px 30px 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.about .text-title {
  text-transform: uppercase;
  color: #4ba6ca;
  text-align: center;
  display: block;
}

.close {
  position: fixed;
  top: 30px;
  right: 40px;
  font-size: 22px;
  font-family: "GTCompressed";
  font-weight: 500;
  cursor: pointer;
  color: #d84523;
}
@media (max-width: 600px) {
  .close {
    top: 11px;
    right: 13px;
    font-size: 18px;
  }
}

.form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  display: none;
}
.form-wrap.uploading > .inner {
  opacity: 0.4;
  pointer-events: none;
}
.form-wrap.uploading .loading {
  opacity: 1;
}
.form-wrap.uploading .loading img {
  -webkit-animation: spin 10s infinite;
          animation: spin 10s infinite;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.form-wrap > .inner {
  max-width: 900px;
  padding: 0 80px;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 800px) {
  .form-wrap > .inner {
    padding: 0 40px;
  }
}
.form-wrap form {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.form-wrap .field-set {
  text-align: center;
  margin-top: 20px;
}
.form-wrap .field-set div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 10px;
}
.form-wrap .loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
.form-wrap .loading img {
  width: 100px;
  margin-bottom: 10px;
}
.form-wrap #success {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  font-weight: 500;
  width: 100%;
}

.text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}
.text-wrap h1 {
  font-family: "GTCondensed";
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #4ba6ca;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .text-wrap h1 {
    font-size: 28px;
  }
}

.instructions {
  font-size: 12px;
  opacity: 0.5;
  margin: 10px 0 10px;
  text-align: center;
}

.offscreen-canvas-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.offscreen-canvas-wrap #offscreen-canvas {
  border: 1px solid red;
}

.grid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  overflow: auto;
  display: none;
}
.grid img {
  width: 50px;
  height: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 15;
  color: white;
  font-family: "GTCondensed";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  display: none;
}
.overlay .inner-links {
  font-size: 32px;
  line-height: 39px;
  font-family: GTCompressed;
  text-transform: uppercase;
  position: absolute;
  bottom: 90px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}
.overlay .inner-links .sales-button {
  color: #d84523;
}

.mobile-menu {
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
  padding-left: 0;
  padding-right: 0;
}

.stats_container {
  pointer-events: none;
}
.stats_container > div {
  opacity: 0.3 !important;
}

.show-on-load {
  opacity: 0;
}

.export-canvas-wrap {
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 20;
  width: 10px;
  opacity: 0;
  pointer-events: none;
}
.export-canvas-wrap canvas {
  border: 1px solid red;
  width: 100%;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  display: none;
}
.search-overlay > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  max-width: 900px;
  padding: 0 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s ease-in-out opacity;
  transition: 0.3s ease-in-out opacity;
}
@media (max-width: 800px) {
  .search-overlay > .inner {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .search-overlay > .inner {
    min-width: auto;
    width: 100%;
  }
}
.search-overlay .instructions {
  margin-top: 0;
  margin-bottom: 20px;
  color: rgb(255, 33, 33);
  opacity: 0.8;
  display: none;
}
.search-overlay input {
  background-color: transparent;
  border: 1px solid #4ba6ca;
  padding: 12px 12px 13px;
  border-radius: 4px;
  margin-bottom: 16px;
  color: #4ba6ca;
  font-family: "GTCondensed";
}
.search-overlay input:disabled {
  color: grey;
  border: 1px solid grey;
  pointer-events: none;
}
.search-overlay input:disabled:hover {
  background-color: transparent;
}
@media (max-width: 1025px) {
  .search-overlay input {
    font-size: 16px;
  }
}
.search-overlay .button {
  margin-top: 10px;
}

/* The container */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #d84523;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #d84523;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 3px;
  background-color: #d84523;
  border-radius: 30px;
}

input#title,
input#memo {
  background-color: transparent;
  border: 1px solid #4ba6ca;
  padding: 12px 12px 13px;
  border-radius: 4px;
  margin-bottom: 16px;
  color: #4ba6ca;
  font-family: "GTCondensed";
}
@media (max-width: 1025px) {
  input#title,
  input#memo {
    font-size: 16px;
  }
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile:disabled {
  color: grey;
  border: 1px solid grey;
  pointer-events: none;
}
.inputfile:disabled:hover {
  background-color: transparent;
}

.inputfile + label {
  color: #4ba6ca;
  border-radius: 8px;
  border: 1px solid #4ba6ca;
  font-size: 18px;
  font-family: "GTCompressed";
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding: 24px 48px 25px;
  display: inline-block;
  text-align: center;
}

.inputfile:disabled + label {
  color: grey;
  border: 1px solid grey;
  pointer-events: none;
}
.inputfile:disabled + label:hover {
  background-color: transparent;
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
