.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #fff;
  font-family: Opensans Variablefont Wdth Wght, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1rem;
}

.sectionheader {
  height: 10vh;
}

.containerheader {
  height: 10vh;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block {
  height: auto;
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: .8rem;
}

.text-span {
  font-weight: 600;
  display: block;
}

.claim {
  height: auto;
  text-transform: none;
  mix-blend-mode: screen;
  flex: 0 auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 3rem;
  line-height: 3.3rem;
}

.container {
  height: 30vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
}

.cell {
  text-align: center;
  align-items: stretch;
}

.text-span-copy {
  mix-blend-mode: screen;
  font-weight: 600;
  display: block;
}

.sectionclaim {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.containercontent {
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-subline {
  letter-spacing: .05rem;
  text-transform: uppercase;
  flex: 0 auto;
  margin: auto auto auto 0;
  font-size: .8rem;
  display: block;
}

.quick-stack {
  width: 100%;
  padding-left: 0;
}

.quick-stack-2, .quick-stack-3 {
  padding-left: 0;
}

.text-block-2 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .8rem;
}

.text-span-2 {
  font-weight: 600;
}

.heading {
  mix-blend-mode: normal;
}

.fsx-h1 {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.text-block-3, .cell-2 {
  text-align: center;
}

.text-block-4, .text-block-5 {
  text-align: left;
}

.section {
  background-color: #ecebe8;
}

.sectionfooter {
  height: 50vh;
  background-color: #ecebe8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.containerfooter {
  height: 50vh;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-span-3 {
  line-height: 2rem;
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_0077ceba-1df3-be98-e79f-2b87c5ede4b8-3e61c71f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_33b132aa-fb6c-5173-4832-103681208583-3e61c71f, #w-node-bc9f4ed1-5b6e-824d-606c-f2cf95bbb958-3e61c71f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_0077ceba-1df3-be98-e79f-2b87c5ede4b8-3e61c71f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}