:root {
  --light-steel-blue: #afa2ed;
  --indigo: #8f0002;
  --medium-slate-blue: var(--light-steel-blue);
  --light-blue-color: #b2ebf9;
  --deep-sky-blue: #000;
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutadditionalinputscontainer {
  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-commercecheckoutadditionaltextinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecheckoutpaymentsummarywrapper {
  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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

  .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-commercecheckoutemailinput, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .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, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.her-section-1 {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h1 {
  font-size: 96px;
  line-height: 96px;
}

.h1-wrapper {
  width: 980px;
  margin-left: 200px;
  position: relative;
}

.avocado {
  z-index: 50;
  height: 400px;
  position: absolute;
  inset: 63px 10px 0% auto;
}

.pencil {
  z-index: 3;
  height: 90px;
  position: absolute;
  inset: 88px 398px 0% auto;
}

.arm {
  transform-origin: 100%;
  height: 65px;
  position: absolute;
  inset: 153px 291px 0% auto;
}

.underline {
  width: 435px;
  height: 12px;
  position: absolute;
  inset: 110px auto 0% 10px;
}

.four-things {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.checkmark._2 {
  margin-left: 18px;
}

.text-1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.diamond {
  height: 70px;
  position: absolute;
  inset: -69px auto auto -69px;
}

.spirals {
  height: 70px;
  position: absolute;
  inset: 159px auto auto -158px;
}

.xd {
  height: 55px;
  position: absolute;
  inset: auto auto 189px -99px;
}

.form-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form {
  width: 420px;
  display: flex;
}

.button-1 {
  background-color: var(--light-steel-blue);
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #7075d1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 5px;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.text-field {
  border: 1px solid #2d2d2d;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 0;
}

.text-field::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.logos {
  margin-top: 150px;
}

.logo {
  height: 50px;
}

.logo._2 {
  height: 37px;
  margin-left: 45px;
}

.logo._2._3 {
  height: 37px;
  margin-top: 10px;
}

.logo._2._4 {
  margin-top: 12px;
}

.ps {
  height: 65px;
  position: absolute;
  inset: -70px 202px auto auto;
}

.ai {
  height: 75px;
  position: absolute;
  inset: 77px 0 auto auto;
}

.body {
  background-color: #fafafa;
  padding-top: 0;
}

.navbar {
  background-color: #fafafa;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.logo-link.w--current {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #282828;
  text-transform: uppercase;
  padding-left: 8px;
  padding-right: 34px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.login {
  background-image: url('../images/lock_1lock.JPG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-left: 42px;
  padding-left: 26px;
}

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

.div-block {
  justify-content: space-between;
  width: 80%;
  max-width: 90%;
  display: flex;
}

.top-bar-message {
  background-color: #a00003f0;
  border: 0 solid #6300a5;
  justify-content: center;
  align-items: center;
  height: 52px;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.avocado-small {
  height: 35px;
  margin-right: 5px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #00bc87;
  border-radius: 50px;
  margin-left: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.chat-feature {
  z-index: 9995;
  background-color: #00bc87;
  background-image: url('../images/chat-icon_1chat icon.JPG');
  background-position: 46% 70%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  inset: auto 2% 2% auto;
  box-shadow: 1px 1px 10px #0000004d;
}

.hand-off-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 980px;
  margin: 40px auto 50px;
  display: flex;
}

.heading {
  font-size: 50px;
  line-height: 56px;
}

.text-span {
  color: #00bc87;
}

.text-span-2 {
  color: #ffa800;
}

.text-span-2._2 {
  color: #00bc87;
}

.text-span-3 {
  color: #d00090;
}

.text-3 {
  color: #9b9898;
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.link {
  color: #2e2e2e;
  background-image: url('../images/right-arrow_1right arrow.JPG');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 170px;
  margin-top: 60px;
  padding-right: 58px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-position .25s;
  display: flex;
  position: relative;
}

.link:hover {
  background-position: 100%;
}

.yellow-div {
  background-color: #fff6e6;
  border-radius: 15px;
  padding: 45px 45px 35px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.image {
  height: 50px;
  margin-right: 10px;
}

.text-4 {
  color: #777;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.text-5 {
  color: #777;
  margin-top: 45px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.slide {
  background-color: #fff6e6;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.hide-arrow {
  display: none;
}

.slider {
  background-color: #0000;
  height: 350px;
}

.pencil-2 {
  width: 90px;
  position: absolute;
  inset: auto -52px 46px auto;
}

.mask {
  overflow: visible;
}

.slide-2 {
  position: absolute;
  inset: 0%;
}

.green-div {
  background-color: #e6f8f3;
  border-radius: 15px;
  padding: 45px 45px 35px;
  position: absolute;
  inset: 0% 0% auto;
}

.white-cover {
  z-index: 2;
  transform-origin: 100%;
  background-color: #fff;
  width: 450px;
  height: 20px;
  position: absolute;
  inset: 15% 54% auto auto;
}

.div-block-4 {
  background-image: url('../images/underline.svg');
  background-position: 0%;
  background-size: auto;
  width: 435px;
  height: 20px;
  position: absolute;
  inset: 108px auto auto 10px;
}

.circle {
  background-color: #6e6e6e;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 9px;
}

.circle._1 {
  background-color: #bbb;
}

.circle-container {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.purple-div {
  background-color: #fae6f4;
  border-radius: 15px;
  padding: 45px 45px 35px;
  position: absolute;
  inset: 0% 0% auto;
}

.column {
  padding-right: 50px;
}

.scroll-trigger {
  margin-top: 150px;
}

.green-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

._980-px {
  width: 980px;
  display: flex;
}

.text-span-4 {
  color: #40cda5;
}

.div-block-5 {
  width: 640px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 340px;
  margin-top: 50px;
  display: flex;
}

.image-2 {
  width: 200px;
  margin-top: 15px;
}

.text-block {
  font-size: 16px;
}

.link-2 {
  color: #40cda5;
  background-image: url('../images/green-arrow_1green arrow.JPG');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 170px;
  margin-top: 60px;
  padding-right: 58px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-position .25s;
  display: flex;
  position: relative;
}

.link-2:hover {
  background-position: 100%;
}

.image-3 {
  width: 980px;
  margin-top: 100px;
}

.link-3 {
  color: #ffa800;
  background-image: url('../images/yellow-arrow_1yellow arrow.JPG');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 170px;
  margin-top: 60px;
  padding-right: 58px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-position .25s;
  display: flex;
  position: relative;
}

.link-3:hover {
  background-position: 100%;
}

.text-span-5 {
  color: #ffa800;
}

.image-4 {
  width: 150px;
  margin-top: 15px;
}

.text-span-4-copy {
  color: #40cda5;
}

.text-span-6 {
  color: #d00090;
}

.link-4 {
  color: #d00090;
  background-image: url('../images/arrow-purple_1arrow purple.JPG');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 170px;
  margin-top: 60px;
  padding-right: 58px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  transition: background-position .25s;
  display: flex;
  position: relative;
}

.link-4:hover {
  background-position: 100%;
}

.text-block-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-3 {
  padding-top: 0;
}

.image-5 {
  text-align: left;
  flex: 0 auto;
  font-weight: 400;
}

.image-6 {
  text-align: right;
  height: 100%;
  padding-left: 0;
}

.image-7 {
  padding-top: 0;
}

.image-7.mobile {
  display: none;
}

.image-7.desktop {
  background-color: #b62424;
  max-width: 100%;
}

.text-block-4 {
  background-color: #591c7400;
}

.dropdown-list.w--open {
  background-color: #fafafa;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.product-price {
  color: #005514;
  -webkit-text-stroke-color: #8592aa;
  margin-left: 0;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 22px;
  display: block;
}

.paragraph {
  padding-top: 22px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.accordion-item-a-text {
  color: #666;
  margin-bottom: 0;
  font-size: 16px;
}

.accordion-item-q-icon-stripe-1 {
  background-color: var(--light-steel-blue);
  width: 100%;
  height: .3em;
  position: relative;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.c-header {
  text-align: center;
}

.accordion-item-q-icon-stripe-2 {
  background-color: var(--light-steel-blue);
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.c-details {
  margin-bottom: 60px;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #afa2edb5;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footer {
  background-color: #fff;
  background-image: url('../images/footer-bg.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 6px;
}

.image-8 {
  font-size: 7px;
  font-weight: 400;
}

.cartbutton {
  color: #8d78f3;
  -webkit-text-stroke-color: #6e1d8b;
  background-color: #3898ec00;
  flex: 0 auto;
  padding-top: 15px;
  padding-bottom: 13px;
  font-weight: 700;
}

.cart-quantity {
  color: #8d78f3;
  background-color: #0000;
  min-width: 20px;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
}

.video {
  object-fit: fill;
  border: 2px #23cef5;
  border-style: none none solid solid;
  border-radius: 6px;
  margin-top: 9px;
  padding-bottom: 0;
}

.paragraph-2 {
  padding-left: 170px;
  padding-right: 170px;
}

.heading-2 {
  text-align: left;
  -webkit-text-stroke-color: #ad1212;
  border: 1px solid #0000;
  padding-left: 170px;
  padding-right: 170px;
  font-size: 40px;
}

.div-block-8 {
  border: 20px solid #000;
  padding-left: 122px;
  display: block;
}

.carttext {
  padding-right: 0;
}

.container {
  text-align: center;
  padding-top: 0;
}

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

.columns-2 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-9 {
  background-color: #00703c;
  border: 1px #000;
  border-radius: 20px;
  margin-left: 170px;
  margin-right: 170px;
  padding-top: 3px;
  padding-left: 0;
  font-size: 2px;
}

.blog-bg {
  outline-offset: 0px;
  background-color: #ebebeb;
  outline: 3px #333;
}

.heading-3 {
  color: #570064;
  padding-left: 170px;
  padding-right: 170px;
  font-family: PT Serif, serif;
  font-weight: 400;
}

.paragraph-4 {
  padding-left: 170px;
  padding-right: 170px;
  font-size: 20px;
}

.bold-text-2 {
  color: #570064;
  border: 1px solid #3b007700;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.paragraph-5 {
  direction: ltr;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  padding-left: 170px;
  padding-right: 170px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
}

.product-title {
  color: #7a0092;
  -webkit-text-stroke-color: #000;
  border: 1px solid #66008500;
  margin-top: 13px;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.mainimagecol {
  background-color: #c9878700;
}

.icon {
  left: 77.3359px;
  right: -1px;
}

.columedsection {
  margin-top: 38px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.text-block-7 {
  font-family: Merriweather, serif;
}

.tab-title {
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-9 {
  font-family: Merriweather, serif;
}

.image-9 {
  text-align: left;
  max-width: 100%;
  margin-top: -46px;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 18px;
  overflow: hidden;
}

.image-9.mobile {
  display: none;
}

.section {
  text-align: center;
}

.section.slider-section {
  font-size: 1.11111vw;
  overflow: hidden;
}

.h3 {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.link-5 {
  color: #7e6262;
}

.link-6 {
  color: #7e5e5e;
}

.link-7 {
  color: #7a3c3c;
}

.link-8, .link-9 {
  color: #802e2e;
}

.link-10 {
  color: #7f2f2f;
}

.link-11 {
  color: #803131;
}

.link-12, .link-13, .link-14, .link-15, .link-16 {
  color: #fff;
}

.link-16.text-decoration-none, .paragraph-6 {
  text-decoration: none;
}

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

.select-btn {
  background-color: var(--indigo);
  text-align: center;
  -webkit-text-stroke-color: #fff;
  border-radius: 20px;
  width: 150px;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.heading-4 {
  color: #570064;
  text-align: center;
  padding-left: 170px;
  padding-right: 170px;
  font-family: Merriweather, serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.optionfield {
  width: 200px;
}

.addtocartbtn {
  direction: ltr;
  text-align: left;
  background-color: #b300ff;
  border-radius: 17px;
  margin-top: 13px;
  padding: 10px 20px;
  font-size: 20px;
  display: block;
}

.mainproductimg {
  border: 2px solid #ce6bff;
  border-radius: 20px;
  max-width: 80%;
}

.paragraph-7 {
  padding-top: 8px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
}

.default-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 17px;
  display: block;
}

.collection-list-wrapper {
  text-align: left;
  padding-top: 29px;
}

.columns-4 {
  color: #54055a;
  border-radius: 0;
  padding: 0 45px 26px;
}

.image-11 {
  object-fit: cover;
  border: 3px solid #23cef5;
  border-radius: 20px;
  margin-left: 0;
  padding-left: 0;
}

.heading-5 {
  color: #54055a;
  text-align: center;
  margin-top: 59px;
  margin-bottom: -17px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.button-4 {
  text-align: center;
  background-color: #66059e;
  border-radius: 20px;
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.section-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

.rich-text-block {
  padding-left: 170px;
  padding-right: 170px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  line-height: 27px;
}

.rte {
  border-radius: 20px;
  padding-left: 170px;
  padding-right: 170px;
}

.rte h2 {
  color: #570064;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 44px;
}

.rte p, .rte li {
  color: #333;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  line-height: 27px;
}

.rte h3 {
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 700;
}

.rte figure {
  max-width: 70%;
}

.body-2 {
  color: #570064;
}

.body-3 {
  background-color: #ebebeb;
}

.collection-list {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.collection-list-wrapper-2 {
  text-align: left;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 250px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 10px;
  font-size: 15px;
  display: flex;
}

.div-block-10 {
  border-radius: 0;
  width: 100px;
  height: 100px;
  display: block;
}

.heading-6 {
  text-align: center;
  margin-top: 9px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-7 {
  color: #54055a;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 400;
}

.paragraph-8 {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.button-5 {
  background-color: #66059e;
  border-radius: 20px;
  margin-top: 12px;
}

.image-12 {
  object-fit: cover;
  border: 2px solid #248eff;
  border-radius: 20px;
}

.text-block-10 {
  margin-top: 9px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 30px;
}

.section-3 {
  text-align: center;
  margin-bottom: 74px;
  padding-top: 0;
}

.button-6 {
  text-align: left;
  background-color: #00b7ff;
  border: 2px #790097;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

.button-7 {
  background-color: var(--indigo);
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

.heading-8 {
  color: #54055a;
  text-align: center;
  margin-top: 33px;
  padding-top: 31px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.div-block-11 {
  outline-offset: 0px;
  color: #d51111;
  background-color: #00b7ff;
  border-radius: 20px;
  outline: 3px #555;
  margin-top: 2rem;
  margin-left: 150px;
  margin-right: 150px;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

.tabs-menu {
  border-radius: 0;
  padding-left: 100px;
  padding-right: 100px;
}

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

.tab-link-tab-2 {
  background-color: var(--light-steel-blue);
  border-radius: 2px;
}

.tab-link-tab-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-steel-blue);
  color: #fff;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-link-tab-3 {
  opacity: 1;
  background-color: #e1e0e5;
  border-bottom: 1px solid #000;
  display: block;
}

.field-label {
  flex-direction: row;
  display: flex;
}

.rich-text-block-2 {
  padding-top: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
}

.link-18 {
  color: #fff;
  background-color: #0000;
  text-decoration: none;
}

.link-19 {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.link-20, .link-21 {
  color: #fff;
  text-decoration: none;
}

.heading-9 {
  color: #54055a;
  text-align: center;
  margin-top: 29px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.collection-list-2, .collection-list-3 {
  text-align: center;
}

.collection-list-4 {
  padding-bottom: 91px;
}

.text-block-11 {
  text-align: center;
  padding-top: 16px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.text-block-11.under {
  color: #ca1a1a;
}

.text-block-12, .text-block-13, .text-block-14 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.body-4 {
  background-color: #fff9ff;
}

.rich-text-block-3 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

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

.text-block-15 {
  text-align: center;
  margin-top: -13px;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.text-block-16 {
  text-align: center;
  margin-top: -13px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.text-block-17 {
  text-align: center;
  margin-top: -13px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-18 {
  text-align: center;
  margin-top: -13px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.text-block-19 {
  text-align: center;
  padding-top: 28px;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.div-block-12 {
  background-color: #901a1a;
  border-radius: 20px;
  margin-top: 21px;
  margin-left: 170px;
  margin-right: 170px;
  padding-top: 4px;
}

.heading-10 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.paragraph-9 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 75px;
  padding-right: 75px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.body-5 {
  background-color: #fff9ff;
}

.checkout-button {
  background-color: #7075d1;
  border-radius: 20px;
}

.submit-button, .apply-button {
  background-color: var(--medium-slate-blue);
  border-radius: 20px;
}

.form-2 {
  margin-left: 170px;
  padding-right: 170px;
}

.heading-11 {
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.paragraph-10 {
  text-align: center;
  padding-top: 13px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
}

.paragraph-11 {
  text-align: center;
  margin-top: 29px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.div-block-13 {
  color: #7f10ff;
  background-color: #afa2ed;
  border-radius: 20px;
  margin-top: 31px;
  margin-bottom: 34px;
  padding-top: 0;
  padding-bottom: 7px;
}

.paragraph_padding, .paragraph-13 {
  margin-left: 170px;
  margin-right: 170px;
}

.div-block-14 {
  display: flex;
}

.out-of-stock-state {
  background-color: var(--light-steel-blue);
  color: #fff;
}

.add-to-cart-cont {
  align-items: center;
  display: block;
}

.quantity-div {
  padding-right: 20px;
}

.product_info_section {
  margin-top: 60px;
}

.faq_div {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  margin-left: auto;
  margin-right: auto;
}

.faq-heading {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Merriweather, serif;
  font-size: 27px;
  font-weight: 400;
}

.tabs, .section-5 {
  display: none;
}

.empty-state {
  background-color: var(--light-steel-blue);
  color: #fff;
}

.collection-list-5 {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.nav_tablet {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.tab_wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

.tab-menu-box {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  color: #000;
  background-color: #f0f0f0;
  border: 1px solid #c4c4c44d;
  width: 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
}

.tab-link:hover {
  color: var(--indigo);
}

.tab-link.w--current {
  color: var(--indigo);
  background-color: #fff;
}

.navbar-new {
  text-align: center;
  background-color: #fafafa;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav_container {
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  max-width: 90%;
  display: flex;
}

.logo-wrapper {
  width: 270px;
  height: 60px;
}

.nav-menu-2 {
  display: flex;
}

.nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-7, .container-2 {
  padding-top: 20px;
}

.page-wrapper {
  overflow: hidden;
}

.text-block-21 {
  margin-top: -5px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
}

.submitbtnhom {
  background-color: var(--light-steel-blue);
  border-radius: 20px;
}

.text-field-2 {
  margin-top: -17px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.homeform1 {
  margin-left: 250px;
  margin-right: 250px;
}

.homeformblock {
  background-color: #e6f8ff;
  margin-top: -35px;
  margin-bottom: -3px;
  padding-top: 23px;
  padding-bottom: 14px;
  display: block;
  overflow: visible;
}

.section-8 {
  margin-top: -49px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.field-label-2, .field-label-3 {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
}

.formtitlehome {
  text-align: center;
  margin-top: -14px;
  margin-bottom: 19px;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
}

.rich-text-block-4 {
  margin-top: 4px;
  margin-bottom: -40px;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.link-23 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}

.optionvar1 {
  margin-top: 11px;
}

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

.text-block-23 {
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
}

.text-block-24, .text-block-25, .text-block-26 {
  padding-bottom: 10px;
  font-family: Merriweather, serif;
}

.text-block-27 {
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
}

.buysection {
  display: none;
}

.newcartdiv {
  flex: 0 auto;
  display: block;
}

.html-embed {
  background-color: #b300ff;
}

.image-14 {
  object-fit: fill;
  border: 3px solid #b300ff;
  border-radius: 20px;
  min-width: 350px;
  max-width: 100%;
}

.link-block {
  color: #8d78f3;
  flex: 1;
  justify-content: center;
  padding-left: 14px;
  font-weight: 700;
  display: flex;
}

.link-block.snipcart-checkout {
  text-decoration: none;
}

.div-block-17 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1px;
  display: block;
}

.text-block-28 {
  margin-left: 6px;
}

.hero-without-image {
  text-align: left;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  max-width: 400px;
  margin-top: 70px;
  margin-left: 70px;
  margin-right: 70px;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.emailform {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.submit-form-btn {
  text-align: center;
  background-color: #8900c9;
  border-radius: 15px;
  width: 100%;
  min-width: auto;
  margin-top: 11px;
  font-weight: 700;
  display: block;
}

.text-field-3 {
  background-color: #f1f1f1;
  border: 0 #000;
  border-radius: 0 14px 14px 0;
  min-width: auto;
}

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

.container-4 {
  background-color: #ecf4f8;
  margin-top: 100px;
  margin-left: 112px;
  margin-right: 113px;
  padding: 61px 67px 28px 46px;
}

.emodal {
  z-index: 1200;
  background-color: #db838300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.formcontainer {
  background-color: #fff;
  border: 4px solid #8900c9;
  border-radius: 20px;
  max-width: 870px;
  height: 320px;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
  box-shadow: 0 0 13px 12px #0003;
}

.link-24 {
  color: var(--indigo);
}

.button-8 {
  color: var(--indigo);
  background-color: #0000;
}

.closeform2 {
  color: #4e4e4e;
  margin-top: 6px;
  font-size: 13px;
  text-decoration: none;
}

.div-block-18 {
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-19 {
  display: flex;
}

.text-block-29 {
  color: #005514;
  flex: 0 auto;
  font-family: Merriweather, serif;
  font-size: 22px;
}

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

.catsdiv {
  opacity: 1;
  display: none;
  position: static;
}

.formtitle1 {
  color: #515050;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.formtitle2 {
  color: #8900c9;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.field-label-4, .field-label-5 {
  display: none;
}

.capsule-block {
  border-radius: 0;
  justify-content: center;
  height: 38px;
  margin-bottom: 13px;
  display: flex;
  overflow: visible;
}

.icon-cont {
  text-align: center;
  background-color: #8900c9;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 48px;
  height: 38px;
  padding-top: 5px;
  padding-left: 1px;
}

.image-15 {
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  padding-top: 0;
}

.close-btn-form {
  cursor: pointer;
  background-color: #8900c9;
  border-radius: 24%;
  flex-direction: column;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0 4px;
  display: flex;
  position: absolute;
  inset: 4px 6px auto auto;
}

.showmodal {
  z-index: 2999;
  background-color: var(--indigo);
  cursor: pointer;
  object-fit: fill;
  border-radius: 8px 8px 0 0;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 30px;
  margin-left: 34px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.promobtnfooter {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.image-16 {
  max-width: 20px;
}

.closeoffer {
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -20% auto auto -6%;
}

.image-block {
  width: 100%;
}

.showform {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-around;
  padding: 6px 21px;
  display: flex;
}

.mobileform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
}

.paragraph-16 {
  letter-spacing: normal;
  white-space: normal;
  overflow-wrap: normal;
  margin-top: 10px;
  font-size: 10px;
  line-height: 15px;
}

.line1mobileform {
  color: #515050;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
}

.line2mobileform {
  color: #8900c9;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.text-field-4, .text-field-5 {
  display: none;
}

.image-19 {
  margin-top: -18px;
}

.settings-wrapper {
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.html-embed-2 {
  display: block;
}

.icon-cont-mobile {
  text-align: center;
  background-color: #8900c9;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  width: 48px;
  height: 38px;
  padding-top: 4px;
  padding-left: 1px;
}

.phone-validation {
  color: red;
  font-size: 11px;
  display: none;
}

.mobileformbutton {
  text-align: center;
  background-color: #8900c9;
  border-radius: 14px;
  width: 100%;
  display: block;
}

.div-block-22 {
  justify-content: space-around;
  align-items: center;
  padding: 21px 24px 12px 11px;
  display: flex;
}

.body-7 {
  background-color: #f5f5f5;
}

.container-5 {
  background-color: #fff;
  max-width: 600px;
  height: auto;
  position: relative;
}

.image-20 {
  width: 200%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-23 {
  margin-top: 16px;
  margin-bottom: 29px;
  display: flex;
}

.heading-16 {
  text-align: center;
  white-space: normal;
  margin-bottom: 39px;
  font-size: 55px;
  line-height: 60px;
  overflow: visible;
}

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

.paragraph-17 {
  color: #313131;
  text-align: justify;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 23px;
}

.div-block-25 {
  outline-offset: 0px;
  border: 1px #000;
  outline: 4px dashed #b1a4f0;
  padding: 10px;
}

.div-block-26 {
  padding-left: 108px;
  padding-right: 108px;
}

.e-pname {
  text-align: center;
  margin-bottom: 0;
}

.e-psub {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.link-25 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  text-decoration: none;
}

.link-26, .link-27 {
  color: #fff;
  text-decoration: none;
}

.loading-overlay {
  z-index: 1000;
  background-color: #f8f6f6c2;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  display: flex;
  position: relative;
  top: 7px;
  left: auto;
  right: 146px;
}

.loadingcss {
  width: 25px;
  height: 25px;
}

.success-message {
  background-color: #dddddd0a;
  margin-top: 83px;
}

.paragraph-18 {
  border: 1px solid #b4abab00;
  font-size: 11px;
}

.video-2 {
  padding-left: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  display: block;
}

.video-3 {
  width: 500px;
  height: 500px;
  margin-top: -194px;
  padding-bottom: 0;
}

.div-block-27 {
  padding-top: 0;
}

.div-block-28 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-left: 0;
  display: flex;
}

.video-4 {
  aspect-ratio: auto;
  width: 600px;
  height: 300px;
}

.video-5 {
  margin-right: -164px;
  padding-right: 48px;
}

.video-6 {
  width: 500px;
  height: 500px;
}

.video-7 {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

.div-block-29 {
  border: 3px solid #66007a;
  border-radius: 7px;
  width: 500px;
}

.video-8 {
  aspect-ratio: auto;
  background-color: #afa2ed;
  border: 3px solid #afa2ed;
  border-radius: 5px;
  min-width: 40px;
  margin-top: 21px;
  padding-bottom: 0;
}

.section4form {
  display: block;
}

.text-field-6 {
  display: none;
}

.form-block-2 {
  display: block;
}

.heading-17 {
  color: #9516de;
  text-align: center;
}

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

.successmsg {
  margin-top: 51px;
  display: none;
}

.heading-18 {
  font-family: PT Serif, serif;
  font-weight: 400;
}

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

.text-block-32 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 9px;
  font-family: Merriweather, serif;
  font-size: 16px;
}

.text-block-33 {
  text-align: center;
  padding-bottom: 9px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.rich-text-block-5 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.image-21 {
  float: none;
  text-align: left;
  margin-left: 520px;
  padding-top: 13px;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.image-22 {
  text-align: left;
  margin-left: 0;
  padding-bottom: 12px;
}

.tag-button {
  z-index: 9999;
  background-color: var(--light-blue-color);
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 3.5%;
  height: 150px;
  position: fixed;
  inset: 50% 0% auto auto;
}

.tag-button-text {
  color: var(--indigo);
  white-space: nowrap;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-weight: 700;
  transform: rotate(270deg);
}

.heading-19, .text-block-34 {
  text-align: center;
}

.container-6 {
  margin-bottom: 54px;
  margin-left: 0;
  margin-right: 0;
}

.product-link-block {
  text-align: center;
  white-space: normal;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
  margin-right: 7px;
  padding-right: 6px;
  display: flex;
}

.product-link-block.w--current {
  text-align: center;
}

.image-23 {
  border: 3px solid var(--light-steel-blue);
  object-fit: cover;
  border-radius: 13px;
  max-width: 180px;
  margin-bottom: 12px;
}

.collection-list-7 {
  justify-content: flex-start;
  display: flex;
}

.product_name_carousel {
  text-align: center;
  overflow-wrap: normal;
  font-family: Bitter, serif;
  overflow: hidden;
}

.product_suggestions {
  white-space: nowrap;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  object-fit: fill;
  flex-flow: row;
  place-content: space-around center;
  align-items: flex-start;
  display: flex;
  overflow: scroll;
}

.collection-list-wrapper-3 {
  z-index: 10;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}

.scroll-right {
  z-index: 11;
  background-color: var(--light-steel-blue);
  opacity: .9;
  border-radius: 8px;
  position: relative;
}

.scroll-right.material-symbols-outlined {
  height: 43px;
  padding-left: 9px;
  padding-right: 9px;
}

.scroll-left {
  z-index: 11;
  background-color: var(--light-steel-blue);
  opacity: .9;
  border-radius: 8px;
  position: relative;
}

.scroll-left.material-symbols-outlined {
  height: 43px;
  padding-left: 9px;
  padding-right: 9px;
}

.product-collection-item {
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav {
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
  bottom: 157px;
}

.carousel-wrapper {
  display: none;
}

.category_title_carousel {
  color: #555;
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.toppicks_wrapper {
  margin-top: 41px;
}

.top-picks-collection-item {
  width: 300px;
}

.poppicks-img {
  border: 5px solid var(--light-blue-color);
  border-radius: 13px;
  width: 250px;
  min-width: 180px;
}

.toppicks-text {
  -webkit-text-stroke-color: #1f1f1f;
  margin-top: 13px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
}

.image-24 {
  text-align: left;
  margin-left: 286px;
  padding-left: 0;
}

.blog-image-wrapper {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.button-10 {
  text-align: left;
}

.button-11 {
  text-align: left;
  background-color: #660594;
  border-radius: 20px;
}

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

.div-block-30 {
  margin-bottom: 59px;
}

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

.paragraph-19 {
  text-align: center;
  margin-top: 12px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
}

.button-12 {
  background-color: #ec383b;
  border-radius: 20px;
  font-size: 18px;
}

.heading-20 {
  color: #fff;
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 30px;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 25px;
}

.image-26 {
  text-align: left;
  max-width: 30%;
}

.image-27 {
  max-width: 30%;
}

.column-10 {
  text-align: right;
}

.text-block-37 {
  text-align: center;
  margin-top: 94px;
  padding-bottom: 15px;
  font-size: 30px;
}

.image-28 {
  max-width: 30%;
}

.section-9 {
  color: #fff;
  text-align: center;
  margin-top: 19px;
}

.code-embed {
  margin-top: 0;
}

.paragraph-21 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #9b0000;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 20px;
  line-height: 35px;
}

.paragraph-22 {
  color: #fff;
  text-align: left;
  margin-top: 31px;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 30px;
}

.heading-21 {
  color: red;
  text-align: center;
  border: 1px solid #f000;
}

.body-8 {
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 2000px;
  background-attachment: scroll;
}

.section-10 {
  text-align: center;
  border-radius: 20px;
}

.button-13 {
  background-color: #00e253;
  border-radius: 20px;
  margin-bottom: 151px;
  padding: 20px 50px;
  font-size: 30px;
}

.list {
  color: #00f6e6;
}

.list-item {
  color: #f60004;
}

.heading-22, .paragraph-23 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
}

.body-9 {
  margin-left: 0;
  margin-right: 0;
}

.section-11 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
}

.heading-23 {
  color: red;
  text-align: center;
}

.code-embed-2 {
  margin-left: 140px;
  margin-right: 140px;
}

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

.section-13 {
  text-align: center;
}

.video-9 {
  border: 1px #6c00a2;
  border-radius: 0;
}

.heading-24 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 30px;
}

.container-8 {
  padding-bottom: 0;
}

.image-29 {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.image-30 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.heading-25 {
  text-align: center;
  font-size: 35px;
}

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

.paragraph-24 {
  margin-left: 140px;
  margin-right: 140px;
}

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

.heading-27 {
  color: #000;
  text-align: center;
}

.bold-text-4 {
  color: var(--deep-sky-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-26 {
  color: var(--indigo);
  text-align: center;
  padding-top: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.paragraph-27 {
  color: #000;
  text-align: center;
  padding-top: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.container-10 {
  text-align: center;
  padding-bottom: 16px;
}

.button-16 {
  background-color: var(--medium-slate-blue);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 25px;
}

.section-14 {
  text-align: center;
  background-color: #f1f1f1;
  padding-bottom: 13px;
}

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

.heading-28 {
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.heading-29 {
  text-align: center;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-28 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-29, .paragraph-30 {
  text-align: center;
  margin-bottom: 5px;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 25px;
}

.form-block-3 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-30 {
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.bold-text-6 {
  color: #a70000;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-31 {
  color: #a70000;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.body-10 {
  font-size: 18px;
}

.button-17 {
  text-align: center;
}

.section-16 {
  text-align: center;
  padding-top: 5px;
}

.button-18 {
  background-color: var(--light-blue-color);
  border-radius: 20px;
  font-size: 25px;
}

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

.paragraph-33 {
  text-align: center;
  padding-top: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.form-3 {
  padding-top: 95px;
}

.italic-text {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
}

.italic-text-2 {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 400;
}

.heading-32, .heading-33 {
  text-align: center;
  margin-bottom: 5px;
  padding-top: 20px;
}

.heading-34 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 35px;
}

.heading-35 {
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-34 {
  margin-left: 140px;
  margin-right: 140px;
  font-size: 18px;
}

.section-17 {
  padding-bottom: 404px;
}

.code-embed-3, .code-embed-4 {
  margin-left: 100px;
  margin-right: 100px;
}

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

.paragraph-35 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
}

.heading-37 {
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-38 {
  text-align: center;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.paragraph-36 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.button-19 {
  text-align: center;
}

.section-18 {
  text-align: center;
  background-color: #f1f1f1;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.splide__item-img-mask {
  height: 17.5em;
  transition: transform 1s cubic-bezier(.23, 1, .32, 1);
  overflow: hidden;
}

.splide__item-title {
  margin-right: .3rem;
  transition: none;
  transform: none;
}

.splide__item-title-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__member-social-link {
  color: #cbb8af;
  margin-bottom: .2em;
  margin-left: -.5em;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide__member-position {
  opacity: 0;
  margin-bottom: 1.5625em;
  transition: transform 1.25s cubic-bezier(.23, 1, .32, 1), opacity 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: skew(0deg, 3deg)translate(0, 3em);
}

.splide__slide {
  flex: none;
  width: 25%;
}

.splide__item-content {
  flex-direction: column;
  align-items: center;
  width: 26.25em;
  margin-top: 3em;
  display: flex;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.splide__item-img {
  filter: saturate(0%);
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: filter 1s cubic-bezier(.23, 1, .32, 1);
}

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

.global_text-color--silver {
  color: #cbb8af;
  font-family: Merriweather, serif;
}

.splide__track {
  width: 100%;
}

.global_display--none {
  display: none;
}

.layout-grid {
  grid-row-gap: 4.6em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__item-bio {
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(.23, 1, .32, 1), transform 1.25s cubic-bezier(.23, 1, .32, 1);
  transform: translate(0, 3em);
}

.body-11 {
  font-size: 1.11111vw;
}

.main {
  overflow: hidden;
}

.popup-form-wrapper {
  font-size: 18px;
}

.button_wrapper {
  margin-top: 20px;
  font-size: 16px;
}

.popup_form_button {
  background-color: var(--light-steel-blue);
  color: #fff;
  border-radius: .5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
}

.popup_modal_wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 1rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup_modal_bg {
  background-color: color-mix(in srgb, var(--deep-sky-blue) 25%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup_modal_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  flex-flow: column;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.popup_modal_close {
  background-color: var(--light-steel-blue);
  color: var(--white);
  cursor: pointer;
  width: 3rem;
  padding: 1rem 1rem .8rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup_modal_text {
  font-family: Merriweather, serif;
}

.form_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  color: var(--deep-sky-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field {
  color: #000;
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-bottom-color: color-mix(in srgb, var(--deep-sky-blue) 30%, transparent);
  background-color: #0000;
  min-height: 3rem;
  padding: 1rem .5rem;
}

.form_field.form_text_area {
  color: #000;
  min-height: 6rem;
  margin-bottom: 1rem;
}

.form_submit_button {
  background-color: var(--light-steel-blue);
  color: var(--white);
  width: 100%;
}

.embed_modal_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #ffffff80;
  flex-flow: column;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.embed_text_wrapper {
  text-align: center;
}

.heading-39 {
  margin-bottom: 0;
}

.heading-40 {
  text-align: left;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph-37 {
  text-align: left;
  border-radius: 13px;
  margin-left: 350px;
  margin-right: 350px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.body-12 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.bold-text-7 {
  box-sizing: border-box;
  text-align: left;
  margin-left: 220px;
  margin-right: 220px;
}

.heading-41 {
  aspect-ratio: auto;
  text-align: left;
  margin-top: 25px;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 44px;
}

.image-31, .container-11 {
  margin-left: 140px;
  margin-right: 140px;
}

.image-32, .image-33 {
  margin-left: 350px;
  margin-right: 350px;
}

.image-34 {
  max-width: 40%;
  margin-left: 350px;
  margin-right: 350px;
}

.image-35 {
  margin-left: 350px;
  margin-right: 350px;
}

.image-36 {
  max-width: 40%;
  margin-left: 350px;
  margin-right: 350px;
}

.code-embed-6 {
  margin-top: 248px;
}

.section-19 {
  margin-top: 107px;
}

.video-10 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.section-20 {
  text-align: center;
  padding-top: 5px;
}

.button-20 {
  background-color: var(--light-steel-blue);
  border-radius: 20px;
  font-size: 25px;
}

.paragraph-38 {
  padding-top: 70px;
}

.heading-42 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 38px;
  line-height: 35px;
}

.heading-43 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.paragraph-39 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 56px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.paragraph-40 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.section-21 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.button-21 {
  background-color: var(--light-steel-blue);
  border-radius: 20px;
  font-size: 25px;
}

.paragraph-41 {
  text-align: center;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 35px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.paragraph-42 {
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.body-13 {
  text-align: center;
}

.button-22 {
  background-color: #afa2ed;
  border-radius: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.paragraph-43 {
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 40px;
}

.section-22 {
  text-align: center;
  padding-bottom: 24px;
}

.button-23 {
  background-color: var(--light-steel-blue);
  border-radius: 20px;
  font-size: 25px;
}

.paragraph-44 {
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 30px;
}

.image-37 {
  float: none;
  text-align: center;
  vertical-align: baseline;
  max-width: 100%;
}

.heading-44, .heading-45 {
  margin-left: 220px;
  margin-right: 220px;
}

.heading-46 {
  margin-left: 220px;
}

.heading-47 {
  margin-left: 350px;
  margin-right: 350px;
  font-size: 30px;
}

.video-11 {
  max-width: 100px;
}

.code-embed-7 {
  margin-left: 140px;
  margin-right: 140px;
}

.section-23 {
  background-color: #fff0;
  margin-bottom: 34px;
}

.code-embed-8 {
  margin-top: 50px;
  margin-bottom: 184px;
}

.image-38 {
  text-align: left;
}

.section-24 {
  text-align: center;
}

.section-25 {
  text-align: center;
  padding-bottom: 122px;
  font-size: 40px;
}

.button-24 {
  background-color: #c30003;
  border-radius: 20px;
}

.heading-48 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.div-block-31 {
  border: 1.5px solid #d500ff;
  border-radius: 20px;
  margin-left: 350px;
  margin-right: 350px;
}

.code-embed-9 {
  margin-top: 15px;
}

.heading-49 {
  text-align: left;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.paragraph-45 {
  margin-left: 220px;
  margin-right: 220px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 27px;
}

.paragraph-46 {
  text-align: center;
  margin-top: 21px;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

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

.button-25 {
  background-color: #afa2ed;
  border-radius: 20px;
  margin-top: 9px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
}

.heading-50 {
  text-align: center;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
}

.paragraph-47 {
  color: #00b65b;
  text-align: center;
  margin: -24px 220px 0;
  padding-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.div-block-32 {
  background-color: var(--light-steel-blue);
  opacity: 1;
  border-radius: 20px;
  margin-top: 8px;
  margin-left: 300px;
  margin-right: 300px;
  padding-bottom: 4px;
  padding-right: 0;
}

.paragraph-48 {
  text-align: center;
  margin-left: 220px;
  margin-right: 220px;
  padding-top: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
}

.body-14 {
  background-color: #fff0;
}

.paragraph-49 {
  text-align: center;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.heading-51 {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 30px;
}

.section-27 {
  background-color: #f6ebff;
}

.section-28 {
  text-align: center;
}

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

.button-26 {
  background-color: #afa2ed;
  border-radius: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-50 {
  text-align: center;
  margin-left: 300px;
  margin-right: 300px;
}

.code-embed-10 {
  margin-left: 140px;
  margin-right: 140px;
}

.heading-52 {
  text-align: center;
  margin-top: 56px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.heading-53 {
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.section-29 {
  text-align: center;
}

.image-39 {
  max-width: 30%;
}

.section-30 {
  background-color: #a5bcff;
  padding-bottom: 52px;
}

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

.paragraph-52 {
  text-align: center;
  background-color: #91b8ff;
  margin-top: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.paragraph-53 {
  margin: 11px 140px 10px;
  padding-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
}

.section-31 {
  text-align: center;
  margin-bottom: -78px;
  padding-bottom: 180px;
}

.button-27 {
  background-color: #900029;
  border-radius: 20px;
  font-size: 30px;
}

.body-16 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.paragraph-54 {
  color: #333;
  text-align: center;
  margin-top: 46px;
  font-size: 40px;
}

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

.button-28 {
  background-color: #ec383b;
}

.paragraph-55 {
  margin-top: 61px;
}

.image-40 {
  opacity: 1;
  text-align: center;
  margin-bottom: -87px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 10px;
}

.section-34 {
  text-align: center;
  font-size: 12px;
}

.heading-54 {
  text-align: center;
  font-size: 30px;
}

.container-12 {
  margin-top: -73px;
}

.italic-text-3 {
  color: #fff;
  font-family: Merriweather, serif;
}

.body-17, .body-18 {
  background-image: url('../images/ChatGPT-Image-Apr-17-2025-03_08_37-PM.png');
  background-position: 0 0;
  background-size: auto;
}

.heading-55 {
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.paragraph-56 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-57 {
  color: #fff;
}

.section-35 {
  padding-bottom: 50px;
}

.paragraph-58 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.bold-text-9 {
  font-size: 18px;
}

.italic-text-4 {
  color: #fff;
}

.heading-56 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.heading-57 {
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.container-13 {
  margin-top: 26px;
}

.paragraph-60 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.bold-text-10 {
  font-family: Open Sans, sans-serif;
}

.heading-58 {
  -webkit-text-stroke-color: #fff;
  font-family: Open Sans, sans-serif;
}

.bold-text-11 {
  color: #fff;
}

.text-span-7 {
  color: var(--white);
  font-size: 45px;
}

.container-14 {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7ff80;
  background-clip: border-box;
}

.heading-59 {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.heading-60 {
  color: #d6a100;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
}

.code-embed-11 {
  text-align: center;
}

.code-embed-12 {
  margin-top: 304px;
}

.code-embed-13 {
  margin-top: 323px;
}

.code-embed-14 {
  margin-top: 249px;
}

.code-embed-15 {
  margin-top: 315px;
}

.code-embed-16, .code-embed-17 {
  margin-top: 0;
}

.paragraph-61 {
  text-align: center;
  background-color: #2c1e45;
}

.bold-text-12 {
  color: #fff;
}

.code-embed-18 {
  margin-top: 524px;
}

@media screen and (min-width: 1440px) {
  .image-7.desktop {
    background-color: #fff0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    color: #6003bd;
    text-align: center;
  }

  .button-14, .container-9 {
    text-align: center;
  }

  .button-15 {
    background-color: #5eb4ff;
    border-radius: 17px;
    font-size: 25px;
  }

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

  .paragraph-25 {
    text-align: center;
    margin-left: 140px;
    margin-right: 140px;
    font-size: 25px;
    font-weight: 400;
  }

  .section-14 {
    background-color: #ebebeb;
  }

  .heading-52 {
    margin-bottom: 0;
  }

  .paragraph-59 {
    padding-bottom: 170px;
  }

  .paragraph-60 {
    font-size: 18px;
    line-height: 25px;
  }

  .section-36 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .her-section-1 {
    align-items: flex-start;
    overflow: hidden;
  }

  .h1 {
    z-index: 50;
    position: relative;
  }

  .h1-wrapper {
    z-index: 10;
    width: 600px;
    margin-left: 0;
  }

  .avocado {
    inset: 0% -53% auto auto;
  }

  .pencil {
    z-index: 50;
    right: 75px;
  }

  .arm {
    right: -32px;
  }

  .logos {
    width: 650px;
    display: flex;
  }

  .logo {
    width: 15%;
    height: auto;
  }

  .ai {
    z-index: 11;
  }

  .logo-link {
    align-items: center;
    display: flex;
  }

  .nav-link {
    width: 100%;
    padding-left: 0;
  }

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

  .hand-off-section-2 {
    width: 650px;
  }

  .yellow-div, .green-div, .purple-div {
    margin-top: 50px;
  }

  .green-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._980-px {
    width: 700px;
    margin-top: 150px;
  }

  .image-3 {
    width: 700px;
  }

  .column-2 {
    height: 400px;
  }

  .image-7.mobile {
    display: inline-block;
  }

  .image-7.desktop {
    display: none;
  }

  .dropdown-list {
    position: static;
  }

  .dropdown-list.w--open {
    margin-bottom: 10px;
    position: static;
  }

  .product-title {
    font-size: 30px;
  }

  .mainimagecol {
    height: 100%;
  }

  .columedsection {
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.slider-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 11.0111px;
  }

  .h3 {
    padding-bottom: 30px;
  }

  .heading-4 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .mainproductimg {
    object-fit: cover;
    width: 95%;
    max-width: 100%;
    height: 250px;
  }

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

  .rte {
    padding-left: 140px;
    padding-right: 140px;
  }

  .rte figure {
    max-width: 100%;
  }

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

  .paragraph_padding, .paragraph-13 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .collection-list-5 {
    flex-wrap: wrap;
    display: flex;
  }

  .div-block-15 {
    width: 100%;
    height: 100%;
  }

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

  .nav_desktop {
    display: none;
  }

  .menu-button {
    background-color: var(--indigo);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: var(--indigo);
  }

  .dropdown {
    width: 100%;
  }

  .text-block-20 {
    padding-left: 8px;
  }

  .dropdown-list-2.w--open {
    position: static;
  }

  .link_mobile {
    border-bottom: 1px solid #00000026;
  }

  .cart {
    align-self: center;
  }

  .tab_wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-menu-2 {
    background-color: #fafafa;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-button {
    background-color: var(--light-steel-blue);
    color: #fff;
  }

  .nav-dropdown {
    width: 100%;
  }

  .dropdown-link {
    border-bottom: 1px solid #949494b3;
  }

  .homeform1 {
    margin-left: 100px;
    margin-right: 100px;
  }

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

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 15px 15px 13px;
    display: flex;
  }

  .div-block-17 {
    object-fit: fill;
    flex: 0 auto;
    order: -1;
    justify-content: space-between;
    min-width: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .emailform {
    max-width: none;
  }

  .formcontainer {
    max-width: 580px;
    height: auto;
  }

  .image-block {
    display: none;
  }

  .loading-overlay {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loadingcss {
    width: 35px;
    height: 35px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .tag-button {
    transform: translate(-50%);
  }

  .scroll-right.material-symbols-outlined, .scroll-left.material-symbols-outlined {
    height: 43px;
  }

  .nav {
    height: 1px;
    overflow: visible;
  }

  .text-block-36 {
    font-family: Material Symbols Outlined, sans-serif;
  }

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

  .padding-h-medium {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .body-11 {
    font-size: 11.0111px;
  }

  .paragraph-37 {
    margin-left: 10px;
  }

  .heading-47 {
    margin-left: 350px;
  }
}

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

  .h1-wrapper {
    width: 500px;
  }

  .avocado {
    top: 6%;
    right: -37%;
  }

  .pencil {
    top: 55px;
    right: 137px;
  }

  .arm {
    top: 120px;
    right: 37px;
  }

  .underline {
    width: 230px;
    height: 5px;
    top: 79px;
  }

  .text-1 {
    font-size: 16px;
  }

  .logos {
    width: auto;
  }

  .logo {
    width: 12%;
    height: 30px;
  }

  .logo._2 {
    height: 30px;
  }

  .logo._2._3 {
    height: 25px;
  }

  .logo-link.w--current {
    width: 85vw;
  }

  .div-block {
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-2 {
    font-size: 12px;
  }

  .hand-off-section-2 {
    width: auto;
  }

  .heading {
    font-size: 32px;
    line-height: 40px;
  }

  .white-cover {
    display: none;
  }

  .column {
    padding-left: 50px;
  }

  ._980-px {
    width: 550px;
  }

  .image-2 {
    width: 100px;
  }

  .image-3 {
    width: 550px;
  }

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

  .columedsection {
    flex-direction: column;
    justify-content: center;
  }

  .image-9 {
    display: none;
  }

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

  .h3 {
    width: 50%;
  }

  .heading-4 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mainproductimg {
    width: 80%;
    height: 300px;
  }

  .columns-4 {
    align-items: center;
  }

  .rte {
    padding-left: 100px;
    padding-right: 100px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .div-block-11 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph_padding, .paragraph-13 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .faq_div {
    max-width: 85vw;
  }

  .nav_tablet {
    justify-content: flex-start;
  }

  .menu-button.w--open {
    background-color: var(--indigo);
  }

  .dropdown-list-2 {
    position: static;
  }

  .column-6, .column-7, .column-8 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-9 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-14 {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .homeform1 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-14 {
    min-width: 400px;
    max-width: 100%;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px 15px 13px;
    display: flex;
  }

  .div-block-17 {
    flex: 0 auto;
    min-width: 0;
    margin-left: 0;
    padding-left: 0;
    overflow: visible;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .formcontainer {
    max-width: 580px;
    height: auto;
  }

  .collection-list-wrapper-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav {
    margin-left: 11px;
    margin-right: 10px;
  }

  .category_title_carousel {
    margin-left: 30px;
    margin-right: 30px;
  }

  .blog-image-wrapper {
    width: 80%;
  }

  .splide__slide {
    width: 33.33%;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

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

@media screen and (max-width: 479px) {
  h4 {
    color: #515050;
  }

  .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .h1-wrapper {
    width: 260px;
  }

  .avocado {
    display: none;
    right: -70%;
  }

  .pencil, .arm {
    display: none;
  }

  .underline {
    width: 150px;
    top: 57px;
    left: 0;
  }

  .four-things {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkmark._2 {
    margin-left: 0;
  }

  .diamond {
    height: 40px;
  }

  .form {
    flex-direction: column;
    width: 300px;
  }

  .button-1 {
    margin-top: 15px;
    margin-left: 0;
  }

  .logos {
    width: 260px;
  }

  .logo {
    width: 15%;
    height: auto;
  }

  .logo._2 {
    height: auto;
    margin-left: 10px;
  }

  .logo._2._3 {
    height: auto;
  }

  .ps {
    height: 40px;
    top: -20px;
    right: 50px;
  }

  .ai {
    height: 50px;
  }

  .navbar {
    overflow: hidden;
  }

  .nav-link {
    padding-right: 0;
  }

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

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

  .button-2 {
    text-align: center;
    display: none;
  }

  .hand-off-section-2 {
    overflow: hidden;
  }

  .column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scroll-trigger {
    overflow: hidden;
  }

  ._980-px, .image-3 {
    width: 300px;
  }

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

  .image-7 {
    object-fit: cover;
  }

  .image-7.mobile {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

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

  .image-9.mobile {
    margin-top: 0;
  }

  .h3 {
    align-content: center;
    width: 43%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .mainproductimg {
    width: 100%;
    max-width: 100%;
  }

  .columns-4 {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    font-size: 30px;
  }

  .rte {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rte h2 {
    line-height: 30px;
  }

  .collection-list {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .collection-list-wrapper-2 {
    max-width: 100vw;
  }

  .collection-item {
    width: 42%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    flex: 1;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-7 {
    margin-left: -31px;
    margin-right: -31px;
    font-size: 30px;
  }

  .paragraph-8 {
    margin-bottom: -52px;
    margin-left: -31px;
    margin-right: -31px;
    padding-right: 0;
  }

  .text-block-10 {
    flex: 1 0 auto;
    font-size: 18px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .div-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .collection-list-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .text-block-11 {
    font-size: 15px;
  }

  .text-block-15 {
    margin-top: -10px;
    padding-top: 0;
  }

  .text-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-11 {
    font-size: 30px;
  }

  .paragraph_padding, .paragraph-13 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .collection-list-5 {
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    order: -1;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    width: 100%;
    height: 100%;
  }

  .div-block-15 {
    padding-top: 0;
  }

  .column-5 {
    order: -1;
    padding-bottom: 20px;
  }

  .collection-list-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav_tablet {
    justify-content: flex-start;
  }

  .tab_wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav_container {
    width: 95%;
    max-width: 100%;
  }

  .logo-wrapper {
    height: 40px;
  }

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-button.w--open {
    background-color: var(--light-steel-blue);
  }

  .paragraph-14 {
    width: 80%;
  }

  .heading-12 {
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
  }

  .icon-2 {
    margin-right: 3px;
  }

  .homeform1 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .section-8 {
    z-index: -1;
    position: static;
  }

  .formtitlehome {
    font-size: 14px;
  }

  .order-item-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .order-item {
    flex-direction: column;
  }

  .div-block-16 {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-13 {
    width: 100px;
  }

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

  .image-14 {
    min-width: 250px;
    max-width: 100%;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .div-block-17 {
    min-width: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .emailform {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5px;
  }

  .hero-wrapper-two {
    padding-left: 0;
  }

  .body-6 {
    margin-left: -30px;
    margin-right: -30px;
  }

  .submit-form-btn {
    background-color: #8900c9;
    width: 100%;
    min-width: auto;
    margin-top: 11px;
  }

  .text-field-3 {
    background-color: #f1f1f1;
    border: 0 #000;
    min-width: auto;
    max-width: none;
  }

  .darkbg {
    background-color: #32227e;
    min-height: 1050px;
    position: absolute;
  }

  .container-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
  }

  .heading-14 {
    color: #8900c9;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .emodal {
    margin-top: -20%;
    overflow: hidden;
  }

  .formcontainer {
    background-color: #fff;
    border-radius: 13px;
    height: auto;
  }

  .closeform2 {
    color: #4e4e4e;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-18 {
    justify-content: center;
    margin-top: 8px;
    display: flex;
  }

  .heading-15 {
    letter-spacing: 0;
    display: none;
  }

  .formtitle1 {
    color: #515050;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }

  .formtitle2 {
    color: #8900c9;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
  }

  .capsule-block {
    border-radius: 0;
    justify-content: center;
    height: 38px;
    margin-bottom: 13px;
    display: flex;
    overflow: visible;
  }

  .icon-cont {
    background-color: #8900c9;
    border: 0 #000;
    width: 48px;
    height: 38px;
    padding: 5px 0 0;
  }

  .image-15 {
    margin-top: auto;
    margin-left: auto;
  }

  .close-btn-form {
    cursor: pointer;
    background-color: #8900c9;
    border-radius: 24%;
    width: 25px;
    height: 25px;
    padding: .7% 1.5% 0;
    position: absolute;
    inset: 1% 2% auto auto;
  }

  .showmodal {
    z-index: 3999;
    background-color: var(--indigo);
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    justify-content: space-around;
    align-items: center;
    width: 150px;
    height: 35px;
    margin-left: 10px;
    padding: 0 2%;
    position: fixed;
    inset: auto auto 0% 0%;
  }

  .promobtnfooter {
    color: #fff;
    overflow-wrap: normal;
    font-weight: 700;
  }

  .image-16 {
    max-width: 20px;
  }

  .div-block-21 {
    background-color: var(--light-steel-blue);
    border-radius: 100%;
    align-self: center;
    width: 20px;
    height: 20px;
    padding: 0%;
    position: absolute;
    inset: -9px auto auto -5px;
    overflow: hidden;
  }

  .image-17 {
    background-color: #e6e6e6;
    border: 2px solid #999;
    border-radius: 4px;
    max-width: 11px;
    padding: 3px 4px 7px 5px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-18 {
    width: 15px;
    height: 15px;
    position: absolute;
    inset: -11% auto auto -2%;
  }

  .closeoffer {
    width: 15px;
    height: 15px;
    position: absolute;
    inset: -13% auto auto -3%;
  }

  .icon-cont-mobile {
    background-color: #f1f1f1;
    width: 14px;
    display: block;
  }

  .mobile-icon {
    display: none;
  }

  .div-block-29 {
    width: 300px;
  }

  .video-8 {
    margin-top: 13px;
  }

  .tag-button {
    transform: translate(-80%);
  }

  .heading-19.faq-heading {
    font-size: 24px;
  }

  .image-23 {
    margin-bottom: 12px;
  }

  .scroll-right, .scroll-left {
    font-size: 10px;
    line-height: 15px;
  }

  .category_title_carousel {
    margin-left: 20px;
  }

  .toppicks-text {
    font-size: 18px;
  }

  .blog-image-wrapper {
    width: 90%;
  }

  .heading-20 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-20 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-37 {
    font-size: 25px;
    line-height: 25px;
  }

  .image-28 {
    max-width: 90%;
  }

  .paragraph-21 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
  }

  .paragraph-22 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-10 {
    padding-bottom: 152px;
  }

  .button-13 {
    line-height: 30px;
  }

  .heading-22 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-23 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
  }

  .bold-text-3 {
    line-height: 12px;
  }

  .section-12 {
    line-height: 10px;
  }

  .heading-24 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-30 {
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

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

  .paragraph-24 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-27 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 18px;
  }

  .paragraph-26 {
    padding-top: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-27 {
    padding-top: 0;
    font-size: 20px;
    line-height: 22px;
  }

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

  .section-15 {
    text-align: left;
  }

  .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-32 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-3 {
    padding-top: 10px;
  }

  .heading-34 {
    line-height: 30px;
  }

  .heading-35, .paragraph-34, .code-embed-3, .code-embed-4, .paragraph-35, .heading-37, .paragraph-36, .code-embed-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .splide__item-img-mask {
    width: 12em;
    height: 12em;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .splide__item-img {
    object-fit: cover;
  }

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

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .heading-40 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 28px;
  }

  .paragraph-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-7 {
    margin-left: 0;
    margin-right: 0;
    line-height: 25px;
  }

  .heading-41 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 20px;
  }

  .image-31 {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-32 {
    max-width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-33 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-34 {
    max-width: 90%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-35 {
    max-width: 70%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-36 {
    max-width: 80%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .code-embed-6 {
    margin-top: 59px;
  }

  .heading-42 {
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
    line-height: 25px;
  }

  .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-47 {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 30px;
  }

  .code-embed-7 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-48 {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-31 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-49 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-45 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-46 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-8 {
    line-height: 25px;
  }

  .heading-50 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-47 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
  }

  .div-block-32, .paragraph-48, .paragraph-49, .paragraph-50 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .code-embed-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-52 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-53 {
    font-size: 35px;
    line-height: 35px;
  }

  .image-39 {
    max-width: 90%;
  }

  .paragraph-53 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .button-27 {
    line-height: 30px;
  }

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

  .heading-54 {
    font-family: Merriweather, serif;
    line-height: 30px;
  }

  .italic-text-3 {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 25px;
    line-height: 5px;
  }

  .paragraph-56, .paragraph-58, .paragraph-59, .italic-text-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .paragraph-60 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 18px;
  }

  .heading-59 {
    text-align: left;
    line-height: 30px;
  }

  .heading-60 {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .italic-text-5 {
    text-align: left;
    font-size: 30px;
  }
}

#w-node-aba355cc-7875-ca96-4e61-4474704ab170-7b58056f {
  grid-area: Area;
}

#w-node-da8e305a-44e9-f149-7c01-0ff8ce78bac1-ce78bab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da8e305a-44e9-f149-7c01-0ff8ce78bac9-ce78bab1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-da8e305a-44e9-f149-7c01-0ff8ce78bab8-ce78bab1, #w-node-da8e305a-44e9-f149-7c01-0ff8ce78babd-ce78bab1, #w-node-da8e305a-44e9-f149-7c01-0ff8ce78bac1-ce78bab1, #w-node-da8e305a-44e9-f149-7c01-0ff8ce78bac5-ce78bab1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


