@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://use.typekit.net/qqw1lmb.css');


:root {
  --main-font: 'Inter', sans-serif;
  --head-font: 'gelica', sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text-primary: #deddda;
  --color-text-secondary: #6f6c63;
  --color-text-muted: #56544d;
  --color-mint-primary: #62f0b0;
  --color-mint-hover: #4ddda0;
  --color-mint-active: #3ccb90;
  --color-mint-button-text: #1b362a;
  --color-mint-accent: #3e986f;
  --color-background-dark: #0d191b;
  --color-background-light: #f4f4f3;
  --color-shadow-light: rgba(98, 240, 176, .5);
  --color-shadow-medium: rgba(98, 240, 176, .6);
  --color-shadow-dark: rgba(98, 240, 176, .8);
  --color-overlay: rgba(0, 0, 0, .05);
  --color-shadow-subtle: rgba(48, 49, 51, .05);
  --color-shadow-modal: rgba(48, 49, 51, .14)
}

.animate,
.minty-wait-page,
body {
  background: var(--color-background-dark)
}

.animate,
body,
html {
  height: 100%
}

.logo:active,
.logo:hover {
  filter: brightness(1.5)
}

.container,
.content,
.description,
.headline {
  align-self: stretch
}

.headline h1,
.primary-text,
.secondary-text,
body {
  color: var(--color-text-primary)
}

