#fw-section-hero-9d1eddfc-6786-4248-bdfe-1994d6b96efa {


.hero__heading--regular {
  font-size: 75px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 600px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-5ca4c744-3437-4042-b96a-382887689e6e {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}
#fw-section-image-with-text-e52ea8f7-9415-44fb-9d22-aed49f7bdce1 {

.image-with-text{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}

.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}


.image-with-text__cta {
    padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
    width: 50% !important;
    text-align: center;
}

.html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

.image-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding {
  position: relative;
  overflow: hidden;
  z-index: 0; /* ensures this section acts as a stacking context */
  height: 600px;
}

.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45px;
  width: 630px; /* adjust as needed */
  height: 425px;
  background: url('https://imgproxy.fourthwall.com/oqnPxRu-RYVLamNjlksJAe-tLsho3AkP4SXHBI8NmBA/w:1400/sm:1/enc/OtLKSdIwOMwryERe/HT1X9TOqU63RvYvw/m8NCOu0r-H2mafsP/4bfXdBPfmSO1KIDF/Gxos3JeRd-FJekFS/VgW0nV9nLvPHw6ft/ZlE9jSnQQrQc1w8Z/mV4NTM4mM4TirWSW/gzV-pYDk5H5FY4QR/2_gxL6WmrC1S9FJ1/KseW0sHeIlELQ1aq/EVwewPJtWUkgX7DX/8BRGwLzMdnbLorZQ/uxUv4zbVXSn_AYq7/B6yLNkmw0zZvNwin/Q2DrNp0ga2WgtYX6')
              no-repeat bottom right / contain;
  opacity: 0.9; /* optional transparency */
  pointer-events: none;
  z-index: -1; /* puts it behind all section content */
}
}
#fw-section-custom-html-3a2aa0d8-aa71-4c00-80a0-e8d7148af762 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
/* ===== Section wrapper ===== */
section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

.mk-section.mk-social {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
    no-repeat center left;
  padding: 4rem 6vw;
}
.mk-section {
  padding: 4rem 6vw;
  background: transparent;
  color: #e6f7ff;
  text-align: center;
}

.mk-inner {
  margin: 0 auto;
}

.mk-inner.mk-audience {
  max-width: 100%;
  width: 100%;
}

/* ===== Title with gradient ===== */

.mk-title {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.mk-subtitle {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 1.8rem;
}

/* ============================================================
   TOTAL SOCIAL REACH — centered, gradient, pixel frame
   ============================================================ */

.total-reach {
  margin-bottom: 2.2rem;
}

.total-reach-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.2rem 1.8rem;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;

  background: linear-gradient(-94deg, #00ffff, #0077ff);
  color: #ffffff;
  border: 2px solid #00ffff;
  box-shadow: 0 4px 0 #003b66;
  border-radius: 0;

  transition: transform 0.2s ease-out,
              box-shadow 0.2s ease-out,
              border-color 0.2s ease-out,
              background 0.2s ease-out;
}

.total-reach-inner:hover {
  background: linear-gradient(-94deg, #00e1ff, #0062e0);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #003b66;
  border-color: #00ffff;
}

/* Pixel frame */
.total-reach-inner::before {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #003b66;
  border-radius: 0;
  pointer-events: none;
}

.total-reach-inner::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #003b66;
  top: -4px;
  left: -4px;
  box-shadow:
    calc(100% - 10px) 0 #003b66,
    0 calc(100% - 10px) #003b66,
    calc(100% - 10px) calc(100% - 10px) #003b66;
}

/* Icon + text inside total reach */

.total-icon {
  width: 52px;
  height: 52px;
  border: 2px solid #00ffff;
  background: rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

.total-icon i {
  font-size: 1.6rem;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.total-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-align: center;
}

.total-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.total-number {
  font-size: 2.2rem;
  font-weight: 700;
}

/* ============================================================
   INDIVIDUAL SOCIAL CARDS — rectangular, centered, aligned
   ============================================================ */

.audience-row {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

/* Rectangular cards that fill more space */
.audience-item {
  flex: 1 1 300px;          /* wider base */
  max-width: 280px;         /* more rectangular */
  min-height: 170px;        /* consistent height */

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  padding: 1.5rem 1.8rem;

  border: 2px solid #00ffff;
  background:
    linear-gradient(-94deg, rgba(0, 255, 255, 0.12), rgba(0, 119, 255, 0.12)),
    rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 0 #003b66;
  border-radius: 0;

  transition: transform 0.2s ease-out,
              box-shadow 0.2s ease-out,
              border-color 0.2s ease-out,
              background 0.2s ease-out;
}

/* Hover matching total reach (no glow, pixel-lift) */
.audience-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #003b66;
  border-color: #00ffff;
  background:
    linear-gradient(-94deg, rgba(0, 255, 255, 0.18), rgba(0, 119, 255, 0.18)),
    rgba(0, 0, 0, 0.96);
}

/* ======================================
   ICON + PARTNER INLINE ROW
   ====================================== */

.icon-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

/* Bigger social icons */
.social-icon {
  width: 64px;
  height: 64px;
  border: 2px solid #00ffff;
  background:
    linear-gradient(-94deg, rgba(0, 255, 255, 0.25), rgba(0, 119, 255, 0.25));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}

/* Larger gradient icons */
.social-icon i {
  font-size: 2rem;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Partner pill */

.partner-pill {
  padding: 0.3rem 0.7rem;
  border: 2px solid #00ffff;
  background:
    linear-gradient(-94deg, rgba(0, 255, 255, 0.18), rgba(0, 119, 255, 0.18));
  color: #00ffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  border-radius: 0;
  line-height: 1;
}

/* Numbers — tighter spacing and bigger count */

.social-count {
  display: flex;
  flex-direction: column;
  line-height: 1.05;      /* tighter vertical spacing */
  margin-top: 0.85rem;    /* reduced spacing above the stack */
}

.count-number {
  font-size: 2.2rem;      /* slightly increased for prominence */
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.1rem;  /* small gap before label */
}

/* follower/subscriber label unchanged */
.count-label {
  font-size: 0.8rem;
  opacity: 0.7;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ===== Mobile tweaks ===== */

@media (max-width: 768px) {
  .mk-section {
    padding: 3rem 1.5rem;
  }

  .total-reach-inner {
    max-width: 100%;
  }

  .audience-item {
    flex: 1 1 45%;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .audience-item {
    flex: 1 1 100%;
  }
}

}
#fw-section-custom-html-1bb0a2b5-4025-433e-bdb0-9c344c138154 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}


/* ============================================================
   GLOBAL MEDIA KIT SECTION STYLES (SHARED)
   ============================================================ */

.mk-section {
  padding: 4rem 6vw;
  background: transparent;
  color: #e6f7ff;
  text-align: center;
}

.mk-inner {
  margin: 0 auto;
}

/* Gradient title used across media kit sections */
.mk-title {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

/* Base subtitle */
.mk-subtitle {
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

/* ============================================================
   GAMES I PLAY SECTION
   ============================================================ */

/* Section background with overlay + image (center right, no cover) */
.mk-section.mk-games {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
    no-repeat center right;
  background-size: auto;
  padding: 4rem 6vw;
}

.mk-games-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Subheading: Current Rotation */
.mk-subtitle.mk-subtitle-games {
  margin-top: 0.2rem;
  margin-bottom: 2.25rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ===== Games grid layout ===== */

/* 2 columns by default (tablet & mobile) */
.games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 2rem;
  justify-items: center;
  align-items: flex-start;
}

/* Desktop: 3 columns */
@media (min-width: 1024px) {
  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.game-card {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ============================================================
   NORMALIZED LOGO BOX + PIXELATED HOVER DISTORTION
   ============================================================ */

.game-card-inner {
  position: relative;
  width: 100%;
  height: 120px;           /* identical logo box height for all games */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: visible;
}

/* All logos share the same visual box, keep aspect ratio */
.game-logo-img {
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease-out, filter 0.2s ease-out;
}

/* Pixelated hover distortion (no gradient overlay) */
.game-card-inner:hover .game-logo-img {
  transform: scale(1.04);
  image-rendering: pixelated;
  filter: contrast(115%) saturate(115%);
}

/* No extra hover gradient overlay */
.game-card-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: none;
}

/* ============================================================
   GENRE LABELS
   ============================================================ */

.game-genre {
  margin-top: 0.4rem;
  padding: 0.25rem 0.75rem;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  border-radius: 999px;
  border: 1px solid rgba(0, 255, 255, 0.7);
  color: #e6f7ff;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

}
#fw-section-image-with-text-76daa76a-c590-400f-933d-7aa1ce22417e {

/* ================================
   IMAGE WITH TEXT – EXTRA LIFE HERO
   ================================ */

.image-with-text {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
              url("https://imgproxy.fourthwall.com/mo5Bbrt4_upigqnTRzEx8UWeum_UXLlyKkmhelNSn3E/w:1400/sm:1/enc/57IPS_KMDV8X85D9/eArlMSPwZyS6XmO8/rDsuKhxzFgcP4P69/tXIUmF3QUKeeMcoa/cE47gQmRqeRYNa77/KoT97pFvkv-y4ZZW/uJFa4tICuSknaAZa/96wnyQsbBl6FK5vo/IJEbD-db7BPPbeQ2/IiP932iObd0j8cCx/Vub5_tzfqqW8vBNS/9vucG_CHyEbdegIJ/DTxkoUKVea5QbB8n/I-0ZS_5tjLBjw4Ru/wWwngsDL9H0y37uM/1zjWIC7nx5c-FVGt")
              no-repeat center center / cover;
}

/* Big gradient headline */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  text-align: center;
}

/* Subheading text (html-formatter block) */
.html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

/* CTA button styling */
.image-with-text__cta {
  padding: 20px 35px !important;
  margin: 5px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  border: 1px solid cyan !important;
  background: transparent !important;
  color: white !important;
  width: 50% !important;
  text-align: center !important;
}

.image-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
}

/* Global rule (leave as-is for rest of site) */
.button {
  display: contents;
}

/* Section wrapper + decorative image */
.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 600px;
}

.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45px;
  width: 630px;
  height: 425px;
  background: url('https://imgproxy.fourthwall.com/oqnPxRu-RYVLamNjlksJAe-tLsho3AkP4SXHBI8NmBA/w:1400/sm:1/enc/OtLKSdIwOMwryERe/HT1X9TOqU63RvYvw/m8NCOu0r-H2mafsP/4bfXdBPfmSO1KIDF/Gxos3JeRd-FJekFS/VgW0nV9nLvPHw6ft/ZlE9jSnQQrQc1w8Z/mV4NTM4mM4TirWSW/gzV-pYDk5H5FY4QR/2_gxL6WmrC1S9FJ1/KseW0sHeIlELQ1aq/EVwewPJtWUkgX7DX/8BRGwLzMdnbLorZQ/uxUv4zbVXSn_AYq7/B6yLNkmw0zZvNwin/Q2DrNp0ga2WgtYX6')
              no-repeat bottom right / contain;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

/* =========================================
   CENTER THE TEXT + BUTTON IN THE RIGHT COLUMN
   (targets only this section)
   ========================================= */

/* Target the RIGHT grid item of this image-with-text section */
.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding 
.grid__item:last-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Give the button wrapper in this section a real box and center it */
.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding 
.grid__item:last-child .button {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

/* Center the CTA under the text block */
.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding 
.grid__item:last-child .image-with-text__cta {
  display: inline-block !important;
  margin: 20px auto 0 auto !important;
}

}
#fw-section-custom-html-47eace05-0f2d-46d4-a6ed-310d066070cd {

/* ================================
   BRANDS – AUTO-SCROLL STRIP (JS-DRIVEN)
   ================================ */

.mk-section.mk-brands-strip {
  padding: 4rem 0;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(circle at top center, #001019 0%, #00070c 80%);
}

/* Pull exact title style from Social + Games section */
.mk-brands-inner .mk-title {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-align: center;
}

/* Subtitle unified with other sections */
.mk-subtitle.mk-subtitle-brands {
  text-align: center;
  font-size: 0.95rem;
  opacity: 0.8;
  margin-bottom: 2.5rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Main layout wrapper */
.mk-brands-inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  text-align: center;
}

/* Track that moves (JS translates this) */
.brand-scroll-wrapper {
  display: flex;
  will-change: transform;
}

/* The two cloned strips inside */
.brand-strip {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 1.5rem 0;
}

/* Brand items */
.brand-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 240px;      /* slightly larger for stronger visual weight */
}

/* Logos - more emphasis */
.brand-panel-logo {
  max-width: 350px;
  max-height: 120px;
  object-fit: contain;
  width: auto;
  height: auto;
  margin-bottom: 0.65rem;
}

/* Labels – EXACT style from GAME GENRES */
.brand-label {
  padding: 0.25rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  border-radius: 999px;
  border: 1px solid rgba(0, 255, 255, 0.7);
  color: #e6f7ff;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

/* Responsive scaling */
@media (max-width: 640px) {
  .brand-panel {
    min-width: 200px;
  }

  .brand-panel-logo {
    max-width: 300px;
    max-height: 100px;
  }
}
/* Force all logo areas to the same height so labels align */
.brand-panel-logo {
  height: 450px !important;      /* choose your preferred display height */
  width: auto;
  object-fit: contain;
  margin-bottom: 1.5rem;
  display: block;
}

/* Optional: ensure containers don't collapse */
.brand-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

}
#fw-section-recent-tiktoks-78e9638e-d049-4ca8-bd63-998f986bff35 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-recent-videos-ee609143-9aae-4725-8170-f456b08fa832 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-instagram-feed-c1f30e57-c09d-43b2-8656-1c2b871da67f {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-image-with-text-001ad87e-5fab-48c1-bc5a-662a1bb7074d {
--color-primary: #030303;
--color-primary-rgb: 3, 3, 3;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.image-with-text{
    background:  radial-gradient(circle at top center, rgba(0, 0, 0, 0.3), rgba(0, 15, 24, 0.3)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat left bottom;

}

span {
    color: yellow;
}

.image-with-text.section-fw-section-video-with-text-25e6f1e1-6510-492e-81d5-e651b5832b14-padding {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 700px;
}

.image-with-text.section-fw-section-video-with-text-25e6f1e1-6510-492e-81d5-e651b5832b14-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66.67%; /* adjust size as needed */
  height: 425px;
  background: url('https://imgproxy.fourthwall.com/oqnPxRu-RYVLamNjlksJAe-tLsho3AkP4SXHBI8NmBA/w:1400/sm:1/enc/OtLKSdIwOMwryERe/HT1X9TOqU63RvYvw/m8NCOu0r-H2mafsP/4bfXdBPfmSO1KIDF/Gxos3JeRd-FJekFS/VgW0nV9nLvPHw6ft/ZlE9jSnQQrQc1w8Z/mV4NTM4mM4TirWSW/gzV-pYDk5H5FY4QR/2_gxL6WmrC1S9FJ1/KseW0sHeIlELQ1aq/EVwewPJtWUkgX7DX/8BRGwLzMdnbLorZQ/uxUv4zbVXSn_AYq7/B6yLNkmw0zZvNwin/Q2DrNp0ga2WgtYX6')
              no-repeat bottom left / contain;
  transform: scaleX(-1); /* flip horizontally */
  opacity: 0.9; /* optional transparency */
  pointer-events: none;
  z-index: -1; /* stays behind all content */
}

.container {
    padding-top: 100px;
}

.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.image-with-text__text {
  font-size: 16px;
}

.image-with-text__cta {
   padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
    width: 50% !important;
    text-align: center;
}

.image-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}
}
#fw-section-custom-html-70e0950d-76d0-4a28-8874-c5e348b1dac2 {

/* Community */
section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}
h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 80px 10%;
  height: 480px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
  
}

