/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a,
button {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
button:hover {
  opacity: 0.8;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
.tiles-wrapper .tiles-content .tile-block .tile-in, .wizard-steps-wrapper .steps-in, .preview-cart .total-container .cart-total-price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-navigation, .header-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.metamask-icon {
  background: url('metamask.svg') no-repeat;
  width: 32px;
  height: 32px;
}
* {
  font-family: "Roboto", sans-serif;
}
:root {
  --header-h: 168px;
  --header-h-top: 65px;
  --header-h-bottom: 73px;
  --header-logo-w: 220px;
  --header-logo-h: 152px;
  --header-grad-stop: 48%;
  --header-login-btn-width: 240px;
  --header-login-btn-padding: 8px 24px;
}
@media all and (max-width: 1600px) {
  :root {
    --header-h: 100px;
    --header-h-top: 56px;
    --header-h-bottom: 44px;
    --header-logo-w: 133px;
    --header-logo-h: 92px;
    --header-grad-stop: 56%;
    --header-login-btn-width: 200px;
    --header-login-btn-padding: 4px 20px;
  }
}
.header {
  align-items: stretch;
  height: var(--header-h);
  padding: 0 40px;
  background: #0f0f0f;
  position: relative;
}
.header-logo {
  display: block;
  position: relative;
  width: var(--header-logo-w);
  height: var(--header-logo-h);
  background-image: url('wos-logo.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-logo-img {
  display: block;
  max-width: 100%;
}
.header-left {
  padding: 8px 0;
}
.header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 20px 0 40px;
}
.header-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-h-top);
  flex: 1 0 var(--header-h-top);
}
.header-right-top .header-media {
  display: flex;
}
.header-right-top .header-media--item {
  display: flex;
}
.header-right-top .header-media--item:not(:first-child) {
  margin-left: 40px;
}
.header-right-top .header-media--item svg {
  fill: white;
}
.header-right-top .header-media--item svg:hover {
  fill: #e7e7e7;
}
.header-right-top .header-media--item svg:active {
  fill: #aeaeae;
}
.header-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: var(--header-h-bottom);
  flex: 1 0 var(--header-h-bottom);
}
.header-stats {
  padding-bottom: 8px;
}
.header-stats-in {
  position: relative;
  padding: 8px 16px 8px 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #2c2c2c;
  background: #f3f3f3;
  border-radius: 24px;
  left: 0;
}
.header-stats-in.red {
  --stat-color: #dc1717;
}
.header-stats-in.green {
  --stat-color: #0db564;
}
.header-stats-in:not(:first-child) {
  margin-left: 16px;
}
.header-stats-in:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(90%, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--stat-color);
  z-index: 1;
  border: 1px solid #2c2c2c;
  border-radius: 2px;
}
.header-navigation--item {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #fdfdfd;
  margin: 0 20px;
  text-decoration: none;
}
.header-navigation--item:hover {
  color: #e7e7e7;
}
.header-navigation--item:active {
  color: #aeaeae;
}
.header-navigation--item:last-child {
  margin-right: 0;
}
.header-navigation--item.cart {
  display: flex;
  position: relative;
  line-height: 32px;
}
.header-navigation--item.cart:hover svg {
  fill: #e7e7e7;
}
.header-navigation--item.cart:active svg {
  fill: #aeaeae;
}
.header-navigation--item.cart svg {
  fill: white;
}
.header-navigation--item.cart:after {
  width: 32px;
  height: 32px;
}
.header-navigation--item.wallet-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--header-login-btn-padding);
  background: #2f4162;
  border-radius: 32px;
  border: none;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: var(--header-login-btn-width);
}
.header-navigation--item.wallet-btn.loading {
  justify-content: space-between;
  padding: var(--header-login-btn-padding);
}
.header-navigation--item.wallet-btn:hover {
  background: #446cb5;
}
.header-navigation--item.wallet-btn:active {
  background: #224e9c;
}
.header-navigation--item.wallet-btn.connected {
  justify-content: space-between;
  background-color: #62e2ca;
  padding: var(--header-login-btn-padding);
}
.header-navigation--item.wallet-btn.connected > span {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap;
  color: #2c2c2c;
}
.header-navigation--item.wallet-btn.connected:hover {
  background-color: #9df0e1;
}
.header-navigation--item.wallet-btn.connected:active {
  background: #3bc1a8;
}
.header-navigation--item.wallet-btn[disabled] {
  color: #c8c8c8;
  background: #f3f3f3;
  pointer-events: none;
}
.header-navigation--item.wallet-btn[disabled].connected {
  background-color: #f3f3f3;
}
.header-navigation--item.wallet-btn[disabled].connected > span {
  color: #c8c8c8;
}
.header-navigation--item.wallet-btn .lds-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
}
.header-navigation--item.wallet-btn .lds-ring div {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 8px;
  border: 3px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #62e2ca transparent transparent transparent;
}
.header-navigation--item.wallet-btn .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.header-navigation--item.wallet-btn .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.header-navigation--item.wallet-btn .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-navigation--item .cart-icon {
  background-image: url('cart.png');
  width: 47px;
  height: 47px;
}
.header .items-count {
  position: absolute;
  top: -3px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 50%;
  background-color: #fe3f03;
  font-size: 12px;
  line-height: 14px;
  color: white;
}
.header .toolbox-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media all and (max-width: 1600px) {
  .header-left {
    padding: 8px 0 0 0;
  }
  .header-icon {
    width: 24px;
    height: 24px;
  }
  .header-navigation--item {
    font-size: 20px;
  }
  .header-navigation .wallet-btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .header-stats {
    padding-bottom: 0;
  }
  .header-stats-in {
    font-size: 14px;
    padding: 4px 16px 4px 36px;
  }
  .header-right-bottom {
    align-items: center;
  }
  .header .items-count {
    top: -3px;
    right: -5px;
    width: 12px;
    height: 12px;
    font-size: 7px;
    line-height: 1;
  }
}
.wos-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  min-width: 1200px;
}
.wos-wrapper-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.wos-wrapper-content #wall-container {
  flex: 1;
}
.wos-wrapper-content > app-loader .wos-loader {
  background-color: rgba(15, 15, 15, 0.8);
}
.w-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  padding: 8px;
  height: 44px;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 22px;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.w-btn--full {
  width: 100%;
  flex: 1 1 100%;
}
.w-btn:disabled, .w-btn[disabled], .w-btn[disabled=disabled] {
  pointer-events: none !important;
}
.w-btn .lds-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity 0.3s;
}
@media all and (max-width: 1600px) {
  .w-btn {
    min-width: 130px;
    padding: 6px 8px;
    height: 36px;
    font-size: 20px;
    line-height: 24px;
    border-radius: 18px;
  }
}
.w-btn--sm {
  padding: 8px;
  height: 36px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 18px;
}
.w-btn--wrap .w-btn:not(:first-child) {
  margin-left: 12px;
}
.w-btn--wrap .w-btn:not(:last-child) {
  margin-right: 12px;
}
.w-btn--primary {
  background-color: #62e2ca;
  color: #2c2c2c;
}
.w-btn--primary:hover {
  background-color: #9df0e1;
}
.w-btn--primary:active {
  background-color: #3bc1a8;
}
.w-btn--primary:disabled, .w-btn--primary[disabled], .w-btn--primary[disabled=disabled] {
  color: #c8c8c8;
  background-color: #f3f3f3;
}
.w-btn--secondary {
  border: 2px solid #c4c4c4;
  color: #2c2c2c;
}
.w-btn--secondary:hover {
  border-color: #e7e7e7;
  background-color: #e7e7e7;
}
.w-btn--secondary:active {
  border-color: #c4c4c4;
  background-color: #c4c4c4;
}
.w-btn--secondary:disabled, .w-btn--secondary[disabled], .w-btn--secondary[disabled=disabled] {
  border-color: #f3f3f3;
  color: #c8c8c8;
}
.w-btn--loading {
  background-color: #f3f3f3 !important;
  color: rgba(198, 200, 197, 0) !important;
}
.w-btn--loading,
.w-btn--loading * {
  pointer-events: none !important;
}
.w-btn--loading .lds-ring {
  opacity: 1;
  transition: opacity 0.3s linear 0.3s;
}
.w-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #0989e6;
}
.popup {
  position: fixed;
  top: var(--header-h);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 2.08% 0;
}
.popup.overlay {
  top: 0;
  padding: 0;
  background-color: rgba(15, 15, 15, 0.24);
}
.popup.popup-right {
  justify-content: flex-end;
}
.popup--close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  outline: none;
  color: #5a5a5a;
}
.popup--close-icon {
  display: block;
  fill: currentColor;
  width: 24px;
  height: auto;
}
.popup-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  padding: 4.285%;
  flex: 1;
  overflow: hidden;
}
.popup-wrapper app-loader ~ * {
  opacity: 0;
}
.popup-wrapper--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.popup-wrapper--title {
  color: #2c2c2c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.popup-wrapper--body {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 15px -12px;
  padding: 0 12px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-wrapper--body-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1 0 100%;
}
.popup-wrapper--footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
}
.popup-wrapper--footer .w-btn {
  flex: 1;
}
.preview-cart {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 44px 40px 45px 40px;
  border-radius: 12px;
  flex: 1 0 0;
  overflow: hidden;
}
.preview-cart--header {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #000000;
  margin-bottom: 25px;
}
.preview-cart .total-container {
  display: flex;
  flex-direction: column;
  min-width: 380px;
  flex: 0 1 380px;
  min-height: 285px;
  margin-left: 40px;
}
.preview-cart .total-container .add-btn {
  max-width: 380px;
  margin-top: 40px;
}
.preview-cart .total-container .cart-total {
  padding: 40px;
  text-align: center;
  height: 285px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}
