body {
  font-family: Rubik, sans-serif;
  color: #211f23;
  font-size: 16px;
  line-height: 1.35;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 3em;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 1.75em;
  line-height: 1.4;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.85em;
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

p {
  max-width: 75ch;
  margin-bottom: 1.5em;
}

a {
  color: #fff;
  line-height: 1.4;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 1.5em;
  padding-left: 2em;
}

li {
  margin-bottom: 1.5em;
  font-size: 1em;
  line-height: 1.4;
}

label {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 1.25em;
  border-left: 0.2em solid #4c3f6d;
  font-size: 1.25em;
  line-height: 1.5;
}

.section {
  padding-top: 6em;
  padding-bottom: 4em;
}

.section.hero-section {
  padding-top: 8em;
  padding-bottom: 2em;
}

.section.footer-section {
  padding-top: 4em;
}

.section.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 8em;
  padding-bottom: 8em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.slotie-section {
  padding-bottom: 6em;
}

.container {
  max-width: 1328px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4em;
  padding-left: 4em;
}

.container.navbar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spacer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.spacer._2em {
  width: 2em;
  height: 2em;
}

.spacer._3em {
  width: 3em;
  height: 3em;
}

.spacer._0-5em {
  width: 0.5em;
  height: 0.5em;
}

.spacer._0-75em {
  width: 0.75em;
  height: 0.75em;
}

.spacer._1-5em {
  width: 1.5em;
  height: 1.5em;
}

.text.text-small {
  font-size: 0.875em;
  line-height: 1.4;
}

.text.logo-text {
  font-size: 1.5em;
  font-weight: 500;
}

.text.logo-text.footer-logo-text {
  font-size: 2em;
}

.text.text-xs {
  font-size: 0.75em;
}

.text.breed-date-text {
  font-weight: 700;
}

.horizontal-line {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.horizontal-line.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.horizontal-line.navbar-line {
  height: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#5540bf), color-stop(50%, #4080bf), to(#397));
  background-image: linear-gradient(90deg, #5540bf, #4080bf 50%, #397);
}

.horizontal-line.navbar-line.mobile-navbar-line {
  display: none;
}

.grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4em;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid.nav-links-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.5em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.nav-menu-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.5em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.social-links-grid {
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.125em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.footer-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid.footer-subgrid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid.nav-wallet-connection-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.my-sloties-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid.single-slotie-grid {
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0.25em;
  background-color: #211f23;
  box-shadow: 0 0 8px 0 #4080bf;
}

.grid.single-slotie-grid.selectable-slotie {
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  cursor: pointer;
}

.grid.single-slotie-grid.selectable-slotie:hover {
  box-shadow: 0 0 24px 0 #4080bf;
  -webkit-transform: translate(0px, -0.5em);
  -ms-transform: translate(0px, -0.5em);
  transform: translate(0px, -0.5em);
}

.grid.single-slotie-grid.selectable-slotie.loading-junior {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid.slotie-meta-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.5em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.slotie-title-grid {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.5em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.breed-state-grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.select-sloties-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  -ms-grid-columns: 0.5fr 1fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 1fr 0.5fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid.slotie-select-button-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}

.grid.balance-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid.junior-reveal-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid.slotie-parents-grid {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.grid.new-junior-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.button {
  padding: 0.75em 1.5em;
  border: 2px solid transparent;
  border-radius: 0.25em;
  background-color: #fff;
  -webkit-transition: padding 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms ease, border-color 200ms ease, border-radius 200ms ease, background-color 200ms ease;
  transition: padding 200ms cubic-bezier(.175, .885, .32, 1.275), color 200ms ease, border-color 200ms ease, border-radius 200ms ease, background-color 200ms ease;
  color: #211f23;
  font-size: 1em;
  font-weight: 700;
}

.button:hover {
  padding-right: 2em;
  padding-left: 2em;
  background-color: #40bf95;
  color: #fff;
}

.button.secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
}

.button.secondary:hover {
  border-color: #40bf95;
  color: #40bf95;
}

.dark-body {
  background-color: #211f23;
  color: #fff;
}

.wrapper.button-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wrapper.button-row.centred-button-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.wrapper.hero-scroll-lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.card {
  padding: 2em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0.25em;
  background-color: #211f23;
  box-shadow: 0 0 16px 0 rgba(64, 128, 191, 0.5);
}

.wrapper.card.my-sloties-card {
  padding-bottom: 3em;
}

.wrapper.navbar-wrapper {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}

.wrapper.timer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.select-wrapper {
  height: 100%;
  min-height: 24em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0.25em;
}

.wrapper.slotie-card-detail-wrapper {
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.wrapper.balance-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.junior-reveal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 24em;
  padding: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #40bf95;
  text-align: center;
}

.lottie.hero-watts-lottie {
  width: 100%;
}

.lottie.hero-scroll-lottie {
  width: 1.25em;
}

.lottie.loading-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block.hero-scroll-lottie-link {
  padding: 1em;
}

.link-block.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 200ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 200ms cubic-bezier(.215, .61, .355, 1);
}

.link-block.social-link:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.link-block.slotie-junior-loading-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.heading.heading-large {
  margin-bottom: 0.5em;
  font-size: 2.25em;
  line-height: 1.3;
  font-weight: 500;
}

.heading.heading-large.centred {
  text-align: center;
}

.heading.heading-small {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: 500;
}

.heading.heading-small.no-margin {
  margin-bottom: 0em;
}

.heading.heading-medium {
  font-size: 1.75em;
  line-height: 1.3;
  font-weight: 500;
}

.tag {
  display: inline-block;
  padding: 0.2em 0.5em;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #40bf95;
  font-size: 0.75em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.tag.error-tag {
  background-color: #bf4055;
}

.tag.loading-tag {
  background-color: #dd933c;
}

.tag.parent-tag {
  background-color: #5540bf;
}

.tag.connect-wallet-tag {
  background-color: #fff;
  color: #211f23;
}

.link {
  color: #40bf95;
  text-decoration: none;
}

.link.terms-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 0.875em;
  text-decoration: underline;
}

.link.terms-link:hover {
  color: #40bf95;
}

.icon.social-icon {
  height: 1.125em;
}

.icon.timer-icon {
  height: 1em;
}

.page-wrapper {
  min-height: 100vh;
  background-image: url('../images/circle-scatter-haikei-vertical.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(33, 31, 35, 0.75)), to(rgba(33, 31, 35, 0.75))), radial-gradient(circle farthest-side at 0% 30%, #4080bf, rgba(33, 31, 35, 0.2) 80%), radial-gradient(circle farthest-side at 90% 90%, rgba(191, 64, 85, 0.75), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 100% 10%, rgba(64, 191, 149, 0.5), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 0% 100%, #5540bf, rgba(33, 31, 35, 0.2));
  background-image: url('../images/circle-scatter-haikei-vertical.svg'), linear-gradient(180deg, rgba(33, 31, 35, 0.75), rgba(33, 31, 35, 0.75)), radial-gradient(circle farthest-side at 0% 30%, #4080bf, rgba(33, 31, 35, 0.2) 80%), radial-gradient(circle farthest-side at 90% 90%, rgba(191, 64, 85, 0.75), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 100% 10%, rgba(64, 191, 149, 0.5), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 0% 100%, #5540bf, rgba(33, 31, 35, 0.2));
  background-position: 50% 50%, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, auto, auto, auto, auto, auto;
  background-repeat: no-repeat, repeat, repeat, repeat, repeat, repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.logo.nav-logo {
  width: 2em;
  margin-right: 0.25em;
}

.logo.footer-logo {
  width: 3em;
  margin-right: 0.25em;
}

.nav-link {
  padding: 0.75em 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
}

.nav-link:hover {
  color: #40bf95;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #40bf95;
}

.navbar {
  z-index: 3;
  background-color: #211f23;
  background-image: radial-gradient(circle farthest-side at 50% 100%, rgba(64, 128, 191, 0.15), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 100% 50%, rgba(51, 153, 119, 0.1), rgba(33, 31, 35, 0.2)), radial-gradient(circle farthest-side at 0% 50%, rgba(85, 64, 191, 0.07), rgba(33, 31, 35, 0.2));
  box-shadow: 1px 1px 20px 0 rgba(64, 128, 191, 0.5);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

.image.slotie-image {
  width: 100%;
  border-bottom: 2px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.25em;
  }

  .section.hero-section {
    padding-top: 10em;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .horizontal-line.navbar-line.mobile-navbar-line {
    display: block;
    margin-top: 0em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid.hero-grid {
    grid-column-gap: 2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.nav-links-grid {
    grid-auto-flow: row;
    grid-row-gap: 0.5em;
  }

  .grid.nav-menu-grid {
    padding-top: 1em;
    padding-bottom: 2em;
    grid-auto-flow: row;
    grid-row-gap: 1em;
  }

  .grid.social-links-grid {
    margin-top: 0.75em;
  }

  .grid.footer-subgrid {
    grid-column-gap: 4em;
  }

  .grid.my-sloties-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.select-sloties-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.junior-reveal-grid {
    -ms-grid-columns: 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }

  .grid.slotie-parents-grid {
    width: 100%;
  }

  .grid.new-junior-grid {
    -ms-grid-columns: 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }

  .wrapper.button-row.hero-button-row {
    grid-auto-flow: row;
  }

  .wrapper.hero-scroll-lottie-wrapper {
    margin-top: 3em;
  }

  .wrapper.navbar-wrapper {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .heading.heading-large {
    font-size: 1.75em;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 1em;
  }

  .navbar {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 128, 191, 0.1)), to(rgba(64, 191, 149, 0.1)));
    background-image: linear-gradient(90deg, rgba(64, 128, 191, 0.1), rgba(64, 191, 149, 0.1));
  }

  .nav-menu {
    background-color: #211f23;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(64, 128, 191, 0.1)), to(rgba(64, 191, 149, 0.1)));
    background-image: linear-gradient(90deg, rgba(64, 128, 191, 0.1), rgba(64, 191, 149, 0.1));
    box-shadow: 0 20px 20px 0 rgba(64, 128, 191, 0.5);
  }

  .menu-button {
    padding: 0.5em;
  }

  .menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 2em;
    padding-left: 2em;
  }

  .text.logo-text {
    display: none;
  }

  .horizontal-line.navbar-line {
    height: 2px;
  }

  .grid.hero-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.footer-grid {
    grid-row-gap: 1.5em;
  }

  .grid.footer-subgrid {
    justify-items: start;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid.my-sloties-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.breed-state-grid {
    grid-auto-flow: row;
  }

  .grid.junior-reveal-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.slotie-parents-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.new-junior-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper.hero-scroll-lottie-wrapper {
    margin-top: 1em;
  }

  .wrapper.select-wrapper {
    min-height: 16em;
  }

  .logo.nav-logo {
    margin-right: 0em;
  }

  .image.slotie-image {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .section.footer-section {
    padding-bottom: 2em;
  }

  .container {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .grid.nav-wallet-connection-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid.slotie-meta-grid {
    justify-items: start;
    grid-row-gap: 0.75em;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.select-sloties-grid {
    grid-row-gap: 1.5em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.balance-grid {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .button:hover {
    padding-right: 1em;
    padding-left: 1em;
  }

  .wrapper.button-row {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .wrapper.hero-scroll-lottie-wrapper {
    margin-top: 0em;
  }

  .wrapper.card.my-sloties-card {
    padding: 1.5em 1em 2em;
  }

  .wrapper.junior-reveal-wrapper {
    padding-right: 1em;
    padding-left: 1em;
  }

  .tag.error-tag {
    line-height: 1.2;
  }

  .logo.nav-logo {
    height: 2em;
    min-width: 2em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .divider {
    display: none;
  }
}

#w-node-fa8bc22b-940a-a591-4ef0-fb26e11756cb-c6fed3b0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fa8bc22b-940a-a591-4ef0-fb26e11756cb-aefed3b2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f24d509c-6f27-8c45-1692-4a522acfc1ab-eeae4888 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0e636f3c-2395-2922-c82e-1c5bba8788da-eeae4888 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fa8bc22b-940a-a591-4ef0-fb26e11756cb-eeae4888 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a29ffaf2-3ce8-e413-29bc-85482044bfa6-ca510333 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a4acbdd6-c505-9fed-00e8-de1a3e8bd44a-ca510333 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fa8bc22b-940a-a591-4ef0-fb26e11756cb-ca510333 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1336232c-9c34-fc72-c6f2-f34ba2ced908-61896816 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fa8bc22b-940a-a591-4ef0-fb26e11756cb-61896816 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f24d509c-6f27-8c45-1692-4a522acfc1ab-eeae4888 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0e636f3c-2395-2922-c82e-1c5bba8788da-eeae4888 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a29ffaf2-3ce8-e413-29bc-85482044bfa6-ca510333 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1336232c-9c34-fc72-c6f2-f34ba2ced908-61896816 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0208b13d-4810-4a47-f5df-234cefa56557-c6fed3b0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

