/*** Fonts ***/
/*** Black ***/
/*** Grey ***/
/*** White ***/
/*** Accent Colors (dark purple / blue family) ***/
/*** Base color (background) ***/
/*** Status ***/
/*** Hover variants ***/
/*** Radius ***/
/*** Spacing ***/
/*** Borders ***/
/*** Shadows ***/
/*** Gradients ***/
/*** Z-index ***/
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, sub, sup, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding-left: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
}

.is-block {
  display: block !important;
}

.is-none {
  display: none !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-blur {
  filter: blur(4px);
}

.is-old-price {
  color: rgb(18, 17, 26) !important;
  text-decoration: line-through;
}

.is-urgent-price {
  color: #f05050 !important;
}

* {
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif !important;
}

body, html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  color: rgb(170, 163, 195);
}

p, a, ul, li, span, strong, em,
input, textarea, figcaption,
table, thead, th, tbody, tr, td,
form, input, label, button {
  font-family: "Fira Sans", sans-serif;
}

a {
  color: #e8e4f0;
  align-self: center;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input:focus, button:focus {
  outline: none !important;
}

strong, b {
  font-weight: bold !important;
}

em, i {
  font-style: italic !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #d9d9d9;
  padding: 1px;
}

.fira-sans-thin {
  font-family: "Fira Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.fira-sans-extralight {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.fira-sans-light {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-semibold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fira-sans-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fira-sans-extrabold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.fira-sans-black {
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.fira-sans-thin-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.fira-sans-extralight-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.fira-sans-light-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.fira-sans-regular-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fira-sans-medium-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.fira-sans-semibold-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.fira-sans-bold-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.fira-sans-extrabold-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.fira-sans-black-italic {
  font-family: "Fira Sans", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.primary-footer {
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  margin-bottom: 1rem;
}
.primary-footer .primary-footer--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.primary-btn {
  padding: 1rem;
  background-color: rgb(30.3448275862, 27.5862068966, 52.4137931034);
  border: 1px solid rgba(124, 92, 191, 0.22);
  border-radius: 15px;
  color: #e8e4f0;
  margin-top: 1rem;
  font-weight: bold;
  transition: 0.4s;
}
.primary-btn:hover {
  background-color: rgb(49.6896551724, 45.1724137931, 85.8275862069);
}

.license-card {
  padding: 1rem;
  border: 1px solid rgba(124, 92, 191, 0.22);
  border-radius: 15px;
  background-color: rgb(49.6896551724, 45.1724137931, 85.8275862069);
  text-align: center;
  margin: auto auto;
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.license-card .license-card--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.license-card h1 {
  font-size: x-large;
  font-weight: bold;
}
.license-card h5 {
  font-size: small;
}
.license-card h2 {
  font-size: large;
  font-weight: bolder;
}
.license-card h3 {
  font-size: medium;
}
.license-card h1, .license-card h2, .license-card h3, .license-card h5 {
  margin: 0.5rem 0;
}
.license-card p {
  color: #e8e4f0;
}
.license-card li {
  color: #e8e4f0;
  list-style-type: disc;
  list-style-position: inside;
}

:root {
  background-color: #0b0a13;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.error_message, .error_message strong {
  color: #f05050 !important;
}

.success_message {
  color: #6ee040 !important;
}

@keyframes float-up {
  0% {
    transform: translateY(0) translateX(0) scale(0);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    transform: translateY(-100vh) translateX(var(--drift)) scale(1);
    opacity: 0;
  }
}

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