#fw-section-custom-html-adcd0bf5-e19c-4abb-8583-24133721d2d8 {

/* =========================================================
   RINOA POISON — MEET SECTION
   Fourthwall-compatible responsive version
   ========================================================= */

.rp-meet,
.rp-meet * {
  box-sizing: border-box;
}

.rp-meet {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -46px;
  padding: 80px 24px 52px;
  color: #f7f5fb;
  background-color: #070a11;
  background-image:
    radial-gradient(
      circle at 92% 12%,
      rgba(123, 49, 181, 0.22),
      transparent 27%
    ),
    radial-gradient(
      circle at 3% 88%,
      rgba(76, 36, 128, 0.13),
      transparent 24%
    );
}

.rp-meet::before,
.rp-meet::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(
      circle at 20% 40%,
      #9c50df 0,
      #9c50df 3px,
      transparent 4px
    ),
    radial-gradient(
      circle at 50% 10%,
      #9c50df 0,
      #9c50df 7px,
      transparent 8px
    ),
    radial-gradient(
      circle at 70% 55%,
      #9c50df 0,
      #9c50df 4px,
      transparent 5px
    ),
    radial-gradient(
      circle at 35% 75%,
      #9c50df 0,
      #9c50df 9px,
      transparent 10px
    );
}

.rp-meet::before {
  top: -80px;
  right: -70px;
  transform: rotate(18deg);
}

.rp-meet::after {
  bottom: -110px;
  left: -90px;
  transform: rotate(-14deg);
}

.rp-meet__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.rp-meet__header {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 58px;
  text-align: center;
}

.rp-meet__title {
  margin: 0;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rp-meet__title span {
  display: inline;
}

.rp-meet__title strong {
  color: #a867ed;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rp-meet__underline {
  width: 170px;
  height: 5px;
  margin: 20px auto 28px;
  border-radius: 20px;
  background-color: #a867ed;
  transform: rotate(-1deg);
}

.rp-meet__intro {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #f7f5fb;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.55;
}

/* =========================================================
   CARD GRID
   ========================================================= */

.rp-meet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  width: 100%;
}

/* =========================================================
   GENERAL CARD
   ========================================================= */

.rp-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin-top: 20px;
  overflow: visible;
  border-width: 2px;
  border-style: solid;
  border-radius: 23px;
  background-color: #0c111d;
}

.rp-card--watch {
  border-color: #a867ed;
}

.rp-card--help {
  border-color: #65e36b;
}

.rp-card--support {
  border-color: #ed4f9b;
}

/* =========================================================
   TAPE LABEL
   ========================================================= */

.rp-card__label {
  position: absolute;
  z-index: 4;
  top: -22px;
  left: 22px;
  right: 22px;
  width: auto;
  padding: 9px 21px 8px;
  color: #090b10;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  clip-path: polygon(
    0 10%,
    5% 0,
    94% 5%,
    100% 0,
    98% 90%,
    92% 100%,
    7% 94%,
    0 100%
  );
}

.rp-card--watch .rp-card__label {
  background-color: #a867ed;
}

.rp-card--help .rp-card__label {
  background-color: #65e36b;
}

.rp-card--support .rp-card__label {
  background-color: #ed4f9b;
}

/* =========================================================
   CARD IMAGE
   ========================================================= */

.rp-card__image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: #090c14;
}

.rp-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.rp-card__image-link:hover .rp-card__image {
  transform: scale(1.025);
  filter: saturate(1.12) contrast(1.07);
}

/* =========================================================
   CARD BODY
   ========================================================= */

.rp-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 86px 30px 30px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

.rp-card--watch .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(168, 103, 237, 0.06),
    transparent 42%
  );
}

.rp-card--help .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(101, 227, 107, 0.06),
    transparent 42%
  );
}

.rp-card--support .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(237, 79, 155, 0.06),
    transparent 42%
  );
}

/* =========================================================
   CUSTOM SYMBOL ICONS
   ========================================================= */

.rp-card__icon {
  position: absolute;
  top: -22px;
  left: 50%;
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  transform: translateX(-50%);
}

