@font-face {
  font-family: 'Cash Sans';
  src: url("../fonts/CashSans/CashSans-Regular.9d56e5c1a7a3.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cash Sans';
  src: url("../fonts/CashSans/CashSans-Medium.54f6188c7ff7.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cash Sans';
  src: url("../fonts/CashSans/CashSans-Bold.93f5f703c1dd.woff2") format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cash Sans';
  src: url("../fonts/CashSans/CashSans-Black.ab86538ca148.woff2") format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.cc-page {
  --cc-green: #00D632;
  --cc-green-press: #00C22E;
  --cc-ink: #000;
  --cc-paper: #fff;
  --cc-mist: #A9AFA9;
  --cc-hairline: rgba(255, 255, 255, 0.14);
  --cc-font: 'Cash Sans', Heebo, Arial, Helvetica, sans-serif;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px 96px;
  font-family: var(--cc-font);
  font-size: 18px;
  line-height: 1.6;
  color: var(--cc-paper);
}

.cc-page strong {
  font-family: var(--cc-font);
  font-weight: 700;
}

.cc-page a {
  color: var(--cc-green);
  text-decoration: underline;
  text-decoration-color: rgba(0, 214, 50, 0.4);
  text-underline-offset: 3px;
}

.cc-page a:hover {
  color: var(--cc-green);
  text-decoration-color: var(--cc-green);
}

.cc-hero {
  padding-top: 48px;
  text-align: center;
}

.cc-gem {
  width: 20px;
  height: 20px;
}

.cc-logo {
  display: block;
  width: min(100%, 640px);
  height: auto;
  margin: 8px auto 0;
}

.cc-tagline {
  margin: 0 0 48px;
  font-size: 15px;
  color: var(--cc-mist);
}

.cc-headline {
  margin: 0 0 40px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(26px, 5vw, 44px);
  line-height: 1.04;
  text-transform: uppercase;
}

.cc-headline-kicker {
  display: block;
  margin-bottom: 10px;
  font-size: 0.42em;
  letter-spacing: 0.08em;
  color: var(--cc-mist);
}

.cc-headline-close {
  display: block;
  margin-top: 12px;
  font-size: 0.64em;
  color: var(--cc-green);
}

.cc-button {
  display: inline-block;
  padding: 18px 46px;
  border: 0;
  border-radius: 999px;
  background-color: var(--cc-green);
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cc-page .cc-button {
  color: var(--cc-ink);
  text-decoration: none;
}

.cc-page .cc-button:hover {
  color: var(--cc-ink);
  background-color: var(--cc-green-press);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 214, 50, 0.25);
}

.cc-page .cc-button:active {
  transform: translateY(0);
}

.cc-page .cc-button:focus-visible {
  outline: 3px solid var(--cc-paper);
  outline-offset: 3px;
}

.cc-page .cc-button--ink {
  background-color: var(--cc-ink);
  color: var(--cc-paper);
}

.cc-page .cc-button--ink:hover {
  background-color: #161d17;
  color: var(--cc-paper);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.cc-page .cc-button--ink:focus-visible {
  outline-color: var(--cc-ink);
}

.cc-cta-note {
  margin: 16px 0 0;
  font-size: 14px;
  color: var(--cc-mist);
}

.cc-closed-notice {
  display: inline-block;
  margin: 0;
  padding: 16px 40px;
  border: 1px solid var(--cc-hairline);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.03);
  font-family: var(--cc-font);
  font-weight: 800;
  font-size: clamp(16px, 2.4vw, 20px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-paper);
}

.cc-section {
  margin-top: 96px;
}

.cc-story {
  margin-top: 80px;
  text-align: center;
}

.cc-story .cc-body {
  margin-left: auto;
  margin-right: auto;
}

.cc-body {
  max-width: 62ch;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
}

.cc-pull {
  margin: 40px 0;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(21px, 3vw, 28px);
  line-height: 1.1;
  text-transform: uppercase;
}

.cc-shot {
  margin-top: 96px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 5vw, 64px);
  border-radius: 28px;
  background-color: var(--cc-green);
  color: var(--cc-ink);
  text-align: center;
}

.cc-shot-eyebrow {
  margin: 0 0 20px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
}

.cc-shot-title {
  margin: 0 0 28px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(27px, 4vw, 34px);
  line-height: 1.04;
  text-transform: uppercase;
  color: var(--cc-ink);
}

.cc-shot-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 18px;
  margin: 0;
  font-family: var(--cc-font);
  font-weight: 700;
  line-height: 1;
}

.cc-shot-price del {
  font-size: clamp(24px, 3.5vw, 34px);
  color: rgba(0, 0, 0, 0.45);
  text-decoration-thickness: 4px;
}

.cc-shot-price-now {
  font-size: clamp(64px, 11vw, 96px);
  letter-spacing: -0.02em;
}

.cc-shot-caption {
  margin: 12px 0 28px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}

.cc-shot-body {
  max-width: 54ch;
  margin: 0 auto 36px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
}

.cc-section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.cc-section-aside {
  margin: 0;
  font-size: 15px;
  color: var(--cc-mist);
}

.cc-section-title {
  margin: 0 0 32px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(25px, 3.4vw, 32px);
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--cc-paper);
}

