:root {
  --dark-goldenrod: #d09217;
  --podcast-red: #db474f;
  --white: white;
  --gold: #ffca61;
  --midnight-blue: #002d61;
  --moccasin: #ffe2a9;
  --podcast-blue: #243e57;
  --dodger-blue: #3786de;
  --royal-blue: #3067a5;
  --dark-slate-blue: #004089;
  --podcast-yellow: #fdd97a;
  --olympic-gold: #d4c37d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.body {
  background-color: #004089;
  background-image: linear-gradient(#0040898f, #0040898f), url('../images/bg-bluepattern.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
}

.header-contain {
  background-image: linear-gradient(#000f207a, #000f207a), url('../images/nav-bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 32svh;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.hero-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.2rem 1rem;
  display: flex;
}

.header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template: "Area"
  / 1fr .89fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.image.logo {
  max-width: 88%;
  margin-top: 0;
  display: inline-flex;
}

.header-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.donated-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  padding: 1rem;
  display: flex;
}

.donate-amt {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  display: inline;
}

.donate-subtxt {
  color: var(--dark-goldenrod);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 22px;
}

.donated-header-contain {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.donate-btn {
  background-color: var(--podcast-red);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: .8rem 1.6rem;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.donate-btn:hover {
  background-color: var(--gold);
  color: var(--midnight-blue);
  transform: translate(.64rem);
}

.donate-btn.center {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.donate-btn.right {
  margin-left: auto;
}

.body-contain {
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}

.zf-mission-modal {
  background-color: #000f20a3;
  border-radius: 16px;
  align-self: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
  font-size: .8rem;
  line-height: 1.2;
}

.zf-mission {
  color: var(--moccasin);
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

.text-span {
  font-weight: 700;
}

.partner-btn-contain {
  text-align: center;
  flex: 1;
  align-self: center;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  margin-left: auto;
  margin-right: auto;
}

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

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  background-color: #e54200;
  border-color: #e54200;
}

.button.is-secondary.yt {
  background-color: var(--podcast-blue);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 900;
  transition: all .2s;
}

.button.is-secondary.yt:hover {
  background-color: #565656;
}

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-link {
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  color: var(--gold);
  padding-left: .4rem;
  padding-right: .4rem;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.button.is-link.is-icon:hover {
  color: var(--white);
  transform: scale(1.16)translate(1.6rem);
}

.button.is-link.is-icon.gold {
  color: var(--gold);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-alternate.is-small {
  padding: .8rem 1.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.partner-btn {
  background-color: var(--dodger-blue);
  color: var(--gold);
  border-radius: 16px;
  padding: 16px 32px;
  transition: all .2s;
  box-shadow: 1px 1px 3px #00000052;
}

.partner-btn:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
  transform: scale(1.08);
}

.image-3 {
  max-width: 250px;
}

.partner-btn-text {
  text-align: center;
  padding-top: 10px;
  font-weight: 700;
  text-decoration: none;
}

.learnmore_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.btn-fpgrid {
  background-color: var(--royal-blue);
  border-radius: 16px;
  min-height: 150px;
  transition: all .2s;
  box-shadow: 0 4px 8px #000f204d;
}

.btn-fpgrid:hover {
  transform: scale(1.08);
}

.btn-fpgrid.events {
  background-image: url('../images/btn-events_2025-01_A.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 4px 8px #000f2052;
}

.btn-fpgrid.communitywork {
  background-image: url('../images/btn-commwork_2022-03_A.png');
  background-position: 50%;
  background-size: cover;
}

.btn-fpgrid.giving {
  background-image: url('../images/btn-giving_2022-03_A.png');
  background-position: 50%;
  background-size: cover;
}

.btn-fpgrid.parents {
  background-image: url('../images/btn-parents_A.png');
  background-position: 50%;
  background-size: cover;
}

.btn-fpgrid.socialmedia {
  background-image: url('../images/btn-socmed_A.png');
  background-position: 50%;
  background-size: cover;
}

.btn-fpgrid.lookback {
  background-image: url('../images/btn-lookback_A.png');
  background-position: 50%;
  background-size: cover;
}

.heading, .heading-2, .heading-3 {
  text-align: center;
  display: none;
}

.boardmembers_layout {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.boardmembers {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 1rem;
}

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

.board-h3 {
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
}

.boardmembers-content {
  text-align: right;
  padding: 6.4rem 16px;
}

.text-span-2, .text-span-3 {
  font-style: italic;
}

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

.boardphoto {
  background-image: url('../images/fig-board2025.webp');
  background-position: 50% 8%;
  background-size: cover;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-bottom: 0;
}

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

.text-span-5 {
  font-size: 22px;
}

.heading-4, .heading-5, .heading-6 {
  text-align: center;
  display: none;
}

.footer_layout {
  padding-top: 32px;
}

.footer {
  background-color: var(--dodger-blue);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-txt {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 1rem;
  line-height: 1.2;
}

.text-span-6, .text-span-7, .text-span-8 {
  font-weight: 700;
}

.link {
  color: #fff;
  padding: .4rem;
  transition: all .2s;
  display: inline-block;
}

.link:hover {
  color: var(--midnight-blue);
  font-weight: 500;
}

.link.dark:hover {
  color: var(--gold);
}

.link-2, .footer-sitemap {
  color: #fff;
}

.btn-events-hover {
  opacity: 0;
  background-image: url('../images/btn-events_2025-01_B.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-events-hover:hover {
  opacity: 1;
}

.btn-commwork-hover {
  opacity: 0;
  background-image: url('../images/btn-commwork_2022-03_B.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-commwork-hover:hover {
  opacity: 1;
}

.btn-giving-hover {
  opacity: 0;
  background-image: url('../images/btn-giving_2022-03_B.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-giving-hover:hover {
  opacity: 1;
}

.btn-parents-hover {
  opacity: 0;
  background-image: url('../images/btn-parents_B.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-parents-hover:hover {
  opacity: 1;
}

.btn-socmed-hover {
  opacity: 0;
  background-image: url('../images/btn-socmed_B.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-socmed-hover:hover {
  opacity: 1;
}

.btn-lookback-hover {
  opacity: 0;
  background-image: url('../images/btn-lookback_B.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  min-height: 200px;
  transition: all .2s;
}

.btn-lookback-hover:hover {
  opacity: 1;
}

.donate-modal {
  z-index: 1000;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-contain-2 {
  background-color: var(--gold);
  border-radius: 32px;
  width: 90%;
  max-width: 1080px;
  max-height: 600px;
  margin: auto;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.modal-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-items: center;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 64px 32px;
}

.modal-h3 {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 30px;
}

.paypal-btn {
  text-align: center;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}

.donate-titles {
  color: var(--dark-slate-blue);
  font-size: 20px;
}

.modal-img {
  background-image: url('../images/donate-img.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.modal-content {
  max-width: 1080px;
  margin-top: 46px;
  margin-left: 22px;
  margin-right: auto;
  display: inline-block;
}

.close-x {
  cursor: pointer;
  max-width: 24px;
  margin: 24px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.commwork-modal, .parent-modal {
  z-index: 2000;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.paypal-donate-btn {
  cursor: pointer;
  transition: all .2s;
}

.paypal-donate-btn:hover {
  filter: hue-rotate(180deg);
  transform: translate(0, -16px);
}

.tabs {
  margin-left: 16px;
  margin-right: 16px;
}

.cw-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 16px;
}

.cw-tab-content {
  background-color: var(--moccasin);
  border-radius: 16px;
  padding: 16px;
}

.cw-tab-h2 {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 25px;
}

.cw-tab {
  background-color: var(--moccasin);
  color: var(--midnight-blue);
  cursor: pointer;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.cw-tab:hover {
  background-color: var(--dodger-blue);
  color: var(--moccasin);
}

.cw-tab.w--current {
  background-color: var(--dark-slate-blue);
  color: var(--moccasin);
}

.image-5 {
  border: 1px solid var(--dark-goldenrod);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-12 {
  margin-left: 16px;
  padding-top: 16px;
  display: inline-block;
}

.modal-button {
  background-color: var(--dark-slate-blue);
  color: var(--moccasin);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 16px;
  width: 250px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.modal-button:hover {
  background-color: var(--midnight-blue);
  transform: translate(8px);
}

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

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

.columns-2 {
  margin-top: 16px;
  padding: 8px;
}

.social-modal {
  z-index: 2000;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.sm-content {
  text-align: center;
  padding-top: 32px;
  padding-left: 64px;
  padding-right: 64px;
}

.sm-links {
  color: var(--dark-slate-blue);
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.sm-links:hover {
  color: var(--dodger-blue);
}

.modal-contain {
  background-color: var(--gold);
  border-radius: 32px;
  width: 90%;
  max-width: 1080px;
  max-height: 600px;
  margin: auto;
  padding-top: 64px;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.lookback-modal {
  z-index: 2000;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-contain-blk {
  border-radius: 32px;
  width: 90%;
  max-width: 1080px;
  max-height: 80vh;
  margin: auto;
  padding-top: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.html-embed-2 {
  width: 80vw;
  max-width: 1080px;
  height: 70vh;
}

.close-x-wht {
  filter: invert();
  cursor: pointer;
  max-width: 24px;
  margin: 10px 24px 24px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.linkback-txt {
  color: var(--gold);
  text-align: center;
  font-size: 16px;
}

.lookback-link {
  color: var(--gold);
  padding-top: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.lookback-link:hover {
  color: #fff;
  text-decoration: underline;
}

.modal-content-sub {
  max-width: 1080px;
  margin-top: 46px;
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
}

.image-7 {
  max-width: 250%;
}

.arrow-link {
  justify-content: flex-end;
  align-items: center;
  width: 8svw;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.text-span-13 {
  font-size: 21px;
}

.text-span-14 {
  font-size: 18px;
}

.grid-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.podcast-link {
  font-size: 24px;
}

.button-2 {
  border: 3px solid var(--white);
  background-color: var(--podcast-red);
  color: var(--podcast-yellow);
  text-align: center;
  border-radius: 16px;
  padding: .75rem 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.button-2:hover {
  background-color: var(--podcast-blue);
}

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xlarge, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-size-medium {
  color: var(--white);
  margin-bottom: 0;
  font-size: 1.125rem;
}

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

.text-size-medium.bonus {
  color: var(--podcast-red);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}

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

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

.margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

.padding-global {
  padding: 5% 5% 0%;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
}

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

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

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

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

.home_hero-header_component {
  flex-direction: column;
  height: 88svh;
  min-height: 88svh;
  display: flex;
}

.home_hero-header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: grid;
}

.heading-style-h1 {
  color: var(--dark-goldenrod);
  margin-top: 10px;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 5.8rem;
}

.heading-style-h1.yellow {
  color: var(--gold);
  font-size: 4.8rem;
  line-height: 1;
}

.heading-style-h1.hero {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
}

.home_hero-header_content-right {
  font-size: 1rem;
  line-height: 2rem;
}

.home_hero-header_lightbox-wrapper {
  flex: 1;
  position: relative;
}

.lightbox-play-icon {
  z-index: 3;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-play-icon:hover {
  color: var(--gold);
  transform: scale(1.64);
}

.home_hero-header_lightbox {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.video-overlay-layer {
  z-index: 1;
  background-color: #000f2052;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.video-overlay-layer:hover {
  background-color: #000f2000;
}

.home_header-1_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.home_header-1_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.home_header-1_component {
  grid-column-gap: 0rem;
  background-color: var(--podcast-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_header-1_lightbox, .home_header-2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_header-2_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

.section_home_header-2 {
  background-color: var(--podcast-red);
}

.home_header-2_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_header-2_content {
  max-width: 35rem;
  margin-left: 5rem;
  margin-right: 5vw;
}

.page-wrapper {
  color: var(--olympic-gold);
}

.body-2 {
  color: var(--white);
  background-color: #161616;
  font-family: Playfair Display, sans-serif;
}

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

.hide {
  display: none;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #1e51f71a;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

.padding-global-2.early {
  padding-top: 5%;
  padding-bottom: 5%;
}

.heading-style-h1-2 {
  color: var(--podcast-yellow);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_links9 {
  background-color: #0c1e2f;
  font-family: Montserrat, sans-serif;
}

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

.links9_image {
  object-fit: cover;
  margin-bottom: 32px;
}

.links9_image.zf {
  width: 50%;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-style-h5 {
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex: 1;
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.links9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.links9_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h6.sub {
  color: var(--moccasin);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.links9_item-link {
  border: 1px solid var(--olympic-gold);
  color: var(--olympic-gold);
  text-align: left;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.links9_item-link:hover {
  border-color: var(--white);
  color: var(--white);
}

.links9_item-image-wrapper {
  flex: 1 0 25%;
  width: 100%;
  overflow: hidden;
}

.links9_item-image {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
}

.links9_item-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: 75%;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.links9_item-content.donate {
  text-align: center;
}

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

.links9_newsletter-modal {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.links9_newsletter-content {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  text-align: left;
  width: 100%;
  max-width: 30rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
}

.links9_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

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

.links9_form-block {
  margin-bottom: 0;
}

.links9_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

.form_input.is-select-input {
  background-image: none;
}

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

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

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.links9_newsletter-background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.links9_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.links9_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.links9_social-link:hover {
  color: var(--white);
}

.image-9 {
  max-width: 16dvw;
  margin: 4rem auto 16rem;
  display: block;
}

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #000;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #000;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #eee;
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

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

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

.heading-style-h2.gold {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 4.8rem;
  font-weight: 300;
}

.heading-style-h4 {
  color: var(--gold);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.heading-style-h4.center {
  text-align: center;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link:hover {
  color: #fff;
  text-decoration: none;
}

.text-style-muted {
  opacity: .6;
}

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-white, .background-color-primary {
  background-color: #fff;
}

.background-color-secondary {
  background-color: #eee;
}

.background-color-tertiary {
  background-color: #aaa;
}

.background-color-alternative {
  background-color: #000;
}

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

.text-color-black, .text-color-primary, .text-color-secondary {
  color: #000;
}

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

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

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

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

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

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

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

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

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

.padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-medium.center {
  text-align: center;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

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

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

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

.margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

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

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.heading-9 {
  color: var(--dodger-blue);
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: 4rem;
}

.main-hero_section {
  background-image: linear-gradient(180deg, white 21%, var(--olympic-gold) 86%, #161616);
  border-bottom: 2px #fff3;
  height: 116vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-main-hero {
  color: var(--olympic-gold);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.main-hero_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.main-hero_heading {
  z-index: 3;
  color: #000;
  letter-spacing: .5em;
  text-transform: uppercase;
  white-space: break-spaces;
  word-break: keep-all;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 2.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.text-span-15 {
  color: #a38300;
  letter-spacing: 0;
  text-transform: none;
  white-space: break-spaces;
  word-break: keep-all;
  font-size: 2.3em;
  font-style: italic;
  font-weight: 700;
  line-height: .9;
  display: inline;
}

.hero-down-arrow {
  z-index: 8;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 8svh;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 4svh;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.paragraph-6 {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
}

.bm-img-wrap {
  z-index: 4;
  text-align: center;
  height: 32dvh;
  margin-left: 10svw;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.bm-img {
  height: 100%;
}

.bm-img.vert {
  max-width: none;
  max-height: 100%;
}

.foot-sidedesignlogo {
  width: 16rem;
}

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

.donorstats_lightbox {
  border-radius: 3.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.donorstats_component {
  display: block;
}

.donorstats_item {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#3786de52, #002d6100 96%);
  border-radius: 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.donorstats_lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.donorstats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.layout406_tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.youtubehighlights-content {
  width: 72%;
}

.youtubehighlights_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.layout406_tab-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--gold);
  text-align: left;
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  flex-direction: column;
  width: 100%;
  padding: 1rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.layout406_tab-link:hover {
  color: var(--moccasin);
  transform: scale(1.08);
}

.layout406_tab-link.w--current {
  border-bottom: 4px dotted var(--gold);
  color: var(--white);
  background-color: #0000;
}

.layout406_tab-link.w--current:hover {
  color: var(--royal-blue);
  transform: none;
}

.layout406_tabs-menu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.youtubehighlights_layout {
  color: var(--white);
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: block;
}

.youtubehighlights_tab-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
}

.youtubehighlights_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youtubehighlights_lightboxlink {
  aspect-ratio: 3 / 2;
  transform-style: preserve-3d;
  border-radius: 3.2rem;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.youtubehighlights_lightboxlink:hover {
  transform: scale3d(1none, 1none, 1none);
}

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

.layout13_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.emmy_layout {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: block;
}

.emmy_component {
  color: var(--white);
}

.emmy_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3.2rem;
  width: 100%;
  height: 100%;
}

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

.layout13_image-wrapper {
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.foot-sitedesigncontain {
  opacity: .48;
  color: #fff;
  text-align: center;
  letter-spacing: 1rem;
  text-transform: uppercase;
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  transition: all .32s cubic-bezier(.55, .055, .675, .19);
  transform: scale(.72);
}

.foot-sitedesigncontain:hover {
  opacity: 1;
  transform: scale(1);
}

.foot-sitedesig {
  letter-spacing: 3px;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 10px;
  display: block;
}

.upcomingevent {
  text-align: center;
  background-color: #000;
  overflow: hidden;
}

.image-10 {
  object-fit: cover;
  max-width: 100svw;
}

.link-3 {
  color: var(--white);
  font-style: italic;
}

.link-block {
  transition: all .2s;
}

.link-block:hover {
  transform: scale(1.16);
}

.partners-layout {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.text-span-16 {
  font-size: 1.6rem;
}

.boardmembers-logo {
  max-width: 64%;
  margin-bottom: 1.6rem;
  display: inline-block;
}

.text-span-17 {
  display: none;
}

.text-span-18 {
  text-decoration: underline;
}

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

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

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #555f49;
  border-radius: 1.6rem;
  padding: 1rem 2rem;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.button-3:hover {
  color: #231d18;
  background-color: #9ca690;
}

.button-3.hero {
  font-size: 1.2rem;
  line-height: 1.6;
}

.button-3.hero:hover {
  letter-spacing: 5px;
}

.button-3.is-secondary {
  color: #555f49;
  background-color: #0000;
  border: 1px solid #b5a38c;
}

.button-3.is-secondary:hover {
  color: #d15243;
  background-color: #dbdbd7;
  border-color: #dbdbd7;
}

@media screen and (max-width: 991px) {
  .hero-container {
    width: 100%;
    max-width: 991px;
    overflow: visible;
  }

  .header {
    grid-template-columns: minmax(50%, 1fr) minmax(auto, .5fr);
  }

  .image.logo {
    max-width: 88%;
  }

  .donated-header {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }

  .donate-amt {
    font-size: 2.4rem;
  }

  .donate-subtxt {
    text-align: center;
    max-width: 100%;
    margin-top: auto;
    margin-left: auto;
  }

  .donated-header-contain {
    flex-flow: column;
    display: flex;
  }

  .donate-btn {
    font-size: 1rem;
  }

  .partner-btn-contain {
    margin-top: 32px;
  }

  .learnmore_component {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .boardmembers {
    margin-left: 32px;
    margin-right: 32px;
  }

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

  .boardmembers-content {
    text-align: center;
    width: 75%;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    padding-left: 16px;
  }

  .boardphoto {
    background-size: cover;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    min-height: 375px;
  }

  .arrow-link {
    width: 16svw;
  }

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

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

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

  .home_hero-header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

  .home_header-1_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home_header-1_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .home_header-1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .home_header-2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .home_header-2_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .home_header-2_content {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

  .heading-style-h6 {
    font-size: 1.2rem;
  }

  .heading-style-h6.sub {
    font-size: .8rem;
  }

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

  .links9_newsletter-content {
    width: 90%;
    max-width: none;
  }

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

  .image-9 {
    max-width: 32dvw;
  }

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

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

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

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .main-hero_layout {
    max-width: 100dvw;
  }

  .main-hero_heading {
    font-size: 3.4em;
  }

  .text-span-15 {
    font-size: 1.7em;
  }

  .hero-down-arrow {
    height: 16dvw;
    bottom: 4svh;
  }

  .bm-img-wrap {
    height: 28dvh;
    margin-left: 18svw;
  }

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

  .donorstats_component {
    width: 100%;
  }

  .donorstats_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
  }

  .youtubehighlights_tab-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .youtubehighlights_lightboxlink {
    aspect-ratio: 2 / 3;
  }

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

@media screen and (max-width: 767px) {
  .hero-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .header {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(50%, 1fr) repeat(auto-fit, minmax(200px, 1fr));
    grid-template-areas: "Area"
                         ".";
    grid-auto-flow: column;
  }

  .image.logo {
    margin-top: 22px;
  }

  .header-logo {
    min-height: 150px;
  }

  .donate-subtxt {
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2rem;
  }

  .donated-header-contain {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .donate-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .zf-mission-modal {
    padding-left: 50px;
    padding-right: 50px;
  }

  .partner-btn-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .modal-contain-2 {
    max-height: 85vh;
  }

  .modal-grid-2, .cw-tab-grid {
    grid-template-columns: 1fr;
  }

  .image-5 {
    display: none;
  }

  .modal-contain, .modal-contain-blk {
    max-height: 85vh;
  }

  .arrow-link {
    width: 32svw;
  }

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

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

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

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

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

  .home_hero-header_component {
    height: auto;
  }

  .home_hero-header_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1 {
    text-align: center;
    font-size: 3.2rem;
  }

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

  .home_header-1_component, .home_header-2_component {
    padding-top: 4rem;
  }

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

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h6.sub {
    font-size: 1rem;
    line-height: 1.6;
  }

  .links9_newsletter-modal {
    align-items: flex-start;
  }

  .links9_newsletter-content {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

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

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

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

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

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

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-9 {
    text-align: center;
    margin-top: 0;
  }

  .main-hero_layout {
    max-width: 96dvw;
  }

  .main-hero_heading {
    font-size: 2.6em;
  }

  .text-span-15 {
    font-size: 1.8em;
  }

  .hero-down-arrow {
    bottom: 8svh;
  }

  .bm-img-wrap {
    margin-left: 34svw;
  }

  .bm-img {
    height: 100%;
  }

  .bm-img.vert {
    height: 72%;
    margin-left: -18.475px;
  }

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

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

  .layout406_tabs {
    flex-flow: column;
  }

  .youtubehighlights-content {
    width: 100%;
  }

  .layout406_tab-link {
    text-align: center;
  }

  .layout406_tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }

  .youtubehighlights_lightboxlink {
    aspect-ratio: 16 / 9;
  }

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

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

  .link-block:hover {
    transform: scale(.88);
  }

  .boardmembers-logo {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .header-contain {
    min-height: 50%;
  }

  .header {
    grid-template-columns: minmax(25%, 1fr);
    grid-template-areas: "Area";
  }

  .image.logo {
    margin-top: 21px;
  }

  .header-logo {
    height: 75px;
    min-height: 0;
  }

  .donated-header {
    margin: 20px 10px;
  }

  .donate-amt {
    justify-content: center;
    font-size: 2.4rem;
  }

  .donate-subtxt {
    justify-content: center;
    align-items: center;
  }

  .donated-header-contain {
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .zf-mission-modal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partner-btn {
    max-width: 90vw;
  }

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

  .boardmembers-content {
    padding-left: 0;
    padding-right: 0;
  }

  .boardphoto {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    min-height: 200px;
    padding-right: 0;
  }

  .footer-txt {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn-events-hover, .btn-commwork-hover, .btn-giving-hover, .btn-parents-hover, .btn-socmed-hover, .btn-lookback-hover {
    min-height: 150px;
  }

  .modal-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .paypal-donate-btn {
    transform: scale(.7);
  }

  .paypal-donate-btn:hover {
    transform: scale(.7)translate(0, -16px);
  }

  .cw-tab {
    border-radius: 0 16px 16px 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
  }

  .sm-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal-content-sub, .image-7, .grid-5 {
    max-width: 100%;
  }

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

  .text-size-medium.text-weight-semibold {
    font-size: .8rem;
    line-height: 17px;
  }

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

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

  .home_hero-header_content-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .home_header-1_component, .home_header-2_component {
    grid-template-columns: 1fr;
  }

  .links9_item-content {
    flex-basis: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .links9_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .heading-9 {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }

  .main-hero_layout {
    word-break: keep-all;
    min-width: auto;
    max-width: 96dvw;
  }

  .main-hero_heading {
    font-size: 1.5em;
  }

  .text-span-15 {
    font-size: 1.4em;
  }

  .hero-down-arrow {
    height: 24dvw;
  }

  .bm-img.vert {
    margin-left: -40%;
  }

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

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

  .youtubehighlights_lightboxlink {
    aspect-ratio: 3 / 2;
    border-radius: 1rem;
  }

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

  .boardmembers-logo {
    max-width: 100%;
  }
}

#w-node-e105e275-1980-f6f6-de30-5fccfb3eafd4-6bb0c69a, #w-node-_13cc36dc-fd4d-dd1c-8627-4fa66f961702-6bb0c69a, #w-node-_3a7485dd-dbd7-8df4-7823-01c2ee0c3113-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_243ce348-f6d4-3d6a-5e26-6fb05f5b465b-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_988299f5-abce-2673-79e3-263ae7b38e2e-6bb0c69a, #w-node-eaeff4dd-ce86-f213-cd5f-8758e784a271-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa6ad3a6-e6f2-63af-7ecf-f5dfee9abcf4-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aa6ad3a6-e6f2-63af-7ecf-f5dfee9abcf5-6bb0c69a, #w-node-aa6ad3a6-e6f2-63af-7ecf-f5dfee9abcf6-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af0cae18-be7c-a7e8-89cf-eefc628b8a3e-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-af0cae18-be7c-a7e8-89cf-eefc628b8a3f-6bb0c69a, #w-node-af0cae18-be7c-a7e8-89cf-eefc628b8a40-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_357577bc-bfe7-2331-dd14-68600d5666e1-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_357577bc-bfe7-2331-dd14-68600d5666e2-6bb0c69a, #w-node-_357577bc-bfe7-2331-dd14-68600d5666e3-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47dd19c1-30e6-22df-79b7-8ef44f94fe8c-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47dd19c1-30e6-22df-79b7-8ef44f94fe8d-6bb0c69a, #w-node-_47dd19c1-30e6-22df-79b7-8ef44f94fe8e-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205f37b6-bb5d-6e0f-5594-d2a1df018e92-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_205f37b6-bb5d-6e0f-5594-d2a1df018e93-6bb0c69a, #w-node-_205f37b6-bb5d-6e0f-5594-d2a1df018e94-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47e3af59-9fa3-0942-c43f-210c250d27ff-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_47e3af59-9fa3-0942-c43f-210c250d2800-6bb0c69a, #w-node-_47e3af59-9fa3-0942-c43f-210c250d2801-6bb0c69a, #w-node-_37c8e032-35da-c558-e3c3-eaafa0bbd001-6bb0c69a, #w-node-_5fabc8c1-08ee-cba8-ef99-74d028c29ae0-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d6d9072-0766-4f0f-7f75-b715bc5f76f2-6bb0c69a {
  grid-area: Area;
  place-self: center;
}

#w-node-_01c073f0-88d1-66d5-f831-2a4e9d3aaa83-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88ec49fb-79d3-b840-ac1c-f967d17e6308-6bb0c69a {
  place-self: center end;
}

#w-node-a5d6eb0e-3980-bdea-018e-0da77ff737d7-6bb0c69a {
  place-self: center;
}

#w-node-_3d493ea1-3e5b-f269-b4e1-aab13fb11a47-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_66a3419e-3ea5-b66f-1ec6-cd88e02caf71-6bb0c69a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-e3d600f0-b3cb-8a08-c2ef-54f8bfd8912a-6bb0c69a, #w-node-e3d600f0-b3cb-8a08-c2ef-54f8bfd89130-6bb0c69a, #w-node-_9a79c776-958a-4fe6-f683-7ae09709ce34-6bb0c69a, #w-node-cc6903fc-88dd-5dff-de43-c91d23e3cfc3-6bb0c69a, #w-node-_8138d84b-c2e0-5f66-e777-0354108d3401-6bb0c69a, #w-node-f6175466-e31a-2a77-7402-85d9a42bb494-6bb0c69a, #w-node-_10717e9b-b13f-cc15-171a-f3a432d58d25-6bb0c69a, #w-node-_2e3bb766-fcb7-7c75-6a8a-1af221c15341-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afb7e288-ea5e-f3b0-08f8-c47348dba854-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c993ad9d-614e-c14e-59b4-7beb7ae3aa57-6bb0c69a, #w-node-_5e20dd58-fecb-3d11-5a42-d0e007f7c2a4-6bb0c69a, #w-node-_5c31c8ac-9203-ba27-e18f-f6955f9cfccd-6bb0c69a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-0ea602a3 {
  place-self: center;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa50c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa50e-fb6f3253 {
  justify-self: center;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa522-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa523-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa527-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa528-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa52c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa52d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa531-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa532-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa536-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa537-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa53b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa53c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa546-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa547-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa54b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa54c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa550-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa551-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa555-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa556-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa55a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa55b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa55f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa560-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa56a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa56b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa56f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa570-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa574-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa575-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa579-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa57a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa583-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa584-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa58d-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa58e-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5a0-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5a1-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5a5-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5a6-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5aa-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ab-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5af-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5b0-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5b4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5b5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5bf-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5c0-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5c4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5c5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5c9-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ca-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ce-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5cf-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5d3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5d4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5d8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5d9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5e4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5e5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5e9-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ea-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ee-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5ef-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5f3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5f4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5f8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5f9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5fd-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa5fe-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa602-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa603-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa607-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa608-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa60c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa60d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa617-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa618-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa61c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa61d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa621-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa622-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa629-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa62a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa66b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa66e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa66f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa672-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa673-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa676-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa67a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa67b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa67e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa67f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa682-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa689-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa68a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa68f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa690-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa694-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa695-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa699-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa69a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa69e-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa69f-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6af-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6b2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6b3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6b6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6b7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6ba-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6bb-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6bf-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6c2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6c3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6c6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6c7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6ca-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6d2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6d3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6d4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6d6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6d9-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6da-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6db-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6df-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6e2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6e3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6e4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6e8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6ec-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6ed-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6f3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6f6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6f7-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6f8-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6fc-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa6ff-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa700-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa701-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa707-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa70b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa70c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa710-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa713-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa718-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa719-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa71a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa71e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa721-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa722-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa723-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa729-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa72c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa72d-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa72e-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa734-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa737-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa738-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa739-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa741-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa744-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa745-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa746-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa752-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa753-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa754-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa758-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa75d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa75e-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa75f-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa765-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa76a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa76b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa76c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa772-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa777-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa778-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa779-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa781-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa787-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa788-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa78e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa793-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa794-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa795-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa799-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa79c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa79d-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa79e-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7a4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7a7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7a8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7a9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7af-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7b2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7b3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7b4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7bc-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7bf-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7c0-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7c1-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7c7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7ca-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7cb-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7cc-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7d4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7d8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7d9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7df-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7e7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7e8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7e9-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7ea-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7ec-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7ef-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7f3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7f4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7f5-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7fe-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa7ff-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa800-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa809-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa80a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa80b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa80c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa812-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa813-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa814-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa815-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa817-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa81b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa81c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa81d-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa81e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa820-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa88e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa892-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa893-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa895-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa897-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa898-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa89a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa89c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa89d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa89f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a1-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a2-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a6-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a7-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8a9-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ab-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ac-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ae-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b0-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b6-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b7-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8b9-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ba-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8bc-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8bd-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8bf-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c0-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c2-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c3-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c5-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8c9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8cb-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8d1-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8d5-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8d6-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8d8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8da-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8db-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8dd-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8df-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e0-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e2-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e7-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8e9-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ea-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ec-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ee-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8ef-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f1-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f3-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f4-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f6-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8f9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8fb-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8fd-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa8fe-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa900-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa902-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa903-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa905-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa907-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa908-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa90a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa90f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa913-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa915-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa918-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa91d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa922-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa927-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa92c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa933-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa934-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa936-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa937-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa939-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa93a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa93c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa93d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa93f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa940-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa942-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa943-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa945-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa946-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa948-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa949-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa94b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa94c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa94e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa94f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa951-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa952-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa954-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa955-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa957-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa958-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa95a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa95b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa95d-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa95e-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa960-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa961-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa963-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa964-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa966-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa967-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa969-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa96a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa96c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa96d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa96f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa970-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa972-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa973-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa975-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa976-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa978-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa979-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa97b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa97c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa97e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa97f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa981-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa982-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa984-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa985-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa987-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa988-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa98a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa98b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa990-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa994-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa996-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa999-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa99e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9a3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9a8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ad-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9b4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9b5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9b7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9b8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ba-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9bb-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9bd-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9be-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c0-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c1-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c6-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c7-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9c9-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ca-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9cc-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9cd-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9cf-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d0-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d2-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d3-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d5-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d6-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d8-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9d9-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9db-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9dc-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9de-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9df-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e1-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e2-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e5-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e7-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9e8-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ea-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9eb-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ed-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ee-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f0-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f1-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f3-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f4-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f6-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f7-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9f9-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9fa-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9fc-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9fd-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fa9ff-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa00-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa02-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa03-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa05-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa06-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa08-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa09-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa0b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa0c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa11-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa14-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa15-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa17-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa18-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa1a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa1b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa1d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa1e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa20-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa21-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa23-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa24-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa26-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa27-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa29-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa2a-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa2c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa2d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa2f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa30-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa32-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa33-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa35-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa36-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa38-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa39-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa3b-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa3c-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa3e-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa3f-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa41-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa42-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa44-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa45-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa47-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa48-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa4a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa4b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa4d-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa4e-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa50-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa51-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa53-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faa54-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab46-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab4a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab4b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab4f-fb6f3253, #w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab51-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab52-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab56-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab57-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab5b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab5c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab60-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab61-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab65-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab66-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab6a-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab6b-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab6f-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab70-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab74-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab75-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab79-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab7a-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab7e-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab7f-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab82-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab83-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab87-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab88-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab8c-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab8d-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab91-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab92-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab96-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab97-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab9b-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fab9c-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faba0-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faba1-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faba5-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7faba6-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabaa-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabab-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabaf-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabb0-fb6f3253 {
  justify-self: start;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabb4-fb6f3253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ce2f497-1ec5-5707-c3c5-2e9bde7fabb5-fb6f3253 {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-3fe2dd73, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-23bcfacd, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-1943c53a {
  place-self: center;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467cb2-1943c53a {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c9a-1943c53a {
  justify-self: end;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-a9a6e15d, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-0f4af807, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-f6b82dca {
  place-self: center;
}

#w-node-_440d7ca7-c2e2-65b1-fac5-566c4ccccbe1-f6b82dca {
  justify-self: end;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-9abf7b27, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-235eb9f7 {
  place-self: center;
}

#w-node-_8b7bfb29-58c0-14e2-cfaa-caab98e63a60-235eb9f7 {
  justify-self: end;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-38dcb01f {
  place-self: center;
}

#w-node-_8b7bfb29-58c0-14e2-cfaa-caab98e63a60-38dcb01f {
  justify-self: end;
}

#w-node-_9d565511-2fb4-af1b-8055-52cf4190cb1d-38dcb01f {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-d5cb731c {
  place-self: center;
}

#w-node-_9d565511-2fb4-af1b-8055-52cf4190cb1d-d5cb731c {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-429fb615, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-c0c00ae9, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-4f23fdce, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-ce91e1cf {
  place-self: center;
}

#w-node-ae2ddeec-2895-c4f1-a358-917793263858-ce91e1cf {
  justify-self: end;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-7a4a16e4 {
  place-self: center;
}

#w-node-_4c67817b-75d3-0571-7559-ccbfb1f86625-7a4a16e4 {
  justify-self: end;
}

#w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-7a4a16e4 {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-105e6a3e {
  place-self: center;
}

#w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-105e6a3e {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-43cad2d7, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-591d47c0 {
  place-self: center;
}

#w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-591d47c0 {
  justify-self: start;
}

#w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-70dcc705, #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c8f-efba3688 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-afb7e288-ea5e-f3b0-08f8-c47348dba854-6bb0c69a {
    justify-self: center;
  }

  #w-node-_5c31c8ac-9203-ba27-e18f-f6955f9cfccd-6bb0c69a {
    order: -9999;
  }

  #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467cb2-1943c53a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-_0ecc5d54-8437-4074-0ca6-8e3174467c9a-1943c53a, #w-node-_440d7ca7-c2e2-65b1-fac5-566c4ccccbe1-f6b82dca, #w-node-_8b7bfb29-58c0-14e2-cfaa-caab98e63a60-235eb9f7, #w-node-_8b7bfb29-58c0-14e2-cfaa-caab98e63a60-38dcb01f {
    justify-self: start;
  }

  #w-node-_9d565511-2fb4-af1b-8055-52cf4190cb1d-38dcb01f, #w-node-_9d565511-2fb4-af1b-8055-52cf4190cb1d-d5cb731c {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ae2ddeec-2895-c4f1-a358-917793263858-ce91e1cf, #w-node-_4c67817b-75d3-0571-7559-ccbfb1f86625-7a4a16e4 {
    justify-self: start;
  }

  #w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-7a4a16e4, #w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-105e6a3e, #w-node-_98a84294-4956-b3cc-f412-b40fe6cb686c-591d47c0 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d6d9072-0766-4f0f-7f75-b715bc5f76f2-6bb0c69a {
    justify-self: center;
  }

  #w-node-_88ec49fb-79d3-b840-ac1c-f967d17e6308-6bb0c69a {
    justify-self: end;
  }

  #w-node-_3d493ea1-3e5b-f269-b4e1-aab13fb11a47-6bb0c69a {
    place-self: center start;
  }

  #w-node-_66a3419e-3ea5-b66f-1ec6-cd88e02caf71-6bb0c69a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d6d9072-0766-4f0f-7f75-b715bc5f76f2-6bb0c69a, #w-node-_01c073f0-88d1-66d5-f831-2a4e9d3aaa83-6bb0c69a {
    justify-self: center;
  }
}


