:root {
  --dim-grey: #6c6c6c;
  --firebrick: #ac1313;
  --white: white;
  --white-smoke: #f8f6f4;
  --grey: #858585;
  --gainsboro: #dbdbdb;
  --light-coral: #d77474;
  --steel-blue: #0077be;
  --emailbox: rgba(219, 219, 219, .1);
  --burlywood: #ebb96a;
  --orange-red: #ff5f0f;
  --dark-grey: #a1a1a1;
  --dim-grey-2: #4d4d4d;
  --black: black;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: rgba(12, 21, 47, .6);
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 0;
  padding: 24px 99px 25px 100px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

a {
  color: #03abcf;
  text-decoration: underline;
}

.item-tittle {
  color: var(--dim-grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .4s;
}

.item-tittle:hover {
  color: var(--firebrick);
}

.hero-section {
  height: 70vh;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/IMG-7156.png');
  background-position: 20% 38%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  align-items: center;
  padding-top: 5%;
  display: none;
  overflow: visible;
}

.hero-section.about-us {
  height: auto;
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/IMG_0059.jpg');
  background-position: 0 0, 0 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1920px;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.about-us.shop {
  background-image: linear-gradient(to right, var(--white-smoke) 30%, transparent), url('../images/about-us-essential-oils.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.hero-section.about-us.plates {
  background-image: url('../images/Cheri.JPG');
  background-position: 50%;
  background-size: cover;
}

.nav-link {
  opacity: 1;
  color: #282828;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--grey);
}

.nav-link.w--current {
  color: #03abcf;
  padding-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pacifico, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading.left {
  text-align: left;
}

.items-content {
  z-index: 200;
  text-align: left;
  background-color: #fff;
  border-bottom: 0 rgba(0, 0, 0, 0);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-direction: row;
  align-items: center;
}

.section {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section.collections {
  background-color: #fff;
  border-top-style: none;
  padding: 73px 20px 14px;
  display: none;
  position: relative;
}

.section.footer-section {
  color: #f5f6f6;
  background-color: #f5f6f6;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 22px;
  line-height: 24px;
  position: relative;
}

.section.newslatter {
  height: auto;
  border-top-style: solid;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.section.gray {
  background-color: #f8f8f8;
}

.section.gray.testimonials {
  position: relative;
}

.section.cta {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .89) 35%, rgba(255, 255, 255, 0) 84%), url('../images/Screen-Shot-2020-07-02-at-2.16.47-PM.png');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: auto;
  margin-bottom: auto;
}

.section.sale-section {
  color: rgba(0, 0, 0, 0);
  padding-top: 220px;
  display: none;
  position: relative;
}

.section.sale-section.about {
  padding-bottom: 0;
}

.section.collection {
  display: none;
  position: relative;
}

.brand {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand.w--current {
  float: left;
  margin-top: -4px;
}

.brand.footer {
  margin-bottom: 20px;
}

.items-price {
  color: #000;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-content-tittle.no-bottom-padding {
  margin-bottom: 0;
}

.nav-menu {
  z-index: 3;
  opacity: 1;
  display: block;
}

.vertical-category {
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: none;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.vertical-category.right {
  top: 50%;
  left: auto;
  right: 0%;
}

.subscribe-form-block {
  margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
  width: 500px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-text {
  color: var(--light-coral);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.left, .top-text.cta {
  text-align: left;
}

.top-text.hero {
  color: var(--steel-blue);
  margin-bottom: -20px;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-for-top {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.header-for-top.about-section {
  padding-left: 34px;
  padding-right: 34px;
}

.header-for-top.top-herp {
  display: none;
}

.footer-subscribe {
  width: 64%;
  height: 45px;
  float: left;
  background-color: var(--emailbox);
  color: var(--dim-grey);
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-position: 9px 57%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-style: solid;
  border-color: #ebebeb;
  border-bottom-width: 1px;
  margin-right: 2px;
  padding-left: 40px;
  font-size: 13px;
  line-height: 23px;
  display: inline-block;
}

.footer-subscribe.email {
  width: 94%;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.subscribe-button {
  width: 35%;
  height: 45px;
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #03abcf;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s;
}

.subscribe-button:hover {
  background-color: var(--firebrick);
}

.top-padding {
  margin-top: 40px;
}

.footer-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-block.padding {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-image-newsletter {
  width: 80px;
  height: 80px;
  background-color: var(--steel-blue);
  background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-radius: 100%;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.form {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.links-category {
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.links-category:hover {
  color: #000;
  text-decoration: none;
}

.links-category.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.newsletter-block {
  width: 100%;
  margin-top: 3px;
}

.button {
  height: auto;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button:hover {
  background-color: var(--firebrick);
  opacity: 1;
  color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  transform: translate(0, -1px);
}

.button.dark {
  background-color: var(--steel-blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button.dark.center {
  text-align: center;
  display: block;
}

.product-page-image {
  width: 100%;
  height: 700px;
  text-align: center;
  background-image: url('../images/oriento-663905-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.list-item {
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-content {
  margin-top: 20px;
}

.link-category {
  color: rgba(12, 21, 47, .6);
  margin-left: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .4s;
}

.link-category:hover {
  color: #000;
}

.price-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.category-item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.product-info {
  color: #000;
  text-align: left;
  padding: 0 40px;
}

.tittle-plock {
  margin-bottom: 20px;
}

.tittle {
  color: rgba(12, 21, 47, .6);
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.page-title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: #000;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

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

.paragraph.main {
  color: var(--steel-blue);
}

.tab-block {
  width: 240px;
  height: 240px;
  background-color: #1c49fd;
  border: 30px solid rgba(0, 0, 0, .05);
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 30px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.tab-block:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
}

.section-tittle {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.section-tittle.cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 36px;
  line-height: 46px;
}

.history-tittle {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Dancing Script, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.history-paragraph {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 20px;
  line-height: 24px;
}

.about-column {
  padding-left: 0;
  padding-right: 0;
}

.link-2 {
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
  text-decoration: none;
  transition: all .4s;
}

.link-2:hover {
  opacity: 1;
  color: var(--firebrick);
  text-decoration: underline;
}

.link-2._2 {
  color: #000;
  margin-right: 2px;
  text-decoration: none;
}

.sub-footer {
  background-color: rgba(219, 219, 219, .1);
  border-top: 1px solid #ebebeb;
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sub-footer.no-padding {
  margin-top: 0;
}

.right-footertext {
  text-align: right;
  padding-left: 1px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.right-footertext.center {
  text-align: center;
  display: inline-block;
}

.container-2 {
  z-index: 1;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.social-icon-div {
  text-align: center;
  padding-top: 20px;
}

.social-icon-div.no-padding {
  padding-top: 0;
}

.social-icon-div.no-padding.more-left {
  margin-left: 5px;
}

.social-wrapper-div {
  width: 32px;
  height: 32px;
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  margin-left: 3px;
  margin-right: 3px;
  transition: all .4s;
}

.social-wrapper-div:hover {
  border-color: var(--burlywood);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.social-wrapper-div.twitter {
  background-image: url('../images/twitter-logo-silhouette-black.svg');
  background-size: 16px;
}

.social-wrapper-div.twitter:hover {
  border-color: var(--orange-red);
}

.social-wrapper-div.google {
  opacity: .52;
  background-image: url('../images/google-plus-Black.svg');
  background-size: 16px;
}

.social-wrapper-div.google:hover {
  border-color: var(--firebrick);
  opacity: 1;
}

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

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

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.related-block {
  color: #000;
  margin-top: 0;
}

.body {
  font-family: Libre Franklin, sans-serif;
}

.cta-button-block {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.cta-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.different-font {
  color: var(--steel-blue);
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.color-block {
  width: 500px;
  height: 220px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.info-sale-block {
  width: 70%;
  text-align: left;
}

.sale-tittle {
  text-align: left;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.sale-tittle.contact {
  margin-top: 0;
}

.sale-tittle.related {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}

.sale-tittle.product {
  font-size: 30px;
  line-height: 40px;
}

.detail-paragraph {
  text-align: left;
}

.detail-paragraph.subpage {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 24px;
}

.button-link {
  color: #000;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

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

.button-link.product {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.row-padding {
  margin-bottom: 220px;
}

.footer-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
}

.about-pompeo-text {
  width: 75%;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.about-pompeo-text.center {
  text-align: center;
  text-decoration: none;
}

.checkbox {
  float: none;
  margin-top: 40px;
  margin-bottom: 28px;
  display: none;
}

.checkbox-2 {
  float: none;
  color: #fff;
  background-color: #8534ff;
  margin-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}

.subscribe-text-field {
  color: #a1a1a1;
  font-family: Lato, sans-serif;
}

.div-info-wrapper {
  margin-top: 90px;
}

.div-column-left {
  width: 90%;
  float: left;
}

.div-column-right {
  width: 90%;
  float: right;
}

.image-2 {
  position: relative;
  top: 19px;
  left: 53px;
}

.image-3 {
  position: relative;
  top: 21px;
  right: 119px;
}

.team-wrapper {
  width: 96%;
  text-align: center;
  background-color: #fff;
  border: 1px #eaf0fd;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
}

.image-team-div {
  width: 90px;
  height: 90px;
  background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-team-div._2 {
  background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
  background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
  color: #1f2532;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
}

.icon-tittle.color {
  color: #1f2532;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.icon-tittle.position {
  width: 120px;
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin: 0 auto 20px;
  font-size: 10px;
  font-weight: 500;
  display: block;
}

.contact-div-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-info {
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.form-block-2 {
  height: 560px;
  background-color: #fff;
  padding: 60px;
}

.button-2 {
  width: 185px;
  color: #fff;
  background-color: #da0000;
  border: 1px #0675ec;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #fff;
  background-color: #da0000;
  border-width: 0;
  border-color: #000;
}

.button-2.contact {
  background-color: var(--firebrick);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.button-2.contact:hover {
  background-color: var(--orange-red);
}

.center-button-block, .left-form {
  text-align: left;
}

.text-field-3 {
  height: 42px;
  float: none;
  border-radius: 3px;
  margin-bottom: 12px;
  display: inline-block;
}

.text-field-3.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-3.contact-form.gray {
  width: 94%;
  height: 45px;
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 23px;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: red;
  border-radius: 0;
  padding: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.contact-form.message.gray {
  width: 98%;
  min-height: 170px;
  background-color: rgba(219, 219, 219, .1);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

.field-label-2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.field-label-2.contact-us-field {
  color: #3f3f3f;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}

.field-label-2.contact-us-field.gray {
  color: #3f3f3f;
  font-weight: 700;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #34cf2c;
  border-radius: 0;
  font-family: Libre Franklin, sans-serif;
  line-height: 24px;
}

.map {
  height: 440px;
}

.map-wrapper {
  height: auto;
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  padding: 60px;
}

.info-contact-row {
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-div {
  width: auto;
  height: 200px;
  background-image: url('../images/DSC-4278-Original.JPG');
  background-position: 0 51%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.divider {
  height: 1px;
  background-color: #dcdcdc;
  margin-top: 80px;
  margin-bottom: 80px;
}

.bold-text-3 {
  font-weight: 500;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.licence-items {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -24px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.licence-item-1 {
  width: 66.66%;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(46, 50, 60, .09);
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/36245.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-div-2.second {
  background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
  color: #717177;
  flex: 1;
  justify-content: space-between;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.licence-link {
  color: #7c8499;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link:hover {
  color: var(--firebrick);
  text-decoration: underline;
}

.cta-text {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
}

.text-span {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: underline;
}

.sticky-navbar {
  z-index: 1000;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.container-3 {
  z-index: 10;
  max-width: 1170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.success-message-2 {
  color: #fff;
  background-color: #1cd814;
  font-weight: 500;
}

.error-message {
  background-color: var(--firebrick);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.items-wrapper {
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: 20px;
}

.items-wrapper:hover {
  border-bottom-color: var(--firebrick);
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.project-image {
  width: 100%;
  max-height: 500px;
}

.item-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.quantity {
  float: none;
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  border-bottom: 1px solid rgba(220, 220, 220, .25);
}

.error-state {
  color: var(--firebrick);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkout-form-container {
  width: auto;
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-hero-block {
  z-index: 1;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.center {
  text-align: center;
}

.order-item {
  border-top: 1px #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 16px;
}

.order-confirmation-container {
  max-width: 1200px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.image-4 {
  opacity: 1;
  margin-right: 5px;
}

.image-4:hover {
  opacity: 1;
}

.cart-text {
  color: #000;
}

.cart-button {
  opacity: .7;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid #ebebeb;
  transition: opacity .4s;
}

.cart-button:hover {
  opacity: 1;
}

.text-block {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block:hover {
  color: var(--firebrick);
}

.tittle-product {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.quantity-cart, .cart-line-item {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.required {
  color: var(--grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.field-label {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.country {
  color: #000;
  font-family: Libre Franklin, sans-serif;
}

.shipping-tittle {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.total {
  color: #000;
  font-family: Poppins, sans-serif;
}

.billing {
  color: var(--dim-grey-2);
  font-family: Libre Franklin, sans-serif;
}

.line-item {
  color: var(--dim-grey);
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.div-block {
  flex-basis: 320px;
}

.container-checkout {
  max-width: 1200px;
}

.block-header {
  background-color: rgba(219, 219, 219, .1);
}

.text-block-2 {
  color: var(--dim-grey-2);
}

.pay-buttons {
  border: 1px solid #e6e6e6;
  border-bottom-style: none;
  padding: 40px 5%;
  display: flex;
}

.paypal {
  height: 45px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.web-payments {
  height: 48px;
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.apple-pay {
  height: 45px;
  border-radius: 4px;
}

.about-hero-block-2 {
  z-index: 1;
  width: 50%;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.licence-item-first {
  width: 100%;
  background-color: rgba(255, 142, 100, .3);
  border: 1px #dde1e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.licence-item-first.changelog {
  width: 60%;
  background-color: var(--white);
}

.licence-link-2 {
  color: #343e52;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #bc3219;
  text-decoration: underline;
}

.logo-icon {
  margin-right: 20px;
}

.div-block-2 {
  align-items: flex-start;
}

.remove-button-2 {
  text-decoration: none;
}

.hero-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-div.small {
  width: 70%;
  margin-right: 0%;
}

.hero-image {
  width: 600px;
  height: 400px;
  background-image: url('../images/IMG-7156.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  overflow: hidden;
}

.hero-image-div {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.hero {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}

.hero.hero-quote {
  display: none;
}

.flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-image-mask {
  width: 100%;
  max-height: 20%;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-2 {
  width: 70%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  position: static;
  top: 35px;
}

.hero-image-mask-2 {
  width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

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

.seasonal {
  display: none;
}

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

.paragraph-2 {
  padding-right: 391px;
}

.heading-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Dancing Script, sans-serif;
}

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

.button-3 {
  border-radius: 20px;
}

.seasonal-oils {
  grid-template-rows: auto auto auto;
}

.div-block-5 {
  margin-left: auto;
  margin-right: auto;
  padding: 84px;
}

.cards-section {
  margin-bottom: 16px;
  padding: 11px 20px 100px;
  display: none;
}

.centered-container {
  max-height: 70vw;
  max-width: 50vw;
  text-align: center;
  flex: 1;
  position: static;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 38px;
  padding-top: 0;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 60%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  align-self: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block, .link-block-2, .link-block-3 {
  text-decoration: none;
}

.cards-section-2 {
  padding-top: 68px;
  padding-bottom: 37px;
  display: block;
}

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

.cards-grid-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-2 {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-2 {
  width: 60%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-3 {
  margin-top: 19px;
  margin-bottom: 33px;
}

.link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.div-block-6 {
  background-color: rgba(83, 83, 83, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-2 {
  display: none;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 146px;
  padding-right: 146px;
  display: flex;
}

.div-block-8 {
  width: 90vh;
  height: 100%;
  margin-bottom: 3px;
}

.aboutme {
  color: #000;
  font-family: Dancing Script, sans-serif;
}

.hero-overlay {
  height: 30vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff 98%), url('../images/IMG-8268.JPG'), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 20%, 0 0, 50%;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, cover, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.hero-3 {
  height: auto;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
}

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

.hero-image-mask-3 {
  width: 100%;
  margin-left: auto;
}

.hero-image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 .5 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 78px;
  padding-right: 0;
  display: flex;
}

.image-5 {
  margin-bottom: 15px;
}

.button-4 {
  border-radius: 20px;
  margin-top: 10px;
}

.video {
  height: 20vh;
  border-radius: 0;
  margin-top: 0;
  padding-top: 56.25%;
  display: block;
  position: relative;
}

.paragraph-5 {
  color: #282828;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.gallery {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 51px;
  padding-bottom: 51px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
}

.div-block-10 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 59px;
  padding-right: 59px;
}

.blog-posts {
  margin-top: auto;
  margin-bottom: auto;
  display: none;
}

.blog-posts-inner {
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-item {
  margin-left: auto;
  margin-right: auto;
  padding: 33px;
}

.heading-4 {
  font-size: 24px;
}

.collection-list-wrapper {
  justify-content: center;
  display: flex;
}

.image-6 {
  padding-left: 0;
}

.hero-4 {
  height: 50vh;
  color: #f0f0f0;
  background-image: url('../images/IMG-8268.JPG');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-image-mask-4 {
  width: 70%;
  justify-content: center;
  margin-left: auto;
  display: flex;
}

.hero-image-5 {
  width: 50%;
  height: auto;
  max-width: 70%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  flex: 0 .5 auto;
}

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

.myblogheading {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
}

.link-block-7 {
  color: rgba(0, 0, 0, .69);
  text-decoration: none;
}

.contact-form-2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.image-7 {
  margin-bottom: 52px;
}

.section-2 {
  padding-top: 56.25%;
}

.div-block-11 {
  position: relative;
}

.videosection {
  height: 55vh;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: static;
}

.html-embed {
  width: auto;
  height: 50vh;
  border-radius: 0;
}

.div-block-12 {
  width: 85%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
}

.kits {
  height: 40vh;
  max-height: 100vh;
  margin-top: 35px;
  margin-bottom: 69px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: static;
}

.wrapper {
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.kitsembed {
  z-index: 0;
  height: 50vh;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6 {
  position: relative;
  top: 257px;
  left: 144px;
}

.columns-4 {
  z-index: 1;
  float: none;
  clear: none;
  padding-top: 181px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-7 {
  color: #fff;
}

.div-block-13 {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding-left: 76px;
  padding-right: 139px;
}

.button-5 {
  border-radius: 20px;
}

.yoga {
  height: 40vh;
  max-height: 100vh;
  max-width: 1200px;
  margin: 121px auto 166px;
  display: none;
}

.cards-grid-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-kit-2 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-9 {
  text-decoration: none;
  display: none;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-11 {
  text-decoration: none;
  display: none;
}

.link-block-11.topkit {
  display: block;
}

.link-block-12, .link-block-13 {
  text-decoration: none;
}

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

.kitbutton {
  border-radius: 20px;
}

.kitbutton:hover {
  background-color: #7bc1ff;
}

.kit-block {
  margin-left: 112px;
}

.paragraph-6 {
  color: #fff;
}

.paragraph-7 {
  color: #fff;
  text-align: right;
  font-size: 18px;
}

.starterkit-text {
  z-index: 1;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-3 {
  top: 225px;
}

.div-block-15 {
  max-width: 400px;
}

.div-block-16 {
  z-index: 2;
  color: #fff;
  position: relative;
  top: 239px;
  left: 112px;
}

.paragraph-8 {
  color: #fff;
  text-align: right;
}

.button-6 {
  border-radius: 20px;
}

.div-yoga {
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-right: 69px;
  position: relative;
  top: 237px;
}

.kit-para {
  color: #fff;
}

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

.div-block-18 {
  height: 60vh;
  position: relative;
}

.html-embed-2 {
  height: 65%;
}

.div-block-19 {
  z-index: 1;
  float: none;
  clear: both;
  position: static;
  bottom: -251px;
}

.paragraph-9 {
  margin-top: 44px;
  margin-bottom: 31px;
}

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

.section-3 {
  height: 25vh;
  background-image: url('../images/Doterra2017_001.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-7 {
  position: absolute;
  top: auto;
  bottom: 52%;
  left: 44%;
  right: auto;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  width: 100%;
  height: 38vh;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.html-embed-3 {
  height: 100%;
}

.section-6 {
  height: 60vh;
  background-image: url('../images/IMG-7156.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5%;
  display: flex;
}

.container-4 {
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.top-text-2 {
  color: #d77474;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text-2.hero {
  margin-bottom: -20px;
}

.hero-image-div-2 {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-image-6 {
  width: 1000px;
  height: 500px;
  background-image: url('../images/Untitled-2d2-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  margin-left: -196px;
  display: none;
}

.different-font-2 {
  color: #ac1313;
  font-family: Playfair Display, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.page-title-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title-2.big {
  color: #03abcf;
  font-family: Dancing Script, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.container {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.button-8 {
  height: auto;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-8:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-8.dark {
  background-color: var(--steel-blue);
  color: #fff;
  border-style: none;
  border-color: #000;
  border-radius: 20px;
  margin-right: 0;
  padding: 8px 21px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.button-8.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.button-8.dark.center {
  text-align: center;
  display: block;
}

.cart-line-item-2 {
  color: #4d4d4d;
  font-family: Libre Franklin, sans-serif;
}

.error-state-2 {
  color: #ac1313;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.quantity-cart-2 {
  color: #4d4d4d;
  font-family: Libre Franklin, sans-serif;
}

.text-block-3 {
  color: #4d4d4d;
}

.tittle-product-2 {
  color: #4d4d4d;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  color: #858585;
  font-family: Libre Franklin, sans-serif;
  font-weight: 400;
}

.text-block-4:hover {
  color: #ac1313;
}

.div-block-21 {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-22 {
  width: 50%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  width: 50%;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-24 {
  width: 50%;
}

.button-9 {
  border-radius: 20px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.button-10 {
  border-radius: 20px;
}

.background-video {
  width: 80%;
  height: 100%;
  object-fit: fill;
  margin: 0 auto;
  position: relative;
}

.hero-5 {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 42px;
  padding-bottom: 42px;
  display: block;
}

.div-block-25 {
  display: none;
}

.section-7 {
  height: auto;
  background-color: #fff;
  background-image: url('../images/jeremy-bishop-G9i_plbfDgk-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.div-block-26 {
  width: 50%;
  height: auto;
  max-width: 1200px;
  margin-left: 100px;
  margin-right: auto;
  padding-left: 71px;
  display: block;
}

.div-block-26.hidden {
  display: block;
}

.heading-9 {
  color: #03abcf;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  display: flex;
}

.button-11 {
  background-color: #21328a;
  border-radius: 20px;
  margin-top: 21px;
}

.div-block-27 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-28 {
  width: 50%;
}

.button-12, .car-oils {
  display: none;
}

.column-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  display: flex;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 25px auto;
}

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

.hero-overlay-2 {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/IMG_0059.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1680px;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
}

.paragraph-13 {
  text-align: center;
  display: none;
}

.paragraph-14 {
  color: #494949;
  font-family: Assistant, sans-serif;
}

.paragraph-14.para-14-white {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.text-span-2 {
  color: #6d6d6d;
}

.section-8 {
  height: 90vh;
  background-image: url('../images/jeremy-bishop-G9i_plbfDgk-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-31 {
  width: 50%;
  height: 30vh;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
}

.div-block-32 {
  width: 100%;
  padding-left: 38px;
  padding-right: 38px;
  display: flex;
}

.div-block-33 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-34 {
  text-align: center;
  padding-left: 117px;
  padding-right: 117px;
}

.heading-10 {
  color: #eee;
}

.paragraph-15 {
  color: #ccc;
  font-family: Assistant, sans-serif;
}

.button-13 {
  background-color: #363636;
  border: 1px solid #fff;
  border-radius: 20px;
}

.button-14 {
  border-radius: 20px;
}

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

.column-5 {
  display: none;
}

.div-block-35 {
  width: 50%;
}

.button-15 {
  border-radius: 20px;
}

.call-to-action {
  background-image: linear-gradient(to bottom, transparent, var(--white) 80%), url('../images/1920x676-bogo-landing-page-day-3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.centered-container-3 {
  text-align: center;
  background-color: rgba(255, 255, 255, .49);
  border-radius: 20px;
  flex: 1;
  padding: 17px;
}

.paragraph-16 {
  color: #333;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.button-16 {
  display: none;
}

.paragraph-17 {
  font-family: Assistant, sans-serif;
  position: static;
}

.paragraph-18 {
  padding-left: 0;
  padding-right: 0;
  font-family: Assistant, sans-serif;
}

.section-9 {
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/4P5A3850.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-36 {
  width: 1200px;
  height: 300px;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
}

.div-block-37 {
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-37.partner-div {
  height: 100%;
}

.section-10 {
  height: 60vh;
}

.section-10.partner1 {
  height: 100vh;
  display: none;
}

.div-block-38 {
  max-width: 800px;
}

.section-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.text-field-4 {
  border-radius: 0;
}

.section-12 {
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 92px;
}

.partner-video {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.div-block-39 {
  max-width: 1200px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-40 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.div-block-41 {
  width: 50%;
}

.section-13 {
  background-image: url('../images/1920x676-bogo-landing-page-day-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 144px;
  padding-bottom: 144px;
}

.div-block-42 {
  padding: 0 124px;
}

.columns-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-17, .button-18, .button-19, .button-20, .button-21, .submit-button {
  border-radius: 20px;
}

.div-block-43 {
  flex-direction: column;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 128px;
  display: flex;
}

.div-block-44 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-20 {
  padding-left: 75px;
  padding-right: 75px;
}

.field-label-3 {
  color: var(--dim-grey-2);
  text-align: left;
  font-family: Assistant, sans-serif;
  font-weight: 400;
  display: none;
}

.text-field-5 {
  background-color: var(--emailbox);
  border: 1px solid #ebebeb;
}

.primary-h2 {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.primary-h2.h2-left {
  text-align: left;
}

.primary-h2.h2-left.h3-size {
  font-size: 24px;
}

.primary-h2.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-21 {
  color: #282828;
  text-align: left;
  margin: 10px auto 25px;
  padding: 0 20px;
}

.paragraph-21.chiro-para-padding {
  margin-top: 0;
}

.container-5 {
  max-height: 100px;
  max-width: 1165px;
  object-fit: scale-down;
  padding-top: 91px;
}

.image-8 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  text-align: left;
  object-fit: cover;
  object-position: 50% 50%;
  margin: auto auto 0;
  display: inline-block;
  position: relative;
}

.container-6 {
  position: relative;
}

.image-9 {
  object-fit: fill;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.paragraph-22 {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.paragraph-22.kit-product-checkout-para {
  margin-top: 15px;
  font-size: 12px;
  font-style: italic;
}

.columns-6 {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 15px;
}

.review-section {
  background-color: #f5f6f6;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  display: flex;
  position: relative;
}

.review-container {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.review-picture {
  float: left;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 0;
  display: block;
  position: relative;
}

.review-paragraph {
  float: right;
  color: #282828;
  object-fit: fill;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-style: italic;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-45 {
  color: #f5f6f6;
  white-space: normal;
}

.section-15 {
  height: 2px;
  max-height: 2px;
  min-height: 2px;
  object-fit: contain;
  background-color: #e6e4df;
  margin: 15px 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.section-break {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-break.extra-pad {
  padding-top: 25px;
}

.video-2 {
  width: 800px;
  height: 480px;
  max-height: 480px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.column-6 {
  padding-left: 10px;
}

.div-block-46 {
  height: 2px;
  object-fit: scale-down;
  background-color: #e6e4df;
}

.primary-button {
  width: 240px;
  height: 45px;
  clear: none;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #03abcf;
  background-clip: border-box;
  border-radius: 50px;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.primary-button.hero-button {
  width: 140px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  display: flex;
}

.primary-button.extended-button {
  width: 340px;
}

.primary-button.shortend-button {
  width: 120px;
}

.primary-button.primary-button-left {
  justify-content: center;
  margin-top: 25px;
  margin-left: 0;
  display: flex;
}

.primary-button.primary-button-left.primary-button-extended {
  width: 280px;
  position: static;
}

.primary-button.extra-padding {
  margin-top: 50px;
  padding-top: 0;
}

.primary-button.story-button {
  margin-top: 25px;
  margin-bottom: 50px;
}

.primary-button.business-button {
  margin-top: 25px;
  margin-bottom: 25px;
}

.heading-13 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.image-11 {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-14 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.paragraph-24 {
  color: #282828;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.paragraph-25, .paragraph-26 {
  color: #282828;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.paragraph-27 {
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.eo-video {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.button-23 {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.button-23.nav-link {
  height: 40px;
  min-height: 40px;
  min-width: 145px;
  float: right;
  color: var(--white);
  background-color: #03abcf;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 10px auto 2px;
  padding-right: 15px;
  display: flex;
  overflow: visible;
}

.heading-15 {
  font-family: Open Sans, sans-serif;
}

.heading-16 {
  justify-content: center;
  display: flex;
}

.heading-17 {
  text-align: center;
  margin-bottom: 0;
}

.text-block-5 {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.image-12 {
  max-width: 128px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 0;
  display: block;
}

.text-block-6 {
  color: #03abcf;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.div-block-47 {
  width: 1000px;
  height: 2px;
  max-height: 2px;
  min-height: 2px;
  background-color: #e6e4df;
  justify-content: flex-start;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.grid-2 {
  grid-template-columns: .25fr 1.25fr;
  grid-template-areas: "Area";
}

.footer-icons {
  opacity: 1;
  margin: 10px auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.container-7 {
  max-width: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / minmax(50px, 50px) minmax(50px, 50px) 50px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.column-7 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
  display: block;
  position: relative;
  right: 25px;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: block;
  position: relative;
  left: 0;
}

.select-kit-column {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 25px;
  padding: 0;
  display: block;
}

.grid-3 {
  grid-template: "Area Area-2"
                 ". ."
                 / .5fr 1fr;
}

.heading-18 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.container-8 {
  background-color: #f5f6f6;
}

.heading-19 {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.paragraph-28 {
  margin-bottom: 25px;
  padding: 0 25px;
}

.column-10 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-13 {
  object-fit: scale-down;
}

.body-2 {
  clear: none;
}

.paragraph-29 {
  color: #282828;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.container-9 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-cta-text {
  color: #282828;
  text-align: center;
  margin: 0 auto 25px;
  padding: 0 20px;
}

.paragraph-31 {
  color: #282828;
  text-align: center;
  margin: 25px auto;
  padding: 0 20px;
}

.link-4, .link-4.w--current {
  text-decoration: underline;
}

.columns-7 {
  margin-top: 25px;
}

.getting-started-column {
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.membership-images {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.get-more {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.get-more-container {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.select-starter-kit {
  margin-top: 0;
  padding-top: 25px;
}

.getting-started {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.how-to-use-essential-oils {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.what-are-essential-oils {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.new-to-essential-oils {
  margin-top: 0;
  padding-top: 25px;
}

.more-kits {
  background-color: #f5f6f6;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
}

.heading-20 {
  margin-top: 25px;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.paragraph-32 {
  color: #282828;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
}

.ebook-image {
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.container-10 {
  margin-bottom: 50px;
  position: relative;
}

.have-questions {
  margin-top: 25px;
}

.question-paragraph {
  float: none;
  color: #282828;
  object-fit: fill;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-11 {
  margin-top: 25px;
  padding-top: 0;
}

.link-block-14 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-48 {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-14 {
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: #282828;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--grey);
  text-decoration: underline;
}

.footer-link.w--current {
  text-decoration: underline;
}

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

.hover-link:hover {
  color: var(--grey);
  text-decoration: underline;
}

.columns-8 {
  margin-bottom: 25px;
}

.container-12 {
  margin-top: 0;
}

.columns-9 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.section-16 {
  margin-top: 0;
  padding-top: 25px;
}

.video-4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.h2-have-questions {
  color: #282828;
  text-align: left;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto 15px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.h2-have-questions.h2-left {
  text-align: left;
}

.container-13 {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.banner {
  text-align: center;
  object-fit: fill;
  margin-bottom: 25px;
  position: static;
}

.navbar {
  background-color: var(--white);
  color: #282828;
  border-bottom: 1px solid #e6e4df;
  border-radius: 1px;
}

.container-14 {
  height: 100px;
  max-height: 100px;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-15 {
  float: none;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-menu-2 {
  margin-top: 17px;
}

.navbar-2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown-link {
  color: #282828;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.dropdown-link:hover {
  font-family: Open Sans, sans-serif;
}

.dropdown-list {
  background-color: var(--white);
}

.drop-down-main-text {
  color: #282828;
  text-decoration: none;
}

.drop-down-main-text:hover {
  color: #858585;
  text-decoration: none;
}

.drop-down-main-text.w--current {
  color: #03abcf;
}

.div-block-49 {
  width: 10px;
  height: 100px;
  float: none;
  clear: none;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
  overflow: visible;
}

.column-11 {
  clear: right;
  display: flex;
}

.column-12 {
  clear: left;
}

.heading-21, .italic-text, .field-label-4 {
  color: #282828;
}

.selecting-a-kit {
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.essential-oils-banner {
  height: 25vh;
  background-image: url('../images/about-us-essential-oils.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kits-banner {
  height: 25vh;
  background-image: url('../images/Kits-Banner.jpg');
  background-position: 50% 57%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-17 {
  margin-top: 50px;
}

.primary-h1 {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto 25px;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.primary-h1.h2-left {
  text-align: left;
}

.paragraph-33 {
  color: #282828;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-style: italic;
}

.footer-para {
  color: #282828;
  text-align: left;
  margin: 10px auto;
  padding: 0 20px;
}

.footer-para.extra-margin {
  margin-bottom: 50px;
}

.heading-22 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.chiro-vid {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.chiropractor {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.heading-23 {
  margin: 25px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-23.h4-centered {
  text-align: center;
}

.return-policy, .terms-and-conditions, .privacy-policy {
  margin-top: 50px;
}

.ebook-essential-oils-beginners {
  margin-top: 0;
  padding-top: 25px;
}

.bottom-questions {
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 0;
}

.ebook-guide-banner {
  height: 25vh;
  background-image: url('../images/eBook-Banner.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-h1 {
  clear: none;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 134px;
  padding-bottom: 134px;
  font-size: 56px;
  display: flex;
  position: relative;
}

.div-block-50 {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-heading {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.form-paragraph {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 15px;
}

.field-label-5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-6 {
  max-height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Open Sans, sans-serif;
}

.text-field-6.field-message {
  height: 150px;
  max-height: 150px;
  display: block;
}

.text-field-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.form-2 {
  background-color: #f5f6f6;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px;
}

.text-block-7 {
  color: #282828;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.success-message-3 {
  background-color: #f5f6f6;
  margin-top: 180px;
}

.text-block-8 {
  color: #282828;
  padding-bottom: 25px;
  font-family: Open Sans, sans-serif;
}

.checkbox-field {
  margin-bottom: 20px;
}

.kits-product-banner {
  height: 25vh;
  background-image: url('../images/eBook-Banner.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kits-product-section {
  margin-top: 0;
  padding-top: 25px;
}

.kits-product-container {
  margin-top: 25px;
  padding-top: 0;
}

.kits-product-2column {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.kit-product-h2 {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.kit-product-h2.kit-product-h2sub {
  font-size: 24px;
}

.product-kit-button {
  width: 240px;
  height: 45px;
  clear: none;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #03abcf;
  background-clip: border-box;
  border-radius: 50px;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin: 15px auto 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.product-kit-button.hero-button {
  width: 140px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  display: flex;
}

.product-kit-button.extended-button {
  width: 340px;
}

.product-kit-button.shortend-button {
  width: 120px;
}

.product-kit-button.primary-button-left {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.product-kit-button.primary-button-left.primary-button-extended {
  width: 280px;
  position: static;
}

.product-kit-button.extra-padding {
  margin-top: 50px;
  padding-top: 0;
}

.product-kit-pricing {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.product-kit-pricing.product-kit-pricing-strike {
  text-decoration: line-through;
}

.list {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.list-item-4 {
  color: #282828;
}

.list-item-4.list-item-4-space {
  padding-top: 10px;
}

.get-more-list {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.col-benefits-list {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.product-kit-details-h3 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.product-kit-details-list {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.column-13 {
  margin-top: 0;
}

.video-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.video-test {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.kitsembed-test {
  z-index: 0;
  height: 50vh;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kitsembed-test.partner-test {
  flex-flow: row;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-51 {
  width: 1143vw;
  height: 150vh;
  max-height: 150vh;
  max-width: 1143vw;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: inline;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.html-embed-6 {
  width: 1143px;
  height: 20vh;
  max-height: 150vh;
  max-width: 1143vw;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-24 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-vid-overlay {
  color: var(--white);
  text-align: center;
  margin: 0 auto 25px;
  padding: 0 325px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.h1-video-overlay {
  text-align: center;
  margin-top: 135px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.div-block-52 {
  background-color: rgba(0, 0, 0, .22);
}

.div-block-53 {
  padding-bottom: 25px;
}

.columns-10 {
  margin-top: 50px;
}

.image-16 {
  margin-top: 15px;
  margin-bottom: 25px;
}

.heading-25 {
  font-family: Open Sans, sans-serif;
}

.columns-9-text {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.h3-eo-hp {
  text-align: left;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.grid-4 {
  grid-template-areas: ".";
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-18 {
  border-radius: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
}

.hero-image-4-right, .hero-image-4-left {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  flex: 0 .5 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.background-video-2 {
  margin-bottom: 25px;
}

.hp-business {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.primary-h2-hp {
  color: #282828;
  text-align: left;
  white-space: normal;
  object-fit: scale-down;
  margin: 25px auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.primary-h2-hp.h2-left {
  text-align: left;
}

.primary-h2-hp.h2-left.h3-size {
  font-size: 24px;
}

.primary-h2-hp.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.div-block-54 {
  background-image: url('../images/Screen-Shot-2020-07-02-at-2.16.47-PM.png');
  background-position: 50% 75%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.list-2 {
  color: #282828;
  padding-left: 20px;
}

.paragraph-34 {
  color: #282828;
  padding: 0;
}

.heading-26 {
  color: #282828;
}

.thank-you-text {
  color: var(--white);
  text-align: center;
  margin: 10px auto 0;
  padding: 0 20px;
  font-size: 18px;
}

.thank-you-text.chiro-para-padding {
  margin-top: 0;
}

.thank-you-h1 {
  color: var(--white);
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 700;
  position: relative;
}

.thank-you-h1.h2-left {
  text-align: left;
}

.section-18 {
  background-color: #03abcf;
}

.div-block-55 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-16 {
  margin-top: 50px;
}

.columns-11 {
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.primary-h2-copy {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.primary-h2-copy.h2-left {
  text-align: left;
}

.primary-h2-copy.h2-left.h3-size {
  font-size: 24px;
}

.primary-h2-copy.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.thank-you-h2 {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.thank-you-h2.h2-left {
  text-align: left;
}

.thank-you-h2.h2-left.h3-size {
  font-size: 24px;
}

.thank-you-h2.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.thank-you-review {
  float: right;
  color: #282828;
  object-fit: fill;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-style: italic;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: visible;
}

.thank-you-review-picture {
  float: left;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.my-story-cont {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 150px;
  padding-right: 150px;
}

.my-story {
  margin-top: 0;
  padding-top: 25px;
}

.my-story-banner {
  height: 25vh;
  background-image: url('../images/IMG-8284.JPG');
  background-position: 50% 40%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.family-image {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.picture-info {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 10px;
  font-style: italic;
}

.picture-info.kit-product-checkout-para {
  margin-top: 15px;
  font-size: 12px;
  font-style: italic;
}

.story-para {
  color: #282828;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.story-para.kit-product-checkout-para {
  margin-top: 15px;
  font-size: 12px;
  font-style: italic;
}

.my-story-profile {
  object-fit: fill;
  border-radius: 0;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.business-kits {
  margin-top: 0;
  padding-top: 25px;
}

.business-banner {
  height: 25vh;
  background-image: url('../images/IMG_0059.jpg');
  background-position: 50% 30%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.business-reviews {
  margin-top: 0;
  padding-top: 25px;
}

.image-11-business {
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.primary-h2-business {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}

.primary-h2-business.h2-left {
  text-align: left;
}

.primary-h2-business.h2-left.h3-size {
  font-size: 24px;
}

.primary-h2-business.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.paragraph-26-business {
  color: #282828;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px 0;
}

.business-h2-reviews {
  color: #282828;
  text-align: center;
  white-space: normal;
  object-fit: scale-down;
  margin: 0 auto;
  padding: 0 20px 50px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.business-h2-reviews.h2-left {
  text-align: left;
}

.business-h2-reviews.h2-left.h3-size {
  font-size: 24px;
}

.business-h2-reviews.small-h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
}

.business-story {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.business-story-cont {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-26-business-partner {
  color: #282828;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  font-style: italic;
}

.review-section-support {
  background-color: #f5f6f6;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.review-picture-support {
  float: none;
  object-fit: scale-down;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.review-paragraph-support {
  float: none;
  color: #282828;
  object-fit: fill;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 21px;
  font-style: italic;
  font-weight: 600;
  display: block;
  position: relative;
  overflow: visible;
}

.column-14 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.team-banner {
  height: 25vh;
  background-image: url('../images/CheriOneLife-Team.jpg');
  background-position: 50% 24%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-bottom: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-paragraph-support-jtt {
  float: none;
  color: #282828;
  object-fit: fill;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 21px;
  font-style: normal;
  font-weight: 400;
  display: block;
  position: relative;
  overflow: visible;
}

.paragraph-cta-text-business {
  color: #282828;
  text-align: center;
  margin: 0 auto 25px;
  padding: 0 150px;
}

.container-17 {
  max-width: 1439px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-19 {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .hero-3 {
    margin-bottom: 4px;
    padding-bottom: 65px;
  }

  .kits {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper {
    height: auto;
  }

  .kit-para {
    color: #fff;
  }

  .paragraph-19 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (min-width: 1920px) {
  .section-6 {
    height: 100vh;
  }

  .paragraph-19 {
    font-size: 38px;
    line-height: 50px;
  }

  .heading-11 {
    font-size: 58px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/IMG-7156.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .hero-section.about-us {
    height: auto;
    background-color: rgba(12, 21, 47, .6);
    background-image: linear-gradient(to right, var(--white-smoke) 34%, transparent), url('../images/IMG_5975.jpg');
    background-position: 0 0, 200%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding: 110px 8px;
  }

  .hero-section.about-us.shop {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, var(--white-smoke) 31%, rgba(255, 255, 255, .55)), url('../images/Untitled-3-3.jpg');
    background-position: 0 0, 50% 59%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav-link {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .left-block.hero {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

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

  .section.collections {
    border-top-width: 0;
  }

  .section.newslatter {
    height: auto;
  }

  .section.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 14px;
  }

  .brand.w--current {
    margin-top: 0;
  }

  .brand.footer {
    padding-left: 0;
  }

  .nav-menu {
    width: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .vertical-category.right {
    top: 30%;
    right: -10%;
  }

  .icon-2 {
    color: #1f2532;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .header-for-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-content-block {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-content-block.padding {
    margin-bottom: 100px;
  }

  .product-info {
    margin-top: 80px;
    padding-left: 0;
  }

  .page-title {
    color: #fff;
    margin-top: 0;
  }

  .page-title.big {
    width: 70%;
    color: #000;
    text-align: center;
  }

  .paragraph.main {
    width: 45%;
    text-align: center;
    width: 45%;
    text-align: center;
  }

  .tab-block {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-footer {
    margin-top: 0;
  }

  .right-footertext {
    text-align: right;
  }

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

  .columns {
    display: block;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .color-block {
    width: auto;
  }

  .info-sale-block {
    width: 90%;
    margin-left: 20px;
  }

  .info-sale-block.padding {
    margin-left: 0;
  }

  .detail-paragraph.subpage {
    color: var(--dim-grey);
  }

  .team-wrapper {
    width: 96%;
  }

  .button-2:hover {
    background-color: #fc6f00;
  }

  .info-contact-row, .category-list-wrapper {
    width: 100%;
  }

  .licence-item-1 {
    width: 80%;
  }

  .sticky-navbar {
    padding: 0;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container-3 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

  .about-hero-block {
    width: 66.66%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

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

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

  .paypal {
    height: 45px;
  }

  .web-payments {
    height: 35px;
  }

  .apple-pay {
    height: 45px;
  }

  .left-div-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .about-hero-block-2 {
    width: 66.66%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 33.33%;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
  }

  .licence-item-first.changelog {
    width: 80%;
  }

  .hero-div.small {
    width: 100%;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-image {
    width: 100%;
    background-size: 700px;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .flex-container {
    grid-template-rows: auto;
  }

  .cards-grid-container, .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .div-block-8 {
    width: 40vh;
  }

  .hero-3 {
    height: auto;
    margin-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-9 {
    margin-left: auto;
    padding-left: 45px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .hero-4 {
    background-image: url('../images/IMG-8268.JPG');
    background-position: 0 15%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 39px;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-5 {
    display: block;
  }

  .myblogheading {
    color: #fff;
    font-family: Dancing Script, sans-serif;
  }

  .kitsembed {
    height: 35vh;
  }

  .heading-7 {
    font-size: 24px;
  }

  .yoga {
    margin-top: -221px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .div-block-16 {
    top: 264px;
    left: 68px;
  }

  .div-yoga {
    top: 215px;
  }

  .section-3 {
    height: 25vh;
  }

  .section-5 {
    height: 55vh;
  }

  .section-6 {
    height: 100vh;
    background-position: 50%;
    flex-direction: row;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 0%;
    padding-bottom: 69px;
  }

  .top-text-2.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .hero-image-div-2 {
    width: 100%;
  }

  .hero-image-6 {
    width: 100%;
    background-size: 700px;
    margin-left: 0;
  }

  .page-title-2 {
    color: #000;
    margin-top: 0;
  }

  .page-title-2.big {
    width: 70%;
    color: var(--steel-blue);
    text-align: center;
  }

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

  .section-7 {
    height: auto;
    background-attachment: fixed;
    padding-bottom: 36px;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .div-block-28 {
    display: none;
  }

  .paragraph-14, .text-span-2 {
    text-align: center;
  }

  .section-8 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .div-block-31 {
    width: 100%;
  }

  .div-block-32 {
    flex-direction: column;
    order: 0;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    width: 100%;
  }

  .button-13 {
    margin-top: 24px;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-41 {
    display: none;
  }

  .div-block-42 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-43 {
    margin-bottom: 42px;
    padding-left: 87px;
    padding-right: 87px;
  }

  .paragraph-20 {
    text-align: left;
  }

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

  .image-8 {
    display: block;
  }

  .paragraph-22 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-47 {
    width: auto;
    object-fit: scale-down;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h2-have-questions {
    padding-right: 0;
  }

  .image-15 {
    margin-left: 25px;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .menu-button-2 {
    align-items: flex-start;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    display: block;
  }

  .essential-oils-banner, .kits-banner {
    height: 25vh;
  }

  .footer-para {
    text-align: left;
  }

  .ebook-guide-banner, .kits-product-banner {
    height: 25vh;
  }

  .product-kit-pricing {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .kitsembed-test {
    height: 35vh;
  }

  .paragraph-vid-overlay {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-16 {
    margin-top: 0;
  }

  .thank-you-text {
    text-align: center;
  }

  .my-story-cont {
    padding-left: 75px;
    padding-right: 75px;
  }

  .my-story-banner {
    height: 25vh;
  }

  .picture-info, .story-para {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .business-banner {
    height: 25vh;
  }

  .business-story-cont {
    padding-left: 75px;
    padding-right: 75px;
  }

  .team-banner {
    height: 25vh;
  }

  .paragraph-cta-text-business {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/IMG-7156.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 6%;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 24%, rgba(255, 255, 255, .75)), url('../images/IMG_5975.jpg');
    background-position: 0 0, 100px;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .hero-section.about-us.shop {
    height: auto;
    padding-top: 110px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .left-block.hero {
    margin-bottom: auto;
  }

  .section.newslatter {
    height: auto;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, rgba(255, 255, 255, 0)), url('../images/raul-cacho-oses-779595-unsplash-p-3200.jpeg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.sale-section {
    padding-top: 50%;
    padding-bottom: 20%;
  }

  .vertical-category {
    display: none;
  }

  .header-for-top {
    height: auto;
  }

  .footer-content-block {
    margin-bottom: 60px;
  }

  .footer-content-block.padding {
    margin-bottom: 0;
  }

  .button {
    text-align: center;
  }

  .page-title.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .paragraph.main {
    width: 45%;
    width: 45%;
  }

  .tab-block {
    margin-bottom: 30px;
  }

  .sub-footer {
    margin-top: 120px;
  }

  .right-footertext {
    text-align: center;
    flex: 1;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
    margin-top: 0;
  }

  .cta-row {
    display: block;
  }

  .sale-block.padding {
    margin-top: 120px;
  }

  .info-sale-block {
    margin-top: 0;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 120px;
    margin-left: 0;
  }

  .row-padding {
    margin-bottom: 90px;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .div-column-left {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .column {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .licence-item-1 {
    width: 100%;
  }

  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .menu-button {
    font-size: 30px;
  }

  .about-hero-block {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .text-block {
    text-decoration: none;
  }

  .paypal {
    height: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .apple-pay {
    height: 35px;
  }

  .about-hero-block-2 {
    width: 75%;
    margin-bottom: 0;
    margin-right: 25%;
  }

  .licence-item-first {
    width: 100%;
  }

  .licence-item-first.changelog {
    width: 90%;
  }

  .remove-button-2 {
    text-decoration: none;
  }

  .hero-image {
    height: 400px;
    background-size: 500px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .hero-image-mask-2 {
    width: 50%;
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    padding: 35px;
  }

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

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-3 {
    text-align: left;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-flow: row;
    align-self: stretch;
  }

  .div-block-8 {
    width: 40vh;
  }

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

  .hero-3 {
    height: auto;
    margin-bottom: auto;
    padding: 40px 20px;
  }

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

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

  .gallery {
    height: 100%;
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-thumbnail {
    width: 50%;
  }

  .blog-posts {
    margin-top: auto;
  }

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

  .hero-image-mask-4 {
    flex-direction: column;
    order: -1;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

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

  .kits {
    margin-top: -191px;
  }

  .columns-4 {
    padding-top: 175px;
  }

  .yoga {
    margin-top: 171px;
  }

  .cards-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

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

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

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

  .paragraph-8 {
    text-align: center;
    font-size: 12px;
  }

  .heading-8 {
    text-align: center;
    font-size: 28px;
  }

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

  .kit-para {
    text-align: center;
  }

  .section-3 {
    height: 20vh;
  }

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

  .section-6 {
    width: 100%;
    height: 80vh;
  }

  .hero-image-6 {
    height: 400px;
    background-size: 500px;
  }

  .page-title-2.big {
    width: 80%;
    font-size: 38px;
    line-height: 48px;
  }

  .container {
    height: auto;
  }

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

  .text-block-4 {
    text-decoration: none;
  }

  .div-block-21 {
    margin-bottom: 25px;
  }

  .hero-5 {
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 20px;
  }

  .section-7 {
    height: auto;
  }

  .div-block-26 {
    width: 100%;
  }

  .div-block-28 {
    display: none;
  }

  .column-4 {
    margin-bottom: 51px;
  }

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

  .div-block-34 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-35 {
    width: 90%;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .section-12 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 12px;
  }

  .paragraph-19 {
    font-size: 12px;
  }

  .paragraph-20 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .primary-h2 {
    margin-bottom: 0;
  }

  .paragraph-21 {
    text-align: left;
  }

  .image-9 {
    max-width: 75%;
  }

  .paragraph-22.kit-product-checkout-para {
    margin-top: 25px;
  }

  .review-section {
    flex-wrap: nowrap;
  }

  .div-block-46, .div-block-47 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-cta-text {
    margin-top: 25px;
  }

  .membership-images {
    margin-top: 50px;
  }

  .get-more-container {
    flex-wrap: wrap;
  }

  .h2-have-questions {
    padding-right: 0;
  }

  .menu-button-2 {
    margin-top: 17px;
    padding-right: 45px;
  }

  .essential-oils-banner, .kits-banner {
    height: 20vh;
  }

  .bottom-questions {
    padding-top: 0;
  }

  .ebook-guide-banner {
    height: 20vh;
  }

  .banner-h1 {
    margin-top: 0;
    padding-top: 103px;
    padding-bottom: 103px;
  }

  .success-message-3 {
    margin-top: 30px;
  }

  .kits-product-banner {
    height: 20vh;
  }

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

  .column-13 {
    margin-top: 0;
  }

  .paragraph-vid-overlay {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-16 {
    text-align: left;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-18 {
    padding-top: 25px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .paragraph-34 {
    padding: 0;
  }

  .thank-you-text {
    text-align: center;
  }

  .primary-h2-copy, .thank-you-h2 {
    margin-bottom: 0;
  }

  .my-story-cont {
    padding-left: 50px;
    padding-right: 50px;
  }

  .my-story-banner {
    height: 20vh;
  }

  .picture-info.kit-product-checkout-para, .story-para.kit-product-checkout-para {
    margin-top: 25px;
  }

  .my-story-profile {
    max-width: 75%;
  }

  .business-banner {
    height: 20vh;
  }

  .primary-h2-business, .business-h2-reviews {
    margin-bottom: 0;
  }

  .business-story-cont {
    padding-left: 50px;
    padding-right: 50px;
  }

  .review-section-support {
    flex-wrap: nowrap;
  }

  .team-banner {
    height: 20vh;
  }

  .paragraph-cta-text-business {
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 70vh;
    background-image: linear-gradient(to bottom, transparent, var(--white)), url('../images/IMG-7156.png');
    background-position: 0 0, 51%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1000px;
    background-attachment: scroll, scroll;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-section.about-us {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 9%, rgba(255, 255, 255, .75)), url('../images/IMG_5975.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-section.about-us.shop {
    height: auto;
    background-image: linear-gradient(to right, var(--white-smoke) 31%, rgba(255, 255, 255, .55)), url('../images/about-us-essential-oils.jpg');
    padding-top: 80px;
  }

  .left-block.hero {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .section.footer-section {
    padding-top: 55px;
  }

  .section.cta {
    background-image: linear-gradient(to right, var(--gainsboro) 44%, rgba(255, 255, 255, 0)), url('../images/Screen-Shot-2020-07-02-at-2.16.47-PM.png');
  }

  .section.sale-section {
    padding-bottom: 40%;
  }

  .section.checkout, .section.order {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-flex {
    height: 80px;
  }

  .subscribe-form-block.section-newsletter {
    width: auto;
  }

  .link-block-flex {
    background-color: #e00;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .header-for-top {
    height: auto;
  }

  .footer-subscribe {
    width: 100%;
    float: none;
  }

  .subscribe-button {
    width: 100%;
  }

  .button {
    margin-bottom: 10px;
  }

  .page-title {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big, .paragraph.main, .paragraph.main {
    width: 100%;
  }

  .tab-block {
    margin-left: 0;
    margin-right: 0;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .container-2 {
    height: auto;
  }

  .cta-button-block {
    justify-content: flex-start;
  }

  .cta-row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .different-font {
    font-size: 48px;
    line-height: 58px;
  }

  .sale-block {
    margin-top: 120px;
  }

  .sale-block.padding {
    margin-top: 80px;
  }

  .info-sale-block {
    width: 100%;
    margin-left: 0;
  }

  .info-sale-block.padding {
    margin-top: 80px;
  }

  .about-pompeo-text.center {
    width: 80%;
  }

  .image-2 {
    left: 83px;
  }

  .image-3 {
    right: 89px;
  }

  .team-wrapper {
    text-align: center;
  }

  .contact-div-wrapper {
    width: 100%;
  }

  .form-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
  }

  .map-wrapper {
    padding: 29px;
  }

  .licence-item-1 {
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .image-div-2 {
    width: 100px;
    flex: 0 auto;
  }

  .licence-links-wrapper {
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .checkout-form-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .order-confirmation-container {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding: 0;
  }

  .pay-buttons {
    flex-direction: column;
  }

  .web-payments {
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero-block-2 {
    width: 100%;
    margin-right: 0%;
  }

  .licence-item-first {
    width: auto;
    justify-content: space-between;
    padding: 15px 15px 14px;
  }

  .licence-item-first.changelog {
    flex-direction: column;
  }

  .licence-link-2 {
    margin-right: 0;
  }

  .logo-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .hero-div.small {
    background-color: rgba(255, 255, 255, .76);
    border-radius: 20px;
  }

  .hero-image {
    height: 200px;
    background-size: 300px;
  }

  .hero-image-mask-2 {
    justify-content: center;
    display: flex;
  }

  .heading-3 {
    font-size: 30px;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8 {
    width: 20vh;
    height: 20%;
    display: none;
  }

  .hero-3 {
    height: 100%;
    margin-top: auto;
    margin-bottom: 10px;
  }

  .div-block-9 {
    align-items: center;
    margin-left: auto;
    padding-left: 0;
  }

  .button-4 {
    font-size: 10px;
  }

  .gallery {
    height: auto;
    display: none;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    align-self: auto;
    justify-items: center;
    margin-top: 39px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-posts {
    margin-top: auto;
    padding-top: 0;
  }

  .hero-image-mask-4 {
    width: 100%;
  }

  .kits {
    height: 20vh;
    margin-top: -264px;
    margin-bottom: 0;
  }

  .wrapper {
    position: static;
  }

  .heading-7 {
    font-size: 15px;
  }

  .div-block-13 {
    text-align: center;
    padding-left: 80px;
    padding-right: 0;
  }

  .yoga {
    height: 30vh;
    margin-top: -253px;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-kit-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    position: relative;
  }

  .div-block-16 {
    top: 258px;
    left: 0;
  }

  .paragraph-8 {
    font-size: 10px;
    display: none;
  }

  .button-6 {
    border-radius: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }

  .heading-8 {
    font-size: 20px;
  }

  .div-yoga {
    top: 276px;
  }

  .section-3 {
    height: 15vh;
  }

  .hero-image-6 {
    height: 200px;
    background-size: 300px;
  }

  .different-font-2 {
    font-size: 48px;
    line-height: 58px;
  }

  .page-title-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title-2.big {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 18px;
  }

  .container {
    height: auto;
    align-self: flex-end;
    margin-top: 0;
    top: 58px;
  }

  .button-8 {
    margin-bottom: 10px;
  }

  .div-block-21 {
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    width: 100%;
  }

  .div-block-23 {
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-11 {
    float: none;
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .section-7 {
    height: auto;
    padding-bottom: 49px;
  }

  .div-block-26 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column-4 {
    margin-bottom: 31px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .div-block-29 {
    width: 100vw;
    height: 100%;
    max-width: 100%;
  }

  .section-8 {
    height: auto;
    margin-bottom: 86px;
    padding-bottom: 54px;
  }

  .div-block-32 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-34 {
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-35 {
    width: 95%;
  }

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

  .section-12 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .div-block-41 {
    display: none;
  }

  .div-block-42 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-43 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .primary-h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .paragraph-21 {
    text-align: left;
  }

  .image-9 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-22 {
    padding-right: 20px;
  }

  .paragraph-22.kit-product-checkout-para {
    text-align: center;
    margin-top: 15px;
  }

  .review-container {
    flex-wrap: wrap;
  }

  .review-picture {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-46 {
    width: 250px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .primary-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .primary-button.extended-button {
    width: 245px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .primary-button.primary-button-left {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-6 {
    line-height: 32px;
  }

  .div-block-47 {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    padding-bottom: 10px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-cta-text {
    text-align: left;
    margin-top: 25px;
  }

  .membership-images {
    margin-top: 25px;
  }

  .get-more-container {
    flex-wrap: wrap;
  }

  .more-kits {
    margin-bottom: 0;
  }

  .ebook-image {
    float: none;
    object-fit: scale-down;
  }

  .columns-9 {
    display: block;
  }

  .section-16 {
    padding-top: 0;
  }

  .h2-have-questions {
    text-align: center;
    padding-right: 0;
    font-size: 28px;
  }

  .image-15 {
    height: auto;
    max-width: 80%;
    margin-top: 25px;
    margin-left: auto;
  }

  .menu-button-2 {
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
  }

  .selecting-a-kit {
    padding-bottom: 0;
  }

  .essential-oils-banner, .kits-banner {
    height: 15vh;
  }

  .primary-h1 {
    font-size: 28px;
  }

  .footer-para {
    text-align: left;
  }

  .bottom-questions {
    padding-top: 0;
  }

  .ebook-guide-banner {
    height: 25vh;
  }

  .banner-h1 {
    text-align: center;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 56px;
  }

  .kits-product-banner {
    height: 15vh;
  }

  .kits-product-2column {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .kit-product-h2 {
    font-size: 28px;
  }

  .kit-product-h2.kit-product-h2sub {
    font-size: 20px;
  }

  .product-kit-button.primary-button-left {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .kitsembed-test.partner-test {
    display: flex;
  }

  .paragraph-vid-overlay {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1-video-overlay {
    margin-top: 75px;
  }

  .image-16 {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    margin-top: 25px;
  }

  .primary-h2-hp {
    font-size: 28px;
  }

  .thank-you-text {
    text-align: center;
  }

  .thank-you-h1 {
    font-size: 28px;
  }

  .primary-h2-copy, .thank-you-h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .thank-you-review {
    padding-left: 20px;
    padding-right: 20px;
  }

  .thank-you-review-picture {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-story-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .my-story {
    margin-left: auto;
    margin-right: auto;
  }

  .my-story-banner {
    height: 25vh;
  }

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

  .picture-info {
    padding-right: 20px;
  }

  .picture-info.kit-product-checkout-para {
    text-align: center;
    margin-top: 15px;
  }

  .story-para {
    padding-right: 20px;
  }

  .story-para.kit-product-checkout-para {
    text-align: center;
    margin-top: 15px;
  }

  .my-story-profile {
    max-width: 300px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .business-banner {
    height: 25vh;
  }

  .primary-h2-business, .business-h2-reviews {
    margin-bottom: 0;
    font-size: 28px;
  }

  .business-story {
    margin-left: auto;
    margin-right: auto;
  }

  .business-story-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .review-picture-support {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-paragraph-support {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-banner {
    height: 15vh;
  }

  .review-paragraph-support-jtt {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-cta-text-business {
    text-align: left;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5c5de0fe-c749-de03-e6d3-d63a73fe4054-f55bd206 {
  grid-area: Area;
}

#w-node-b7684e17-5b12-4b40-fee0-927a22dfee86-17eb4f33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-b7684e17-5b12-4b40-fee0-927a22dfee76-17eb4f33, #w-node-b7684e17-5b12-4b40-fee0-927a22dfee7a-17eb4f33, #w-node-b7684e17-5b12-4b40-fee0-927a22dfee7e-17eb4f33, #w-node-b7684e17-5b12-4b40-fee0-927a22dfee82-17eb4f33 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