*,
::after,
::before {
  box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

#animation_container,
body {
  font-family: var(--main-font)
}

.primary-text,
body {
  font-weight: 400;
  font-size: 18px
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 120%;
  margin: 0
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

:focus {
  outline: 0
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%
}

button,
input,
select,
textarea {
  font: inherit
}

.primary-text,
.secondary-text {
  font-family: var(--head-font);
  line-height: 1.6em
}

.minty-mascot {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  width: 120px;
  height: 145px;
}

@media (prefers-reduced-motion:reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  ::after,
  ::before {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0
}

.minty-page-wrapper,
.no-store,
.store {
  display: none
}

.minty-page,
.minty-wait-page {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100vh
}

.minty-page {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-text-muted)
}

.minty-wait-page {
  justify-content: center;
  align-items: center
}

.animate {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.container,
.minty-page-coupons {
  position: relative;
  flex-direction: column;
  display: flex
}

.chrome-icon,
.logo {
  background-size: contain
}

#animation_container {
  margin: -175px auto 0 -175px;
  position: absolute;
  top: 50%;
  left: 50%
}

.minty-page-coupons {
  padding: 40px 0;
  width: 100%;
  max-width: 800px;
  min-height: 100vh;
  height: 100%;
  min-height: 100dvh
}

.container {
  flex-shrink: 0;
  margin: auto 0;
  gap: 32px
}

.logo {
  position: fixed;
  top: 40px;
  left: calc(50% - 400px);
  width: 32px;
  height: 32px;
  background-image: url('../images/minty-logo.svg');
  text-indent: -99999px;
  transition: .3s;
  border-radius: 9px;
  z-index: 10
}

@supports (background-image:url('../images/webp/minty-logo.webp')) {
  .logo {
    background-image: url('../images/webp/minty-logo.webp')
  }
}

.logo:hover {
  box-shadow: 0 0 12px var(--color-shadow-light)
}

.button-mint-light:hover,
.logo:active {
  box-shadow: 0 0 15px var(--color-shadow-medium)
}

.content,
.description {
  display: flex;
  flex-direction: column;
  gap: 42px
}

.button-mint-light,
.headline {
  flex-direction: row;
  display: flex
}

.headline {
  justify-content: stretch;
  align-items: stretch;
  gap: 8px
}

.headline h1 {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.secondary-text {
  font-weight: 500;
  font-size: 24px
}
.button-mint-light-div {
  display: flex;
  justify-content: start;
  align-items: start;
}
.button-mint-light {
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 96px;
  line-height: 1;
  height: 56px;
  background-color: var(--color-mint-primary);
  border-radius: 8px;
  text-decoration: none;
  align-self: flex-start;
  cursor: pointer;
  transition: .3s;
  font-family: var(--main-font);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .5%;
  color: var(--color-mint-button-text);
  border: none
}

.wait-modal-left,
.wait-modal-right {
  background-color: var(--color-white);
  display: flex
}

.info-text,
.wait-description {
  letter-spacing: -.5%;
  text-align: center
}

.button-mint-light:hover {
  background-color: var(--color-mint-hover);
  transform: translateY(-2px);
  border: none;
  outline: 0
}

.button-mint-light:active {
  background-color: var(--color-mint-active);
  box-shadow: 0 0 20px var(--color-shadow-dark);
  transform: translateY(1px);
  border: none;
  outline: 0
}

.chrome-icon {
  width: 24px;
  height: 24px;
  background-image: url('../images/chrome-icon.svg');
  background-repeat: no-repeat;
  background-position: center
}

@supports (background-image:url('../images/webp/chrome-icon.webp')) {
  .chrome-icon {
    background-image: url('../images/webp/chrome-icon.webp')
  }
}

@media (max-width:840px) {
  .logo {
    left: 16px;
    transform: none
  }
}

.wait-modal {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 740px;
  justify-content: center;
  vertical-align: middle
}

.wait-modal-left {
  width: 284px;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 24px 0 0 24px;
  align-self: center
}

.wait-modal-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center
}

.wait-heading {
  font-family: var(--head-font);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.1em;
  color: var(--color-mint-accent)
}

.wait-description {
  font-family: var(--main-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  color: var(--color-text-secondary)
}

.info-heading,
.tag-text {
  font-family: var(--head-font);
  line-height: 1.6em
}

.continue-button,
.footer,
.footer-info,
.footer-links,
.info-text,
.legal-text {
  font-family: var(--main-font)
}

.wait-modal-right {
  flex: 1;
  width: 370px;
  padding: 40px 32px 32px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  position: relative;
  box-shadow: 0 0 1px 0 var(--color-shadow-subtle), 0 16px 24px 0 var(--color-shadow-modal)
}

.close-button,
.logo-container {
  position: absolute;
  top: 16px;
  display: flex
}

.minty-mascot-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px
}

.minty-dog-img {
  width: 120px;
  height: auto;
  z-index: 1
}

.coin-stack-img {
  width: 100px;
  height: auto;
  margin-left: -20px;
  margin-bottom: 20px
}

.tag-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.arrow-container {
  display: flex;
  justify-content: center;
  padding-right: 16px;
  margin-bottom: -1px
}

.arrow-down {
  width: 20px;
  height: 11px
}

.continue-button,
.tag-pill {
  justify-content: center;
  width: 100%;
  display: flex
}

.tag-pill {
  background-color: var(--color-text-secondary);
  border-radius: 8px;
  padding: 8px 16px;
  align-items: center
}

.tag-text {
  font-weight: 500;
  font-size: 24px;
  color: var(--color-white)
}

.info-heading {
  font-weight: 700;
  font-size: 28px;
  color: var(--color-text-secondary);
  margin-top: 10px
}

.continue-button,
.info-text {
  font-size: 18px
}

.info-text {
  font-weight: 500;
  line-height: 1.5em;
  color: var(--color-text-muted)
}

.continue-button {
  align-items: center;
  padding: 12px 32px;
  background-color: var(--color-mint-primary);
  border-radius: 10000px;
  border: none;
  font-weight: 600;
  line-height: 1.21em;
  letter-spacing: 1%;
  color: var(--color-mint-button-text);
  cursor: pointer;
  margin-top: 10px;
  transition: .3s
}

.continue-button:hover {
  background-color: var(--color-mint-hover);
  box-shadow: 0 0 15px var(--color-shadow-medium)
}

.legal-text {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: .5%;
  color: var(--color-text-secondary);
  text-align: center;
  margin-top: 5px
}

.close-button {
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 88px;
  border: none;
  background-color: transparent;
  color: var(--color-black);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .2s
}

.close-button:hover {
  background-color: var(--color-overlay)
}

.logo-container {
  left: 16px;
  align-items: center;
  gap: 16px
}

.logo-badge {
  width: 32px;
  height: 32px;
  border-radius: 6.85px;
  background-color: var(--color-background-light);
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width:768px) {
  .minty-page-coupons {
    gap: 64px;
    padding: 32px 16px
  }

  .headline h1 {
    font-size: 36px;
    line-height: 1.2em
  }

  .info-text,
  .primary-text,
  .wait-description {
    font-size: 16px
  }

  .primary-text {
    font-size: 22px;
  }

  .secondary-text,
  .tag-text {
    font-size: 20px
  }

  .button-mint-light {
    padding: 12px 32px;
    width: 100%;
    justify-content: center;
    align-self: stretch
  }

  .wait-modal {
    flex-direction: column;
    max-width: 95%;
    margin: 0 auto
  }

  .wait-modal-left {
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 24px 16px
  }

  .wait-modal-right {
    padding: 24px 16px 32px
  }

  .wait-heading {
    font-size: 36px
  }

  .info-heading {
    font-size: 24px
  }
}

@media (max-width:480px) {
  .headline h1 {
    font-size: 28px
  }

  .minty-page-coupons {
    gap: 48px
  }

  .wait-heading {
    font-size: 32px
  }

  .coin-stack-img,
  .minty-dog-img {
    transform: scale(.9)
  }
}

.footer {
  width: 100%;
  max-width: 636px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin: 20px auto;
  color: var(--color-text-primary)
}

.footer-info {
  color: #fff;
  font-size: .875rem;
  margin-bottom: 1rem;
  color: var(--color-text-primary)
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: .75rem;
  color: var(--color-text-primary)
}

.footer-links a {
  color: inherit;
  text-decoration: none
}

.footer-links a:hover {
  color: var(--color-mint-hover)
}

.store-text {
  text-transform: uppercase
}

/* Store Parameter Visibility Rules */
/* By default, show no-store elements and hide store elements */
.store {
  display: none;
}

.no-store {
  display: block;
}

/* When body has 'has-store' class, show store elements and hide no-store elements */
body.has-store .store {
  display: block;
}

body.has-store .no-store {
  display: none;
}

/* Animation and Hidden Elements Styles */
.hidden-animation-buttons {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.hidden-button {
  display: none !important;
}

.animation-container {
  background-color: rgba(0, 0, 0, 0.00);
  width: 350px;
  height: 350px;
}

.animation-canvas {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 51, 0.00);
}

.dom-overlay-container {
  pointer-events: none;
  overflow: hidden;
  width: 350px;
  height: 350px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
