:root {
  --gainsboro: #d7d9de;
  --dodger-blue: #0f8ad1;
  --dim-gray: #5f6266;
  --dark-gray: #a5a7ad;
  --dark-slate-gray: #2c2f30;
  --black: #1d1f21;
  --spring-green: #0bd685;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #f2f4f7;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #f2f4f7;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  text-align: left;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a5a7ad;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

a {
  color: var(--gainsboro);
  text-decoration: underline;
}

ul {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #0ac278;
  border: 1px solid #0ac278;
  border-radius: 5px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.button:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.button.contact {
  background-color: #0f8ad1;
  margin-bottom: 17px;
  padding: 18px 53px;
  font-size: 18px;
}

.button.cta-start-playing {
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.button.cta-book-meeting {
  text-transform: capitalize;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.navbar {
  background-color: #2c2f30;
  transition: opacity .2s;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: left;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 10px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  color: #fff;
  background-color: #3f4345;
}

.nav-menu {
  float: left;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.brand-wrapper.w--current {
  width: auto;
}

.section {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle, rgba(17, 201, 247, .5), rgba(69, 110, 196, .51) 49%, rgba(113, 32, 153, .45)), url('/H-3214f389786640e8e13fb922f8a854c8ce3250b5/images/background-1600w-bw.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 108px;
  padding-bottom: 20px;
}

.section.darkgrey {
  background-color: #2b2d30;
  display: block;
}

.section.darkestgrey {
  -webkit-text-fill-color: inherit;
  background-color: #1d1f21;
  background-clip: border-box;
}

.section.black {
  text-align: center;
  background-color: #000;
  padding-top: 80px;
}

.section.sign-up {
  color: #ebedf2;
  background-color: #000;
  background-image: linear-gradient(312deg, rgba(136, 92, 156, .63) 6%, rgba(143, 90, 166, .8));
}

.huge-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 3px rgba(0, 0, 0, .1);
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.subtitle {
  color: #f2f6fc;
  text-align: left;
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
}

.subtitle.pricing {
  margin-bottom: 0;
  font-size: 18px;
}

.outline-button {
  color: rgba(255, 255, 255, .65);
  border: 2px solid rgba(255, 255, 255, .54);
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s, color .5s;
  display: inline-block;
}

.outline-button:hover {
  color: #fff;
  border-color: #fff;
}

.outline-button:active {
  color: rgba(255, 255, 255, .78);
  background-color: rgba(0, 0, 0, .2);
  border-color: rgba(255, 255, 255, .78);
}

.footer-link {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.success-message {
  background-color: #5f6266;
}

.success-message.big {
  padding: 41px;
}

.sign-up-column {
  text-align: center;
  padding-top: 9px;
}

.sign-up-title {
  text-shadow: 0 2px rgba(0, 0, 0, .1);
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
}

.small-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.image-column {
  text-align: center;
}

.image-crop {
  height: 431px;
  margin-bottom: -80px;
  overflow: hidden;
}

.image-crop.iphone {
  height: 429px;
}

.feature-icon-wrapper {
  float: left;
  text-align: center;
  border: 2px solid #5f6266;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 13px;
}

.feature-list {
  margin-top: 24px;
}

.feature-item {
  height: 70px;
  margin-top: 12px;
}

.feature-icon {
  opacity: .81;
  color: var(--gainsboro);
}

.feature-text {
  color: #8f9196;
  margin-top: 6px;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  color: #d7d9de;
  margin-top: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-column {
  border: 1px solid var(--dodger-blue);
  background-color: #2c2f30;
  border-radius: 5px;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  border-bottom: 1px solid var(--dodger-blue);
  background-color: var(--dim-gray);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-radius: 5px;
  margin-top: auto;
  padding: 19px 15px;
  font-size: 21px;
}

.billing-price {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 41px;
}

.billing-price.billing-price-basic__monthly {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 42px;
  text-decoration: none;
}

.billing-price.billing-price-basic__monthly.d-none {
  font-size: 40px;
  line-height: 50px;
}

.billing-price.billing-price-family__monthly {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 42px;
  text-decoration: none;
}

.billing-price.billing-price-family__monthly.d-none {
  font-size: 40px;
  line-height: 50px;
}

.billing-price.billing-price-elite__monthly.d-none {
  margin-right: 0;
  font-size: 40px;
  line-height: 50px;
}

.billing-price.billing-price-elite__monthly {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 42px;
  text-decoration: none;
}

.billing-price.billing-price-elite__monthly.d-none {
  font-size: 40px;
  line-height: 50px;
}

.per-month {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 16px;
}

.price-feature {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.get-started-link {
  color: #0bd685;
  text-align: center;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, border-color .5s;
  display: inline-block;
}

.get-started-link:hover {
  color: #fff;
}

.question {
  color: #f2f4f7;
  margin-top: 52px;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}

.need-help-row {
  background-color: rgba(95, 98, 102, .54);
  margin-top: 41px;
  padding: 29px;
}

.field {
  color: #fff;
  background-color: #5f6266;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  height: 52px;
  margin-bottom: 21px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  transition: background-color .25s, box-shadow .25s;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.field:hover {
  background-color: #515357;
}

.field:focus {
  border-color: #0f8ad1;
  box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.left {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.logo-image {
  margin-top: auto;
  display: block;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.grid-2 {
  grid-template-columns: .5fr 1fr;
}

.column {
  left: 20px;
}

.link-2, .link-3 {
  color: var(--gainsboro);
}

.column-2 {
  text-align: center;
  height: auto;
}

.column-3 {
  display: inline;
}

.text-span {
  color: var(--gainsboro);
}

.modal-wrapper {
  z-index: 9999;
  background-image: linear-gradient(rgba(0, 0, 0, .89), rgba(0, 0, 0, .89));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper.d-none {
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.firebaseui-auth-container {
  align-self: center;
  margin-top: 10px;
}

.send-auth-verification-email {
  border-radius: 5px;
  position: relative;
}

.modal-dialog {
  border: 1px solid var(--gainsboro);
  background-color: var(--gainsboro);
  border-radius: 9px;
  align-self: center;
  max-width: 500px;
  padding: 10px;
  position: relative;
  top: auto;
  overflow: auto;
}

.modal-header {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--dim-gray);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0 0 5px;
  display: flex;
}

.modal-title {
  color: var(--dark-slate-gray);
  align-self: center;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 28px;
  line-height: 32px;
}

.modal-close-button {
  color: var(--black);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  text-decoration: none;
}

.modal-body {
  border-bottom: 1px none var(--dim-gray);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-footer {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.modal-footer-close-button {
  border: 1px solid var(--dim-gray);
  background-color: var(--dim-gray);
  color: var(--gainsboro);
  object-fit: fill;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.paragraph {
  color: var(--dark-slate-gray);
  margin-top: 10px;
}

.paragraph-2 {
  color: var(--dark-slate-gray);
}

.icon {
  color: #fff;
  margin-right: 0;
}

.dropdown-link {
  border-bottom: 1px solid var(--dim-gray);
}

.my-account-dropdown {
  padding: 0 15px 0 0;
  display: flex;
}

.container {
  width: auto;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.icon-2 {
  color: #fff;
}

.billing-sku-button {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  background-color: #0d6ea7;
  border: 1px #000;
  border-radius: 5px;
  width: 90%;
}

.billing-sku-button:hover {
  border-style: none;
  border-color: var(--dodger-blue);
  background-color: #0a537e;
}

.billing-sku-button:active, .billing-sku-button:focus, .billing-sku-button:visited {
  border-style: none;
}

.subscription-button-container {
  background-color: var(--dark-gray);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-3 {
  color: var(--gainsboro);
  text-align: left;
}

.subscribe-section {
  background-color: var(--dark-slate-gray);
}

.subscribe-section.d-none {
  background-color: var(--black);
}

.heading {
  text-transform: none;
}

.paragraph-4 {
  color: var(--gainsboro);
}

.subscribe-total-due-now {
  width: auto;
  min-width: 7em;
  margin-left: 10px;
}

.payment-method-card-container {
  background-color: var(--gainsboro);
  color: var(--dark-slate-gray);
  height: 50px;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.payment-method-card-container.billing-card-element-style {
  width: 25em;
  height: auto;
  min-height: 2.4em;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .7em;
}

.subscribe-to-container {
  display: flex;
}

.subscribe-submit {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #0ac278;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.subscribe-submit:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.subscribe-submit:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

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

.current-subscription-section {
  background-color: var(--dark-slate-gray);
}

.current-subscription-section.d-none {
  background-color: var(--black);
}

.subscription-sku-container {
  display: flex;
}

.subscription-sku {
  min-width: 7em;
  margin-left: 10px;
}

.bold-text {
  margin-left: 10px;
}

.saved-card-expires-date {
  min-width: 7em;
  margin-left: 10px;
}

.subscription-card-expires-container, .subscription-card-zip-containerr {
  display: flex;
}

.saved-card-zip {
  min-width: 7em;
  margin-left: 10px;
}

.subscription-cancel {
  background-color: var(--dark-gray);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.subscription-cancel:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.subscription-cancel:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.subscription-container {
  background-color: rgba(0, 0, 0, 0);
}

.subscription-next-invoice-container {
  display: flex;
}

.subscription-next-invoice-date {
  min-width: 7em;
  margin-left: 10px;
}

.payment-method-error {
  color: #d8a40d;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  align-self: center;
  width: 30em;
  height: auto;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  line-height: 20px;
}

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

.image {
  object-fit: scale-down;
  max-width: none;
  height: 50px;
  margin-top: 20px;
}

.image-2 {
  object-fit: scale-down;
  max-width: none;
  height: 50px;
  margin-top: 20px;
  margin-left: 25px;
}

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

.image-4 {
  object-fit: scale-down;
  max-width: none;
  height: 50px;
  margin-top: 20px;
  margin-left: 20px;
}

.d-none.billing-promo-block {
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  display: block;
}

.form-block {
  margin-bottom: auto;
}

.nav-link-right {
  float: left;
  color: var(--spring-green);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin-top: 14px;
  margin-bottom: 16px;
  margin-left: 10px;
  padding: 4px 10px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav-link-right:hover {
  color: var(--spring-green);
  background-color: #000;
}

.nav-link-right.w--current {
  color: #fff;
  background-color: #3f4345;
}

.nav-link-right.d-none {
  padding-left: 5px;
  display: block;
}

.dashboard-nav-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #5f6266;
  border-radius: 2px;
  margin: 14px 10px 16px;
  padding: 4px 10px;
  font-size: 11px;
}

.dashboard-nav-button:hover {
  background-color: var(--dodger-blue);
}

.dashboard-nav-button.d-none.app-dashboard {
  border-radius: 5px;
  padding-right: 8px;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 0;
}

.body {
  background-color: var(--black);
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  padding-top: 0;
}

.section-2 {
  padding-top: 80px;
}

.support-dropdown {
  padding-left: 10px;
}

.container-3 {
  display: block;
}

.div-block-5 {
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  display: block;
}

.column-6 {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  color: #d7d9de;
}

.heading-2 {
  text-transform: capitalize;
}

.text-block-3 {
  margin-top: 0;
}

.subscribe-promo-code {
  background-color: #dcdcdc;
  width: auto;
  margin-top: 10px;
  margin-left: 20px;
}

.subscribe-total-due-now-container {
  display: flex;
}

.cta-email-submit {
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 8px 12px;
}

.cta-email-address-input {
  width: 30em;
}

.cta-mailing-list-form {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.my-account-email {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px solid #000;
  height: auto;
  padding: 10px 20px;
}

.my-account-dropdown-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Roboto, sans-serif;
  font-size: 11px;
  transition: background-color .2s;
}

.subscribe-promo-terms-container {
  display: flex;
}

.subscription-promo-terms {
  width: auto;
  min-width: 7em;
  margin-left: 10px;
}

.saved-card-brand {
  text-transform: capitalize;
  min-width: 3em;
  margin-left: 10px;
}

.saved-card-last4 {
  min-width: 4em;
  margin-left: 10px;
}

.saved-card-container {
  flex: 0 auto;
  display: block;
}

.payment-method-submit {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  background-color: #0ac278;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.payment-method-submit:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.payment-method-submit:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.payment-method-details-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.payment-method-section {
  background-color: var(--dark-slate-gray);
}

.payment-method-section.d-none {
  -webkit-text-fill-color: inherit;
  background-color: #2b2d30;
  background-clip: border-box;
}

.subscribe-errors {
  color: #d8a40d;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  align-self: center;
  width: 30em;
  height: auto;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  line-height: 20px;
}

.subscribe-promo-code-update {
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.subscribe-sku {
  min-width: 7em;
  margin-left: 10px;
}

.div-block-6, .subscription-promo-terms-container {
  display: flex;
}

.image-6 {
  margin-right: 5px;
}

.div-block-7 {
  display: flex;
}

.subscribe-promo-terms {
  width: auto;
  min-width: 7em;
  max-width: none;
  margin-left: 10px;
}

.payment-method-delete {
  background-color: var(--dark-gray);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  text-shadow: 0 1px rgba(0, 0, 0, .1);
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, .16), inset 0 1px rgba(255, 255, 255, .3);
}

.payment-method-delete:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0), inset 0 1px rgba(255, 255, 255, .3);
}

.payment-method-delete:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .26), inset 0 2px 5px rgba(0, 0, 0, 0), inset 0 2px 2px 1px rgba(0, 0, 0, .16);
}

.subscribe-promo-code-clear {
  background-color: var(--dark-gray);
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.subscribe-promo-code-error {
  color: #d8a40d;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  align-self: center;
  width: 30em;
  height: auto;
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  line-height: 20px;
}

.subscribe-promo-code-selected-container {
  display: flex;
}

.subscribe-promo-code-selected {
  width: auto;
  min-width: 7em;
  max-width: none;
  margin-left: 10px;
}

.troubleshooting-h2 {
  text-transform: none;
}

.image-7 {
  margin-bottom: 20px;
}

.simple-list-item {
  color: #a5a7ad;
}

.image-8, .image-9, .image-10 {
  margin-bottom: 20px;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}

.subscription-last-invoice-value {
  min-width: 7em;
  margin-left: 10px;
}

.subscription-last-invoice-container {
  display: flex;
}

.subscription-errors {
  color: #d8a40d;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  align-self: center;
  width: 30em;
  height: auto;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 5px;
  line-height: 20px;
}

.text-block-7 {
  color: var(--dark-gray);
  justify-content: center;
  display: flex;
}

.plan-prices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  margin: 0 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.billing-discount-price {
  color: var(--spring-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-9 {
  color: var(--dim-gray);
}

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

.section-4 {
  padding-top: 108px;
  padding-bottom: 40px;
}

.heading-welcome {
  align-items: flex-start;
  display: block;
}

._1-open-minecraft {
  align-items: center;
  margin-top: 10px;
  display: block;
}

.image-11 {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 40px;
}

._2-add-server, .heading-instructions {
  align-items: center;
  margin-top: 10px;
  display: block;
}

._3-save {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

._4-join {
  align-items: center;
  margin-top: 10px;
  display: block;
}

.image-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.visit-troubleshooting {
  margin-top: 40px;
}

.section-5 {
  padding-top: 108px;
  padding-bottom: 80px;
}

.billing-plans-header {
  text-align: left;
}

.lottie-animation {
  width: 100px;
  height: auto;
  padding-top: 0;
}

.div-block-11 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.text-block-10 {
  color: var(--gainsboro);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.paragraph-6 {
  color: var(--gainsboro);
  font-size: 20px;
  line-height: 26px;
}

.column-8, .column-9 {
  display: flex;
}

.column-10 {
  margin-top: 20px;
}

.image-14, .image-15, .image-16 {
  align-self: center;
}

.text-block-13, .text-block-14 {
  display: flex;
}

.text-block-15 {
  color: var(--spring-green);
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.text-block-16 {
  color: #a5a7ad;
}

.button-2 {
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 13px 24px;
  font-size: 16px;
}

.text-block-17 {
  color: var(--spring-green);
  text-align: center;
  font-size: 20px;
}

.link-7 {
  color: var(--spring-green);
}

.paragraph-7 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  font-size: 18px;
}

.form {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-8 {
  text-align: right;
}

.section-6 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-4 {
  margin-bottom: 0;
}

.contact-us {
  text-align: center;
  padding: 10px 19px;
  font-size: 16px;
}

.image-17 {
  margin-top: 20px;
}

.columns {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.video {
  object-fit: fill;
  max-width: 100%;
  margin-top: 40px;
}

.text-block-18 {
  color: var(--dark-gray);
}

.planfeature {
  color: var(--gainsboro);
  text-align: left;
}

.billing-promo-info {
  color: var(--spring-green);
  margin-top: 0;
}

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

.verify-email-text {
  color: var(--dark-slate-gray);
  margin-top: 10px;
}

.verify-email-intro {
  color: var(--dark-slate-gray);
  margin-top: 10px;
  margin-bottom: 0;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  min-width: 0;
  max-width: none;
  min-height: 20px;
  margin-top: 20px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  min-width: 0;
  max-width: none;
  min-height: 20px;
  margin-top: 20px;
}

.section-7 {
  padding-top: 108px;
  padding-bottom: 20px;
}

.text-block-20 {
  margin-bottom: auto;
}

.heading-3 {
  margin-bottom: 40px;
}

.html-embed-8 {
  margin: 20px 100px;
}

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

.paragraph-9 {
  margin-top: 20px;
}

.div-block-18 {
  margin-left: 20px;
}

.read-more-link {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.section-8 {
  background-color: #cccad3;
  padding-top: 108px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-block-21, .text-block-22 {
  display: flex;
}

.blog-date {
  color: var(--black);
  margin-bottom: auto;
  font-size: 18px;
  line-height: 26px;
}

.blog-byline {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.blog-paragraph {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blog-title {
  color: #0a035a;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 36px;
  text-decoration: none;
}

.blog-section-title {
  color: var(--black);
  text-align: center;
  text-transform: none;
  font-size: 28px;
}

.blog-section {
  text-align: center;
  display: block;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-18 {
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-minigame {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 26px;
}

.div-block-22 {
  color: var(--black);
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 26px;
}

.blog-playtime-scheduler {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.blog-image-caption {
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  display: flex;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.blog-list {
  color: var(--black);
  font-size: 18px;
}

.blog-list-item {
  text-align: left;
  margin-bottom: 10px;
  line-height: 26px;
}

.blog-link {
  color: #053652;
  font-style: italic;
  font-weight: 500;
}

.blog-minigame-name {
  font-weight: 500;
}

.blog-minigame-desc {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.image-19 {
  flex: 0 auto;
  align-self: center;
  max-width: 60%;
  max-height: 60%;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.column-15 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.column-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.html-embed-8-header {
  margin: 0 100px 20px;
}

.blog-heading {
  color: var(--black);
  text-transform: capitalize;
  font-family: Roboto, sans-serif;
}

.columns-4 {
  margin-bottom: 15px;
}

.columns-5 {
  display: flex;
}

.blog-cta-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #cc0808;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
  transition: opacity .2s;
}

.image-20 {
  margin-bottom: 15px;
}

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

.blog-paragraph-centered {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.div-block-26 {
  border: 1px solid #000;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.blog-paragraph-centered-red {
  color: #cc0808;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blog-columns-equal {
  display: flex;
}

.column-17 {
  align-self: flex-start;
}

.blog-padded {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  padding-top: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blog-paragraph-no-bm {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blog-paragraph-centered-tm {
  color: var(--black);
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.image-21 {
  margin-bottom: 20px;
}

.howto-header {
  text-align: left;
  text-transform: capitalize;
  margin-top: 20px;
}

.nav-dropdown-link.w--current {
  color: var(--black);
}

.list {
  list-style-type: decimal;
}

.heading-4, .heading-5 {
  text-align: left;
  margin-top: 40px;
}

.heading-6 {
  margin-top: 40px;
}

.column-18 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.paragraph-12 {
  font-size: 24px;
}

.first-section {
  z-index: 10;
  background-color: #1d1f21;
  padding-top: 140px;
  padding-bottom: 40px;
  position: relative;
}

.list-2 {
  list-style-type: decimal;
}

.image-22 {
  margin-top: 25px;
}

.blog-quote {
  color: var(--black);
  margin: 40px 0;
  padding-left: 140px;
  padding-right: 140px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.blog--signature {
  color: var(--black);
  margin-top: 0;
  padding-left: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.column-19 {
  justify-content: center;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-20 {
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.columns-7 {
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.image-23 {
  margin-left: 0;
}

.columns-7-copy {
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.column-19-copy {
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  display: block;
}

.image-24 {
  text-align: left;
  margin-left: 0;
}

.link-block {
  margin-left: 100px;
}

.column-20-copy {
  text-align: left;
  justify-content: center;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.elite-price-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.elite-discount-price {
  color: var(--spring-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 41px;
}

.starts-at {
  color: #6f7378;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
}

.text-block-25 {
  color: var(--gainsboro);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.text-span-2 {
  color: var(--spring-green);
}

.heading-7 {
  margin-top: 20px;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-9, .heading-10 {
  margin-top: 20px;
}

.join-invited-to {
  font-size: 26px;
  line-height: 30px;
}

.text-block-26 {
  color: var(--spring-green);
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.billing-promo-validity {
  color: var(--spring-green);
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.text-block-27 {
  color: var(--spring-green);
}

.list-item {
  text-align: left;
}

.heading-11 {
  text-align: center;
}

.plan-spacer {
  height: 20px;
  min-height: 20px;
}

.billing-promo-description {
  min-height: 56px;
}

.quote {
  color: #f2f4f7;
  text-align: left;
  -webkit-text-stroke-color: var(--spring-green);
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-right: 60px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.image-25 {
  text-align: right;
  margin-top: 0;
  margin-left: 60px;
}

.bold-text-5 {
  justify-content: center;
  font-style: italic;
  display: flex;
}

.column-21 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.column-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-8 {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, .3);
  display: block;
}

.link-9 {
  color: #f2f4f7;
}

.paragraph-14 {
  text-align: center;
}

.quote-attribution {
  color: #f2f4f7;
  text-align: center;
  -webkit-text-stroke-color: var(--spring-green);
  align-self: center;
  margin-right: 60px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.image-27, .image-28 {
  margin-left: 60px;
}

.image-29 {
  min-width: 0;
  padding-left: 60px;
}

.italic-text-6 {
  text-align: center;
  display: inline-block;
}

.image-30 {
  text-align: left;
  object-fit: fill;
  text-decoration: overline;
  display: inline-block;
}

.blog-note {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.container-6 {
  background-color: #1d1f21;
}

.container-7 {
  color: #1d1f21;
  padding-top: 0;
}

.container-8 {
  background-color: var(--dim-gray);
  color: var(--dark-slate-gray);
  margin-top: 220px;
  margin-bottom: 220px;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-28 {
  color: var(--gainsboro);
}

.div-block-28 {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-29 {
  padding-top: 0;
}

.lightbox-link {
  line-height: 0;
  text-decoration: none;
}

.list-item-2 {
  color: #000;
  padding-bottom: 10px;
  font-size: 18px;
  font-style: normal;
}

.list-item-3 {
  color: #000;
  padding-bottom: 10px;
  font-size: 18px;
}

.italic-text-7, .italic-text-8 {
  font-style: normal;
  line-height: 26px;
}

.italic-text-9, .italic-text-10, .italic-text-11 {
  font-style: normal;
}

.list-3 {
  line-height: 26px;
}

.link-10, .link-11 {
  color: var(--dodger-blue);
}

.bold-text-6 {
  line-height: 0;
  text-decoration: none;
}

.button-3 {
  border: 1px solid #000;
  border-radius: 10px;
}

.div-block-30 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-book-mtg-paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.column-23 {
  justify-content: center;
  display: flex;
}

.div-block-31 {
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 40px;
  display: flex;
}

.column-24, .column-25 {
  justify-content: center;
  display: flex;
}

.activate-app-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
}

.text-field {
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 0;
}

.submit-button {
  border: 1px solid #000;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 10px;
}

.install-moonlight {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-31 {
  padding-left: 40px;
  padding-right: 40px;
}

.moonlight-host-ip-form, .moonlight-pin-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.enter-code, .moonlight-connect {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-spaced-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-4 {
  border-radius: 6px;
}

.app-select-message, .moonlight-pin-message {
  color: #ff0;
  min-height: 20px;
  margin-left: 60px;
  margin-right: 100px;
}

.moonlight-user-form, .moonlight-pass-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-32 {
  margin-left: 40px;
  margin-right: 40px;
}

.paragraph-15 {
  text-align: center;
  font-size: 16px;
}

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

.heading-12 {
  color: #ff0;
  text-align: left;
}

.no-account-warning {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-16 {
  text-align: left;
}

.play-container {
  padding-top: 0;
}

.minecraft-launch-button {
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .button {
    background-color: #0bd685;
  }

  .navbar {
    position: relative;
  }

  .nav-link {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .2);
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #005282;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .28);
  }

  .menu-button {
    color: #fff;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #000;
  }

  .section.hero {
    padding-top: 78px;
    padding-bottom: 104px;
  }

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .subtitle {
    font-size: 19px;
    line-height: 25px;
  }

  .small-heading {
    font-size: 34px;
  }

  .image-crop {
    height: 451px;
    margin-bottom: -80px;
  }

  .image-crop.iphone {
    height: 489px;
    margin-bottom: -80px;
  }

  .feature-item {
    height: 70px;
  }

  .feature-text.title {
    margin-top: auto;
  }

  .billing-price.billing-price-basic__monthly.d-none, .billing-price.billing-price-family__monthly.d-none {
    font-size: 34px;
    line-height: 40px;
  }

  .billing-price.billing-price-elite__monthly.d-none {
    margin-right: 0;
    font-size: 34px;
    line-height: 40px;
  }

  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .modal-wrapper.d-none {
    max-width: none;
  }

  .payment-method-card-container.billing-card-element-style {
    min-height: 2.4em;
  }

  .subscribe-submit {
    background-color: #0bd685;
  }

  .subscription-cancel {
    background-color: var(--dark-gray);
  }

  .payment-method-error {
    width: 30em;
  }

  .image-2 {
    margin-left: 25px;
  }

  .div-block {
    justify-content: center;
  }

  .image-4 {
    margin-left: 20px;
  }

  .nav-link-right {
    float: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px rgba(255, 255, 255, .2);
  }

  .nav-link-right:hover {
    background-color: #5f6266;
  }

  .nav-link-right.w--current {
    background-color: #005282;
  }

  .nav-link-right.d-none {
    object-fit: fill;
    min-width: 0;
    position: relative;
  }

  .support-dropdown {
    margin-left: 0;
    padding-left: 25px;
  }

  .body-2 {
    padding-top: 0;
  }

  .payment-method-submit {
    background-color: #0bd685;
  }

  .subscribe-errors {
    width: 30em;
  }

  .payment-method-delete {
    background-color: var(--dark-gray);
  }

  .subscribe-promo-code-error, .subscription-errors {
    width: 30em;
  }

  .plan-prices {
    min-height: 60px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .billing-discount-price {
    font-size: 40px;
    line-height: 40px;
  }

  .contact-us {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .blog-padded {
    padding-top: 52px;
  }

  .elite-price-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    min-height: 40px;
  }

  .quote {
    flex: 1;
    min-height: 170px;
    margin-right: 40px;
    overflow: scroll;
  }

  .image-25 {
    margin-left: 0;
  }

  .column-22 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .columns-8, .icon-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .right-arrow {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .left-arrow {
    justify-content: flex-start;
    display: block;
  }

  .icon-4 {
    padding-left: 20px;
  }

  .image-26 {
    margin-bottom: 10px;
  }

  .image-27 {
    margin-bottom: 170px;
    margin-left: 10px;
  }

  .image-28 {
    margin-bottom: 220px;
    margin-left: 10px;
    padding-bottom: 140px;
  }

  .image-29 {
    min-width: 0;
    margin-bottom: 220px;
    margin-left: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .italic-text {
    text-align: left;
    min-width: 300px;
  }

  .container-7 {
    padding-bottom: 100px;
  }

  .text-field {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .section {
    padding: 40px 20px;
  }

  .section.hero {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.sign-up {
    text-align: center;
  }

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .subtitle.pricing {
    margin-bottom: 16px;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
  }

  .image-crop.iphone {
    border-bottom-style: none;
    height: 389px;
    margin-bottom: -40px;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .feature-text.title {
    margin-top: auto;
  }

  .pricing-column {
    margin-left: 33px;
    margin-right: 33px;
  }

  .pricing-row {
    margin-top: 9px;
  }

  .get-started-link {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .all-devices-image {
    width: 50%;
  }

  .question {
    margin-top: 32px;
  }

  .field.left {
    width: 49%;
    margin-right: 3%;
  }

  .center {
    text-align: center;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .main-content {
    padding: 40px 20px;
  }

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

  .modal-dialog {
    min-width: auto;
  }

  .subscribe-section.d-none {
    padding-left: 5px;
    padding-right: 5px;
  }

  .payment-method-card-container.billing-card-element-style {
    min-height: 2.4em;
    margin-left: 5px;
  }

  .current-subscription-section.d-none {
    padding-left: 5px;
    padding-right: 5px;
  }

  .subscription-cancel {
    background-color: var(--dark-gray);
  }

  .payment-method-error {
    width: 30em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .column-4, .column-5 {
    margin-top: 10px;
  }

  .image-2 {
    margin-left: 25px;
  }

  .div-block {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    margin-left: 20px;
  }

  .html-embed-6 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-method-section.d-none {
    padding-left: 5px;
    padding-right: 5px;
  }

  .subscribe-errors {
    width: 30em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .payment-method-delete {
    background-color: var(--dark-gray);
  }

  .subscribe-promo-code-error, .subscription-errors {
    width: 30em;
    margin-left: 5px;
    margin-right: 5px;
  }

  .plan-prices {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  ._1-open-minecraft {
    display: block;
  }

  .column-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-padded {
    margin-bottom: 41px;
    padding-top: 78px;
  }

  .first-section {
    padding: 40px 20px;
  }

  .blog-quote {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }

  .column-20 {
    margin-top: 20px;
    display: flex;
  }

  .columns-7 {
    display: block;
  }

  .image-23 {
    margin-left: 0;
  }

  .elite-price-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .billing-promo-description {
    min-height: 82px;
  }

  .quote {
    object-fit: fill;
    flex-flow: column wrap;
    flex: 1;
    order: 0;
    align-items: stretch;
    width: 100%;
    min-width: 250px;
    max-width: 100px;
    min-height: 175px;
    max-height: 0;
    margin-bottom: 10px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .column-21 {
    height: 275px;
    padding-left: 10px;
  }

  .link-9 {
    text-align: center;
  }

  .image-27 {
    margin-bottom: 220px;
    margin-left: 5px;
  }

  .image-28 {
    margin-bottom: 220px;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .image-29 {
    min-width: 100px;
    max-width: 100%;
    margin-bottom: 220px;
    margin-left: 0;
  }

  .italic-text {
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    object-fit: fill;
    flex: 0 auto;
    min-width: 300px;
    display: block;
  }

  .italic-text-2 {
    text-align: center;
  }

  .italic-text-3 {
    text-align: center;
    min-height: 25px;
  }

  .italic-text-4, .italic-text-5 {
    text-align: center;
  }

  .container-7 {
    padding-bottom: 20px;
  }

  .text-field {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 14px;
    display: block;
  }

  .button.cta-start-playing, .button.cta-book-meeting {
    margin-left: 0;
  }

  .navbar, .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.hero {
    padding: 54px 20px;
  }

  .subtitle {
    margin-bottom: 29px;
  }

  .outline-button {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-crop {
    height: 270px;
  }

  .image-crop.iphone {
    height: 325px;
  }

  .feature-item {
    height: 70px;
  }

  .feature-text {
    margin-left: auto;
  }

  .feature-text.title {
    margin-top: auto;
  }

  .pricing-column {
    margin-left: 0;
    margin-right: 0;
  }

  .all-devices-image {
    width: 70%;
  }

  .field.left {
    width: 100%;
    margin-right: 0%;
  }

  .iphone-image {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modal-wrapper.d-none {
    max-width: none;
  }

  .modal-dialog {
    max-width: 99%;
  }

  .payment-method-card-container.billing-card-element-style {
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 2.4em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-submit {
    margin-bottom: 14px;
    display: block;
  }

  .subscription-cancel {
    background-color: var(--dark-gray);
    margin-top: 20px;
    margin-bottom: 14px;
    margin-right: 5px;
    display: block;
  }

  .payment-method-error {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-left: 25px;
  }

  .div-block {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    margin-left: 20px;
  }

  .subscribe-promo-code {
    width: auto;
    margin-left: auto;
    padding-right: 0;
  }

  .cta-email-address-input {
    width: 100%;
    max-width: none;
  }

  .cta-mailing-list-form {
    display: block;
  }

  .payment-method-submit {
    margin-bottom: 14px;
    display: block;
  }

  .subscribe-errors {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .subscribe-promo-code-update {
    margin-left: 5px;
  }

  .payment-method-delete {
    background-color: var(--dark-gray);
    width: 220px;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .subscribe-promo-code-clear {
    margin-left: 5px;
  }

  .subscribe-promo-code-error, .subscription-errors {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .image-12 {
    margin-left: 0;
  }

  .div-block-14 {
    margin-left: 10px;
    display: block;
  }

  .button-2.app-dashboard {
    text-align: center;
    margin-right: 5px;
    display: block;
  }

  .column-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-columns-equal {
    flex-direction: column;
  }

  .blog-padded {
    margin-bottom: 15px;
    padding-top: 0;
  }

  .first-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-quote {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
  }

  .columns-7 {
    display: block;
  }

  .image-23 {
    margin-left: 0;
  }

  .columns-7-copy {
    display: block;
  }

  .link-block {
    margin-left: 0;
  }

  .elite-price-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .billing-promo-description {
    min-height: 108px;
  }

  .quote {
    text-align: left;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 1;
    order: -1;
    align-content: flex-start;
    align-self: center;
    min-width: 295px;
    min-height: 90px;
    max-height: 0;
    margin: 150px 100px auto 49px;
    padding-bottom: 0;
    padding-right: 10px;
    display: flex;
    overflow: scroll;
  }

  .column-21 {
    object-fit: fill;
    min-height: 0;
    padding-right: 45px;
  }

  .link-9 {
    font-style: normal;
    text-decoration: underline;
  }

  .left-arrow {
    align-items: flex-end;
    display: flex;
  }

  .image-27 {
    max-width: 35%;
    max-height: none;
    margin: 15px auto 0;
    padding-top: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-28 {
    width: Infinity% ;
    height: Infinity% ;
    max-height: Infinity% ;
    text-align: center;
    object-position: 50% 50%;
    margin: 0 auto;
    display: inline-block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .image-29 {
    min-width: Infinity% ;
    object-fit: fill;
    max-width: 100%;
    max-height: none;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
    overflow: visible;
  }

  .italic-text {
    text-align: left;
    flex: 1;
    min-width: 100%;
    height: 0;
    min-height: 40px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .slide {
    height: auto;
    min-height: 0;
  }

  .slide-nav {
    max-width: 280px;
    margin-right: auto;
    position: absolute;
  }

  .slide-nav.hidden {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .italic-text-2 {
    flex: 1;
    margin-top: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .italic-text-3 {
    flex: 1;
    margin-bottom: 12px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .italic-text-4 {
    text-align: center;
    height: 17px;
    margin-left: 0;
    font-style: italic;
    text-decoration: underline;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .italic-text-5 {
    text-align: center;
    height: 17px;
    margin-bottom: 0;
    margin-right: 120px;
    font-style: italic;
    text-decoration: underline;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .activate-app-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .field-label {
    margin: 0 0 0 10px;
  }

  .text-field {
    margin-top: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .submit-button {
    border: 1px solid #000;
    border-radius: 6px;
    margin-left: 0;
    margin-right: 10px;
  }

  .moonlight-host-ip-form, .moonlight-pin-form, .moonlight-user-form, .moonlight-pass-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }
}

#w-node-ea375f1d-f209-e6f0-8835-916dd07572d6-5fa50e13 {
  align-self: start;
  justify-self: auto;
}

#w-node-_5ffcc3db-b572-aa8d-e4be-e0aea327e667-5fa50e13 {
  align-self: start;
}