section.custom-html.custom-html--fw-section-custom-html-ad886ea7-a384-4154-a3a1-d18820fd12d3 {
    padding: 0px;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}

.btn-link {
    text-decoration: none;
    color: inherit;
}

}
#fw-section-image-32643b73-a2f0-4ab3-b38c-6d82effbcfe4 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}



#fw-section-hero-d7eb206d-fccf-48fc-9518-038e0bc96bae {


.hero__heading--regular {
  font-size: 75px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 600px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-d07b9b2d-81d8-4393-9432-3148d132d74e {

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -6.5%; /* negative margin to pull it upward */
  position: relative;
  z-index: 1; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 178px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}

#fw-section-image-d347fc8e-15d3-4643-a9b3-5ce419a5042a {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-4a7f1666-eb54-442e-be99-f6bf7c756d2a {


.hero__heading--regular {
  font-size: 75px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 600px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-cb5e932e-fb2b-4254-801c-9af627b1a18a {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}
#fw-section-image-with-text-50c3a41c-76da-4e0f-ba93-02426f951c22 {

.image-with-text{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}

.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}


.image-with-text__cta {
    padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
    width: 50% !important;
    text-align: center;
}

.html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

.image-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding {
  position: relative;
  overflow: hidden;
  z-index: 0; /* ensures this section acts as a stacking context */
  height: 600px;
}

.image-with-text.section-fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 45px;
  width: 630px; /* adjust as needed */
  height: 425px;
  background: url('https://imgproxy.fourthwall.com/oqnPxRu-RYVLamNjlksJAe-tLsho3AkP4SXHBI8NmBA/w:1400/sm:1/enc/OtLKSdIwOMwryERe/HT1X9TOqU63RvYvw/m8NCOu0r-H2mafsP/4bfXdBPfmSO1KIDF/Gxos3JeRd-FJekFS/VgW0nV9nLvPHw6ft/ZlE9jSnQQrQc1w8Z/mV4NTM4mM4TirWSW/gzV-pYDk5H5FY4QR/2_gxL6WmrC1S9FJ1/KseW0sHeIlELQ1aq/EVwewPJtWUkgX7DX/8BRGwLzMdnbLorZQ/uxUv4zbVXSn_AYq7/B6yLNkmw0zZvNwin/Q2DrNp0ga2WgtYX6')
              no-repeat bottom right / contain;
  opacity: 0.9; /* optional transparency */
  pointer-events: none;
  z-index: -1; /* puts it behind all section content */
}
}
#fw-section-video-58fb67a9-219f-4e81-9a6d-5d696af4a8a7 {

.Video{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}
}
#fw-section-custom-html-6b08bbed-5bbf-48b0-9343-642c72e857d8 {

/* hero-section */

.hero-main-container {
  position: relative;
  background: url('https://imgproxy.fourthwall.com/4p8aPpNOCccPU3ZE46aB9dVcliDGegXD83CW_yQ6NJs/w:1400/sm:1/enc/4OTXfvn7rO99DfHS/9nGCclDsXkzgK2jg/YUv2gLqbryyxlHQR/_foKVyc7_caXehvw/nSUobpF5unxepRqE/V7me3hf5ER_4Xw6l/jrsTHvEjDoLihxiO/ojH5A0_SmtOCV3iA/U6sO2JsW1nxh_LNy/MylmJAs2Gkw1AbnF/LTpNmWCS1ih-RlUn/ajeXXVj1zpCass7x/YJg63qZmN4FaK6Sg/gzEUNN3Zkf4JJ-S_/lUI_NSL9WO8epVGS/CLtuWh1utgEOqfxm') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 300px 20px;
  overflow: hidden;
  height:900px;
  margin-top: -150px;
}

/* Background dark overlay */
.hero-main-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* Adjust opacity */
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
}

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

.hero-content h2 {
  color: yellow;
  font-size: 31.74px;
}

