:root {
  --red: #b42c27;
  --black: #000;
  --dark-mauve: #ba99a2;
  --color: white;
  --misty-rose: #f4d4d0;
  --color-1: #e6e2f1;
  --color-2: #ddcad1;
  --white: white;
  --light-salmon: #f9b399;
  --sienna: #aa3601;
  --misty-rose-2: #f2cecb;
  --cornflower-blue: #5a7ba3;
  --cadet-blue-3: #459aa2;
  --floral-white: #faf6eb;
  --dark-slate-blue: #134280;
  --floral-white-2: rgba(250, 246, 235, .63);
  --background: #faf0eb;
  --peach-puff: #e8c9af;
  --cadet-blue: rgba(69, 154, 162, .8);
  --cadet-blue-2: #459aa2;
  --cadet-blue-4: rgba(72, 153, 159, .8);
  --cadet-blue-5: #48999f;
  --light-cyan: #cbe1e3;
  --green: rgba(200, 217, 205, .89);
  --yellow: #fbb040;
  --background-text: rgba(251, 232, 204, .63);
  --light-purple: #bc98a1;
  --blue--purple: #e6e2f1;
}

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

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

li {
  color: var(--black);
  padding-bottom: 5px;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.body {
  background-color: rgba(127, 178, 166, 0);
  background-image: url('../images/37129_May-explainer-2024_bkgd---Kristyn-Reid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  font-size: 1vw;
  display: block;
}

.section {
  z-index: auto;
  background-color: rgba(250, 246, 235, .63);
  background-image: none;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.section.is--hero {
  background-color: rgba(0, 0, 0, 0);
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.section.one {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.two {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.three, .section.four, .section.five {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  background-color: var(--dark-mauve);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2.22em;
  display: flex;
  position: relative;
}

.logo-block {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.hero-subtitle {
  border-left: 2px solid var(--color);
  color: var(--color);
  letter-spacing: .6em;
  text-transform: lowercase;
  align-items: center;
  height: 3.89em;
  margin-left: 2.22em;
  padding-left: 2.22em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.11;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.hero-heading-h1 {
  color: var(--misty-rose);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 3.9rem;
  line-height: 1.2;
}

.hero-heading-h2 {
  color: var(--color);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

.hero-paragraph {
  color: var(--color);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.container {
  background-color: rgba(251, 232, 204, 0);
  background-image: linear-gradient(119deg, var(--color-1) 26%, var(--color-2) 86%);
  object-fit: fill;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin-bottom: 10em;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2em;
  font-family: Bentonsans, sans-serif;
  display: flex;
}

.container.is--hero {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 5em auto;
  padding: .76em;
  position: relative;
  overflow: hidden;
}

.container.no_bg {
  background-color: rgba(0, 0, 0, 0);
}

.container.border {
  background-color: rgba(251, 232, 204, 0);
  background-image: linear-gradient(119deg, var(--color-1) 26%, var(--color-2) 86%);
  border-left: 10px rgba(0, 0, 0, 0);
  border-radius: 0;
}

.grid {
  grid-template-rows: auto;
}

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

.grid.item_two, .grid.item_three {
  grid-template-columns: 1fr 1fr;
}

.text-container {
  background-color: #e5b3a1;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.text-container._2col {
  column-count: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
  column-gap: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  display: block;
}

.text-container._2col._3col {
  column-count: auto;
  margin-top: 10px;
}

.text-container.dark_bg {
  background-color: var(--dark-mauve);
  border-radius: 0;
}

.text-container.light {
  background-color: var(--dark-mauve);
  opacity: 1;
  border-radius: 0;
}

.content-heading-h1 {
  color: var(--red);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: .5em;
  padding-left: 0;
  font-size: 2.64em;
  line-height: 1.16;
  transition: opacity .2s;
}

.content-heading-h1.custom {
  border-bottom: 5px solid var(--white);
  color: var(--light-salmon);
  padding-top: 0;
  padding-bottom: .5rem;
  padding-left: 0;
}

.content-heading-h1.custom._1 {
  border-bottom-style: none;
  border-bottom-color: var(--sienna);
  color: var(--misty-rose-2);
  align-self: flex-start;
}

.content-heading-h1.custom._2 {
  color: var(--color);
  border-bottom-style: none;
  align-self: flex-start;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.content-paragraph {
  text-indent: 10px;
  margin-bottom: 0;
  font-size: .97em;
  line-height: 1.43;
}

.content-paragraph._2col {
  color: #333;
  text-indent: 0;
  margin-bottom: 1rem;
  font-family: Bentonsans book, sans-serif;
  font-size: 18px;
}

.content-paragraph.custom {
  color: var(--color);
  text-indent: 0;
  margin-top: 1rem;
  padding-top: 0;
  font-family: Bentonsans book, sans-serif;
  font-size: 18px;
}

.author-pdf-social-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--cornflower-blue);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1rem;
  display: flex;
}

.author {
  color: var(--cornflower-blue);
  align-self: flex-start;
  height: 32px;
  margin-bottom: 0;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.social-pdf {
  align-items: flex-start;
  height: auto;
  display: flex;
}

.html-embed {
  width: auto;
  height: 30px;
}

.link-block {
  border: 1.5px solid var(--cornflower-blue);
  background-color: var(--cornflower-blue);
  color: var(--white);
  border-radius: 4px;
  width: auto;
  height: 32px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 2rem;
  padding: .4rem 1rem .2rem;
  font-size: 14px;
  font-weight: 700;
}

.link-block-2 {
  align-items: flex-start;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.icon {
  color: var(--sienna);
  width: 1rem;
  margin-right: .5rem;
}

.link {
  color: var(--white);
  border: 1px #000;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
  text-decoration: none;
}

.heading {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: auto;
  padding-bottom: .5rem;
  display: flex;
}

.list-item {
  color: var(--color);
  padding-bottom: 5px;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.list {
  color: var(--cadet-blue-3);
  padding-left: 15px;
}

.image-4 {
  align-self: center;
  width: 25%;
  height: auto;
}

.sponsor_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-end;
  align-items: flex-start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.image-5 {
  align-self: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
}

.back {
  border: 1px solid var(--cornflower-blue);
  background-color: var(--cornflower-blue);
  color: var(--color);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.image-1 {
  width: 100%;
}

.image-1.image {
  float: right;
  background-color: rgba(0, 0, 0, .02);
}

.round-loope {
  border: 1px solid var(--white);
  border-radius: 100%;
  display: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.image-2 {
  padding: 1rem;
}

.image-2.image {
  background-color: rgba(0, 0, 0, .02);
  width: 100%;
}

.image_3.image {
  background-color: rgba(0, 0, 0, .02);
}

.image.image_4, .image.image-5 {
  background-color: rgba(0, 0, 0, .02);
  width: 100%;
  height: auto;
}

.bold-text, .bold-text-2 {
  color: var(--color);
}

.bold-text-3, .link-2, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--cornflower-blue);
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: var(--color);
}

@media screen and (min-width: 1280px) {
  .container.is--hero {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 1440px) {
  .text-container._2col {
    background-color: rgba(0, 0, 0, 0);
  }

  .content-heading-h1 {
    padding-bottom: .5em;
  }

  .content-heading-h1.custom {
    color: var(--white);
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .content-heading-h1.custom._1 {
    border-bottom-style: none;
    font-size: 2.5rem;
  }

  .content-heading-h1.custom._2 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Bentonsans, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .content-paragraph.custom {
    margin-top: 1rem;
    padding-top: .5em;
  }

  .heading {
    background-color: rgba(0, 0, 0, 0);
  }

  .list-item {
    color: var(--color);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: Bentonsans, sans-serif;
    font-size: 16px;
    line-height: 1.3;
  }

  .list {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    width: 100%;
  }

  .content-heading-h1.custom._1 {
    border-bottom-style: none;
  }

  .list-item {
    color: var(--color);
    font-family: Bentonsans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-size: cover;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
  }

  .text-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .hero-heading-h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .5em;
    font-size: 3.5rem;
  }

  .hero-heading-h2 {
    padding-bottom: .5em;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.is--hero {
    height: 100%;
  }

  .text-container._2col._3col {
    column-count: auto;
  }

  .text-container.dark_bg, .text-container.light {
    padding: 1.5rem;
  }

  .content-heading-h1, .content-heading-h1.custom._2 {
    font-size: 1.6rem;
  }

  .content-paragraph {
    font-size: 1.3em;
  }

  .content-paragraph._2col {
    white-space: break-spaces;
    font-size: 16px;
  }

  .content-paragraph.custom {
    font-size: 16px;
  }

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .social-pdf {
    width: 100%;
  }

  .heading {
    padding-top: .5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .logo-block {
    margin-bottom: 2em;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .text-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 1em;
  }

  .hero-heading-h1 {
    font-size: 55px;
  }

  .hero-heading-h2 {
    font-size: 25px;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .5em;
    font-family: Bentonsans, sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }

  .container.is--hero {
    height: 100%;
  }

  .grid.item_one, .grid.item_two, .grid.item_three {
    grid-template-columns: 1fr;
  }

  .text-container._2col, .text-container._2col._3col {
    column-count: 1;
  }

  .text-container.dark_bg, .text-container.light {
    padding: 1.5rem;
  }

  .content-heading-h1 {
    font-size: 25px;
  }

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

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .sponsor_box {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .back_to_top {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-subtitle {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    margin-left: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .text-wrapper {
    margin-top: 1rem;
  }

  .hero-heading-h1 {
    font-size: 50px;
  }

  .hero-heading-h2 {
    margin-bottom: .5rem;
    font-size: 24px;
  }

  .hero-paragraph {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.3;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--hero {
    height: 100%;
  }

  .container.no_bg {
    flex-direction: row;
  }

  .container.border {
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid.item_one, .grid.item_two, .grid.item_three {
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-container._2col {
    column-count: auto;
  }

  .text-container.dark_bg {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-container.light {
    white-space: normal;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .content-heading-h1 {
    margin-top: .5em;
    font-size: 24px;
  }

  .content-heading-h1.custom._1 {
    text-align: center;
    width: 100%;
  }

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

  .content-paragraph._2col {
    column-count: auto;
    font-family: Bentonsans, sans-serif;
  }

  .content-paragraph.custom {
    color: var(--color);
    align-self: auto;
    width: auto;
    font-family: Bentonsans, sans-serif;
  }

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .author {
    width: 100%;
    height: auto;
    line-height: 1.3;
  }

  .social-pdf {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .list-item {
    white-space: normal;
    object-fit: fill;
    flex-direction: column;
    display: block;
  }

  .list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    list-style-type: decimal;
  }

  .image-4 {
    align-self: flex-start;
    width: 70%;
    padding-bottom: .5rem;
  }

  .sponsor_box {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bold-text-2 {
    font-size: 35px;
  }
}

#w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_031960d1-3f09-985d-599f-eb1df5110c17-2b6df499 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6bfec44e-abba-80f7-a845-e5c0374f9943-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_74dd44d1-df25-7696-9d5b-d8bc14a6c7ed-2b6df499 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1fb07692-ab74-f94f-cafd-504bea9f8a44-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-2b6df499 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-2b6df499 {
  grid-area: 2 / 1 / 3 / 3;
  justify-self: start;
}

#w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ec026df3-8d3e-90f6-8b93-95773736347d-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-2b6df499 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f8ddaeea-c049-b502-90b3-a35986c33524-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-_5af16592-aa45-2169-628d-5947ca075fc4-2b6df499 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-2b6df499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-2b6df499 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: start;
}

#w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-2b6df499 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-2b6df499 {
    grid-column-end: 3;
  }

  #w-node-_031960d1-3f09-985d-599f-eb1df5110c17-2b6df499 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_74dd44d1-df25-7696-9d5b-d8bc14a6c7ed-2b6df499 {
    grid-column-end: 3;
  }

  #w-node-_1fb07692-ab74-f94f-cafd-504bea9f8a44-2b6df499 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-2b6df499 {
    grid-row: 2 / 3;
  }

  #w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-2b6df499 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-2b6df499 {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-2b6df499 {
    grid-column-start: 1;
  }

  #w-node-f8ddaeea-c049-b502-90b3-a35986c33524-2b6df499 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-2b6df499 {
    grid-row: 3 / 4;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-2b6df499 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-2b6df499, #w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-2b6df499, #w-node-_031960d1-3f09-985d-599f-eb1df5110c17-2b6df499, #w-node-_6bfec44e-abba-80f7-a845-e5c0374f9943-2b6df499, #w-node-_74dd44d1-df25-7696-9d5b-d8bc14a6c7ed-2b6df499, #w-node-_1fb07692-ab74-f94f-cafd-504bea9f8a44-2b6df499, #w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-2b6df499, #w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-2b6df499, #w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-2b6df499, #w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-2b6df499, #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-2b6df499, #w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-2b6df499, #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-2b6df499, #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-2b6df499, #w-node-f8ddaeea-c049-b502-90b3-a35986c33524-2b6df499 {
    grid-column-start: 1;
  }

  #w-node-_5af16592-aa45-2169-628d-5947ca075fc4-2b6df499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-2b6df499 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-2b6df499 {
    grid-row: 3 / 4;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-2b6df499 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5af16592-aa45-2169-628d-5947ca075fc4-2b6df499 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-2b6df499 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-2b6df499 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-2b6df499 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans book';
  src: url('../fonts/BentonSans-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}