.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;
}

body {
  color: #333;
  font-family: Figtree, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 13px;
}

.heading_h1 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 5.65rem;
  font-weight: 600;
  line-height: 1.04em;
}

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

.section {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section.max-height_100vh_desktop.overflow_hidden.flex_horizontal.is-y-center {
  background-image: linear-gradient(115deg, #fff 2%, #1f9dd9 23% 77%, #fff);
}

.section.is-accent-primary {
  color: #fff;
  background-color: #1f9dd9;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.bold {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1f9dd9;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4fb5e6;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #1f9dd9;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #1f9dd9;
}

.button.on-accent-primary {
  box-shadow: none;
  color: #162850;
  background-color: #fff;
  background-image: none;
  flex: 0 auto;
}

.button.on-accent-primary:hover {
  box-shadow: none;
  background-color: #ffffffb3;
  border-color: #0000;
}

.button.on-accent-primary:active {
  box-shadow: none;
  background-color: #fff;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.tablet-1-col.gap-xxlarge {
  grid-column-gap: 1.3rem;
}

.grid_2-col.tablet-1-col.gap-xxlarge.hero-grid {
  grid-template-columns: 1.75fr 1fr;
}

.grid_1-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_1-col.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.section-2 {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1f9dd9;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4fb5e6;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #1f9dd9;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #1f9dd9;
}

.button-2.is-inverse {
  color: #fff;
  background-color: #162850;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button-2.is-inverse:hover {
  background-color: #4fb5e6;
  border-color: #0000;
}

.grid_2-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-2.gap-xxlarge {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.is-y-center.gap-small {
  grid-template-columns: 1fr 1fr;
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 600;
  line-height: 1.04em;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal.flex_vertical {
  flex-direction: column;
}

.background-video {
  border-radius: 17px;
  width: 100%;
  height: 100%;
}

.section-3 {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-3.is-secondary {
  background-color: #f3f4f6;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.position_sticky {
  position: sticky;
  top: 0;
}

.position_sticky.is-top-section {
  top: 1.1rem;
}

.card {
  color: #162850;
  background-color: #fff;
  border: 1px solid #16285033;
  border-radius: 1rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.card.on-secondary {
  color: #162850;
  background-color: #0000;
  background-image: none;
  border-color: #1628501a;
  box-shadow: 0 0 0 1px #16285033;
}

.grid_2-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-3.tablet-1-col.gap-large {
  grid-column-gap: 16px;
  grid-template-columns: .65fr 1fr;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card_body.ratio_3x2.cards-mobile {
  aspect-ratio: auto;
  height: 450px;
}

.grid_1-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 1.41rem;
  font-weight: 600;
  line-height: 1.3em;
}

.flex_horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-2.is-y-center.gap-xxsmall {
  justify-content: space-between;
}

.flex_horizontal-2.is-y-center.gap-xxsmall.menu-entry {
  border-bottom: 1px solid #dbdbdb;
}

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

.image_cover-2.beer {
  margin-top: 29px;
}

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

.section-4 {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.price-col {
  text-align: right;
  flex: none;
  width: 62px;
}

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

.image {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
}

.image.image_cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.image_cover-2.food {
  object-position: 100% 50%;
}

.container-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_6-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_6-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.card-2 {
  color: #162850;
  background-color: #fff;
  border: 1px solid #16285033;
  border-radius: 1rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph_small.margin-bottom_none {
  min-height: 0;
}

.grid_2-col-4 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.flex_vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-2.gap-xsmall {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.card_body-2 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.section-5 {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-5.is-secondary {
  background-color: #f3f4f6;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading_h2-2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 600;
  line-height: 1.04em;
}

.rich-text.paragraph_large {
  font-weight: 400;
}

.heading_h1-2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 5.65rem;
  font-weight: 600;
  line-height: 1.04em;
}

.heading_h4-2 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 1.41rem;
  font-weight: 600;
  line-height: 1.3em;
}

.eyebrow-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: .05rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.flex_horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-3.flex_vertical-3 {
  flex-direction: column;
}

.flex_horizontal-3.is-y-center.gap-xxsmall {
  justify-content: space-between;
}

.flex_horizontal-3.is-y-center.gap-xxsmall.menu-entry {
  border-bottom: 1px solid #dbdbdb;
}

.footer {
  color: #162850;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #fff;
  background-color: #162850;
  background-image: linear-gradient(291deg, #1f9dd9, #162850);
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.image_cover-3 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.image_cover-3.beer {
  margin-top: 29px;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #fff;
}

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

.div-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-2.images {
  justify-content: center;
  align-items: flex-end;
}

.section-6 {
  color: #162850;
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: clip;
}

.section-6.is-secondary {
  background-color: #f3f4f6;
}

.section-6.max-height_100vh_desktop.overflow_hidden.flex_horizontal-3.is-y-center {
  background-image: linear-gradient(115deg, #fff 2%, #1f9dd9 23% 77%, #fff);
}

.section-6.max-height_100vh_desktop.overflow_hidden.flex_horizontal-3.is-y-center.hero {
  background-image: linear-gradient(115deg, #fff 2%, #1f9dd9 13% 77%, #fff);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.section-6.is-accent-primary {
  color: #fff;
  background-color: #1f9dd9;
}

.rich-text-2.paragraph_large {
  font-weight: 400;
}

.logo-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.margin-bottom_none {
  align-items: flex-start;
}

.image-2 {
  object-fit: contain;
  border-radius: 1rem;
  width: 100%;
}

.image-2.image_cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2.image_cover-3.food {
  object-position: 100% 50%;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-3.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ratio_1x1 {
  aspect-ratio: 1;
}

.grid_6-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_6-col-2.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.div-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.position_sticky-2 {
  position: sticky;
  top: 0;
}

.position_sticky-2.is-top-section {
  top: 1.1rem;
}

.card-3 {
  color: #162850;
  background-color: #fff;
  border: 1px solid #16285033;
  border-radius: 1rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.card-3.on-secondary {
  color: #162850;
  background-color: #0000;
  background-image: none;
  border-color: #1628501a;
  box-shadow: 0 0 0 1px #16285033;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1f9dd9;
  background-image: none;
  border: 2px solid #0000;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #4fb5e6;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #1f9dd9;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #1f9dd9;
}

.button-3.on-accent-primary {
  box-shadow: none;
  color: #162850;
  background-color: #fff;
  background-image: none;
  flex: 0 auto;
}

.button-3.on-accent-primary:hover {
  box-shadow: none;
  background-color: #ffffffb3;
  border-color: #0000;
}

.button-3.on-accent-primary:active {
  box-shadow: none;
  background-color: #fff;
}

.button-3.is-inverse {
  color: #fff;
  background-color: #162850;
  border-width: 2px;
  border-color: #0000;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.button-3.is-inverse:hover {
  background-color: #4fb5e6;
  border-color: #0000;
}

.button-3.alternate-2 {
  color: #162850;
  background-color: #fff;
  border: 2px solid #162850;
}

.paragraph_small-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph_small-2.margin-bottom_none {
  min-height: 0;
}

.footer-image {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.footer-image.padding {
  padding: 4px;
}

.footer-image.p-2 {
  padding: 8px;
}

.footer-image.p-2.small {
  width: 100px;
  height: 100px;
}

.footer-image.p-4 {
  padding: 5px;
}

.footer-image.p-4.small {
  width: 100px;
  height: 100px;
}

.grid_2-col-5 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-5.tablet-1-col.gap-xxlarge {
  grid-column-gap: 1.3rem;
}

.grid_2-col-5.tablet-1-col.gap-xxlarge.hero-grid {
  grid-column-gap: 1.2rem;
  grid-template-columns: 1.5fr 1fr;
}

.grid_2-col-5.tablet-1-col.gap-small {
  grid-column-gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.grid_2-col-5.tablet-1-col.gap-large {
  grid-column-gap: 16px;
  grid-template-columns: .65fr 1fr;
  align-items: center;
}

.grid_2-col-5.gap-xxlarge {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid_2-col-5.gap-xxlarge.mobile-l-1-col {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-columns: minmax(0, 1fr);
}

.flex_vertical-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-3.gap-large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.flex_vertical-3.gap-xsmall {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}

.grid_3-col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col-2.is-y-center.gap-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-white {
  color: #f3f4f6;
}

.card_body-3 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card_body-3.ratio_3x2.cards-mobile {
  aspect-ratio: auto;
  background-color: #fff;
  height: auto;
}

.card_body-3.ratio_3x2.cards-mobile.pre-last {
  height: 450px;
}

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

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid_1-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_1-col-3.gap-medium.hero-image {
  padding-bottom: 43px;
}

.header-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.heading_h2-3 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 2.83rem;
  font-weight: 600;
  line-height: 1.04em;
}

.heading {
  font-family: Bricolage Grotesque, sans-serif;
}

.paragraph {
  line-height: 1.7;
}

.list {
  margin-top: 18px;
}

.body {
  line-height: 1.7;
}

.list-item {
  margin-bottom: 0;
}

.sticky-card {
  position: sticky;
  top: 0;
}

.sticky-card.is-top-section {
  top: 1.1rem;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 15px;
  display: flex;
}

.text-block {
  font-size: 15px;
}

@media screen and (min-width: 1440px) {
  .grid_2-col.tablet-1-col.gap-xxlarge.hero-grid {
    grid-template-columns: 2.25fr 1fr;
  }

  .grid_2-col-5.tablet-1-col.gap-xxlarge.hero-grid {
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .heading_h1 {
    font-size: 4.52rem;
  }

  .image_cover.ratio_3x2.mobile-hidden {
    display: none;
  }

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

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col.tablet-1-col.gap-xxlarge.hero-grid {
    grid-column-gap: 1.3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading_h2 {
    font-size: 2.26rem;
  }

  .eyebrow {
    font-size: .9rem;
  }

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

  .card.on-secondary.backdrop-filter_blur {
    background-color: #e6e6e6b8;
  }

  .grid_2-col-3.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .flex_vertical.gap-large {
    justify-content: flex-end;
    align-items: stretch;
  }

  .card_body {
    padding: 2rem;
  }

  .card_body.ratio_3x2.cards-mobile {
    aspect-ratio: auto;
  }

  .heading_h4 {
    font-size: 1.27rem;
  }

  .image_cover-2.ratio_3x2.wine, .image_cover-2.beer {
    height: 400px;
  }

  .ratio_2x3.beer-auto {
    aspect-ratio: auto;
  }

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

  .image.image_cover-2.food {
    height: 400px;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .grid_2-col-4.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .card_body-2 {
    padding: 2rem;
  }

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

  .heading_h2-2 {
    font-size: 2.26rem;
  }

  .heading_h1-2 {
    font-size: 4.52rem;
  }

  .heading_h4-2 {
    font-size: 1.27rem;
  }

  .eyebrow-2 {
    font-size: .9rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image_cover-3.ratio_3x2.wine {
    height: 400px;
  }

  .image_cover-3.ratio_3x2.mobile-hidden {
    display: none;
  }

  .image_cover-3.beer {
    height: 400px;
  }

  .ratio_2x3-2.beer-auto {
    aspect-ratio: auto;
  }

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

  .section-6.max-height_100vh_desktop.overflow_hidden.flex_horizontal-3.is-y-center {
    background-image: linear-gradient(115deg, #fff 14%, #1f9dd9 30% 77%, #fff);
  }

  .margin-bottom_none {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .image-2.image_cover-3.food {
    height: 400px;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .grid_6-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  }

  .card-3.on-secondary.backdrop-filter_blur {
    background-color: #e6e6e6b8;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .grid_2-col-5.tablet-1-col.gap-xxlarge.hero-grid {
    grid-column-gap: 1.3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid_2-col-5.tablet-1-col.gap-small {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-5.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid_2-col-5.tablet-1-col.gap-large {
    grid-template-columns: 1.25fr;
  }

  .grid_2-col-5.gap-xxlarge.mobile-l-1-col {
    grid-column-gap: 3.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .flex_vertical-3.gap-large {
    justify-content: flex-end;
    align-items: stretch;
  }

  .grid_3-col-2.is-y-center.gap-small {
    grid-template-columns: 1fr 1fr;
  }

  .card_body-3 {
    padding: 2rem;
  }

  .card_body-3.ratio_3x2.cards-mobile {
    aspect-ratio: auto;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #ffffff30;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .heading_h2-3 {
    font-size: 2.26rem;
  }
}

@media screen and (max-width: 767px) {
  .heading_h1 {
    font-size: 3.62rem;
  }

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

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_1-col.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header {
    margin-bottom: 2rem;
  }

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

  .header-2 {
    margin-bottom: 2rem;
  }

  .grid_2-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-2.gap-xxlarge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .heading_h2 {
    font-size: 1.81rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

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

  .grid_2-col-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .flex_vertical.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card_body {
    padding: 1.5rem;
  }

  .heading_h4 {
    font-size: 1.15rem;
  }

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

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .grid_2-col-4 {
    grid-template-columns: minmax(0, 1fr);
  }

  .card_body-2 {
    padding: 1.5rem;
  }

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

  .heading_h2-2 {
    font-size: 1.81rem;
  }

  .heading_h1-2 {
    font-size: 3.62rem;
  }

  .heading_h4-2 {
    font-size: 1.15rem;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

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

  .section-6.max-height_100vh_desktop.overflow_hidden.flex_horizontal-3.is-y-center.hero {
    background-image: linear-gradient(115deg, #fff 15%, #1f9dd9 43% 77%, #fff);
  }

  .button-group-2 {
    flex-flow: wrap;
    align-items: stretch;
  }

  .header-3 {
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 2rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .grid_6-col-2 {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .button-3.on-accent-primary.hero-button, .button-3.is-inverse {
    flex: 1;
  }

  .button-3.bottom {
    flex: 1;
    justify-content: center;
    align-items: stretch;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .grid_2-col-5 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-5.tablet-1-col.gap-xxlarge.hero-grid {
    grid-row-gap: 0rem;
  }

  .grid_2-col-5.gap-xxlarge, .flex_vertical-3.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_3-col-2 {
    grid-template-columns: 1fr;
  }

  .grid_3-col-2.is-y-center.gap-small {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .card_body-3.ratio_3x2.cards-mobile {
    background-image: none;
  }

  .card_body-3.ratio_3x2.cards-mobile.pre-last, .card_body-3.ratio_3x2.cards-mobile.first {
    height: auto;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_bottom.bottom {
    margin-top: 25px;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_1-col-3.gap-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_1-col-3.gap-medium.hero-image {
    padding-bottom: 14px;
  }

  .header-4 {
    margin-bottom: 2rem;
  }

  .header-4.margin-bottom_none {
    align-items: stretch;
  }

  .heading_h2-3 {
    font-size: 1.81rem;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  .heading_h1 {
    font-size: 2.89rem;
  }

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button {
    white-space: nowrap;
  }

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

  .logo {
    color: inherit;
  }

  .button-2 {
    white-space: nowrap;
  }

  .heading_h2 {
    font-size: 1.45rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

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

  .card_body {
    padding: 1.5rem;
  }

  .heading_h4 {
    font-size: 1.03rem;
  }

  .image_cover-2.ratio_3x2.wine, .image_cover-2.beer {
    height: 300px;
  }

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

  .image.image_cover-2.food {
    object-position: 100% 100%;
    height: 300px;
  }

  .grid_6-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

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

  .heading_h2-2 {
    font-size: 1.45rem;
  }

  .heading_h1-2 {
    font-size: 2.89rem;
  }

  .heading_h4-2 {
    font-size: 1.03rem;
  }

  .eyebrow-2 {
    margin-bottom: -.85rem;
    font-size: .8rem;
  }

  .image_cover-3.ratio_3x2.wine, .image_cover-3.beer {
    height: 300px;
  }

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

  .section-6.max-height_100vh_desktop.overflow_hidden.flex_horizontal-3.is-y-center.hero {
    background-image: linear-gradient(115deg, #fff 6%, #1f9dd9 43% 77%, #fff);
    padding-top: 2.1rem;
  }

  .logo-2 {
    color: inherit;
  }

  .margin-bottom_none {
    align-items: stretch;
  }

  .image-2.image_cover-3.food {
    object-position: 100% 100%;
    height: 300px;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .grid_6-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .button-3 {
    white-space: nowrap;
  }

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .footer-image.padding, .footer-image.p-2.small, .footer-image.p-4.small {
    aspect-ratio: 1;
  }

  .grid_3-col-2.is-y-center.gap-small {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .card_body-3.ratio_3x2.cards-mobile {
    height: 550px;
  }

  .card_body-3.ratio_3x2.cards-mobile.last-card {
    background-image: url('../images/kiwanis_don_logo_2025.png'), linear-gradient(#0000, #0000);
    background-position: 90% 90%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 50%, auto;
    background-attachment: scroll, scroll;
  }

  .card_body-3.ratio_3x2.cards-mobile.third {
    height: auto;
  }

  .grid_1-col-3.gap-medium.hero-image {
    padding-bottom: 5px;
  }

  .header-4.margin-bottom_none {
    align-items: stretch;
  }

  .heading_h2-3 {
    font-size: 1.45rem;
  }
}

#w-node-eda62f94-289f-72ab-36ec-c507111dd6eb-111dd6e8.w-node-c114dbf5-40e7-6fd4-921a-6619658eb164-7aeb050e {
  align-self: center;
}

#w-node-c114dbf5-40e7-6fd4-921a-6619658eb17c-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c114dbf5-40e7-6fd4-921a-6619658eb189-7aeb050e, #w-node-_9fb72b6c-b327-09a3-2d89-3f99db56a0dc-7aeb050e, #w-node-_6abd1937-bac5-c39c-f59d-32fca043df06-7aeb050e, #w-node-_5d160915-bac5-f4a5-602a-9620675f8cbb-7aeb050e, #w-node-_48a66b8b-53fc-a350-1e8f-779452733288-7aeb050e, #w-node-_5fc5d4b5-fc9b-19d6-6236-fa8c3b62835c-7aeb050e, #w-node-_6e9550fa-3102-1b68-8319-8b2093ffaca7-7aeb050e, #w-node-_6ef91353-e521-8461-e356-762e7e869a71-7aeb050e, #w-node-ce8c32a8-55a3-0cdf-3ea0-e316dbdaec5e-7aeb050e, #w-node-_74965743-778b-4cc0-b5d7-72141292fecc-7aeb050e, #w-node-f74bcf42-5d5b-2c00-6d85-d78dbe2cf584-7aeb050e, #w-node-_1bb4686d-6628-59d1-559f-efbbcdb4dbc4-7aeb050e, #w-node-_7514e7d7-8722-69c8-906d-8faa85359811-7aeb050e, #w-node-_438a4095-fc19-8ee7-552f-3c93613c245e-7aeb050e, #w-node-_6831fa8d-28a8-e7d9-15ed-9b64971c9055-7aeb050e, #w-node-eec99f30-5cd9-8f38-6b2f-3f25da83e124-7aeb050e, #w-node-ab0dbc5c-e1fb-03b9-56a8-1ead9abf92d5-7aeb050e, #w-node-_7f83c2d7-f9bc-f27a-f3f7-99bf762ecbf7-7aeb050e, #w-node-_490223c5-66ce-ecb2-c838-abea008fa91d-7aeb050e, #w-node-b0312585-15ad-716b-c56c-25b3cb15bd75-7aeb050e, #w-node-c24ad0f1-0d49-47e8-1698-6c71abf9b0b9-7aeb050e, #w-node-_904006a7-69c8-5738-ddf3-c7b891f7a727-7aeb050e, #w-node-_19eb7552-daca-6eb1-c5e5-d30ae565364a-7aeb050e, #w-node-fa5ce82e-f8f0-1a0f-dbfc-2de1a6b33085-7aeb050e {
  place-self: center;
}

#w-node-_636154fb-2dbf-f6d3-7966-9d9b7add6e48-7add6e45.w-node-_6e574adf-cf47-63db-8496-1ef76f3d149c-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3a98-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b1-7aeb050e {
  align-self: start;
}

#w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3a9e-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b4-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617bc-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb224-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617bd-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb225-7aeb050e {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617c1-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb228-7aeb050e, #w-node-c566b793-7ed4-f098-3301-ccfdd3a617c7-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb22c-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617d9-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb28d-7aeb050e {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-e1d6f978-b400-4ad5-acf8-8869285ac4d3-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb291-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617f5-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb2aa-7aeb050e {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-c566b793-7ed4-f098-3301-ccfdd3a617c7-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb2b0-7aeb050e, #w-node-b0eacd5b-4be0-7f88-e26f-5aafc5d9bc99-c5d9bc94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb330-7aeb050e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eda62f94-289f-72ab-36ec-c507111dd6eb-111dd6e8.w-node-c114dbf5-40e7-6fd4-921a-6619658eb164-7aeb050e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c114dbf5-40e7-6fd4-921a-6619658eb17b-7aeb050e {
    order: -9999;
  }

  #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3a98-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b1-7aeb050e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3a9e-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b4-7aeb050e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3a9f-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b5-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aa0-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b6-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aa1-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b7-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aa2-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1b8-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aad-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1c7-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aae-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1c8-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aaf-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1c9-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3aba-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1db-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3abb-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1dc-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3abc-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1dd-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac7-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1f5-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac8-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1f6-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac9-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb1f7-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac7-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb206-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac8-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb207-7aeb050e, #w-node-_8216f24c-ca98-1bad-e2f4-a1fdd7ca3ac9-d7ca3a94.w-node-c114dbf5-40e7-6fd4-921a-6619658eb208-7aeb050e {
    order: -9999;
  }

  #w-node-c566b793-7ed4-f098-3301-ccfdd3a617bd-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb225-7aeb050e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c566b793-7ed4-f098-3301-ccfdd3a617d9-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb28d-7aeb050e {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c114dbf5-40e7-6fd4-921a-6619658eb290-7aeb050e {
    order: 9999;
  }

  #w-node-c566b793-7ed4-f098-3301-ccfdd3a617f5-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb2aa-7aeb050e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c566b793-7ed4-f098-3301-ccfdd3a617f5-d3a617ba.w-node-c114dbf5-40e7-6fd4-921a-6619658eb2aa-7aeb050e {
    grid-column: span 2 / span 2;
  }
}


