@font-face {
  font-family: Tuesdaynight;
  src: url('../fonts/TuesdayNight-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black-7: #12141d;
  --lime-green: #42dc2a;
  --light-steel-blue: #a1c4e4;
  --black-cat: #17181e;
  --black-6: #1e2028;
  --yellow-green-cat: #8abd24;
  --light-slate-grey: #7b88a8;
  --medium-slate-blue: #7567f8;
  --ghost-white: #f1f1f7;
  --white: white;
  --orange-red: #e14817;
  --alice-blue: #edf2f5;
  --black: black;
  --blue: #1c00ff;
  --mint-cream: #f2faf5;
  --teal: #597463;
  --indian-red: #fc3468;
  --black-2: #2b2b31;
  --black-3: #313138;
  --ghost-white-2: #fafaff;
  --sky-blue: #66d4ff;
  --light-coral: #ff6e6e;
  --plum: #ff95d7;
  --midnight-blue: #221e41;
  --indigo: #392396;
  --black-4: #121027;
  --gold: #ffe43c;
  --black-5: #17181e;
  --midnight-blue-2: #11385b;
  --dark-slate-blue: #1b4870;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

.w-commerce-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black-7);
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 600;
}

li {
  color: #919196;
  padding-top: 2px;
  padding-bottom: 2px;
}

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

