/* BEGIN 6 pw,ts,ic Defaults */

.item--html > :first-child {
  margin-top: 0;
}
.item--html > :last-child {
  margin-bottom: 0;
}
.item--rows {
  display: flex;
  flex-direction: column;
}
.item--columns {
  --column-count: 1;
  display: grid;
  grid-template-columns: repeat(var(--column-count), 1fr);
  gap: 20px;
}
.item--grid {
  display: grid;
}
.item--grid .item {
  min-width: 200px;
  text-align: center;
}
.item--image {
  display: flex;
}
.item--image img {
  max-width: 100%;
}
.item--image.item--center {
  justify-content: center;
  align-items: center;
}
.item--image.item--left {
  justify-content: left;
  align-items: start;
}
.item--image.item--right {
  justify-content: right;
  align-items: start;
}
.item--image.item--full-width {
  display: block;
}
.item--image.item--full-width img {
  width: 100%;
}
.item--banner {
  display: flex;
}
.item--banner img {
  max-width: 100%;
}
.item__banner-overlay {
  position: relative;
  overflow-wrap: break-word;
  text-align: center;
}
.item__banner-text {
  position: absolute;
  font-size: 32px;
  font-weight: 800;
  font-family: "Public Sans", sans-serif;
  line-height: 48px;
  color: #f8f8f8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  text-shadow: 0 0 2px lightgrey;
}
.item--banner.item--center {
  justify-content: center;
}
.item--banner.item--left {
  justify-content: left;
}
.item--banner.item--right {
  justify-content: right;
}
.item--banner.item--full-width {
  display: block;
}
.item--banner.item--full-width img {
  width: 100%;
}
.item--button .item__button {
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
}
.item--button .item__button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.item--button-large .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: white;
  color: black;
}
.item--button-regular .item__button {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: white;
  color: black;
}
.item--button-small .item__button {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: white;
  color: black;
}
.item--button-default .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: var(--primary-color);
  color: black;
}
.item--button-large-black .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: black;
  color: white;
}
.item--button-regular-black .item__button {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: black;
  color: white;
}
.item--button-small-black .item__button {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: black;
  color: white;
}
.item--button-large-exclaim-blue .item__button {
  padding: 0.55em 2em;
  font-size: 125%;
  background-color: #00d3c8;
  color: white;
}
.item--button-regular-exclaim-blue .item__button {
  padding: 0.4em 1.5em;
  font-size: 100%;
  background-color: #00d3c8;
  color: white;
}
.item--button-small-exclaim-blue .item__button {
  padding: 0.25em 1em;
  font-size: 75%;
  background-color: #00d3c8;
  color: white;
}
.item--icon-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px 0;
}
.item__icon-grid-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 20%;
  text-decoration: none;
}
.item__icon-grid-icon {
  width: 5.5vw;
  height: 5.5vw;
  margin-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.item__icon-grid-title {
  color: var(--text-color);
  font-size: 1.3vw;
}
.item--productset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.item__productset-category {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 78%;
  gap: 70px 0;
  margin: 10px 0px 100px;
}
.item__productset-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  padding: 0;
  width: 25%;
}
@media (max-width: 902px) {
  .item__productset-category {
    width: 100% !important;
    margin: 0;
    grid-gap: 0 !important;
    justify-content: flex-start;
  }
  .item__productset-column {
    flex-grow: 0;
    flex-basis: 49.6%;
    height: 100vw;
  }
  .item__productset-column:nth-last-child(1) {
    border-bottom: 0;
  }
  .item__productset-column:nth-last-child(2) {
    border-bottom: 0;
  }
}
.item img {
  max-width: 100%;
}
.item--centered-page {
  width: calc(100vw - 32px);
  max-width: 1200px;
  margin: 16px auto;
}
@media (max-width: 1700px) {
  .item--centered-page {
    position: relative;
    left: 0;
    transition: left 0.3s, margin-left 0.3s;
  }
  .site--sidebar-shown .item--centered-page {
    left: var(--sidebar-width);
    left: min(var(--sidebar-width), var(--sidebar-width) - (100vw - 1200px) / 2);
  }
}
.item--commissions tbody {
  font-weight: 600;
}

@media (max-width: 902px) {
  .item--icon-grid {
    width: 100% !important;
    margin: 0;
    grid-gap: 0 !important;
    justify-content: flex-start;
  }
  .item--icon-grid-category {
    flex-grow: 0;
    flex-basis: 49.6%;
    height: 36vw;
  }
  .item--icon-grid-title {
    font-size: 3vw !important;
  }
}

/* END 6 pw,ts,ic Defaults */

/* BEGIN 1 pw,ts,ic Global */

:root {
  --section-width: 1200px;
}

.page > .item--section:first-child, .page > .item--section-white:first-child, .page > .item--section-black:first-child {
  padding-top: 40px;
}

