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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

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

.w-commerce-commercecartheader {
  position: relative;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  align-items: center;
}

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

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

.w-commerce-commercecartformwrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

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

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

.w-commerce-commercecartiteminfo {
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: baseline;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #ffdede;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    flex-basis: auto;
  }

  .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 {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  font-family: Arvo, sans-serif;
  color: #546a40;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 42px;
  line-height: 107%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 22px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 30px;
  line-height: 115%;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Arvo, sans-serif;
  color: #374629;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 28px;
}

a {
  transition: color 200ms ease;
  color: #9a3718;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  color: #6a2009;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
}

ol {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 40px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}

blockquote {
  margin-bottom: 28px;
  padding: 10px 20px;
  border-left: 5px solid #9a3718;
  color: #9a3718;
  font-size: 18px;
  line-height: 22px;
}

figure {
  overflow: hidden;
  margin-top: 38px;
  margin-bottom: 38px;
}

.body {
  display: flex;
  padding: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}

.section-hero-home {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  min-height: 97vh;
  padding-right: 50px;
  padding-left: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/Copia-de-Diseño-sin-título.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-hero {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 55px;
  line-height: 110%;
  font-weight: 700;
}

._2-button-box {
  display: flex;
  max-width: 450px;
  justify-content: space-between;
}

.primary-button {
  width: 200px;
  padding: 13px 10px;
  -ms-grid-row-align: center;
      align-self: center;
  border-style: solid;
  border-width: 3px;
  border-color: #76bc22;
  border-bottom-right-radius: 25px;
  background-color: #76bc22;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.primary-button:hover {
  border-color: #76bc22;
  background-color: #76bc22;
  color: #fff;
}

.primary-button.checkout {
  margin-right: 0px;
}

.primary-button.pop-up-checkout {
  width: 100%;
  margin-right: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 12px;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.centered {
  -ms-grid-row-align: center;
      align-self: center;
}

.secondary-button {
  width: 200px;
  padding: 13px 30px;
  -ms-grid-row-align: auto;
      align-self: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-bottom-right-radius: 25px;
  background-color: transparent;
  transition: background-color 300ms ease;
  font-family: Arvo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.secondary-button:hover {
  background-color: #fff;
  color: #374629;
}

.navbar {
  position: fixed;
  left: 28px;
  top: 30px;
  right: 28px;
  bottom: auto;
  z-index: 11;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 25px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(33, 20, 20, 0.1);
}

.nav-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

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

.nav-right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.brand {
  position: relative;
  display: flex;
  margin-right: 18px;
  margin-left: 18px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.brand.w--current {
  margin-right: 10px;
}

.logo {
  height: 40px;
  transition: transform 200ms ease;
}

.logo:hover {
  transform: scale(0.95);
}

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

.menu-button {
  justify-content: center;
  align-items: center;
  background-color: #9a3718;
}

.nav-link {
  position: relative;
  display: flex;
  padding: 27px 12px;
  justify-content: center;
  align-items: center;
  transition: color 300ms ease;
  font-family: Arvo, sans-serif;
  color: #374629;
  font-size: 13px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #76bc22;
}

.nav-link.contact {
  display: none;
}

.nav-button {
  display: flex;
  margin-left: 30px;
  padding: 27px 35px;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 25px;
  background-color: #76bc22;
  transition: background-color 300ms ease;
  color: #76bc22;
  text-decoration: none;
  cursor: pointer;
}

.nav-button:hover {
  background-color: #76bc22;
}

.text-button {
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.section {
  display: flex;
  width: 100%;
  padding: 100px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Arvo, sans-serif;
  color: #374629;
}

.section.white-background {
  background-color: #fff;
}

.section.large-top-padding {
  padding-top: 200px;
}

.section.no-top-padding {
  padding-top: 0px;
}

.section.small-top-padding {
  padding-top: 50px;
  padding-bottom: 0px;
}

.content {
  width: 100%;
  max-width: 1200px;
}

.content.centered {
  display: flex;
  justify-content: center;
}

._2-column-grid {
  width: 100%;
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-column-grid.process {
  -ms-grid-columns: 4.25fr;
  grid-template-columns: 4.25fr;
}

.grid-stats {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
      grid-template-areas: "."
    "Area";
}

.stats {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(55, 70, 41, 0.2);
  border-bottom-right-radius: 25px;
}

.stats.full {
  border-bottom-right-radius: 0px;
}

.icon-stats-block {
  margin-bottom: auto;
  margin-left: auto;
  padding: 10px;
  background-color: rgba(186, 199, 106, 0.2);
}

.stats-block {
  margin: 18px;
}

.icon {
  width: 50px;
  height: 50px;
}

.icon.category {
  width: 40px;
  height: 40px;
}

.icon.category.hover {
  position: absolute;
}

.numbers-stats {
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
}

.subtitle {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
}

.line-subtitle {
  width: 40px;
  height: 3px;
  margin-right: 12px;
  background-color: #76bc22;
  color: #76bc22;
}

.line-subtitle.white {
  background-color: #fff;
}

.line-subtitle.white.right {
  margin-left: 12px;
}

.line-subtitle.right {
  margin-right: 0px;
  margin-left: 12px;
}

.text-subtitle {
  font-family: Arvo, sans-serif;
  color: #bac76a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.text-subtitle.center {
  margin-right: 12px;
}

.heading.white {
  color: #fff;
}

.heading.h1 {
  font-size: 58px;
}

.heading.h2 {
  font-size: 46px;
}

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

.heading.h3.merriweather {
  margin-bottom: 0px;
  font-family: Merriweather, serif;
}

.heading.h3.arvo {
  margin-bottom: 0px;
  font-family: Arvo, sans-serif;
  font-weight: 400;
}

.heading.h4 {
  font-size: 30px;
}

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

.heading.h6 {
  font-size: 18px;
}

.paragraph {
  max-width: 500px;
  margin-bottom: 36px;
  font-family: Arvo, sans-serif;
  color: #a4a983;
  font-weight: 400;
}

.paragraph.white {
  color: #fff;
}

.paragraph.large {
  font-size: 18px;
}

.paragraph.large.white {
  color: #fff;
}

.paragraph.small {
  font-size: 14px;
}

.paragraph.no-margin-bottom {
  margin-bottom: 0px;
}

._3-column-grid {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-list-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  text-decoration: none;
}

.category-collection-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  text-decoration: none;
}

.single-grid-category {
  position: relative;
  z-index: 20;
  display: flex;
  width: 100%;
  padding: 180px 40px 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
  font-size: 0px;
}

.image-grid-category {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading-category {
  font-family: Merriweather, serif;
  color: #76bc22;
  font-size: 25px;
  line-height: 107%;
}

.category-description {
  max-width: 250px;
  font-family: Arvo, sans-serif;
  color: #fff;
}

.image-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.image-wrapper.about {
  margin-top: 20px;
  margin-bottom: 70px;
}

.image-front {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-left: -100%;
  align-self: flex-end;
  border-bottom-right-radius: 30px;
  box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover;
}

.image-back {
  position: relative;
  width: 100%;
  margin-bottom: 15%;
  border-bottom-right-radius: 30px;
  box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.1);
}

.section-full {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  align-self: stretch;
}

._2-column-grid-full {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
      grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-accent {
  display: flex;
  margin-bottom: 0px;
  padding: 160px 17%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #546a40;
}

.image-bg-accent {
  background-image: url('../images/RESTAURACIÓN-AMBIENTAL.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._4-column-grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.expertise {
  display: flex;
  padding: 30px 10px;
  flex-direction: column;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  border-bottom-right-radius: 25px;
}

.expertise.full {
  padding: 50px;
  border-bottom-right-radius: 0px;
}

.icon-expertise-block {
  margin-bottom: 25px;
  padding: 10px;
  background-color: rgba(186, 199, 106, 0.2);
}

.expertise-title {
  max-width: 150px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
}

.block-button-right {
  -ms-grid-row-align: center;
      align-self: center;
}

.cta {
  display: flex;
  padding: 160px 17%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Home_CTA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.cta-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  line-height: 120%;
  text-align: center;
}

.section-footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #546a40;
}

.grid-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

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

.logo-footer {
  height: 50px;
  margin-bottom: 20px;
}

.paragraph-footer {
  max-width: 350px;
  font-family: Arvo, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 140%;
}

.title-footer {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color 300ms ease;
  font-family: Arvo, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

.detail-block-footer {
  display: flex;
  width: 100%;
  padding: 20px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #374629;
}

.text-detail-footer {
  font-family: Arvo, sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 13px;
  line-height: 130%;
}

.detail-block-footer-content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
}

.link-under-footer {
  color: #fff;
}

.main-block-footer {
  display: flex;
  width: 100%;
  padding: 110px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.main-block-footer:hover {
  color: #fff;
}

.section-top-img {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 70vh;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.section-top-img.category {
  min-height: 50vh;
}

.block-top-img {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 150px 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0.49) 61%, transparent);
}

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

.centered-block {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-image {
  position: relative;
  width: 60%;
  border-bottom-right-radius: 40px;
}

.about-image._02 {
  left: -21%;
  top: 70px;
}

.about-image._01 {
  z-index: 1;
}

.grid-stats-full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.image-bg-about {
  min-height: 670px;
  background-image: url('../images/About_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._2-column-grid-full-about {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-card {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  box-shadow: 13px 13px 11px -6px rgba(0, 0, 0, 0.1);
}

.team-member-image-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.team-member-image {
  transition: transform 500ms ease;
}

.team-member-image:hover {
  transform: scale(1.1);
}

.team-member-details {
  position: absolute;
  top: auto;
  bottom: 0px;
  display: flex;
  width: 100%;
  min-height: 140px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(31, 31, 31, 0.7) 50%, hsla(0, 0%, 100%, 0));
}

.team-member-title {
  margin-top: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 33px;
  line-height: 120%;
}

.team-member-text {
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 110%;
}

._2-image-grid {
  grid-row-gap: 32px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.process-cards {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.process-wrapper {
  width: 100%;
  height: 100%;
}

.process-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.process-card-details {
  display: flex;
  width: 60%;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
}

.process-image-box {
  overflow: hidden;
  width: 40%;
  height: 100%;
  border-bottom-right-radius: 30px;
}

.process-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.process-number {
  position: relative;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #76bc22;
  font-size: 60px;
  line-height: 110%;
}

.process-title {
  margin-bottom: 15px;
  font-family: Arvo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.process-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.grid-hero-categories {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-hero {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.hero-link-details {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.line-block {
  position: relative;
  display: flex;
  width: 100%;
  height: 3px;
  justify-content: center;
  align-items: center;
}

.text-hero-category {
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-link {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.line-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #76bc22;
}

.line-1px {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.block-accent-category {
  display: flex;
  padding: 10% 17%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #546a40;
}

.image-bg-category {
  background-image: url('../images/Products_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-image-block {
  overflow: hidden;
  width: 100%;
  flex: 1;
}

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

.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom-right-radius: 50px;
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.product-detail-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom-right-radius: 50px;
}

.product-detail-left {
  width: 60%;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
}

.product-detail-right {
  display: flex;
  width: 40%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(55, 70, 41, 0.2);
  border-right: 1px solid rgba(55, 70, 41, 0.2);
  border-bottom: 1px solid rgba(55, 70, 41, 0.2);
  border-bottom-right-radius: 50px;
}

.product-name {
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 19px;
  line-height: 120%;
  font-weight: 700;
}

.product-price {
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 18px;
  font-weight: 700;
}

._3-column-grid-products {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-full-products {
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store-category-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-details {
  display: flex;
  padding: 45px 3% 45px 10%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  border-bottom-right-radius: 50px;
}

.category-subtitle {
  display: flex;
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
}

.text-category-subtitle {
  font-family: Arvo, sans-serif;
  color: #bac76a;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-detail-name {
  max-width: 700px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 50px;
  line-height: 120%;
}

.add-to-cart {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.product-detail-price {
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #374629;
  font-size: 18px;
  font-weight: 700;
}

.option-box {
  margin-bottom: 25px;
}

.select-field {
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  background-color: #fff;
  font-family: Arvo, sans-serif;
  color: #374629;
  font-size: 18px;
  line-height: 120%;
}

.product-detail-image-block {
  display: flex;
  width: 100%;
  max-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-content {
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
}

.image-bg-product {
  background-image: url('../images/Products_13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.plus-icon-line-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0.1rem;
  height: 1.5rem;
  margin: auto;
  background-color: #bac76a;
}

.plus-icon-line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 1.5rem;
  height: 0.1rem;
  margin: auto;
  background-color: #bac76a;
}

.accordion-tab-button {
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-bottom-right-radius: 25px;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.accordion-tab-button:hover {
  border-color: #374629;
  background-color: #374629;
}

.accordion-tab-button.faq {
  border-color: rgba(55, 70, 41, 0.2);
}

.accordion-tab-button.faq:hover {
  background-color: rgba(84, 106, 64, 0.1);
}

.plus-icon {
  position: relative;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(255, 223, 141, 0.3);
  transition: border-color 400ms ease;
  cursor: pointer;
}

.plus-icon:hover {
  border-color: #ffdf8d;
}

.benefit-accordions {
  margin-top: 30px;
}

.accordion-item-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  cursor: pointer;
}

.accordion-item-wrapper.last-benefit {
  margin-bottom: 0px;
}

.benefit-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-grid-row-align: center;
      align-self: center;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
}

.benefit-title.faq {
  color: #374629;
  text-align: left;
}

.accordion-answer {
  overflow: hidden;
}

.accordion-content {
  margin-bottom: 0px;
  padding: 1rem 3rem 1rem 1rem;
  font-family: Arvo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
}

.accordion-content.faq {
  color: #374629;
}

.block-benefits {
  display: flex;
  padding: 100px 17%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #546a40;
}

.section-related-products {
  display: flex;
  width: 100%;
  padding: 60px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._3-column-grid-related-products {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-hero-contact-details {
  font-family: Arvo, sans-serif;
  color: #76bc22;
  font-size: 9px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.form-block {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-bottom-right-radius: 25px;
}

.error-message {
  font-family: Arvo, sans-serif;
  color: #9a3718;
}

._2-column-grid-form {
  width: 100%;
  grid-auto-flow: row;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-accent-contact {
  display: flex;
  padding: 70px 17%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #546a40;
}

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

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

._2-column-grid-full-contact {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-accordions {
  margin-top: 30px;
}

.heading-hero-checkout {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

.section-top-checkout {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 50vh;
  margin-bottom: 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

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

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

.category-header-wrapper {
  width: 100%;
}

.block-content {
  border-bottom-right-radius: 30px;
}

.apple-pay {
  height: 55px;
  border-radius: 0px 0px 30px;
}

.block-header {
  padding-top: 20px;
  padding-bottom: 0px;
}

.checkout-form {
  max-width: 1200px;
  background-color: transparent;
}

.input-field {
  background-color: #fafafa;
}

.order-confirmation {
  max-width: 1200px;
  background-color: transparent;
}

.empty-state {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #546a40;
  background-color: rgba(186, 199, 106, 0.2);
  font-family: Arvo, sans-serif;
  color: #374629;
  font-size: 20px;
}

.empty-state.white {
  border-color: #fff;
  color: #fff;
}

.product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
}

.cart-button {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.cart {
  padding-left: 20px;
}

.icon-cart {
  width: 25px;
  height: 25px;
  margin-right: 0px;
  color: #374629;
}

.cart-quantity {
  position: relative;
  left: -9px;
  top: -11px;
  width: 22px;
  height: 22px;
  margin-left: 0px;
  padding-top: 2px;
  border-radius: 20px;
  background-color: rgba(55, 70, 41, 0.2);
  font-family: Arvo, sans-serif;
  color: #374629;
  line-height: 180%;
}

.cart-wrapper {
  background-color: #fff;
}

.cart-heading {
  font-family: Arvo, sans-serif;
}

.cart-item {
  font-family: Arvo, sans-serif;
  color: #374629;
}

.cart-footer {
  font-family: Arvo, sans-serif;
  color: #374629;
}

.apple-pay-pop-up {
  border-radius: 0px;
}

.remove-button {
  color: #9a3718;
  text-decoration: underline;
}

.cart-empty-text {
  font-family: Arvo, sans-serif;
  font-size: 16px;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background-image: url('../images/Home_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-content {
  display: flex;
  width: 350px;
  padding: 50px;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  background-color: #fff;
  text-align: center;
}

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

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
  border-color: rgba(55, 70, 41, 0.2);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #e0a423;
}

.form-success {
  padding: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #729b58;
  background-color: rgba(84, 106, 64, 0.2);
  color: #444;
  font-size: 16px;
  line-height: 1.4em;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.color-block {
  display: flex;
  padding: 30px 20px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #729b58;
  background-color: #fff;
  text-align: center;
}

.color-block.background {
  background-color: rgba(55, 70, 41, 0.2);
}

.color-block.paragraphs {
  background-color: #546a40;
}

.color-block.additional-accent {
  background-color: #9a3718;
}

.color-block.background-headers {
  background-color: #374629;
}

.color-block.accent-borders {
  background-color: #bac76a;
}

.sg-menu {
  width: 100%;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-description {
  max-width: 400px;
}

.field-block {
  z-index: 1;
  display: flex;
  min-height: 20px;
  min-width: 50px;
  margin-bottom: 8px;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  border: 1px solid transparent;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0px;
}

.sg-label {
  margin-top: 32px;
  color: #244030;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-box {
  max-width: 750px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: rgba(186, 199, 106, 0.2);
}

.text-box._500px {
  max-width: 500px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: rgba(186, 199, 106, 0.2);
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: rgba(186, 199, 106, 0.2);
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: rgba(186, 199, 106, 0.2);
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: rgba(186, 199, 106, 0.2);
}

.text-box.changelog {
  width: 100%;
  max-width: none;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
}

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

._1-2-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sg-section {
  position: relative;
  z-index: 0;
  padding: 60px 80px 60px 60px;
  background-color: #fff;
  text-align: left;
}

.sg-section.header {
  border-bottom: 1px solid #bac76a;
  background-color: #fff;
}

.visible-spacer {
  display: inline-block;
  background-color: rgba(186, 199, 106, 0.2);
}

.sg-menu-link {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  border-left: 4px solid transparent;
  transition: background-color 200ms ease, color 200ms ease;
  color: hsla(0, 0%, 100%, 0.65);
}

.sg-menu-link:hover {
  color: #fff;
}

.sg-menu-link.w--current {
  padding-right: 0px;
  background-color: #fff;
  color: #111314;
  font-weight: 600;
}

.sg-menu-link.w--current:hover {
  background-color: #fff;
}

.sg-body {
  background-color: #fff;
}

.form-error {
  padding: 16px;
  background-color: #ecd4d4;
  color: #444;
}

.ds-icon {
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 4px;
}

._2-1-column-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr;
  grid-template-columns: 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spacer {
  height: 48px;
}

.spacer._48 {
  width: 48px;
  background-color: transparent;
}

.spacer._80 {
  width: 80px;
  height: 80px;
  background-color: transparent;
}

.spacer._64 {
  width: 64px;
  height: 64px;
  background-color: transparent;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: transparent;
}

.spacer._24 {
  width: 24px;
  height: 24px;
  background-color: transparent;
  text-transform: uppercase;
}

.spacer._96 {
  width: 96px;
  height: 96px;
  background-color: transparent;
}

.spacer._128 {
  width: 128px;
  height: 128px;
  background-color: transparent;
}

.spacer._32 {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
}

.sg-button-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-dropdown {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  background-color: #fff;
  transition: border-color 200ms ease, color 200ms ease;
  color: #546a40;
  font-size: 15px;
}

.form-dropdown:hover {
  border-color: #bac76a;
}

.form-dropdown:focus {
  border-color: #bac76a;
}

.form-dropdown::-moz-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.sg-content {
  display: flex;
  max-width: 100%;
  margin-left: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.rich-text {
  margin-bottom: 30px;
  text-align: left;
}

.text-input {
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
  transition: border-color 200ms ease;
  color: #546a40;
  font-size: 15px;
  line-height: 1.4px;
}

.text-input:hover {
  border-color: #bac76a;
}

.text-input:focus {
  border-color: #bac76a;
}

.text-input::-moz-placeholder {
  color: rgba(55, 70, 41, 0.3);
}

.text-input::-ms-input-placeholder {
  color: rgba(55, 70, 41, 0.3);
}

.text-input::placeholder {
  color: rgba(55, 70, 41, 0.3);
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.ds-module {
  position: relative;
  display: flex;
  min-height: 100px;
  min-width: 100px;
  flex-direction: column;
  background-color: rgba(145, 182, 122, 0.2);
}

.ds-icon-grid {
  margin-top: 24px;
  padding: 10px;
}

.ds-icon-grid.bg {
  background-color: #374629;
}

.sg-nav-container {
  width: 240px;
  height: 100vh;
  border-right: 1px solid #fff;
  background-color: #374629;
}

.page-content {
  width: 100%;
  min-height: 100vh;
}

.color-button-block {
  display: flex;
  padding: 5%;
  justify-content: center;
  align-items: center;
  background-color: #374629;
}

.color-button-block.white {
  background-color: #fff;
}

.text-color {
  color: #244030;
}

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

.sg-title {
  margin-bottom: 8px;
  color: #244030;
  font-size: 24px;
  line-height: 1.4em;
}

.success-text {
  color: #374629;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -24px;
  border-color: rgba(55, 70, 41, 0.2);
}

.check-box.w--redirected-checked {
  border-color: #e0a423;
  background-color: #bac76a;
  background-position: 50% 50%;
  background-size: 16px;
}

.sg-nav {
  position: fixed;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0px;
  width: 240px;
  height: 0px;
  border-right: 1px solid #ced5db;
}

.text-accent {
  color: #bac76a;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.ds-colour-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 24px;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-licensing {
  width: 100%;
  height: 250px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
}

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

.icon-licensing {
  width: 55px;
  height: 55px;
}

.icon-licensing-box {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
}

.icon-licensing-box.bg {
  background-color: #374629;
}

.fonts-block {
  display: flex;
  padding: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
}

.blog-page-block {
  position: relative;
  z-index: 1;
  padding: 40px 7%;
}

.featured-title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.feature-tag {
  display: flex;
  width: 100px;
  margin-bottom: 26px;
  flex-direction: row;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.collection-list-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.collection-list-featured {
  width: 100%;
}

.color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

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

.collection-item {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(55, 70, 41, 0.2);
  border-bottom-right-radius: 30px;
}

.link-blog-thumbnail {
  overflow: hidden;
  width: 100%;
  text-decoration: none;
}

.link-blog-thumbnail.featured {
  position: relative;
  display: flex;
  min-height: 400px;
  align-items: flex-end;
}

.blog-post {
  padding: 30px 8%;
}

.blog-post-date {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #9a3718;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.link-heading-blog {
  text-decoration: none;
}

.link-heading-blog:hover {
  color: #6a2009;
}

.heading-blog {
  transition: color 200ms ease;
  color: #a4a983;
  font-size: 24px;
}

.heading-blog:hover {
  color: #a4a983;
}

.image-blog-thumbnail {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-blog-thumbnail.featured {
  position: absolute;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.rich-text-block {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  padding-right: 23vw;
  padding-left: 23vw;
  justify-content: center;
  align-items: center;
  background-color: #546a40;
}

.preloader-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-logo {
  width: 200px;
}

.preloader-content {
  overflow: hidden;
  width: 200px;
  height: 50px;
}

.loading-icons-box {
  display: flex;
  justify-content: space-between;
}

.loading-icon {
  width: 50px;
  height: 50px;
}

.loading-icon.loaded {
  position: absolute;
}

.icon-load {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  flex: 0 0 auto;
}

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

.category-item-box {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.checkout-popup-image {
  overflow: hidden;
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

.paragraph-2 {
  color: #76bc22;
}

.section-2 {
  margin-bottom: 60px;
}

.bold-text {
  font-size: 28px;
}

.grid {
      grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading-2 {
  color: #a4a983;
  font-size: 22px;
}

.bold-text-3 {
  color: #76bc22;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  color: #76bc22;
}

.button {
  background-color: #76bc22;
  color: #fff;
}

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

.column {
  background-image: url('../images/641ccea53bca18e0306adb4d_1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

@media screen and (min-width: 1280px) {
  .category-list-wrapper {
    min-height: 400px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .sg-nav {
    width: 280px;
  }

  .category-item-box {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 17px;
  }

  .section-hero-home {
    padding: 0px 30px;
  }

  .heading-hero {
    font-size: 60px;
  }

  .primary-button {
    transition: background-color 300ms ease, border-color 300ms ease;
    cursor: pointer;
  }

  .primary-button:hover {
    border-color: #6a2009;
    background-color: #6a2009;
  }

  .primary-button.pop-up-checkout {
    width: 100%;
  }

  .secondary-button {
    transition: background-color 300ms ease;
    cursor: pointer;
  }

  .secondary-button:hover {
    background-color: #fff;
    color: #374629;
  }

  .navbar {
    border-bottom-right-radius: 40px;
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    display: flex;
    flex-direction: row;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    display: flex;
    padding: 20px;
    flex-direction: row;
    border-bottom-right-radius: 25px;
    background-color: #76bc22;
    cursor: pointer;
  }

  .menu-button.w--open {
    border-radius: 0px;
    background-color: #6a2009;
    transition: border-radius 400ms ease;
  }

  .nav-link {
    transition: background-color 200ms ease, color 300ms ease;
  }

  .nav-link:hover {
    background-color: #e6ebc6;
    color: #374629;
  }

  .nav-link.contact {
    display: flex;
  }

  .hamburger-lottie {
    width: 30px;
    height: 30px;
    -ms-grid-row-align: center;
        align-self: center;
    flex: 0 auto;
  }

  .nav-button {
    display: none;
    margin-left: 0px;
  }

  .section {
    padding: 60px 30px;
  }

  .section.checkout {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.large-top-padding {
    padding-top: 140px;
  }

  ._2-column-grid {
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._2-column-grid.process {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .icon.category {
    width: 30px;
    height: 30px;
  }

  .numbers-stats {
    font-size: 35px;
  }

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

  .heading.h1 {
    font-size: 54px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.sg {
    color: #fff;
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h4 {
    font-size: 27px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h6 {
    font-size: 17px;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .single-grid-category {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .heading-category {
    font-size: 4vw;
  }

  .image-wrapper {
    max-height: 550px;
  }

  .image-wrapper.about {
    margin-bottom: 50px;
  }

  .image-front {
    width: 60%;
    max-height: 300px;
    margin-top: 30%;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .image-back {
    width: 80%;
    max-height: 400px;
    align-self: flex-start;
    -o-object-fit: cover;
       object-fit: cover;
  }

  ._2-column-grid-full {
        grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-accent {
    padding: 120px 14%;
  }

  .image-bg-accent {
    min-height: 450px;
  }

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

  .cta {
    padding: 120px 14%;
  }

  .cta-heading {
    font-size: 40px;
    line-height: 110%;
  }

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

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

  .main-block-footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-top-img {
    min-height: 50vh;
  }

  .block-top-img {
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

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

  ._2-column-grid-full-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-details {
    min-height: 100px;
  }

  .team-member-title {
    font-size: 24px;
  }

  .team-member-text {
    font-size: 14px;
  }

  .process-block {
    margin-bottom: 40px;
  }

  .text-hero-category {
    font-size: 14px;
  }

  .block-accent-category {
    padding: 120px 14%;
  }

  ._3-column-grid-products {
    margin-top: 15px;
    margin-bottom: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-full-products {
    margin-bottom: 15px;
  }

  .detail-product-image {
    overflow: hidden;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .product-detail-name {
    font-size: 40px;
    line-height: 110%;
  }

  .product-detail-image-block {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .benefit-title {
    display: flex;
    align-items: center;
    line-height: 25px;
  }

  .block-benefits {
    padding: 120px 14%;
  }

  .section-related-products {
    padding: 60px 30px;
  }

  ._3-column-grid-related-products {
    margin-top: 15px;
    margin-bottom: 0px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid-form {
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-accent-contact {
    padding: 120px 14%;
  }

  .contact-image {
    height: 250px;
  }

  .heading-hero-checkout {
    font-size: 55px;
  }

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

  .checkout-content {
    margin-right: 0px;
  }

  .checkout-form {
    padding: 0px;
  }

  .order-confirmation {
    padding: 0px;
  }

  .cart-button {
    background-color: transparent;
  }

  .cart {
    padding-right: 20px;
  }

  .icon-cart {
    width: 25px;
    height: 25px;
    color: #374629;
  }

  .cart-quantity {
    margin-left: 0px;
    font-family: Arvo, sans-serif;
    color: #374629;
  }

  .utility-page-content {
    padding: 40px;
  }

  .sg-menu {
    position: absolute;
    left: 0%;
    top: 80px;
    right: auto;
    bottom: auto;
    z-index: 500;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e5e7;
    background-color: #f0f2f3;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 0px;
    margin-left: 60px;
  }

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

  .sg-section.header {
    background-color: #374629;
    color: #fff;
  }

  .sg-body {
    background-color: transparent;
  }

  ._2-1-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sg-content {
    position: static;
    width: 100%;
    margin-left: 0px;
    border-left-style: none;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
    background-color: #ffdf8d;
  }

  .sg-nav {
    position: static;
    left: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10;
    overflow: visible;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    border-right-style: none;
    background-color: #374629;
  }

  .image-licensing {
    height: 200px;
  }

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .category-collection-list {
    width: 100%;
        grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .category-items {
    height: 250px;
  }

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

  .video {
    bottom: 60px;
  }

  .bold-text-4 {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero {
    font-size: 52px;
  }

  ._2-button-box {
    flex-direction: column;
  }

  .primary-button {
    align-self: flex-start;
  }

  .secondary-button {
    padding-left: 40px;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.white-background {
    padding-bottom: 20px;
  }

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

  ._2-column-grid.process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 32px;
  }

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

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

  .heading.h2.no-margin-bottom {
    margin-bottom: 0px;
  }

  .heading.h3 {
    font-size: 30px;
  }

  .heading.h4 {
    font-size: 25px;
  }

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

  .heading-category {
    font-size: 5vw;
  }

  .image-wrapper.about {
    margin-bottom: 100px;
  }

  .image-front {
    height: 200px;
    margin-top: 50%;
  }

  .image-back {
    height: 300px;
  }

  ._2-column-grid-full {
        grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-accent {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-accent {
    min-height: 400px;
  }

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

  .expertise.full {
    padding: 40px;
  }

  .block-button-right {
    align-self: flex-start;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-footer {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .detail-block-footer {
    padding-right: 7%;
    padding-left: 7%;
  }

  .text-detail-footer {
    font-size: 12px;
    line-height: 100%;
  }

  .detail-block-footer-content {
    height: 40px;
    flex-direction: column;
    justify-content: space-around;
  }

  .main-block-footer {
    padding: 60px 7%;
  }

  .centered-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-bg-about {
    min-height: 400px;
  }

  ._2-column-grid-full-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-card {
    height: 400px;
    min-height: 400px;
  }

  .team-member-details {
    min-height: 140px;
  }

  .team-member-title {
    font-size: 30px;
  }

  .team-member-text {
    font-size: 18px;
  }

  .process-cards {
    grid-row-gap: 40px;
  }

  .process-card {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .process-card-details {
    width: 100%;
    border-bottom-right-radius: 30px;
  }

  .process-image-box {
    width: 100%;
    height: 300px;
    border-bottom-right-radius: 0px;
  }

  .process-number {
    font-size: 50px;
  }

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

  .block-accent-category {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-bg-category {
    display: none;
    min-height: 400px;
  }

  .product-image {
    height: 300px;
    min-height: 300px;
  }

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

  .store-category-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .detail-product-image {
    height: 400px;
  }

  .product-details {
    padding: 30px 6%;
  }

  .product-detail-image-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-bg-product {
    min-height: 400px;
  }

  .plus-icon {
    margin-right: 0rem;
  }

  .benefit-title {
    line-height: 25px;
  }

  .accordion-content {
    padding-right: 1rem;
  }

  .block-benefits {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-related-products {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  .block-accent-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .map-block {
    min-height: 400px;
  }

  ._2-column-grid-full-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-hero-checkout {
    font-size: 45px;
  }

  .checkout-form {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .field-block {
    min-height: auto;
  }

  .sg-menu-brand {
    margin-left: 30px;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  ._1-2-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .sg-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._2-1-column-grid {
    margin-left: 0px;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

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

  .sg-content {
    margin-left: 0px;
  }

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

  .icon-licensing {
    width: 50px;
    height: 50px;
  }

  .icon-licensing-box {
    padding: 20px;
  }

  .collection-list {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .loading-icon {
    width: 45px;
    height: 45px;
  }

  .bold-text-4 {
    font-size: 39px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 15px;
  }

  .section-hero-home {
    padding-right: 15px;
    padding-left: 15px;
  }

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

  ._2-button-box {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .primary-button {
    width: 100%;
    margin-right: 0px;
  }

  .secondary-button {
    width: 100%;
  }

  .navbar {
    box-shadow: 0 7px 7px 0 rgba(33, 20, 20, 0.07);
  }

  .brand {
    width: 140px;
    margin-left: 5px;
  }

  .brand.w--current {
    margin-right: 5%;
  }

  .menu-button {
    padding: 15px;
  }

  .section {
    padding: 50px 0px;
  }

  .section.large-top-padding {
    padding-top: 120px;
  }

  ._2-column-grid.process {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .numbers-stats {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .heading {
    font-size: 30px;
  }

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

  .heading.h2 {
    font-size: 34px;
  }

  .heading.sg {
    margin-bottom: 0px;
  }

  .heading.h3 {
    font-size: 28px;
  }

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

  .heading.h5 {
    font-size: 20px;
  }

  .heading.h6 {
    font-size: 15px;
  }

  ._3-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-category {
    font-size: 7vw;
  }

  .image-front {
    height: 150px;
  }

  .image-back {
    height: 250px;
  }

  ._2-column-grid-full {
        grid-template-areas: "Area";
  }

  .block-accent {
    padding: 65px 8%;
  }

  .image-bg-accent {
    min-height: 350px;
  }

  .expertise.full {
    padding: 25px;
  }

  .block-button-right {
    width: 100%;
  }

  .cta {
    padding: 65px 12%;
  }

  .cta-heading {
    font-size: 30px;
  }

  .text-detail-footer {
    font-size: 12px;
    line-height: 140%;
  }

  .detail-block-footer-content {
    height: 50px;
  }

  .main-block-footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .block-top-img {
    padding-right: 30px;
    padding-left: 30px;
  }

  .centered-block {
    padding-bottom: 0px;
  }

  .about-image._02 {
    left: -61%;
    top: 90px;
    width: 80%;
  }

  .about-image._01 {
    width: 80%;
  }

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

  .image-bg-about {
    min-height: 350px;
  }

  .team-member-card {
    height: 300px;
    min-height: 300px;
  }

  .team-member-details {
    min-height: 120px;
  }

  .team-member-title {
    font-size: 26px;
  }

  .team-member-text {
    font-size: 16px;
  }

  .process-cards {
    grid-row-gap: 30px;
  }

  .process-card-details {
    padding: 25px;
  }

  .process-number {
    font-size: 40px;
  }

  .block-accent-category {
    padding: 65px 12%;
  }

  .image-bg-category {
    min-height: 350px;
  }

  .product-image {
    height: 250px;
    max-height: 300px;
    min-height: 250px;
  }

  .product {
    margin-bottom: 0px;
  }

  .product-detail-left {
    display: flex;
    width: 50%;
    padding: 15px;
    justify-content: center;
    align-items: center;
  }

  .product-detail-right {
    width: 50%;
  }

  .product-name {
    display: flex;
    align-items: stretch;
    font-size: 16px;
  }

  .product-price {
    font-size: 14px;
  }

  ._3-column-grid-products {
    grid-column-gap: 6px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .detail-product-image {
    height: 250px;
  }

  .product-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-detail-name {
    font-size: 30px;
  }

  .option-box {
    width: 100%;
  }

  .select-field {
    font-size: 16px;
  }

  .product-detail-image-block {
    padding-top: 0px;
    padding-right: 0%;
    padding-bottom: 0px;
  }

  .default-state {
    width: 100%;
    margin-bottom: 0px;
  }

  .image-bg-product {
    min-height: 350px;
  }

  .accordion-tab-button {
    align-items: center;
  }

  .benefit-title {
    line-height: 25px;
  }

  .accordion-content {
    width: 100%;
    padding-right: 1rem;
  }

  .block-benefits {
    padding: 30px 5%;
  }

  .section-related-products {
    padding: 50px 0px;
  }

  ._3-column-grid-related-products {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block-accent-contact {
    padding: 65px 12%;
  }

  .map-block {
    min-height: 350px;
  }

  .heading-hero-checkout {
    font-size: 35px;
  }

  .checkout-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cart-button {
    max-width: 14vw;
  }

  .cart {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cart-empty-text {
    font-family: Arvo, sans-serif;
    font-size: 16px;
  }

  .utility-page-content {
    width: 270px;
    padding: 30px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .sg-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .sg-section.header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spacer._32 {
    display: flex;
  }

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

  .text-input {
    width: 100%;
  }

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

  .image-licensing {
    height: 150px;
  }

  .icon-licensing {
    width: 40px;
    height: 40px;
  }

  .blog-post {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .checkout-order-image {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .bold-text {
    font-size: 19px;
  }

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

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

  .bold-text-4 {
    font-size: 22px;
  }
}

#w-node-_5bc3918b-81f9-3b10-5e6e-4586ebe3d056-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb058c74-ad37-950f-9480-b3881d0bc3c3-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3808ec23-d3eb-c83b-6c44-3b799d1e3758-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area;
}

._2-column-grid-full > #w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid > #w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media screen and (max-width: 991px) {

  ._2-column-grid-full > #w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 767px) {

  ._2-column-grid-full > #w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 479px) {

  ._2-column-grid-full > #w-node-_1f4a8e8e-cd5a-5b22-a3f0-36beabfbd2b3-24d336cd {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

#w-node-aa1e6a8a-ff7d-8c22-b836-0eb9ab0ed8ef-24d336cd {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_3c715165-d14f-3508-4647-53c60a4d0e1c-24d336cd {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_5df98f42-ad19-ce3c-a103-7c6e7266346d-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_71a9ae08-bfe1-c800-fb18-d33f8e46d7b3-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9728d567-3d0f-3d6e-bf6d-0bebcef68aa1-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5d1a50ba-4678-bbb5-493d-5d281452fc90-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_850c30ee-fe2e-37f4-72ef-ad5d62a611d6-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85deeaf2-ceb0-09c5-231a-ef4a6d19c798-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ade0033-4158-5b22-eed2-3409d16d7e8c-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3422f5a-9efd-6d9a-316c-ce72895828b2-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3422f5a-9efd-6d9a-316c-ce72895828c6-24d336cd {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85c8044c-6d07-5e26-df37-4bab250124ef-250124eb {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1bd59cde-7f4c-98cb-3c13-2268e8b66873-250124eb {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0d6a5add-305f-83d5-a47f-b1f50eeed644-250124eb {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f714860-d41c-831e-0b38-9373c325d508-250124eb {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85c8044c-6d07-5e26-df37-4bab250124f3-250124eb {
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b3f0639-99b2-bd8e-570a-f02a23065c7f-23065c7e {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72588d90-912a-5ff8-6f49-8a1bce264ec2-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72588d90-912a-5ff8-6f49-8a1bce264ec9-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72588d90-912a-5ff8-6f49-8a1bce264ed0-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72588d90-912a-5ff8-6f49-8a1bce264ed7-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e7ed153-14bf-5168-1857-f5b866fe8389-f2d336d1 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_6d125762-951c-e878-9a95-6d1017cf19ab-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_33b62666-4217-f8e3-ea39-d11e378c4273-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a5fe63e9-53b0-c4d0-6c0f-c632c898d3ea-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acc0deb5-1e68-fa74-ea8e-c9d58cbbadce-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_810ec4e7-f5e5-641c-be50-61df7d6df0c9-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_15a23320-c690-e49f-65ad-ede4e0016313-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_16c58fd6-af9e-3e95-eb74-2ac736fff502-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e0f8e9f5-5127-821b-a22a-57c984f9893d-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_134248b9-53ff-a27b-5f06-eda3d4a2e4d2-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a584908d-e73e-8208-c186-ef7ff90529bd-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a584908d-e73e-8208-c186-ef7ff90529c5-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a584908d-e73e-8208-c186-ef7ff90529c8-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a584908d-e73e-8208-c186-ef7ff90529ca-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a584908d-e73e-8208-c186-ef7ff90529cc-f2d336d1 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e96187ea-ce25-322d-3e57-e8dd88858892-3ed336d2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e96187ea-ce25-322d-3e57-e8dd88858893-3ed336d2 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e96187ea-ce25-322d-3e57-e8dd88858894-3ed336d2 {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e96187ea-ce25-322d-3e57-e8dd88858895-3ed336d2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b818272-02f9-88db-da3d-92371a7c82be-0ed336d3 {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_8b818272-02f9-88db-da3d-92371a7c82c9-0ed336d3 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de2a150e-2b6b-cdff-1ef6-824fa1da8491-38d336d5 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cc987260-77e1-40f1-77fb-84e71a2299e3-c2d336d6 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f40cc88-e60b-bfe3-8c0f-4bf58e43a746-0bd336d8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd5715f4-d3ec-7d93-27a2-68b4917ddf52-0bd336d8 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d06cfa59-89ac-6483-43f3-cd3c716b1c1b-dbd336d9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_7d9bb2e7-7b2b-a0cb-6ee1-9ed55a0e86d7-dbd336d9 {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

#w-node-_004e3b65-6c03-8db5-4c3d-f357ad0274d1-dbd336d9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_004e3b65-6c03-8db5-4c3d-f357ad0274c7-dbd336d9 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f51-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f65-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f66-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f67-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f68-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f69-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f6a-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fee35be-e0d3-e42f-0dfa-9952b69b9f6b-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fce-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fdb-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fdc-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fdd-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fde-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fdf-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe0-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe1-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe2-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe3-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe4-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe5-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe6-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe7-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe8-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fe9-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fea-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7feb-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fec-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fed-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fee-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7fef-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff0-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff1-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff2-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff3-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff4-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff5-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff6-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fa1e20c-5eed-cbc0-0625-8d57685a7ff7-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7baa-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bb4-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bb5-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bb7-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bb9-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bbe-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-_709b3b79-92dd-b63f-3b45-996c63fb7bc0-a3d336db {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-af7c3f40-7659-3a11-59b1-c85a4aefe128-a5d336de {
  -ms-grid-row-align: center;
      align-self: center;
}

#w-node-bb61b6e5-2a76-6102-7597-7a07e9b4fae3-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bb61b6e5-2a76-6102-7597-7a07e9b4faed-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8b18002e-d02c-4c50-9a7a-dc18287a58e5-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ed3571a-e8bc-6217-f871-81c56a5b7211-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3ed3571a-e8bc-6217-f871-81c56a5b7217-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d950c582-ea18-5d03-0a32-327498628c3f-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d950c582-ea18-5d03-0a32-327498628c45-a5d336de {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5df98f42-ad19-ce3c-a103-7c6e7266346d-24d336cd {
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  #w-node-_9728d567-3d0f-3d6e-bf6d-0bebcef68aa1-24d336cd {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a584908d-e73e-8208-c186-ef7ff90529cc-f2d336d1 {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8b818272-02f9-88db-da3d-92371a7c82c9-0ed336d3 {
    -ms-grid-row-align: auto;
        align-self: auto;
  }

  #w-node-d06cfa59-89ac-6483-43f3-cd3c716b1c1b-dbd336d9 {
    -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_850c30ee-fe2e-37f4-72ef-ad5d62a611d6-24d336cd {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a584908d-e73e-8208-c186-ef7ff90529cc-f2d336d1 {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}
