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

body {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #000;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.6;
}

a {
  color: #00a8c5;
  text-decoration: underline;
}

.nav-link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
}

.header-background {
  height: auto;
  min-height: 500px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  margin-bottom: 50px;
  padding-bottom: 70px;
  display: flex;
}

.headline-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 3px;
  align-self: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
}

.subhead {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.brand-link {
  max-height: 80px;
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
}

.body-container {
  padding-top: 0;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.site-navigation {
  padding-top: 20px;
}

.heading {
  margin-bottom: 8px;
  font-size: 52px;
  line-height: 1.2;
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
}

.support-top-details-text {
  text-transform: uppercase;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.meet-the-owners-left {
  width: 45%;
  height: 80%;
  background-image: url('../images/Webp.net-compress-image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.support-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.footer-2 {
  background-color: #0fbead;
  padding-top: 10px;
  padding-bottom: 10px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-bottom: 0;
  font-size: 12px;
}

.menu-wrapper {
  z-index: 900;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-heading {
  width: 100%;
  color: #f9f9f9;
  text-align: center;
  font-size: 62px;
  line-height: 1.2;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 0;
}

.hero-paragraph {
  width: 80%;
  color: #f9f9f9;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 18px;
}

.support-square-number {
  color: #f9f9f9;
  font-size: 114px;
  font-weight: 700;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.navbar-2 {
  background-color: #0fbead;
  padding-top: 20px;
  padding-bottom: 20px;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-logo-column {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.hero-wrapper {
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.support-top-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.support-column {
  width: 45%;
  min-height: 200px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.support-square {
  min-height: 145px;
  background-color: #0fbead;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meet-the-owners-right {
  width: 70%;
  color: #f9f9f9;
  background-color: #ffe586;
  background-image: linear-gradient(135deg, #ffe586, #ffda7c);
  border-radius: 20px;
  padding: 90px 55px 90px 245px;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 105px;
}

.nav-link-2 {
  color: #f9f9f9;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  transition: all .3s;
}

.nav-link-2:hover {
  background-color: #222;
  background-image: none;
}

.nav-link-2.w--current {
  color: #f9f9f9;
}

.hero-section {
  min-height: 550px;
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url('../images/Webp.net-compress-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.support-square-image {
  position: absolute;
  top: auto;
  bottom: -29%;
  left: auto;
  right: -18%;
}

.support-square-image.triangle {
  bottom: -14%;
  right: -14%;
}

.support-square-image.rec {
  bottom: -37%;
  right: -17%;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-section.gray {
  background-color: #f4f7fc;
}

.support-section.hide {
  display: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-wrap-2 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #f9f9f9;
  background-image: linear-gradient(rgba(34, 34, 34, .42), #222), url('../images/Webp.net-compress-image-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content-2 {
  width: 360px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.quick-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  align-items: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .navbar {
    padding-top: 0;
  }

  .header-background {
    height: auto;
    min-height: 400px;
    padding-bottom: 50px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #222;
    border-radius: 5px;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .nav-menu-2 {
    width: 100vw;
    background-color: #eb5757;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .hero-heading, .hero-paragraph {
    width: 100%;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .nav-link-2 {
    text-align: center;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0;
  }

  .header-background {
    height: auto;
    padding-bottom: 40px;
  }

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

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 24px;
    line-height: 1.2;
  }

  .body-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 40px;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-left {
    width: 100%;
    height: 200px;
    background-position: 50%;
    border-radius: 0;
    position: static;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .small.footer-small {
    margin-top: 12px;
  }

  .hero-heading {
    width: 100%;
    font-size: 50px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-square-text {
    font-size: 40px;
  }

  .footer-logo-column {
    flex-wrap: wrap;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .meet-the-owners-right {
    width: 100%;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .support-square-image, .support-square-image.triangle, .support-square-image.rec {
    right: 15%;
  }

  .support-section {
    padding-bottom: 0;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4, h5 {
    line-height: 1.4;
  }

  .nav-link {
    color: #fff;
    background-color: #000;
  }

  .header-background {
    height: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .headline-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .heading {
    font-size: 36px;
  }

  .small.footer-small {
    text-align: left;
    margin-top: 12px;
  }

  .hero-heading {
    font-size: 45px;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 14px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .support-square-text {
    font-size: 30px;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .hero-wrapper {
    justify-content: center;
    padding-bottom: 0;
  }

  .support-square {
    min-height: 110px;
  }

  .brand {
    width: 100px;
  }

  .brand.w--current {
    width: auto;
  }

  .support-square-image {
    bottom: -56%;
    right: -13%;
  }

  .support-square-image.triangle {
    bottom: -35%;
    right: 0%;
  }

  .support-square-image.rec {
    bottom: -70%;
    right: -10%;
  }

  .utility-page-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_0334638f-f877-499a-f7b1-7ed3c1db3434-d1be133c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0334638f-f877-499a-f7b1-7ed3c1db3435-d1be133c, #w-node-_0334638f-f877-499a-f7b1-7ed3c1db3436-d1be133c, #w-node-_784f9e41-f812-72ed-aeb8-fd64e40625ea-d1be133c, #w-node-f756c8af-bac9-f20e-ee37-8dc5d3b70690-d1be133c, #w-node-bbba3b12-690c-3cbb-d1f9-411cd5bc5ad4-d1be133c, #w-node-_409cb366-c799-3512-db51-4b953086a296-d1be133c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27731eda-7516-ab56-f78c-70f3dd713e46-d1be133c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_27731eda-7516-ab56-f78c-70f3dd713e47-d1be133c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27731eda-7516-ab56-f78c-70f3dd713e49-d1be133c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_27731eda-7516-ab56-f78c-70f3dd713e4d-d1be133c, #w-node-_27731eda-7516-ab56-f78c-70f3dd713e4f-d1be133c, #w-node-_27731eda-7516-ab56-f78c-70f3dd713e51-d1be133c, #w-node-_85d69306-357c-0a44-e71e-003250317244-d1be133c, #w-node-_3b337aa5-5499-120e-cc42-419141111544-d1be133c, #w-node-_70611bc6-42a8-273e-d76f-fd6ac0137065-d1be133c, #w-node-_1c2dcb3c-1b9d-7ce5-c362-c5f48309b8c9-d1be133c, #w-node-_86a984d4-96e3-fbdc-d6e0-c237d2d1521f-d1be133c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