blockquote {
  border-left: 3px solid var(--light-steel-blue);
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 25px;
  line-height: 32px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navigation-link {
  color: #121217;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

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

.top-margin._15px {
  margin-top: 15px;
}

.top-margin.more {
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.top-margin.flex {
  justify-content: center;
  display: flex;
}

.top-margin._16px {
  margin-top: 16px;
}

.button-simple {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 470px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
}

.error-message.our-of-stock {
  color: #fff;
  background-color: #0060b9;
}

.flex-sticky {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.instagram-photo {
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  order: -1;
  align-items: center;
  display: flex;
}

.brand.absolute-logo {
  position: absolute;
  inset: 30px auto auto 50%;
  transform: translate(-50%);
}

.section {
  z-index: 1;
  background-color: var(--black-cat);
  padding: 0 5%;
  position: relative;
}

.section.fun {
  background-color: var(--black-6);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section.add-bottom {
  background-color: var(--black-cat);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.gray {
  background-color: var(--black-6);
  padding-bottom: 160px;
}

.section.add-both {
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.button {
  background-color: var(--yellow-green-cat);
  color: #fff;
  border-radius: 2px;
  padding: 19px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #7cafdb;
}

.button.subscribe {
  border-radius: 0 2px 2px 0;
  height: 55px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small {
  color: #919197;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-small.left {
  justify-content: flex-start;
}

.button-small.left.add-margin {
  margin-top: 10px;
}

.text-field {
  background-color: #191b22;
  border: 1px #000;
  border-radius: 3px;
  height: 52px;
  padding-top: 10px;
}

.text-field::placeholder {
  color: var(--light-slate-grey);
  font-family: Butler;
  font-size: 15px;
  font-weight: 600;
}

.blog-post-wrapper {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.project-second-wrapper {
  float: left;
  padding-top: 20px;
  position: relative;
}

.sale-square {
  z-index: 4;
  color: #fff;
  background-color: #e42332;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 19px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.sale-square.relative-sale {
  position: relative;
  top: 0;
  right: 0;
}

.compare-price {
  justify-content: center;
  display: flex;
}

.compare-price.in-page {
  justify-content: flex-start;
  margin-top: 20px;
}

.product-title-sidebar {
  font-size: 19px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.paypal {
  border-radius: 5px;
  margin-bottom: 4px;
}

.error-state {
  color: #fff;
  text-align: center;
  background-color: #ff5b5b;
  font-size: 13px;
}

.field-label {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}

.field-label.bigger {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
}

.faq-main-wrapper {
  margin-bottom: 10px;
}

.reqiured {
  color: #ffffff80;
  font-size: 14px;
}

.checkbox-label {
  color: #ffffff80;
  font-size: 15px;
  font-weight: 500;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #ffffff80;
  margin-top: 5px;
}

.block-content {
  background-color: var(--black-6);
  border-bottom-color: #ffffff0f;
  border-left-color: #ffffff0f;
  border-right-color: #ffffff0f;
  padding-bottom: 12px;
}

.paypal-name {
  color: #ffffff80;
  margin-bottom: 2px;
  font-size: 16px;
}

.logo-text {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
  font-weight: 700;
  line-height: 36px;
}

.team-expander {
  perspective: 1800px;
  max-width: 400px;
  transition: all .2s;
  position: relative;
}

.circle-plus {
  background-color: var(--medium-slate-blue);
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.testimonials-wrapper {
  z-index: 4;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-radius {
  border-radius: 2px;
  width: 100%;
}

.radio-button {
  border: 2px solid var(--medium-slate-blue);
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: var(--medium-slate-blue);
}

.image-small-product {
  border-radius: 2px;
  width: 80px;
  margin-right: 5px;
}

.shop-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.shipping-text {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 15px;
}

.shipping-text.other-text {
  margin-right: 3px;
  font-size: 15px;
}

.shiping-cm, .shipping-flex {
  display: flex;
}

.product-page-title {
  margin-top: 0;
  font-size: 39px;
}

.shipping-info-wrapper {
  background-color: var(--black-6);
  border: 1px solid #ffffff0a;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -1px;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.shipping-info-wrapper.radius-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.shipping-info-wrapper.radius-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.add-to-cart {
  margin-top: 20px;
}

.compare-sale {
  margin-bottom: 20px;
  display: flex;
}

.banner {
  z-index: 1;
  background-color: var(--yellow-green-cat);
  justify-content: center;
  align-items: center;
  padding: 110px 5% 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner.sub {
  padding-top: 154px;
}

.navlink {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.navlink.flex {
  flex-direction: row;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
}

.price-sidebar {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.price-sidebar.biger-bold {
  background-color: var(--black-6);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
}

.price-sidebar.biger-bold.compare {
  color: #ffffff80;
  margin-right: 10px;
  text-decoration: line-through;
}

.price-sidebar.biger-bold.for-shop-page {
  font-size: 20px;
  line-height: 24px;
}

.price-sidebar._0-top {
  margin-top: 0;
}

.price-sidebar.biger-bold {
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}

.price-sidebar.biger-bold.compare {
  color: #ffffff80;
  text-decoration: line-through;
}

.main-image {
  width: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 93%;
  height: auto;
}

.slider.shop-slider {
  width: 100%;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #0000;
}

.right-arrow {
  background-color: var(--black-7);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.right-arrow:hover {
  background-color: var(--black-6);
}

.left-arrow {
  background-color: var(--black-7);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.left-arrow:hover {
  background-color: var(--black-6);
}

.margin-page, .margin-page.half {
  margin-top: 60px;
}

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

.scroll-to-top {
  z-index: 999;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: -35px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 82px auto;
  transform: rotate(-90deg);
}

.scroll-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transform: translate(0);
}

.scroll-line {
  background-color: #ffffff80;
  width: 50px;
  height: 2px;
  margin-right: 13px;
  position: relative;
}

.line-absolute {
  background-color: #fff;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.team-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-field-primary {
  background-color: var(--black-6);
  color: #111;
  border: 1px #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 10px;
  font-weight: 600;
}

.text-field-primary::placeholder {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.text-field-primary.for-select {
  padding: 10px 17px 10px 8px;
  font-weight: 700;
  display: flex;
}

.text-field-primary.area {
  min-height: auto;
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 69px;
}

.text-field-primary.add-margin {
  margin-bottom: 15px;
}

.category-2 {
  color: #fff;
  border-radius: 20px;
  padding: 8px 27px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  inset: 10px 10px auto auto;
}

.category-2.in-project {
  color: #597463;
  background-color: #f2faf5;
  border-radius: 5px;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  top: 0;
  right: 0;
}

.category-2.in-project.white {
  color: #fff;
  padding-left: 19px;
  padding-right: 19px;
  font-weight: 600;
}

.category-2.in-project.white.absolute {
  position: absolute;
  top: 10px;
  right: 10px;
}

.category-2.in-project.second-one {
  background-color: var(--ghost-white);
  color: #fff;
  margin-right: 10px;
  font-weight: 600;
}

.category-2.in-project.second-one.dark {
  color: #fff;
  background-color: #2b2d36;
}

.category-2.in-project.second-one.dark:hover, .category-2.in-project.second-one.dark.w--current:hover {
  background-color: #090b13;
}

.footer-sub-title {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

.blog-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.blog-categories-flex {
  flex-direction: row;
  display: flex;
}

.sticky {
  align-items: center;
  display: flex;
}

.sticky.add-margin {
  margin-top: 20px;
}

.legal-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-list {
  background-image: url('../images/icons8-checkmark-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.paragraph-no-margin {
  margin-bottom: 0;
  font-style: normal;
}

.product-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}

.product-content {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

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

.line-item {
  align-items: center;
  margin-top: 15px;
}

.extra-item {
  margin-top: 15px;
}

.blog-image-wrapper {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

._70 {
  width: 70%;
}

._70.center {
  margin-left: auto;
  margin-right: auto;
}

.list {
  color: #597463;
  padding-left: 16px;
  list-style-type: square;
}

.list.number {
  list-style-type: decimal;
}

.paragraph-percent {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.algin-center {
  text-align: center;
  position: relative;
}

.list-second-item {
  margin-bottom: 13px;
}

.top-margin-2 {
  margin-top: 30px;
}

.top-margin-2._15px {
  margin-top: 15px;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 15px;
}

.logo-liceisng {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.banner-overlay {
  background-color: var(--black-cat);
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 110px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.2%;
  padding-right: 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.no-cart {
  padding-right: 1.2%;
}

.dropdown-link {
  opacity: .5;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
}

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

.dropdown-link.w--current {
  opacity: 1;
  color: #fff;
}

.dropdown-list {
  background-color: var(--black-6);
  border-radius: 0;
  min-width: 200px;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-line {
  background-color: #ffe43c66;
  width: 100%;
  height: 2px;
  position: relative;
  top: 2px;
}

.arrow {
  width: 14px;
  margin-top: -3px;
  margin-left: 4px;
}

.nav-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 700;
}

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

.hero {
  background-color: var(--black-7);
  background-image: linear-gradient(#12141d66, #12141d66), url('../images/banner.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  min-height: 700px;
  padding: 45px 55px;
  display: flex;
}

.line-vertical {
  background-color: var(--yellow-green-cat);
  width: 2px;
  height: 100px;
  margin: 50px auto;
}

.line-vertical.left {
  background-color: var(--yellow-green-cat);
  margin-left: 0;
}

.social-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.social-wrapper.relative-social {
  flex-direction: row;
  justify-content: center;
  margin-left: 0;
  position: relative;
  top: 0%;
  transform: none;
}

.social-icon {
  background-color: var(--black-6);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  margin-left: 4px;
  margin-right: 4px;
  transition: all .3s;
  display: flex;
}

.social-icon:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--light-steel-blue);
}

.social-icon.dark {
  background-color: var(--yellow-green-cat);
}

.social-icon.dark:hover {
  background-color: #8abd2480;
}

.scroll-wrapper {
  justify-content: flex-end;
  margin-top: 40px;
  display: flex;
}

.lottie-animation {
  opacity: 1;
  filter: brightness(200%);
  color: #fff;
  background-color: #0000;
  width: 24px;
}

.top-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.top-title.gird {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.top-title.gird.line-below {
  border-bottom: 1px solid #ffffff17;
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.top-title.gird.line-below.later {
  border-bottom-style: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.top-title.gird.no-bottom {
  margin-bottom: 0;
}

.top-title.gird.no-bottom.for-post {
  grid-template-columns: 1fr;
  padding-right: 20%;
}

.top-title._70px {
  margin-bottom: 70px;
}

.top-title.centerize {
  text-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.title-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 56px;
  position: static;
  inset: auto 0% 5% 4%;
}

.title-text.second-title {
  padding-bottom: 10px;
  font-size: 44px;
  line-height: 34px;
  position: static;
}

.title-text.second-title.center {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  position: static;
}

.title-text.add-bottom {
  margin-bottom: 25px;
  position: static;
}

.title-text.sub-text {
  text-align: left;
  padding-left: 20px;
  font-size: 60px;
  line-height: 65px;
}

.sub-title-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.sub-title-text.worker {
  font-size: 16px;
}

.sub-title-text.work-category {
  color: #fffc;
  font-size: 18px;
}

.cart-quantity {
  z-index: 2;
  background-color: var(--light-steel-blue);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: -3px -15px auto auto;
}

.cart-button {
  background-color: #0000;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
}

.product-title-sidebar-2 {
  font-size: 18px;
  font-weight: 700;
}

.empty-state {
  flex-direction: column;
}

.cart-container {
  box-shadow: none;
  background-color: #0c0e16;
  max-width: 600px;
}

.button-icon {
  position: relative;
}

.paypal-2 {
  margin-bottom: 5px;
}

.apple-pay-2 {
  border-radius: 5px;
  height: 48px;
}

.button-small-text {
  color: #fff;
  margin-right: 4px;
  line-height: 17px;
}

.no-items-found {
  color: #ffffff80;
  font-size: 18px;
}

.product-price {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}

.product-price.in-sidebar {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 500;
}

.product-price.checkout {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.cart-header {
  border-bottom-color: #ffffff14;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.cart-wrapper {
  z-index: 999;
  background-color: #12141de6;
}

.image-small-product-2 {
  width: 80px;
  margin-right: 5px;
}

.cart-quantity-sidebar {
  background-color: var(--black-6);
  text-align: center;
  border-style: none;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
}

.error-message-2 {
  color: #ffdede;
  text-align: center;
  background-color: #f71818;
  border-radius: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  background-color: var(--black-6);
  background-image: url('../images/clear-button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0%;
  width: 70px;
  height: 70px;
  transition: all .2s;
  position: relative;
  top: 0;
  right: 0;
}

.remove-pop-up.in-produce-sidebar:hover {
  background-color: var(--light-steel-blue);
}

.brand-2 {
  order: -1;
}

.menu-order {
  order: 1;
  display: flex;
}

.cart-footer {
  border-top-color: #ffffff14;
}

.cart-line-item {
  align-items: flex-start;
}

.hero-grid {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.showreel {
  background-color: var(--light-steel-blue);
  border-radius: 50px;
  align-items: center;
  padding: 7px 40px 7px 7px;
  display: flex;
  position: relative;
}

.play {
  background-color: #7cafdb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.showrel-text {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
}

.category {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

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

.banner-big-title {
  color: #fff;
  margin-top: 0;
  margin-right: 24px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.sub-title {
  color: #fff;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.button-small-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.service-gird {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-wrapper {
  background-color: var(--black-6);
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 40px 34px 40px 40px;
  transition: all .3s;
  display: flex;
}

.service-wrapper:hover {
  background-color: #0000;
}

.service-icon {
  width: 60px;
  margin-bottom: 20px;
}

.service-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
}

.flex-features {
  flex-direction: row;
  padding-bottom: 40px;
  display: flex;
}

.features-content {
  flex: 1;
  padding-right: 110px;
}

.features-content.smaller-padding {
  padding-right: 64px;
}

.features-title {
  color: var(--yellow-green-cat);
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.features-title.team-name {
  margin-bottom: 5px;
}

.button-line {
  background-color: #fff3;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  position: relative;
}

.button-line-absolute {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

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

.gray-div {
  background-color: var(--black-6);
  width: 100%;
  max-width: none;
  padding: 60px;
}

.skills-grid {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.skills-text {
  color: #ffffff80;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.skills-wrapper {
  background-color: #0000;
  width: 100%;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.skills-overlay {
  background-color: var(--light-steel-blue);
  width: 80%;
  position: absolute;
  inset: 0%;
}

.skills-overlay.lead {
  width: 41%;
}

.skills-overlay.photoshop {
  width: 70%;
}

.skills-overlay.illustration {
  width: 100%;
}

.caption {
  color: #ffffff80;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

.skills-flex {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.logo-wrapper {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.logo-client-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-client {
  opacity: .75;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 80px;
  margin-left: 32px;
  margin-right: 32px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.slider-project {
  background-color: #0000;
  height: auto;
}

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

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

.image-full {
  width: 100%;
}

.project-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.team-image {
  background-color: #1e2028;
  margin-bottom: 50px;
  padding: 50px;
  position: relative;
}

.tuseday-name {
  color: #ffffff80;
  font-family: Tuesdaynight, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%);
}

.testimonials-third-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-content-second {
  background-color: var(--black-6);
  border-radius: 50px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 10px 34px 10px 14px;
  display: flex;
}

.testi-photo {
  background-image: url('../images/team-7.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.testi-photo.avatar {
  background-color: var(--black-7);
  background-image: url('../images/icons8-person-512.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
  justify-content: center;
  align-items: center;
}

.testi-photo.photo-2 {
  background-image: url('../images/team-5_1.jpg');
}

.testi-photo.photo-3 {
  background-image: url('../images/team-11.jpg');
}

.instagram-wrapper {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--black-6);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.instagram-wrapper.dark {
  background-color: var(--black-7);
}

.follow-link {
  background-color: var(--black-7);
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.follow-link.with-padding {
  flex-direction: column;
  padding-left: 33px;
  padding-right: 33px;
}

.instagram-circle-wrppaer {
  position: absolute;
}

.instagram-circle {
  background-color: var(--light-steel-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.footer {
  background-color: var(--yellow-green-cat);
  justify-content: center;
  align-items: center;
  min-height: 470px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-gird {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  color: var(--white);
  align-items: flex-end;
  min-height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.footer-brand {
  align-items: center;
  min-height: 45px;
  display: flex;
}

.footer-column {
  padding-right: 5%;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-field-black {
  background-color: var(--black-6);
  border: 1px #000;
  border-radius: 5px 0 0 5px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
}

.text-field-black:hover, .text-field-black:active, .text-field-black:focus {
  color: #fff;
}

.text-field-black::placeholder {
  font-size: 15px;
  font-weight: 500;
}

.text-field-black.black {
  background-color: #191b22;
}

.success-message {
  color: #fff;
  background-color: #09ce82;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.line-divider {
  background-color: #ffe43c66;
  width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.webflow-logo-tiny {
  opacity: .9;
  width: 18px;
  margin-right: 4px;
  position: relative;
}

.coppyright-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.left-copyright-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-copyright-flex.full {
  justify-content: center;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.link-rodape {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-rodape.left-margin {
  color: #fffc;
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.link-rodape.left-margin:hover {
  opacity: .73;
  color: #fff;
}

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

.project-overlay {
  background-color: #a1c4e4f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.fun-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.fun-facts-wrapper {
  border-right: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.fun-facts-wrapper.no-line {
  border-right-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fun-image {
  margin-right: 15px;
}

.fun-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.paragraph-biger {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 15px;
}

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

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

.category-design {
  color: #fff;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 7px 16px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.blog-wrapper {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: visible;
}

.overlay {
  background-image: linear-gradient(to top, #12141dcc, #21212733 59%, #fff0);
  position: absolute;
  inset: 0;
  overflow: visible;
}

.blog-title {
  color: #fff;
  margin-top: 10px;
  font-size: 28px;
  line-height: 33px;
}

.blog-content {
  text-align: center;
  padding: 0 20px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-button {
  width: 50px;
  height: 50px;
}

.hamburger-line {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-1 {
  width: 33.333%;
}

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

.field-label-form {
  color: #ffffff80;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.form-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.color-2 {
  color: var(--light-steel-blue);
  margin-left: 2px;
  display: inline-block;
}

.select-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.select-field:active, .select-field:focus {
  color: #111;
}

.block-header {
  background-color: var(--black-6);
  border-color: #ffffff0f;
}

.product-circle-wrapper {
  z-index: 3;
  display: flex;
  position: absolute;
  bottom: 20px;
}

.horizontal-divider {
  width: 10px;
}

.hover-image {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-circle-icon-1 {
  z-index: 2;
  background-color: var(--light-steel-blue);
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.badget-wrapper {
  z-index: 3;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.product-image-wrapper {
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-main {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.first-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sale {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff0004;
  border-radius: 15px;
  padding: 6px 16px 3px;
  font-size: 11px;
  font-weight: 500;
}

.sale.new {
  background-color: #00cfb7;
}

.discounts {
  background-color: var(--black-6);
  border-color: #ffffff0f;
}

.shipping-method {
  background-color: var(--black-6);
  border-bottom-color: #ffffff0f;
}

.shipping-method-list {
  border-left-color: #ffffff0f;
  border-right-color: #ffffff0f;
}

.image {
  max-width: 100%;
}

.body-2 {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: var(--white);
  font-weight: 700;
}

.paragraph-2, .paragraph-3 {
  color: var(--white);
  font-weight: 400;
}

.link-block {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_veterinaria.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-2 {
  background-color: var(--orange-red);
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_leiteira.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.button-2 {
  background-color: var(--black-cat);
  text-align: center;
  border: 0 solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-2:hover {
  background-color: var(--white);
  color: var(--black-cat);
}

.div-block {
  height: 72px;
}

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carrossel1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.slider-2, .div-block-2 {
  height: 600px;
}

.grid {
  grid-template-columns: .75fr 1fr;
  height: 100%;
}

.link-block-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_formacao.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_OPP.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_supermercado.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/imag_agricola.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_horticolas.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-8 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img_contabilidade.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-9 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img_estacaoservico.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/img_centroc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carrossel2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.div-block-3 {
  background-image: url('../images/testemunhos.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 20px;
}

.paragraph-4 {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.wrapper-fresco {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.top-margin-imagem1 {
  margin-top: 20px;
}

.top-margin-imagem1._15px {
  margin-top: 15px;
}

.top-margin-imagem1.more {
  background-image: url('../images/img_horticolas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 350px;
  margin-top: 40px;
}

.top-margin-imagem1.flex {
  justify-content: center;
  display: flex;
}

.top-margin-imagem1._16px {
  margin-top: 16px;
}

.rich-text-block {
  color: var(--yellow-green-cat);
}

.image-2 {
  margin-top: 40px;
}

.heading, .heading-2, .heading-3 {
  color: var(--yellow-green-cat);
}

.container-leiteira {
  z-index: 2;
  background-image: url('../images/leiteira_sector.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-leiteira.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-veterinaria {
  z-index: 2;
  background-image: url('../images/veterinaria_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-veterinaria.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-adsopp {
  z-index: 2;
  background-image: url('../images/adsopp_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-adsopp.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-agricola {
  z-index: 2;
  background-image: url('../images/agricola_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-agricola.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-horticola {
  z-index: 2;
  background-image: url('../images/horticolas3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-horticola.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-contabilidade {
  z-index: 2;
  background-image: url('../images/contabilidade_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-contabilidade.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-formacao {
  z-index: 2;
  background-image: url('../images/formacao_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-formacao.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-posto {
  z-index: 2;
  background-image: url('../images/bomnas_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-posto.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-supermercado {
  z-index: 2;
  background-image: url('../images/supermercado2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-supermercado.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-margin-super1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 20px;
}

.top-margin-super1._15px {
  margin-top: 15px;
}

.top-margin-super1.more {
  margin-top: 40px;
}

.top-margin-super1.flex {
  justify-content: center;
  display: flex;
}

.top-margin-super1._16px {
  margin-top: 16px;
}

.container-centro {
  z-index: 2;
  background-image: url('../images/centro_sector.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-centro.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._404-wrapper {
  background-color: #00000087;
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/404.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 106px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-2-copy, .div-block-3_2 {
  height: 600px;
}

.slide-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carrossel3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.slide-5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/carrossel4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.slide-6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/lojaagricola.jpg');
  background-position: 0 0, 50%;
  height: auto;
}

.div-block-popup {
  z-index: 1000;
  background-color: #000000b3;
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: 100%;
  display: none;
  position: fixed;
}

.div-block-popup-content {
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/mercearia1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  width: 80%;
  max-width: 80%;
  height: 80%;
  margin: auto;
  padding: 24px;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  cursor: pointer;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 350px;
  overflow: auto;
}

.imagem-hist-ria {
  object-fit: cover;
  object-position: 50% 44%;
  width: 100%;
  height: 350px;
}

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

.button-3 {
  background-color: var(--yellow-green-cat);
  text-align: center;
  column-count: 0;
  font-size: 24px;
  line-height: 24px;
  position: static;
}

.grid-menu-associados {
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.link-block-11 {
  background-color: var(--yellow-green-cat);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  width: auto;
  min-width: auto;
  max-width: 31%;
  min-height: 280px;
  max-height: 280px;
  margin-bottom: 12px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-block-2, .text-block-3 {
  font-size: 24px;
  line-height: 24px;
}

.texto-menu-associado {
  padding-left: 34px;
  padding-right: 34px;
  font-size: 18px;
  line-height: 22px;
}

.texto-titulo-menu-associado {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 36px;
}

.image-4 {
  padding-bottom: 16px;
}

.paragraph-menu-sectores {
  color: var(--yellow-green-cat);
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.link-block-12 {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-menu-sectores-dta {
  clear: none;
  color: var(--yellow-green-cat);
  padding-top: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  position: static;
}

.link-block-12dta {
  float: right;
  clear: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-4-verde, .paragraph-4-1 {
  color: var(--yellow-green-cat);
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.image-4-copy {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.container-estatutos {
  z-index: 2;
  background-image: url('../images/estatutos.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-estatutos.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-relatorios {
  z-index: 2;
  background-image: url('../images/contas.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-relatorios.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.top-margin-linha {
  border-top: 1px solid var(--alice-blue);
  margin-top: 20px;
}

.top-margin-linha._15px {
  margin-top: 15px;
}

.top-margin-linha.more {
  margin-top: 40px;
}

.top-margin-linha.flex {
  justify-content: center;
  display: flex;
}

.top-margin-linha._16px {
  margin-top: 16px;
}

.container-relatorios-copy {
  z-index: 2;
  background-image: url('../images/contas.jpg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-relatorios-copy.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-noticias {
  z-index: 2;
  background-image: url('../images/insecticida.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-noticias.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-intro-associativismo {
  z-index: 2;
  background-image: url('../images/introassociativismo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  max-width: 1200px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-intro-associativismo.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-links {
  color: var(--yellow-green-cat);
  font-size: 28px;
}

.div-block-popup-2 {
  z-index: 1000;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.div-block-popup-content-2 {
  background-color: #000;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/formacao_sector.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 8px;
  width: 80%;
  height: 80%;
  margin: auto;
  padding: 76px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-popup-image-2 {
  cursor: pointer;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-1 {
  background-color: var(--yellow-green-cat);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  width: 180px;
  height: 46px;
  font-size: 20px;
  display: flex;
}

.bold-text {
  align-items: center;
  display: flex;
}

.image-5 {
  text-align: left;
  object-fit: cover;
  width: 372px;
  height: 300px;
  margin-right: 24px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  overflow: visible;
}

.imagem-hist-ria-copy {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 350px;
}

.top-margin-coop {
  margin-top: 20px;
}

.top-margin-coop._15px {
  margin-top: 15px;
}

.top-margin-coop.more {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.top-margin-coop.flex {
  justify-content: center;
  display: flex;
}

.top-margin-coop._16px {
  margin-top: 16px;
}

.section-2 {
  height: 100%;
  position: relative;
}

.heading-4 {
  text-align: center;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-popup {
  color: var(--yellow-green-cat);
  text-align: center;
  font-size: 48px;
  position: static;
  inset: 0% 0% auto;
}

.div-block-5 {
  padding-left: 99px;
  padding-right: 99px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.paragraph-popup {
  color: var(--white);
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.image-6, .container-2 {
  text-align: center;
}

.div-block-6 {
  display: none;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.container-final {
  z-index: 2;
  flex: 1;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
}

.container-final.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  display: none;
}

.button-ficha {
  background-color: var(--yellow-green-cat);
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  width: 360px;
  height: 46px;
  font-size: 20px;
  display: flex;
}

.text-block-4, .link-block-13, .section-3, .section-portal {
  text-align: center;
}

.line-divider-2 {
  background-color: #ffe43c66;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-8 {
  margin-top: 26px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .top-margin.more.on-banner {
    margin-top: 20px;
  }

  .utility-page-wrap {
    height: 700px;
    padding-bottom: 6px;
  }

  .page-content {
    padding-bottom: 0;
    padding-left: 0;
  }

  .container {
    z-index: 2;
    max-width: 100%;
    position: relative;
  }

  .brand {
    margin-right: 10px;
  }

  .section.add-bottom {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.gray {
    padding-bottom: 80px;
  }

  .blog-post-wrapper {
    min-height: 350px;
    margin-bottom: 20px;
  }

  .compare-price {
    flex-direction: column;
    align-items: center;
  }

  .compare-price.in-page {
    align-items: flex-start;
  }

  .faq-main-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .team-expander {
    max-width: 100%;
    display: block;
  }

  .shop-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1.25fr;
  }

  .banner {
    background-image: none;
    width: 100%;
    padding: 81px 0% 20px;
  }

  .banner.sub {
    padding-top: 125px;
  }

  .navlink {
    align-items: flex-start;
  }

  .navlink.flex {
    padding-left: 20px;
  }

  .price-sidebar.biger-bold.compare {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .margin-page {
    margin-top: 100px;
  }

  .scroll-to-top {
    margin-right: -50px;
  }

  .team-wrapper {
    width: 60%;
    margin-bottom: 40px;
  }

  .legal-wrapper, ._70, .paragraph-percent, .rich-text-wrapper {
    width: 100%;
  }

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

  .banner-overlay {
    width: 60%;
  }

  .navbar {
    height: 80px;
    padding-left: 2%;
    padding-right: 4%;
    position: absolute;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    position: relative;
  }

  .nav-line {
    align-self: flex-start;
    display: none;
  }

  .arrow {
    display: none;
  }

  .nav-menu {
    background-color: var(--black-7);
  }

  .hero {
    min-height: 600px;
    padding-left: 38px;
    padding-right: 75px;
  }

  .social-wrapper.none-on-mobile {
    display: none;
  }

  .scroll-wrapper {
    margin-top: 20px;
  }

  .lottie-animation {
    margin-right: 2%;
  }

  .top-title.gird {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .top-title.gird.no-bottom {
    padding-left: 2%;
  }

  .top-title.gird.no-bottom.for-post {
    padding-right: 0%;
  }

  .title-text.sub-text {
    margin-left: 0%;
    padding-left: 0%;
    font-size: 50px;
    line-height: 50px;
  }

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

  .banner-big-title {
    font-size: 40px;
    line-height: 50px;
  }

  .service-gird {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-wrapper {
    min-height: 320px;
  }

  .flex-features {
    flex-wrap: wrap;
    align-content: space-between;
  }

  .features-content {
    padding-right: 20px;
  }

  .features-content.smaller-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
  }

  .features-title {
    margin-top: 0;
  }

  .siklls-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .logo-wrapper {
    width: 100%;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
    min-height: 80px;
  }

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

  .team-image {
    padding: 30px;
  }

  .testimonials-third-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .instagram-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
  }

  .footer-gird {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .left-copyright-flex {
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

  .link-rodape.left-margin {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .project-title {
    font-size: 28px;
    line-height: 34px;
  }

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

  .fun-facts-wrapper {
    border-bottom: 1px solid #ffffff17;
    justify-content: center;
  }

  .fun-facts-wrapper.no-mobile-line {
    border-right-style: none;
  }

  .fun-facts-wrapper.no-bottom-line, .fun-facts-wrapper.no-line {
    border-bottom-style: none;
  }

  .collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-wrapper {
    min-height: 350px;
  }

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

  .slide-1 {
    width: 50%;
  }

  .form-block {
    width: 100%;
    margin-left: 0;
  }

  .product-main.with-margin {
    margin-bottom: 0;
  }

  .div-block-2 {
    width: 100%;
  }

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

  .wrapper-fresco {
    width: 100%;
  }

  .top-margin-imagem1.more.on-banner {
    margin-top: 20px;
  }

  .container-leiteira, .container-veterinaria, .container-adsopp, .container-agricola, .container-horticola, .container-contabilidade, .container-formacao, .container-posto, .container-supermercado {
    z-index: 2;
    position: relative;
  }

  .top-margin-super1.more.on-banner {
    margin-top: 20px;
  }

  .container-centro {
    z-index: 2;
    position: relative;
  }

  ._404-wrapper {
    height: 700px;
    padding-bottom: 6px;
  }

  .link-block-11 {
    max-width: 46%;
    margin-top: 10px;
  }

  .container-estatutos, .container-relatorios {
    z-index: 2;
    position: relative;
  }

  .top-margin-linha.more.on-banner {
    margin-top: 20px;
  }

  .container-relatorios-copy, .container-noticias, .container-intro-associativismo {
    z-index: 2;
    position: relative;
  }

  .top-margin-coop.more {
    display: inline-block;
  }

  .top-margin-coop.more.on-banner {
    margin-top: 20px;
  }

  .div-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-final {
    z-index: 2;
    max-width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .flex-sticky {
    flex-direction: column;
  }

  .section.add-bottom {
    padding-bottom: 60px;
  }

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

  .blog-post-wrapper {
    min-height: 400px;
    margin-bottom: 40px;
  }

  .team-expander {
    width: 100%;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .testimonials-wrapper {
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
  }

  .banner.sub {
    padding-top: 107px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .team-wrapper {
    width: 90%;
  }

  .product-title {
    font-size: 22px;
    line-height: 25px;
  }

  .banner-overlay {
    width: 50%;
  }

  .hero {
    min-height: 450px;
    padding-right: 35px;
  }

  .line-vertical {
    height: 50px;
  }

  .top-title.gird.no-bottom {
    padding-left: 0%;
  }

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

  .title-text.sub-text {
    font-size: 40px;
  }

  .cart-container {
    max-width: 480px;
  }

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

  .service-wrapper {
    min-height: 280px;
  }

  .flex-features {
    flex-direction: column;
  }

  .features-content {
    margin-bottom: 40px;
  }

  .gray-div {
    padding: 30px;
  }

  .skills-grid {
    width: 100%;
  }

  .logo-client-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .tuseday-name {
    bottom: -8px;
  }

  .footer-gird {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-copyright-flex.full {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .link-rodape.left-margin {
    margin: 5px 0;
  }

  .collection-list, .collection-list._2 {
    grid-template-columns: 1fr;
  }

  .blog-wrapper {
    min-height: 500px;
  }

  .blog-content {
    bottom: 0;
  }

  .remove-block {
    display: none;
  }

  .slide-1 {
    width: 100%;
  }

  .grid-menu-associados {
    float: none;
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
    overflow: visible;
  }

  .link-block-11 {
    width: auto;
    max-width: 45%;
    min-height: 320px;
    max-height: 320px;
    display: inline-block;
    position: static;
  }

  .texto-menu-associado {
    font-size: 16px;
  }

  .texto-titulo-menu-associado {
    float: none;
    clear: none;
    max-width: none;
    font-size: 28px;
  }

  .image-4-copy {
    max-width: none;
  }

  .top-margin-coop.more {
    object-fit: fill;
    display: inline-block;
    position: static;
  }

  .heading-popup {
    font-size: 38px;
  }

  .paragraph-popup {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 479px) {
  .top-margin.more {
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .utility-page-wrap {
    height: 600px;
  }

  .container {
    display: block;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
  }

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

  .blog-post-wrapper {
    min-height: 300px;
  }

  .compare-price.in-page {
    align-items: flex-start;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-text {
    border-right-style: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .image-radius {
    border-radius: 20px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .shipping-flex {
    flex-direction: column;
  }

  .product-page-title {
    font-size: 29px;
    line-height: 34px;
  }

  .shipping-info-wrapper {
    margin-bottom: -1px;
    margin-left: 0;
  }

  .shipping-info-wrapper.radius-right, .shipping-info-wrapper.radius-left {
    border-radius: 0;
  }

  .banner.sub {
    padding-top: 109px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .scroll-to-top {
    display: none;
  }

  .text-field-primary {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .category-2.in-project.second-one, .footer-sub-title {
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .blog-item-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories-flex {
    flex-direction: column;
  }

  .sticky {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .rich-text-wrapper {
    width: 100%;
  }

  .navbar {
    padding-right: 7%;
  }

  .dropdown-list.w--open {
    width: 100%;
  }

  .nav-menu {
    z-index: 9999;
  }

  .hero {
    min-height: 400px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .scroll-wrapper {
    display: none;
  }

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

  .product-title-sidebar-2 {
    font-size: 16px;
  }

  .image-small-product-2 {
    margin-bottom: 20px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .play {
    width: 55px;
    height: 55px;
  }

  .showrel-text {
    font-size: 15px;
  }

  .banner-big-title {
    margin-bottom: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .sub-title {
    font-size: 20px;
    line-height: 25px;
  }

  .service-wrapper {
    padding: 29px;
  }

  .features-content.smaller-padding {
    padding-right: 0;
  }

  .logo-client {
    min-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonials-content-second {
    min-width: 100%;
    margin-right: 0;
  }

  .instagram-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
  }

  .follow-link.with-padding {
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .footer-gird {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .text-field-black {
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .link-rodape.left-margin {
    margin-left: 0;
  }

  .project-title {
    font-size: 26px;
  }

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

  .fun-facts-wrapper {
    border-right-style: none;
    min-height: 150px;
  }

  .fun-facts-wrapper.no-bottom-line {
    border-bottom-style: solid;
  }

  .category-design {
    padding: 2px 9px;
    font-size: 10px;
  }

  .blog-wrapper {
    min-height: 300px;
  }

  .blog-title {
    font-size: 23px;
    line-height: 26px;
  }

  .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .form-block, .product-main {
    width: 100%;
  }

  .slider-2 {
    display: none;
  }

  .wrapper-fresco {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    float: none;
    clear: none;
    font-size: 24px;
    line-height: 32px;
  }

  ._404-wrapper {
    height: 600px;
  }

  .link-block-11 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-popup-content-2 {
    padding: 24px;
  }

  .top-margin-coop.more {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .paragraph-popup {
    font-size: 18px;
    line-height: 24px;
  }

  .container-final {
    display: block;
  }
}

#w-node-_32538514-d24a-8386-c55f-23bd53384232-684dc4b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_8bc31cfc-47dc-de5e-6507-5364d51e66d1-684dc4b5 {
  align-self: end;
}

#w-node-_2765d629-3df6-5e50-eb08-3255a6f7e04a-684dc4b5, #w-node-_57b40f1e-7890-a0ae-3ec8-e49b3465f57b-684dc4b5 {
  justify-self: end;
}

#w-node-_6ab2cb35-bddd-2288-232b-f35546f328e9-684dc4b5 {
  align-self: stretch;
}

#w-node-_52e47b28-c94f-e660-982f-ce6d524f4a88-684dc4b5, #w-node-_2ce352e9-fc7d-de68-492c-49b7408a5248-684dc4b5, #w-node-_6e327824-1ed0-c9b1-98b6-8b70f5d14144-684dc4b5, #w-node-_88fa7cff-3f0d-cb2c-6e5c-56d49f85aed8-684dc4b5, #w-node-b9d401ca-11ba-769e-f7be-28499f84cf88-684dc4b5, #w-node-dfe115db-8c66-27a5-07eb-dcfb50b961ac-d94dc4ba, #w-node-fe30ff97-f6b1-975c-1845-170ebbf20a62-d94dc4ba, #w-node-c8dc3009-d8e5-1ac8-6b7e-df4359d7235a-764dc4bb, #w-node-_9fa26a28-7b61-1575-2d9f-023a50243841-064dc4bc, #w-node-f5346ef9-9236-40e8-69ad-f348bf2ae6ad-4b4dc4be, #w-node-_0fa9a256-f371-8196-892b-492ba8cf1110-0d4dc4bf {
  justify-self: end;
}

#w-node-_3e0e03b5-b936-64d1-b419-7c08649b5a52-0d4dc4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12465a17-3099-118d-9fc1-2532cb9eaff0-d44dc4c0, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-604dc4c3, #w-node-ed16089e-c959-9918-6df0-6ad0bfe9d926-164dc4c4 {
  justify-self: end;
}

#w-node-_44dd6e45-fe4a-6f8f-8721-659eae4ddc6a-164dc4c4, #w-node-_279a7486-67fa-3c7b-6d9c-4513cdfe2366-164dc4c4 {
  align-self: start;
}

#w-node-c25fc87b-e04d-4026-8940-bc7163937ffc-044dc4c6, #w-node-_17443556-4608-198d-4fad-f70fbbb9363a-d64dc4c5, #w-node-f98b23f4-c95a-a184-b96d-920a5f4754bf-894dc4c9, #w-node-_16730973-220d-5469-5346-10225350430b-1e4dc4c7, #w-node-_81c06499-6918-4c9d-1c83-b4c8b1d5234c-e14dc4ca, #w-node-_00dfe259-4cb0-14ae-61af-0447f3768827-634dc4cc, #w-node-_697e4e6a-050c-4772-9662-4772ecab7259-b54dc4cd, #w-node-_38cac96f-4334-ed64-a30c-cc0a74a88a6f-9e4dc4ce {
  justify-self: end;
}

#w-node-_36e3ac8d-e73c-e6fa-7f85-ddc00f2650bc-0a4dc4cf, #w-node-_0cbdf88d-16af-76cb-1420-95387e57b554-0a4dc4cf, #w-node-f7c262cf-508a-3e21-4bbf-cf75e7308ac3-0a4dc4cf, #w-node-_9f43d02a-38e3-ed79-df5b-82f996f8bc44-0a4dc4cf, #w-node-d0c703b6-528c-8914-a2d7-916715527bc8-0a4dc4cf {
  align-self: end;
}

#w-node-_287f7da3-6f5a-8b4c-bf62-cff40c8e564e-0a4dc4cf {
  justify-self: end;
}

#w-node-_287f7da3-6f5a-8b4c-bf62-cff40c8e566c-0a4dc4cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_287f7da3-6f5a-8b4c-bf62-cff40c8e566f-0a4dc4cf, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-3d3395fc, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-f20cec2d, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-0a5bbd13, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-cb9af784, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-280b3663, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-000cee6f, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-d60b3678, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-710ecf0c, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-2992eaa3, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-d7624ccb, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-e3041551, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-3d642f45, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-ff4664e0, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-eb7f27cb, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-bfd09a50, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-7ac7cca7 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2765d629-3df6-5e50-eb08-3255a6f7e04a-684dc4b5, #w-node-_57b40f1e-7890-a0ae-3ec8-e49b3465f57b-684dc4b5, #w-node-_6e327824-1ed0-c9b1-98b6-8b70f5d14144-684dc4b5, #w-node-b9d401ca-11ba-769e-f7be-28499f84cf88-684dc4b5, #w-node-dfe115db-8c66-27a5-07eb-dcfb50b961ac-d94dc4ba, #w-node-fe30ff97-f6b1-975c-1845-170ebbf20a62-d94dc4ba, #w-node-c8dc3009-d8e5-1ac8-6b7e-df4359d7235a-764dc4bb, #w-node-_9fa26a28-7b61-1575-2d9f-023a50243841-064dc4bc, #w-node-f5346ef9-9236-40e8-69ad-f348bf2ae6ad-4b4dc4be, #w-node-_0fa9a256-f371-8196-892b-492ba8cf1110-0d4dc4bf, #w-node-_12465a17-3099-118d-9fc1-2532cb9eaff0-d44dc4c0, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-604dc4c3, #w-node-ed16089e-c959-9918-6df0-6ad0bfe9d926-164dc4c4, #w-node-c25fc87b-e04d-4026-8940-bc7163937ffc-044dc4c6, #w-node-_17443556-4608-198d-4fad-f70fbbb9363a-d64dc4c5, #w-node-f98b23f4-c95a-a184-b96d-920a5f4754bf-894dc4c9, #w-node-_16730973-220d-5469-5346-10225350430b-1e4dc4c7, #w-node-_81c06499-6918-4c9d-1c83-b4c8b1d5234c-e14dc4ca, #w-node-_00dfe259-4cb0-14ae-61af-0447f3768827-634dc4cc, #w-node-_697e4e6a-050c-4772-9662-4772ecab7259-b54dc4cd, #w-node-_38cac96f-4334-ed64-a30c-cc0a74a88a6f-9e4dc4ce {
    justify-self: start;
  }

  #w-node-_8999bef9-f16f-fb08-126b-2c0c51dcdd02-0a4dc4cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_287f7da3-6f5a-8b4c-bf62-cff40c8e564e-0a4dc4cf, #w-node-_287f7da3-6f5a-8b4c-bf62-cff40c8e566f-0a4dc4cf, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-3d3395fc, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-f20cec2d, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-0a5bbd13, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-cb9af784, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-280b3663, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-000cee6f, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-d60b3678, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-710ecf0c, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-2992eaa3, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-d7624ccb, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-e3041551, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-3d642f45, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-ff4664e0, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-eb7f27cb, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-bfd09a50, #w-node-_0c8ddfe3-c22b-5f54-8776-d533d2efd4a6-7ac7cca7 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Tuesdaynight';
  src: url('../fonts/TuesdayNight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}