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

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

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding: 20px 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 13px;
}

.nav-menu-two {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ccc;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 3px solid #ff0e1f;
  font-weight: 700;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ccc;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #ff0e1f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  display: inline;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.banner-btton {
  text-align: center;
  width: 15%;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.button-primary.banner-btton.offical-button {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-primary.banner-btton.loot-button {
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: 2px;
  object-fit: fill;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: inline-block;
}

.button-primary.banner-btton.loot-button.yes {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-primary.banner-btton.loot-button.extra-space {
  margin-top: 40px;
}

.button-primary.banner-btton.loot-button.left-justified {
  margin-left: 0;
  margin-right: 0;
}

.button-primary.banner-btton.large-button {
  width: 25%;
  margin-top: 2rem;
  padding: 20px;
  font-size: 21px;
  line-height: 28px;
}

.button-primary.banner-btton.large-button.auto {
  width: auto;
}

.button-primary.form {
  margin-right: 0;
}

.container-2 {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-2.banner-cont {
  background-image: radial-gradient(circle, #0000000d 21%, #0000 31%);
}

.section {
  background-image: linear-gradient(#0000, #00000080), url('../images/Club-Hero-0811_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -120px;
  padding-top: 20%;
  padding-bottom: 6%;
}

.image {
  text-align: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.image.ea-version {
  width: 417px;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-text {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/trump-intro_1.webp');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 0;
  font-family: Rubik, sans-serif;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 28px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.offical {
  color: #0e0e0e;
  text-transform: uppercase;
  order: -1;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.offical.yesim {
  color: #fff;
}

.text-span {
  color: #fe0e1f;
  font-size: 40px;
  line-height: 40px;
}

.video {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/VIDEO-1_1.webp');
  background-size: auto;
  background-clip: border-box;
  box-shadow: 0 4px 100px #0006;
}

.video.trump-video {
  background-image: none;
  order: -1;
  margin-top: 30px;
  margin-bottom: 40px;
}

.div-block {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/VIDEO-1_1.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: padding-box;
  width: 62%;
  height: 50%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 36% auto 0%;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.web-3-section {
  background-color: #e9e9e9;
  background-image: url('../images/loot-bg_1.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.heading.loot-text {
  color: #fff;
  margin-top: 0;
  font-size: 32px;
  line-height: 38px;
}

.loot-para {
  color: silver;
  max-width: 350px;
  padding-right: 20px;
  font-family: Rubik, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.loot-para.hide {
  display: none;
}

.container-5 {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

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

.web3-co {
  padding-left: 60px;
}

.footer-dark {
  background-color: #0e0e0e;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -1px;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 131px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.privicy.hide {
  display: none;
}

.title-small {
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.title-small.links {
  color: #ff00;
}

.footer-link {
  color: silver;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

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

.footer-link.indent, .footer-link.indent.w--current {
  padding-left: 12px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-block.right-just {
  margin-right: 0;
}

.footer-social-link {
  margin-left: 12px;
  display: block;
}

.footer-social-link:hover {
  filter: drop-shadow(0 2px 5px #ff101e);
}

.footer-social-link.ea-page {
  width: 1.875rem;
  height: 1.875rem;
}

.footer-social-link.ea-page:hover {
  filter: drop-shadow(0 2px 5px #ff101e);
}

.footer-divider {
  background-color: #959595;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.loot-paraa {
  color: #fff;
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.footer-logo {
  margin-bottom: 20px;
}

.paragraph {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-section {
  color: #fff;
  background-image: url('../images/about-bg-1_1.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Rubik, sans-serif;
}

.paragraph-2 {
  font-size: 25px;
  line-height: 33px;
}

.paragraph-3 {
  text-transform: none;
  font-size: 25px;
  line-height: 32px;
}

.paragraph-3.left-para {
  text-transform: none;
  padding-right: 40px;
}

.columns-5 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  border-bottom: 2px solid #ffffff47;
  border-right: 3px solid #000;
  width: 25%;
}

.heading-2 {
  text-transform: uppercase;
  font-size: 60px;
}

.heading-2.mihal {
  margin-top: 10px;
  font-size: 46px;
  font-weight: 600;
  line-height: 53px;
}

.founder {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}

.column {
  border-right: 3px solid #ffffff2e;
  padding-left: 0;
  padding-right: 30px;
}

.column.hide {
  display: none;
}

.column-2 {
  padding-left: 30px;
  padding-right: 0;
}

.footer-subscribe {
  color: #fff;
  background-image: url('../images/newletter-bg_1.webp');
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -1px;
  padding: 50px 30px 40px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #ff00;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  border-radius: 100px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  background-color: #0e0e0e;
  border-radius: 100px;
  padding: 14px 30px;
  font-family: Rubik, sans-serif;
  font-weight: 600;
  position: relative;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.paragraph-4 {
  font-family: Rubik, sans-serif;
}

.paragraph-5 {
  max-width: 600px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.heading-3 {
  font-family: Rubik, sans-serif;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: #ffffffc4;
  text-align: center;
  max-width: 180px;
  font-family: Rubik, sans-serif;
  font-size: 10px;
  line-height: 13px;
}

.paragraph-6.join-para {
  color: #000;
  padding-top: 5px;
}

.paragraph-6.join-para.hide {
  display: none;
}

.paragraph-6.banner-join {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.paragraph-6.banner-join.hide, .paragraph-6.hide {
  display: none;
}

.section-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Trump-bg-1_1.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Rubik, sans-serif;
}

.section-2.trmpsec {
  box-sizing: border-box;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #000;
  background-image: url('../images/Join-Trump-Banner-v4.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  min-height: 500px;
  display: flex;
  overflow: visible;
}

.image-4 {
  max-width: 60%;
  margin-left: -10px;
}

.image-4.larger {
  width: 100%;
  max-width: 100%;
}

.paragraph-7 {
  color: silver;
  max-width: 470px;
  font-size: 17px;
  line-height: 23px;
}

.paragraph-7.hide {
  display: none;
}

.text-span-2 {
  color: #ff0e1f;
}

.columns-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  padding-top: 0;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-5 {
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  text-align: center;
  object-fit: fill;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  margin: auto auto 0;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto;
}

.image-5.extra-bottom {
  padding-bottom: 1rem;
}

.paragraph-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.image-6 {
  max-width: 40%;
  display: block;
}

.image-7 {
  min-width: 216px;
  max-width: 213px;
}

.image-8.ol-logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

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

.success-message {
  background-color: #38803a;
}

.error-message {
  background-color: #530000;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-green {
  color: #00eb1f;
}

.footer1_credit-text {
  font-size: .875rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.page-wrapper.background-white {
  background-color: #fff;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.less-top {
  padding-top: 2rem;
}

.padding-section-large.no-top {
  padding-top: 0;
  padding-bottom: 6rem;
}

.padding-section-large.medium-top {
  padding: 3rem 0 6rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-tiny {
  font-size: .75rem;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: .5rem;
}

.text-rich-text {
  font-family: Rubik, sans-serif;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.form_input {
  background-color: #ffffff05;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.padding-24 {
  padding: 1.5rem;
}

.margin-bottom.margin-small.max-width {
  max-width: 400px;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar1_logo-link {
  padding-left: 0;
}

.footer1_logo-link {
  padding-left: 0;
}

.padding-global, .padding-global.club {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.text-align-center {
  text-align: center;
  font-family: Rubik, sans-serif;
}

.footer1_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: 100%;
  height: 1px;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.text-color-white {
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.body-dark {
  background-color: #0e0e0e;
}

.small-dol {
  font-size: 8px;
}

.small-dol._24 {
  vertical-align: top;
  padding-left: 0;
  font-size: 18px;
}

.small-dol._12 {
  vertical-align: top;
  font-size: 10px;
}

.small-dol._20 {
  vertical-align: top;
  font-size: 16px;
}

.small-dol._40 {
  vertical-align: top;
  font-size: 32px;
}

.platform-badges-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: grid;
}

.platform-badges-div.footer {
  margin-left: 0;
  padding-top: 1rem;
}

.platform-badges-div.hide {
  display: none;
}

.image-10, .image-11 {
  width: 150px;
}

.banner-text-2 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.list {
  color: silver;
  padding-left: 30px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.list-item---openloop {
  margin-bottom: 10px;
}

.leaderboard {
  background-image: url('../images/leaderboard_bkg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-5 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px #0003;
  font-family: Rubik, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.text-block {
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
}

.divider {
  opacity: .21;
  background-color: #fff;
  height: 1px;
  margin-top: 15px;
}

.divider.top {
  margin-top: 0;
  margin-bottom: 15px;
}

.section---ea {
  background-image: url('../images/EA-Hero-Widescreen-0811.webp'), linear-gradient(#0e0e0e, #0e0e0e);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  margin-top: -80px;
  padding-top: 20%;
  padding-bottom: 0%;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Rubik, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.text-span-4 {
  color: #979797;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  font-family: Rubik, sans-serif;
  font-size: 28px;
  line-height: 42px;
  display: flex;
}

.text-span-5 {
  color: #979797;
}

.text-span-6 {
  background-image: url('../images/slash-underline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 0;
  padding-left: 10px;
  position: relative;
}

.image-13 {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: #ff0e1f;
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-icon.wide {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.layout395_card-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-style-tagline {
  letter-spacing: 2.94px;
  background-image: url('../images/Line-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

.layout395_card-image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout395_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout395_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.heading-style-h2 {
  font-family: Rubik, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.all-cap.max-width {
  max-width: 450px;
}

.section_layout395.text-color-white {
  color: #979797;
  background-color: #0000;
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.layout395_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4.text-color-white {
  color: #fff;
  font-weight: 500;
}

.heading-style-h4.text-color-white.text-align-left.text-style-medium.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.layout395_card {
  border: 1px solid #fff3;
  border-radius: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.more-top {
  padding-top: 1rem;
}

.margin-top.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.navbar2_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_logo-link {
  padding-left: 0;
}

.navbar2_logo.ea-page {
  width: 131px;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
  position: absolute;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-3.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-3.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-3.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar2_menu-button {
  padding: 0;
}

.text-block-2 {
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Rubik, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2rem;
}

.image-14 {
  width: 126px;
}

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

.grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2.spacer-large {
  grid-template-rows: auto;
  margin-top: 2rem;
}

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

.image-16 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer7_component {
  background-color: #0000;
}

.footer7_top-wrapper {
  border-top: 1px solid #ff0e1f;
  flex-direction: column;
  align-items: center;
  height: 2rem;
  display: flex;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer7_logo-link._104 {
  width: 104px;
  margin-bottom: 0;
  margin-right: 1rem;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.footer7_bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer7_credit-text {
  font-size: .875rem;
}

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer7_legal-link {
  color: #979797;
  font-family: Rubik, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer7_legal-link:hover {
  color: #fff;
}

.div-block-4 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.platforms {
  text-align: center;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}

.hide {
  display: none;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.header1_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.text-color-white {
  font-family: Rubik, sans-serif;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-color-white {
  color: #fff;
}

.all-cap {
  text-transform: uppercase;
}

.text-size-large {
  font-size: 3rem;
  line-height: 3.5rem;
}

.text-style-regular {
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.text-color-grey {
  color: #979797;
}

.text-bold-white {
  color: #fff;
  font-weight: 500;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.less-top {
  padding-top: 2rem;
}

.padding-section-medium.no-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.section_header100 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  background-image: linear-gradient(#0e0e0e 52%, #000);
  border-bottom: 1px solid #242424;
  position: relative;
}

.header100_component {
  border-radius: 0;
}

.header100_card {
  border-radius: 2rem 2rem 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 45rem;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px 20px #00000080;
}

.header100_card.text-color-white {
  color: #979797;
  background-color: #000;
  font-family: Rubik, sans-serif;
  text-decoration: none;
}

.header100_card-content {
  z-index: 1;
  position: relative;
}

.header100_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.header100_background-video {
  z-index: 0;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.header100_background-video.rounded-top-corners {
  aspect-ratio: auto;
  border-bottom-style: none;
  box-shadow: 0 0 32px 20px #00000080;
}

.rounded-top-corners {
  border: 1px solid #242424;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.section_layout361 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout361_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout361_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout361_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout361_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout361_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout361_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout239 {
  background-color: #0e0e0e;
  position: relative;
}

.layout239_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin: 0;
  display: grid;
}

.layout239_item {
  text-align: center;
  background-color: #131313;
  border: 1px solid #242424;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.layout239_image-wrapper {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.layout239_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-align-center-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  display: flex;
}

.text-align-center-copy.text-color-white {
  overflow: hidden;
}

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

.text-style-medium {
  font-family: Rubik, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.paragraph-11 {
  color: #979797;
  text-align: left;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

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

.max-width-medium {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium.align-center {
  max-width: none;
}

.tagline {
  position: relative;
}

.glow-ellipse {
  background-image: url('../images/Ellipse-6.svg'), url('../images/Ellipse-6.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  width: 150%;
  height: 150%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -51% 0% 0% -25%;
  overflow: hidden;
}

.section_layout32 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout32_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout32_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout32_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.layout32_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout32_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout32_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout22 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout22_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout22_icon-wrapper {
  display: inline-block;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.layout22_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout22_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-icon-medium {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: 5.5rem;
  overflow: clip;
}

.section_layout223 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout223_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout223_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout223_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout223_content-right.text-color-white.min-width-medium {
  max-width: 500px;
}

.layout223_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout223_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.layout223_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.min-width-medium {
  max-width: 500px;
}

.section_cta53 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.cta53_component {
  border-radius: 0;
}

.cta53_card {
  border: 1px solid #242424;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta53_card-content {
  z-index: 1;
  grid-template-rows: auto;
  position: relative;
}

.cta53_background-image-wrapper {
  z-index: 0;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  opacity: 1;
  background-color: #00000080;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta53_background-image, .cta53_background-image-top {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-12 {
  color: #979797;
  text-align: left;
  margin-bottom: 0;
  padding-top: 6px;
  font-family: Rubik, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

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

.paragraph-12.padding-bottom {
  margin-bottom: 40px;
}

.paragraph-12.little-more-bottom {
  margin-bottom: 20px;
}

.text-align-center-copy {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  text-align: center;
  flex-flow: column;
  max-width: none;
  padding-top: 3.1rem;
  padding-bottom: 3.1rem;
  font-family: Rubik, sans-serif;
}

.background-video-2 {
  aspect-ratio: 16 / 9;
  border: 1px solid #242424;
  border-radius: 32px 32px 0 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 32px 0 #0003;
}

.container-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-white {
  color: #fff;
}

.link-block {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block:hover {
  filter: drop-shadow(0 2px 5px #ff101e);
}

.view-social {
  background-image: radial-gradient(circle, #ff101e 35%, #0000 49%);
  width: 2.125rem;
  height: 2.125rem;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-dd {
  display: none;
}

.image-17, .image-18 {
  width: 35px;
}

.column-5 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.text-span-7 {
  color: red;
  font-weight: 700;
}

.text-color-black {
  color: #000;
}

.video-embed {
  color: #fcfcfc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  margin-top: 20px;
  margin-bottom: 40px;
}

.custom-video-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video-vimeo-wrapper {
  width: 100%;
  height: 0%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.vimeo-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vimeo-player-overlay {
  pointer-events: none;
  background-color: #00000059;
  position: absolute;
  inset: 0%;
}

.video-unmute-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  cursor: pointer;
  background-color: #ffffff1a;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.video-play-pause-toggle {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 1.5em 1.5em auto auto;
}

.video-play-pause-wrapper {
  background-color: #ffffffe6;
  border-radius: 999em;
  width: 5em;
  height: 5em;
  transition: all .25s;
}

.video-play-pause-wrapper:hover {
  transform: scale(1.2);
}

.video-play-pause-wrapper:active {
  transform: scale(.95);
}

.video-play-wrapper {
  z-index: 0;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-pause--icon {
  width: 1em;
  height: 1em;
  font-size: 1.7em;
}

.video-pause-wrapper {
  z-index: 1;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-demo {
  display: none;
}

.text-block-3 {
  color: #fff;
  text-shadow: 3px 4px 11px #0000009c;
  width: 150px;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
  position: absolute;
  inset: -70% 0% auto -25%;
}

.lottie-animation {
  width: 8rem;
  height: 8rem;
  margin-top: 0;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #666;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section_contact24 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.contact24_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact24_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: Rubik, sans-serif;
}

.contact24_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link.text-color-red {
  color: #ff101e;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.section_contact1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.contact1_component {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact1_form-block {
  border: 1px solid #242424;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 2rem;
  font-family: Rubik, sans-serif;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 400;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.success-text {
  font-size: 1rem;
  font-weight: 600;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.ol-powered-by {
  color: #fff;
  margin-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  position: relative;
  bottom: -12px;
}

.required-tag {
  color: #ff101e;
}

.form-field-description {
  color: #979797;
  margin-bottom: 10px;
  font-size: 16px;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    background-color: #17161a;
    position: relative;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link-accent {
    color: #000;
  }

  .button-primary.banner-btton {
    width: 30%;
  }

  .button-primary.banner-btton.large-button {
    width: 40%;
  }

  .menu-button {
    clear: none;
    flex: 1;
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    max-width: 70px;
    padding: 12px;
    display: flex;
    position: absolute;
    left: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
    margin-left: 0;
    left: 10px;
  }

  .section {
    margin-top: 0;
    padding-top: 30%;
    padding-bottom: 5%;
  }

  .image, .image.ea-version {
    width: 350px;
  }

  .banner-text {
    font-size: 24px;
    line-height: 30px;
  }

  .icon {
    color: #fff;
    width: 60px;
    font-size: 45px;
  }

  .container-3 {
    max-width: 728px;
  }

  .margin-bottom-24px {
    font-size: 18px;
    line-height: 26px;
  }

  .offical.yesim {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    flex-flow: row;
    max-width: 728px;
    display: block;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .loot-para {
    text-align: center;
    max-width: 440px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-auto-flow: row;
    place-items: center;
    display: block;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .footer-block.privicy {
    margin-top: 0;
  }

  .footer-link {
    font-family: Rubik, sans-serif;
    font-size: 17px;
    font-weight: 500;
  }

  .footer-link.w--current {
    font-family: Rubik, sans-serif;
  }

  .footer-link.indent {
    text-align: center;
    padding-left: 0;
  }

  .footer-social-block {
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-items: center;
    max-width: 100px;
    padding: 12px;
    position: absolute;
    right: 0;
    overflow: visible;
  }

  .footer-social-block.right-just {
    max-width: none;
    margin-right: 0;
    position: static;
  }

  .footer-social-link {
    margin-left: 10px;
  }

  .footer-social-link.ea-page {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph.ea-page {
    margin-top: 0;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .columns-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-form-two {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: block;
  }

  .footer-form-container-two {
    justify-content: center;
    width: 100%;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-block-two {
    flex-flow: column;
  }

  .footer-form-input {
    width: 400px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 180px;
  }

  .button-primary-3.footer-form-button {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .heading-4 {
    text-align: center;
    font-size: 40px;
  }

  .columns-6 {
    flex-flow: column;
  }

  .section-2.trmpsec {
    background-position: 85%;
    background-size: auto 102%;
    background-attachment: scroll;
  }

  .image-4, .paragraph-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    height: 450px;
  }

  .image-5 {
    max-width: 60%;
  }

  .container-7 {
    max-width: 100%;
    height: 100%;
  }

  .image-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-3 {
    text-align: center;
    flex: none;
    display: block;
  }

  .column-4 {
    display: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.max-width {
    max-width: none;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .container-large.text-color-white {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .platform-badges-div.footer {
    margin-left: auto;
  }

  .banner-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .leaderboard {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .text-block {
    text-align: center;
    font-size: 17px;
  }

  .section---ea {
    background-position: 50% 0;
    margin-top: -73px;
  }

  .heading-6 {
    font-size: 48px;
    line-height: 52px;
  }

  .paragraph-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .layout395_grid-list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout395_row {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h2.all-cap.max-width {
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h4.text-color-white.text-align-left.text-style-medium.no-padding {
    font-size: 1.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer7_logo {
    margin-bottom: 1rem;
  }

  .footer7_bottom-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .footer7_legal-list {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-medium.less-bottom {
    padding-bottom: 4rem;
  }

  .header100_card {
    min-height: 25rem;
  }

  .layout361_card-content {
    padding: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .section_layout239 {
    overflow: hidden;
  }

  .layout239_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout32_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout32_content-left.text-color-white.min-width-medium {
    max-width: none;
  }

  .layout22_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout223_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout223_content-right.text-color-white.min-width-medium {
    max-width: none;
  }

  .cta53_card {
    padding: 3rem;
  }

  .cta53_background-image, .cta53_background-image-top {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .background-video-2 {
    box-shadow: 0 0 32px 20em #00000080;
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .video-play-pause-wrapper:hover {
    transform: none;
  }

  .video-play-pause-wrapper:active, .video-play-wrapper:active {
    transform: scale(.9);
  }

  .contact24_grid-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.banner-btton {
    width: 40%;
  }

  .button-primary.banner-btton.loot-button {
    vertical-align: baseline;
    display: inline-block;
  }

  .button-primary.banner-btton.loot-button.extra-space {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .button-primary.banner-btton.large-button {
    width: 50%;
  }

  .section {
    background-position: 50%;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 21px;
    line-height: 28px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .web-3-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading.loot-text {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .loot-para {
    margin-left: auto;
    margin-right: auto;
  }

  .columns {
    flex-flow: column;
  }

  .web3-co {
    text-align: center;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-block {
    align-items: center;
    margin-top: 30px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 10px;
  }

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

  .paragraph {
    margin-top: 30px;
  }

  .about-section {
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-3, .paragraph-3.left-para {
    font-size: 20px;
  }

  .columns-5 {
    flex-flow: column;
  }

  .heading-2.mihal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }

  .column {
    border: 0 solid #000;
    padding: 0 0 40px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-8 {
    max-width: 60%;
    margin: 0 auto 40px;
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .container-large.text-color-white {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .leaderboard {
    padding-bottom: 0;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-12 {
    max-width: 60%;
    position: relative;
    top: -67px;
  }

  .section---ea {
    background-image: url('../images/EA-Hero-Mobile-0811_1.webp'), linear-gradient(#0e0e0e, #0e0e0e);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    margin-top: -75px;
    padding-top: 75%;
  }

  .layout395_card-image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout395_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout395_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .section_layout395.text-color-white {
    background-color: #000;
  }

  .layout395_card-content {
    padding: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_container {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar2_button-wrapper.hide {
    display: none;
  }

  .button-3.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_bottom-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: center;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header100_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .layout361_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout361_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout361_card {
    grid-template-columns: 1fr;
  }

  .layout361_card-content {
    padding: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout239_list, .layout32_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout22_content, .layout223_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta53_card {
    padding: 2rem;
  }

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

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .video-play-pause-toggle {
    top: 1em;
    right: 1em;
  }

  .video-play-pause-wrapper {
    font-size: .8em;
  }

  .contact24_grid-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary.banner-btton {
    width: 70%;
    font-size: 13px;
  }

  .button-primary.banner-btton.large-button {
    width: 80%;
    font-size: 18px;
    line-height: 24px;
  }

  .section {
    background-image: linear-gradient(#0000, #00000080), url('../images/Club-Hero-0811-mobile.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 50%;
    padding-bottom: 10%;
  }

  .image {
    width: 400px;
  }

  .banner-text {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 28px;
  }

  .hero-without-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-3 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 19px;
    line-height: 27px;
  }

  .offical {
    order: -1;
  }

  .offical.yesim, .text-span {
    font-size: 35px;
  }

  .video.trump-video {
    flex: 0 auto;
    order: -1;
    align-self: auto;
  }

  .container-4 {
    max-width: none;
  }

  .heading.loot-text {
    margin-top: 30px;
    font-size: 35px;
  }

  .web3-co {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-block {
    max-width: 80px;
  }

  .footer-social-link {
    margin-left: 5px;
  }

  .about-section {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .column {
    border: 0 solid #000;
  }

  .footer-subscribe {
    padding: 40px 0 20px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-form-two {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-2 {
    background-position: 50%;
  }

  .section-2.trmpsec {
    background-image: linear-gradient(#0000 20%, #0000008a), url('../images/Join-Trump-Banner-v4-mobile.webp');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .image-4 {
    max-width: 80%;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .columns-7 {
    flex-flow: column;
  }

  .background-video {
    height: 230px;
  }

  .image-5 {
    max-width: 70%;
  }

  .paragraph-8 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-7 {
    min-width: 150px;
    max-width: 180px;
  }

  .column-3 {
    flex: none;
    display: block;
  }

  .image-8 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .subscript {
    font-size: 35px;
  }

  .image-9 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .form_input {
    color: #fff;
  }

  .form_input::placeholder {
    color: #fff9;
  }

  .form_input.is-text-area {
    color: #fff;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .platform-badges-div.footer {
    grid-template-columns: 1fr;
  }

  .banner-text-2 {
    text-shadow: 2px 3px 14px #000;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 28px;
  }

  .list {
    text-align: left;
  }

  .grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .image-12 {
    top: -42px;
  }

  .section---ea {
    background-position: 50% 0;
    background-size: contain;
    margin-top: -65px;
    padding-top: 100%;
    padding-bottom: 0%;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-style-h2.all-cap.reduce {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2.spacer-large {
    grid-row-gap: 2rem;
  }

  .header1_content, .layout361_row, .layout239_list, .layout32_content, .layout32_item-list, .layout22_content, .layout223_content, .layout223_item-list {
    grid-template-columns: 1fr;
  }

  .cta53_card.text-color-white {
    padding: 1rem;
  }

  .cta53_card-content {
    margin-right: auto;
  }

  .image-overlay-layer {
    display: none;
  }

  .image-overlay-layer.hide {
    opacity: 1;
    display: block;
  }

  .paragraph-12.text-align-center {
    text-align: left;
    text-shadow: 4px 3px 9px #000000f0;
    max-width: 250px;
  }

  .text-align-center-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .background-video-2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .view-social {
    width: 1.8rem;
    height: 1.8rem;
  }

  .dropdown-toggle {
    padding-top: 30px;
  }

  .image-17, .image-18 {
    width: 40px;
  }

  .column-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .video-unmute-wrapper {
    width: 6em;
    height: 6em;
  }

  .text-block-3 {
    width: 200px;
    font-size: 1rem;
    line-height: 1rem;
    top: 110%;
    left: -80%;
  }

  .text-style-link.text-color-red {
    font-size: 1rem;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }
}

#w-node-_6c0e0b6e-6f4d-3b13-28ce-4f808b1fb4c3-33122d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_677c525f-ca84-8c66-ce74-5800636f1c40-33122d72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5019d0ff-94c8-0560-0d2d-fc9649442695-4944268f, #w-node-_5019d0ff-94c8-0560-0d2d-fc964944269e-4944268f, #w-node-_5019d0ff-94c8-0560-0d2d-fc96494426a9-4944268f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6071e193-c180-7683-33ee-0e47d95b2a39-15f6c173 {
  align-self: center;
}

#w-node-c34cd7ee-d44d-074e-a164-556b8ac88032-15f6c173 {
  justify-self: center;
}

#w-node-c34cd7ee-d44d-074e-a164-556b8ac88045-15f6c173 {
  justify-self: end;
}

#w-node-_4aa023ca-1acc-260a-b5a1-e483290a82ec-15f6c173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa023ca-1acc-260a-b5a1-e483290a82ee-15f6c173, #w-node-_58c9c128-5e17-7142-6429-2297be82beef-15f6c173, #w-node-c85ec2bf-83c2-a3eb-ec3a-45f9c1c055ff-15f6c173 {
  align-self: start;
}

#w-node-_03e34bd3-e664-9992-b05f-2c3dd28cfd95-15f6c173 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9157f5a-e828-5fb8-c3f2-05c575a77978-75a7796f {
  justify-self: start;
}

#w-node-c9157f5a-e828-5fb8-c3f2-05c575a77981-75a7796f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9157f5a-e828-5fb8-c3f2-05c575a77986-75a7796f {
  justify-self: end;
}

#w-node-a7cc10a7-483f-ccdb-7f6b-d145b58fd572-da1f2513, #w-node-a7cc10a7-483f-ccdb-7f6b-d145b58fd57b-da1f2513, #w-node-a7cc10a7-483f-ccdb-7f6b-d145b58fd584-da1f2513, #w-node-_1fc724f7-6f32-758b-bdff-1dbfbd802dd6-da1f2513, #w-node-_1fc724f7-6f32-758b-bdff-1dbfbd802ddf-da1f2513, #w-node-_1fc724f7-6f32-758b-bdff-1dbfbd802de8-da1f2513 {
  align-self: start;
}

#w-node-_5b4a0dbe-ac70-faf0-4dad-e60077ebac41-c1dbc004 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c9157f5a-e828-5fb8-c3f2-05c575a77978-75a7796f {
    place-self: center;
  }

  #w-node-c9157f5a-e828-5fb8-c3f2-05c575a77986-75a7796f {
    justify-self: center;
  }

  #w-node-b222c1ec-9ed7-0064-abfd-600a54bffb66-da1f2513 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1fc724f7-6f32-758b-bdff-1dbfbd802dd4-da1f2513 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c0e0b6e-6f4d-3b13-28ce-4f808b1fb4c3-33122d72 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-c2e391fe-67c8-f91d-d668-0ed5e447e3a2-33122d72, #w-node-_677c525f-ca84-8c66-ce74-5800636f1c40-33122d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1fc724f7-6f32-758b-bdff-1dbfbd802dd4-da1f2513 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c9157f5a-e828-5fb8-c3f2-05c575a77978-75a7796f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d0d38f5-3a33-ac2b-c055-eddfcaf9c685-da1f2513 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