.cc-section-head .cc-section-title {
  margin-bottom: 0;
}

.cc-section-head + .cc-faq {
  margin-top: 32px;
}

.cc-faq {
  margin: 0;
}

.cc-faq-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 28px 0;
  border-top: 1px solid var(--cc-hairline);
}

.cc-faq-row dt {
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
}

.cc-faq-row dd {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
}

.cc-schedule {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-schedule li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 22px 0;
  border-top: 1px solid var(--cc-hairline);
}

.cc-schedule-date {
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-schedule-event {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
}

.cc-prize {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 32px 0;
  border-top: 1px solid var(--cc-hairline);
}

.cc-prize-amount {
  margin: 0;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 40px;
  line-height: 1;
}

.cc-prize--grand .cc-prize-amount {
  font-size: clamp(46px, 6vw, 58px);
}

.cc-prize-label {
  margin: 0 0 10px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-prize-detail {
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
}

.cc-prize-note {
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--cc-hairline);
  font-size: 16px;
  color: var(--cc-mist);
}

.cc-final {
  margin-top: 112px;
  padding-top: 72px;
  border-top: 1px solid var(--cc-hairline);
  text-align: center;
}

.cc-final-title {
  margin: 0 0 20px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--cc-paper);
}

.cc-final .cc-body {
  margin: 0 auto 36px;
}

.cc-partner-signoff {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 64px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--cc-mist);
}

.cc-partner-signoff .cc-gem {
  width: 22px;
  height: 22px;
}

.cc-partner-signoff strong {
  font-family: var(--cc-font);
  font-weight: 700;
  color: var(--cc-paper);
}

.cc-page--interior {
  max-width: 780px;
}

.cc-page-head {
  padding-top: 48px;
  margin-bottom: 56px;
}

.cc-page-head--center {
  text-align: center;
}

.cc-backlink {
  display: inline-block;
  margin-bottom: 24px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-eyebrow {
  margin: 0 0 16px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-page-title {
  margin: 0;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(29px, 5vw, 44px);
  line-height: 1.04;
  text-transform: uppercase;
  color: var(--cc-paper);
}

.cc-page-lede {
  max-width: 60ch;
  margin: 20px 0 0;
  font-size: 17px;
  color: var(--cc-mist);
}

.cc-page-head--center .cc-page-lede {
  margin-left: auto;
  margin-right: auto;
}

.cc-logo--compact {
  width: min(100%, 380px);
  margin: 0 auto 36px;
}

.cc-callout {
  margin: 0 0 56px;
  padding: 24px 28px;
  border: 1px solid var(--cc-hairline);
  border-left: 3px solid var(--cc-green);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  font-size: 15px;
  line-height: 1.6;
  color: var(--cc-mist);
}

.cc-qa {
  margin: 0;
}

.cc-qa-row {
  padding: 32px 0;
  border-top: 1px solid var(--cc-hairline);
}

.cc-qa-row dt {
  margin-bottom: 16px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(19px, 2.6vw, 24px);
  line-height: 1.15;
  text-transform: uppercase;
}

.cc-qa-row dd {
  max-width: 66ch;
  margin: 0;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.88);
}

.cc-qa-row dd p {
  margin: 0 0 16px;
}

.cc-qa-row dd p:last-child {
  margin-bottom: 0;
}

.cc-regions {
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 20px;
  list-style: none;
}

.cc-regions li {
  padding-left: 18px;
  border-left: 2px solid var(--cc-green);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.cc-region-name {
  display: block;
  margin-bottom: 6px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-prose {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.cc-prose > :first-child {
  margin-top: 0;
}

.cc-prose p {
  margin: 0 0 20px;
}

.cc-prose ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.cc-prose li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 26px;
}

.cc-prose li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--cc-green);
}

.cc-prose-title {
  margin: 80px 0 28px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: clamp(23px, 3.2vw, 30px);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--cc-paper);
}