.preview-cart .total-container .cart-total-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px;
}
.preview-cart .total-container .cart-total .cart-price {
  display: flex;
}
.preview-cart .total-container .cart-total .ethereum-currency {
  display: flex;
  flex-direction: column;
}
.preview-cart .total-container .cart-total .ethereum-currency .eth-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.preview-cart .total-container .cart-total .ethereum-currency .usd {
  color: #959595;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-left: 14px;
  margin-top: 1px;
}
.preview-cart .total-container .cart-total-price {
  margin-bottom: 28px;
}
.preview-cart .total-container .cart-total-price .eth-icon--container {
  margin-top: 10px;
}
.preview-cart .total-container .cart-total-button {
  padding: 8px 16px;
  width: 200px;
  height: 36px;
  border: none;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background: #9bba00;
  border-radius: 32px;
}
.preview-cart--empty {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-cart--empty .empty-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.preview-cart--empty .empty-content--text {
  font-size: 32px;
  line-height: 40px;
  color: #828282;
  padding-bottom: 24px;
}
.preview-cart--items {
  position: relative;
  display: flex;
  border-radius: 12px;
  background-color: #f3f3f3;
  padding: 10px 4px 10px 0;
  flex: 1;
}
.preview-cart--items app-loader ~ * {
  opacity: 0;
}
.preview-cart--items .items-container {
  height: 100%;
  padding: 30px 0 30px 40px;
  overflow: scroll;
  overflow-x: hidden;
}
.preview-cart--items .items-container::-webkit-scrollbar {
  display: block;
  width: 8px;
}
.preview-cart--items .items-container::-webkit-scrollbar-track {
  background: transparent;
}
.preview-cart--items .items-container::-webkit-scrollbar-thumb {
  background-color: #c8c8c8;
  border-right: none;
  border-left: none;
}
.preview-cart--items .items-container .items-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
  gap: 24px;
}
.preview-cart--items .items-total {
  display: flex;
  flex-direction: column;
}
.cart-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  padding: 28px 24px 24px 24px;
}
.cart-item .remove-icon-button {
  border: none;
  background: none;
  margin-left: auto;
  cursor: pointer;
}
.cart-item-photo {
  padding-top: 20px;
}
.cart-item-photo .item-preview {
  display: block;
  max-width: 240px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}
