.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: #353b3c;
  font-size: 1rem;
  line-height: 1.25em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
}

.hero-section {
  position: relative;
  top: -120px;
  display: none;
  width: 100%;
  height: 1px;
  min-height: 100vh;
  margin-bottom: -142px;
  padding: 2rem;
  background-color: #fff;
  background-image: url('../images/oliver-hale-Qse3AFWnc48-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline {
  max-width: 12ch;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-creativity {
  position: absolute;
  left: auto;
  top: 0%;
  right: -1%;
  bottom: 0%;
  width: 75%;
  height: 100%;
  margin-right: 90px;
  margin-left: 29px;
  padding-right: 0px;
  padding-left: 65px;
}

.hero-donut-2 {
  position: absolute;
  left: auto;
  top: 204px;
  right: 10%;
  bottom: 0%;
  opacity: 0.87;
}

.hero-crumbs-2 {
  position: absolute;
  left: auto;
  top: 400px;
  right: 19%;
  bottom: 0%;
}

.hero-donut-1 {
  position: absolute;
  left: 39px;
  top: 215px;
}

.hero-crumbs-1 {
  position: absolute;
  left: auto;
  top: 440px;
  right: 2%;
  bottom: 0%;
}

.about-section {
  position: relative;
  left: 0px;
  top: -32px;
  display: block;
  width: 100%;
  padding: 9rem 2rem 6.5rem;
  background-color: transparent;
}

.content-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 4rem auto;
  grid-template-rows: auto auto;
}

.info-page-container {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-huge {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: #1e2020;
  font-size: 4rem;
  line-height: 1.25em;
  font-weight: 700;
}

.title-extra-large {
  margin-top: 1.875px;
  margin-bottom: 1.25rem;
  color: #1e2020;
  font-size: 3.5rem;
  line-height: 1.25em;
  font-weight: 700;
}

.title-large {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #7ec244;
  font-size: 2.5rem;
  line-height: 1.25em;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 10px transparent;
}

.title-medium {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #1e2020;
  font-size: 2.125rem;
  line-height: 1.25em;
  font-weight: 700;
}

.title-small {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  color: #7ec244;
  font-size: 1.875rem;
  line-height: 1.25em;
  font-weight: 700;
  text-align: left;
}

.title-very-small {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #1e2020;
  font-size: 1.5rem;
  line-height: 1.25em;
}

.content-paragraph {
  margin-bottom: 1rem;
  color: #1e2020;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
}

.content-image-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 75%;
  padding: 1rem;
  border-radius: 0px;
}

.content-image {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
}

.donuts-grid {
  width: 100%;
  margin-bottom: 4rem;
}

.donuts-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.recipe-item-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
}

.recipe-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donut-item-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 25px 50px -12px rgba(30, 32, 32, 0.14);
}

.recipe-name {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #1e2020;
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 700;
}

.donuts-collection-item {
  position: static;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.recipe-item-description {
  overflow: hidden;
  max-height: 2.6em;
}

.subtitle-p {
  max-width: 60ch;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.5em;
  text-align: left;
  text-decoration: none;
}

.recipes-section {
  width: 100%;
  padding: 9rem 2rem 6.5rem;
  background-color: transparent;
}

.recipe-item-badges-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}

.recipe-item-gluten-free-badge {
  margin-right: 0.5rem;
}

.content-info {
  margin-right: 2rem;
  margin-left: 2rem;
}

.link-block {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
  color: #f0d312;
  text-decoration: none;
}

.link-block.margin {
  margin-right: 2rem;
}

.link-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1e2020;
}

.style-guide-item-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-guide-item-container.dark {
  background-color: #1e2020;
}

.link-block-text {
  position: relative;
  z-index: 10;
  display: none;
  color: #f871b0;
  text-decoration: none;
}