.cc-prose-heading {
  margin: 44px 0 14px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-form {
  margin-top: 8px;
}

.cc-form .form-group .col-md-3,
.cc-form .form-group .col-md-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.cc-page .form-group {
  margin-bottom: 28px;
}

.cc-page label {
  margin-bottom: 8px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--cc-mist);
}

.cc-page input.form-control,
.cc-page textarea.form-control,
.cc-page select.form-control,
.cc-page select.custom-select {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  font-family: var(--cc-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--cc-paper);
}

.cc-page input.form-control,
.cc-page textarea.form-control,
.cc-page select.custom-select {
  height: auto;
  padding: 14px 16px;
}

.cc-page input[type=file].form-control {
  padding: 12px 16px;
}

.cc-page select.custom-select {
  padding-right: 32px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23A9AFA9' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
}

.cc-page select.form-control option,
.cc-page select.custom-select option {
  color: var(--cc-ink);
  background-color: var(--cc-paper);
}

.cc-page input.form-control:focus,
.cc-page textarea.form-control:focus,
.cc-page select.form-control:focus,
.cc-page select.custom-select:focus {
  border-color: var(--cc-green);
  background-color: rgba(255, 255, 255, 0.06);
  color: var(--cc-paper);
  box-shadow: 0 0 0 3px rgba(0, 214, 50, 0.18);
}

.cc-page .form-control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.cc-form .form-group img {
  max-width: 240px;
  margin-top: 14px;
  border-radius: 16px;
}

.cc-field-hint-trigger {
  display: inline-block;
  margin-top: 6px;
  font-family: var(--cc-font);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  color: var(--cc-green);
  cursor: pointer;
}

.cc-field-hint-icon {
  margin-left: 6px;
  color: var(--cc-green);
  cursor: pointer;
}

.cc-page #invalid-phone-number {
  margin-top: 8px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 13px;
  color: #ff6b6b;
}

.cc-page .form-text {
  margin-top: 8px;
  font-size: 13px;
  color: var(--cc-mist) !important;
}

.cc-page .form-check {
  padding-left: 0;
}

.cc-page .form-check-input {
  position: static;
  width: 18px;
  height: 18px;
  margin: 0 12px 0 0;
  flex-shrink: 0;
  accent-color: var(--cc-green);
}

.cc-page .form-check-label {
  margin-bottom: 0;
  font-family: var(--cc-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  color: rgba(255, 255, 255, 0.88);
}

.cc-page .text-danger {
  margin-top: 8px;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 13px;
  color: #ff6b6b !important;
}

.cc-page .alert {
  display: block;
  margin-bottom: 24px;
  padding: 16px 20px;
  border: 1px solid var(--cc-hairline);
  border-left: 3px solid var(--cc-green);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.04);
  font-size: 15px;
  text-align: left;
  color: rgba(255, 255, 255, 0.88);
}

.cc-page .alert-danger {
  border-left-color: #ff6b6b;
}

.cc-form-messages {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.cc-checkout {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--cc-hairline);
  text-align: center;
}

.cc-checkout-note {
  margin: 0 0 24px;
  font-size: 15px;
  color: var(--cc-mist);
}

.cc-page .cc-button--ghost {
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: transparent;
  font-family: var(--cc-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--cc-paper);
}

.cc-page .cc-button--ghost:hover {
  border-color: var(--cc-paper);
  background-color: rgba(255, 255, 255, 0.08);
  color: var(--cc-paper);
  box-shadow: none;
}

.cc-checkout-alt {
  margin-top: 20px;
}

.cc-checkout .cc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cc-checkout del {
  opacity: 0.55;
}

.cc-page button.cc-button {
  cursor: pointer;
}

.cc-page button.cc-button:disabled {
  opacity: 0.5;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

.cc-winner-group {
  margin-top: 72px;
}

.cc-winner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 28px;
}

