.button-rect {
  text-decoration: none;
  border-width: 1px;
  position: relative;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px; }
  .button-rect:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-rect-curation {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5); }
  .button-rect-curation:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-rect-active {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px;
  border-color: transparent;
  cursor: default; }
  .button-rect-active:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-rect-upcoming {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  pointer-events: none; }
  .button-rect-upcoming:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-rect-curation-upcoming {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px;
  opacity: 0.5;
  -moz-opacity: 0.5;
  pointer-events: none;
  background-color: transparent; }
  .button-rect-curation-upcoming:active {
    background-color: rgba(244, 244, 244, 0.75); }

.new-work-badge {
  right: -12px;
  position: absolute;
  top: -14px;
  background-color: #29892a;
  color: white;
  padding: 0px 7px;
  font-size: 13px;
  border-radius: 11px;
}
.button-hamburger {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  background: white url("../images/menu.svg") no-repeat;
  background-size: 14px 10px;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 46%; }
  .button-hamburger:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-group {
  float: left;
  margin: -18px; }

.button-buy {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  border-radius: 46%;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
  margin: 5px; }
  .button-buy:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-preview {
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  text-align: center;
  border-color: #bbb;
  background-color: white;
  box-sizing: border-box;
  float: left;
  padding: 8px 12px;
  border-radius: 10px;
  margin: 5px;
  margin: 8px 0 0 13px;
  border-color: #bbb !important;
  clear: none;
  padding: 6px 10px; }
  .button-preview:active {
    background-color: rgba(244, 244, 244, 0.75); }

.button-container {
  width: 100%;
  clear: both;
  float: left; }

.top-nav {
  float: left;
  width: 100%; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.top-nav-date {
  padding: 0;
  margin: 14px 0 0 14px; }

@media only screen and (max-width: 767px) {
  .top-menu-column-filetypes {
    display: none; } }

.top-menu {
  float: left;
  width: 100%;
  margin-top: 50px;
  display: none; }

.top-menu-column {
  float: left;
  width: 25%;
  padding-right: 2%; }
  @media only screen and (max-width: 767px) {
    .top-menu-column {
      width: 100%;
      padding-right: 0; }
      .top-menu-column .top-menu-column-header {
        margin-top: 22px; }
      .top-menu-column:first-child .top-menu-column-header {
        margin-top: 0; } }
  .top-menu-column-header {
    margin-bottom: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .top-menu-column-header {
        margin-bottom: 22px; } }
  .top-menu-column-items ul {
    list-style: none;
    margin: 0; }
    .top-menu-column-items ul a:hover {
      border-bottom: 1px solid black; }

.payment-form input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 8px; }

.payment-form input[type=text], .payment-form input[type=password], .payment-form input[type=email] {
  width: 100%;
  -webkit-appearance: none;
  background-color: transparent;
  margin-bottom: 15px;
  margin-top: 8px; }

input[type=text], input[type=email], input[type=password] {
  border-radius: 6px;
  padding: 6px 10px; }

.payment-form label {
  display: block;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .payment-form label {
      font-size: 13px; } }

.input-container, .payment-form .circle {
  float: left;
  clear: both; }

.input-container.half.first {
  clear: both;
  margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .input-container.half.first {
      margin-right: 5px; } }

.input-container.half {
  width: 31%; }

.input-container.half.second {
  clear: none;
  margin-right: 10px; }
  @media only screen and (max-width: 767px) {
    .input-container.half.second {
      margin-right: 5px; } }

.input-container.half.third {
  clear: none;
  float: right;
  width: 33%; }

.payment-errors {
  clear: both;
  color: darkorange;
  margin-bottom: 10px; }

.input-container {
  width: 100%; }

.input-container input {
  position: relative;
  left: -11px;
  top: -6px; }

label > input {
  display: block;
  border-width: 1px;
  border-top-color: white;
  border-left-color: white;
  padding: 5px;
  box-sizing: border-box; }

#logo-container {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80vmin;
  height: 80vmin;
  perspective: 140vmin;
  pointer-events: visible;
  transform-style: preserve-3d;
  transform: scale(0.9);
  transition: 10s all ease-out;
  -webkit-transition: 10s all ease-out;
  -moz-transition: 10s all ease-out;
  -o-transition: 10s all ease-out;
  animation: move 10s;
  -webkit-animation: move 10s;
  animation-delay: 2s;
  animation-iteration-count: infinite; }

#logo-container * {
  position: absolute; }

#logo-container *:not(path) {
  transform-style: preserve-3d; }

#logo-wrap {
  transform-origin: 40vmin 40vmin;
  transform: rotateX(60deg) rotate(30deg); }