.button {
  position: absolute;
  left: 19%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 58px;
  padding: 1.125rem 2rem;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.button-text {
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-decoration: none;
}

.the-shop-section {
  width: 100%;
  padding: 9rem 2rem 6.5rem;
  background-color: rgba(225, 209, 185, 0.1);
}

.link {
  position: relative;
  z-index: 10;
  display: block;
  color: #353b3c;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

.opening-time-grid {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}

.bold-text {
  font-weight: 700;
}

.map {
  border-radius: 0.25rem;
}

.the-shop-grid {
  margin-top: -411px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contant-icon {
  margin-right: 1rem;
}

.navbar {
  height: 120px;
  background-color: rgba(225, 209, 185, 0.44);
  color: #008547;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.brand {
  width: 100%;
  height: 100%;
}

.nav-menu {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #167919;
  font-weight: 700;
}

.nav-link {
  -webkit-transition: color 200ms ease, padding 200ms ease;
  transition: color 200ms ease, padding 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.nav-link:hover {
  padding-top: 18px;
  color: #1e2020;
}

.sticky-logo-container {
  position: static;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-sticky {
  position: relative;
  z-index: 9999;
  width: 100px;
  height: 100px;
}

.brand-logo-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.brand-logo-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.sticky-logo-section {
  position: fixed;
  z-index: 999;
  width: 100%;
}

.image-content-border-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 3px;
  border-color: #7ec244;
  border-radius: 999px;
  box-shadow: 6px 0 3px 0 hsla(0, 0%, 51.3%, 0.49);
}

.image-content-border-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 2px;
  border-color: #ea5d28;
  border-radius: 9999px;
}

.donut-bg-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
}

.green-peas-bag {
  position: absolute;
  left: auto;
  top: -243px;
  right: -300px;
  width: 400px;
  height: 400px;
  margin-top: 55px;
  margin-right: 11px;
  padding-right: 0px;
  padding-left: 0px;
}

.taro-image {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  overflow: visible;
  width: 35%;
  height: 100%;
  max-height: 100%;
  max-width: 35%;
  min-height: auto;
  min-width: auto;
  margin: auto;
  padding-right: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.logos-section {
  width: 100%;
  padding: 4rem 2rem;
  background-color: #f6f6f6;
}

.logos-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  width: 100%;
  height: 35vh;
  padding: 2rem;
  background-color: rgba(126, 194, 68, 0.1);
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  margin-top: 1rem;
  color: #fff;
  font-weight: 500;
}

.horizontal-margin-span {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.footer-first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: end;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social-link {
  width: 48px;
  height: 48px;
  padding: 8px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

.social-link:hover {
  padding: 4px;
}

.social-image {
  width: 100%;
  height: 100%;
}

.info-page-section {
  position: relative;
  width: 100%;
  padding: 9rem 2rem 6.5rem;
  background-color: #fff;
}

.info-page-title {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(53, 59, 60, 0.3);
  color: #353b3c;
  font-size: 1.25rem;
  font-weight: 700;
}

.style-guide-color {
  position: static;
  overflow: visible;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 9999px;
  background-color: #fff;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.style-guide-color.grey-1 {
  background-color: #f6f6f6;
}

.style-guide-color.grey-2 {
  background-color: #353b3c;
}

.style-guide-color.grey-3 {
  background-color: #1e2020;
}

.style-guide-color.main {
  background-color: #f0d312;
}

.style-guide-color.accent {
  background-color: #f871b0;
}

.style-guide-color-text {
  position: relative;
  top: 110px;
}

.style-guide-color-grid {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.info-page-hero-section {
  position: relative;
  width: 100%;
  padding: 6.5rem 2rem;
  background-color: #f0d312;
  color: #1e2020;
}

.info-page-intro-title {
  color: #fff;
  font-size: 4rem;
  text-align: center;
}

.footer-links-grid {
  display: -ms-grid;
  display: grid;
  margin-left: -6px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  font-weight: 700;
  text-align: center;
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(126, 194, 68, 0.01);
}

.body {
  background-image: url('../images/13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
}

.slashmint-footer-section {
  padding: 3rem 2rem;
  background-image: linear-gradient(70deg, #a138f4, #f32aaf 80%);
}

.sm-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.slashmint-title {
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

.slashmint-social-container {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slashmint-social-button {
  padding: 0rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f32aaf;
  font-weight: 700;
  text-decoration: none;
}

.slashmint-social-button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.slashmint-social-image {
  opacity: 0.9;
}

.wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #7ec244;
}

.hero-donut-1-copy {
  position: absolute;
  left: auto;
  top: 232px;
  right: -3%;
  bottom: 0%;
  padding-left: 0px;
  opacity: 1;
}

.taro-bag {
  position: absolute;
  left: auto;
  top: -5%;
  right: -26%;
  bottom: 0%;
  width: 400px;
  height: 400px;
  margin-top: 598px;
  margin-bottom: 30px;
  padding-top: 69px;
  padding-bottom: 0px;
}

.image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  margin-top: 0px;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.section {
  width: 100%;
  height: 50vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 166px;
  -o-object-fit: fill;
  object-fit: fill;
}

.pack-1 {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60vh;
  margin-top: 205px;
  margin-bottom: 147px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.strawberry-11 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.broccli {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pack-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pack_2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pack_5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pack_4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-7 {
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #7ec244;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.section-5 {
  position: relative;
  padding: 150px 20px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #7ec244;
}

.section-5.filler {
  display: block;
  height: 1vh;
}

.features-left {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-5 {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #1e3d3d;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
}

.features-card-img {
  margin-bottom: 30px;
}

.features-card {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #b46c1e;
  border-radius: 170px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-card.third {
  top: 180px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.35);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card.second {
  top: 165px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.24);
  border-radius: 30px;
  background-color: #fcf1e2;
  mix-blend-mode: normal;
}

.features-card.sixith {
  top: 195px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.38);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card.image-content-border-1.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.features-card.image-content-border-1-copy.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.features-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 200px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.features-card-title {
  margin-bottom: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #7ec244;
  color: #6b6c6c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrool-track {
  position: relative;
  height: 300vw;
}

.div-block-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.div-block-7 {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.photos {
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/jake-gard-CetB-bTDBtY-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.main-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/farsai-chaikulngamdee-IdrzXJQlw5w-unsplash.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-3 {
  border-radius: 60px;
  background-color: #fff;
}

.image-4 {
  position: absolute;
  left: 28%;
  top: 500px;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.m_shelf_1 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -33%;
  height: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-creativity-copy {
  position: relative;
  left: -26px;
  top: 128px;
  display: none;
  width: 75%;
  height: 100%;
}

.button-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -24%;
  display: block;
  height: 58px;
  margin-right: 0px;
  margin-left: auto;
  padding: 1.125rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-copy:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.m_sec_shelf_1 {
  position: relative;
  bottom: auto;
  display: none;
  width: 100%;
  height: 60vh;
  margin-top: 97px;
  margin-bottom: 147px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_sec_shelf_2 {
  position: relative;
  bottom: auto;
  display: none;
  width: 100%;
  height: 60vh;
  margin-top: 97px;
  margin-bottom: 147px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_shelf_image_2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_shelf_2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -33%;
  height: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4-column {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.circle-image {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  color: #5a5a5a;
}

.button-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.buttton-2 {
  position: absolute;
  left: 15%;
  top: auto;
  right: auto;
  bottom: 0px;
  display: block;
  height: 58px;
  padding: 1.125rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.buttton-2:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.tabs-icons {
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icn-tab-arrow {
  position: absolute;
  top: -12px;
}

.icn-tab-arrow._3 {
  left: 346px;
}

.icn-tab-arrow._1 {
  left: 66px;
}

.icn-tab-arrow._4 {
  left: 486px;
}

.icn-tab-arrow._2 {
  left: 205px;
}

.icn-tab-arrow._5 {
  left: 626px;
}

.h2-center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 120%;
  font-weight: 800;
  text-align: center;
  letter-spacing: -1px;
}

.h2-center.mb60 {
  margin-bottom: 60px;
}

.icn-active {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.icn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.icn.w--current {
  background-color: transparent;
}

.h4-center {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #151a1a;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
}

.h4-center.blue {
  color: #265dcc;
}

.h4-center.mt12 {
  margin-top: 12px;
}

.p1-center {
  color: #333;
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
  text-align: center;
}

.icn-default {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #265dcc;
  border-radius: 4px;
}

.tab-content.mt12 {
  margin-top: 12px;
  border-width: 2px;
  border-color: #7ec244;
  border-radius: 20px;
}

.cmp-001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-default {
  width: 60px;
  height: 60px;
}

.img-hover {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-color: #7ec244;
  opacity: 0;
}

.text-color-white {
  color: #fff;
}

.element-wrapper {
  position: relative;
}

.colum-animated-layout {
  position: static;
  top: 0%;
  display: -ms-grid;
  display: grid;
  height: 64vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 3fr 1fr 4fr 1fr;
  grid-template-columns: 1fr 3fr 1fr 4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.page-padding {
  z-index: 30;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.text-color-grey {
  color: #989cb3;
}

.heading-2 {
  color: #1c1d24;
  font-size: 3.33rem;
  line-height: 110%;
  font-weight: 400;
}

.main-wrapper {
  position: relative;
  z-index: 30;
}

.main-wrapper.margin-top.margin-huge {
  background-color: #a24747;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.container-large.relative {
  position: relative;
}

.paragraph-3 {
  color: #1e2020;
}

.icons {
  padding-top: 55px;
  padding-bottom: 55px;
}

.icons.red-overlay {
  display: block;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 110px;
  padding-bottom: 110px;
  border: 1px solid #000;
  border-radius: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 93, 40, 0.36)), to(rgba(234, 93, 40, 0.36))), url('../images/nik-shuliahin-4l6PttcXIOw-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(234, 93, 40, 0.36), rgba(234, 93, 40, 0.36)), url('../images/nik-shuliahin-4l6PttcXIOw-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-6 {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.grid-4-column-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.circle-image-2 {
  width: 140px;
  height: 140px;
  border-radius: 80px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.white-text {
  color: #fff;
}

.image-5 {
  position: absolute;
  left: 416px;
  top: -6%;
  right: -10%;
  bottom: 0%;
  opacity: 0.4;
}

.page-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.container-7 {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 2.3em;
}

.loader_img-wrap {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-6 {
  position: relative;
}

.loader_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 561vh;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.loader_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.loader_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7vh;
  padding-left: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.loader_column.is-alt {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: -ms-grid;
  display: grid;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.preloader-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 275px;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.preloader-brand {
  font-size: 36px;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  background-color: rgba(136, 158, 168, 0.2);
}

.indicator-fill {
  width: 0%;
  height: 100%;
  background-color: #ff6f44;
}

.grid-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow {
  left: -100px;
  top: 0px;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
}

.slider-arrow.right {
  left: auto;
  right: -100px;
  padding-right: 100px;
  padding-left: 0px;
}

.slider {
  height: 100%;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.hero-intro {
  display: -ms-grid;
  display: grid;
  max-width: 650px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-hero-content {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding-top: 80px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.slider-arrow-icon {
  width: 18px;
  opacity: 0.3;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/033.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-hero-background.slider-001 {
  background-image: url('../images/033.jpeg');
  background-position: 50% 25%;
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.line-fill {
  width: 40%;
  height: 100%;
  background-color: #a3acc2;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, 0.2);
}

.outline-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 42px;
  padding: 16px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(136, 158, 168, 0.2);
  border-radius: 100px;
  -webkit-transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 500ms cubic-bezier(.25, .46, .45, .94);
  color: #000;
  font-size: 9px;
  line-height: 1.35em;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.outline-button.light {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.slide-nav {
  display: none;
}

.xxl-heading {
  font-size: 56px;
  line-height: 1.2em;
}

.hero-top {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 24px;
  color: #fff;
  text-align: center;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 16, 29, 0.3);
}

.centered-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.09);
}

.button-3 {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px 34px;
  float: none;
  clear: none;
  border-radius: 25px;
  background-color: #129e49;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
  text-transform: capitalize;
}

.button-3:hover {
  background-color: #d8663d;
  color: #fff;
}

.button-3.w--current {
  position: relative;
  left: -396px;
  display: block;
  margin-right: 114px;
  margin-left: 911px;
  padding-right: 31px;
  padding-left: 31px;
  text-align: center;
}

.social-link-2 {
  margin-right: 10px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.social-link-2:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.top-nav-container {
  display: -ms-grid;
  display: grid;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-link {
  margin-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f1eee7;
  font-weight: 400;
}

.contact-link:hover {
  opacity: 0.8;
  color: #f1eee7;
}

.bottom-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.dropdown-icon {
  display: none;
  width: 12px;
  margin-left: 5px;
}

.nav-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.nav-link-2:hover {
  color: #ff9771;
}

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

.logo {
  width: 140px;
  margin-top: -53px;
  padding-top: 2px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo:hover {
  opacity: 0.8;
}

.hero-section-2 {
  display: block;
  min-height: 60vh;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 32, 32, 0.16)), to(rgba(30, 32, 32, 0.16))), url('../images/oliver-hale-Qse3AFWnc48-unsplash2.jpg');
  background-image: linear-gradient(180deg, rgba(30, 32, 32, 0.16), rgba(30, 32, 32, 0.16)), url('../images/oliver-hale-Qse3AFWnc48-unsplash2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.title {
  font-size: 70px;
  line-height: 84px;
  font-weight: 900;
  text-transform: capitalize;
}

.title.white {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
}

.title.white {
  color: #fff;
}

.dropdown-list {
  display: none;
  background-color: #1e1e1e;
}

.dropdown-list.w--open {
  max-width: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: rgba(30, 30, 30, 0.85);
}

.navbar-2 {
  background-color: transparent;
  color: #129e49;
  font-weight: 500;
}

.contact-info-container.mobile {
  display: none;
}

.dropdown-link {
  display: none;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fefcfc;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #ff9771;
}

.dropdown-link.w--current {
  color: #ff9771;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-2 {
  line-height: 1.8em;
  font-weight: 600;
}

.bold-text-3 {
  position: relative;
  font-size: 80px;
  line-height: 100px;
  font-weight: 700;
}

.paragraph-4 {
  position: relative;
  top: -76px;
  font-size: 35px;
  font-weight: 300;
}

.image-5-copy {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: both;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.4;
}

.image-5-copy-copy {
  position: absolute;
  left: 416px;
  top: -6%;
  right: -10%;
  bottom: 0%;
  opacity: 0.4;
}

._222222 {
  position: absolute;
  left: 40%;
  top: -7%;
  right: 0%;
  bottom: auto;
  opacity: 0.4;
}

._222222-copy {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.4;
}

.bold-text-4 {
  font-weight: 600;
}

.form-title-cf8 {
  color: #7ec244;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.form-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-cf8 {
  padding-left: 0px;
  border: 1px solid #4cc71f;
  background-color: transparent;
  font-weight: 500;
}

.field-label-cf8 {
  margin-bottom: 0px;
  font-size: 13px;
}

.text-field-cf8 {
  margin-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #4cc71f;
  font-size: 16px;
  text-align: left;
}

.text-field-cf8.big {
  height: 100px;
  margin-top: 10px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form-subwrapper-cf8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form-wrapper.large {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(126, 194, 68, 0.37);
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.form-subtitle-cf8 {
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1e2020;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.submit-button-cf8 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #4dc61e;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #dfdfdf;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #4dc61e;
  font-size: 14px;
  font-weight: 600;
}

.submit-button-cf8:hover {
  background-color: #4dc61e;
  color: #fff;
}

.boton {
  position: absolute;
}

.boton:hover {
  background-color: #d8663d;
  color: #fff;
}

.boton.w--current {
  position: relative;
  left: -396px;
  display: block;
  margin-right: 114px;
  margin-left: 911px;
  padding-right: 31px;
  padding-left: 31px;
  text-align: center;
}

.bold-text-5 {
  text-align: justify;
}

.container-5-copy {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.features-wrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7-copy {
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  color: #7ec244;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

.paragraph-2-copy {
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  color: #1e3d3d;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
}

.button-copy-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -24%;
  display: block;
  height: 58px;
  margin-right: 0px;
  margin-left: auto;
  padding: 1.125rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button-copy-copy:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.features-right-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 200px;
  border: 1px solid transparent;
  border-radius: 20px;
}

.features-card-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #b46c1e;
  border-radius: 170px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-card-copy.third {
  top: 180px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.35);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card-copy.second {
  top: 165px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.24);
  border-radius: 30px;
  background-color: #fcf1e2;
  mix-blend-mode: normal;
}

.features-card-copy.sixith {
  top: 195px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.38);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card-copy.image-content-border-1.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.features-card-copy.image-content-border-1-copy.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.features-card-copy.second-copy {
  top: 165px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.24);
  border-radius: 30px;
  background-color: #fcf1e2;
  mix-blend-mode: normal;
}

.features-card-img-copy {
  margin-bottom: 30px;
}

.features-card-title-copy {
  margin-bottom: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #7ec244;
  color: #6b6c6c;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.paragraph-3-copy {
  color: #1e2020;
}

.features-card-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #b46c1e;
  border-radius: 170px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-card-copy.seventh {
  top: 180px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.35);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card-copy.second {
  top: 165px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.24);
  border-radius: 30px;
  background-color: #fcf1e2;
  mix-blend-mode: normal;
}

.features-card-copy.sixith {
  top: 195px;
  border-style: solid;
  border-color: rgba(126, 194, 68, 0.38);
  border-radius: 30px;
  background-color: #fcf1e2;
}

.features-card-copy.image-content-border-1.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.features-card-copy.image-content-border-1-copy.image-content-border-2 {
  border-style: none;
  border-radius: 0px;
}

.wrapper-2 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1400px;
}

.general-collection-wrapper {
  padding-top: 80px;
}

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

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.wrapper22 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1400px;
}

.grid-2-column {
  display: block;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-4 {
  margin-top: -4px;
  margin-bottom: 56px;
  padding: 15px 34px;
  float: none;
  clear: none;
  border-radius: 25px;
  background-color: #129e49;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
  text-transform: capitalize;
}

.button-4:hover {
  background-color: #d8663d;
  color: #fff;
}

.button-4.w--current {
  position: relative;
  left: -396px;
  display: block;
  margin-right: 114px;
  margin-left: 911px;
  padding-right: 31px;
  padding-left: 31px;
  text-align: center;
}

.full-image-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  max-height: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-width-section {
  margin-top: 112px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(126, 194, 68, 0.4);
  border-radius: 0px 20px 0px 0px;
}

.card-body {
  color: #353b3c;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.subtitle {
  margin-top: 2px;
  margin-bottom: 17px;
  color: #7ec244;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.text-card {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: left;
}

.full-image {
  width: 100%;
  height: 100%;
  max-height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-6 {
  line-height: 1.5em;
  font-weight: 600;
}

._222222-copy {
  position: absolute;
  left: 40%;
  top: -27%;
  right: 0%;
  bottom: auto;
  opacity: 0.4;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  color: #63832b;
  font-weight: 700;
}

.section-7 {
  padding: 150px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('../images/10.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section-7.filler {
  height: 100vh;
}

.features-left-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.features-card-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.features-card-2.third {
  top: 180px;
}

.features-card-2.second {
  top: 165px;
}

.features-card-2.fourth {
  top: 195px;
}

.features-right-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 200px;
}

.features-card-title-2 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -1px;
}

.features-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-image-mask-copy {
  position: relative;
  overflow: visible;
  width: 75%;
  padding: 1rem;
  border-radius: 0px;
}

.content-container-copy {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colocasia {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.colcasiapack {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.m_sec_shelf_3 {
  position: relative;
  bottom: auto;
  display: none;
  width: 100%;
  height: 60vh;
  margin-top: 97px;
  margin-bottom: 147px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.okra {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.okra_back {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 90%;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bottom-nav-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-5 {
  margin-top: -4px;
  margin-bottom: 56px;
  padding: 15px 34px;
  float: none;
  clear: none;
  border-radius: 25px;
  background-color: #129e49;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
  text-transform: capitalize;
}

.button-5:hover {
  background-color: #d8663d;
  color: #fff;
}

.button-5.w--current {
  position: relative;
  left: -396px;
  display: block;
  margin-right: 114px;
  margin-left: 911px;
  padding-right: 31px;
  padding-left: 31px;
  text-align: center;
}

.dropdown-icon-2 {
  width: 12px;
  margin-left: 5px;
}

.logo-2 {
  width: 140px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-2:hover {
  opacity: 0.8;
}

.hero-section-3 {
  min-height: 100vh;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/benjamin-davies-Zm2n2O7Fph4-unsplash.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/benjamin-davies-Zm2n2O7Fph4-unsplash.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.dropdown-list-2 {
  background-color: #1e1e1e;
}

.dropdown-list-2.w--open {
  max-width: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: rgba(30, 30, 30, 0.85);
}

.navbar-3 {
  background-color: transparent;
  color: #129e49;
}

.dropdown-link-2 {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fefcfc;
  font-size: 16px;
}

.dropdown-link-2:hover {
  color: #ff9771;
}

.dropdown-link-2.w--current {
  color: #ff9771;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-subtitle {
  margin-top: 0px;
  color: #d8663d;
}

.subtitle-2 {
  margin-bottom: -20px;
  color: #dcdcdc;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  text-transform: lowercase;
}

.product-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px dashed #dcdcdc;
}

.product-wrapper:active {
  background-color: #f1eee7;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.drawing-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 200px;
  margin-top: 0px;
  opacity: 0.56;
}

.square-image {
  min-height: 80px;
  min-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-description {
  margin-top: 10px;
  color: #5a5a5a;
  font-weight: 400;
}

.drawing-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 200px;
  margin-top: 22px;
  margin-right: 26px;
}

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

.section-8.relative {
  position: relative;
}

.our_catalogue {
  position: relative;
  left: 0%;
  top: -35px;
  right: auto;
  bottom: 0%;
  height: 58px;
  padding: 1.125rem 2rem;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.our_catalogue:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.contact_us {
  position: absolute;
  left: auto;
  top: auto;
  right: 24%;
  bottom: 0%;
  height: 58px;
  padding: 1.125rem 2rem;
  border-radius: 9999px;
  background-color: #7ec244;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.contact_us:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.5);
}

.paragraph-6 {
  color: #353b3c;
}

.paragraph-7 {
  color: #353b3c;
}

.paragraph-8 {
  color: #353b3c;
}

.section-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-scroll {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.4;
  -o-object-fit: fill;
  object-fit: fill;
}

.white-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.grid-2-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-bottom-container {
  display: none;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-content {
  display: none;
  padding: 15px 20px;
  background-color: #129e49;
  color: #fff;
}

.inline-link-wrapper {
  display: none;
}

.footer-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/dylan-de-jonge-9SjCXUq_qSE-unsplash.jpg');
  background-position: 50% 50%;
}

.image-6 {
  position: relative;
  width: 200px;
  height: 200px;
  max-width: none;
  margin: auto;
  padding: 0px;
}

.heading-9 {
  margin-left: -91px;
  padding-left: 0px;
  color: #ea5d28;
  font-size: 20px;
  text-align: center;
}

.list {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #7ec244;
  font-weight: 600;
}

.text-block {
  color: #353b3c;
}

.text-block-2 {
  color: #353b3c;
}

.text-block-3 {
  margin-right: -51px;
  color: #353b3c;
  font-weight: 700;
}

.list-item {
  font-weight: 700;
}

.list-item-2 {
  font-weight: 700;
}

.paragraph-9 {
  color: #353b3c;
}

@media screen and (max-width: 991px) {
  .hero-section {
    top: auto;
  }

  .hero-container {
    margin-top: 47px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headline {
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    font-size: 3rem;
    text-align: center;
  }

  .hero-content {
    position: relative;
    top: -319px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-creativity {
    left: -197px;
    top: 320px;
    display: block;
    width: 100%;
    height: 40%;
    margin-top: -111px;
    margin-bottom: 2rem;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    opacity: 0.71;
  }

  .hero-donut-2 {
    left: 25%;
    top: -102px;
  }

  .hero-crumbs-2 {
    left: 45%;
    top: -63px;
  }

  .hero-donut-1 {
    left: 35%;
    top: -48px;
  }

  .hero-crumbs-1 {
    left: 35%;
    top: 131px;
  }

  .about-section {
    top: 58px;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-grid {
    justify-items: center;
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
  }

  .info-page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-huge {
    font-size: 3rem;
  }

  .title-extra-large {
    margin-bottom: 1rem;
    font-size: 2.575rem;
  }

  .title-large {
    font-size: 2.25rem;
  }

  .content-paragraph {
    margin-bottom: 0rem;
  }

  .content-image-mask {
    max-width: 300px;
  }

  .recipe-item-image-mask {
    min-height: 150px;
  }

  .recipe-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .donut-item-container {
    min-width: 0px;
  }

  .recipe-name {
    font-size: 1.25rem;
    line-height: 1.25em;
  }

  .recipe-item-description {
    max-height: 2.6em;
  }

  .recipes-section {
    margin-top: 27px;
    padding-top: 0rem;
    background-color: transparent;
  }

  .content-info {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .link-block.margin {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .button {
    left: -1px;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 26px;
    margin-bottom: 20px;
    background-color: #7ec244;
  }

  .the-shop-section {
    margin-top: 133px;
    margin-bottom: 51px;
  }

  .content-shop {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar {
    background-color: rgba(225, 209, 185, 0.44);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-container {
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: rgba(255, 255, 255, 0.32);
  }

  .brand.w--current {
    width: 100%;
    height: 100%;
  }

  .nav-menu {
    background-color: #f0d312;
    box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    text-align: center;
  }

  .nav-link:hover {
    padding-top: 20px;
  }

  .sticky-logo-section {
    display: none;
  }

  .donut-bg-2 {
    top: 0px;
    display: block;
    margin-top: 112px;
    margin-bottom: -37px;
    padding-bottom: 0px;
  }

  .green-peas-bag {
    left: auto;
    top: -337px;
    right: -244px;
  }

  .icon {
    color: #fff;
  }

  .logos-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    height: auto;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .social-link:hover {
    padding: 2px;
  }

  .menu-button {
    border-radius: 0.25rem;
    background-color: rgba(30, 32, 32, 0.1);
  }

  .menu-button.w--open {
    background-color: rgba(30, 32, 32, 0.1);
  }

  .footer-links-grid {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-grid {
    grid-auto-columns: 0.75fr;
    grid-template-areas: ". . Area";
    -ms-grid-columns: 0.75fr 1fr 1.5fr;
    grid-template-columns: 0.75fr 1fr 1.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slashmint-footer-section {
    padding-left: 2rem;
  }

  .hero-donut-1-copy {
    left: 35%;
    top: -48px;
  }

  .taro-bag {
    left: auto;
    top: -337px;
    right: -244px;
  }

  .section {
    display: block;
    margin-top: 34px;
  }

  .pack-1 {
    height: 50vh;
  }

  .strawberry-11 {
    right: 2%;
  }

  .broccli {
    right: 2%;
  }

  .pack-3 {
    display: none;
  }

  .pack_2 {
    display: none;
  }

  .pack_5 {
    left: 2%;
  }

  .pack_4 {
    left: 2%;
  }

  .heading-7 {
    padding-left: 0px;
  }

  .features-card.third {
    margin-left: 20px;
  }

  .features-card.second {
    margin-right: 0px;
    margin-left: 20px;
  }

  .features-card.sixith {
    margin-left: 20px;
  }

  .hero-creativity-copy {
    left: -197px;
    top: 380px;
    display: block;
    width: 100%;
    height: 40%;
    margin-top: -61px;
    margin-bottom: 2rem;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .button-copy {
    margin-right: 19px;
    background-color: #7ec244;
  }

  .m_sec_shelf_1 {
    height: 50vh;
  }

  .m_sec_shelf_2 {
    height: 50vh;
  }

  .buttton-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -74px;
    margin-right: 300px;
    margin-left: 72px;
    background-color: #7ec244;
  }

  .icn-tab-arrow._3 {
    left: 326px;
  }

  .icn-tab-arrow._1 {
    left: 59px;
  }

  .icn-tab-arrow._4 {
    left: 456px;
  }

  .icn-tab-arrow._2 {
    left: 190px;
  }

  .icn-tab-arrow._5 {
    left: 574px;
  }

  .colum-animated-layout {
    height: 50vh;
    -ms-grid-columns: 3fr 1fr 4fr;
    grid-template-columns: 3fr 1fr 4fr;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .icons {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icons.red-overlay {
    margin-top: 211px;
    padding-top: 75px;
  }

  .container-7 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .top-nav-container {
    height: 80px;
  }

  .contact-link:hover {
    color: #c1c033;
  }

  .nav-link-2 {
    margin-bottom: 10px;
  }

  .logo {
    margin-top: -25px;
  }

  .hero-section-2 {
    height: 65vh;
    min-height: auto;
  }

  .menu-button-2 {
    padding-bottom: 14px;
  }

  .menu-button-2.w--open {
    border-radius: 15px;
    background-color: rgba(30, 30, 30, 0.4);
  }

  .title {
    font-size: 65px;
    line-height: 78px;
  }

  .title.white {
    margin-top: 10px;
  }

  .title.white {
    margin-top: 10px;
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    background-color: transparent;
  }

  .contact-info-container {
    display: none;
  }

  .contact-info-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top: 1px solid #5a5a5a;
  }

  .dropdown-link {
    padding-left: 25px;
    color: #d2d2d2;
  }

  .nav-menu-2 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 15px;
    background-color: rgba(30, 30, 30, 0.95);
  }

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

  .bold-text-3 {
    font-size: 70px;
  }

  .image-5-copy {
    left: auto;
  }

  ._222222-copy {
    left: 24%;
    top: -28%;
    right: 0%;
    bottom: auto;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text-5 {
    margin-right: 26px;
  }

  .button-copy-copy {
    background-color: #7ec244;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .grid-2-column {
    grid-column-gap: 15px;
  }

  .full-width-section {
    margin-top: 168px;
  }

  .text-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .full-image {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .content-image-mask-copy {
    max-width: 300px;
  }

  .content-container-copy {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .colocasia {
    right: 2%;
  }

  .icon-2 {
    color: #fff;
    font-size: 3rem;
  }

  .m_sec_shelf_3 {
    height: 50vh;
  }

  .okra {
    right: 2%;
  }

  .hero-section-3 {
    min-height: 80vh;
  }

  .dropdown-list-2.w--open {
    padding-top: 10px;
    background-color: transparent;
  }

  .dropdown-link-2 {
    padding-left: 25px;
    color: #d2d2d2;
  }

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

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

  .our_catalogue {
    left: -1px;
    right: 0%;
    bottom: -10%;
    background-color: #7ec244;
  }

  .contact_us {
    left: -1px;
    top: auto;
    right: 0%;
    bottom: -10%;
    background-color: #7ec244;
  }

  .logo-scroll {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .grid-2-column-2 {
    grid-column-gap: 15px;
  }

  .image-6 {
    display: block;
    width: 200px;
    height: 200px;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 0px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .hero-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content {
    top: -13px;
  }

  .hero-creativity {
    display: block;
    opacity: 0.65;
  }

  .about-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .info-grid {
    justify-items: start;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-page-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title-extra-large {
    font-size: 2.5rem;
  }

  .title-large {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }

  .content-paragraph {
    margin-bottom: 2rem;
  }

  .content-image-mask {
    left: 74px;
    max-width: 600px;
  }

  .donuts-collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recipe-item-image-mask {
    min-height: 400px;
  }

  .donut-item-container {
    margin-bottom: 2rem;
  }

  .donuts-collection-item {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .recipe-item-description {
    max-height: none;
  }

  .subtitle-p {
    margin-bottom: 2rem;
  }

  .recipes-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .button {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
  }

  .the-shop-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .the-shop-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand {
    margin-bottom: 0rem;
    padding-left: 0px;
  }

  .brand.w--current {
    margin-bottom: 0px;
    padding-left: 0px;
  }

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

  .donut-bg-2 {
    display: block;
  }

  .green-peas-bag {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .logos-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .logos-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-social-grid {
    justify-items: center;
  }

  .info-page-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .style-guide-color-grid {
    grid-row-gap: 63px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .info-page-hero-section {
    height: auto;
    min-height: 0px;
    padding: 5rem 1.5rem;
  }

  .info-page-intro-title {
    font-size: 3rem;
  }

  .footer-grid {
    justify-items: center;
    grid-auto-columns: 1.5fr;
    -ms-grid-columns: 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.25fr;
  }

  .slashmint-title {
    font-size: 18px;
  }

  .taro-bag {
    display: none;
  }

  .pack-1 {
    display: block;
  }

  .container-5 {
    display: none;
  }

  .m_shelf_1 {
    top: 354px;
  }

  .hero-creativity-copy {
    top: 37px;
    display: none;
    margin-top: auto;
  }

  .m_sec_shelf_1 {
    display: none;
  }

  .m_sec_shelf_2 {
    display: none;
  }

  .grid-4-column {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-image {
    width: 110px;
    height: 110px;
  }

  .buttton-2 {
    left: 31%;
    bottom: -45px;
  }

  .tabs-content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .tabs-icons {
    overflow: auto;
    max-width: 100%;
  }

  .icn-tab-arrow._3 {
    left: 240px;
  }

  .icn-tab-arrow._1 {
    left: 20px;
  }

  .icn-tab-arrow._2 {
    left: 130px;
  }

  .h2-center {
    font-size: 40px;
  }

  .cmp-001 {
    max-width: 100%;
  }

  .section-column-image {
    max-width: 14rem;
  }

  .colum-animated-layout {
    height: 60vh;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 8fr 1fr;
    grid-template-columns: 1fr 8fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .page-padding {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .icons.red-overlay {
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .grid-4-column-2 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-image-2 {
    width: 110px;
    height: 110px;
  }

  .slider-arrow {
    left: -80px;
    width: 140px;
    height: 140px;
    padding-left: 80px;
  }

  .slider-arrow.right {
    right: -80px;
    padding-right: 80px;
  }

  .hero-intro {
    padding-right: 40px;
    padding-left: 40px;
  }

  .inner-hero-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .logo {
    margin-top: auto;
  }

  .hero-section-2 {
    padding-top: 40px;
  }

  .title {
    font-size: 45px;
    line-height: 50px;
  }

  .contact-info-container.mobile {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

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

  .bold-text-3 {
    font-size: 60px;
  }

  .image-5-copy {
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .container-5-copy {
    display: block;
  }

  .features-wrapper-copy {
    padding-left: 40px;
  }

  .heading-7-copy {
    padding-left: 0px;
  }

  .features-right-copy {
    margin-top: 111px;
    margin-left: 47px;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .collection-grid {
    margin-top: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .grid-2-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .full-image-container {
    position: relative;
    max-height: 2000px;
  }

  .card-body {
    text-align: left;
  }

  .subtitle {
    text-align: center;
  }

  .text-card {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .full-image {
    position: absolute;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .bold-text-6 {
    position: relative;
    font-size: 16px;
  }

  .content-image-mask-copy {
    left: 74px;
    max-width: 600px;
  }

  .m_sec_shelf_3 {
    display: none;
  }

  .hero-section-3 {
    padding-top: 40px;
  }

  .title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .drawing-left {
    width: 150px;
  }

  .drawing-right {
    width: 150px;
  }

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

  .our_catalogue {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
  }

  .contact_us {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
  }

  .grid-2-column-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-bottom-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inline-link-wrapper {
    margin-bottom: 5px;
  }

  .list {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 1rem;
    padding-left: 1rem;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .headline {
    font-size: 2.5rem;
  }

  .hero-creativity {
    left: -359px;
    display: block;
    margin-right: auto;
    opacity: 0.8;
  }

  .hero-donut-2 {
    left: 81%;
    top: 125px;
  }

  .hero-crumbs-2 {
    display: none;
  }

  .hero-crumbs-1 {
    left: 35%;
    top: -11px;
    display: none;
  }

  .about-section {
    top: 162px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .content-container {
    display: block;
  }

  .info-grid {
    position: relative;
    top: -170px;
    justify-items: center;
    grid-row-gap: 1rem;
  }

  .title-huge {
    font-size: 2.5rem;
  }

  .title-extra-large {
    color: #7ec244;
    font-size: 2.25rem;
    text-align: center;
  }

  .title-large {
    margin-bottom: 1rem;
    font-size: 2.125rem;
    text-align: center;
  }

  .title-medium {
    font-size: 2rem;
  }

  .title-small {
    color: #7ec244;
    text-align: center;
  }

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

  .content-image-mask {
    left: 0px;
    margin-top: 79px;
  }

  .recipe-item-image-mask {
    min-height: 250px;
  }

  .donut-item-container {
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .subtitle-p {
    font-weight: 500;
    text-align: center;
  }

  .recipes-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .link-block {
    top: 17px;
  }

  .button {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .button-text {
    display: block;
  }

  .the-shop-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .nav-container {
    background-color: rgba(255, 255, 255, 0.09);
  }

  .brand.w--current {
    margin-bottom: 0px;
    padding-left: 0px;
  }

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

  .donut-bg-2 {
    display: block;
    margin-top: 178px;
  }

  .logos-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .footer {
    padding: 2.5rem 1rem;
  }

  .info-page-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .style-guide-color-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .info-page-hero-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .info-page-intro-title {
    font-size: 2rem;
  }

  .footer-grid {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 1fr 1.25fr 0.25fr;
    grid-template-columns: 1fr 1.25fr 0.25fr;
  }

  .wrapper {
    display: block;
    margin-top: 2px;
  }

  .hero-donut-1-copy {
    left: 75%;
    right: 0%;
  }

  .section {
    display: block;
  }

  .pack-1 {
    display: none;
  }

  .strawberry-11 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 45%;
  }

  .broccli {
    display: none;
  }

  .pack-3 {
    display: none;
  }

  .pack_2 {
    display: none;
  }

  .pack_5 {
    display: none;
  }

  .pack_4 {
    display: none;
  }

  .heading-7 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: auto 0px 0px auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 3px;
  }

  .section-5 {
    display: block;
    width: auto;
    height: auto;
    margin-top: -33px;
    margin-right: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 0px;
  }

  .section-5.filler {
    max-width: 30%;
  }

  .features-left {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px 0%;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .container-5 {
    display: none;
    margin-top: -100px;
  }

  .paragraph-2 {
    position: relative;
    margin-top: 59px;
    margin-right: 0px;
    margin-left: auto;
    padding-bottom: 70px;
    padding-left: 0px;
    text-align: center;
  }

  .features-card.third {
    left: 0px;
    top: 195px;
    right: 0px;
    bottom: auto;
    margin: -60px;
    padding-right: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .features-card.second {
    position: -webkit-sticky;
    position: sticky;
    left: -23px;
    right: 0px;
    margin: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fcf1e2;
  }

  .features-card.sixith {
    margin: -62px;
  }

  .features-right {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 29%;
    margin: 664px 0px 0px;
    padding-top: 0px;
    padding-right: 86px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .features-wrapper {
    margin-top: 66px;
  }

  .photos {
    background-position: 50% 50%;
    background-size: cover;
  }

  .m_shelf_1 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 70%;
    height: 20%;
  }

  .hero-creativity-copy {
    left: -249px;
    top: 68px;
    display: block;
    margin-right: auto;
  }

  .button-copy {
    left: auto;
    top: auto;
    right: auto;
    bottom: -26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 47px;
    margin-bottom: 132px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m_sec_shelf_1 {
    position: relative;
    display: block;
    height: 30vh;
    margin-top: 95px;
    margin-bottom: 0px;
  }

  .m_sec_shelf_2 {
    position: relative;
    top: 0px;
    display: block;
    height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .m_shelf_image_2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-right: 0px;
  }

  .m_shelf_2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
    width: 70%;
    height: 20%;
  }

  .container {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .circle-image {
    width: 100px;
    height: 100px;
  }

  .buttton-2 {
    position: absolute;
    left: 0%;
    top: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-content {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tabs-icons {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-auto-columns: 1fr;
  }

  .icn-tab-arrow {
    top: auto;
    display: none;
  }

  .icn-tab-arrow._3 {
    left: auto;
  }

  .icn-tab-arrow._1 {
    left: auto;
  }

  .icn-tab-arrow._4 {
    left: auto;
  }

  .icn-tab-arrow._2 {
    left: auto;
  }

  .icn-tab-arrow._5 {
    left: auto;
  }

  .h2-center {
    font-size: 32px;
  }

  .icn {
    width: 100px;
  }

  .cmp-001 {
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section-column-image {
    max-height: 20rem;
  }

  .colum-animated-layout {
    height: 100vh;
    -ms-grid-columns: 8fr;
    grid-template-columns: 8fr;
  }

  .heading-2 {
    font-size: 2.2rem;
  }

  .icons {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icons.red-overlay {
    margin-top: 170px;
    border-radius: 20px 20px 0px 0px;
  }

  .container-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .circle-image-2 {
    width: 100px;
    height: 100px;
  }

  .image-5 {
    position: absolute;
    left: 0%;
    top: -6%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .slider-arrow {
    left: -60px;
    top: auto;
    bottom: 140px;
    width: 120px;
    height: 120px;
    padding-left: 60px;
  }

  .slider-arrow.right {
    right: -60px;
    padding-right: 60px;
  }

  .hero-intro {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 24px;
  }

  .home-hero {
    min-height: 93vh;
  }

  .inner-hero-content {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .button-3 {
    margin: 61px auto 31px;
    padding-right: 34px;
  }

  .button-3.w--current {
    margin-right: -108px;
  }

  .top-nav-container {
    height: 80px;
    grid-column-gap: 5px;
    -ms-grid-columns: 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 1fr 0.75fr;
  }

  .logo {
    margin-top: auto;
    text-align: left;
  }

  .hero-section-2 {
    height: 90vh;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/oliver-hale-Qse3AFWnc48-unsplash.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/oliver-hale-Qse3AFWnc48-unsplash.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .bold-text-2 {
    position: relative;
    top: 30px;
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 50px;
  }

  .image-5-copy {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    padding-right: 0px;
    float: none;
    clear: both;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-5-copy-copy {
    position: absolute;
    left: 0%;
    top: -6%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  ._222222 {
    position: absolute;
    left: 20%;
    top: -13%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: -7px;
    padding-top: 0px;
  }

  ._222222-copy {
    position: absolute;
    left: 0px;
    top: -2%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .contact-form {
    width: 100%;
  }

  .form-subwrapper-cf8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0px;
  }

  .contact-form-wrapper.large {
    height: auto;
  }

  .field-wrapper-cf8 {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0px;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .boton {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .boton.w--current {
    margin-right: -108px;
  }

  .bold-text-5 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .container-5-copy {
    margin-top: -99px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    float: none;
    clear: none;
    text-align: left;
  }

  .features-wrapper-copy {
    margin-top: 45px;
    margin-bottom: 32px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .heading-7-copy {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 3px;
  }

  .paragraph-2-copy {
    position: relative;
    margin-top: 59px;
    margin-right: 0px;
    margin-left: auto;
    padding-bottom: 70px;
    padding-left: 0px;
    text-align: center;
  }

  .bold-text-5-copy {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin: 15px 0px;
    text-align: center;
  }

  .button-copy-copy {
    left: auto;
    top: auto;
    right: auto;
    bottom: -26%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features-right-copy {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin: 57% 0% -13%;
    padding: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .features-card-copy.third {
    right: auto;
    margin: -25px;
  }

  .features-card-copy.second {
    position: -webkit-sticky;
    position: sticky;
    left: -23px;
    right: 0px;
    margin: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fcf1e2;
  }

  .features-card-copy.sixith {
    margin: -25px;
  }

  .features-card-copy.second-copy {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: auto;
    right: 0px;
    margin: -25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcf1e2;
  }

  .features-card-copy.seventh {
    right: auto;
    margin: -60px;
  }

  .features-card-copy.second {
    position: -webkit-sticky;
    position: sticky;
    left: -23px;
    right: 0px;
    margin: -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fcf1e2;
  }

  .features-card-copy.sixith {
    margin: -25px;
  }

  .grid-2-column {
    margin: 0px;
  }

  .card-heading {
    text-align: center;
  }

  .button-4 {
    margin: 15px 40px 40px 47px;
    padding-right: 34px;
  }

  .button-4.w--current {
    margin-right: -108px;
  }

  .full-image-container {
    top: 9px;
    bottom: 0px;
    display: block;
    grid-auto-flow: row dense;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px none #000;
  }

  .full-width-section {
    display: block;
    margin-top: 66px;
    border-style: none;
    border-top-right-radius: 0px;
  }

  .card-body {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: justify;
  }

  .subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #7ec244;
    text-align: center;
  }

  .text-card {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 35px 20px 0px;
  }

  .full-image {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .bold-text-6 {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }

  ._222222-copy {
    position: absolute;
    left: 24%;
    top: 0%;
    right: -27%;
    bottom: auto;
    display: block;
    margin-top: -7px;
    padding-top: 0px;
  }

  .heading-8 {
    position: static;
    margin-top: -55px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 3px;
  }

  .section-7 {
    background-color: transparent;
    background-image: none;
  }

  .features-left-2 {
    left: 49px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-5 {
    margin-top: 59px;
    margin-right: 22px;
    margin-left: -44px;
    padding-bottom: 70px;
    padding-left: 41px;
    text-align: center;
  }

  .features-right-2 {
    margin-top: 437px;
    margin-right: 71px;
    margin-left: -282px;
    padding-right: 0px;
  }

  .content-image-mask-copy {
    left: 0px;
    margin-top: 79px;
  }

  .content-container-copy {
    display: none;
  }

  .colocasia {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 45%;
  }

  .colcasiapack {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
  }

  .icon-2 {
    color: #fff;
  }

  .m_sec_shelf_3 {
    position: relative;
    top: 0px;
    bottom: 0px;
    display: block;
    height: 30vh;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .okra {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .okra_back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-right: 0px;
  }

  .button-5 {
    margin-right: 46px;
    margin-bottom: 33px;
    margin-left: 70px;
    padding-right: 34px;
  }

  .button-5.w--current {
    margin-right: -108px;
  }

  .logo-2 {
    text-align: left;
  }

  .subtitle-2 {
    text-align: center;
  }

  .title-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .drawing-left {
    width: 60px;
    margin-top: 12px;
    margin-left: 7px;
  }

  .square-image {
    min-height: 80px;
    min-width: 80px;
  }

  .drawing-right {
    width: 60px;
    margin-top: 96px;
    margin-right: 3px;
    margin-left: -5px;
  }

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

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

  .our_catalogue {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .contact_us {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 41px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-scroll {
    position: absolute;
    left: 0px;
    top: -2%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .footer-bottom-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .inline-link-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .image-6 {
    width: 100px;
    height: 100px;
    margin-top: 34px;
  }
}

#w-node-_6c1fae61-4ba3-fce2-f4f4-ce3e337dfe22-a442ab84 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c395275e-8ba2-9176-0ad9-7b7ab52bf639-a442ab84 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_669553c3-aecd-d341-c7a1-367305249a9a-a442ab84 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c89bb784-55c7-aea4-d696-676719ee808d-a442ab84 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d2ec1824-cb33-eda5-20ea-672cd42a1020-7a766a2c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.footer-grid>#w-node-d2ec1824-cb33-eda5-20ea-672cd42a1020-7a766a2c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#w-node-_2ad30a86-5349-c311-c81d-fdb97a766a39-7a766a2c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

.footer-grid>#w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

@media screen and (max-width: 991px) {
  #w-node-_6c1fae61-4ba3-fce2-f4f4-ce3e337dfe25-a442ab84 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_8d8df723-74e5-b3be-f88a-4a6a76b765d2-a442ab84 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_2ad30a86-5349-c311-c81d-fdb97a766a2f-7a766a2c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2ad30a86-5349-c311-c81d-fdb97a766a39-7a766a2c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_41e809ce-f8f1-783c-77cb-d727fc4a7122-a442ab84 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c89bb784-55c7-aea4-d696-676719ee808d-a442ab84 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area;
  }

  .footer-grid>#w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  @media screen and (max-width: 991px) {
    .footer-grid>#w-node-d2ec1824-cb33-eda5-20ea-672cd42a1020-7a766a2c {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .footer-grid>#w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }

    .footer-grid>#w-node-e68644ac-441c-9ee2-f62c-d68fb8f62c2a-7a766a2c {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
    }
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41e809ce-f8f1-783c-77cb-d727fc4a7122-a442ab84 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2ad30a86-5349-c311-c81d-fdb97a766a2f-7a766a2c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