.cart-item-photo .title {
  margin-top: 16px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #2c2c2c;
}
.cart-item .preview-info--description {
  margin-top: 1px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #828282;
}
.cart-price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
}
.cart-price .ethereum-currency {
  display: flex;
  flex-direction: column;
}
.cart-price .ethereum-currency .eth-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.cart-price .ethereum-currency .usd {
  color: #959595;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-left: 14px;
  margin-top: 1px;
}
.cart-price .items-total {
  display: flex;
  flex-direction: column;
}
.purchase-flow-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 29.16%;
  min-height: 83.2%;
  max-height: 95.84%;
  min-width: 440px;
}
.purchase-flow--steps {
  flex: 1 0 100%;
  padding-top: 24px;
}
.purchase-flow--content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex: 1 0 100%;
}
.purchase-flow--content h2.purchase-flow-heading {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}
.purchase-flow--footer {
  display: flex;
  justify-content: center;
}
.purchase-flow--cropper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.purchase-flow--cropper-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  flex: 0 1 80px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2c2c2c;
}
.wizard-steps-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1;
}
.wizard-steps-wrapper .steps {
  position: relative;
  display: flex;
  justify-content: center;
}
.wizard-steps-wrapper .steps:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #828282;
  z-index: 1;
  transform: translate(0, -50%);
}
.wizard-steps-wrapper .steps-in {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #828282;
  background-color: #fff;
  z-index: 2;
}
.wizard-steps-wrapper .steps-in:not(:first-child) {
  margin-left: 40px;
}
.wizard-steps-wrapper .steps-in--active {
  background-color: #828282;
}
.tiles-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
  padding: 0 14.84375%;
}
.tiles-wrapper .tiles-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 11.11%;
  grid-row-gap: 8px;
}
.tiles-wrapper .tiles-content .tile-block .tile {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 8px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tiles-wrapper .tiles-content .tile-block .tile:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.tiles-wrapper .tiles-content .tile-block .tile-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tiles-wrapper .tiles-content .tile-block .tile-x {
  display: flex;
  flex-direction: column;
}
.tiles-wrapper .tiles-content .tile-block .tile:hover, .tiles-wrapper .tiles-content .tile-block .tile.active {
  background: #c8c8c8;
}
.tiles-wrapper .tiles-content .tile-block .tile-square {
  width: 16px;
  height: 16px;
  margin: 1px;
  border-radius: 2px;
  background-color: #0db564;
}
.tiles-wrapper .tiles-content .tile-block.disabled {
  pointer-events: none;
  cursor: default;
}
.tiles-wrapper .tiles-content .tile-block.disabled .tile-square {
  background-color: #dc1717;
}
.tiles-wrapper .tiles-content .tile-block--title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 4px;
}
.tiles-wrapper .cost {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.tiles-wrapper .cost:empty:before {
  content: " ";
}
.tiles-wrapper .cost span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  background-position: left center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
.tiles-wrapper .cost h4:first-child:after {
  content: " ";
}
.tiles-wrapper .cost h4.usd {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #828282;
}
.tiles-wrapper .cost h4.usd:before {
  content: " ";
}
.cropper-wrapper {
  flex: 1;
  height: calc(100% - 80px);
}
.cropper-content {
  height: 100%;
}
.nft-art-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
}
.nft-art-wrapper--media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 1;
}
.nft-art-wrapper--media .nft-art-media {
  display: flex;
}
.nft-art-wrapper--media .nft-art-media + .nft-art-form {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.nft-art-wrapper--media .nft-art-media + .nft-art-form .file-info {
  display: none;
}
.nft-art-wrapper--media .nft-art-content {
  height: 100%;
}
.nft-art-wrapper:not(.disabled):hover .nft-art-media {
  opacity: 0.25;
}
.nft-art-wrapper:not(.disabled):hover .nft-art-form {
  opacity: 1;
}
.nft-art-content {
  min-height: 100%;
}
.nft-art-content .file-info {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #828282;
}
.nft-art-media {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.nft-art-media *:not(.img-config-text) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  border-radius: 8px;
  z-index: 1;
}
.nft-art-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nft-art-form .error-message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #dc1717;
  text-align: center;
}
.details-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.details-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.details-content--info {
  color: #828282;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding-top: 15px;
}
.details-content .details-inputs--wrapper {
  margin-top: 15px;
}
.details-content .details-inputs--wrapper .form-control {
  margin-bottom: 12px;
}
.details-content .details-inputs--wrapper .form-control .label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.details-content .details-inputs--wrapper .form-control .label-wrapper .control-label {
  flex: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #2c2c2c;
}
.details-content .details-inputs--wrapper .form-control .label-wrapper .letter-counter {
  font-size: 14px;
  line-height: 18px;
  color: #828282;
  font-weight: 300;
}
.details-content .details-inputs--wrapper .form-control .label-wrapper .letter-counter.invalid {
  color: #dc1717;
}
.details-content .details-inputs--wrapper .form-control-error {
  font-size: 12px;
  line-height: 14px;
  color: #dc1717;
}
.details-content .details-inputs--wrapper .form-control-error-holder {
  padding-top: 2px;
  min-height: 16px;
}
.details-content .details-inputs--wrapper .form-control .control-input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 12px;
  border: 1px solid #c8c8c8;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.details-content .details-inputs--wrapper .form-control .control-input:focus {
  color: #2c2c2c;
  border-color: #0f0f0f;
}
.details-content .details-inputs--wrapper .form-control .control-input[disabled] {
  color: #c8c8c8;
  opacity: 0.7;
}
.details-content .details-inputs--wrapper .form-control .description-textArea {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  overflow: hidden;
}
.details-content .details-inputs--wrapper .form-control .control-textArea {
  display: block;
  width: 100%;
  height: 96px;
  padding: 12px;
  font-size: 14px;
  line-height: 18px;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.details-content .details-inputs--wrapper .form-control .control-textArea:focus {
  color: #2c2c2c;
  border-color: #0f0f0f;
}
.details-content .details-inputs--wrapper .form-control .control-textArea[disabled] {
  color: #c8c8c8;
  opacity: 0.7;
}
.flow-preview--wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100%;
}
.flow-preview--content .preview-image-title {
  position: relative;
  height: 100%;
}
.flow-preview--content .preview-image-title .image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 8px;
  inset: 0;
  margin: auto;
  position: absolute;
}
.flow-preview--content .preview-image-title .title {
  margin-top: 24px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
  color: #2c2c2c;
}
.flow-preview--content .preview-image-title .title .artist-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.flow-preview--content .preview-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-preview--content .preview-info--description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #828282;
}
.flow-preview--content .preview-info--artist, .flow-preview--content .preview-info--external-link {
  color: #0989e6;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
  text-decoration: none;
}
.flow-preview--content .preview-info--external-link {
  font-weight: 700;
  margin-top: 8px;
}
.how-to-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.how-to-wrapper .popup-wrapper {
  min-width: 63.75%;
  max-width: 1224px;
  flex: auto;
  padding: 28px 24px 24px 24px;
}
.how-to-wrapper .popup-wrapper--body {
  flex: 1;
  overflow: unset;
}
.how-to-container {
  display: flex;
  justify-content: space-around;
  padding-top: 28px;
}
.how-to-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 2px solid #c8c8c8;
  border-radius: 8px;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  padding: 24px;
}
.how-to-item:not(:first-child) {
  margin-left: 12px;
}
.how-to-item:not(:last-child) {
  margin-right: 12px;
}
.how-to-item-count {
  display: block;
  border-radius: 50%;
  background-color: #62e2ca;
  color: #2c2c2c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding: 10px 17px;
}
.how-to-item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #2c2c2c;
  padding-top: 16px;
  padding-bottom: 8px;
  display: block;
  margin-top: auto;
}
.how-to-item-text {
  font-size: 16px;
  line-height: 20px;
  color: #828282;
  display: block;
  padding-bottom: 16px;
  margin-bottom: auto;
  font-weight: 400;
}
.how-to-item-tile {
  width: 32px;
  height: 32px;
  background-color: #0db564;
  border-radius: 2px;
}
@keyframes valve-rotation {
  100% {
    transform: rotate(-270deg);
  }
}
app-loader ~ * {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
@keyframes posion {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.wos-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  overflow: hidden;
}
.wos-loader.fixed {
  position: fixed;
}
.w-loader {
  background: url('wos-spinner.gif');
  background-size: contain;
  width: 250px;
  height: 250px;
}
.lds-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 8px;
  border: 3px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #62e2ca transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.vertical-1 {
  width: 6px;
  height: 19px;
  position: absolute;
  right: 50%;
  top: 50%;
  background-color: #ad0000;
  transform: translate(3px, -21.5px);
}
.nft-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 29.16%;
  min-height: 83.2%;
  max-height: 95.84%;
  min-width: 440px;
}
.nft-info-wrapper .popup-wrapper {
  max-width: 888px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  padding: 26px 29px 24px 24px;
}
.nft-info-wrapper .popup-wrapper--header {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 24px;
}
.nft-info-wrapper .popup-wrapper .edit-icon {
  border: none;
  outline: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
}
.nft-info-wrapper .popup-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding-top: 24px;
}
.nft-info-wrapper .popup-wrapper .title-wrapper .title {
  margin-top: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
}
.nft-info-wrapper .popup-wrapper .flow-preview--wrapper {
  width: 100%;
  position: relative;
}
.nft-info-wrapper .popup-wrapper .flow-preview--wrapper .preview-info {
  padding-top: 16px;
}
.nft-info-wrapper .popup-wrapper .flow-preview--content {
  height: 100%;
}
.nft-info-wrapper .popup-wrapper .popup-wrapper--footer {
  width: 100%;
}
.nft-info-wrapper .popup-wrapper .popup-wrapper--footer .w-btn {
  flex: 1;
}
.nft-info-wrapper .popup-wrapper .popup-wrapper--footer .w-btn:only-child {
  max-width: 244px;
}
.nft-info-wrapper .flow-preview--content-heading {
  display: flex;
}
.edit-block {
  display: flex;
  flex-direction: column;
}
.edit-block .nft-art-wrapper--media {
  position: relative;
  left: unset;
  top: unset;
  width: 400px;
  height: 100%;
  max-height: 100%;
  border: 1px solid #c8c8c8;
  padding: 40px 40px 108px 40px;
  border-radius: 8px;
}
.edit-block .nft-art-wrapper--media .nft-art-media {
  flex-direction: column;
  font-size: 14px;
  line-height: 18px;
  color: #828282;
}
.edit-block .nft-art-wrapper--media .nft-art-media *:not(.img-config-text) {
  position: relative;
  left: unset;
  top: unset;
  transform: unset;
}
.edit-block .nft-art-wrapper--media .nft-art-media + .nft-art-form {
  padding-top: 40px;
  padding-bottom: 108px;
}
.edit-block .nft-art-wrapper--media .img-config-text {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  padding: 20px 0;
  z-index: 1;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #828282;
}
.edit-block .edit-art-media {
  width: 400px;
}
.edit-block .edit-art-media .cropper-buttons {
  display: flex;
  justify-content: space-between;
}
.edit-block .edit-art-media .cropper-buttons .w-btn {
  width: 100%;
}
.edit-block .edit-art-media .cropper-buttons .w-btn:first-child {
  margin-right: 10px;
}
.edit-block .edit-art-media .cropper-buttons .w-btn:last-child {
  margin-left: 10px;
}
.edit-block-footer {
  display: flex;
  justify-content: center;
}
.edit-block-footer .w-btn--primary {
  font-size: 24px;
  padding: 8px;
  height: 44px;
  margin-top: 40px;
  width: 244px;
}
.cart-info-popup {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.cart-info-popup .purchase-popup {
  display: flex;
  flex-direction: column;
  width: 560px;
  min-height: 420px;
  background-color: #ffffff;
  border-radius: 12px;
}
.cart-info-popup .purchase-popup-wrapper {
  display: flex;
  flex-direction: column;
  padding: 26px 29px 32px 24px;
}
.cart-info-popup .purchase-popup .popup-wrapper--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 40px;
}
.cart-info-popup .purchase-popup .popup-wrapper--information {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-info-popup .purchase-popup .popup-wrapper--information .info-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2c2c2c;
}
.cart-info-popup .purchase-popup .popup-wrapper--information .info-subtext {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2c2c2c;
  margin-top: 8px;
}
.cart-info-popup .purchase-popup .popup-wrapper--link {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.cart-info-popup .purchase-popup .popup-wrapper--link .learn-more {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #0989e6;
}
.choose-image-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  min-height: 100%;
}
.choose-image-tile {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.choose-image-tile:hover .choose-image-media {
  opacity: 0.75;
}
.choose-image-tile:hover .choose-image-checkmark {
  opacity: 1;
}
.choose-image-tile.loading {
  background: rgba(128, 128, 128, 0.31);
}
.choose-image-media {
  display: block;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: inherit;
  transition: opacity 0.3s;
}
.choose-image-checkmark {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  background: #01579f;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.choose-image-icon {
  display: block;
  width: 32px;
  height: auto;
  fill: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.choose-image-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.choose-image-input:checked ~ .choose-image-media {
  opacity: 0.25;
}
.choose-image-input:checked ~ .choose-image-checkmark {
  opacity: 1;
}
.choose-image-input:checked ~ .choose-image-checkmark .choose-image-icon {
  opacity: 1;
}
.toolbox {
  display: flex;
  background-color: #2a3942;
  border-radius: 8px;
  z-index: 10;
  height: 40px;
  padding: 0 5px;
  margin-bottom: 8px;
}
.toolbox-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 35px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.toolbox-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.toolbox-btn-icon {
  display: block;
  stroke: currentColor;
}
.close {
  width: 15px;
  height: 15px;
  background-image: url('close.svg');
}
.text-overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}
.chat-icon {
  background-image: url('chat.svg');
}
.red-color {
  color: #dc1717;
}
app-header,
app-layout,
app-footer,
app-wall,
app-home,
app-tiles,
app-purchase-flow,
app-wizard-steps,
app-cropper,
app-preview,
app-how-to,
app-preview-cart,
app-purchase-info-popup,
app-preview-cart,
app-choose-image,
app-nft-information,
app-toolbox,
app-loader {
  display: contents;
}
* {
  margin: 0;
  padding: 0;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  scrollbar-width: auto;
  scrollbar-color: #c4c4c4 #ffffff;
  /* Chrome, Edge, and Safari */
}
*, *:before, *:after {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

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