.hero-content h1 {
  font-size: 74.6px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;

  /* Gradient text */
  background: linear-gradient(100deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-content p {
  width: 55%;
}

/* Bottom flame */
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

section.custom-html.custom-html--fw-section-custom-html-6b08bbed-5bbf-48b0-9343-642c72e857d8 {
    padding: 0px !important;
}

/* Responsive Styles */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-main-container {
    padding: 120px 15px;
    height: 450px;
  }
  .hero-content h1 {
    font-size: 64px;
  }
  .hero-content h2 {
    font-size: 28px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .hero-main-container {
    padding: 50px 15px 100px 15px;
    height: auto;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .hero-content h2 {
    font-size: 24px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .hero-main-container {
    padding: 80px 12px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content h2 {
    font-size: 20px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .hero-main-container {
    padding: 50px 10px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hero-content p {
    width: 100%;
  }
}
}
#fw-section-custom-html-880137b7-23a8-444a-aea6-a34cfb37833d {

/* Content Creator */
.container {
  max-width: 100%;
}

.content-creater-main {
  display: flex;
  flex-direction: column;
  gap: 150px;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden;
  padding: 100px 10% 200px 10%;
  height: 100%;
  background: url("https://imgproxy.fourthwall.com/PXTkqZiLph6YGFx8i7Or1jzZMZz2Cnz-i3k5TXOIsrA/w:1400/sm:1/enc/2zEdGgecZbZjIHK0/lt35lFVXKUXgnwwd/ah4Bkp8P0App7JY-/oEKkS4mzoY79dHRL/C6BBvKG51zW9Gke9/yMSNoHGvhggwjWmT/HWSkwNQctNcHXfat/aqjDR78Mhrk_YF4c/6ZraM-NgctWGwxQ8/F8wM-Oxy6YDEeWwN/bBw3hiK-nZAk3QyL/hBEAELkKxAN3OkmA/nZzxKRMC3OVRnvF1/XeAa6NqKv44rTX_M/Jop_8OqGRA2rgETk/ayyNUVi3bkUpCQNc") no-repeat center center/cover;
}

.content-creater-main span {
  color: cyan;
  font-size: 60.6px;

  /* Gradient text */
  background: #00FFFF;
  background: linear-gradient(185deg, rgba(0, 255, 255, 1) 30%, rgba(0, 119, 255, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.content-creater {
  display: flex;
  position: relative;
}

.content-video {
      display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  height: 590px;
}

.video-player {
  width: 90%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.decor-pattern-video {
  position: absolute;
    bottom: 0px;
    left: -260px;
    width: 581px;
    opacity: 0.9;
    z-index: 1;
    transform: scaleX(-1);
}

.content {
    width: 54%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.content-img {
    width: 50%;
}

.content h3 {
    font-size: 31.74px;
    color: #fffc05;
    font-weight: normal;
}

.content p {
    padding-bottom: 20px;
    width: 605px;
}

.creator-photo {
  max-width: 100%;
  position: relative;
  z-index: 2; /* keeps photo above pattern */
  padding-left: 20%;
  width: 600px;
}

.decor-pattern {
    position: absolute;
    right: -290px;
    bottom: -150px;
    width: 550px;
    z-index: 1;
    opacity: 0.85;
}

.content-divider {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.divider {
  width: 150px;
  height: 2px;
  background: #ffbc05;
  align-items: center;
  text-align: center;
}

section.custom-html.custom-html--fw-section-custom-html-880137b7-23a8-444a-aea6-a34cfb37833d {
    padding: 0px !important;
}


/* Responsive adjustments */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .content-creater-main {
    padding: 60px 5%;
    gap: 40px;
    height: auto;
  }

  .content-creater-main span {
    font-size: 3.5rem;
  }

  .content h3 {
    font-size: 2rem;
  }

  .content p {
    width: 100%;
  }

  .creator-photo {
    max-width: 400px;
    padding-left: 20%;
  }

  .decor-pattern {
    width: 300px;
    right: -50px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .content-creater-main {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    height: auto;
  }

  .content {
    width: 50%;
  }

  .content p {
    width: 100%;
  }

  .content-img {
    width: 50%;
    text-align: center;
  }

  .content-creater-main span {
    font-size: 2.8rem;
  }

  .content h3 {
    font-size: 1.6rem;
  }

  .creator-photo {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .decor-pattern {
    width: 56%;
    right: -105px;
    bottom: 30px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .content-creater-main {
    flex-direction: column-reverse;
    padding: 40px 5%;
    height: auto;
    text-align: center;
  }

  .content,
  .content-img {
    width: 100%;
  }

  .content-creater-main span {
    font-size: 2.3rem;
  }

  .content h3 {
    font-size: 1.4rem;
  }

  .creator-photo {
    width: 75%;
    margin: 0 auto;
    padding-left: 0;
  }

  .decor-pattern {
    width: 150px;
    right: -15px;
    bottom: -10px;
    display: none;
  }

  .btn.blue {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .content-divider {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .content-creater-main {
    flex-direction: column-reverse;
    padding: 30px 10px;
    height: auto;
    text-align: center;
    gap: 0px;
  }

  .content-creater {
      display: flex;
      position: relative;
      flex-direction: column-reverse;
  }

  .content p {
    width: 100%;
  }

  .content-creater-main span {
    font-size: 28px;
  }

  .content h3 {
    font-size: 1.2rem;
  }

  .content-img {
    width: 100%;
  }

  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .creator-photo {
    width: 100%;
    margin: 0 0;
    padding: 0px;
  }

  .content-video {
    height: 100%;
  }

  .video-player {
    width: 100%;
    height: 40%;
  }

  .decor-pattern {
    width: 120px;
    right: -10px;
    bottom: -10px;
    display: none;
  }

  .decor-pattern-video {
    display: none;
  }

  .btn.blue {
    padding: 20px 28px;
    font-size: 0.85rem;
    width: 100%;
  }
  .content-divider {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
}
#fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-custom-html-42f64ffc-e0ee-4bee-8fab-9723e7c9649f {

/* Footer */
.footer {
text-align: center;
padding: 2% 10%;
background: #111;
display: flex;
flex-direction: column;
justify-content: center;
}

.footer-logo {
font-size: 40px;
color: cyan;
margin: 0 auto;
}

.footer p {
padding-top: 20px;
border-top: 2px solid;
border-color: gray;
font-size: 16px;
color: white;
}

.socials {
padding: 50px 0%;
display: flex;
flex-direction: row;
gap: 20px;
justify-content: center;
}


/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
footer {
    padding: 2% 8%;
}

.footer-logo {
    font-size: 36px;
}

.socials {
    gap: 18px;
    padding: 40px 0;
}
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
footer {
    padding: 2% 6%;
}

.footer-logo {
    font-size: 32px;
}

.socials {
    flex-wrap: wrap;
    gap: 16px;
    padding: 35px 0;
}
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
footer {
    padding: 2% 5%;
}

.footer-logo {
    font-size: 28px;
}

.socials {
    flex-wrap: wrap;
    gap: 14px;
    padding: 30px 0;
}
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
.footer {
    padding: 2% 4%;
    padding: 2% 4%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 60px;
}

.footer-logo {
    font-size: 24px;
}

.socials {
    flex-wrap: wrap;
    gap: 12px;
    padding: 25px 0;
    width: 80%;
}

.socials img {
    width: 50px;
 }
}


section.custom-html.custom-html--fw-section-custom-html-42f64ffc-e0ee-4bee-8fab-9723e7c9649f {
    padding: 0px;
}
}
#fw-section-image-97a32bf6-fbc4-48e2-9be9-ee90071b3abe {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-3c7d025f-18f1-42c6-8901-80a38e3e8432 {


.hero__heading--regular {
  font-size: 75px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 600px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-5c17f298-079e-4a82-a478-134a84a7f421 {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}
#fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071 {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat right bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}
.image-with-text
  .html-formatter h4 {
  font-size: 16.74px;
  color: #fffc05;
  font-weight: normal;
}

/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-image-with-text-89618185-d9cf-434d-8782-fc211556666d {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat left bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}
  .html-formatter h4 {
  font-size: 18px;
  color: #fffc05;
  font-weight: normal;
}
/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-image-with-text-175718a4-9065-4ca7-a985-687492aceb4d {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat right bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}
.image-with-text
  .html-formatter h4 {
  font-size: 18px;
  color: #fffc05;
  font-weight: normal;
}
/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-image-with-text-f73850ee-6bf1-4eb7-86af-cd692a82ea43 {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat left bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}
  .html-formatter h4 {
  font-size: 18px;
  color: #fffc05;
  font-weight: normal;
}


/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-image-with-text-35c1c64e-c783-4cad-b5e1-ff91f4f9eb18 {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat right bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-image-with-text-96c9e68b-b3e2-4244-9c28-040cad83e254 {

/* =========================================================
   SURVIVAL IMAGE-WITH-TEXT SECTION
   (fw-section-image-with-text-6f2684d3-89a3-4647-a43a-e9e4a7f3b071)
   ========================================================= */

/* SECTION BACKGROUND */
.image-with-text {
  background: linear-gradient(
                rgba(0, 0, 0, 0.8),
                rgba(0, 0, 0, 0.8)
              ),
              url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7")
              no-repeat left bottom;
  background-size: no-repeat;
}

/* HEADING GRADIENT */
.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

/* OPTIONAL SUBHEAD / HTML FORMATTER STYLE */
.image-with-text
  .html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

/* CTA CONTAINER – STACK + CENTER ON THIS SECTION */
.image-with-text
  .image-with-text__cta-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta-container {
    align-items: center;
  }
}

/* BASE BUTTON STYLE (APPLIES TO BOTH) */
.image-with-text
  .image-with-text__cta .button {
  padding: 20px 35px !important;
  font-size: 15.83px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center;
  width: 100%;
  max-width: 360px !important;
  min-width: 360px;
  border-radius: 0;
  text-transform: uppercase;
}

/* Make wrapper not interfere */
.image-with-text
  .image-with-text__cta {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
.image-with-text
    .image-with-text__cta {
    justify-content: center;
  }
}

/* ==============
   BUTTON 1 – PRIMARY (original style)
   ============== */
.image-with-text
  .image-with-text__cta:first-child .button {
  border: 1px solid cyan !important;
  background: transparent !important;
  color: #ffffff !important;
}

.image-with-text
  .image-with-text__cta:first-child .button:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  color: #000000 !important;
}

/* ==============
   BUTTON 2 – INVERTED
   (gradient by default, outline on hover)
   ============== */
.image-with-text
  .image-with-text__cta:last-child .button {
  background: linear-gradient(180deg, #0077ff, #00d2ff) !important;
  border: 1px solid transparent !important;
  color: #000000 !important;
}

.image-with-text
  .image-with-text__cta:last-child .button:hover {
  background: transparent !important;
  border: 1px solid cyan !important;
  color: #ffffff !important;
  transform: scale(1.05);
}

/* =========================================================
   GLITCH PIXEL BORDER – SURVIVAL IMAGE
   (this part already worked – kept as-is)
   ========================================================= */

.image-with-text
.image-with-text__image-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

.image-with-text
.image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: pixelated;

  border: 4px solid #00eaff !important;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
}

.image-with-text
.image-with-text__image-container::before,

.image-with-text  
.image-with-text__image-container::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* dark blue offset layer */
.image-with-text
.image-with-text__image-container::before {
  border-color: #008fda;
  transform: translate(3px, -3px);
  animation: survivalGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset layer */
.image-with-text
.image-with-text__image-container::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  animation: survivalGlitch2 1.7s infinite ease-in-out alternate;
}

@keyframes survivalGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes survivalGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

}
#fw-section-custom-html-dcd67c91-0f86-4cb1-94af-f7a6371a4ea1 {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-31f85935-f775-4e4f-ac3c-6a8b660e4e94 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-custom-html-6f3f85cf-91e0-4afb-a6f5-a6c258e0d496 {

/* hero-section */

.hero-main-container {
  position: relative;
  background: url('https://imgproxy.fourthwall.com/mN8uvrEstoa5gGC8L96SzAi312csT0NAm56uDHlDP9M/w:1400/sm:1/enc/-a6sU4Lw2qADW_b3/t1Hl5DPgZB_D9VZQ/bIIg303hIu6cM0qS/MU0odAUPF7rah1KD/RVmNsw3QlCQFL7ae/cotGMiMk42gpB16x/ngNqV5pM6sBD7_JI/6d-ZHABpQP4Lcl_o/CdxCqJWMXXTthQ8R/FcCrGjSue2Y18irK/-vGbIv8vLdNYVZep/ddxdurcog2Rapbtf/ldx4bAe1YyCyZXhF/hoR5G9e6qltKOX1k/zbooTIOlP9WxZIl5/s_RybvOqZKtii0Ri') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 300px 20px;
  overflow: hidden;
  height:900px;
  margin-top: -150px;
}

/* Background dark overlay */
.hero-main-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* Adjust opacity */
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-content h2 {
  color: yellow;
  font-size: 31.74px;
}

.hero-content h1 {
  font-size: 74.6px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;

  /* Gradient text */
  background: linear-gradient(185deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* Bottom flame */
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-main-container {
    padding: 120px 15px;
    height: 450px;
  }
  .hero-content h1 {
    font-size: 64px;
  }
  .hero-content h2 {
    font-size: 28px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .hero-main-container {
    padding: 50px 15px 100px 15px;
    height: auto;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .hero-content h2 {
    font-size: 24px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .hero-main-container {
    padding: 80px 12px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content h2 {
    font-size: 20px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .hero-main-container {
    padding: 50px 10px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

section.custom-html.custom-html--fw-section-custom-html-14d5ea5e-3621-42e2-afc7-a3044dcb26ee {
    padding: 0px;
}
}
#fw-section-custom-html-97bc4ee9-8f1a-4729-8094-c112b02b46ee {

/* SUPPORT SECTION */
.support-main {
  background: url("https://imgproxy.fourthwall.com/mEDihwkudx-pgiMm9IcRkr27bUz0snTc5K3Biv8PEqw/w:1400/sm:1/enc/2e-nDxknOCpBdmq7/mhytRHZ01fBkNBc9/yuFZXWmzM2rfdQob/ZqojFUhIgyEPQhvj/DZQsexxBm5nYL8GR/fDLpM9DWqT0Hb0vO/s1--pm5SwljAJ_wl/qUPnh2ZFMiyeqEIO/Rddbumiry12mSp23/euKOayR4oB65tDy8/-9IAgOStWkHZ8hi9/EQqfUL3HRhsupjyn/nnEJcQBnbvcHS6CT/bCQw2k8EMz4pXvBC/baesLf1oWY_IzIZH/DuNjIPOKUMWD9p3u") no-repeat center center/cover;
  padding-bottom: 7%;
}

.support {        
  background: url("https://storage.googleapis.com/popshopprod-shop-renderer-creators-assets/resources/a3df9d0c-4dd2-4be6-8c08-7c6394946b39/dd2def8287e3316b546fc7dfa9ee6f93_ed5bb9951cd7.jpg") no-repeat center center/cover;
  font-family: 'Courier New', monospace;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container {
  max-width: 100%;
}

/* Header - Centered */
.support-header {
  text-align: center;
  max-width: 875px;
  margin: 0 auto 50px auto;
}

.support-header h1 {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}
.support-header p {
  line-height: 1.6;
  color: #ddd;
  padding: 0px 50px 0px 50px;
}

/* Content Section - Two Columns */
.support-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%;
}

/* Left Side 
.support-left {
  flex: 1;
} */

.support-left h3 {
  font-size: 21.18px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.btn {
  padding: 20px 35px;
  margin: 5px;
  font-size: 15.83px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-style: normal;
}

.btn.blue {
  border: 1px solid cyan;
  background: transparent;
  color: white;
}

.btn.blue:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff);
  border: 1px solid linear-gradient(to right, #00d2ff, #3a7bd5);
}

.support-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.box {
  border: 1px solid #ffc400;
  background: rgba(0, 0, 0, 0.6);
  padding: 18px;
  width: 370px;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 6px;
  text-align: left;
  display: flex;
  gap: 20px;
}

/* Right Side */
.support-right img {
  width: 480px;
  border-radius: 6px;
}

/* ==========way-to-work======= */

/* Section Base */
.way-to-work {
  width: 100%;
  padding: 100px 0;
  color: #fff;
  font-family: "Space Mono", monospace;
  text-align: center;
}

/* Layout */
.support-content-together {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

/* First row – 3 columns using flex */
.Together-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

/* Second row – 2 columns centered using flex */
.Together-two {
  display: flex;
  justify-content: center; /* centers the items horizontally */
  gap: 60px;
  flex-wrap: wrap;
}

/* Each Box */
.work-box {
  max-width: 300px;
  text-align: center;
}

/* Icon Box */
.icon-box {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
}

.icon-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

/* Text Styling */
.work-box h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.work-box p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
}

/* ========collaborating======= */

.collaborating {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 110px;
}

.collaborating .support-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.collaborating .support-right {
  width: 50%;
}

.collaborating-heading h1{
        font-size: 60px;
        font-weight: bold;
        -webkit-text-fill-color: transparent;
        color: transparent;
        line-height: 70px;
        background: linear-gradient(-94deg, rgb(0, 255, 255), rgb(0, 119, 255)) text;
}

.support-options p {
    font-size: 16px;
    color: #fff;
}

section.custom-html.custom-html--fw-section-custom-html-97bc4ee9-8f1a-4729-8094-c112b02b46ee {
    padding: 0px;
}

/* ===== Responsive Breakpoints ===== */

/* Desktop Large (1024px - 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .section-title {
    font-size: 42px;
  }

  .work-grid {
    gap: 40px;
  }
}

/* Tablet (767px - 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .section-title {
    font-size: 36px;
  }
}

/* Mobile Large (480px - 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .work-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .section-title {
    font-size: 30px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .support {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    height: auto;
  }

  .support-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .support-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
  }

  .support-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .support-header h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .support-header p {
    font-size: 12px;
    padding: 0 10px;
  }

  .support-left h3 {
    font-size: 20px;
    text-align: center;
  }

  .box {
    width: 93%;
    padding: 10px;
    font-size: 0.85rem;
  }

  .btn.blue {
    width: 100%;
    font-size: 14px;
    padding: 20px 28px;
    margin: 0px;
  }

  .support-right img {
    width: 100%;
  }

  .way-to-work {
    padding: 50px 10px;
  }

  .collaborating {
    padding: 10px;
    display: flex;
    align-items: center;
  }

  .collaborating .support-right {
    width: 100%;
  }

  .collaborating .support-left {
    width: 100%;
  }

  .collaborating-heading h1 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .support-options p {
    text-align: center;
  }

  .Together-one {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .Together-two {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
}
#fw-section-custom-html-193d6777-121a-4a54-bd0e-adbe4804cdc0 {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


section.custom-html.custom-html--fw-section-custom-html-193d6777-121a-4a54-bd0e-adbe4804cdc0 {
    padding: 0px;
}
}
#fw-section-custom-html-7de42c5a-bf07-4245-80d8-f2e9aabef4e6 {

/* Footer */
.footer {
text-align: center;
padding: 2% 10%;
background: #111;
display: flex;
flex-direction: column;
justify-content: center;
}

.footer-logo {
font-size: 40px;
color: cyan;
margin: 0 auto;
}

.footer p {
padding-top: 20px;
border-top: 2px solid;
border-color: gray;
font-size: 16px;
color: white;
}

.socials {
padding: 50px 0%;
display: flex;
flex-direction: row;
gap: 20px;
justify-content: center;
}


/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
footer {
    padding: 2% 8%;
}

.footer-logo {
    font-size: 36px;
}

.socials {
    gap: 18px;
    padding: 40px 0;
}
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
footer {
    padding: 2% 6%;
}

.footer-logo {
    font-size: 32px;
}

.socials {
    flex-wrap: wrap;
    gap: 16px;
    padding: 35px 0;
}
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
footer {
    padding: 2% 5%;
}

.footer-logo {
    font-size: 28px;
}

.socials {
    flex-wrap: wrap;
    gap: 14px;
    padding: 30px 0;
}
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
.footer {
    padding: 2% 4%;
    padding: 2% 4%;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-logo img {
    width: 60px;
}

.footer-logo {
    font-size: 24px;
}

.socials {
    flex-wrap: wrap;
    gap: 12px;
    padding: 25px 0;
    width: 80%;
}

.socials img {
    width: 50px;
}
}

section.custom-html.custom-html--fw-section-custom-html-7de42c5a-bf07-4245-80d8-f2e9aabef4e6 {
    padding: 0px;
}
}
#fw-section-hero-8217d257-91ae-4e9b-8dfa-6a6dbd651259 {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-b76fd16d-fd92-404e-9bb7-f82d0b273dad {

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}


#fw-section-custom-html-8eaf77d1-3e8e-417e-8736-35e026dfdefd {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-786ea3a9-6259-4203-bd77-570dea7b91ae {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}

#fw-section-hero-cdf2b3b9-4c37-46c9-9afd-09c3481b752c {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-e23e6961-f93d-48db-9cae-8adfad300883 {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}


#fw-section-custom-html-bb7e07af-2d28-4463-80e5-fe8472bc73bf {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-cd4b8339-443b-4ee5-9514-0da46c0ba863 {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-e5dfdca1-d110-4d87-8eef-0754233031f8 {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-98bcc91e-50d2-4db0-93a0-33db5ee8ea78 {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}


#fw-section-custom-html-02f52db6-251d-4095-a0d5-675dfd5c16f4 {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-0aa5d7bb-2e75-4d4c-a7bd-13133bc4095a {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-c7e53024-6395-4685-b4b8-1c39ad912d49 {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-de9521c8-9a82-4c0e-bde8-58e981614e30 {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}
#fw-section-collections-list-7f4057c9-193d-43d2-8aaf-6d91f6e95ab7 {
--color-primary: #0077ff;
--color-primary-rgb: 0, 119, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
h2 {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.collections-list{
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}

}

#fw-section-image-with-text-e509bcb9-4104-4d63-9c68-c1143a016f31 {
--color-primary: #0077ff;
--color-primary-rgb: 0, 119, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
h2 {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align:left !important;
}
}
#fw-section-rich-text-69e33be6-3811-438c-980c-cc25212803d4 {

h2 {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  text-align:left !important;
}
}
#fw-section-collection-template-collection-testing {
--color-primary: #0077ff;
--color-primary-rgb: 0, 119, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
.collection-details{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") fixed left center;

}
}
#fw-section-custom-html-77fe2b85-acb7-442a-bf8d-dfda73e9d256 {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-c66267f4-b3e4-4061-97ab-7bd34ece10b1 {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-f9743cdb-0b0b-4d0e-9848-ac065eb5f767 {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-cd7f4763-e2c9-443d-829b-d10b48651fa3 {

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}


#fw-section-custom-html-3708a86d-acd3-40a2-ad59-a93add53b583 {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-911cfb8f-2d50-4126-b654-8990a29bfa00 {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-31c39533-da98-4009-b303-6297434a8364 {


.hero__heading--regular {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height: 300px;
    padding-top: 100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}
}
#fw-section-custom-html-fa46d1dc-c35b-43c0-9e0b-1ec8868cb6fd {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -100px; /* negative margin to pull it upward */
  position: relative;
  z-index: 2; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 150px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: no-repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}


#fw-section-custom-html-13a00f88-fac0-4032-b244-95965178b58a {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-51736259-e19c-462b-a317-7331dfad224d {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {

p{font-size:1.2rem; font-weight:600;}

.hero__heading--regular {
  font-size: 105px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 100px;
}

.hero__cta--primary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
}

.hero__cta--primary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}

.hero__cta--secondary {
  padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
}

.hero__cta--secondary:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.hero__inner--center {
    align-items: center;
    height:1100px;
}

.hero__cta--secondary a {
  color: #ffffff !important;
}


.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.hero.hero--fw-section-hero-fd6a18b9-554e-48bd-85b3-64dbdd494706::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; /* keeps it behind hero content */
  pointer-events: none;
}


/* =========================
   Mobile responsiveness
   ========================= */

@media screen and (max-width: 1024px) {
  .hero__inner--center {
    height: auto;
    min-height: 820px;
    padding: 80px 24px;
  }

  .hero__heading--regular {
    font-size: 90px;
    line-height: 76px;
  }

  p { font-size: 1.1rem; }
}

@media screen and (max-width: 768px) {
  .hero__inner--center {
    height: auto;
    min-height: 720px;
    padding: 64px 20px;
    text-align: center;
  }

  .hero__heading--regular {
    font-size: 52px;
    line-height: 56px;
  }

  p { font-size: 1.05rem; }

  .hero__cta--primary,
  .hero__cta--secondary {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    padding: 16px 22px !important;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .hero__inner--center {
    min-height: 640px;
    padding: 48px 16px;
  }

  .hero__heading--regular {
    font-size: 48px;
    line-height: 60px;
  }

  p { font-size: 1rem; }

  .hero__cta--primary,
  .hero__cta--secondary {
    font-size: 14.5px !important;
    padding: 14px 18px !important;
  }
}

}
#fw-section-custom-html-461000d2-bf8e-4d57-86f8-e7b5a7cce51b {
--color-primary: #0072a8;
--color-primary-rgb: 0, 114, 168;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
/* Wrapper section */
.overflow-banner {
  width: 100%;
  margin-top: -6.5%; /* negative margin to pull it upward */
  position: relative;
  z-index: 1; /* keep above previous section background */
}

/* Inner container with background image */
.overflow-banner__inner {
  width: 100%;
  height: 178px; /* adjust as needed */
  background-image: url("https://imgproxy.fourthwall.com/i0oin3UsW_p-OkL9RuaSgWZJpl_g63MuL_T_og_tBZk/w:1400/sm:1/enc/KG9iOaWnW_1zwlUE/vcAAo-USOnKsIcpZ/lyB8ErFOJXx6cmw6/89pQ8EKyoUVU0GcW/4Mc0NTbuw_bOnch8/YCKKXSY6NgrF9F1t/3fyENSfXy2cxn0m_/urbgFhYlhEImCweh/Lia2ND-RWoPwgLi_/Of6UiDytWufq6pYO/Vd-laDG6vl1ymnpi/QydvSCd4H21sBWMO/4-zvFc3xGLADH16m/jMZrh6Y41ZPkdsCl/PgqNEbWnTFResrmI/Zp4gmCJ5_7jk3jfd");
  background-size: no-repeat;
  background-position: top;
  background-repeat: repeat-x;
}

/* Responsive scaling */
@media (max-width: 1024px) {
  .overflow-banner__inner {
    height: 125px;
    margin-top: -80px;
  }
}

@media (max-width: 768px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .overflow-banner {
    margin-top: -140px;
  }

  .overflow-banner__inner {
    height: 140px;
  }
}

}
#fw-section-custom-html-4cff0164-354f-41c5-9d7b-3ae22f042c11 {

/* hero-section */

.hero-main-container {
  position: relative;
  background: url('https://imgproxy.fourthwall.com/nGB-ua4-nb9Umtf_TOHGMKZXM922udKZv2mhcxSHkZ0/w:1400/sm:1/enc/KCbLE-FcXpdk58kz/iYI-pPV1WINlezaV/9DLFYqNby6yV2Sr8/ZI5DE-oi5RbtYMfy/GS1Nj7df5AihIy4P/BIVZq1qQ96xE1M1N/3F14KkobR8_kDHUr/Kf6fxtS0P_KTh87E/w2_LY8g_dAQ1VTfg/hBzvSW3TYTpJXRqh/Z-TCkboyB4ZEyeuA/STb6OlKohZxB3p-G/zov2iky0hIAkivxY/o4V84F2dqj2LDQH7/fwp3fNHde0RGRnxW/40_JK2l6tfDQaYqQ') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 300px 20px;
  overflow: hidden;
  height:900px;
  margin-top: -150px;
}

/* Background dark overlay */
.hero-main-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* Adjust opacity */
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-content h2 {
  color: yellow;
  font-size: 31.74px;
}

.hero-content h1 {
  font-size: 74.6px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;

  /* Gradient text */
  background: linear-gradient(100deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-buttons {
  margin-top: 20px;
}

/* Buttons */
.btn {
  padding: 20px 35px;
  margin: 5px;
  font-size: 15.83px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-style: normal;
}

.btn.blue {
  border: 1px solid cyan;
  background: transparent;
  color: white;
}

.btn.blue:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff);
  border: 1px solid linear-gradient(to right, #00d2ff, #3a7bd5);
}

.btn.outline {
  border: 1px solid cyan;
  background: transparent;
  color: white;
}

.btn.outline:hover {
  border: 1px solid linear-gradient(to right, #00d2ff, #3a7bd5);
  background: linear-gradient(1800deg, #0077ff, #00d2ff);
  transform: scale(1.05);
}

/* Bottom flame */
.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.hero-bottom img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .hero-main-container {
    padding: 120px 15px;
    height: 450px;
  }
  .hero-content h1 {
    font-size: 64px;
  }
  .hero-content h2 {
    font-size: 28px;
  }
  .btn {
    padding: 16px 28px;
    font-size: 15px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .hero-main-container {
    padding: 50px 15px 100px 15px;
    height: auto;
  }
  .hero-content h1 {
    font-size: 48px;
  }
  .hero-content h2 {
    font-size: 24px;
  }
  .btn {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .hero-main-container {
    padding: 80px 12px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content h2 {
    font-size: 20px;
  }
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .hero-main-container {
    padding: 50px 10px;
    height: auto;
    margin-top: 0px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .btn.blue {
    width: 95%;
    font-size: 14px;
    padding: 12px 18px;
  }
}
}
#fw-section-image-with-text-d0bec911-908e-4928-baa9-80ab93258b97 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.image-with-text{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}

.image-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}


.image-with-text__cta {
    padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
    width: 50% !important;
    text-align: center;
}

.html-formatter h3 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}

.image-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}
}
#fw-section-custom-html-9ed405ff-14a6-4579-8125-0403df1abe42 {

/* Content Creator */
.container {
  max-width: 100%;
}

.content-creater-main {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  color: white;
  height: 800px;
  position: relative;
  overflow: hidden;
  padding: 0px 10%;
}

.content-creater-main span {
  color: cyan;
  font-size: 60.6px;

  /* Gradient text */
  background: #00FFFF;
  background: linear-gradient(185deg, rgba(0, 255, 255, 1) 30%, rgba(0, 119, 255, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-img {
    width: 50%;
}

.content h3 {
    font-size: 31.74px;
    color: #fffc05;
    font-weight: normal;
}

.content p {
    padding-bottom: 20px;
    width: 605px;
}

.creator-photo {
  max-width: 100%;
  position: relative;
  z-index: 2; /* keeps photo above pattern */
  padding-left: 20%;
}

.decor-pattern {
  position: absolute;
  right: -120px;   /* adjust as needed */
  bottom: 0;     /* sticks to bottom */
  width: 600px;  /* adjust size */
  z-index: 1;    /* behind the photo */
  opacity: 0.85; /* subtle look */
  /* transform: translate(240px, -17px); */
}

.content-divider {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.divider {
  width: 150px;
  height: 2px;
  background: #ffbc05;
  align-items: center;
  text-align: center;
}

.btn {
  padding: 20px 35px;
  margin: 5px;
  font-size: 15.83px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-style: normal;
}

.btn.blue {
  border: 1px solid cyan;
  background: transparent;
  color: white;
  width: 50%
}

.btn.blue:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff);
  border: 1px solid linear-gradient(to right, #00d2ff, #3a7bd5);
}

/* Responsive adjustments */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .content-creater-main {
    padding: 60px 5%;
    gap: 40px;
    height: auto;
  }

  .content-creater-main span {
    font-size: 3.5rem;
  }

  .content h3 {
    font-size: 2rem;
  }

  .content p {
    width: 100%;
  }

  .creator-photo {
    max-width: 400px;
    padding-left: 20%;
  }

  .decor-pattern {
    width: 300px;
    right: -50px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .content-creater-main {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    height: auto;
  }

  .content {
    width: 50%;
  }

  .content p {
    width: 100%;
  }

  .content-img {
    width: 50%;
    text-align: center;
  }

  .content-creater-main span {
    font-size: 2.8rem;
  }

  .content h3 {
    font-size: 1.6rem;
  }

  .creator-photo {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
  }

  .decor-pattern {
    width: 56%;
    right: -105px;
    bottom: 30px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .content-creater-main {
    flex-direction: column-reverse;
    padding: 40px 5%;
    height: auto;
    text-align: center;
  }

  .content,
  .content-img {
    width: 100%;
  }

  .content-creater-main span {
    font-size: 2.3rem;
  }

  .content h3 {
    font-size: 1.4rem;
  }

  .creator-photo {
    width: 75%;
    margin: 0 auto;
    padding-left: 0;
  }

  .decor-pattern {
    width: 150px;
    right: -15px;
    bottom: -10px;
    display: none;
  }

  .btn.blue {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .content-divider {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .content-creater-main {
    flex-direction: column-reverse;
    padding: 30px 5%;
    height: auto;
    text-align: center;
  }

  .content p {
    width: 100%;
  }

  .content-creater-main span {
    font-size: 28px;
  }

  .content h3 {
    font-size: 1.2rem;
  }

  .content-img {
    width: 100%;
  }

  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .creator-photo {
    width: 100%;
    margin: 0 0;
    padding: 0px;
  }

  .decor-pattern {
    width: 120px;
    right: -10px;
    bottom: -10px;
    display: none;
  }

  .btn.blue {
    padding: 20px 28px;
    font-size: 0.85rem;
    width: 100%;
  }
  .content-divider {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
}
#fw-section-video-with-text-25e6f1e1-6510-492e-81d5-e651b5832b14 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.video-with-text{
    background:  linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat left bottom;

}

span {
    color: yellow;
}

.video-with-text.section-fw-section-video-with-text-25e6f1e1-6510-492e-81d5-e651b5832b14-padding {
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 700px;
}

.video-with-text.section-fw-section-video-with-text-25e6f1e1-6510-492e-81d5-e651b5832b14-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 630px; /* adjust size as needed */
  height: 425px;
  background: url('https://imgproxy.fourthwall.com/oqnPxRu-RYVLamNjlksJAe-tLsho3AkP4SXHBI8NmBA/w:1400/sm:1/enc/OtLKSdIwOMwryERe/HT1X9TOqU63RvYvw/m8NCOu0r-H2mafsP/4bfXdBPfmSO1KIDF/Gxos3JeRd-FJekFS/VgW0nV9nLvPHw6ft/ZlE9jSnQQrQc1w8Z/mV4NTM4mM4TirWSW/gzV-pYDk5H5FY4QR/2_gxL6WmrC1S9FJ1/KseW0sHeIlELQ1aq/EVwewPJtWUkgX7DX/8BRGwLzMdnbLorZQ/uxUv4zbVXSn_AYq7/B6yLNkmw0zZvNwin/Q2DrNp0ga2WgtYX6')
              no-repeat bottom left / contain;
  transform: scaleX(-1); /* flip horizontally */
  opacity: 0.9; /* optional transparency */
  pointer-events: none;
  z-index: -1; /* stays behind all content */
}

.container {
    padding-top: 100px;
}

.video-with-text__heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.video-with-text__text {
  font-size: 16px;
}

.video-with-text__cta {
   padding: 20px 35px !important;
    margin: 5px !important;
    font-size: 15.83px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-weight: 700 !important;
    font-style: normal !important;
    border: 1px solid cyan !important;
    background: transparent !important;
    color: white !important;
    width: 50% !important;
    text-align: center;
}

.video-with-text__cta:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff) !important;
}

.button {
  display: contents;
}
}
#fw-section-custom-html-8689ad29-27df-45f2-a567-ad7483ccbfaa {


.streaming-schedule {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left:18%;
    padding-right:18%;
  position: relative;
  overflow: hidden;
  gap: 80px;
  max-width:100%;

  /* NEW — Background Image + Gradient Overlay */
  background: 
    linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") 
    no-repeat left bottom;
  background-size: no-repeat;
}

/* Video column */
.schedule-video {
  position: relative;
  flex: 1;
  max-width: 600px;
}

/* Responsive 16:9 Twitch frame with glitch border */
.twitch-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */

  border: 4px solid #00eaff;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.45);
  overflow: visible;
}

/* Twitch player fills the frame */
#kendrisite-twitch-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Glitch border layers */
.twitch-frame::before,
.twitch-frame::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 4px solid #00eaff;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.6;
}

/* Pink offset glitch */
.twitch-frame::before {
  border-color: #ff1aff;
  transform: translate(3px, -3px);
  clip-path: polygon(
    0 0, 100% 0, 100% 20%, 80% 20%, 80% 40%, 100% 40%,
    100% 100%, 0 100%
  );
  animation: twitchGlitch1 1.4s infinite ease-in-out alternate;
}

/* Cyan offset glitch */
.twitch-frame::after {
  border-color: #00c8ff;
  transform: translate(-3px, 3px);
  clip-path: polygon(
    0 0, 100% 0, 100% 70%, 20% 70%, 20% 50%, 0 50%
  );
  animation: twitchGlitch2 1.7s infinite ease-in-out alternate;
}

/* Glitch animations */
@keyframes twitchGlitch1 {
  0%   { transform: translate(2px, -2px); opacity: 0.4; }
  50%  { transform: translate(4px, -4px); opacity: 0.85; }
  100% { transform: translate(3px, -3px); opacity: 0.6; }
}

@keyframes twitchGlitch2 {
  0%   { transform: translate(-2px, 2px); opacity: 0.4; }
  50%  { transform: translate(-5px, 3px); opacity: 0.9; }
  100% { transform: translate(-3px, 3px); opacity: 0.65; }
}

/* Pattern image */
.image-pattern {
  position: absolute;
  bottom: -185px;
  left: -367px;
  width: 581px;
  opacity: 0.9;
  z-index: -1;
  transform: scaleX(-1);
}

/* Info column */
.schedule-info {
  flex: 1;
  padding-left: 2vw;   /* Increase right-side breathing room */
  padding-right: 2vw;
  max-width: 600px;    /* Prevents it from stretching too far on ultrawide screens */
}

.schedule-info h1 {
  font-size: 60.6px;
  font-weight: bold;
background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.schedule-info ul {
  list-style: none;
  padding: 10;
  margin-top: 25px;
  margin-bottom: 25px;
}

.schedule-info li {
  margin-bottom: 15px;
  font-size: 16px;
}

.schedule-info li span {
  font-weight: bold;
  color: #fffc05;
}

/* Button */
.btn {
  padding: 20px 75px;
  margin: 5px;
  font-size: 15.83px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-style: normal;
}

.btn.blue {
  border: 1px solid cyan;
  background: transparent;
  color: white;
}

.btn.blue:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff);
  border: 1px solid #00d2ff;
}

/* ==========================
   Responsive adjustments
   ========================== */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .streaming-schedule {
    gap: 30px;
  }

  .schedule-info {
    padding-left: 3%;
  }

  .schedule-info h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .image-pattern {
    width: 300px;
    left: -150px;
    bottom: -120px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .streaming-schedule {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    margin: 40px 0;
  }

  .schedule-video {
    max-width: 50%;
  }

  .schedule-info {
    padding-left: 0;
  }

  .schedule-info h1 {
    font-size: 42px;
  }

  .image-pattern {
    width: 100%;
    left: -140px;
    bottom: -85px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .streaming-schedule {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    height: auto;
    margin: 40px 0;
  }

  .schedule-video {
    max-width: 100%;
    width: 100%;
  }

  .schedule-info {
    padding-left: 0;
  }

  .schedule-info h1 {
    font-size: 36px;
  }

  .btn.blue {
    width: 80%;
    padding: 14px;
    font-size: 15px;
  }

  .image-pattern {
    display: none;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .streaming-schedule {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    height: auto;
    padding: 0 5%;
    margin: 40px 0;
  }

  .schedule-video {
    width: 100%;
  }

  .schedule-info {
    flex: 1;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .schedule-info h1 {
    font-size: 28px;
    line-height: 35px;
  }

  .schedule-info li {
    font-size: 14px;
  }

  .btn.blue {
    width: 97%;
    padding: 16px 60px;
    font-size: 14px;
  }

  .image-pattern {
    display: none;
  }
}

}
#fw-section-custom-html-a2b088b3-ceb1-496e-bb61-fd317545ef43 {

section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}

/* SUPPORT SECTION */
.support {        
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/mo5Bbrt4_upigqnTRzEx8UWeum_UXLlyKkmhelNSn3E/w:1400/sm:1/enc/57IPS_KMDV8X85D9/eArlMSPwZyS6XmO8/rDsuKhxzFgcP4P69/tXIUmF3QUKeeMcoa/cE47gQmRqeRYNa77/KoT97pFvkv-y4ZZW/uJFa4tICuSknaAZa/96wnyQsbBl6FK5vo/IJEbD-db7BPPbeQ2/IiP932iObd0j8cCx/Vub5_tzfqqW8vBNS/9vucG_CHyEbdegIJ/DTxkoUKVea5QbB8n/I-0ZS_5tjLBjw4Ru/wWwngsDL9H0y37uM/1zjWIC7nx5c-FVGt") no-repeat center center/cover;
  font-family: 'Courier New', monospace;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;

}

.container {
  max-width: 100%;
}

/* Header - Centered */
.support-header {
  text-align: center;
  max-width: 875px;
  margin: 0 auto 30px auto;
}

.support-header h1 {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}

.support-header p {
  line-height: 1.6;
  color: #ddd;
  padding: 0px 20px 0px 20px;
}

/* Content Section - Two Columns */
.support-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3%;
  max-width: 66.67%;
  margin-left:15%;
  margin-right:15%;
}

/* Left Side 
.support-left {
  flex: 1;
} */

.support-left h3 {
  font-size: 21.18px;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
}

.btn {
  padding: 20px 70px;
  margin: 5px;
  font-size: 15.83px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  font-style: normal;
}

.btn.blue {
  border: 1px solid cyan;
  background: transparent;
  color: white;
}

.btn.blue:hover {
  transform: scale(1.05);
  background: linear-gradient(1800deg, #0077ff, #00d2ff);
  border: 1px solid linear-gradient(to right, #00d2ff, #3a7bd5);
}

.support-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.box {
  border: 1px solid #ffc400;
  background: rgba(0, 0, 0, 0.6);
  padding: 18px;
  width: 66.67%;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 6px;
  text-align: left;
  display: flex;
  gap: 20px;
}

/* Right Side */
.support-right img {
  width: 480px;
  border-radius: 6px;
}

section.custom-html.custom-html--fw-section-custom-html-a2b088b3-ceb1-496e-bb61-fd317545ef43 {
    padding: 0px;
}

/* Responsive adjustments */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .support-content {
    gap: 30px;
  }

  .support-header h1 {
    font-size: 48px;
  }

  .support-right img {
    width: 400px;
  }

  .box {
    width: 350px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .support {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    height: auto;
    margin-top: 5%;
  }
  .support-content {
    gap: 30px;
    align-items: center;
  }

  .support-header h1 {
    font-size: 42px;
  }

  .support-header p {
    font-size: 16px;
    padding: 0 30px;
  }

  .support-right img {
    width: 295px;
  }

  .box {
    width: 330px;
    padding: 10px 10px 10px 15px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .support-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

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

  .support-left h3 {
    font-size: 22px;
  }

  .support-header h1 {
    font-size: 36px;
    line-height: 1.4;
  }

  .support-header p {
    font-size: 14px;
    padding: 0 15px;
  }

  .support-right img {
    width: 350px;
  }

  .box {
    width: 90%;
    margin: 0 auto;
    padding: 12px;
  }

  .btn.blue {
    font-size: 16px;
    padding: 12px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .support {
    flex-direction: row;
    padding: 50px 5%;
    gap: 25px;
    height: auto;
  }

  .support-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .support-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
  }

  .support-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .support-header h1 {
    font-size: 28px;
    line-height: 1.3;
  }

  .support-header p {
    font-size: 12px;
    padding: 0 10px;
  }

  .support-left h3 {
    font-size: 20px;
    text-align: center;
  }

  .box {
    width: 93%;
    padding: 10px;
    font-size: 0.85rem;
  }

  .btn.blue {
    width: 100%;
    font-size: 14px;
    padding: 20px 28px;
    margin: 0px;
  }

  .support-right img {
    width: 100%;
  }
}
.box-link {
    display: block;
    text-decoration: none;
    color: inherit; /* Prevents link color changes */
}

.box-link:visited,
.box-link:hover,
.box-link:active {
    text-decoration: none;
    color: inherit; /* Ensures hover does not change typography */
}

}
#fw-section-custom-html-ad886ea7-a384-4154-a3a1-d18820fd12d3 {

/* Community */
section.custom-html {
    margin: 0 !important;
    padding: 0 !important;
}
h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 80px 10%;
  height: 480px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
  
}

section.custom-html.custom-html--fw-section-custom-html-ad886ea7-a384-4154-a3a1-d18820fd12d3 {
    padding: 0px;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}

.btn-link {
    text-decoration: none;
    color: inherit;
}

}
#fw-section-featured-collection-9b67ac9b-f87f-4f3f-8dbe-b739d9817b0e {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
a.button.button--outline.button--small{
background: linear-gradient(1800deg, #0077ff, #00d2ff);
}
.featured-collection{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("https://imgproxy.fourthwall.com/Lmz2lS1JMejtdU31RSUesfDbzElEGm6lUhBnSPmyS_k/w:1400/sm:1/enc/JAbRkX9NOmNmYt8_/Wv9rDNKVrHKY27qt/DzQqYyTmUVoHhiTJ/yaC8-96TvZxhzDAW/Y2JFm_EuqrGEmYX_/qzJtNGXT2R9qjUXF/GgS7S3Dg0wuuhyQQ/yCyWzwtGTaP4AnAq/jBYngJI2m7mgw_TN/CrNJ9suFFQvD9nzS/g0zyz-jGnR29N6WK/Be0Kh-ACPUeKccDv/IyHnDOvm9n6dvyXL/0KygRN2UexafGARw/E3nRuxtJEB2wPH7D/cjAyPEwgrfTsNDO7") no-repeat right bottom;

}
.section-header__heading {
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: bold;
}

.tile__heading {
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 18px;
}

.tile__price .tile__price--original {
  font-size: 21.22px;
  font-weight: bold;
}

.grid {
    display: flex;
    /* flex-wrap: wrap; */
    margin-right: -8px;
    margin-left: -8px;
}

.grid__column--4\@md {
  max-width: 25%;
}
}
#fw-section-custom-html-11d90052-9b16-4e5e-828c-47f97e98f0f2 {

/* Stay Connected */

.stay-connected {
    height: 500px;
    padding-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading {
  margin-top: 20px;
  font-size: 31.74px;
  color: yellow;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}

.sub-heading {
  font-size: 60.6px;
  font-weight: bold;
  background: linear-gradient(185deg, rgba(0, 255, 255, 1) 30%, rgba(0, 119, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
  text-align: center;
}

.slider {
  position: relative;
  width: 100%;
  margin: 20px 0px;
  overflow: hidden;
}

.video-container {
  display: flex;
  width: max-content;
  animation: scroll 30s linear infinite;
}

.video-container video {
  width: 300px;
  height: 200px;
  margin: 0 10px;
  border-radius: 8px;
  background: black;
  cursor: pointer;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Responsive Breakpoints */

/* Desktop Large (1024px to 1200px) */
@media (min-width: 1024px) and (max-width: 1200px) {
  .stay-connected {
    height: 450px;
    padding-top: 4%;
    gap: 18px;
  }

  .heading {
    font-size: 28px;
  }

  .sub-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .video-container video {
    width: 280px;
    height: 180px;
    margin: 0 8px;
  }
}

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .stay-connected {
    height: 400px;
    padding-top: 4%;
    gap: 16px;
  }

  .heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .video-container video {
    width: 240px;
    height: 160px;
    margin: 0 6px;
  }
}

/* Mobile Large (480px to 767px) */
@media (min-width: 480px) and (max-width: 767px) {
  .stay-connected {
    height: 350px;
    padding-top: 3%;
    gap: 14px;
  }

  .heading {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .video-container video {
    width: 200px;
    height: 140px;
    margin: 0 5px;
  }
}

/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .stay-connected {
    height: 250px;
    padding-top: 50px;
    gap: 12px;
  }

  .heading {
    font-size: 18px;
    margin: 0px;
  }

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

  .video-container video {
    width: 160px;
    height: 120px;
    margin: 0 4px;
  }
}
}
#fw-section-custom-html-eee119e0-77a9-415b-8cd2-ab4d2373e2de {

#fw-section-custom-html-eee119e0-77a9-415b-8cd2-ab4d2373e2de{
  padding: 0px !important;
}
section.custom-html.custom-html--fw-section-custom-html-eee119e0-77a9-415b-8cd2-ab4d2373e2de{
  padding: 0px !important;
}
}
#fw-section-custom-html-aee92782-c0a6-4817-a70d-26e09c742ecf {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
/* ===== Static Icons Bar ===== */
.marquee-wrapper.icons-bar {
  width: 100%;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.25rem 0; /* spacing inside borders */
}

/* Center the icons horizontally */
.icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem; /* space between icons */
}

/* Icon styles */
.icons-container i {
  font-size: 2rem; /* icon size */
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Optional hover effects */
.icons-container i:hover {
  color: #ff0000; /* YouTube red as default hover color */
  transform: scale(1.15);
}

/* Individual hover colors (optional) */
.icons-container a:nth-child(1):hover i { color: #bf94ff; } /* Twitch */
.icons-container a:nth-child(2):hover i { color: #ff3b5c; } /* Tiktok */
.icons-container a:nth-child(3):hover i { color: #0866ff; } /* Facebook */
.icons-container a:nth-child(4):hover i { color: #ff0000; } /* YouTube */
.icons-container a:nth-child(5):hover i { color: #fff; }    /* X stays white */
.icons-container a:nth-child(6):hover i { color: #5865f2; } /* Discord blurple */

/* Remove any default section spacing from page builder */
section:has(.icons-bar),
div:has(.icons-bar) {
  margin: 0 !important;
  padding: 0 !important;
}

}
#fw-section-rich-text-5c3091ba-d444-4455-a8ba-05ca5977b6a7 {
--color-primary: #0077ff;
--color-primary-rgb: 0, 119, 255;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
h1 {
  font-size: 55px;
  font-weight: bold;
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 70px;
}
h2 {
  font-size: 31.74px;
  color: #fffc05;
  font-weight: normal;
}
}
#fw-section-recent-videos-fdfc8477-e7aa-4981-b9bf-57dd0cf68406 {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
a.button.button--outline.button--small{
background: linear-gradient(1800deg, #0077ff, #00d2ff);
}

.section-header__heading {
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 28px;
  font-weight: bold;
}

.tile__heading {
  background: linear-gradient(-94deg, #00ffff, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 18px;
}

.tile__price .tile__price--original {
  font-size: 21.22px;
  font-weight: bold;
}
}
#fw-section-donations-bcbfbdb9-db80-4985-a3b1-1a3edb364a9a {

/* ================================
   DONATIONS – LAYOUT + FORM TWEAKS
   ================================ */

/* Give the form more real estate on desktop */
.donations .grid__column--6\@md:first-child {
  flex: 0 0 44%;
  max-width: 44%;
}

.donations .grid__column--6\@md:last-child {
  flex: 0 0 56%;
  max-width: 56%;
}

/* Remove ALL rounded corners in the donations section */
.donations__form-container,
.donation-form .input-field__input,
.donation-form .radio-button__label,
.donation-form .input-field--as-button .input-field__input,
.donation-form .button.button--primary.button--expand {
  border-radius: 0 !important;
}

/* Make the form card a bit wider/cleaner */
.donations__form-container {
  width: 100%;
  box-shadow: 0 0 0px rgba(0, 255, 255, 0.2);
}

/* Amount buttons – wider, no text overflow */
.donation-form .radio-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 0.5rem;
  min-height: 56px;

  border: 2px solid #00eaff;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: center;
  white-space: normal;      /* allow wrapping */
  word-break: break-word;   /* break long labels instead of overflowing */
}

/* Hover + selected still neon */
.donation-form .radio-button__label:hover {
  background: rgba(0, 255, 255, 0.25);
  border-color: #00ffff;
  transform: translateY(-1px);
}

.donation-form .radio-button__input {
  display: none !important;
}

.donation-form .radio-button__input:checked + .radio-button__label {
  background: linear-gradient(90deg, #00ffff, #0077ff);
  border-color: #00ffff;
  color: #000;
  box-shadow: 0 0 0px rgba(0, 255, 255, 0.5);
}

/* Custom amount field – flat and aligned with other pills */
.donation-form .input-field--as-button .input-field__input {
  text-align: center;
  border: 2px solid #00eaff;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

/* ================================
   DONATE BUTTON – MATCH GLOBAL BTN
   ================================ */

.donation-form .button.button--primary.button--expand {
  width: 100%;
  max-width: 340px;
  margin-top: 1.75rem;

  padding: 20px 35px;
  font-size: 15.83px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;

  border: 1px solid cyan;
  background: transparent;
  color: #ffffff;

  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover state like other CTAs */
.donation-form .button.button--primary.button--expand:hover {
  transform: scale(1.05);
  background: linear-gradient(180deg, #0077ff, #00d2ff);
  border-color: #00d2ff;
}

}
#fw-section-image-5ff1dcc4-0108-4db1-b215-ff551ec2456d {
--color-primary: #0072a8;
--color-primary-rgb: 0, 114, 168;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}


#fw-section-footer {
--color-primary: #000000;
--color-primary-rgb: 0, 0, 0;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-announcement-bar-3ac5ac46-87cf-4bc2-bf87-a94157253764 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-announcement-bar-3ac5ac46-87cf-4bc2-bf87-a94157253764 {
--color-primary: #030303;
--color-primary-rgb: 3, 3, 3;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #616161;
--color-on-primary-rgb: 97, 97, 97;
--color-on-background: #3f3f3f;
--color-on-background-rgb: 63, 63, 63;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-header {

/* Default styles for header nav items */
.header__nav .header__list-item {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for underline */
  cursor: pointer;
  
}

/* Add pseudo-element for underline */
.header__nav .header__list-item:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #47d7ff; /* underline color */
  transition: width 0.3s ease-in-out;
}

/* On hover, expand the underline */
.header__nav .header__list-item:hover::after {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .header {
  }
}


/* Mobile Small (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
.header {
 }
}
}
#fw-section-product {
--color-primary: #0077ff;
--color-primary-rgb: 0, 119, 255;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #151515;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-image-9c4720a0-0a53-434b-814b-660b4f580f7f {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}
#fw-section-product-product-testing {

/* ================================
   CUSTOM SIZE SELECTOR STYLING
   ================================ */

.product-option__value--size .radio-button__label {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 75px;
  height: 60px;

  border: 2px solid #00eaff;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-weight: 600;
  cursor: pointer;

  transition: all 0.25s ease;
  text-transform: uppercase;
}

/* hide radio inputs */
.product-option__value--size .radio-button__input {
  display: none !important;
}

/* Hover state */
.product-option__value--size .radio-button__label:hover {
  background: rgba(0, 255, 255, 0.25);
  border-color: #00ffff;
  transform: translateY(-2px);
}

/* Selected state */
.product-option__value--size .radio-button__input:checked + .radio-button__label {
  background: linear-gradient(90deg, #00ffff, #0077ff);
  border-color: #00ffff;
  color: #000;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0,255,255,0.4);
}

/* Disabled state */
.product-option__value--size .radio-button__input:disabled + .radio-button__label {
  opacity: 0.35;
  cursor: not-allowed;
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
}


/* ==================================
   MATCHING QUANTITY SELECTOR STYLING
   ================================== */

/* Wrap container */
.product-form__quantity {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

/* Buttons (+ / -) */
.quantity-selector__button {
  width: 50px !important;
  height: 50px !important;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #00eaff;
  border-radius: 0px;

  color: white;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover */
.quantity-selector__button:hover {
  background: rgba(0, 255, 255, 0.25);
  border-color: #00ffff;
  transform: translateY(-2px);
}

/* Quantity input field */
.quantity-selector__input {
  width: 70px !important;
  height: 50px !important;

  text-align: center;
  font-size: 20px;
  font-weight: 700;

  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #00eaff;
  border-radius: 0px;
  color: white;

  transition: all 0.25s ease;
}

/* Focus state */
.quantity-selector__input:focus {
  outline: none;
  border-color: #00ffff;
  background: rgba(0, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(0,255,255,0.3);
}

/* Disabled button */
.quantity-selector__button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

}

#fw-section-custom-html-780d1afb-8d7f-4c8a-8e69-04325544740b {

/* Community */

h1, h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.community {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(-180deg, #00ffff, #0077ff);
  padding: 50px 10%;
  height: 350px;
  position: relative;
}

.community-img img{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 45%;
  object-fit: cover;
  clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: linear-gradient(-180deg, #00ffff, #0077ff);
}

.community-img {
  width: 35%;
}

.community-text {
  width: 60%;
}

.community-text h1 {
  color: white;
}

.btn.yellow {
  border: 1px solid #fffb05;
  background: #fffb05;
  color: rgb(0, 0, 0);
  font-family: "Space Mono", monospace;
  padding: 15px 35px;
  font-size: 16px;
}
section.custom-html.custom-html--fw-section-custom-html-33aa479c-2c6c-4f29-ada4-b30994dd6b7b{
padding: 0px !important;
}

/* Responsive adjustments */

/* Tablet (767px to 1024px) */
@media (min-width: 767px) and (max-width: 1024px) {
  .community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(-180deg, #00ffff, #0077ff);
    padding: 50px 5%;
    height: 350px;
    position: relative;
  }

  .community-img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 45%;
    object-fit: cover;
    clip-path: polygon(20.75% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: linear-gradient(-180deg, #00ffff, #0077ff);
  }
}

/* Mobile Large (320px to 480px) */
@media (min-width: 320px) and (max-width: 480px) {
  .community {
      display: flex;
      flex-direction: column;
      justify-content: normal;
      align-items: center;
      background: linear-gradient(-180deg, #00ffff, #0077ff);
      padding: 50px 5%;
      height: 573px;
      position: relative;
      gap: 20px;
  }

.community-text {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

.community h1 {
  font-size: 28px;
}

.community-img {
    width: 100%;
  }

.community-img img {
    position: static; 
    top: 4px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* clip-path: polygon(13.75% 0%, 100% 0%, 100% 100%, 0% 100%); */
    /* background-color: #000000; */
  }

.community-text h1, p {
    text-align: center;
  }

.btn .yellow {
    padding: 20px 28px;
  }
}


}
#fw-section-image-35c62d2c-e7a5-4fec-af93-74a956706d51 {

.image-section__image {
    width: 40% !important;
    border-radius: var(--image-corner-radius);
}
}