.page > .item--section:last-child, .page > .item--section-white:last-child, .page > .item--section-black:last-child {
  padding-bottom: 150px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

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

.item--section, .item--section-white, .item--section-black {
  --item-type: rows;
  --style-comment: "The base section type. Sections themselves are full-width, but contents are clamped.";
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
.item--section > *, .item--section-white > *, .item--section-black > * {
  width: 100%;
  max-width: var(--section-width);
}
.page > .item > .item--section:first-child, .page > .item > .item--section-white:first-child, .page > .item > .item--section-black:first-child {
  padding-top: 100px;
}

.page > .item > .item--section:last-child, .page > .item > .item--section-white:last-child, .page > .item > .item--section-black:last-child {
  padding-bottom: 150px;
}

.item--section-black {
  --style-comment: 'Base section with black background and white text regardless of color setting. Prefer "section" unless it looks bad in light mode.';
  background-color: black;
  color: white;
}
.item--section-white {
  --style-comment: 'Base section with white background and black text regardless of color setting. Prefer "section" unless it looks bad in dark mode.';
  background-color: white;
  color: black;
}
.item--wide-section-page {
  --section-width: 1920px;
}
.item--1920-section-page {
  --section-width: 1920px;
}
.item--1600-section-page {
  --section-width: 1600px;
}
.item--1400-section-page {
  --section-width: 1400px;
}
.item--mid-section-page {
  --section-width: 1400px;
}
@media (max-width: 400px) {
  .item--2-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .item--3-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .item--4-columns {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .item--5-columns {
    display: flex;
    flex-direction: column;
  }
}
.item--stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 600px) {
  .item--stack {
    gap: 16px;
  }
}
.item--transpose-columns > .item--rows {
  gap: 20px;
}
@media (max-width: 800px) {
  .item--transpose-columns {
    display: flex;
    flex-direction: column;
  }
  .item--transpose-columns > .item--rows {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  .item--transpose-columns > .item--rows > .item--image {
    aspect-ratio: auto;
    align-items: start;
  }
}
.item--svg-color a {
  color: inherit;
  text-decoration: none;
}
.item--svg-color:hover {
  color: var(--primary-color);
}
.item--large-2-columns {
  gap: 100px;
  padding: 60px 0;
  align-items: center;
}
@media (max-width: 600px) {
  .item--large-2-columns {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.item--design-services-block {
  gap: 100px;
  align-items: center;
}
@media (max-width: 800px) {
  .item--design-services-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.item--design-services-block > :nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}
.item--design-services-block > :nth-child(3) a {
  background: #00d3c8;
  border-color: #00d3c8;
  width: 350px;
  height: 60px;
  font-size: 24px;
  font-weight: 800;
}
.item--header-centered {
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.item--square {
  aspect-ratio: 1;
  align-items: end;
}
.item--logo-list {
  --gap: 50px;
  --num: 5;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
.item--logo-list > .item {
  min-width: 140px;
  width: calc(100% / var(--num) - var(--gap) * (var(--num) - 1) / var(--num) - 1px);
  aspect-ratio: 3/2;
}
.item--logo-list > .item img {
  max-height: 100%;
}
.item--vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 80vh;
}
.item--paragraphs {
  gap: 40px;
}
.item--commissions {
  overflow: auto;
  width: 100%;
}
.item--floating-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 12px 24px;
  background: #00d3c8;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  gap: 16px;
}
.item--floating-cta > * {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .item--floating-cta {
    width: calc(100% - 32px);
    left: 16px;
    right: 16px;
    transform: none;
    border-radius: 8px;
    padding: 16px;
  }
}

/* END 1 pw,ts,ic Global */

/* BEGIN 5 pw,ts,ic Legacy */

.item--legacy-columns, .item--fundraising-steps--header-text, .item--fundraising-steps--action-description, .item--photo-frames, .item--fundraising-steps--tshirts, .item--fundraising-steps--action-description--lg, .item--fundraising-steps--exclaim-logo, .item--process, .item--drops-new, .item--new-tshirts, .item--fundraising-header, .item--fundraising-content, .item--video-embed-grid, .item--fundraising-steps--logo-ytlink, .item--fundraising-steps--company-images, .item--leagues-bar-inner, .item--testimonial {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.item--legacy-columns > *, .item--fundraising-steps--header-text > *, .item--fundraising-steps--action-description > *, .item--photo-frames > *, .item--fundraising-steps--tshirts > *, .item--fundraising-steps--action-description--lg > *, .item--fundraising-steps--exclaim-logo > *, .item--process > *, .item--drops-new > *, .item--new-tshirts > *, .item--fundraising-header > *, .item--fundraising-content > *, .item--video-embed-grid > *, .item--fundraising-steps--logo-ytlink > *, .item--fundraising-steps--company-images > *, .item--leagues-bar-inner > *, .item--testimonial > * {
  min-width: 250px;
  align-items: center;
  justify-content: center;
}

/* END 5 pw,ts,ic Legacy */

/* BEGIN 4 ic Ink Center */

:root {
  --link-color: #44aadf;
  --link-hover-color: #2e8ec7;
}

.item--bars {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.item--centered {
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}
.item--leagues-bar-even, .item--leagues-bar-odd {
  display: flex;
  min-height: 320px;
  padding: 32px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  border-bottom: 1px solid #777;
}
.item--leagues-bar-even > .item--columns, .item--leagues-bar-odd > .item--columns {
  display: flex;
  width: 1000px;
  max-width: 100%;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
  line-height: 1.2;
}
.item--leagues-bar-even > .item--columns > .item--image, .item--leagues-bar-odd > .item--columns > .item--image {
  width: 150px;
  min-width: 150px;
  order: 1;
}
.item--leagues-bar-even > .item--columns > .item--image img, .item--leagues-bar-odd > .item--columns > .item--image img {
  width: 150px;
}
.item--leagues-bar-even > .item--columns > .item--html, .item--leagues-bar-odd > .item--columns > .item--html {
  flex: 1 1 auto;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  order: 2;
}
.item--leagues-bar-even > .item--columns > .item--html h3, .item--leagues-bar-odd > .item--columns > .item--html h3 {
  font-size: 40px;
  margin: 0 0 10px 0;
}
.item--leagues-bar-even > .item--columns > .item--html p, .item--leagues-bar-odd > .item--columns > .item--html p {
  margin: 0;
}
.item--leagues-bar-even > .item--columns {
  flex-direction: row-reverse;
}
.item--leagues-bar-even > .item--columns > .item--html {
  text-align: right;
}
@media (max-width: 600px) {
  .item--leagues-bar-even > .item--columns {
    flex-direction: column;
  }
  .item--leagues-bar-even > .item--columns > .item--image {
    align-self: flex-end;
  }
}
.item--video-embed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  paddding: 16px;
}
@media (max-width: 600px) {
  .item--video-embed-grid {
    grid-template-columns: 1fr;
  }
}
.item--video-embed-grid .item {
  --aspect-ratio: 16/9;
}
.item--video-embed-grid .item p {
  margin: 0;
}
.item--video-embed-grid .item iframe {
  display: block;
  min-width: 150px;
  max-width: 800px;
  aspect-ratio: var(--aspect-ratio);
  width: 100%;
  height: auto;
}
.item--design-service {
  width: calc(100vw - 32px);
  max-width: 1200px;
  margin: 16px auto;
  color: var(--text-color);
}
.item--design-service h1 {
  font-size: 50px;
  margin: 10px 0;
}
.item--design-service .item--rows {
  flex-direction: row;
  gap: 70px;
  margin: 20px 0;
}
.item--design-service .item--rows .item--columns:first-child {
  flex: 1 1 52%;
}
.item--design-service .item--rows .item--columns:last-child {
  flex: 1 1 20%;
  justify-content: center;
}
.item--design-service .item--design-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.item--design-service .item--design-list h2 {
  font-size: 30px;
  margin: 0;
  color: #44aadf;
}
.item--design-service .item--design-description {
  text-align: left;
}
.item--design-service .item--design-big-button p {
  font-size: 28px;
  font-weight: 900;
  border: 2px solid var(--text-color);
  text-align: center;
  line-height: 36px;
  padding: 15px 34px;
  box-shadow: 15px 15px 0px black;
  margin: 0;
  transform: skew(-12deg);
}
.item--design-service .item--design-big-button p a {
  text-decoration: none;
}
@media (max-width: 600px) {
  .item--design-service .item--design-list .item--html {
    min-width: auto;
  }
  .item--design-service .item--design-list h2 {
    font-size: 20px;
  }
  .item--design-service .item--design-big-button {
    margin: 0 30px;
  }
  .item--design-service .item--design-big-button p {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  .item--design-service .item--design-big-button {
    width: 250px;
  }
  .item--design-service .item--design-big-button p {
    font-size: 30px;
    line-height: 30px;
    box-shadow: 10px 10px 0px black;
  }
}
@media (max-width: 900px) {
  .item--design-service .item--rows {
    flex-direction: column;
    gap: 20px;
  }
  .item--design-service .item--design-big-button {
    width: 300px;
    margin: 0 20px;
  }
}
.item--leagues-bar-odd > .item--columns {
  flex-direction: row;
}
.item--leagues-bar-odd > .item--columns > .item--html {
  text-align: left;
}
@media (max-width: 600px) {
  .item--leagues-bar-odd > .item--columns {
    flex-direction: column;
  }
  .item--leagues-bar-odd > .item--columns > .item--image {
    align-self: flex-start;
  }
}

/* END 4 ic Ink Center */