:root {
  --blue: #638095;
  --dark-gold: #b78722;
  --light-gold: #e2b847;
  --yellow: #f8e3a1;
  --gold: #dfb04c;
  --dark-navy: #0a1b2c;
  --bkd-navy: #021120;
  --light-red: #ba3232;
  --dark-cream: #e8dbb2;
  --navy: #11283e;
  --light-cream: rgba(240, 234, 216, .95);
  --derk-red: #881515;
  --blue-black: #01060a;
  --tan: #de9d6c;
  --light-blue: #aac6db;
  --dark-gold-25: rgba(183, 135, 34, .25);
  --white: white;
  --black: black;
  --383824: #383824;
  --light-gold-25: rgba(226, 184, 71, .25);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.nav-section {
  z-index: 5;
  border-bottom: .5px solid rgba(99, 128, 149, .3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -100px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.nav-content {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  transform: scale(1.1);
}

.nav-text-link {
  color: #b78722;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #b78722, #e2b847);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: American Captain Patrius, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.nav-cta {
  z-index: 5;
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.5vw;
  justify-content: flex-end;
  align-items: center;
  min-width: auto;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.nav-disc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
  cursor: pointer;
  border: .5px solid #f8e3a1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 58px;
  padding-top: 20px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.nav-button:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
}

.nav-button-text {
  color: var(--dark-navy);
  letter-spacing: 1.5px;
  text-shadow: 0 .5px #f8e3a1;
  align-self: auto;
  padding-top: 0;
  font-family: American Captain, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.nav-logo {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-width: 4vw;
  max-height: 80px;
  text-decoration: none;
}

.gg_logo {
  object-fit: fill;
  max-height: 80px;
}

.hero-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.hero-bk {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.rectangle-2 {
  object-fit: cover;
  display: inline-block;
}

.gradient-bkd {
  background-image: linear-gradient(180deg, rgba(2, 17, 32, 0), var(--bkd-navy));
  opacity: .8;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-bkd.bottom {
  background-image: linear-gradient(180deg, rgba(2, 17, 32, 0), var(--bkd-navy));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-bkd.bottom-copy {
  background-image: linear-gradient(180deg, rgba(2, 17, 32, 0), var(--bkd-navy));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 680px;
  left: 0;
}

.hero-bkd-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  max-height: 1080px;
  position: absolute;
}

.logotype {
  z-index: 3;
  opacity: .9;
  width: 650px;
  height: auto;
  position: relative;
}

.hero-george {
  z-index: 3;
  width: 560px;
  max-width: 100%;
  height: auto;
  margin-top: -50px;
  margin-bottom: -30px;
  position: relative;
}

.treasurechest {
  z-index: 3;
  aspect-ratio: auto;
  opacity: .92;
  object-fit: contain;
  width: 320px;
  height: auto;
  position: relative;
  top: -45px;
  right: -182px;
  overflow: visible;
}

.treasurepile {
  z-index: 5;
  aspect-ratio: auto;
  opacity: 1;
  outline-offset: 0px;
  word-break: normal;
  object-fit: contain;
  outline: 3px #333;
  align-self: flex-end;
  width: 580px;
  height: auto;
  transition: opacity .2s;
  position: relative;
  top: 25px;
  left: 5px;
  overflow: visible;
}

.treasurebag {
  z-index: 3;
  opacity: .92;
  object-fit: contain;
  width: 320px;
  height: auto;
  position: relative;
  top: -40px;
  left: -160px;
  overflow: visible;
}

.zabra {
  min-width: 40%;
  height: auto;
  position: relative;
}

.div-block {
  flex: 1;
  min-width: 1200px;
  min-height: 500px;
  display: flex;
}

.hero-bk-container {
  min-width: 100vw;
  height: 980px;
}

.nav-logo-container {
  aspect-ratio: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 4vw;
  max-height: 80px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-bkd-img {
  opacity: .36;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  display: block;
  position: relative;
  bottom: 0;
}

.hero-bkd-img.intro {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-2 {
  margin-top: 31px;
}

.hero-container {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.benefits-section {
  background-color: #0b1e31;
  border-top: 1px solid rgba(99, 128, 149, .15);
  border-bottom: 1px solid rgba(99, 128, 149, .15);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -140px;
  padding-top: 10px;
  display: flex;
}

.benefits-section.mobile {
  display: none;
}

.benefits-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #11283e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: static;
  overflow: visible;
}

.button-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-container.header {
  object-fit: fill;
  background-color: rgba(99, 128, 149, 0);
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.button-container.intro {
  display: flex;
  bottom: 0;
}

.benefits-gradient {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  display: block;
  position: absolute;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  text-align: center;
  background-image: linear-gradient(#e2b847, #b78722);
  border: 1px solid #f8e3a1;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 80px 20px;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.button.hero {
  background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
  cursor: pointer;
  border-width: .5px;
  width: 300px;
  height: 80px;
  padding: 24px 0 18px;
  display: block;
  position: relative;
  overflow: hidden;
}

.button.hero:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
}

.button.privacy {
  background-image: linear-gradient(180deg, var(--gold), var(--dark-gold));
  box-shadow: none;
  cursor: pointer;
  border-width: .5px;
  width: 300px;
  height: 80px;
  padding: 24px 0 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.privacy:hover {
  background-image: linear-gradient(180deg, var(--light-gold), var(--gold));
}

.button.privacy.w--current {
  background-image: linear-gradient(180deg, var(--gold), var(--dark-gold));
  box-shadow: none;
  width: 300px;
  padding-top: 24px;
  padding-bottom: 18px;
}

.button.privacy.w--current:hover {
  background-image: linear-gradient(180deg, var(--light-gold), var(--gold));
}

.button-text {
  color: var(--dark-navy);
  letter-spacing: 1.5px;
  text-shadow: 0 1px #f8e3a1;
  font-family: American Captain, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.frame-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.benefit-frame-img {
  object-fit: fill;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.benefit-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.benefit-head {
  color: var(--gold);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 2px 0 var(--light-red);
  width: 100%;
  font-family: American Captain Patrius, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  overflow: visible;
}

.benefits-text {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 0 1px 0 var(--bkd-navy);
  width: 100%;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  overflow: visible;
}

.frame-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.frame-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.benefit-frame-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: radial-gradient(circle, #0a1b2c, rgba(2, 17, 32, .5));
  border: .5px solid rgba(99, 128, 149, .25);
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 350px;
  height: auto;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.frame-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.headline-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 920px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.headline-container.the-game {
  align-self: flex-start;
  max-width: 50%;
}

.headline {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 1.5px #b25425;
  font-family: American Captain Eternal, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

.headline.left {
  text-align: left;
  text-transform: uppercase;
}

.headline.thegame {
  text-align: left;
  font-size: 50px;
  line-height: 60px;
}

.divider {
  aspect-ratio: auto;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
  position: relative;
}

.divider.thegame {
  margin-left: 0;
}

.divider.dark {
  border-top: .5px solid rgba(99, 128, 149, .25);
  width: 840px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.subhead {
  color: rgba(240, 234, 216, .9);
  text-align: center;
  letter-spacing: .5px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.subhead.left {
  text-align: left;
}

.subhead.thegame {
  text-align: left;
  line-height: 30px;
}

.benefits-content {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-3 {
  background-color: #021120;
  display: flex;
  position: absolute;
}

.benefits-bk {
  width: 100vw;
  height: auto;
  display: block;
}

.benefit-frame-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  width: 96%;
  max-width: 1150px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.button-containe {
  min-width: 100vw;
  height: 160px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-section {
  background-color: #0a1b2c;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.intro-bkd-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #061120;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: absolute;
}

.intro-bk-img {
  object-fit: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 1200px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.intro-player {
  border: .5px solid var(--navy);
  background-color: #11283e;
  width: 920px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 6px 12px 2px rgba(2, 17, 32, .6);
}

.player-button {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: none;
  overflow: visible;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 80px;
  display: flex;
  position: absolute;
  top: 320px;
  left: 701px;
}

.frame-10 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 250px;
  left: 264px;
}

.text {
  color: #e8dbb2;
  text-align: center;
  letter-spacing: .015em;
  font-family: American Captain Eternal, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.vectors-wrapper-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.cement-your-legacy-in-this-stunning-skill-based-fantasy-game-in-the-race-for-supreme-domination-plunder-your-enemies-defend-your-land-and-compete-for-amazing-cash-rewards {
  color: #f0ead8;
  text-align: center;
  letter-spacing: .03em;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.intro-brackets {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.left-bracket {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: block;
}

.bracket-text {
  color: #b78722;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  padding-left: 16px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.right-bracket {
  object-fit: cover;
  height: 52px;
  display: block;
  position: static;
}

.intro-container {
  background-color: rgba(5, 17, 31, 0);
  flex-direction: column;
  align-self: center;
  align-items: center;
  height: auto;
}

.quote-section {
  grid-row-gap: 10px;
  background-color: #11283e;
  border-top: 1px solid rgba(99, 128, 149, .15);
  border-bottom: 1px solid rgba(99, 128, 149, .15);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.quote-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  min-width: 960px;
  display: flex;
  position: relative;
}

.quote-text {
  color: #aac6db;
  text-align: center;
  letter-spacing: -.15px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}

.mini-divider {
  border-top: 1px solid rgba(99, 128, 149, .5);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 0;
  display: flex;
}

.quote-author {
  color: #638095;
  text-align: center;
  letter-spacing: .3px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  display: none;
}

.image {
  width: 32px;
  margin-left: 8px;
  padding-left: 0;
  display: none;
  position: absolute;
  overflow: visible;
}

.game-section {
  background-color: #021120;
  flex: 0 auto;
  width: 100vw;
  height: 100%;
  display: flex;
}

.game-bkd-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #021120;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: absolute;
}

.game-bk-img {
  opacity: .07;
  object-fit: cover;
  border-top: 1px solid rgba(99, 128, 149, .15);
  width: 100vw;
  height: 100%;
  display: inline-block;
}

.game-gradient {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#e2b847 0%, #b78722 100%);
  border: 1px solid #f8e3a1;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 22px 92px;
  display: flex;
  position: absolute;
  top: 1860px;
  left: 694px;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.text-2 {
  color: #021120;
  letter-spacing: 1px;
  text-shadow: 0 1px #f8e3a1;
  font-family: American Captain Patrius, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.spike-container {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 90vw;
  margin: -20px auto -40px;
  display: flex;
  position: relative;
}

.tree-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.tree-img {
  opacity: .9;
  width: 100%;
  height: 100%;
  margin-top: -140px;
  position: static;
}

.loot-container {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.game-headline-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 700px;
  margin-left: 40px;
  margin-right: 600px;
  display: flex;
  position: static;
}

.monetize-your-skill-with-greedy-george {
  color: #e8dbb2;
  letter-spacing: .015em;
  text-transform: uppercase;
  font-family: American Captain Eternal, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 68px;
}

.vectors-wrapper-9 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.text-3 {
  color: #f0ead8;
  letter-spacing: .03em;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.game-brackets {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 101px;
  display: flex;
  position: relative;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
}

.text-4 {
  color: #b78722;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.outmanoeuvre-deadly-traps-rivals-will-strategically-lay-obstacles-to-stop-your-progress-and-steal-your-resources-0 {
  color: #aac6db;
  text-align: center;
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.outmanoeuvre-deadly-traps-rivals-will-strategically-lay-obstacles-to-stop-your-progress-and-steal-your-resources-1 {
  color: #638095;
  text-align: center;
  letter-spacing: -.015em;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.game-container {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: auto;
  display: block;
}

.loot-img {
  opacity: .9;
  width: 100%;
  height: 100%;
  margin-top: -10px;
}

.spike-img {
  opacity: .9;
  align-self: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: -12px;
  display: inline-block;
}

.game-head {
  font-family: Cctreasuretrove, sans-serif;
}

.caption-container {
  text-align: center;
  align-self: center;
  width: 380px;
}

.caption-container.loot {
  width: 420px;
  margin-right: 40px;
}

.caption-text {
  color: #638095;
  text-align: left;
  letter-spacing: .5px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.caption-text.long {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: .5px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.caption-text.bullet-title {
  color: #aac6db;
  letter-spacing: 1px;
  padding-left: 0;
  font-family: American Captain Patrius, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.caption-text.bullet-title.title {
  padding-left: 0;
}

.caption-text.bullet-title.bullet {
  color: #638095;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 15px;
  padding-left: 15px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.caption {
  color: #aac6db;
  letter-spacing: -.15px;
  text-transform: uppercase;
  font-family: Cctreasuretrove, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-span {
  color: #638095;
  text-transform: none;
}

.caption-head {
  color: #aac6db;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.caption-head.long {
  color: var(--light-gold);
  text-align: center;
  text-shadow: 0 1.5px 0 var(--light-red);
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.land-content {
  border-top: 1px solid rgba(99, 128, 149, .15);
  border-bottom: 1px solid rgba(99, 128, 149, .15);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.land-bracket {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.land-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a1b2c;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
}

.land-player {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #11283e;
  border: 1px solid #283038;
  border-radius: 12px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 960px;
  max-width: 960px;
  height: 520px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.caption-container-long {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 380px;
  display: flex;
  position: relative;
}

.caption-colums {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #11283e;
  border: 1px solid rgba(99, 128, 149, .1);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.usp-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.usp-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #021120;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: block;
  position: absolute;
}

.frame-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.usp-bk-img {
  opacity: .07;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.usp-gradient {
  object-fit: cover;
  transform-style: preserve-3d;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.play-and-earn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #021120;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2270px;
  left: 588px;
}

.usp-content {
  flex-direction: column;
  align-items: center;
  min-width: 100vw;
  display: flex;
  position: relative;
}

.usp-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 7fr 7fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 145px;
  display: grid;
  position: static;
}

.usp-point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 300px;
  padding: 20px;
  display: flex;
  position: relative;
}

.usp-img {
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  padding-top: 0;
}

.usp-head {
  color: #e2b847;
  text-shadow: 0 1.5px 0 var(--light-red);
  margin-bottom: 5px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.usp-text {
  color: rgba(240, 234, 216, .9);
  text-align: center;
  letter-spacing: .5px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.news-section {
  grid-row-gap: 10px;
  background-color: #11283e;
  border-top: 1px solid rgba(99, 128, 149, .15);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 520px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: visible;
}

.news-head {
  color: var(--gold);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1.5px #ba3232;
  font-family: American Captain Eternal, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.news-text {
  color: #e8dbb2;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.news-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 860px;
  margin-top: 120px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.news-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 840px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.newsletter-form-field {
  border: .5px solid var(--blue);
  background-color: var(--light-cream);
  color: var(--dark-navy);
  cursor: text;
  border-radius: 6px;
  justify-content: flex-start;
  width: 70%;
  height: 72px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 20px;
  line-height: 34px;
  display: flex;
}

.newsletter-form-field:hover {
  background-color: var(--dark-cream);
}

.newsletter-form-field.form {
  width: 52vw;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(180deg, var(--yellow), #b78722);
  color: var(--dark-navy);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px #f8e3a1;
  border: .5px solid #f8e3a1;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 72px;
  padding: 20px 40px 14px;
  font-family: American Captain, sans-serif;
  font-size: 32px;
  line-height: 36px;
  display: flex;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.submit-button:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
}

.news-button {
  margin-left: 20px;
  display: flex;
}

.news-email-input {
  color: rgba(40, 48, 56, .25);
  align-items: center;
  padding-left: 20px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 24px;
  line-height: 36px;
  display: flex;
}

.text-block {
  color: rgba(51, 51, 51, .25);
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.social {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.5px;
  height: 29.6491px;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.61px;
  height: 35.5804px;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.62px;
  height: 32.62px;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.62px;
  height: 32.62px;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.1297px;
  height: 35.5904px;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 33.04px;
  height: 38.54px;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39.07px;
  height: 29.66px;
  display: flex;
}

.gg-img {
  width: 240px;
  margin-top: -170px;
  margin-left: -20px;
  position: absolute;
  transform: rotate(4deg);
}

.community-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #021120;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.community-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: absolute;
}

.community-bkd-img {
  opacity: .07;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tagline-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 920px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.gg_logo-2 {
  width: 200px;
  height: 100%;
  margin-top: -45px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  box-shadow: 0 5px 40px #021120;
}

.tagline-right {
  color: var(--light-gold);
  text-align: left;
  letter-spacing: 4px;
  text-shadow: 0 2px #b25425;
  width: 400px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
}

.community-blog {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 920px;
  margin: 20px auto 60px;
  display: flex;
}

.blog-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #11283e;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 10px 20px #021120;
}

.blog-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.blog-date {
  opacity: .75;
  color: var(--yellow);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.blog-title {
  color: var(--gold);
  text-shadow: 0 1.5px 0 var(--light-red);
  margin-bottom: 5px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.blog-author {
  color: var(--dark-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blog-post-img {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid var(--light-red);
  background-image: linear-gradient(180deg, var(--light-red), var(--derk-red));
  cursor: pointer;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 58px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.blog-button:hover {
  background-image: linear-gradient(180deg, var(--light-red), var(--light-red));
}

.blog-button-text {
  color: var(--light-cream);
  letter-spacing: 1.5px;
  text-shadow: 0 .5px 0 var(--light-red);
  font-family: American Captain, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.community-brackets {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.community-content {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.footer-section {
  grid-column-gap: 453px;
  grid-row-gap: 453px;
  background-color: rgba(12, 18, 24, .9);
  border-top: .5px solid rgba(99, 128, 149, .25);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 360px;
  padding: 60px 90px 20px;
  display: flex;
}

.footer-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}

.email {
  color: #aac6db;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #b78722, #e2b847);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: American Captain, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.email.lc {
  text-align: left;
  text-transform: none;
  font-family: "American Captain 01", sans-serif;
  text-decoration: none;
}

.email.lc:hover {
  background-image: linear-gradient(to top, var(--light-gold), #e2b847);
}

.social-icons {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.5px;
  height: 29.6491px;
  display: flex;
}

.vectors-wrapper-21 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 32.61px;
  height: 35.5804px;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.62px;
  height: 32.62px;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.62px;
  height: 32.62px;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.1297px;
  height: 35.5904px;
  display: flex;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 33.04px;
  height: 38.54px;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39.07px;
  height: 29.66px;
  display: flex;
}

.footer-credits {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 60px;
  margin-top: -430px;
  display: flex;
  position: static;
}

.legal-left {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.frame-28 {
  grid-column-gap: 841px;
  grid-row-gap: 841px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal {
  color: #b78722;
  letter-spacing: .5px;
  font-family: "American Captain 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.legal-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tachyon-credits-sub {
  color: #e2b847;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: American Captain, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.created-by-tachyon-entertainment-developed-in-webflow-1 {
  color: #e2b847;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: American Captain, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.footer-container {
  border-bottom: .5px solid rgba(183, 135, 34, .5);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 60px;
  display: flex;
}

.email-address {
  justify-content: space-between;
  display: flex;
}

.footer-legal {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 40px;
  margin-top: -720px;
  display: flex;
  position: static;
}

.nav-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(12, 18, 24, .9);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.body {
  background-color: #021120;
}

.treasure-content {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80vw;
  height: 100%;
  display: flex;
  position: static;
  overflow: visible;
}

.menu-hamburger {
  display: none;
}

.zabra-container {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 80vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  display: none;
  position: static;
}

.benefit-frame-text {
  text-align: left;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  display: flex;
  overflow: visible;
}

.treasure-container {
  z-index: 3;
  flex-direction: column;
  justify-content: space-between;
  width: 80vw;
  margin-top: -70px;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.button-content {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  display: flex;
  position: static;
}

.brackets-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.left-bracket-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  display: flex;
}

.bracket-text-2 {
  color: #b78722;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  padding-left: 16px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.right-bracket-2 {
  object-fit: cover;
  width: 240px;
  height: 40px;
  display: block;
  position: static;
}

.intro-bkd-img {
  opacity: .1;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
}

.intro-content, .game-content {
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.loot-img-container {
  width: 250px;
  height: 260px;
  margin-left: 40px;
  position: relative;
}

.spike-img-container {
  width: 450px;
  height: 450px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.tree-img-container {
  width: 380px;
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.stone-container {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.stone-img-container {
  width: 260px;
  height: 260px;
  margin-right: 60px;
  position: relative;
}

.stone-img {
  width: 100%;
  height: 105%;
  margin-top: -15px;
}

.usp-point-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
}

.usp-bkd-color {
  background-color: rgba(99, 128, 149, .12);
  border: .5px solid rgba(99, 128, 149, .25);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.home-button-img {
  width: 68px;
  height: 68px;
}

.home-button-container {
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 38.54px;
  text-decoration: none;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.5px;
  height: 29.6491px;
  text-decoration: none;
  display: flex;
}

.discord {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30, .vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: none;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.1297px;
  height: 35.5904px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 33.04px;
  height: 38.54px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 40px;
  text-decoration: none;
  display: none;
}

.text-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.land-image-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.defend-owl {
  width: 240px;
  display: block;
  position: absolute;
}

.defend-owl.attack-owl {
  width: 240px;
}

.defend-owl-bkd {
  background-color: rgba(2, 17, 32, .5);
  border: .5px solid rgba(99, 128, 149, .5);
  border-radius: 12px;
  width: 240px;
  height: 240px;
}

.rule-vert {
  background-color: rgba(99, 128, 149, .25);
  align-self: center;
  width: .5px;
  height: 100%;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  text-decoration: none;
  display: flex;
}

.benefit-icon {
  margin-top: -50px;
  position: absolute;
}

.icon-img {
  width: 180px;
}

.content-frame-bkd {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #b25425;
  letter-spacing: 1px;
  font-size: 20px;
}

.text-span-3 {
  color: #aac6db;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  color: #b78722;
}

.div-block-10 {
  width: auto;
  height: auto;
  margin-top: 20px;
}

.bullet-list {
  background-color: rgba(40, 48, 56, .5);
  border: .5px solid rgba(170, 198, 219, .15);
  border-radius: 6px;
  width: 80%;
  margin-top: 30px;
  padding: 25px;
}

.bullets-span {
  color: #aac6db;
}

.menu-hamburger-container, .gold-divider {
  display: none;
}

.text-span-8 {
  color: #b78722;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: American Captain, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.frame-29 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.x {
  cursor: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 34px;
  margin-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.frame-30 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.61px;
  height: 35.5804px;
  text-decoration: none;
  display: flex;
}

.image-3, .divider-ornate {
  opacity: .9;
}

.claim-bkd {
  z-index: 40;
  background-image: linear-gradient(180deg, var(--bkd-navy), var(--blue-black));
  -webkit-backdrop-filter: blur(4px) brightness(36%);
  backdrop-filter: blur(4px) brightness(36%);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.claim-center-container {
  background-image: radial-gradient(circle at 0%, rgba(17, 40, 62, .75), rgba(10, 27, 44, .6));
  border: .5px solid rgba(99, 128, 149, .5);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.claim-exit {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.exit-icon {
  width: 60px;
  height: 60px;
}

.heading {
  color: var(--dark-cream);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: American Captain Eternal, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 60px;
}

.claim-asterisk {
  color: var(--light-red);
  text-align: left;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: "American Captain 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.claim-title {
  background-image: linear-gradient(to bottom, var(--gold), var(--dark-gold));
  color: var(--blue);
  text-align: center;
  letter-spacing: 15px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 60px;
  margin-bottom: 0;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 64px;
}

.claim-form-title {
  color: var(--dark-gold);
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--blue);
  border-radius: 6px;
  width: 45%;
  height: 72px;
}

.div-block-11 {
  margin-top: 36%;
}

.claim-form-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.claim-form-input {
  flex-direction: row;
  align-items: center;
  height: 72px;
  display: flex;
}

.claim-text {
  color: var(--dark-cream);
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 36px;
}

.claim-head {
  color: var(--gold);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 0 var(--light-red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: American Captain Eternal, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 60px;
}

.claim-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.claim-form-container {
  z-index: 8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.claim-title-container {
  margin-top: 30px;
  margin-left: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.claim-form-field {
  background-color: var(--light-cream);
  color: #333;
  text-align: left;
  border: .5px solid #aac6db;
  border-radius: 6px;
  justify-content: flex-start;
  width: 65%;
  height: 72px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 20px;
  line-height: 34px;
  display: flex;
}

.claim-form-field:hover {
  background-color: var(--dark-cream);
}

.claim-form-field.form {
  width: 52vw;
}

.claim-subhead {
  color: var(--yellow);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-9 {
  font-family: American Captain Eternal, sans-serif;
}

.claim-le-text {
  color: var(--light-gold);
  text-align: left;
  letter-spacing: 4px;
  margin-top: 0;
  font-family: American Captain Eternal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.claim-submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--light-gold);
  background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
  color: var(--dark-navy);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px #f8e3a1;
  cursor: pointer;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 72px;
  padding-top: 14px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: American Captain, sans-serif;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.claim-submit-button:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
  opacity: 1;
  color: var(--dark-navy);
  transform: none;
}

.claim-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gg-head {
  justify-content: center;
  align-items: center;
  width: 36%;
  min-width: 240px;
  height: auto;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: static;
}

.div-block-13 {
  background-color: rgba(10, 27, 44, .5);
  width: 100%;
  height: 400px;
  position: relative;
}

.claim-container {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.yellow-bold {
  color: var(--light-gold);
  text-transform: uppercase;
  font-family: "American Captain Patrius 02", sans-serif;
}

.div-block-14 {
  width: 90%;
  margin: auto;
}

.claim-full-bkd {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto auto;
  padding-bottom: 10%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.claim-center {
  z-index: 42;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1080px;
  height: 100vh;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.claim-center-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.claim-top-bkd {
  z-index: 0;
  background-color: var(--dark-navy);
  object-fit: fill;
  border: .5px solid rgba(99, 128, 149, .5);
  border-radius: 0 0 12px 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: -10px;
  padding: 40px 60px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px rgba(2, 17, 32, .25);
}

.claim-text-high {
  color: var(--light-gold);
  text-transform: none;
}

.claim-text-copy {
  color: var(--yellow);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.le-text {
  color: var(--light-red);
  letter-spacing: 4px;
  text-shadow: 0 2px 0 var(--derk-red);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: American Captain Eternal, sans-serif;
  font-size: 18px;
}

.nav-discord-link {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.nav-discord-link:hover {
  transform: scale(1.1);
}

.nav-discord-link:active {
  opacity: .8;
}

.nav-discord-txt {
  color: #b78722;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #b78722, #e2b847);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: American Captain Patrius, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.image-4 {
  object-fit: cover;
  border: .5px solid rgba(99, 128, 149, .5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 80px;
}

.claim-top-bkd-img {
  z-index: 0;
  opacity: .6;
  mix-blend-mode: multiply;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 80px;
  position: absolute;
}

.claim-img {
  z-index: 40;
  opacity: .12;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.crown-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: -50px auto 40px;
}

.crown-image {
  z-index: 6;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-2 {
  border-top: .5px solid var(--light-red);
  width: 50%;
  height: 15px;
}

.success-message {
  border: .5px solid var(--blue);
  background-color: var(--dark-cream);
  border-radius: 6px;
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
  padding-top: 24px;
}

.claim-success-txt {
  color: var(--dark-navy);
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  padding: 0 5px;
  font-family: Cctreasuretrove, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.error-message {
  background-color: var(--tan);
  border-radius: 6px;
  width: 100%;
  height: 72px;
  margin-bottom: 10px;
  padding-top: 24px;
}

.discord-link {
  cursor: pointer;
}

.discord-link:hover {
  transform: scale(1.1);
}

.x-link {
  cursor: pointer;
}

.x-link:hover {
  transform: scale(1.1);
}

.text-link {
  cursor: pointer;
  text-decoration: none;
}

.text-link:active {
  opacity: .8;
}

.text-field-2 {
  width: 70%;
  height: 72px;
}

.newsletter-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 860px;
  height: 100%;
  margin: 30px auto 0;
}

.newsletter-form-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  width: 100%;
  display: block;
}

.submit-button-2 {
  border-radius: 6px;
  width: 30%;
  height: 72px;
}

.text-field-3 {
  border-radius: 6px;
  width: 70%;
  height: 72px;
  padding-left: 20px;
  padding-right: 20px;
}

.newlsetter-success {
  background-color: var(--light-blue);
  opacity: 1;
  color: var(--light-blue);
  border-radius: 6px;
  width: 100%;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.newsletter-success-txt {
  color: var(--dark-navy);
  letter-spacing: -.25px;
  font-family: Cctreasuretrove, sans-serif;
  font-size: 18px;
}

.newsletter-error {
  background-color: var(--tan);
  opacity: 1;
  border-radius: 6px;
  width: 100%;
  height: 72px;
  margin-top: 30px;
  margin-bottom: -30px;
  padding-top: 25px;
}

.text-block-3 {
  text-align: center;
}

.newsletter-error-txt {
  color: var(--derk-red);
  text-align: center;
  letter-spacing: -.25px;
  font-family: Cctreasuretrove, sans-serif;
  font-size: 18px;
}

.legal-link {
  color: var(--dark-gold);
  letter-spacing: .5px;
  font-family: "American Captain 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.legal-link:hover {
  color: var(--light-gold);
}

.legal-link:active {
  opacity: .8;
}

.body-2 {
  background-color: var(--dark-navy);
}

.legal-nav {
  z-index: 5;
  border-bottom: .5px solid rgba(99, 128, 149, .35);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -100px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.privacy-container {
  background-color: var(--light-cream);
  justify-content: center;
  width: 100vw;
  height: 100%;
  margin-top: -100px;
  padding-top: 80px;
  display: flex;
}

.privacy-content {
  width: 960px;
  margin-top: 100px;
  margin-bottom: 80px;
}

.text-block-4 {
  color: var(--dark-gold);
  font-family: American Captain Eternal, sans-serif;
  font-size: 82px;
  line-height: 100px;
}

.privacy-title {
  color: var(--gold);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 20px;
  font-family: American Captain Eternal, sans-serif;
  font-size: 82px;
  line-height: 96px;
}

.privacy-date {
  color: var(--navy);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: -30px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.text-block-4-c-copy-copy {
  color: var(--dark-gold);
  letter-spacing: .5px;
  margin-top: 20px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 36px;
  line-height: 32px;
}

.privacy-head {
  color: var(--navy);
  letter-spacing: .1px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.privacy-body {
  color: var(--navy);
  letter-spacing: .1px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.privacy-body.callout {
  margin-top: 0;
}

.privacy-txt-link {
  color: var(--dark-gold);
  text-decoration: none;
}

.privact-txt-bold {
  color: var(--navy);
  font-family: American Captain Patrius, sans-serif;
  line-height: 24px;
}

.privact-txt-bold.ital {
  font-style: italic;
}

.privact-txt-bold.gray {
  color: var(--blue);
}

.privact-txt-bold.gray-text {
  opacity: .64;
}

.privacy-subhead {
  color: var(--navy);
  font-family: American Captain Patrius, sans-serif;
  font-size: 24px;
  line-height: 42px;
}

.privacy-subhead.thirds {
  border-bottom: .5px solid var(--dark-gold);
  margin-top: 60px;
  margin-bottom: 0;
  line-height: 48px;
}

.privacy-bullets {
  color: var(--navy);
  padding-top: 0;
  padding-left: 40px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.home-button:hover {
  transform: scale(1.05);
}

.home-button.w--current {
  width: 68px;
  height: 68px;
}

.home-button.w--current:hover {
  transform: scale(1.05);
}

.button-anim {
  cursor: pointer;
}

.menu-exit-container {
  display: none;
}

.legal-nav-content {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.legal-nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.legal-home-button-container {
  width: 80px;
  margin-top: 0;
  margin-bottom: 0;
}

.legal-nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.legal-nav-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(12, 18, 24, .9);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.legal-home-button-img {
  width: 8px;
  height: 12px;
  text-decoration: none;
}

.legal-home-button {
  align-items: center;
  height: auto;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.legal-home-button:hover {
  transform: scale(1.05);
}

.legal-home-button.w--current {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.legal-home-button.w--current:hover {
  transform: scale(1.1);
}

.legal-nav-link-txt {
  color: #b78722;
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #b78722, #e2b847);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 4px;
  padding-left: 10px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.cookie-modal_content-wrap {
  width: 100%;
  padding: 20px 80px 20px 30px;
}

.cookie-modal_content-wrap.is-small {
  padding: 15px 80px 15px 20px;
}

.cookie-modal_component {
  border: .5px solid var(--dark-cream);
  background-color: var(--light-cream);
  opacity: 1;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_closebutton {
  z-index: 5;
  background-color: var(--dark-gold);
  cursor: pointer;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 10px 10px -50px auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.cookie-modal_button {
  border: .5px solid var(--yellow);
  background-color: var(--dark-gold);
  background-image: linear-gradient(180deg, var(--light-gold), var(--dark-gold));
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  padding: 12px 20px 9px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
  background-image: linear-gradient(to bottom, var(--light-gold), var(--light-gold));
}

.cookie-modal_button:active {
  opacity: .8;
}

.cookie-modal_button.is-secondary {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border-style: none;
}

.cookie-modal_button.is-secondary:hover {
  background-color: var(--dark-gold-25);
  color: var(--navy);
  text-decoration: none;
}

.cookie-modal_description {
  color: var(--dark-navy);
  letter-spacing: -.15px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: .5px solid var(--dark-navy);
  background-color: var(--light-cream);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: flex-start;
  padding: 15px 20px;
}

.cookie-modal_button-wrap.in-pref-manger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: .5px solid var(--blue);
  background-color: var(--light-cream);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px -80px -20px -30px;
  padding: 20px 30px;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: var(--light-cream);
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: var(--light-cream);
  transform: rotate(45deg);
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_title {
  color: var(--dark-navy);
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.cookie-modal_title.is-small {
  color: var(--dark-navy);
  margin-bottom: 0;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cookie-modal_button_text_button {
  color: var(--dark-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 .5px 0 var(--yellow);
  font-family: American Captain, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cookie-popup_component {
  z-index: 20;
  max-width: 420px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  box-shadow: 0 4px 20px rgba(2, 17, 32, .35);
}

.cookie-modal_link {
  color: var(--dark-gold);
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_link:hover {
  color: var(--gold);
  text-decoration: underline;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid var(--dark-gold);
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  border: 1px solid var(--dark-gold);
  background-color: var(--dark-gold);
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--tan);
}

.cookie-modal_radio_button.is-always-active {
  border-color: var(--dark-gold);
  background-color: var(--dark-gold);
  cursor: not-allowed;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
}

.cookie-preference_wrapper {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100%;
  padding: 60px;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  cursor: pointer;
  background-color: rgba(1, 6, 10, .86);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_component {
  z-index: 25;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_radio_description {
  color: var(--dark-navy);
  letter-spacing: -.15px;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cookie-modal_radio_description.is--not-allowed {
  letter-spacing: -.15px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form {
  padding-top: 15px;
  padding-bottom: 0;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_label {
  color: var(--dark-navy);
  cursor: pointer;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cookie-modal_radio_label.is--not-allowed {
  color: var(--dark-navy);
  margin-bottom: 0;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
}

.cookie-modal_button_text {
  color: var(--dark-navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 .5px 0 var(--yellow);
  font-family: American Captain, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cookie-modal_button_text:hover {
  color: var(--dark-navy);
  text-decoration: none;
}

.cookie-popup-container {
  display: block;
}

.cookie-preference-button {
  z-index: 15;
  opacity: 1;
  color: #262926;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.cookie-preference-button:hover {
  text-decoration: none;
  transform: scale(1.1);
}

.cookie-preference-button_flex {
  opacity: .24;
  color: #262926;
  background-color: #fff;
  border-radius: 500px;
  align-items: center;
  padding: 10px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .275s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  opacity: .9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.cookie-modal_description-settings {
  color: var(--dark-navy);
  letter-spacing: -.15px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.outer-ring {
  opacity: .8;
  mix-blend-mode: luminosity;
  width: 448px;
  height: 445px;
  display: none;
  position: absolute;
}

.inner-ring {
  width: 580px;
  margin-right: 0;
  display: block;
  position: absolute;
}

.portal-container {
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 640px;
  margin-top: -170px;
  display: flex;
  position: absolute;
}

.outer-fire-ring {
  opacity: .4;
  width: 620px;
  margin-right: 0;
  display: block;
  position: absolute;
}

.image-sparkles {
  max-height: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-sparkles.mbm-color-dodge {
  opacity: .07;
  mix-blend-mode: lighten;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 1080px;
  display: block;
}

.land-bkd-img {
  opacity: .07;
  mix-blend-mode: luminosity;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.hero-sheen {
  opacity: .3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-sheen._4px {
  z-index: 8;
  opacity: .3;
  mix-blend-mode: hard-light;
  width: 20rem;
  height: 80px;
}

.hero-button-sheen {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 80px;
  display: block;
  position: absolute;
  overflow: hidden;
  transform: none;
}

.hero-button-sheen.green {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  width: 20rem;
  height: 80px;
  position: absolute;
}

.logo-sheen {
  z-index: 8;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 620px;
  height: 280px;
  display: block;
  position: absolute;
  top: 127.5px;
  overflow: hidden;
  transform: none;
}

.logo-sheen.green {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  width: 20rem;
  height: 80px;
  position: absolute;
}

.image-6 {
  z-index: 10;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000, #fff);
  background-clip: border-box;
  width: 607px;
  margin-top: -264px;
  display: block;
  position: absolute;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sheen-logo {
  z-index: 9;
  opacity: .3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
}

.sheen-logo._4px {
  z-index: 8;
  opacity: .3;
  mix-blend-mode: hard-light;
  width: 20rem;
  height: 80px;
}

.button-sheen {
  z-index: 3;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 80px;
  display: none;
  position: relative;
  overflow: hidden;
  transform: none;
}

.button-sheen.green {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  width: 20rem;
  height: 80px;
  position: absolute;
}

.sheen {
  opacity: .3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sheen._4px {
  z-index: 8;
  opacity: .3;
  mix-blend-mode: hard-light;
  width: 20rem;
  height: 80px;
}

.nav-sheen {
  z-index: 9;
  opacity: .3;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-sheen._4px {
  z-index: 8;
  opacity: .3;
  mix-blend-mode: hard-light;
  width: 20rem;
  height: 80px;
}

.nav-button-sheen {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 58px;
  display: block;
  position: absolute;
  overflow: hidden;
  transform: none;
}

.nav-button-sheen.green {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  width: 20rem;
  height: 80px;
  position: absolute;
}

.privacy-heading-small {
  color: var(--dark-gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: American Captain Patrius, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.bold-text {
  font-size: 16px;
}

.text-span-10 {
  font-style: italic;
}

.text-block-5 {
  margin-top: 40px;
}

.privacy-thirds {
  color: var(--navy);
  letter-spacing: .1px;
  width: 240px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.privacy-thirds-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  display: inline-flex;
}

.privacy-body-ital {
  font-family: "American Captain Patrius 01", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.gray-text {
  opacity: .64;
  color: var(--navy);
}

.privacy-callout-container {
  background-color: rgba(17, 40, 62, .08);
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
}

.privacy-callout-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.privacy-body-copy {
  color: var(--navy);
  letter-spacing: .1px;
  margin-top: 0;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.privacy-body-copy.callout {
  margin-top: 0;
}

.privacy-bullets-copy, .privacy-bullets-copy-copy {
  padding-top: 10px;
  padding-left: 40px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.privacy-bullets-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.privacy-icons {
  margin-bottom: 0;
  margin-left: -10px;
  padding-left: 0;
  font-family: Privacy Icons Svg, sans-serif;
  font-size: 120px;
  line-height: 90px;
}

.privacy-body-content {
  margin-bottom: 80px;
}

.privacy-button-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.privacy-button-container.header {
  object-fit: fill;
  background-color: rgba(99, 128, 149, 0);
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.privacy-button-container.intro {
  display: flex;
  bottom: 0;
}

.div-block-18 {
  background-color: var(--bkd-navy);
  width: 100%;
  height: 240px;
}

.blog-card-img {
  background-color: var(--dark-navy);
  width: 100%;
  height: 200px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: stretch;
  width: 920px;
  display: flex;
  position: static;
}

.tagline-left {
  color: var(--light-gold);
  text-align: right;
  letter-spacing: 4px;
  text-shadow: 0 2px #b25425;
  width: 400px;
  font-family: "American Captain Patrius 02", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  position: relative;
}

.tagline-container-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 920px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: none;
  position: relative;
}

.blog-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.consent-container {
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  display: block;
}

.consent-txt {
  color: var(--blue);
  letter-spacing: 1px;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "American Captain 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox {
  border-width: .5px;
  border-color: var(--blue);
  cursor: pointer;
  background-color: rgba(240, 234, 216, .2);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -30px;
}

.checkbox:hover {
  background-color: rgba(240, 234, 216, .5);
}

.checkbox.w--redirected-checked {
  border-width: .5px;
  border-color: var(--gold);
  background-color: var(--dark-gold);
  background-image: url('../images/checkmark_1checkmark.png'), linear-gradient(180deg, var(--light-gold), var(--dark-gold));
  background-position: 50% 48%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px 16px, auto;
  border-radius: 4px;
}

.newsletter-form-input {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  display: flex;
}

.communication-head {
  color: var(--light-gold);
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: American Captain Eternal, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.communication-message {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 10px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: none;
}

.communication-message.callout {
  margin-top: 0;
}

.prompt-nav-container {
  background-color: var(--navy);
  background-image: linear-gradient(180deg, var(--bkd-navy), var(--navy));
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.communication-callout-container {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 160px 40px 0;
  display: flex;
}

.communication-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 720px;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.prompt-tag-small {
  opacity: 1;
  color: var(--dark-gold);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: American Captain Eternal, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.prompt-tag-small.callout {
  margin-top: 0;
}

.communication-button-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: none;
}

.communication-button-container.header {
  object-fit: fill;
  background-color: rgba(99, 128, 149, 0);
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.communication-button-container.intro {
  display: flex;
  bottom: 0;
}

.communication-nav {
  z-index: 5;
  background-color: rgba(12, 18, 24, .9);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -100px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.prompt-nav-content {
  background-color: var(--blue-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.prompt-nav-home-button {
  align-items: center;
  height: auto;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.prompt-nav-home-button:hover {
  transform: scale(1.05);
}

.prompt-nav-home-button.w--current {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.prompt-nav-home-button.w--current:hover {
  transform: scale(1.1);
}

.communication-home-button-img {
  width: 150px;
  height: 100%;
}

.communication-nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.communication-nav-content {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.communication-hero-img-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -200px;
  display: flex;
}

.communication-hero-img {
  width: 480px;
}

.prompt-footer-legal {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  display: flex;
  position: static;
}

.prompt-footer-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100px;
  padding: 20px 60px;
  display: flex;
}

.prompt-tag-icon {
  width: 40px;
  margin-bottom: 0;
}

.prompt-legal-left {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prompt-legal {
  color: var(--blue);
  letter-spacing: .5px;
  font-family: "American Captain 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.prompt-legal-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prompt-text-link {
  cursor: pointer;
  text-decoration: none;
}

.prompt-text-link:active {
  opacity: .8;
}

.prompt-legal-link {
  color: var(--blue);
  letter-spacing: .5px;
  font-family: "American Captain 01", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.prompt-legal-link:hover {
  opacity: .6;
  color: var(--blue);
}

.prompt-legal-link:active {
  opacity: .8;
}

.unsub-hero-img {
  width: 240px;
}

.unsub-claim-form-input {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.unsub-claim-form-container {
  z-index: 8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 20px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.unsub-claim-form-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.unsub-hero-img-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -150px;
  display: flex;
}

.unsub-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 720px;
  margin-top: -100px;
  margin-bottom: 40px;
  display: flex;
}

.unsub-callout-container {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 160px 40px 0;
  display: flex;
}

.communication-callout-content, .unsub-callout-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.unsub-body {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.unsub-body.callout {
  margin-top: 0;
}

.unsub-head {
  color: var(--light-gold);
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: American Captain Eternal, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.prompt-social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.prompt-subhead {
  opacity: 1;
  color: var(--light-gold);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: American Captain Patrius, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.prompt-subhead.callout {
  margin-top: 0;
}

.prompt-nav-container-unsub {
  background-color: var(--navy);
  background-image: linear-gradient(180deg, var(--derk-red), var(--bkd-navy));
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.claim-unsubscribe-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid var(--light-gold);
  background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
  color: var(--dark-navy);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 1px #f8e3a1;
  cursor: pointer;
  border-radius: 6px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 72px;
  padding-top: 14px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: American Captain, sans-serif;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.claim-unsubscribe-button:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
  opacity: 1;
  color: var(--dark-navy);
  transform: none;
}

.communication-support {
  color: var(--blue);
  text-align: center;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: "American Captain 01", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.link {
  color: var(--blue);
}

.link:hover {
  opacity: .75;
}

.div-block-20 {
  background-color: var(--dark-navy);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px 40px;
  display: none;
  position: static;
}

.unsub-button-anim {
  cursor: pointer;
}

.unsub-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: auto;
  text-align: center;
  background-image: linear-gradient(#e2b847, #b78722);
  border: 1px solid #f8e3a1;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 80px 20px;
  display: block;
  position: static;
  overflow: visible;
  box-shadow: 0 10px 20px rgba(10, 27, 44, .5);
}

.unsub-button.hero {
  background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
  cursor: pointer;
  border-width: .5px;
  width: 300px;
  height: 80px;
  padding: 24px 0 18px;
  display: block;
  position: relative;
  overflow: hidden;
}

.unsub-button.hero:hover {
  background-image: linear-gradient(180deg, var(--yellow), var(--gold));
}

.unsub-button.privacy {
  background-image: linear-gradient(180deg, var(--gold), var(--dark-gold));
  box-shadow: none;
  cursor: pointer;
  border-width: .5px;
  width: 300px;
  height: 80px;
  padding: 24px 0 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.unsub-button.privacy:hover {
  background-image: linear-gradient(180deg, var(--light-gold), var(--gold));
}

.unsub-button.privacy.w--current {
  background-image: linear-gradient(180deg, var(--gold), var(--dark-gold));
  box-shadow: none;
  width: 300px;
  padding-top: 24px;
  padding-bottom: 18px;
}

.unsub-button.privacy.w--current:hover {
  background-image: linear-gradient(180deg, var(--light-gold), var(--gold));
}

.communication-error {
  color: var(--dark-cream);
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 10px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: none;
}

.communication-error.callout {
  margin-top: 0;
}

.communication-body {
  color: #e8dbb2;
  text-align: center;
  letter-spacing: .1px;
  margin-bottom: 20px;
  font-family: "American Captain Patrius 01", sans-serif;
  font-size: 18px;
  line-height: 32px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .nav-section {
    z-index: 10;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .nav-text-link {
    background-image: linear-gradient(0deg, #b78722, #e2b847);
    font-size: 20px;
    line-height: 24px;
  }

  .nav-cta {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .nav-button {
    width: 180px;
    height: 60px;
    padding: 24px 20px 18px;
  }

  .nav-button-text {
    font-size: 26px;
  }

  .hero-bkd-img {
    opacity: .36;
  }

  .hero-bkd-img.intro {
    width: 100vw;
    height: auto;
    min-height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefits-section {
    flex-direction: column;
    align-items: center;
    margin-top: -140px;
    padding-top: 15px;
    position: relative;
  }

  .button-container.header {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 60px auto 100px;
    display: block;
    position: static;
    top: 58px;
    overflow: visible;
  }

  .button {
    width: 400px;
    height: 5rem;
    position: relative;
    bottom: auto;
    overflow: visible;
  }

  .benefit-frame-img {
    object-fit: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .benefits-text {
    font-size: 18px;
  }

  .benefit-frame-content {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .headline-container {
    text-align: left;
    width: 1080px;
    margin-bottom: 80px;
  }

  .headline-container.the-game {
    align-self: flex-start;
    align-items: flex-end;
    max-width: 50%;
    margin-left: 4%;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .headline {
    font-size: 48px;
  }

  .headline.thegame {
    text-align: left;
  }

  .divider {
    border-top-width: .5px;
  }

  .divider.thegame {
    aspect-ratio: auto;
    text-align: left;
    margin-left: 0;
    padding-right: 0%;
  }

  .divider.dark {
    width: 1080px;
  }

  .subhead {
    font-size: 24px;
    line-height: 42px;
  }

  .subhead.thegame {
    text-align: left;
  }

  .benefits-content {
    border-top-style: none;
  }

  .benefit-frame-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 1200px;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section {
    background-color: #021120;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .intro-bk-img {
    height: 100%;
    overflow: visible;
  }

  .intro-player {
    margin-bottom: 60px;
  }

  .intro-container {
    height: auto;
  }

  .quote-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .quote-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 1080px;
  }

  .quote-text {
    font-size: 28px;
    line-height: 52px;
  }

  .quote-author {
    font-size: 16px;
  }

  .spike-container {
    width: 1080px;
  }

  .tree-container {
    width: 1080px;
    margin-bottom: 60px;
  }

  .tree-img {
    opacity: .9;
    align-self: center;
  }

  .loot-container {
    width: 1080px;
  }

  .loot-img {
    opacity: .9;
    height: 105%;
    margin-top: -15px;
  }

  .spike-img {
    opacity: .9;
    align-self: center;
  }

  .caption-container {
    width: 560px;
    margin-top: -20px;
  }

  .caption-container.loot {
    width: 25vw;
    max-width: 400px;
  }

  .caption-text {
    font-size: 20px;
  }

  .caption-text.long {
    font-size: 18px;
    line-height: 32px;
  }

  .caption-text.bullet-title.bullet {
    font-size: 18px;
    line-height: 36px;
  }

  .caption-head {
    font-size: 28px;
  }

  .caption-head.long {
    font-size: 32px;
  }

  .caption-container-long {
    width: 420px;
  }

  .caption-colums {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .usp-bk-img {
    opacity: .07;
    height: auto;
  }

  .usp-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 160px;
  }

  .usp-point {
    width: 520px;
    height: 300px;
  }

  .usp-head {
    color: var(--gold);
  }

  .usp-text {
    color: var(--yellow);
  }

  .news-section {
    min-height: 460px;
  }

  .news-container {
    width: 1080px;
    max-width: 1080px;
  }

  .newsletter-form-field {
    font-size: 20px;
  }

  .submit-button {
    font-size: 32px;
    line-height: 34px;
  }

  .gg-img {
    margin-top: -170px;
  }

  .tagline-container {
    margin-bottom: 80px;
  }

  .gg_logo-2 {
    width: 220px;
    margin-top: -45px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tagline-right {
    font-size: 40px;
    line-height: 48px;
  }

  .community-blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 1080px;
    margin-bottom: 80px;
  }

  .blog-author {
    letter-spacing: 2.5px;
  }

  .nav-blur {
    background-color: rgba(12, 18, 24, .9);
  }

  .treasure-content {
    align-self: center;
  }

  .div-block-9 {
    height: 30rem;
  }

  .space {
    align-self: stretch;
    position: relative;
  }

  .treasure-container {
    z-index: 5;
  }

  .hero-content {
    justify-content: center;
    min-height: 1080px;
  }

  .left-bracket-2 {
    width: 280px;
  }

  .bracket-text-2 {
    font-size: 18px;
  }

  .right-bracket-2 {
    width: 280px;
  }

  .intro-bkd-img {
    object-fit: cover;
    display: inline-block;
  }

  .intro-content {
    height: auto;
  }

  .loot-img-container {
    margin-left: 60px;
  }

  .stone-container {
    width: 1080px;
  }

  .stone-img-container {
    margin-right: 80px;
  }

  .stone-img {
    opacity: .9;
    height: 105%;
  }

  .usp-point-content {
    padding: 0 30px;
  }

  .home-button-img {
    object-fit: contain;
    width: 72px;
    height: 72px;
  }

  .home-button-container {
    width: 80px;
    margin-top: 0;
  }

  .discord {
    cursor: auto;
  }

  .land-image-container {
    width: 240px;
    height: 240px;
    position: relative;
  }

  .defend-owl-bkd {
    background-color: #021120;
    border-radius: 12px;
    width: 240px;
    height: 240px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .benefit-icon {
    margin-top: -70px;
  }

  .icon-img {
    width: 200px;
  }

  .bullet-list {
    width: 60%;
  }

  .claim-bkd {
    display: none;
  }

  .claim-center-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .claim-title {
    margin-top: 80px;
    font-size: 52px;
  }

  .claim-form-content {
    width: 96%;
  }

  .claim-form-input {
    justify-content: center;
  }

  .claim-text {
    font-size: 1.2rem;
  }

  .claim-text-content {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .claim-form-field {
    width: 70%;
  }

  .claim-submit-button {
    width: 28%;
  }

  .gg-head {
    width: 32%;
    margin-left: 20px;
    margin-right: 40px;
  }

  .claim-full-bkd {
    margin-top: 120px;
  }

  .claim-center {
    width: 80vw;
    max-width: 1220px;
  }

  .nav-discord-txt {
    font-size: 20px;
    line-height: 24px;
  }

  .crown-container {
    width: 480px;
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .discord-link, .x-link {
    cursor: pointer;
  }

  .newsletter-form {
    width: 100%;
    max-width: 960px;
  }

  .home-button.w--current {
    width: 72px;
    height: 72px;
  }

  .legal-nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .legal-home-button-container {
    width: 80px;
    margin-top: 0;
  }

  .legal-nav-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-nav-blur {
    background-color: rgba(12, 18, 24, .9);
  }

  .legal-home-button-img {
    object-fit: contain;
    width: 8px;
    height: 12px;
  }

  .legal-home-button {
    text-decoration: none;
  }

  .legal-home-button.w--current {
    width: auto;
    height: auto;
  }

  .legal-nav-link-txt {
    font-size: 20px;
  }

  .cookie-modal_component {
    max-width: 480px;
  }

  .cookie-modal_closebutton {
    margin-top: 10px;
  }

  .cookie-modal_button {
    background-image: linear-gradient(180deg, var(--light-gold), var(--dark-gold));
  }

  .cookie-modal_button-wrap.is-small {
    padding-left: 20px;
  }

  .cookie-modal_styles {
    display: none;
  }

  .cookie-popup_component {
    max-width: 420px;
  }

  .cookie-preference_component {
    display: none;
  }

  .cookie-popup-container {
    display: block;
  }

  .outer-fire-ring {
    opacity: .4;
  }

  .image-sparkles.mbm-color-dodge {
    object-fit: cover;
    max-height: 1080px;
    display: block;
  }

  .button-sheen {
    z-index: 3;
  }

  .nav-button-sheen {
    width: 240px;
    height: 64px;
  }

  .privacy-button-container.header {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 60px auto 100px;
    display: block;
    position: static;
    top: 58px;
    overflow: visible;
  }

  .blog-card-img {
    position: relative;
  }

  .tagline-left {
    font-size: 40px;
    line-height: 48px;
  }

  .newsletter-form-input {
    justify-content: center;
    align-items: center;
  }

  .communication-button-container.header {
    text-align: left;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 60px auto 100px;
    display: block;
    position: static;
    top: 58px;
    overflow: visible;
  }

  .prompt-nav-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .prompt-nav-home-button {
    text-decoration: none;
  }

  .prompt-nav-home-button.w--current {
    width: auto;
    height: auto;
  }

  .communication-nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: auto;
  }

  .unsub-claim-form-input {
    justify-content: center;
  }

  .unsub-claim-form-content {
    width: 96%;
  }

  .unsub-button {
    width: 400px;
    height: 5rem;
    position: relative;
    bottom: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .nav-section {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-container {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .nav-text-link {
    width: auto;
    padding-left: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .nav-cta {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    margin-left: 0;
  }

  .nav-button {
    width: 140px;
    height: 48px;
    padding: 14px 15px 10px;
  }

  .nav-button-text {
    font-size: 20px;
  }

  .hero-section {
    max-height: 1020px;
  }

  .gradient-bkd {
    max-height: 1080px;
  }

  .hero-bkd-container {
    background-color: var(--bkd-navy);
    max-height: 1020px;
  }

  .logotype {
    width: 580px;
  }

  .hero-george {
    width: 540px;
  }

  .treasurechest {
    width: 250px;
    top: -10px;
    right: -170px;
  }

  .treasurepile {
    text-align: left;
    width: 480px;
    left: 0;
  }

  .treasurebag {
    z-index: 2;
    width: 260px;
    top: -10px;
    left: -160px;
  }

  .zabra {
    text-align: center;
    object-fit: contain;
    top: -45px;
  }

  .hero-bkd-img {
    max-height: 1080px;
  }

  .hero-container {
    padding-top: 30px;
  }

  .benefits-section {
    background-color: #0b1e31;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 20px;
  }

  .benefits-section.mobile {
    display: none;
  }

  .benefits-container {
    position: relative;
    top: 4.5vw;
    overflow: visible;
  }

  .button-container {
    opacity: 1;
  }

  .button-container.header {
    object-fit: fill;
    margin-bottom: 0;
    position: relative;
  }

  .button {
    text-align: center;
    object-fit: contain;
    flex-direction: row;
    align-self: flex-end;
    width: 20rem;
    height: auto;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    top: -10px;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .button.hero {
    width: 280px;
    height: 78px;
    position: relative;
    top: 0;
  }

  .button.privacy {
    width: 280px;
    height: 72px;
    padding-top: 22px;
    padding-bottom: 18px;
    top: 0;
  }

  .button.privacy.w--current {
    width: 280px;
    height: 72px;
    padding-top: 22px;
    top: 0;
  }

  .button-text {
    font-size: 34px;
    line-height: 34px;
  }

  .benefit-frame-img {
    object-fit: contain;
    width: 20em;
    margin-top: 40px;
    margin-right: 0;
    right: auto;
  }

  .benefit-frame-img.mobile {
    display: none;
  }

  .benefit-text {
    justify-content: flex-start;
    margin-top: 100px;
  }

  .benefit-text.mobile {
    height: auto;
  }

  .benefit-head {
    font-size: 26px;
  }

  .benefit-head.mobile {
    margin-top: 40px;
    font-size: 26px;
    line-height: 30px;
    top: 0;
  }

  .benefits-text {
    -webkit-text-stroke-color: var(--dark-cream);
  }

  .benefits-text.mobile {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
    top: 0;
  }

  .benefit-frame-content {
    justify-content: flex-start;
    width: 360px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit-frame-content.mobile {
    text-align: left;
    background-color: #0f1c2c;
    flex: 1;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .headline-container {
    width: 720px;
    margin-bottom: 60px;
  }

  .headline-container.mobile {
    margin-bottom: 20px;
  }

  .headline {
    text-shadow: 0 1px #b25425;
    font-size: 36px;
    line-height: 50px;
  }

  .headline.thegame {
    font-size: 42px;
    line-height: 53px;
  }

  .divider {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .divider.thegame {
    margin-top: 10px;
  }

  .divider.dark {
    width: 720px;
  }

  .subhead {
    font-size: 20px;
    line-height: 36px;
  }

  .subhead.thegame {
    font-size: 16px;
    line-height: 24px;
  }

  .benefits-content {
    border-top-style: none;
    padding-top: 40px;
  }

  .benefits-content.mobile {
    order: 1;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .benefit-frame-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: stretch;
    width: 95%;
    max-width: 960px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-frame-container.mobile {
    aspect-ratio: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .intro-bk-img {
    object-fit: fill;
    width: auto;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    position: relative;
    top: auto;
    bottom: auto;
    overflow: visible;
  }

  .intro-player {
    border-color: var(--navy);
    width: 720px;
    margin-bottom: 60px;
  }

  .intro-brackets {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: 60vw;
    margin-bottom: 61px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
  }

  .left-bracket {
    aspect-ratio: auto;
    object-fit: fill;
    align-self: auto;
    width: 12rem;
    padding-left: 20px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .bracket-text {
    font-size: .875rem;
    overflow: visible;
  }

  .right-bracket {
    object-fit: fill;
    width: 12rem;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
  }

  .quote-container {
    width: 80%;
    min-width: 720px;
  }

  .game-bkd-container {
    height: 100%;
  }

  .game-bk-img {
    object-fit: cover;
    border-top-width: 0;
  }

  .spike-container {
    width: 720px;
  }

  .tree-container {
    margin-bottom: 50px;
  }

  .tree-img {
    margin-top: -90px;
  }

  .loot-container {
    width: 720px;
  }

  .game-brackets {
    margin-bottom: 70px;
  }

  .game-container {
    flex-direction: column;
    align-items: center;
  }

  .caption-container {
    width: 340px;
  }

  .caption-container.tree {
    padding-right: 10%;
  }

  .caption-text {
    font-size: 18px;
  }

  .caption-head {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
  }

  .caption-head.tree {
    line-height: 32px;
  }

  .land-bracket {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .land-section {
    height: auto;
  }

  .caption-container-long {
    width: 320px;
  }

  .caption-colums {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .usp-container {
    height: 100%;
  }

  .usp-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 95vw;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .usp-point {
    justify-content: center;
    width: 95vw;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .usp-head {
    text-align: center;
  }

  .usp-text {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
  }

  .news-section {
    min-height: auto;
  }

  .news-head {
    text-align: center;
    font-size: 42px;
    line-height: 52px;
  }

  .news-text {
    text-align: center;
    margin-bottom: 70px;
    font-size: 18px;
  }

  .news-container {
    width: 720px;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .news-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 90%;
    margin-top: 20px;
  }

  .newsletter-form-field {
    border-width: .5px;
    border-color: var(--blue);
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
  }

  .submit-button {
    border-width: .5px;
    width: 280px;
    font-size: 30px;
  }

  .social {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gg-img {
    width: 240px;
    margin-top: -200px;
  }

  .tagline-container {
    width: 720px;
    margin-bottom: 60px;
  }

  .gg_logo-2 {
    width: 180px;
    height: 100%;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tagline-right {
    letter-spacing: 4px;
    width: 300px;
    padding-left: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .community-blog {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 720px;
    margin-bottom: 50px;
  }

  .blog-date {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .blog-title {
    color: var(--gold);
    font-size: 24px;
    line-height: 32px;
  }

  .blog-author {
    font-size: 12px;
    line-height: 18px;
  }

  .blog-button {
    border-radius: 4px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-button-text {
    font-size: 24px;
    line-height: 20px;
  }

  .footer-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .email {
    font-size: 20px;
  }

  .email.lc, .tachyon-credits-sub {
    font-size: 24px;
  }

  .created-by-tachyon-entertainment-developed-in-webflow-1 {
    font-size: 18px;
  }

  .nav-blur {
    background-color: rgba(12, 18, 24, .9);
  }

  .zabra-container {
    text-align: center;
  }

  .section {
    position: relative;
    overflow: visible;
  }

  .treasure-container {
    z-index: 1;
    margin-top: -60px;
  }

  .hero-content {
    justify-content: flex-start;
    min-height: auto;
  }

  .brackets-2 {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .left-bracket-2 {
    width: 20%;
  }

  .bracket-text-2 {
    font-size: 14px;
  }

  .right-bracket-2 {
    width: 20%;
  }

  .loot-img-container {
    width: 240px;
    height: 250px;
    margin-left: 20px;
  }

  .spike-img-container {
    width: 360px;
    height: 360px;
    margin-right: 20px;
  }

  .tree-img-container {
    width: 340px;
    margin-left: 0;
  }

  .stone-container {
    width: 720px;
  }

  .stone-img-container {
    width: 260px;
    margin-right: 40px;
  }

  .stone-img {
    height: 105%;
  }

  .usp-point-content {
    width: 640px;
    padding: 15px 0 20px;
    position: relative;
  }

  .usp-bkd-color {
    max-width: 680px;
  }

  .home-button-img {
    width: 60px;
    height: 60px;
  }

  .home-button-container {
    width: 64px;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .discord {
    cursor: auto;
  }

  .vectors-wrapper-30 {
    width: 40px;
    height: 40px;
  }

  .vectors-wrapper-31 {
    width: 40px;
    height: 40px;
    display: none;
  }

  .vectors-wrapper-34 {
    width: 40px;
    height: 40px;
  }

  .land-image-container {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .defend-owl, .defend-owl.attack-owl {
    width: 200px;
  }

  .benefit-icon {
    margin-top: -60px;
  }

  .icon-img {
    width: 150px;
  }

  .content-frame-bkd {
    justify-content: flex-start;
  }

  .bullet-list {
    width: 94%;
  }

  .menu-hamburger-container, .gold-divider {
    display: none;
  }

  .x {
    width: 36px;
    height: 34px;
    margin-bottom: 1px;
  }

  .claim-bkd {
    display: none;
  }

  .claim-title {
    width: 100%;
    margin-top: 60px;
    font-size: 36px;
  }

  .claim-text {
    text-align: center;
    font-size: 18px;
  }

  .claim-head {
    font-size: 42px;
    line-height: 60px;
  }

  .claim-text-content {
    align-items: center;
    margin-bottom: 20px;
  }

  .claim-form-container {
    margin-top: 0;
  }

  .claim-form-field {
    width: 58vw;
  }

  .claim-subhead {
    font-size: 36px;
    line-height: 50px;
  }

  .claim-submit-button {
    width: 250px;
  }

  .gg-head {
    display: none;
  }

  .claim-full-bkd {
    width: 100%;
    margin-top: 80px;
    padding-bottom: 10%;
  }

  .claim-center {
    width: 90vw;
  }

  .claim-top-bkd {
    height: auto;
    margin-top: -20px;
    padding: 40px 40px 30px;
  }

  .claim-text-copy {
    font-size: 18px;
  }

  .le-text {
    margin-bottom: 20px;
  }

  .nav-discord-txt {
    width: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .crown-container {
    width: 340px;
    margin-top: -40px;
    margin-bottom: 40px;
  }

  .success-message {
    width: 100%;
    height: 72px;
    padding-top: 24px;
  }

  .claim-success-txt {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .error-message {
    border-radius: 6px;
    width: 100%;
    height: 72px;
    padding-top: 24px;
  }

  .newsletter-form {
    width: 100%;
    height: 100%;
  }

  .newlsetter-success, .newsletter-error {
    border-radius: 6px;
  }

  .privacy-content {
    width: 720px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .privacy-title {
    padding-bottom: 20px;
    font-size: 68px;
    line-height: 78px;
  }

  .privacy-date {
    font-size: 14px;
  }

  .privacy-head {
    font-size: 32px;
    line-height: 36px;
  }

  .privacy-body {
    font-size: 14px;
    line-height: 24px;
  }

  .privacy-subhead {
    font-size: 20px;
    line-height: 28px;
  }

  .privacy-subhead.thirds {
    font-size: 24px;
  }

  .home-button.w--current {
    width: 60px;
    height: 60px;
  }

  .menu-exit-container {
    display: none;
  }

  .legal-nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .legal-home-button-container {
    width: 64px;
  }

  .legal-nav-container {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .legal-nav-blur {
    background-color: rgba(12, 18, 24, .9);
  }

  .legal-home-button-img {
    width: 8px;
    height: 12px;
    text-decoration: none;
  }

  .legal-home-button {
    align-items: center;
    height: auto;
    padding-bottom: 3px;
    text-decoration: none;
    display: flex;
  }

  .legal-home-button.w--current {
    margin-bottom: 0;
    padding-bottom: 3px;
  }

  .legal-nav-link-txt {
    width: auto;
    padding-left: 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .cookie-modal_content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cookie-modal_component {
    align-items: center;
    bottom: auto;
  }

  .cookie-modal_description {
    width: auto;
  }

  .cookie-modal_button-wrap.is-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: .5px solid var(--blue);
    background-color: var(--light-cream);
    width: 100%;
  }

  .cookie-popup_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    box-shadow: 0 4px 20px rgba(2, 17, 32, .35);
  }

  .cookie-preference_wrapper {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 40px;
  }

  .cookie-preference_component {
    display: none;
  }

  .cookie-modal_form {
    flex-direction: column;
    padding-top: 15px;
    display: flex;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    width: 748px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .cookie-popup-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .cookie-preference-button {
    z-index: 15;
    bottom: 15px;
    left: 20px;
  }

  .cookie-modal_description-settings {
    width: auto;
  }

  .cookies {
    display: block;
  }

  .inner-ring {
    width: 560px;
    margin-right: 0;
  }

  .portal-container {
    width: 640px;
    height: 640px;
    margin-top: 90px;
  }

  .outer-fire-ring {
    opacity: .4;
    width: 580px;
    margin-right: 0;
  }

  .image-sparkles.mbm-color-dodge {
    max-height: 1080px;
    display: block;
  }

  .nav-button-sheen {
    width: 160px;
    height: 48px;
  }

  .privacy-heading-small {
    font-size: 16px;
    line-height: 32px;
  }

  .privacy-thirds {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .privacy-thirds-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-top: 20px;
  }

  .privacy-thirds-container {
    height: auto;
  }

  .privacy-body-copy {
    margin-top: 10px;
    margin-bottom: 90px;
    font-size: 16px;
    line-height: 28px;
  }

  .privacy-body-content {
    margin-bottom: 60px;
  }

  .privacy-button-container {
    opacity: 1;
  }

  .privacy-button-container.header {
    object-fit: fill;
    margin-bottom: 0;
    position: relative;
  }

  .blog-card-img {
    height: 160px;
  }

  .tagline-left {
    letter-spacing: 4px;
    width: 300px;
    padding-left: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .tagline-container-mobile {
    margin-bottom: 40px;
  }

  .consent-container {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .consent-txt {
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox {
    width: 24px;
    height: 24px;
  }

  .communication-button-container {
    opacity: 1;
  }

  .communication-button-container.header {
    object-fit: fill;
    margin-bottom: 0;
    position: relative;
  }

  .prompt-nav-home-button {
    text-decoration: none;
  }

  .communication-nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
  }

  .prompt-footer-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .unsub-content {
    margin-top: -100px;
  }

  .prompt-social {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .prompt-subhead {
    font-size: 16px;
    line-height: 18px;
  }

  .unsub-button {
    text-align: center;
    object-fit: contain;
    flex-direction: row;
    align-self: flex-end;
    width: 20rem;
    height: auto;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    top: -10px;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .unsub-button.hero {
    width: 280px;
    height: 78px;
    position: relative;
    top: 0;
  }

  .unsub-button.privacy {
    width: 280px;
    height: 72px;
    padding-top: 22px;
    padding-bottom: 18px;
    top: 0;
  }

  .unsub-button.privacy.w--current {
    width: 280px;
    height: 72px;
    padding-top: 22px;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    border-bottom-width: 0;
    justify-content: flex-end;
    align-items: flex-start;
    height: 70px;
    margin-bottom: -70px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    display: flex;
  }

  .nav-container {
    flex-direction: column;
    justify-content: flex-start;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-content {
    z-index: 10;
    cursor: auto;
    background-color: rgba(12, 18, 24, .98);
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 10px;
    padding-top: 0;
    overflow: visible;
  }

  .nav-text-link {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--light-gold));
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
  }

  .nav-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 40px;
    bottom: 0;
    overflow: visible;
  }

  .nav-button {
    border-width: .5px;
    width: 280px;
    height: 72px;
    margin-top: 0;
    padding: 22px 0 18px;
  }

  .nav-button-text {
    font-size: 32px;
    line-height: 32px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: 640px;
  }

  .gradient-bkd {
    background-image: linear-gradient(180deg, rgba(2, 17, 32, 0) 40%, var(--bkd-navy));
    max-height: 640px;
  }

  .hero-bkd-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-height: 640px;
  }

  .logotype {
    width: 360px;
  }

  .hero-george {
    width: 320px;
    margin-top: -30px;
    margin-bottom: 10px;
  }

  .treasurechest {
    width: 180px;
    top: -35px;
    right: -110px;
  }

  .treasurepile {
    width: 360px;
    top: 5px;
    left: -5px;
  }

  .treasurebag {
    width: 180px;
    top: -30px;
    left: -110px;
  }

  .zabra {
    text-align: left;
    object-fit: contain;
    position: relative;
    top: 0;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .hero-bkd-img {
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 640px;
    bottom: auto;
  }

  .hero-bkd-img.intro {
    object-fit: fill;
    width: 100vw;
    height: 100%;
    min-height: 0;
    top: -50px;
  }

  .hero-container {
    height: 100%;
    max-height: 640px;
    margin-top: 0;
    padding-top: 20px;
  }

  .benefits-section {
    margin-top: 0;
    padding-top: 30px;
  }

  .benefits-container {
    position: fixed;
  }

  .button-container.header {
    background-color: rgba(99, 128, 149, 0);
    align-self: center;
    min-height: 0;
    max-height: 10rem;
    margin-top: 0;
    margin-bottom: 5%;
    padding-bottom: 0;
    display: flex;
    top: 0%;
    overflow: visible;
  }

  .button {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
    overflow: visible;
  }

  .button.hero {
    cursor: pointer;
    border-radius: 4px;
    width: 250px;
    height: 68px;
    padding-top: 22px;
    padding-bottom: 18px;
    position: relative;
  }

  .button.privacy {
    width: 240px;
    height: 68px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .button.privacy.w--current {
    width: 260px;
    height: 72px;
    padding-top: 22px;
  }

  .button-text {
    color: var(--dark-navy);
    font-size: 30px;
    line-height: 30px;
  }

  .benefit-frame-img {
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0 auto 0;
    padding-top: 0;
    position: absolute;
    overflow: visible;
  }

  .benefit-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 280px;
    margin-top: 0;
    margin-left: -30px;
    margin-right: 0;
    padding-right: 15px;
  }

  .benefit-text.mobile {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0%;
    top: 0;
    bottom: 0;
  }

  .benefit-head {
    text-align: left;
    top: 1.25rem;
  }

  .benefit-head.mobile {
    font-size: 24px;
    line-height: 24px;
  }

  .benefits-text {
    text-align: left;
    line-height: 24px;
    top: 1.4375rem;
  }

  .benefits-text.mobile {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .benefit-frame-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefit-frame-content.mobile {
    flex: 1;
    align-self: stretch;
    max-width: none;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .benefit-frame-content.mobile.v2 {
    width: 80%;
  }

  .headline-container {
    width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-container.the-game {
    width: auto;
    max-width: 100vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .headline-container.mobile {
    width: 100vw;
    margin-bottom: 0;
  }

  .headline {
    text-shadow: 0 1px #b25425;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 40px;
  }

  .headline.thegame {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
  }

  .divider {
    width: 60%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .divider.thegame {
    margin-left: auto;
  }

  .divider.dark {
    width: 80%;
    margin-bottom: 15px;
  }

  .subhead {
    font-size: 20px;
    line-height: 32px;
  }

  .subhead.thegame {
    text-align: center;
  }

  .benefits-content {
    border-top-style: none;
    border-top-width: 0;
  }

  .benefits-content.mobile {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .benefit-frame-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    width: 460px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .benefit-frame-container.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .intro-section {
    background-color: rgba(5, 17, 31, 0);
  }

  .intro-player {
    opacity: 1;
    width: 96%;
    margin-bottom: 40px;
  }

  .intro-brackets {
    margin: 0 auto 40px;
  }

  .left-bracket {
    height: 3.25rem;
    overflow: visible;
  }

  .bracket-text {
    line-height: 22px;
  }

  .intro-container {
    -webkit-text-fill-color: inherit;
    background-clip: padding-box;
    width: 100%;
    top: -25px;
  }

  .quote-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-container {
    width: 90%;
    min-width: 460px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .game-section {
    border-top: 1px solid rgba(99, 128, 149, 0);
  }

  .game-bkd-container {
    border-top: .5px solid rgba(99, 128, 149, .25);
    height: 100%;
  }

  .game-bk-img {
    object-fit: cover;
    border-top-width: 0;
    border-top-color: rgba(99, 128, 149, 0);
    width: 100%;
  }

  .spike-container {
    flex-direction: column;
    width: 460px;
    margin-top: -15px;
    margin-bottom: 0;
  }

  .tree-container {
    flex-direction: column-reverse;
    width: 460px;
    margin-bottom: 40px;
  }

  .tree-img {
    margin-top: -10px;
    margin-bottom: 30px;
  }

  .loot-container {
    flex-direction: column-reverse;
    width: 460px;
  }

  .game-brackets {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin: 40px auto;
  }

  .game-container {
    width: 100%;
  }

  .loot-img {
    align-self: flex-start;
    max-width: 100%;
    height: 100%;
    margin-top: -5px;
  }

  .spike-img {
    margin-top: 0;
  }

  .caption-container {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 420px;
    display: flex;
  }

  .caption-container.loot {
    width: 100%;
    top: 0;
    left: 0%;
  }

  .caption-container.tree {
    align-self: flex-start;
    margin-top: 9%;
    top: 0;
  }

  .caption-text {
    text-align: center;
    width: 400px;
    font-size: 18px;
    line-height: 28px;
  }

  .caption-text.tree {
    text-align: center;
  }

  .caption-text.long, .caption-text.bullet-title, .caption-text.bullet-title.bullet {
    width: auto;
  }

  .caption-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .caption-head.tree {
    text-align: left;
  }

  .caption-head.long {
    width: auto;
  }

  .caption-container-long {
    width: 80%;
  }

  .caption-colums {
    border-top-width: .5px;
    border-radius: 6px;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 600px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .usp-container {
    height: 100%;
  }

  .usp-grid {
    width: 90vw;
    margin-bottom: 160px;
  }

  .usp-point {
    width: 100%;
    margin-bottom: 15px;
  }

  .usp-head {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .usp-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .news-head {
    font-size: 36px;
    line-height: 48px;
  }

  .news-text {
    margin-bottom: 60px;
    line-height: 32px;
  }

  .news-container {
    width: 460px;
    margin-top: 60px;
  }

  .news-form {
    flex-direction: column;
    margin-bottom: 0;
  }

  .newsletter-form-field {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 68px;
    font-size: 20px;
  }

  .submit-button {
    cursor: pointer;
    width: 100%;
    height: 68px;
    padding: 18px 0 12px;
    font-size: 30px;
    line-height: 30px;
  }

  .news-email-input {
    text-align: center;
    justify-content: center;
    padding-left: 0;
    font-size: 20px;
  }

  .social {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gg-img {
    width: 220px;
  }

  .tagline-container {
    width: 460px;
    display: none;
  }

  .gg_logo-2 {
    width: 180px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tagline-right {
    text-align: center;
    letter-spacing: 4px;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
  }

  .community-blog {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 320px;
    margin-bottom: 20px;
  }

  .blog-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-button {
    margin-left: 40px;
    margin-right: 40px;
  }

  .blog-button-text {
    font-size: 24px;
  }

  .footer-section {
    width: 100%;
    height: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .email {
    font-size: 24px;
  }

  .footer-credits {
    margin-top: -420px;
  }

  .legal-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .tachyon-credits {
    text-align: center;
  }

  .legal-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .tachyon-credits-sub {
    font-size: 24px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .email-address {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
  }

  .footer-legal {
    flex-direction: column;
    margin-top: -680px;
  }

  .nav-blur {
    background-color: rgba(12, 18, 24, .9);
    flex-direction: column;
    justify-content: center;
    height: 80px;
    display: none;
    position: static;
  }

  .treasure-content {
    align-self: center;
  }

  .menu-hamburger {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
    position: relative;
  }

  .zabra-container {
    aspect-ratio: auto;
    text-align: center;
    flex: 0 auto;
    align-self: center;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 90%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 0 20px 10px;
    padding-right: 0;
    display: none;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .div-block-8 {
    width: 100vw;
    position: absolute;
    overflow: visible;
  }

  .slide {
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 0;
  }

  .mask {
    background-color: #17273c;
    width: auto;
    height: auto;
  }

  .slide-block-benefit {
    width: 100vw;
    height: auto;
  }

  .right-arrow {
    width: 15%;
    height: auto;
  }

  .slide-nav {
    background-color: #17273c;
    height: auto;
    padding-top: 10px;
    position: static;
  }

  .slider {
    height: auto;
  }

  .treasure-container {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .button-content {
    margin-bottom: 40px;
  }

  .hero-content {
    justify-content: space-around;
  }

  .brackets-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-bracket-2 {
    width: 15%;
  }

  .bracket-text-2 {
    padding-left: 14px;
  }

  .right-bracket-2 {
    width: 15%;
  }

  .intro-bkd-img {
    border-top-width: 0;
    border-top-color: rgba(99, 128, 149, 0);
  }

  .intro-content {
    width: 100%;
  }

  .loot-img-container {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .spike-img-container {
    width: 250px;
    height: 250px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tree-img-container {
    width: 220px;
  }

  .stone-container {
    flex-direction: column;
    width: 460px;
    margin-top: 0;
  }

  .stone-img-container {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .stone-img {
    height: 100%;
    margin-top: -5px;
  }

  .usp-point-content {
    width: 100%;
    max-width: 520px;
    padding: 20px 0;
  }

  .usp-bkd-color {
    max-width: 600px;
  }

  .home-button-img {
    width: 90px;
    height: 90px;
    margin-right: 0;
  }

  .home-button-container {
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: -20px;
    margin-right: -10px;
  }

  .land-image-container {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }

  .defend-owl, .defend-owl.attack-owl {
    width: 200px;
  }

  .defend-owl-bkd {
    width: 200px;
    height: 200px;
  }

  .rule-vert {
    width: 90%;
    height: .5px;
  }

  .benefit-icon {
    width: 180px;
    margin-top: -5px;
    position: relative;
  }

  .icon-img {
    width: 140px;
  }

  .content-frame-bkd {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 160px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bullet-list {
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-hamburger-container {
    z-index: 4;
    border-style: solid;
    border-width: .5px;
    border-color: var(--yellow) var(--light-cream) var(--light-cream);
    background-color: var(--gold);
    background-image: linear-gradient(180deg, var(--yellow), var(--gold));
    cursor: pointer;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    box-shadow: -2px 2px 8px 2px rgba(2, 17, 32, .2);
  }

  .gold-divider {
    border-top: .5px solid rgba(183, 135, 34, .5);
    width: 68vw;
    height: auto;
    margin-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .hamburger-menu-img {
    mix-blend-mode: normal;
    width: 28px;
    height: 24px;
    margin-top: -2px;
    padding-right: 1px;
    position: relative;
  }

  .vectors-wrapper-36 {
    width: 40px;
    height: 40px;
  }

  .claim-bkd {
    cursor: auto;
    display: none;
    overflow: scroll;
  }

  .claim-center-container {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .claim-exit {
    width: 70px;
    height: 70px;
  }

  .exit-icon {
    width: 50px;
    height: 50px;
  }

  .claim-asterisk {
    margin-top: 30px;
  }

  .claim-title {
    letter-spacing: 8px;
    margin-top: 30px;
    font-size: 28px;
    line-height: 52px;
  }

  .claim-form-input {
    flex-direction: column;
    height: 100%;
  }

  .claim-text {
    font-size: 18px;
    line-height: 32px;
  }

  .claim-head {
    font-size: 36px;
    line-height: 52px;
  }

  .claim-text-content {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .claim-form-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .claim-form-field {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 6px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 68px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .claim-form-field:focus {
    border-width: 3px;
  }

  .claim-submit-button {
    background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
    color: var(--dark-navy);
    width: 100%;
    height: 68px;
    margin-top: 20px;
    padding: 18px 0 12px;
  }

  .claim-submit-button:hover {
    background-image: linear-gradient(180deg, var(--yellow), var(--gold));
  }

  .claim-full-bkd {
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .claim-center {
    justify-content: flex-start;
    height: 100%;
  }

  .claim-top-bkd {
    height: auto;
    margin-top: -20px;
    padding: 24px 30px 20px;
  }

  .le-text {
    font-size: 16px;
  }

  .nav-discord-link {
    display: block;
  }

  .nav-discord-txt {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--light-gold));
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .crown-container {
    cursor: pointer;
    width: 280px;
    margin-top: -35px;
    margin-bottom: 0;
  }

  .success-message {
    width: 100%;
    height: 68px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .claim-success-txt {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    line-height: 24px;
  }

  .error-message {
    border-radius: 6px;
    width: 100%;
    height: 68px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .discord-link, .x-link {
    cursor: pointer;
  }

  .newsletter-form {
    width: 90%;
    height: 100%;
    margin-top: 20px;
  }

  .newsletter-form-content {
    flex-direction: column;
    height: 100%;
  }

  .newlsetter-success {
    border-radius: 6px;
    height: 68px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-success-txt {
    line-height: 28px;
  }

  .newsletter-error {
    border-radius: 6px;
    height: 68px;
    padding: 20px 10px;
  }

  .newsletter-error-txt {
    line-height: 28px;
  }

  .legal-nav {
    border-bottom-width: 0;
    justify-content: center;
    align-items: flex-start;
    height: 80px;
    margin-bottom: -100px;
    font-size: 20px;
  }

  .privacy-content {
    flex-direction: column;
    align-items: flex-start;
    width: 0;
    min-width: 90%;
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
  }

  .privacy-title {
    font-size: 56px;
    line-height: 58px;
  }

  .privacy-head {
    font-size: 30px;
  }

  .privacy-body {
    line-height: 24px;
  }

  .privacy-subhead.thirds {
    margin-top: 40px;
  }

  .home-button.w--current {
    width: 90px;
    height: 90px;
  }

  .menu-exit-container {
    z-index: 4;
    border: .5px solid var(--light-cream);
    background-color: var(--gold);
    background-image: linear-gradient(180deg, var(--yellow), var(--gold));
    cursor: pointer;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    box-shadow: -2px 2px 5px 3px rgba(2, 17, 32, .3);
  }

  .exit-menu-img {
    width: 24px;
    height: 20px;
    margin-top: -1px;
    position: relative;
  }

  .legal-nav-content {
    z-index: 10;
    cursor: auto;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-home-button-container {
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
  }

  .legal-nav-container {
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .legal-nav-blur {
    background-color: rgba(12, 18, 24, .9);
    flex-direction: column;
    justify-content: center;
    height: 80px;
    display: block;
    position: static;
  }

  .legal-home-button-img {
    width: 8px;
    height: 12px;
    margin-right: 0;
  }

  .legal-home-button {
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-decoration: none;
    display: flex;
  }

  .legal-home-button:hover {
    transform: none;
  }

  .legal-home-button.w--current {
    height: auto;
  }

  .legal-nav-link-txt {
    text-align: center;
    padding-top: 4px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .cookie-modal_content-wrap {
    padding-right: 70px;
  }

  .cookie-modal_component {
    width: auto;
    max-width: 100%;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.is-small {
    border-top: .5px solid var(--blue);
    background-color: var(--light-cream);
  }

  .cookie-modal_button-wrap.in-pref-manger {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-right: -70px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: -webkit-sticky;
    position: sticky;
  }

  .cookie-popup_component {
    display: none;
    box-shadow: 0 4px 20px rgba(2, 17, 32, .35);
  }

  .cookie-preference_wrapper {
    max-width: 480px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-preference_component {
    display: none;
  }

  .cookie-modal_form {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .cookie-preference-button {
    z-index: 15;
    bottom: 15px;
    left: 15px;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .cookies {
    display: block;
  }

  .inner-ring {
    width: 320px;
    margin-right: 0;
  }

  .portal-container {
    width: 360px;
    height: 360px;
    margin-top: -160px;
  }

  .outer-fire-ring {
    width: 360px;
    margin-right: 0;
  }

  .image-sparkles.mbm-color-dodge {
    max-height: 640px;
    display: none;
  }

  .hero-sheen {
    display: block;
  }

  .hero-button-sheen, .button-sheen {
    width: 18rem;
    height: 72px;
  }

  .nav-sheen {
    display: block;
  }

  .nav-button-sheen {
    width: 18rem;
    height: 72px;
  }

  .privacy-heading-small {
    line-height: 28px;
  }

  .privacy-thirds {
    width: 60%;
    margin-top: 0;
  }

  .privacy-thirds-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    display: flex;
  }

  .privacy-icons {
    margin-left: -5px;
    font-size: 100px;
  }

  .privacy-body-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .privacy-button-container {
    width: 100%;
    margin-top: 40px;
  }

  .privacy-button-container.header {
    background-color: rgba(99, 128, 149, 0);
    align-self: center;
    min-height: 0;
    max-height: 10rem;
    margin-top: 0;
    margin-bottom: 5%;
    padding-bottom: 0;
    display: flex;
    top: 0%;
    overflow: visible;
  }

  .blog-card-img {
    height: 180px;
  }

  .tagline-left {
    letter-spacing: 4px;
    font-size: 20px;
  }

  .tagline-container-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 40px;
    display: flex;
  }

  .consent-txt {
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox {
    width: 24px;
    height: 24px;
  }

  .newsletter-form-input {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: 100%;
  }

  .communication-head {
    font-size: 32px;
    line-height: 42px;
  }

  .communication-content {
    width: 450px;
  }

  .communication-button-container {
    width: 100%;
    margin-top: 40px;
  }

  .communication-button-container.header {
    background-color: rgba(99, 128, 149, 0);
    align-self: center;
    min-height: 0;
    max-height: 10rem;
    margin-top: 0;
    margin-bottom: 5%;
    padding-bottom: 0;
    display: flex;
    top: 0%;
    overflow: visible;
  }

  .communication-nav {
    border-bottom-width: 0;
    justify-content: center;
    align-items: flex-start;
    height: 80px;
    margin-bottom: -100px;
    font-size: 20px;
  }

  .prompt-nav-home-button {
    text-decoration: none;
  }

  .prompt-nav-home-button:hover {
    transform: none;
  }

  .communication-nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .communication-nav-content {
    z-index: 10;
    cursor: auto;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .communication-hero-img {
    width: 450px;
  }

  .prompt-footer-legal, .prompt-footer-section {
    justify-content: center;
    align-items: center;
  }

  .prompt-legal-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .prompt-legal {
    text-align: center;
  }

  .prompt-legal-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    align-items: center;
  }

  .prompt-legal-link {
    text-align: center;
  }

  .unsub-claim-form-input {
    flex-direction: column;
  }

  .unsub-content {
    width: 450px;
  }

  .prompt-subhead {
    line-height: 24px;
  }

  .prompt-nav-container-unsub {
    align-items: center;
  }

  .claim-unsubscribe-button {
    background-image: linear-gradient(180deg, var(--yellow), var(--dark-gold));
    color: var(--dark-navy);
  }

  .claim-unsubscribe-button:hover {
    background-image: linear-gradient(180deg, var(--yellow), var(--gold));
  }

  .unsub-button {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
    overflow: visible;
  }

  .unsub-button.hero {
    cursor: pointer;
    border-radius: 4px;
    width: 250px;
    height: 68px;
    padding-top: 22px;
    padding-bottom: 18px;
    position: relative;
  }

  .unsub-button.privacy {
    width: 240px;
    height: 68px;
    padding-top: 22px;
    padding-bottom: 18px;
  }

  .unsub-button.privacy.w--current {
    width: 260px;
    height: 72px;
    padding-top: 22px;
  }
}

@media screen and (max-width: 479px) {
  .nav-section {
    z-index: 50;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 15px;
    overflow: hidden;
  }

  .nav-content {
    background-color: rgba(12, 18, 24, .98);
    min-height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: none;
    overflow: scroll;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-top: 0;
    overflow: visible;
  }

  .nav-text-link {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--light-gold));
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .nav-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav-button {
    border-width: .5px;
    width: 240px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 18px;
    display: block;
  }

  .nav-button-text {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

  .hero-section {
    max-height: 620px;
    overflow: visible;
  }

  .gradient-bkd {
    width: 100%;
    max-height: none;
    overflow: hidden;
  }

  .hero-bkd-container {
    width: 100vw;
    height: 100%;
    max-height: 620px;
    overflow: hidden;
  }

  .logotype {
    width: 300px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-george {
    z-index: 3;
    width: 280px;
    max-width: none;
    margin-top: -10px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .treasurechest {
    z-index: 4;
    object-fit: cover;
    width: 40%;
    max-width: 150px;
    display: none;
    top: -20px;
    right: -90px;
    overflow: hidden;
  }

  .treasurepile {
    opacity: 1;
    text-align: center;
    object-fit: fill;
    width: 280px;
    min-width: 280px;
    max-width: none;
    top: 20px;
    left: auto;
    overflow: hidden;
  }

  .treasurebag {
    width: 40%;
    max-width: 150px;
    display: none;
    top: -16px;
    left: -85px;
    overflow: hidden;
  }

  .zabra {
    text-align: center;
    object-fit: contain;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 27px;
    overflow: visible;
  }

  .hero-bkd-img {
    object-fit: cover;
    object-position: 50% 100%;
    max-width: none;
    max-height: 620px;
    overflow: hidden;
  }

  .hero-bkd-img.intro {
    width: 100vw;
    height: 100%;
    top: auto;
  }

  .hero-container {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-width: 320px;
    max-height: 620px;
    padding-top: 70px;
    overflow: visible;
  }

  .benefits-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-top: 0;
    padding-top: 30px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .benefits-container {
    object-fit: contain;
    position: relative;
  }

  .button-container.header {
    background-color: rgba(99, 128, 149, 0);
    order: 0;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 0%;
    overflow: visible;
  }

  .button {
    z-index: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    display: block;
    position: relative;
    top: 0;
    right: 0%;
    overflow: visible;
  }

  .button.hero {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--yellow));
    border-width: .5px;
    border-radius: 3px;
    width: 240px;
    height: 64px;
    padding-top: 20px;
    padding-bottom: 18px;
    position: relative;
  }

  .button.privacy, .button.privacy:hover {
    width: 220px;
    height: 64px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .button.privacy.w--current {
    width: 220px;
    height: 64px;
    padding-top: 20px;
  }

  .button-text {
    font-size: 28px;
    line-height: 28px;
  }

  .benefit-frame-img {
    object-fit: contain;
    width: 100%;
    max-height: none;
    overflow: visible;
  }

  .benefit-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-right: 0;
    font-size: .875rem;
  }

  .benefit-text.mobile {
    width: 100%;
    bottom: 0;
  }

  .benefit-text.mobile.v2 {
    justify-content: flex-start;
    align-items: center;
  }

  .benefit-head {
    color: var(--gold);
    text-align: center;
    text-shadow: 0 2px 0 var(--light-red);
    font-size: 24px;
    line-height: 28px;
    top: 30px;
  }

  .benefits-text {
    color: var(--dark-cream);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .benefits-text.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-frame-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    max-width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-frame-content.mobile {
    width: 100%;
  }

  .benefit-frame-content.mobile.v2 {
    justify-content: space-between;
    width: 80%;
    display: block;
  }

  .headline-container {
    text-align: center;
    justify-content: center;
    width: 90vw;
    max-width: 450px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-container.the-game {
    margin-left: 0;
    margin-right: 0;
  }

  .headline-container.mobile {
    margin-bottom: 0;
  }

  .headline {
    text-shadow: 0 1px #b25425;
    width: 90%;
    font-size: 30px;
    line-height: 36px;
  }

  .headline.mobile {
    aspect-ratio: auto;
    font-size: 50px;
  }

  .headline.thegame {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .divider {
    width: 80%;
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .divider.dark {
    width: 90%;
  }

  .subhead {
    letter-spacing: .25px;
    font-size: 18px;
    line-height: 30px;
  }

  .benefits-content {
    border-top: 0 rgba(99, 128, 149, 0);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .benefits-content.mobile {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .benefits-bk {
    object-fit: fill;
    flex-direction: column;
    display: flex;
  }

  .benefit-frame-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 360px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefit-frame-container.mobile {
    flex-direction: column;
  }

  .intro-section, .intro-bkd-container {
    overflow: hidden;
  }

  .intro-bk-img {
    width: 100vw;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .intro-player {
    border: .5px solid var(--navy);
    border-radius: 0;
    width: 96%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .player-button {
    width: 100%;
    overflow: visible;
  }

  .intro-brackets {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .left-bracket {
    padding-left: 0;
  }

  .bracket-text {
    padding-left: 0;
    font-size: .5rem;
    line-height: 14px;
    overflow: visible;
  }

  .right-bracket {
    overflow: visible;
  }

  .intro-container {
    object-fit: contain;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100vw;
    height: auto;
    position: static;
    overflow: visible;
  }

  .quote-section {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .quote-container {
    width: 90%;
    min-width: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .quote-text {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 36px;
  }

  .quote-author {
    font-size: 12px;
    line-height: 20px;
  }

  .image {
    width: 3rem;
    overflow: visible;
  }

  .game-section {
    position: static;
    overflow: hidden;
  }

  .game-bkd-container {
    border-top-width: 0;
    overflow: hidden;
  }

  .game-bk-img {
    object-fit: cover;
    overflow: hidden;
  }

  .spike-container {
    width: 95%;
  }

  .tree-container {
    width: 95%;
    margin-bottom: 40px;
  }

  .tree-container.slider {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
  }

  .tree-container.slider.loot {
    margin-top: 61px;
  }

  .tree-img {
    align-self: center;
  }

  .tree-img.slider {
    align-self: center;
    width: auto;
    max-width: 40%;
    height: auto;
    max-height: 300px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 5%;
  }

  .loot-container {
    width: 95%;
  }

  .loot-container.slider {
    flex-direction: row;
    align-items: stretch;
    height: auto;
    margin-top: 0;
    padding-left: 5%;
    display: block;
    position: static;
  }

  .game-brackets {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 30px auto 0;
  }

  .loot-img.slide {
    align-self: center;
  }

  .loot-img.slider {
    display: inline;
  }

  .spike-img {
    top: -18px;
  }

  .caption-container {
    width: 100%;
    max-width: 360px;
    left: 0%;
  }

  .caption-container.loot {
    align-self: flex-end;
    padding-left: 0%;
    padding-right: 5%;
    top: 0;
  }

  .caption-container.loot.slide {
    align-self: flex-start;
  }

  .caption-container.tree {
    width: 60%;
    margin-top: 20px;
    padding-left: 5%;
  }

  .caption-container.tree.slider {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0%;
    padding-right: 20px;
  }

  .caption-text {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .caption-text.tree.slider {
    margin-top: 10px;
  }

  .caption-text.long {
    font-size: 16px;
    line-height: 24px;
  }

  .caption-text.bullet-title {
    font-size: 18px;
    line-height: 24px;
  }

  .caption-text.bullet-title.bullet {
    padding-left: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .caption-head {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .caption-head.long {
    font-size: 24px;
    line-height: 28px;
  }

  .land-bracket {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    margin: 30px auto 0;
  }

  .land-section {
    overflow: hidden;
  }

  .caption-container-long {
    width: 100%;
    max-width: 380px;
    margin-top: 0;
  }

  .caption-colums {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 6px;
    flex-direction: column;
    width: 90%;
    margin-bottom: 40px;
    padding: 30px 15px;
  }

  .usp-section {
    overflow: hidden;
  }

  .usp-container {
    height: 100%;
    overflow: hidden;
  }

  .usp-bk-img {
    opacity: .07;
  }

  .usp-grid {
    grid-column-gap: 20px;
    grid-row-gap: 29px;
    grid-template-rows: auto auto;
    grid-template-columns: 7fr 7fr;
    grid-auto-columns: 1fr;
    width: 90%;
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .usp-point {
    width: 100%;
    margin-bottom: 15px;
  }

  .usp-img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .usp-head {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .usp-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .news-section {
    padding-bottom: 40px;
  }

  .news-head {
    font-size: 28px;
    line-height: 36px;
  }

  .news-text {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 28px;
  }

  .news-container {
    width: 90%;
    margin-top: 80px;
    margin-bottom: 0;
    overflow: visible;
  }

  .news-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-top: 15px;
  }

  .newsletter-form-field {
    width: 100%;
    height: 64px;
    font-size: 18px;
  }

  .submit-button {
    width: 100%;
    height: 64px;
    font-size: 28px;
    line-height: 28px;
  }

  .news-email-input {
    padding-left: 0;
    font-size: 20px;
  }

  .social {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .gg-img {
    width: 160px;
    margin-top: -120px;
    margin-left: 0;
  }

  .community-section {
    position: static;
  }

  .tagline-right {
    font-size: 28px;
    line-height: 36px;
  }

  .community-blog {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 90vw;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-text {
    padding-left: 20px;
  }

  .blog-author {
    font-size: 13px;
  }

  .blog-button {
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-button:hover {
    background-image: linear-gradient(180deg, var(--light-red), var(--light-red));
  }

  .blog-button-text {
    letter-spacing: 1.5px;
    text-shadow: 0 .5px 0 var(--light-red);
  }

  .footer-section {
    justify-content: center;
    padding: 30px 0;
  }

  .footer-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .email.lc {
    font-size: 20px;
    line-height: 48px;
  }

  .footer-credits {
    text-align: center;
    align-items: center;
  }

  .legal-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .tachyon-credits {
    text-align: center;
    line-height: 18px;
  }

  .legal {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .tachyon-credits-sub {
    font-size: 20px;
  }

  .created-by-tachyon-entertainment-developed-in-webflow-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-container {
    width: 80%;
    padding-bottom: 20px;
  }

  .email-address {
    margin-top: 0;
  }

  .footer-legal {
    align-items: center;
    margin-top: -675px;
  }

  .nav-blur {
    flex-direction: row;
    align-items: flex-start;
  }

  .treasure-content {
    justify-content: space-around;
    align-self: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-hamburger {
    width: 36px;
    height: 36px;
  }

  .zabra-container {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: -51px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .slide {
    object-fit: fill;
    height: auto;
    margin-top: 20px;
    margin-right: 0;
    padding: 20px 10px 0;
    overflow: visible;
  }

  .mask {
    background-color: #17273c;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .slide-block-benefit {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    height: auto;
    display: block;
  }

  .left-arrow {
    width: 15%;
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .icon {
    margin: auto 10px;
    display: block;
  }

  .right-arrow {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 15%;
    height: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: hidden;
  }

  .icon-2 {
    background-color: rgba(255, 255, 255, 0);
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .slide-nav {
    object-fit: fill;
    background-color: #1b273b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    position: static;
    top: auto;
    overflow: visible;
  }

  .slider {
    height: auto;
  }

  .slider-game {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .slidergame {
    background-color: rgba(221, 221, 221, 0);
  }

  .right-arrow-2 {
    width: 15%;
  }

  .icon-3 {
    width: auto;
  }

  .left-arrow-2 {
    width: 10%;
  }

  .slide-2 {
    height: auto;
    margin: 0 auto auto;
  }

  .slide-nav-2 {
    position: static;
  }

  .mask-2 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slide-3 {
    height: 100%;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .treasure-container {
    width: 100vw;
    margin-top: -40px;
    display: block;
    position: static;
  }

  .button-content {
    margin-bottom: 40px;
  }

  .hero-content {
    justify-content: flex-start;
    min-height: 600px;
    overflow: hidden;
  }

  .brackets-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .left-bracket-2 {
    width: 10%;
  }

  .bracket-text-2 {
    letter-spacing: .75em;
    padding-left: 8px;
    font-size: 11px;
  }

  .right-bracket-2 {
    width: 10%;
  }

  .intro-bkd-img, .game-content {
    overflow: hidden;
  }

  .loot-img-container {
    width: 180px;
  }

  .spike-img-container {
    width: 260px;
    height: 260px;
  }

  .tree-img-container {
    width: 220px;
  }

  .stone-container {
    width: 95%;
    margin-top: 15px;
  }

  .stone-img-container {
    width: 180px;
  }

  .usp-point-content {
    width: 96%;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .home-button-img {
    width: 90px;
    height: 90px;
  }

  .home-button-container {
    width: 120px;
    height: 120px;
    margin: 20px 0 -5px;
    position: relative;
  }

  .vectors-wrapper-30, .vectors-wrapper-31 {
    width: auto;
    height: 30px;
  }

  .vectors-wrapper-34 {
    width: auto;
    height: 28px;
  }

  .land-image-container, .defend-owl, .defend-owl.attack-owl {
    width: 160px;
    height: 160px;
  }

  .defend-owl-bkd {
    width: 180px;
    height: 180px;
  }

  .rule-vert {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .benefit-icon {
    justify-content: center;
    align-items: flex-start;
    width: 120px;
    margin-top: -40px;
    margin-left: 0;
    display: flex;
  }

  .icon-img {
    width: 120px;
  }

  .content-frame-bkd {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .bullet-list {
    width: 90%;
    max-width: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-hamburger-container {
    z-index: 5;
    border-color: var(--yellow);
    background-image: linear-gradient(0deg, var(--gold), var(--yellow));
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
  }

  .gold-divider {
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .hamburger-menu-img {
    width: 28px;
    height: 24px;
    margin-top: -2px;
    margin-right: 0;
    padding-right: 1px;
    transform: rotate(0);
  }

  .text-span-8 {
    font-size: 18px;
  }

  .claim-bkd {
    z-index: 60;
    display: none;
    overflow: scroll;
  }

  .claim-center-container {
    padding-left: 0;
    padding-right: 0;
  }

  .claim-exit {
    width: 60px;
    height: 60px;
    margin-top: 0;
    top: 0%;
    right: 0;
  }

  .exit-icon {
    width: 50px;
    height: 50px;
  }

  .claim-asterisk {
    color: var(--light-red);
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
  }

  .claim-title {
    margin-top: 20px;
    font-size: 24px;
    line-height: 36px;
  }

  .claim-text {
    font-size: 16px;
    line-height: 28px;
  }

  .claim-head {
    color: var(--gold);
    text-align: center;
    text-shadow: 0 2px 0 var(--light-red);
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 36px;
  }

  .claim-text-content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .claim-form-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .claim-form-field {
    text-align: center;
    border-width: .5px;
    width: 100%;
    padding-left: 0;
    font-size: 20px;
  }

  .claim-subhead {
    font-size: 28px;
    line-height: 36px;
  }

  .claim-submit-button {
    border-width: .5px;
    width: 100%;
    margin-top: 15px;
    font-size: 28px;
  }

  .claim-full-bkd {
    margin-top: 0;
    padding-bottom: 30px;
  }

  .claim-center {
    z-index: 42;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .claim-center-content {
    justify-content: center;
    width: 90%;
  }

  .claim-top-bkd {
    margin-top: -30px;
    padding: 15px 15px 20px;
  }

  .claim-text-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .le-text {
    text-align: center;
    letter-spacing: 2px;
    flex-direction: column;
    font-size: 15px;
    display: block;
  }

  .nav-discord-txt {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--light-gold));
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
  }

  .claim-img {
    z-index: 40;
  }

  .crown-container {
    object-fit: contain;
    width: 210px;
    margin-top: 20px;
  }

  .success-message {
    padding-top: 10px;
  }

  .error-message {
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-form {
    width: 100%;
    margin-top: 20px;
  }

  .newlsetter-success {
    height: 100%;
    padding-top: 20px;
  }

  .newsletter-success-txt {
    line-height: 28px;
  }

  .newsletter-error {
    height: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .newsletter-error-txt {
    line-height: 28px;
  }

  .legal-link {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .legal-nav {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -80px;
    padding-top: 0;
  }

  .privacy-content {
    min-width: 94%;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .privacy-title {
    padding-bottom: 10px;
    font-size: 48px;
    line-height: 52px;
  }

  .privacy-date {
    margin-bottom: -15px;
  }

  .privacy-head {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .privacy-subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .privacy-subhead.thirds {
    font-size: 20px;
  }

  .privacy-bullets {
    -webkit-text-stroke-width: .1px;
    width: 100%;
    line-height: 24px;
  }

  .home-button.w--current {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
  }

  .menu-exit-container {
    border-color: var(--yellow);
    background-image: linear-gradient(180deg, var(--yellow), var(--gold));
    width: 40px;
    height: 40px;
    display: none;
  }

  .exit-menu-img {
    width: 24px;
    height: 20px;
    margin-top: -1px;
  }

  .legal-nav-content {
    z-index: 2;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .legal-nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .legal-home-button-container {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .legal-nav-blur {
    flex-direction: row;
    align-items: flex-start;
  }

  .legal-home-button-img {
    width: 8px;
    height: 12px;
  }

  .legal-home-button {
    align-items: center;
    height: auto;
    padding-bottom: 3px;
    text-decoration: none;
    display: flex;
  }

  .legal-home-button.w--current {
    width: auto;
  }

  .legal-nav-link-txt {
    margin-top: 0;
    padding-left: 10px;
    font-size: 20px;
    text-decoration: none;
  }

  .cookie-modal_content-wrap {
    padding: 20px 15px 15px;
  }

  .cookie-modal_content-wrap.is-small {
    padding: 0 20px 5px;
  }

  .cookie-modal_component {
    background-color: var(--light-cream);
    border-radius: 6px;
  }

  .cookie-modal_closebutton {
    margin-top: 10px;
    margin-bottom: -15px;
    margin-right: 10px;
  }

  .cookie-modal_button {
    width: 100%;
  }

  .cookie-modal_description {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .cookie-modal_button-wrap.is-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--light-cream);
    flex-flow: column;
    justify-content: flex-start;
    padding: 20px;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: .5px solid var(--blue);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-direction: column;
    margin: 20px -15px -15px;
    padding: 20px 15px;
  }

  .cookie-modal_styles {
    display: none;
  }

  .cookie-modal_title {
    margin-bottom: 0;
  }

  .cookie-popup_component {
    z-index: 20;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    top: auto;
    bottom: 10px;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .cookie-modal_link {
    cursor: pointer;
  }

  .cookie-preference_wrapper {
    max-width: 380px;
    padding: 10px;
  }

  .cookie-preference_component {
    z-index: 55;
    align-items: flex-end;
    display: none;
    overflow: hidden;
  }

  .cookie-modal_radio {
    margin-top: 10px;
  }

  .cookie-modal_form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cookie-popup-container {
    z-index: 20;
  }

  .cookie-preference-button {
    z-index: 15;
    bottom: 15px;
    left: 15px;
    right: auto;
  }

  .cookie-modal_description-settings {
    margin-bottom: 10px;
  }

  .cookies {
    display: block;
  }

  .outer-ring {
    width: 280px;
    height: 280px;
    display: none;
  }

  .inner-ring {
    opacity: 1;
    width: 320px;
    max-width: none;
    height: 320px;
    margin-right: 0;
    overflow: hidden;
  }

  .portal-container {
    mix-blend-mode: normal;
    width: 340px;
    height: 340px;
    margin-top: 75px;
    overflow: hidden;
  }

  .outer-fire-ring {
    width: 340px;
    max-width: none;
    margin-right: 0;
    overflow: hidden;
  }

  .image-sparkles.mbm-color-dodge {
    z-index: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 620px;
    display: none;
    overflow: hidden;
  }

  .land-bkd-img {
    width: 100%;
  }

  .hero-sheen {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%, rgba(255, 255, 255, 0));
    display: block;
  }

  .hero-sheen._4px, .hero-button-sheen, .sheen-logo._4px, .button-sheen, .sheen._4px, .nav-sheen._4px {
    width: 240px;
    height: 64px;
  }

  .nav-button-sheen {
    width: 14rem;
    height: 64px;
  }

  .div-block-17 {
    margin-top: -1px;
  }

  .privacy-thirds {
    width: 50%;
    line-height: 28px;
  }

  .privacy-callout-container {
    margin-top: 10px;
  }

  .privacy-body-copy {
    width: 100%;
    line-height: 28px;
  }

  .privacy-bullets-container {
    width: 100%;
  }

  .privacy-icons {
    line-height: 80px;
  }

  .privacy-body-content {
    margin-bottom: 30px;
  }

  .privacy-button-container {
    margin-top: 20px;
  }

  .privacy-button-container.header {
    background-color: rgba(99, 128, 149, 0);
    order: 0;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 0%;
    overflow: visible;
  }

  .tagline-container-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .consent-container {
    margin-top: 30px;
    margin-left: 0;
  }

  .consent-txt {
    margin-left: 10px;
    margin-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .checkbox {
    width: 24px;
    height: 24px;
  }

  .checkbox.w--redirected-checked {
    background-image: url('../images/checkmark_1checkmark.png'), linear-gradient(180deg, var(--light-gold), var(--dark-gold));
    background-position: 50% 40%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 18px 16px, auto;
  }

  .communication-head {
    margin-top: 30px;
    font-size: 30px;
    line-height: 36px;
  }

  .communication-callout-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .communication-content {
    width: 100vw;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .communication-button-container {
    margin-top: 20px;
  }

  .communication-button-container.header {
    background-color: rgba(99, 128, 149, 0);
    order: 0;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
    top: 0%;
    overflow: visible;
  }

  .communication-nav {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -80px;
    padding-top: 0;
  }

  .prompt-nav-home-button {
    text-decoration: none;
  }

  .communication-nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .communication-nav-content {
    z-index: 2;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .prompt-footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .prompt-legal-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .prompt-legal, .prompt-legal-link {
    text-align: center;
  }

  .unsub-hero-img {
    width: 200px;
  }

  .unsub-content {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .unsub-callout-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .unsub-head {
    margin-top: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .prompt-social {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .claim-unsubscribe-button {
    border-width: .5px;
    width: 240px;
  }

  .div-block-20 {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .unsub-button {
    z-index: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
    display: block;
    position: relative;
    top: 0;
    right: 0%;
    overflow: visible;
  }

  .unsub-button.hero {
    background-image: linear-gradient(0deg, var(--dark-gold), var(--yellow));
    border-width: .5px;
    border-radius: 3px;
    width: 240px;
    height: 64px;
    padding-top: 20px;
    padding-bottom: 18px;
    position: relative;
  }

  .unsub-button.privacy, .unsub-button.privacy:hover {
    width: 220px;
    height: 64px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .unsub-button.privacy.w--current {
    width: 220px;
    height: 64px;
    padding-top: 20px;
  }

  .communication-body {
    font-size: 16px;
    line-height: 28px;
  }
}

#w-node-da3f6d14-e0c9-df34-2bc9-595a2be5a0a7-8475ac8e, #w-node-d0adec18-3e14-ad93-3a22-1f13a2079802-8475ac8e, #w-node-e00484d9-9c66-1cbf-af9e-ef28a4b94749-8475ac8e, #w-node-_701c7478-d49f-11fb-188a-796484175dbd-8475ac8e, #w-node-_8fc45679-1137-ffba-9f81-d7220c51df3f-8475ac8e, #w-node-_04b0893c-fc91-0abe-0ac1-d7b728b6879f-8475ac8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d0adec18-3e14-ad93-3a22-1f13a2079802-8475ac8e, #w-node-_701c7478-d49f-11fb-188a-796484175dbd-8475ac8e {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0adec18-3e14-ad93-3a22-1f13a2079802-8475ac8e, #w-node-_701c7478-d49f-11fb-188a-796484175dbd-8475ac8e {
    align-self: start;
  }
}


@font-face {
  font-family: 'Privacy Icons Svg';
  src: url('../fonts/Privacy-Icons-Regular-SVG.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain Patrius 01';
  src: url('../fonts/American-Captain-Patrius-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain Patrius';
  src: url('../fonts/American-Captain-Patrius.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain Patrius 02';
  src: url('../fonts/American-Captain-Patrius-02.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain';
  src: url('../fonts/American-Captain.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain 01';
  src: url('../fonts/American-Captain-01.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'American Captain Eternal';
  src: url('../fonts/American-Captain-Eternal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cctreasuretrove';
  src: url('../fonts/CCTreasureTrove.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}