.rp-card--watch .rp-card__icon {
  border-color: #a867ed;
  background-color: #a867ed;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(168, 103, 237, 0.28);
}

.rp-card--help .rp-card__icon {
  border-color: #65e36b;
  background-color: #65e36b;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(101, 227, 107, 0.28);
}

.rp-card--support .rp-card__icon {
  border-color: #ed4f9b;
  background-color: #ed4f9b;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(237, 79, 155, 0.28);
}

.rp-card__icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.rp-card--watch .rp-card__icon-image {
  width: 142px;
  height: 142px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.rp-card--help .rp-card__icon-image {
  width: 125px;
  height: 125px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.rp-card--support .rp-card__icon-image {
  top: 55%;
  width: 104px;
  height: 104px;
  filter: none;
}

/* =========================================================
   CARD TEXT
   ========================================================= */

.rp-card__heading {
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.24;
}

.rp-card--watch .rp-card__heading {
  color: #a867ed;
}

.rp-card--help .rp-card__heading {
  color: #65e36b;
}

.rp-card--support .rp-card__heading {
  color: #ed4f9b;
}

.rp-card__text {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 27px;
  color: #d0ced8;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
}

/* =========================================================
   CARD BUTTON
   ========================================================= */

.rp-card__button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding: 14px 18px;
  border: 2px solid transparent;
  border-radius: 9px;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.rp-card--watch .rp-card__button {
  background-color: #8550c9;
  background-image: linear-gradient(
    135deg,
    #7442b6,
    #a867ed
  );
}

.rp-card--help .rp-card__button {
  color: #071009;
  background-color: #55d960;
  background-image: linear-gradient(
    135deg,
    #41be50,
    #65e36b
  );
}

.rp-card--support .rp-card__button {
  background-color: #dc4388;
  background-image: linear-gradient(
    135deg,
    #c93276,
    #ed4f9b
  );
}

.rp-card__button:hover {
  color: #ffffff;
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.rp-card--help .rp-card__button:hover {
  color: #071009;
}

.rp-card__button:focus-visible,
.rp-card__image-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

/* =========================================================
   MISSION STATEMENT
   ========================================================= */

.rp-meet__mission {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  width: 100%;
  max-width: 1280px;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  margin: 42px auto 0;
  padding: 14px 24px;
  border: 2px solid #8650c6;
  border-radius: 18px;
  background-color: rgba(11, 15, 25, 0.86);
  text-align: center;
}

.rp-meet__mission-image {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.rp-meet__mission p {
  margin: 0;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.rp-meet__mission strong,
.rp-meet__mission em {
  color: #a867ed;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 950px) {
  .rp-meet {
    margin-top: -40px;
    padding: 66px 22px 45px;
  }

  .rp-meet__title {
    font-size: 58px;
  }

  .rp-meet__intro {
    font-size: 19px;
  }

  .rp-meet__header {
    margin-bottom: 44px;
  }

  .rp-meet__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

  .rp-card {
    margin-top: 15px;
  }

  .rp-card__body {
    padding-right: 36px;
    padding-left: 36px;
  }

  .rp-meet__mission p {
    font-size: 19px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 560px) {
  .rp-meet {
    margin-top: -32px;
    padding: 54px 15px 35px;
  }

  .rp-meet__header {
    margin-bottom: 37px;
  }

  .rp-meet__title {
    font-size: 43px;
    line-height: 1;
  }

  .rp-meet__title span,
  .rp-meet__title strong {
    display: block;
  }

  .rp-meet__title strong {
    margin-top: 6px;
  }

  .rp-meet__underline {
    width: 120px;
    margin-top: 17px;
    margin-bottom: 21px;
  }

  .rp-meet__intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .rp-card__label {
    top: -18px;
    left: 15px;
    right: 15px;
    padding: 8px 15px 7px;
    font-size: 15px;
  }

  .rp-card__body {
    padding: 74px 20px 22px;
  }

  .rp-card__icon {
    top: -18px;
    width: 76px;
    height: 76px;
    border-width: 3px;
  }

  .rp-card--watch .rp-card__icon-image {
    width: 125px;
    height: 125px;
  }

  .rp-card--help .rp-card__icon-image {
    width: 110px;
    height: 110px;
  }

  .rp-card--support .rp-card__icon-image {
    top: 55%;
    width: 90px;
    height: 90px;
  }

  .rp-card__heading {
    font-size: 21px;
  }

  .rp-card__text {
    font-size: 15px;
  }

  .rp-card__button {
    min-height: 54px;
    padding: 13px 14px;
    font-size: 14px;
  }

  .rp-meet__mission {
    grid-template-columns: 32px 1fr 32px;
    gap: 10px;
    margin-top: 34px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .rp-meet__mission-image {
    width: 32px;
    height: 32px;
  }

  .rp-meet__mission p {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 380px) {
  .rp-meet__title {
    font-size: 37px;
  }

  .rp-card__heading {
    font-size: 20px;
  }

  .rp-card__button {
    font-size: 13px;
  }

  .rp-meet__mission {
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .rp-meet__mission-image {
    width: 28px;
    height: 28px;
  }

  .rp-meet__mission p {
    font-size: 14px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rp-card__image,
  .rp-card__button {
    transition: none;
  }
}
}





#fw-section-newsletter-ae2b18fe-d7d2-4141-9748-85a73c39fb6e {

/* NEWSLETTER HEADING */

h2 {
  margin-bottom: 14px !important;
  color: #ffffff !important;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Small branded eyebrow above the heading */

h2::before {
  content: "STAY IN THE LOOP";
  display: block;
  margin-bottom: 9px;
  color: #a867ed;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
}

/* Purple underline */

h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 10px;
  background-color: #a867ed;
}

/* DESCRIPTION */

p {
  color: #d4d0dc !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

/* EMAIL INPUT */

input[type="email"] {
  min-height: 56px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border: 2px solid rgba(168, 103, 237, 0.45) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background-color: #10131b !important;
  font-size: 16px !important;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease !important;
}

input[type="email"]::placeholder {
  color: #aaa5b4 !important;
}

input[type="email"]:focus {
  border-color: #a867ed !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(168, 103, 237, 0.16) !important;
}

/* SUBSCRIBE BUTTON */

button,
input[type="submit"] {
  min-height: 56px !important;
  padding: 13px 24px !important;
  border: 2px solid #a867ed !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background-color: transparent !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease !important;
}

button:hover,
input[type="submit"]:hover {
  color: #090b10 !important;
  background-color: #a867ed !important;
  box-shadow: 0 8px 22px rgba(168, 103, 237, 0.22) !important;
  transform: translateY(-2px);
}

button:focus-visible,
input[type="submit"]:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

/* MOBILE */

@media screen and (max-width: 560px) {
  h2 {
    font-size: 38px !important;
  }

  h2::before {
    font-size: 12px;
  }

  p {
    font-size: 15px !important;
  }

  input[type="email"],
  button,
  input[type="submit"] {
    width: 100% !important;
  }
}
}













#fw-section-tiers-aaeb3976-d8ec-4c7b-86ab-ca915c3085d0 {

button,
a[role="button"] {
  min-height: 50px !important;
  padding: 13px 22px !important;
  border: 2px solid #ed4f9b !important;
  border-radius: 8px !important;

  color: #19040d !important;
  background: #ed4f9b !important;

  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;

  box-shadow: none !important;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease !important;
}

button:hover,
a[role="button"]:hover {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 10px 28px rgba(237, 79, 155, 0.24) !important;
  transform: translateY(-2px);
}

button:focus-visible,
a[role="button"]:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}
}

#fw-section-donations-deee0d36-83ca-4650-9535-9a0ce2817577 {

/* =====================================================
   RINOA POISON — DONATION SECTION
   ===================================================== */

/* Main heading */

h2,
h3 {
  margin: 0 0 16px !important;
  color: #ffffff !important;

  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif !important;

  font-size: 52px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Small pink eyebrow above the heading */

h2::before,
h3::before {
  content: "DIRECT SUPPORT";
  display: block;
  margin-bottom: 10px;

  color: #ed4f9b;

  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Introductory paragraph */

h2 + p,
h3 + p {
  max-width: 600px;
  margin: 0 !important;

  color: #d4d0dc !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

/* Donation form card */

form {
  padding: 28px !important;

  border: 2px solid rgba(237, 79, 155, 0.48) !important;
  border-radius: 19px !important;

  background:
    radial-gradient(
      circle at 95% 5%,
      rgba(237, 79, 155, 0.13),
      transparent 35%
    ),
    rgba(9, 12, 21, 0.96) !important;

  box-shadow:
    0 0 28px rgba(237, 79, 155, 0.08) !important;
}

/* Name, message and custom-amount fields */

input,
textarea {
  border: 1px solid rgba(237, 79, 155, 0.34) !important;
  border-radius: 12px !important;

  color: #ffffff !important;
  background: #0c111d !important;

  font-family: Arial, sans-serif !important;
  font-size: 15px !important;

  box-shadow: none !important;
}

input::placeholder,
textarea::placeholder {
  color: #aaa6b3 !important;
  opacity: 1 !important;
}

input:focus,
textarea:focus {
  border-color: #ed4f9b !important;
  outline: none !important;

  box-shadow:
    0 0 0 3px rgba(237, 79, 155, 0.16) !important;
}

/* All donation controls */

form button,
form [role="button"] {
  min-height: 50px !important;

  border-radius: 8px !important;

  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0.2px !important;
  text-transform: uppercase !important;

  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease !important;
}

/* Unselected amount buttons */

form button:not([type="submit"]),
form [role="button"]:not([type="submit"]) {
  border: 2px solid rgba(237, 79, 155, 0.42) !important;

  color: #ffffff !important;
  background: #080b12 !important;

  box-shadow: none !important;
}

/* Selected donation amount */

form button[aria-pressed="true"],
form button[aria-checked="true"],
form button[data-state="active"],
form button[data-selected="true"],
form [role="button"][aria-pressed="true"],
form [role="button"][aria-checked="true"],
form [role="button"][data-state="active"],
form [role="button"][data-selected="true"] {
  border-color: #ed4f9b !important;

  color: #19040d !important;
  background: #ed4f9b !important;
}

/* Main donate button */

form button[type="submit"],
form input[type="submit"],
form button:last-of-type {
  width: 100% !important;
  min-height: 50px !important;

  border: 2px solid #ed4f9b !important;
  border-radius: 8px !important;

  color: #19040d !important;
  background: #ed4f9b !important;

  font-weight: 900 !important;
  text-transform: uppercase !important;

  box-shadow: none !important;
}

/* Button hover */

form button:hover,
form [role="button"]:hover {
  border-color: #ed4f9b !important;

  color: #ffffff !important;
  background: transparent !important;

  box-shadow:
    0 10px 28px rgba(237, 79, 155, 0.22) !important;

  transform: translateY(-2px);
}

/* Keyboard focus */

form button:focus-visible,
form [role="button"]:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

/* Mobile */

@media screen and (max-width: 560px) {
  h2,
  h3 {
    font-size: 38px !important;
  }

  h2::before,
  h3::before {
    font-size: 12px;
  }

  form {
    padding: 21px !important;
  }
}
}










#fw-section-donations-1713417197 {

/* Donation heading */
h2:first-of-type,
h3:first-of-type {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;

  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 0.95 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;

  white-space: normal !important;
  overflow: visible !important;
  word-break: normal !important;

  color: #ffffff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #ffffff !important;

  text-shadow:
    3px 3px 0 rgba(237, 79, 155, 0.35),
    0 0 18px rgba(237, 79, 155, 0.18) !important;
}

/* Pink accent underneath the heading */
h2:first-of-type::after,
h3:first-of-type::after {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin-top: 13px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #ed4f9b,
    #a867ed
  );
}

/* Supporting description */
h2:first-of-type + p,
h3:first-of-type + p {
  max-width: 620px !important;
  margin-top: 0 !important;
  color: #d4d0dc !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

@media screen and (max-width: 700px) {
  h2:first-of-type,
  h3:first-of-type {
    font-size: clamp(36px, 11vw, 48px) !important;
  }
}
}












































#fw-section-custom-html-8937e199-e972-45f2-9a2e-1136cb4315ad {

/* =========================================================
   RINOA POISON — MEET SECTION
   Fourthwall-compatible responsive version
   ========================================================= */

.rp-meet,
.rp-meet * {
  box-sizing: border-box;
}

.rp-meet {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -46px;
  padding: 80px 24px 52px;
  color: #f7f5fb;
  background-color: #070a11;
  background-image:
    radial-gradient(
      circle at 92% 12%,
      rgba(123, 49, 181, 0.22),
      transparent 27%
    ),
    radial-gradient(
      circle at 3% 88%,
      rgba(76, 36, 128, 0.13),
      transparent 24%
    );
}

.rp-meet::before,
.rp-meet::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(
      circle at 20% 40%,
      #9c50df 0,
      #9c50df 3px,
      transparent 4px
    ),
    radial-gradient(
      circle at 50% 10%,
      #9c50df 0,
      #9c50df 7px,
      transparent 8px
    ),
    radial-gradient(
      circle at 70% 55%,
      #9c50df 0,
      #9c50df 4px,
      transparent 5px
    ),
    radial-gradient(
      circle at 35% 75%,
      #9c50df 0,
      #9c50df 9px,
      transparent 10px
    );
}

.rp-meet::before {
  top: -80px;
  right: -70px;
  transform: rotate(18deg);
}

.rp-meet::after {
  bottom: -110px;
  left: -90px;
  transform: rotate(-14deg);
}

.rp-meet__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.rp-meet__header {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 58px;
  text-align: center;
}

.rp-meet__title {
  margin: 0;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rp-meet__title span {
  display: inline;
}

.rp-meet__title strong {
  color: #a867ed;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.rp-meet__underline {
  width: 170px;
  height: 5px;
  margin: 20px auto 28px;
  border-radius: 20px;
  background-color: #a867ed;
  transform: rotate(-1deg);
}

.rp-meet__intro {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #f7f5fb;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.55;
}

/* =========================================================
   CARD GRID
   ========================================================= */

.rp-meet__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  width: 100%;
}

/* =========================================================
   GENERAL CARD
   ========================================================= */

.rp-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin-top: 20px;
  overflow: visible;
  border-width: 2px;
  border-style: solid;
  border-radius: 23px;
  background-color: #0c111d;
}

.rp-card--watch {
  border-color: #a867ed;
}

.rp-card--help {
  border-color: #65e36b;
}

.rp-card--support {
  border-color: #ed4f9b;
}

/* =========================================================
   TAPE LABEL
   ========================================================= */

.rp-card__label {
  position: absolute;
  z-index: 4;
  top: -22px;
  left: 22px;
  right: 22px;
  width: auto;
  padding: 9px 21px 8px;
  color: #090b10;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  clip-path: polygon(
    0 10%,
    5% 0,
    94% 5%,
    100% 0,
    98% 90%,
    92% 100%,
    7% 94%,
    0 100%
  );
}

.rp-card--watch .rp-card__label {
  background-color: #a867ed;
}

.rp-card--help .rp-card__label {
  background-color: #65e36b;
}

.rp-card--support .rp-card__label {
  background-color: #ed4f9b;
}

/* =========================================================
   CARD IMAGE
   ========================================================= */

.rp-card__image-link {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background-color: #090c14;
}

.rp-card__image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  transition:
    transform 220ms ease,
    filter 220ms ease;
}

.rp-card__image-link:hover .rp-card__image {
  transform: scale(1.025);
  filter: saturate(1.12) contrast(1.07);
}

/* =========================================================
   CARD BODY
   ========================================================= */

.rp-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 86px 30px 30px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

.rp-card--watch .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(168, 103, 237, 0.06),
    transparent 42%
  );
}

.rp-card--help .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(101, 227, 107, 0.06),
    transparent 42%
  );
}

