.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Monifa-headshot.2024---Edited.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  box-shadow: 0 1px 3px #000;
}

.brand {
  display: none;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.navbar {
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlinks {
  color: #a89139;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  width: 119px;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 5px 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
}

.navlinks.w--current {
  color: #a89139;
  text-decoration: underline;
}

.navlinks.dropdown {
  text-align: left;
  width: auto;
  font-size: 16px;
}

.image {
  width: auto;
  height: 56px;
}

.link-block {
  flex-flow: column;
  padding-top: 2px;
}

.brand-2 {
  margin-left: 10px;
  display: none;
}

.navbar-2 {
  background-color: #fff0;
}

.image-2 {
  height: 80px;
}

.div-block {
  background-color: #a89139;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #000;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.div-block-2 {
  margin-top: 200px;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-2 {
  color: #a89139;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.heading-2.gold {
  color: #a89139;
  text-align: center;
}

.heading-2.gold.about-us {
  text-align: left;
  font-size: 26px;
  line-height: 32px;
}

.heading-2.gold.about-us.tealblue {
  color: #225366;
}

.heading-2.gold.about-us.center {
  text-align: center;
  margin-bottom: 10px;
}

.heading-2.gold.about-us.center.white, .heading-2.gold.about-us.white {
  color: #fff;
}

.heading {
  color: #fff;
  text-shadow: 0 1px 6px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.button {
  background-color: #456e7f;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  margin-top: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.button.books {
  text-align: center;
  background-color: #225366;
  border-radius: 0;
  width: 175px;
  margin: 10px auto 20px;
}

.button.books.sub {
  background-color: #a89139;
  width: 200px;
}

.button.books.sub.crave {
  margin-left: 0;
  margin-right: 0;
}

.button.bigger-impact {
  text-align: center;
  width: 215px;
}

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

.image-3 {
  height: 56px;
  margin-top: 2px;
}

.image-4 {
  height: 150px;
}

.italic-text {
  text-shadow: 0 1px 1px #000;
  font-style: normal;
  font-weight: 400;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.paragraph-2._900w {
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.bold-text {
  font-size: 22px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 200px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #46a8e4;
  margin-top: 10px;
  margin-bottom: 0;
}

.link {
  color: #46a8e4;
  font-weight: 700;
}

.section-3 {
  background-color: #e7e7e7;
  padding: 60px 10px 30px;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-2.sub_2 {
  grid-template-columns: 1fr 1fr;
  max-width: 700px;
  margin-top: 10px;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.button-2 {
  text-align: center;
  background-color: #a89139;
  border-radius: 0;
  width: 140px;
  font-weight: 700;
}

.button-2.sub_1 {
  width: 225px;
}

.button-2.learn-more {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: block;
}

.button-3 {
  text-align: center;
  width: 140px;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  max-width: 600px;
  margin: 10px auto;
  padding-left: 10px;
  padding-right: 10px;
}

.code-embed {
  height: 230px;
}

.section-4 {
  padding: 60px 10px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3.bookspage {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1000px;
}

.paragraph-7 {
  color: #225366;
  text-align: center;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  line-height: 40px;
}

.paragraph-7.sub {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.paragraph-7.sub.gold {
  color: #a89139;
}

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

.section-webdesigner {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  height: 20px;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  position: static;
  inset: auto 0% 0%;
}

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

.paragraph-9 {
  color: #fff;
  text-align: center;
  background-color: #031620;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.image-6 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-links {
  color: #225366;
  font-size: 15px;
}

.image-7, .image-8, .image-9 {
  width: 30px;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-6 {
  color: #fff;
  background-color: #225366;
  padding: 40px 10px;
}

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

.bold-text-2 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.code-embed---subscribe {
  max-width: 800px;
  height: 215px;
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-color: #a89139;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.paragraph-11 {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.image-10 {
  width: 170px;
  margin-bottom: 10px;
}

.background-video {
  background-image: linear-gradient(#0006, #0006);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  padding: 60px 10px;
  display: flex;
}

.paragraph-13 {
  color: #a89139;
  text-align: center;
  text-shadow: 0 2px 1px #0006;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  line-height: 36px;
}

.image-11 {
  width: 200px;
}

.paragraph-14 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  max-width: 600px;
}

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

.section-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-16 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.bold-text-3 {
  color: #225366;
}

.image-12, .image-13, .image-14, .image-15, .image-16 {
  width: 300px;
}

.grid-6 {
  grid-template-rows: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6.lower {
  margin-top: 10px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.section-9 {
  background-color: #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-17 {
  color: #000;
  text-align: center;
}

.paragraph-18 {
  text-align: center;
  font-weight: 700;
}

.code-embed-partners {
  height: 80px;
}

.paragraph-19 {
  color: #000;
  text-align: center;
  margin-top: 100px;
}

.paragraph-19.bookspage {
  margin-top: 0;
}

.code-embed-reviews {
  height: 310px;
}

.bold-text-4 {
  color: #225366;
  font-size: 24px;
}

.section-10 {
  background-color: #225366;
}

.section-11 {
  padding-top: 15px;
}

.section-12 {
  justify-content: center;
  align-items: flex-start;
  padding: 60px 10px;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  max-width: 1300px;
}

.code-embed-2 {
  max-width: 700px;
  height: 710px;
  margin-left: auto;
  margin-right: auto;
}

.section-13 {
  background-image: url('../images/MonifaFoodtown.Healthy-Motivator-Bootcamp.jpg');
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.section-13.monifa-maat {
  background-image: url('../images/taiwan-4959461_1920.jpg');
  background-position: 50%;
}

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

.title-header-2 {
  color: #225366;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-38 {
  color: #225366;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-link {
  color: #225366;
  border-bottom: 1px solid #56697e52;
  font-weight: 700;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.image-17 {
  width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  width: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 20px;
}

.bold-text-5 {
  font-size: 26px;
}

.icon-2 {
  display: none;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #225366;
  width: auto;
}

.paragraph-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.image-19 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-6 {
  font-size: 22px;
}

.section-14 {
  padding: 40px 10px;
}

.section-14.subsec {
  background-color: #225366;
}

.section-15 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Untitled-1-removebg-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  height: 100vh;
  display: flex;
  box-shadow: 0 1px 3px #0006;
}

.section-15.llc {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/18374-fitandcrop-1200x681.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.paragraph-23 {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 1px #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 42px;
}

.paragraph-23.monifa {
  margin-top: 360px;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 1px #00000080;
  width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 28px;
}

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

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-25 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.paragraph-25.white {
  color: #fff;
}

.paragraph-26 {
  color: #000;
  font-size: 16px;
}

.paragraph-26.white {
  color: #fff;
}

.image-20 {
  width: 300px;
  margin-bottom: 20px;
}

.image-21 {
  width: 400px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-22 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}

.image-23 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-span {
  font-size: 20px;
}

.div-block-12 {
  background-color: #225366;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin: 10px auto 20px;
  display: flex;
}

.image-24 {
  width: 70px;
}

.paragraph-28 {
  color: #fff;
  margin-bottom: 0;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 700;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.section-16 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/iStock-1065439768_crop.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #00000080;
}

.section-17 {
  background-color: #e7e7e7;
  padding: 60px 10px;
}

.image-25 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-13 {
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-29 {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.bold-text-7 {
  font-size: 20px;
}

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

.paragraph-30 {
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-31 {
  margin-bottom: 0;
  line-height: 22px;
}

.section-18 {
  padding: 40px 0;
}

.container-2 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-15 {
  background-color: #a89139;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-15.center {
  justify-content: center;
  align-items: center;
}

.paragraph-31a {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-31a.b {
  margin-bottom: 20px;
}

.paragraph-31a.b.large {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

.list {
  color: #fff;
}

.section-19 {
  padding: 40px 10px;
}

.section-20 {
  padding: 100px 10px;
}

.section-20.gold {
  background-color: #a89139;
}

.section-20.main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-26 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-13 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-33 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.heading-39 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.paragraph-34 {
  font-size: 15px;
}

.image-27 {
  width: 250px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-35 {
  color: #000;
  text-align: center;
  font-size: 15px;
}

.paragraph-35.white {
  color: #fff;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1300px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-28 {
  width: 250px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-21 {
  height: 2100px;
  padding: 40px 10px;
}

.section-21.master {
  height: auto;
}

.grid-16 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-36 {
  color: #fff;
  text-align: center;
  background-color: #a89139d9;
  height: 40px;
  margin-top: -40px;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.section-22, .section-23 {
  padding: 60px 10px;
}

.image-29 {
  width: 250px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-37 {
  color: #000;
  text-align: center;
  font-size: 15px;
}

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

.paragraph-38 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-8, .bold-text-9 {
  color: #a89139;
}

.section-24 {
  padding: 40px 10px;
}

.code-embed-3 {
  max-width: 1100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sociallinks {
  color: #225366;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-39 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  width: 50px;
}

.section-25 {
  padding: 40px 10px;
}

.div-block-21 {
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-40 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.paragraph-41 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.link-8 {
  color: #000;
  font-weight: 700;
}

.div-block-23 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.section-26 {
  padding: 40px 10px 0;
}

.section-26.merchstore {
  padding-bottom: 60px;
}

.grid-19 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  background-color: #fff;
  padding: 10px;
  box-shadow: 2px 2px 5px #0003;
}

.link-block-4 {
  color: #000;
  text-decoration: none;
}

.paragraph-42 {
  color: #a89139;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-42.merch {
  text-align: center;
  font-weight: 400;
}

.paragraph-43 {
  margin-bottom: 0;
  font-size: 12px;
}

.section-27 {
  padding: 40px 10px;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 40px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.paragraph-44 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-45 {
  color: #000;
  font-size: 16px;
}

.bold-text-10 {
  font-size: 20px;
}

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

.image-31 {
  width: 250px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-3 {
  color: #a89139;
  font-weight: 700;
}

.heading-40 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 30px;
}

.paragraph-46 {
  color: #000;
  text-align: center;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.section-28 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-29 {
  background-color: #fcf7f1;
}

.paragraph-47 {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.bold-text-11 {
  font-size: 20px;
}

.paragraph-48 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.paragraph-49 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-50 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-51 {
  color: #000;
  text-align: center;
}

.code-embed-4 {
  height: 700px;
}

.code-embed-5 {
  height: 1850px;
}

.paragraph-52 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-53 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  color: #fff;
  background-color: #a89139;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

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

.paragraph-54 {
  font-size: 18px;
}

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

.paragraph-55 {
  margin-bottom: 0;
}

.div-block-26 {
  border: 1px solid #cfcfcf;
  padding: 20px 10px;
}

.div-block-26.middle {
  border-left-style: none;
  border-right-style: none;
}

@media screen and (min-width: 1440px) {
  .navlinks.dropdown {
    font-size: 14px;
  }

  .code-embed {
    height: 500px;
  }

  .code-embed-5 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navlinks {
    color: #a89139;
    border-top: 1px solid #fff;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .brand-2 {
    display: block;
  }

  .navbar-2 {
    background-color: #225366;
  }

  .div-block {
    height: 30px;
  }

  .icon {
    color: #fff;
  }

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

  .nav-menu-2 {
    background-color: #225366e6;
  }

  .image-3 {
    height: 54px;
    margin-top: 4px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .grid {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .grid-2.sub_2 {
    grid-template-columns: 1fr;
    max-width: 1000px;
  }

  .code-embed {
    height: 300px;
  }

  .paragraph-11 {
    font-size: 18px;
    line-height: 21px;
  }

  .image-10 {
    width: 175px;
  }

  .code-embed-reviews {
    height: 300px;
  }

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

  .section-13 {
    height: 200px;
  }

  .dropdown-2 {
    width: 100%;
  }

  .paragraph-24 {
    width: auto;
  }

  .grid-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-25 {
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
  }

  .paragraph-26 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .image-20 {
    width: 150px;
    margin-bottom: 10px;
  }

  .image-21 {
    width: 140px;
  }

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

  .paragraph-27 {
    height: 160px;
  }

  .grid-11, .grid-12 {
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    height: 625px;
  }

  .section-21 {
    height: 2600px;
  }

  .grid-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .code-embed-5 {
    height: 2335px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2.workshop {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

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

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

  .paragraph-4 {
    font-size: 18px;
  }

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

  .div-block-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr;
  }

  .paragraph-24 {
    width: auto;
  }

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

  .div-block-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .paragraph-25 {
    text-align: center;
    font-size: 17px;
  }

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

  .image-20, .image-21 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-27 {
    height: 210px;
  }

  .image-26 {
    width: auto;
  }

  .grid-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .paragraph-33 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-14, .grid-17 {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .paragraph-41 {
    font-size: 18px;
  }

  .grid-19 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
  }

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

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

@media screen and (max-width: 479px) {
  .div-block-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 393px;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 20px;
    line-height: 32px;
  }

  .heading-2.workshop {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 20px;
  }

  .button {
    display: flex;
  }

  .image-4 {
    height: 100px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

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

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

  .code-embed {
    height: 225px;
  }

  .code-embed.contact-us {
    height: 215px;
  }

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

  .paragraph-7.sub {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-links {
    font-size: 13px;
  }

  .code-embed---subscribe {
    height: 250px;
  }

  .div-block-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-8 {
    padding-bottom: 40px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16 {
    width: auto;
  }

  .section-11 {
    padding-top: 25px;
  }

  .section-13 {
    background-position: 40% 85%;
    background-size: 640px;
  }

  .paragraph-23 {
    font-size: 28px;
  }

  .paragraph-24 {
    width: auto;
    font-size: 22px;
  }

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

  .div-block-15 {
    height: auto;
  }

  .image-26 {
    width: auto;
  }

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

  .section-21 {
    height: auto;
  }

  .grid-16, .grid-19 {
    grid-template-columns: 1fr;
  }

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

  .code-embed-5 {
    height: 2800px;
  }
}

#w-node-_21f15cb4-36f6-0feb-b175-4095b0a8413b-f281f958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6bf3507a-2206-cf17-d7d2-d5069e1eda36-54a53504, #w-node-c349f48d-e493-460e-62d4-b98f769ebe18-e04704a1, #w-node-f525e343-037e-69cf-f635-726cfabc5def-f281f958 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_389d3ea0-d650-070b-520d-79c0a69d6f92-f281f958 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca162738-8b50-9283-9cdf-65176a83d510-4891003a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c86f5002-7573-b699-97a9-d0153f3ee54b-4891003a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e8b5eec4-e740-bdee-9a84-768b846d75a3-4891003a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5d197f84-800e-fa17-208d-aaa401911032-4891003a, #w-node-_38ee5c22-a281-912f-8aab-249f04ac0112-ab97477b, #w-node-_6f6f6ee5-8ad4-b49f-b801-6fa10c8349d6-ab97477b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e8b5eec4-e740-bdee-9a84-768b846d75a3-4891003a {
    grid-row: 4 / 5;
  }

  #w-node-e8b5eec4-e740-bdee-9a84-768b846d75a2-4891003a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_10f0b058-f5bc-f2ec-b148-b90445b1bd44-4891003a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d197f84-800e-fa17-208d-aaa401911032-4891003a {
    grid-row: 6 / 7;
  }
}