#logo-ground {
  transform: translateZ(-19vmin) scale(0.6);
  width: 60vmin;
  height: 60vmin;
  left: 0vmin;
  top: 0vmin;
  background: #00FF67; }

@-webkit-keyframes move {
  0% {
    perspective: 140vmin; }
  15% {
    perspective: 140vmin; }
  50% {
    perspective: 100vmin; }
  85% {
    perspective: 180vmin; }
  100% {
    perspective: 140vmin; } }
.work-info {
  margin-top: 24px;
  width: 50%;
  float: right;
  margin-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .work-info {
      margin-top: 22px; } }
  .work-info a {
    border-bottom: 1px solid black; }
  .work-info-container {
    max-width: 500px; }
  .work-info-header {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .work-info-header {
        margin-bottom: 22px; } }
  @media only screen and (max-width: 767px) {
    .work-info {
      width: 100%;
      clear: both; } }
.work-purchase {
  margin-top: 24px;
  float: left;
  width: 50%;
  margin-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .work-purchase {
      margin-top: 22px; } }
  @media only screen and (max-width: 767px) {
    .work-purchase {
      width: 100%;
      clear: both; } }
.work-header {
  margin-bottom: 24px;
  clear: none;
  float: left; }
  @media only screen and (max-width: 767px) {
    .work-header {
      margin-bottom: 22px; } }
.work-preview {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 10px;
  height: 320px;
  overflow: auto; }
  .work-preview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 4px; }
  .work-preview::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.333); }
  .work-preview-container {
    margin-left: -6px;
    margin-right: -6px; }
    @media only screen and (max-width: 767px) {
      .work-preview-container {
        margin-left: -5.5px;
        margin-right: -5.5px; } }
  .work-preview-image {
    height: 302px;
    float: left;
    margin: 6px;
    cursor: zoom-in; }
    @media only screen and (max-width: 767px) {
      .work-preview-image {
        margin: 5.5px;
        height: 303.5px; } }

.payment-methods {
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .payment-methods {
      margin-top: 22px; } }

.curation-press-release {
  width: 50%;
  float: left;
  margin-bottom: 65px; }
  .curation-press-release-container {
    max-width: 550px; }
    @media only screen and (max-width: 767px) {
      .curation-press-release-container {
        width: 100%;
        max-width: inherit; } }
  @media only screen and (max-width: 767px) {
    .curation-press-release {
      width: 100%;
      margin-top: 60px; } }

.curation-content {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 60px; }

.curation-works {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .curation-works {
      width: 100%; } }

.curation-works-container {
  margin-top: 12px; }
  .curation-works-container .button-rect {
    clear: both; }

.work-artist-name {
  margin: 14px 0 0 4px; }
  @media only screen and (max-width: 767px) {
    .work-artist-name {
      display: none; } }

.q {
  cursor: pointer;
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .q {
      margin-top: 22px; } }

.q:first-child {
  margin-top: 0; }

.description {
  max-width: 50%;
  margin-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .description {
      max-width: none;
      width: 100%; } }
  .description a {
    border-bottom: 1px solid black; }

.news-date {
  margin-top: 0;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    .news-date {
      margin-bottom: 22px; } }

* {
  text-transform: lowercase;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

body, html {
  height: 100%;
  padding: 0;
  margin: 0; }

h1, h2, h3, body, input, button {
  font-weight: normal;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont,"helvetica neue", helvetica, arial, sans-serif;
  font-size: 18px;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    h1, h2, h3, body, input, button {
      font-size: 16.5px;
      line-height: 22px; } }

h1 {
  font-size: 36px;
  line-height: 48px;
  clear: none;
  float: left; }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 33px;
      line-height: 44px; } }

h2 {
  font-weight: bold; }

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

body {
  padding: 65px; }
  @media only screen and (max-width: 767px) {
    body {
      padding: 25px; } }

body.index,
body.curation {
  background-color: #ff5046;
  background-color: #fff845;
  background-color: #cac295;
  background-color: #fffd55; }

.hi {
  color: #0f0; }

.lo {
  color: #ccc; }

.content {
  float: left;
  margin-top: 55px;
  width: 100%; }

p {
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    p {
      margin-top: 22px; } }

.work-title-shorter {
  display: none; }
  @media only screen and (max-width: 767px) {
    .work-title-shorter {
      display: inline; } }

@media only screen and (max-width: 767px) {
  .work-title {
    display: none; } }

.payment-container {
  clear: both;
  max-width: 450px; }

.prices {
  clear: both; }

.payment-mention {
  clear: both;
  float: left;
  margin-top: 25px; }

.clear {
  clear: both; }

/*# sourceMappingURL=app.css.map */