.rp-card--support .rp-card__body {
  background-image: linear-gradient(
    180deg,
    rgba(237, 79, 155, 0.06),
    transparent 42%
  );
}

/* =========================================================
   CUSTOM SYMBOL ICONS
   ========================================================= */

.rp-card__icon {
  position: absolute;
  top: -22px;
  left: 50%;
  display: flex;
  width: 88px;
  height: 88px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  transform: translateX(-50%);
}

.rp-card--watch .rp-card__icon {
  border-color: #a867ed;
  background-color: #a867ed;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(168, 103, 237, 0.28);
}

.rp-card--help .rp-card__icon {
  border-color: #65e36b;
  background-color: #65e36b;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(101, 227, 107, 0.28);
}

.rp-card--support .rp-card__icon {
  border-color: #ed4f9b;
  background-color: #ed4f9b;
  box-shadow:
    0 0 0 7px #0c111d,
    0 0 24px rgba(237, 79, 155, 0.28);
}

.rp-card__icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.rp-card--watch .rp-card__icon-image {
  width: 142px;
  height: 142px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.rp-card--help .rp-card__icon-image {
  width: 125px;
  height: 125px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.rp-card--support .rp-card__icon-image {
  top: 55%;
  width: 104px;
  height: 104px;
  filter: none;
}

/* =========================================================
   CARD TEXT
   ========================================================= */

.rp-card__heading {
  margin: 0 0 18px;
  font-family: inherit;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.24;
}

.rp-card--watch .rp-card__heading {
  color: #a867ed;
}

.rp-card--help .rp-card__heading {
  color: #65e36b;
}

.rp-card--support .rp-card__heading {
  color: #ed4f9b;
}

.rp-card__text {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 27px;
  color: #d0ced8;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
}

/* =========================================================
   CARD BUTTON
   ========================================================= */

.rp-card__button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
  padding: 14px 18px;
  border: 2px solid transparent;
  border-radius: 9px;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}

.rp-card--watch .rp-card__button {
  background-color: #8550c9;
  background-image: linear-gradient(
    135deg,
    #7442b6,
    #a867ed
  );
}

.rp-card--help .rp-card__button {
  color: #071009;
  background-color: #55d960;
  background-image: linear-gradient(
    135deg,
    #41be50,
    #65e36b
  );
}

.rp-card--support .rp-card__button {
  background-color: #dc4388;
  background-image: linear-gradient(
    135deg,
    #c93276,
    #ed4f9b
  );
}

.rp-card__button:hover {
  color: #ffffff;
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.rp-card--help .rp-card__button:hover {
  color: #071009;
}

.rp-card__button:focus-visible,
.rp-card__image-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

/* =========================================================
   MISSION STATEMENT
   ========================================================= */

.rp-meet__mission {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  width: 100%;
  max-width: 1280px;
  min-height: 72px;
  align-items: center;
  gap: 18px;
  margin: 42px auto 0;
  padding: 14px 24px;
  border: 2px solid #8650c6;
  border-radius: 18px;
  background-color: rgba(11, 15, 25, 0.86);
  text-align: center;
}

.rp-meet__mission-image {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.rp-meet__mission p {
  margin: 0;
  color: #ffffff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.35;
  text-transform: uppercase;
}

.rp-meet__mission strong,
.rp-meet__mission em {
  color: #a867ed;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 950px) {
  .rp-meet {
    margin-top: -40px;
    padding: 66px 22px 45px;
  }

  .rp-meet__title {
    font-size: 58px;
  }

  .rp-meet__intro {
    font-size: 19px;
  }

  .rp-meet__header {
    margin-bottom: 44px;
  }

  .rp-meet__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    width: 100%;
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

  .rp-card {
    margin-top: 15px;
  }

  .rp-card__body {
    padding-right: 36px;
    padding-left: 36px;
  }

  .rp-meet__mission p {
    font-size: 19px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 560px) {
  .rp-meet {
    margin-top: -32px;
    padding: 54px 15px 35px;
  }

  .rp-meet__header {
    margin-bottom: 37px;
  }

  .rp-meet__title {
    font-size: 43px;
    line-height: 1;
  }

  .rp-meet__title span,
  .rp-meet__title strong {
    display: block;
  }

  .rp-meet__title strong {
    margin-top: 6px;
  }

  .rp-meet__underline {
    width: 120px;
    margin-top: 17px;
    margin-bottom: 21px;
  }

  .rp-meet__intro {
    font-size: 16px;
    line-height: 1.55;
  }

  .rp-card__label {
    top: -18px;
    left: 15px;
    right: 15px;
    padding: 8px 15px 7px;
    font-size: 15px;
  }

  .rp-card__body {
    padding: 74px 20px 22px;
  }

  .rp-card__icon {
    top: -18px;
    width: 76px;
    height: 76px;
    border-width: 3px;
  }

  .rp-card--watch .rp-card__icon-image {
    width: 125px;
    height: 125px;
  }

  .rp-card--help .rp-card__icon-image {
    width: 110px;
    height: 110px;
  }

  .rp-card--support .rp-card__icon-image {
    top: 55%;
    width: 90px;
    height: 90px;
  }

  .rp-card__heading {
    font-size: 21px;
  }

  .rp-card__text {
    font-size: 15px;
  }

  .rp-card__button {
    min-height: 54px;
    padding: 13px 14px;
    font-size: 14px;
  }

  .rp-meet__mission {
    grid-template-columns: 32px 1fr 32px;
    gap: 10px;
    margin-top: 34px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .rp-meet__mission-image {
    width: 32px;
    height: 32px;
  }

  .rp-meet__mission p {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 380px) {
  .rp-meet__title {
    font-size: 37px;
  }

  .rp-card__heading {
    font-size: 20px;
  }

  .rp-card__button {
    font-size: 13px;
  }

  .rp-meet__mission {
    grid-template-columns: 28px 1fr 28px;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .rp-meet__mission-image {
    width: 28px;
    height: 28px;
  }

  .rp-meet__mission p {
    font-size: 14px;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .rp-card__image,
  .rp-card__button {
    transition: none;
  }
}
}




#fw-section-newsletter-1701808610 {

/* NEWSLETTER HEADING */

h2 {
  margin-bottom: 14px !important;
  color: #ffffff !important;
  font-family:
    Impact,
    Haettenschweiler,
    "Arial Narrow Bold",
    sans-serif !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Small branded eyebrow above the heading */

h2::before {
  content: "STAY IN THE LOOP";
  display: block;
  margin-bottom: 9px;
  color: #a867ed;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
}

/* Purple underline */

h2::after {
  content: "";
  display: block;
  width: 110px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 10px;
  background-color: #a867ed;
}

/* DESCRIPTION */

p {
  color: #d4d0dc !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
}

/* EMAIL INPUT */

input[type="email"] {
  min-height: 56px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border: 2px solid rgba(168, 103, 237, 0.45) !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background-color: #10131b !important;
  font-size: 16px !important;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease !important;
}

input[type="email"]::placeholder {
  color: #aaa5b4 !important;
}

input[type="email"]:focus {
  border-color: #a867ed !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(168, 103, 237, 0.16) !important;
}

/* SUBSCRIBE BUTTON */

button,
input[type="submit"] {
  min-height: 56px !important;
  padding: 13px 24px !important;
  border: 2px solid #a867ed !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background-color: transparent !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease !important;
}

button:hover,
input[type="submit"]:hover {
  color: #090b10 !important;
  background-color: #a867ed !important;
  box-shadow: 0 8px 22px rgba(168, 103, 237, 0.22) !important;
  transform: translateY(-2px);
}

button:focus-visible,
input[type="submit"]:focus-visible {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px !important;
}

/* MOBILE */

@media screen and (max-width: 560px) {
  h2 {
    font-size: 38px !important;
  }

  h2::before {
    font-size: 12px;
  }

  p {
    font-size: 15px !important;
  }

  input[type="email"],
  button,
  input[type="submit"] {
    width: 100% !important;
  }
}
}

#fw-section-header {

nav a {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
}