.cc-winner-card {
  flex: 0 1 180px;
  max-width: 180px;
  text-align: center;
}

.cc-winner-grid--xl .cc-winner-card {
  flex-basis: 280px;
  max-width: 280px;
}

.cc-winner-grid--lg .cc-winner-card {
  flex-basis: 210px;
  max-width: 210px;
}

.cc-winner-grid--sm .cc-winner-card {
  flex-basis: 140px;
  max-width: 140px;
}

.cc-winner-headshot {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 2px solid var(--cc-hairline);
  border-radius: 50%;
  background-color: #101211;
  object-fit: cover;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.cc-winner-headshot-link {
  display: block;
}

.cc-winner-headshot-link:hover .cc-winner-headshot {
  border-color: var(--cc-green);
  transform: translateY(-3px);
}

.cc-winner-headshot--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--cc-green);
}

.cc-winner-name {
  margin-top: 14px;
  font-family: var(--cc-font);
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 17px;
  line-height: 1.15;
  text-transform: uppercase;
}

.cc-winner-grid--sm .cc-winner-name {
  font-size: 15px;
}

.cc-winner-note {
  margin-top: 6px;
  font-size: 13px;
  color: var(--cc-mist);
}

.cc-page .cc-winner-insta {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  color: var(--cc-mist);
  text-decoration: none;
}

.cc-page .cc-winner-insta:hover {
  color: var(--cc-green);
}

.cc-confirm {
  padding: 96px 0 32px;
  text-align: center;
}

.cc-confirm .cc-page-title {
  margin-bottom: 28px;
}

.cc-confirm .cc-body {
  margin: 0 auto 36px;
}

.cc-page--series .cc-section-head {
  align-items: baseline;
}

.cc-show-list {
  display: grid;
  gap: 16px;
}

.cc-page--series .cc-show-list .card {
  background-color: transparent;
  border-radius: 18px;
  overflow: hidden;
}

.cc-page--series .cc-show-list .card-image {
  min-width: 0;
  min-height: 0;
  width: 100%;
  max-width: 128px;
  height: auto;
  border-radius: 12px;
}

.cc-page--series .cc-show-list .alert {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  text-align: center;
  color: var(--cc-paper);
}

.cc-page--series .cc-show-list .alert-success {
  background-color: var(--cc-green);
  color: var(--cc-ink);
}

.cc-page--series .cc-show-list .alert-success svg path {
  fill: var(--cc-ink);
}

.cc-page--series .cc-show-list .alert-danger {
  background-color: #ff6b6b;
  color: var(--cc-ink);
}

.cc-page--series .cc-show-list .show-card-clickable {
  border-radius: 0 0 18px 18px;
}

.cc-page--series .cc-show-list .card > .show-card-clickable:first-child {
  border-radius: 18px;
}

.cc-page--series .show-card-button {
  border: 0;
  border-radius: 999px !important;
  font-family: var(--cc-font);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.cc-page--series .show-card-button.btn-primary {
  background-color: var(--cc-green);
  color: var(--cc-ink);
}

.cc-page--series .show-card-button.btn-primary:hover {
  background-color: var(--cc-green-press);
  color: var(--cc-ink);
  transform: translateY(-1px);
}

.cc-page--series .show-card-button.btn-secondary {
  background-color: var(--cc-ink);
  color: var(--cc-paper);
}

.cc-page--series .show-card-button.btn-secondary:hover {
  background-color: #161d17;
  color: var(--cc-paper);
}

.cc-page .cc-button--compact {
  padding: 12px 28px;
  font-size: 15px;
}

.cc-pagination {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.cc-pagination-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.cc-pagination-note {
  margin: 0;
  font-size: 14px;
  color: var(--cc-mist);
}

@media (max-width: 719px) {
  .cc-gem {
    width: 16px;
    height: 16px;
  }

  .cc-callout,
  .cc-page .alert {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cc-hero > * {
    animation: cc-rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }

  .cc-hero > *:nth-child(2) {
    animation-delay: 0.08s;
  }

  .cc-hero > *:nth-child(3) {
    animation-delay: 0.16s;
  }

  .cc-hero > *:nth-child(4) {
    animation-delay: 0.24s;
  }

  .cc-hero > *:nth-child(5) {
    animation-delay: 0.32s;
  }
}

@keyframes cc-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
