  #quantity-heading{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #c17767;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }
.section-1-hero {
  max-width: 100vw;
  padding-right: 12vw;
  padding-left: 12vw;
  background-color: #f0f7ef;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-2-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-right: 12vw;
  padding-left: 12vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #285380;
  color: #285380;
}

.blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px 15px;
  background-color: #8cc4c3;
  color: #285380;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.blue-button:hover {
  background-color: rgba(140, 196, 195, 0.8);
  color: #f0f7ef;
}

.navbar-logo-center {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  display: block;
  max-width: 100vw;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.navbar-logo-center-container.shadow-three {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  max-width: 100vw;
  margin-top: 0px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 2px solid #8cc4c3;
  background-color: transparent;
}

.container-3 {
  position: relative;
  bottom: -44px;
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper-three {
  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;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-radius: 100px;
  background-color: #f0f7ef;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
}

.nav-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #285380;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-link-2[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.nav-icon-ig {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-radius: 50px;
  background-color: #f0f7ef;
  background-image: url('../images/Instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-icon-ig:hover {
  background-color: #8cc4c3;
}

.pink-button {
  padding: 12px 25px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #c17767;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pink-button:hover {
  background-color: #d68c7b;
  color: #fff;
  font-weight: 700;
}

.pink-button:active {
  background-color: #d68c7b;
}

.body {
  max-height: 100%;
  font-weight: 400;
}

.card-float-hero {
  display: block;
  margin-top: 40px;
}

.section-2-div {
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Brightness, sans-serif;
  color: #c17767;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.image {
  position: relative;
  left: auto;
  top: -45px;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: block;
  max-width: 50%;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: -50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-how-it-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.blue-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #f0f7ef;
  border-radius: 10px 0px 0px 10px;
  background-color: #285380;
  color: #8cc4c3;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.blue-button-2:hover {
  border-style: none;
  background-color: #8cc4c3;
  color: #285380;
}

.div-block-6 {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  margin-right: 10vh;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f0f7ef;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  padding-right: 12vw;
  padding-left: 12vw;
  -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;
  background-color: #f0f7ef;
  color: #285380;
}

.section-1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-3 {
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-7 {
  max-width: 100%;
  margin-bottom: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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;
}

.slider {
  overflow: hidden;
  height: auto;
  padding-bottom: 0px;
  -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;
  background-color: #f0f7ef;
}

.slide-cocoa {
  text-align: center;
}

.mask {
  overflow: visible;
}

.image-cocoa {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.popup-div-cocoa {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-width: 100vw;
  padding: 40px 12vw 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-div-cocoa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #a06928;
  background-color: #ede9c3;
}

.div-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  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;
  text-align: center;
}

.popup-close-robusta {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close_robusta.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-robusta:hover {
  opacity: 0.6;
}

.popup-close-robusta:active {
  opacity: 0.6;
}

.mint-div-popup {
  display: block;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.popup-blue-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px none #000;
  border-radius: 10px 0px 0px 10px;
  background-color: #285380;
  color: #f0f7ef;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.popup-blue-button:hover {
  background-color: #8cc4c3;
  color: #f0f7ef;
}

.mint-div-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: -50px;
  padding-left: 20px;
  -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;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f0f7ef;
  text-align: left;
}

.mint-div-textbox {
  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;
}

.text-mint-no-robusta {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #c17670;
  font-size: 18px;
  font-weight: 700;
}

.div-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 20px;
  -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;
  text-align: center;
}

.image-6 {
  max-width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-7 {
  max-width: 80%;
}

.image-9 {
  display: inline-block;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -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;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  max-width: 100%;
  padding-right: 12vw;
  padding-left: 12vw;
  background-color: rgba(193, 119, 103, 0.4);
  background-image: url('../images/bg_patterns-1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
  mix-blend-mode: normal;
}

.slide-nav {
  display: none;
}

.text-block-question {
  color: #c17767;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.image-10 {
  z-index: 2;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 10px;
  clear: right;
}

.heading-blue {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 100px;
  font-family: Brightness, sans-serif;
  color: #285380;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.text-block-answer {
  padding-bottom: 10px;
  border-bottom-right-radius: 15px;
  color: #285380;
  font-weight: 400;
  text-align: left;
}

.text-block-sub-text {
  border-bottom-right-radius: 15px;
  color: #285380;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.heading-left {
  margin-bottom: 60px;
  font-family: Brightness, sans-serif;
  color: #c17767;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
}

.div-block-roadmap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-bottom: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: stretch;
  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;
}

.div-block-roadmap-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 60px;
  padding-bottom: 100px;
  -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;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  border-left: 2px solid #8cc4c3;
  text-align: left;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  max-width: 80%;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-question-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-text-question-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -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;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0px;
  background-color: #f0f7ef;
  text-decoration: none;
}

.div-answer-1 {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -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;
  border-bottom-right-radius: 15px;
  background-color: #f0f7ef;
}

.div-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-bottom: 40px;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-text-question-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0px;
  background-color: #f0f7ef;
  text-decoration: none;
}

.div-answer-2 {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -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;
  border-bottom-right-radius: 15px;
  background-color: #f0f7ef;
  text-align: left;
}

.section-3b-div {
  display: block;
  padding: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-question-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-right: 20px;
  padding-bottom: 40px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-text-question-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0px;
  background-color: #f0f7ef;
  text-decoration: none;
}

.div-answer-3 {
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -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;
  border-bottom-right-radius: 15px;
  background-color: #f0f7ef;
  text-align: left;
}

.list-item {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f0f7ef;
}

.list-item:hover {
  background-color: #8cc4c3;
  color: #f0f7ef;
}

.nav-icon-twitter {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-radius: 50px;
  background-color: #f0f7ef;
  background-image: url('../images/Twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-icon-twitter:hover {
  background-color: #8cc4c3;
}

.nav-icon-opensea {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-radius: 50px;
  background-color: #f0f7ef;
  background-image: url('../images/opensea-seeklogo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-icon-opensea:hover {
  background-color: #8cc4c3;
}

.section-footer {
  max-width: 100%;
  padding-right: 12vw;
  padding-left: 12vw;
  background-color: rgba(140, 196, 195, 0.6);
  background-image: url('../images/bg_patterns-2.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: fixed;
  mix-blend-mode: normal;
}

.div-footer {
  margin-right: -12vw;
  margin-left: -12vw;
  padding: 30px 12vw;
  background-color: #8cc4c3;
}

.heading-blue-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Brightness, sans-serif;
  color: #285380;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-align: left;
}

.div-shout-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -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;
}

.div-shout-out-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 60px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-shout-out-text {
  padding-right: 60px;
  text-align: left;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Brightnessinverted, sans-serif;
  color: #c17767;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.div-shout-out-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -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;
  text-align: left;
}

.link-block-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px 25px 10px 20px;
  -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-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #c17767;
  text-decoration: none;
}

.text-block-4 {
  color: #f0f7ef;
  font-weight: 700;
  text-decoration: none;
}

.image-13 {
  max-width: 100%;
}

.text-block-5 {
  color: #285380;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.div-block-15 {
  text-align: center;
}

.nav-menu-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.popup-div-about-us {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-height: 100%;
  max-width: 100vw;
  padding: 40px 12vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-div-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  background-color: #f0f7ef;
}

.popup-close-about-us {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close_blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-about-us:hover {
  opacity: 0.6;
}

.popup-close-about-us:active {
  opacity: 0.6;
}

.div-profile-card-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 10px;
  -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;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #8cc4c3;
  border-top-right-radius: 30px;
}

.link-block {
  display: block;
  max-width: 100%;
  padding-right: 80px;
  padding-left: 80px;
}

.image-divider-3 {
  position: relative;
  z-index: 3;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-divider-2 {
  position: relative;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.list {
  margin-bottom: 0px;
}

.section-1 {
  max-width: 100vw;
  padding-right: 12vw;
  padding-left: 12vw;
  background-color: #f0f7ef;
  background-image: url('../images/bg_patterns-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-mint-text {
  padding-right: 0px;
  text-align: center;
}

.heading-blue-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Brightness, sans-serif;
  color: #285380;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

.sub-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c17767;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.div-block-mint {
  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;
}

.div-mint-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 60px 0px 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.section-4-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 60px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.section-3a-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 60px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.sub-heading-2-blue {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Brightnessinverted, sans-serif;
  color: #8cc4c3;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.text-block-6 {
  font-family: Brightnessbook, sans-serif;
  font-size: 16px;
  text-align: center;
}

.div-profile-sm-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-bottom-left-radius: 30px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 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;
}

.columns {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.popup-div-robusta {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-width: 100vw;
  padding: 40px 12vw 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-div-robusta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #d49c83;
  background-color: #ede5d0;
}

.slide-robusta {
  text-align: center;
}

.image-robusta {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-cocoa {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #a06928;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-block-2-cocoa {
  padding-top: 20px;
  color: #541f3f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-mint-no-cocoa {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #2887a1;
  font-size: 18px;
  font-weight: 700;
}

.popup-close-cocoa {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-cocoa:hover {
  opacity: 0.6;
}

.popup-close-cocoa:active {
  opacity: 0.6;
}

.text-block-robusta {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #813654;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-block-2-robusta {
  padding-top: 20px;
  color: #541f3f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.image-arabica {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.popup-div-arabica {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-width: 100vw;
  padding: 40px 12vw 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-div-arabica {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #f2855e;
  background-color: #ede5d0;
}

.popup-close-arabica {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close_arabica.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-arabica:hover {
  opacity: 0.6;
}

.popup-close-arabica:active {
  opacity: 0.6;
}

.text-block-2-arabica {
  padding-top: 20px;
  color: #555;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-block-arabica {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-mint-no-arabica {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #ef694c;
  font-size: 18px;
  font-weight: 700;
}

.image-profile-card {
  padding-bottom: 20px;
}

.image-15 {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-profile-card-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #c17767;
  border-top-right-radius: 30px;
}

.div-profile-sm-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  border-style: solid;
  border-width: 2px;
  border-color: #c17767;
  border-bottom-left-radius: 30px;
}

.sub-heading-2pink {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Brightnessinverted, sans-serif;
  color: #c17767;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

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

.image-17 {
  position: absolute;
  top: auto;
  right: 10%;
  bottom: 0%;
}

.column-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 220px;
  -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;
}

.image-soybean {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.popup-div-soybean {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-width: 100vw;
  padding: 40px 12vw 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.body-div-soybean {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #07909a;
  background-color: #7dcba3;
}

.popup-close-soybean {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close_soybean.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-soybean:hover {
  opacity: 0.6;
}

.popup-close-soybean:active {
  opacity: 0.6;
}

.text-block-2-soybean {
  padding-top: 20px;
  color: #00718b;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-block-soybean {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #00718b;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-mint-no-soybean {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #45aea0;
  font-size: 18px;
  font-weight: 700;
}

.popup-div-teaavg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: none;
  max-width: 100vw;
  padding: 40px 12vw 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-teaavg {
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.body-div-teaavg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #b4b991;
  background-color: #f5edbe;
}

.popup-close-teaavg {
  position: absolute;
  left: auto;
  top: 60px;
  right: 13vw;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-image: url('../images/close_teaAVG.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.popup-close-teaavg:hover {
  opacity: 0.6;
}

.popup-close-teaavg:active {
  opacity: 0.6;
}

.text-block-2-teaavg {
  padding-top: 20px;
  color: #3d5941;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-block-teaavg {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #3d5941;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-mint-no-teaavg {
  padding-right: 20px;
  background-color: #f0f7ef;
  color: #de8a5b;
  font-size: 18px;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.columns-3 {
  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;
}

.div-cards-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f0f7ef;
  text-align: center;
}

.image-18 {
  text-align: center;
}

.image-18:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
}

.image-18:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #8cc4c3;
}

.mask-2 {
  overflow: hidden;
  padding-right: 40px;
  padding-left: 40px;
}

.slide {
  max-width: 20%;
}

.slider-2 {
  margin-bottom: -50px;
  -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: transparent;
}

.slide-nav-2 {
  display: none;
}

.div-block-16 {
  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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div-block-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.paragraph {
  color: #f0f7ef;
  font-size: 16px;
  line-height: 24px;
}

.heading-2 {
  margin-top: 40px;
  text-align: center;
}

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

.icon {
  margin-bottom: 190px;
  margin-left: 0px;
  color: #8cc4c3;
  font-size: 30px;
}

.icon-2 {
  margin-right: 0px;
  margin-bottom: 190px;
  color: #8cc4c3;
  font-size: 30px;
}

.div-block-17 {
  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;
}

.div-block-18 {
  width: 60px;
}

.div-select-amount {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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;
}

.number-select-amount {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #285380;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.div-progress-bar {
  margin-top: 30px;
  margin-bottom: 40px;
}

.image-19 {
  height: 30px;
}

.select-mint-amount-text {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #285380;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.div-select-amount-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-20 {
  width: 150px;
  max-width: 100%;
  margin-bottom: 40px;
}

.div-text-order {
  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;
}

.columns-4 {
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.spacer-80 {
  height: 80px;
}

.column-2 {
  padding-right: 20px;
  text-align: center;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.bold-text {
  color: #285380;
  font-size: 18px;
  font-weight: 700;
}

.spacer-5 {
  height: 5px;
}

.blue-text {
  color: #285380;
}

.spacer-20 {
  height: 20px;
}

.line-blue {
  height: 1px;
  background-color: #8cc4c3;
}

.bold-text-pink {
  color: #c17767;
  font-size: 18px;
  font-weight: 700;
}

.pink-button-inactive {
  padding: 12px 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #c17767;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #c17767;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-17a {
  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;
}

@media screen and (max-width: 991px) {
  .section-1-hero {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section-2-about-us {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .navbar-logo-center-container.shadow-three {
    margin-top: -20px;
    padding-top: 0px;
  }

  .container-3 {
    bottom: -58px;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-wrapper-three {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 38px;
    z-index: 4;
    -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;
  }

  .nav-menu-three {
    padding: 60px 40px 40px;
    -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-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;
    border-radius: 0px;
    background-color: #f0f7ef;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-menu-block {
    padding-left: 0px;
    -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;
  }

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .pink-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    padding: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #8cc4c3;
    border-radius: 50px;
    background-color: #f0f7ef;
    color: #285380;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: #8cc4c3;
    color: #f0f7ef;
  }

  .card-float-hero {
    max-width: 80%;
  }

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

  .heading {
    margin-top: 0px;
    margin-bottom: 40px;
  }

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

  .div-how-it-works {
    padding-top: 40px;
  }

  .blue-button-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .section-3 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .section-1-div {
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .image-3 {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .popup-div-cocoa {
    display: none;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-cocoa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .popup-close-robusta {
    top: 55px;
    right: 10vw;
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .popup-blue-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mint-div-cta {
    padding-left: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mint-div-textbox {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-mint-no-robusta {
    padding-right: 10px;
    font-size: 16px;
  }

  .left-arrow {
    padding-bottom: 40px;
  }

  .right-arrow {
    padding-bottom: 40px;
  }

  .section-4 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .text-block-question {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-roadmap-left {
    max-width: 40%;
  }

  .div-block-roadmap-right {
    max-width: 60%;
  }

  .div-question-1 {
    padding-right: 0px;
  }

  .div-question-3 {
    padding-right: 0px;
  }

  .nav-icon-twitter {
    margin-right: 10px;
  }

  .nav-icon-opensea {
    margin-right: 10px;
  }

  .section-footer {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .heading-blue-2 {
    font-size: 40px;
    line-height: 42px;
  }

  .div-shout-out-image {
    padding-left: 40px;
  }

  .div-shout-out-text {
    padding-right: 20px;
  }

  .sub-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .link-block-social {
    padding: 5px 15px 5px 10px;
  }

  .text-block-5 {
    line-height: 18px;
  }

  .nav-menu-block-2 {
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .popup-div-about-us {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-about-us {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-profile-card-m {
    width: 150px;
  }

  .link-block {
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-divider-2 {
    margin-top: 0px;
    padding-bottom: 40px;
  }

  .div-about-us {
    padding-top: 40px;
  }

  .section-1 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .div-mint-text {
    padding-right: 20px;
  }

  .heading-blue-3 {
    font-size: 40px;
    line-height: 42px;
  }

  .sub-heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-mint-image {
    padding-left: 0px;
  }

  .section-footer-div {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4-div {
    padding-top: 0vw;
    padding-bottom: 40px;
  }

  .section-3a-div {
    padding-bottom: 40px;
  }

  .sub-heading-2-blue {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .div-profile-sm-m {
    width: 150px;
  }

  .column {
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns {
    padding-right: 0px;
    padding-left: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .popup-div-robusta {
    display: none;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-robusta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .text-block-cocoa {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-2-cocoa {
    font-size: 16px;
    line-height: 20px;
  }

  .text-mint-no-cocoa {
    padding-right: 10px;
    font-size: 16px;
  }

  .popup-close-cocoa {
    top: 55px;
    right: 10vw;
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .text-block-robusta {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-2-robusta {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-div-arabica {
    display: none;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-arabica {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .popup-close-arabica {
    top: 55px;
    right: 10vw;
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .text-block-2-arabica {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-arabica {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-mint-no-arabica {
    padding-right: 10px;
    font-size: 16px;
  }

  .div-profile-card-f {
    width: 150px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom-style: none;
  }

  .div-profile-sm-f {
    width: 150px;
  }

  .sub-heading-2pink {
    font-size: 20px;
    line-height: 22px;
  }

  .image-16 {
    width: 120px;
  }

  .image-17 {
    width: 80px;
  }

  .column-hero {
    padding-top: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-div-soybean {
    display: none;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-soybean {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .popup-close-soybean {
    top: 55px;
    right: 10vw;
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .text-block-2-soybean {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-soybean {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-mint-no-soybean {
    padding-right: 10px;
    font-size: 16px;
  }

  .popup-div-teaavg {
    display: none;
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .body-div-teaavg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }

  .popup-close-teaavg {
    top: 55px;
    right: 10vw;
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .text-block-2-teaavg {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-teaavg {
    padding-right: 10px;
    font-size: 16px;
  }

  .text-mint-no-teaavg {
    padding-right: 10px;
    font-size: 16px;
  }

  .div-cards-selection {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide {
    max-width: 30%;
  }

  .image-19 {
    height: 20px;
  }

  .columns-4 {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-21 {
    max-width: 80%;
  }

  .image-22 {
    max-width: 80%;
  }

  .pink-button-inactive {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-1-hero {
    padding-right: 5vw;
    padding-left: 5vw;
    background-position: 50% 50%;
  }

  .section-2-about-us {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .blue-button {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-style: solid;
  }

  .container-3 {
    z-index: 5;
    overflow: visible;
  }

  .navbar-wrapper-three {
    max-width: 100vw;
  }

  .navbar-brand-three {
    padding-left: 10px;
  }

  .nav-menu-wrapper-three {
    top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-three {
    padding-right: 80px;
    padding-bottom: 30px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-menu-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-link-2 {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-icon-ig {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 0px;
    padding-left: 20px;
  }

  .menu-button {
    z-index: 5;
  }

  .card-float-hero {
    max-width: 80%;
  }

  .section-2-div {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .image {
    top: -35px;
    max-width: 70%;
  }

  .div-block-3 {
    width: 75%;
    margin-bottom: -35px;
  }

  .div-block-4 {
    width: 25%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .div-how-it-works {
    padding-top: 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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .blue-button-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-6 {
    margin-right: 5vh;
  }

  .image-2 {
    width: 40px;
    height: 40px;
  }

  .section-3 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .section-1-div {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .image-3 {
    padding-bottom: 60px;
  }

  .popup-div-cocoa {
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-cocoa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .div-block-right {
    padding: 10px;
  }

  .popup-close-robusta {
    top: 45px;
    right: 6vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .mint-div-popup {
    padding-top: 0px;
  }

  .popup-blue-button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mint-div-cta {
    margin-right: -32px;
  }

  .text-mint-no-robusta {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-left {
    padding: 10px;
  }

  .image-9 {
    width: 30px;
  }

  .image-10 {
    padding-left: 20px;
  }

  .heading-blue {
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-roadmap-left {
    max-width: 35%;
    padding-bottom: 60px;
  }

  .div-block-roadmap-right {
    max-width: 65%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .div-block-14 {
    margin-left: -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-question-1 {
    max-width: 100%;
  }

  .div-question-2 {
    max-width: 100%;
  }

  .section-3b-div {
    padding-bottom: 0px;
  }

  .div-question-3 {
    max-width: 100%;
  }

  .list-item {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .nav-icon-twitter {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-icon-opensea {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-blue-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .div-shout-out-image {
    padding-left: 20px;
  }

  .div-shout-out-text {
    padding-right: 0px;
  }

  .sub-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .div-shout-out-buttons {
    -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;
  }

  .link-block-social {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 14px;
  }

  .nav-menu-block-2 {
    padding-top: 20px;
    padding-left: 0px;
    -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;
  }

  .popup-div-about-us {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-about-us {
    padding-right: 20px;
    padding-left: 20px;
  }

  .popup-close-about-us {
    background-size: 35px 35px;
  }

  .div-profile-card-m {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .link-block {
    padding-right: 60px;
    padding-left: 60px;
  }

  .image-divider-3 {
    padding-bottom: 20px;
  }

  .div-about-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .list {
    margin-bottom: 0px;
  }

  .section-1 {
    padding-right: 5vw;
    padding-left: 5vw;
    background-position: 50% 50%;
  }

  .div-mint-text {
    padding-right: 0px;
  }

  .heading-blue-3 {
    font-size: 36px;
    line-height: 38px;
  }

  .sub-heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-mint-image {
    padding-top: 40px;
    padding-left: 0px;
  }

  .image-roadmap {
    width: 100px;
  }

  .text-bullet-roadmap {
    font-size: 12px;
    line-height: 18px;
  }

  .section-footer-div {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-3a-div {
    padding-bottom: 40px;
  }

  .sub-heading-2-blue {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-profile-sm-m {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-2 {
    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;
  }

  .popup-div-robusta {
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-robusta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .text-block-cocoa {
    font-size: 14px;
    line-height: 18px;
  }

  .text-mint-no-cocoa {
    font-size: 14px;
    line-height: 18px;
  }

  .popup-close-cocoa {
    top: 45px;
    right: 6vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .text-block-robusta {
    font-size: 14px;
    line-height: 18px;
  }

  .popup-div-arabica {
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-arabica {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .popup-close-arabica {
    top: 45px;
    right: 6vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .text-block-arabica {
    font-size: 14px;
    line-height: 18px;
  }

  .text-mint-no-arabica {
    font-size: 14px;
    line-height: 18px;
  }

  .div-profile-card-f {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-profile-sm-f {
    width: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .sub-heading-2pink {
    font-size: 16px;
    line-height: 20px;
  }

  .image-16 {
    width: 100px;
  }

  .image-17 {
    width: 70px;
  }

  .column-hero {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-div-soybean {
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-soybean {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .popup-close-soybean {
    top: 45px;
    right: 6vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .text-block-soybean {
    font-size: 14px;
    line-height: 18px;
  }

  .text-mint-no-soybean {
    font-size: 14px;
    line-height: 18px;
  }

  .popup-div-teaavg {
    display: none;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .body-div-teaavg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .popup-close-teaavg {
    top: 45px;
    right: 6vw;
    width: 30px;
    height: 30px;
    background-size: contain;
    font-size: 12px;
  }

  .text-block-teaavg {
    font-size: 14px;
    line-height: 18px;
  }

  .text-mint-no-teaavg {
    font-size: 14px;
    line-height: 18px;
  }

  .div-cards-selection {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-progress-bar {
    margin-top: 0px;
  }

  .image-19 {
    height: 20px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-2 {
    padding-right: 10px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .section-1-hero {
    background-position: 50% 100%;
    background-size: 150vw;
  }

  .section-2-about-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .blue-button {
    font-size: 14px;
  }

  .navbar-logo-center-container.shadow-three {
    margin-top: -30px;
    padding-bottom: 20px;
  }

  .container-3 {
    bottom: -58px;
    max-width: none;
  }

  .navbar-brand-three {
    padding: 8px;
  }

  .nav-menu-wrapper-three {
    top: 35px;
  }

  .nav-menu-three {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-icon-ig {
    margin-bottom: 20px;
  }

  .card-float-hero {
    width: auto;
    max-width: 90%;
    margin-bottom: 20px;
  }

  .section-2-div {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 28px;
  }

  .image {
    top: -25px;
  }

  .div-block-3 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-how-it-works {
    padding-top: 0px;
    padding-bottom: 40px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .blue-button-2 {
    border-right-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .div-block-6 {
    margin-right: 0vh;
  }

  .image-2 {
    width: 38px;
    height: 38px;
  }

  .section-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-1-div {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .div-block-7 {
    max-width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider {
    max-width: 100vw;
    padding-bottom: 40px;
  }

  .popup-div-cocoa {
    display: none;
  }

  .body-div-cocoa {
    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;
  }

  .div-block-right {
    max-width: 100%;
  }

  .popup-blue-button {
    border-right-style: solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .div-block-left {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-8 {
    padding-bottom: 20px;
  }

  .image-9 {
    width: 25px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .section-4 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slide-nav {
    display: block;
    font-size: 10px;
  }

  .text-block-question {
    text-align: center;
  }

  .image-10 {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-blue {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 32px;
    line-height: 34px;
  }

  .text-block-answer {
    text-align: center;
  }

  .text-block-sub-text {
    text-align: center;
  }

  .heading-left {
    margin-top: 0px;
    margin-bottom: auto;
    font-size: 28px;
  }

  .div-block-roadmap-left {
    max-width: 100%;
    padding-bottom: 0px;
    -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;
  }

  .div-block-roadmap-right {
    max-width: 100%;
    margin-left: 25px;
    padding-top: 0px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-11 {
    max-width: 50%;
  }

  .div-block-14 {
    margin-left: -36px;
    padding-bottom: 10px;
  }

  .div-question-1 {
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-text-question-1 {
    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;
  }

  .div-answer-1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-text-question-2 {
    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;
  }

  .div-answer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-text-question-3 {
    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;
  }

  .div-answer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-icon-twitter {
    margin-bottom: 10px;
  }

  .nav-icon-opensea {
    margin-bottom: 10px;
  }

  .section-footer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .heading-blue-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    text-align: center;
  }

  .div-shout-out {
    -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;
  }

  .div-shout-out-image {
    max-width: 70%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-shout-out-text {
    max-width: 100%;
  }

  .sub-heading {
    margin-top: 0px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }

  .div-shout-out-buttons {
    padding-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .link-block-social {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 14px;
  }

  .nav-menu-block-2 {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-close-about-us {
    background-size: 30px 30px;
  }

  .div-profile-card-m {
    width: 150px;
  }

  .link-block {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-divider-3 {
    margin-bottom: -20px;
    padding-bottom: 40px;
  }

  .image-divider-2 {
    margin-bottom: -80px;
    padding-bottom: 100px;
  }

  .div-about-us {
    padding-top: 0px;
    padding-bottom: 40px;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .list {
    padding-left: 30px;
  }

  .section-1 {
    background-position: 50% 100%;
    background-size: 150vw;
  }

  .div-mint-text {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-blue-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    text-align: center;
  }

  .sub-heading-2 {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .div-mint-image {
    max-width: 70%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-roadmap {
    width: 70px;
  }

  .text-bullet-roadmap {
    font-size: 11px;
    line-height: 16px;
  }

  .section-footer-div {
    padding-bottom: 60px;
  }

  .section-4-div {
    padding-bottom: 40px;
  }

  .sub-heading-2-blue {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .div-profile-sm-m {
    width: 150px;
  }

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

  .columns {
    display: block;
  }

  .columns-2 {
    display: block;
  }

  .popup-div-robusta {
    display: none;
  }

  .body-div-robusta {
    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;
  }

  .text-block-2-cocoa {
    padding-top: 10px;
  }

  .text-block-2-robusta {
    padding-top: 10px;
  }

  .popup-div-arabica {
    display: none;
  }

  .body-div-arabica {
    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;
  }

  .text-block-2-arabica {
    padding-top: 10px;
  }

  .div-profile-card-f {
    width: 150px;
  }

  .div-profile-sm-f {
    width: 150px;
  }

  .sub-heading-2pink {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .image-16 {
    left: 23%;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .column-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-div-soybean {
    display: none;
  }

  .body-div-soybean {
    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;
  }

  .text-block-2-soybean {
    padding-top: 10px;
  }

  .popup-div-teaavg {
    display: none;
  }

  .body-div-teaavg {
    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;
  }

  .text-block-2-teaavg {
    padding-top: 10px;
  }

  .div-cards-selection {
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .slide {
    max-width: 80%;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .div-block-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-18 {
    display: block;
    height: 20px;
  }

  .columns-4 {
    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;
  }

  .spacer-80 {
    display: block;
    height: 40px;
  }

  .column-2 {
    padding-bottom: 40px;
    text-align: center;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Brightnessbook';
  src: url('../fonts/BrightnessBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brightness';
  src: url('../fonts/Brightness.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brightnessinverted';
  src: url('../fonts/BrightnessInverted.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}