.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-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  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-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  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-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-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-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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-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-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.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::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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-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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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: Karla, sans-serif;
  color: #1d1f2e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

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

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

p {
  margin-bottom: 15px;
  color: rgba(29, 31, 46, 0.7);
}

a {
  display: inline-block;
  border-bottom: 1px none rgba(162, 95, 75, 0.3);
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
  color: #a25f4b;
  text-decoration: none;
}

a:hover {
  border-bottom-color: rgba(162, 95, 75, 0.8);
  color: #743f2f;
}

ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

label {
  display: block;
  margin-bottom: 12px;
  color: rgba(29, 31, 46, 0.6);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 35px;
  border-top: 1px none #ececed;
  border-bottom: 2px solid rgba(162, 95, 75, 0.2);
  border-left: 2px solid rgba(162, 95, 75, 0.2);
  background-color: transparent;
  color: #a25f4b;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

figcaption {
  display: block;
  margin-bottom: 30px;
  color: rgba(29, 31, 46, 0.5);
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.cart-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1d1f2e;
  line-height: 100%;
}

.cart-button:hover {
  opacity: 1;
  color: #1d1f2e;
}

.item-count {
  height: auto;
  background-color: #1d1f2e;
  color: #fff;
}

.cart-wrapper {
  background-color: rgba(29, 31, 46, 0.15);
}

.cart-container {
  min-width: 440px;
  background-color: #1d1f2e;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  color: #fff;
}

.cart-heading {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-header {
  padding: 30px 40px;
  border-bottom-color: rgba(210, 210, 213, 0.1);
}

.cart-icon {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 2px;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.cart-close-icon {
  margin-top: 2px;
  margin-bottom: 4px;
}

.cart-list {
  padding: 30px 40px 0px;
  color: #fff;
}

.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #161724;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: 0.96;
}

.cart-item-image {
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.cart-item {
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-item-info {
  padding: 0px 25px;
}

.cart-product-name {
  margin-top: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.cart-item-remove-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-item-remove-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.cart-product-price {
  margin-bottom: 5px;
  color: #fff;
  line-height: 28px;
}

.cart-footer {
  padding: 30px 40px 40px;
  border-top-style: solid;
  border-top-color: rgba(210, 210, 213, 0.1);
}

.cart-line-item {
  margin-bottom: 20px;
  color: #fff;
}

.cart-total {
  font-size: 20px;
  line-height: 32px;
}

.cart-order-value {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.text-field-dark {
  width: auto;
  height: 54px;
  margin-bottom: 0px;
  padding: 18px 24px;
  border-color: #2f303e;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field-dark.cc-subscribe-input {
  width: 350px;
  margin-right: 10px;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  text-align: left;
}

.text-field-dark.cc-subscribe-input:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-subscribe-input:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-subscribe-input:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity {
  width: 60px;
  height: 42px;
  margin-top: 19px;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
}

.text-field-dark.cc-quantity:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark.cc-quantity:active {
  border-color: hsla(0, 0%, 100%, 0.6);
}

.text-field-dark.cc-quantity:focus {
  border-color: hsla(0, 0%, 100%, 0.5);
}

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

.uppercase-text {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label {
  position: static;
  display: block;
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label.cc-subheadline {
  margin-right: 15px;
  margin-left: 15px;
}

.label.cc-product-details {
  margin-bottom: 20px;
}

.label.cc-office-location {
  margin-bottom: 10px;
}

.label.cc-office-times {
  margin-top: 25px;
  margin-bottom: 10px;
}

.label.cc-contact-form-label {
  margin-bottom: 10px;
}

.label.cc-cover-label {
  opacity: 0.8;
}

.label.cc-blog-post-categories-related {
  margin-top: 20px;
}

.label.cc-blog-date {
  margin-bottom: 0px;
}

.label.cc-breadcrumb-divider {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: 6px;
  border-bottom: 2px solid transparent;
  opacity: 1;
  color: rgba(29, 31, 46, 0.2);
}

.label.cc-breadcrumb-divider:hover {
  opacity: 0.8;
}

.label.cc-quote-author {
  opacity: 0.3;
}

.label.cc-breadcrumb-link {
  margin-bottom: 0px;
  border-bottom: 2px solid rgba(162, 95, 75, 0.3);
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  cursor: pointer;
}

.label.cc-breadcrumb-link:hover {
  border-bottom: 2px solid rgba(162, 95, 75, 0.3);
  opacity: 1;
}

.label.cc-breadcrumb-link.w--current {
  margin-left: 0px;
  border-bottom-color: transparent;
  opacity: 0.6;
}

.label.cc-breadcrumb-link.w--current:hover {
  border-bottom-color: rgba(162, 95, 75, 0.3);
  opacity: 1;
}

.label.cc-breadcrumb-link.cc-category-tag {
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.label.cc-breadcrumb-link.cc-category-tag:hover {
  border-bottom-color: rgba(162, 95, 75, 0.3);
}

.label.cc-category-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 16px;
  border: 1px solid #ececed;
  opacity: 1;
  -webkit-transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, border 400ms ease, opacity 400ms ease;
  color: rgba(162, 95, 75, 0.6);
}

.label.cc-category-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(162, 95, 75, 0.3);
  opacity: 1;
  color: #a25f4b;
}

.label.cc-category-link.w--current {
  margin-left: 5px;
  border-color: rgba(162, 95, 75, 0.4);
  opacity: 1;
  color: #a25f4b;
}

.paragraph {
  color: rgba(29, 31, 46, 0.7);
}

.paragraph.cc-empty-cart {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.7);
  line-height: 16px;
}

.paragraph.cc-deparment-details {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

.paragraph.cc-premium-block-paragraph {
  color: hsla(0, 0%, 100%, 0.7);
}

.small-paragraph {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  margin-bottom: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: rgba(29, 31, 46, 0.3);
}

.small-paragraph.cc-copyright-footer:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #a25f4b;
}

.menu-item {
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: 'Aref ruqaa', sans-serif;
  color: #ffd9b4;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-item-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.menu-item-wrap:hover {
  opacity: 1;
}

.menu-item-wrap.w--current {
  display: block;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.menu-item-deco-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(162, 95, 75, 0.3);
  opacity: 0;
}

.text-field {
  display: block;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  border: 1px solid #e5e5e7;
  border-radius: 0px;
  -webkit-transition: border 400ms ease, color 400ms ease;
  transition: border 400ms ease, color 400ms ease;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-field:hover {
  border-color: rgba(29, 31, 46, 0.5);
}

.text-field:active {
  border-color: #1d1f2e;
}

.text-field:focus {
  border-color: #1d1f2e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field:-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::-ms-input-placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field::placeholder {
  color: rgba(29, 31, 46, 0.3);
}

.text-field.cc-product-quantity {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-textarea {
  height: 100px;
}

.content {
  position: relative;
  display: block;
  overflow: hidden;
}

.content.cc-overlayed-content {
  top: -110px;
  margin-bottom: -110px;
}

.content.cc-subscribe-form {
  padding-right: 30px;
  padding-left: 30px;
}

.content.cc-styleguide-content {
  bottom: 100px;
  margin-bottom: -100px;
}

.content.cc-deco-block-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.content.cc-blog-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

.wrap {
  position: relative;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.wrap.cc-menu {
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.wrap.cc-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap.cc-styleguide-wrap {
  padding: 60px 60px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
  box-shadow: none;
  text-align: center;
}

.wrap.cc-blog-detail {
  width: 100%;
  max-width: 1000px;
  padding-right: 30px;
  padding-left: 30px;
}

.menu {
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b1816), to(#8b1816));
  background-image: linear-gradient(180deg, #8b1816, #8b1816);
  box-shadow: none;
  line-height: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  border-bottom-style: none;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.about-head-pic {
  display: block;
  width: 100%;
  height: 320px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  background-image: url('../images/About-Cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.page-headline-wrap {
  display: block;
  width: 70%;
  margin: 100px auto;
  text-align: center;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 100px;
}

.page-headline-wrap.cc-overlayed-headline.cc-white-headline {
  color: #fff;
}

.page-headline-wrap.cc-category-blog-headline {
  display: block;
  width: auto;
  margin: 80px 0px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.page-headline-wrap.cc-category-headline {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.big-paragraph {
  color: rgba(29, 31, 46, 0.7);
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  margin-bottom: 30px;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  opacity: 0.9;
  color: #fff;
}

.content-wrap {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}

.subheadline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.subheadline-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #ececed;
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-image-section-wrap {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-section-1 {
  padding-left: 60px;
}

.about-section-2 {
  padding-right: 60px;
}

.about-image-2 {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.team-picture {
  display: block;
  width: 300px;
  height: 380px;
  margin-bottom: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-pic-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.timeline-item {
  position: relative;
  text-align: center;
}

.timeline-item-no {
  position: absolute;
  left: 0px;
  top: -28px;
  right: 0px;
  z-index: 0;
  color: rgba(29, 31, 46, 0.05);
  font-size: 40px;
  line-height: 56px;
}

.timeline-event-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-event-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.timeline-second-deco-line {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ececed;
}

.timeline-bottom-deco-line {
  display: block;
  width: 200px;
  height: 1px;
  margin-top: 30px;
  background-color: #ececed;
}

.subscribe-headline {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 50px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.timeline-collection-list {
  margin-bottom: 100px;
}

.footer {
  width: 940px;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 4fr 2fr 2fr 4fr;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-link {
  margin-bottom: 10px;
  color: rgba(29, 31, 46, 0.7);
  font-size: 14px;
  line-height: 22px;
}

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

.footer-grid-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.footer-email-link {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #1d1f2e;
  font-size: 24px;
  line-height: 36px;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.subscribe-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 100px 85px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1f2e;
  color: #fff;
  text-align: center;
}

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

.product-picture {
  display: block;
  width: 300px;
  height: 380px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-picture.cc-featured-picture {
  width: 460px;
  height: 540px;
}

.pic-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.pic-description.cc-product-category {
  display: inline-block;
  margin-bottom: 5px;
  color: #1d1f2e;
}

.product-price-category {
  display: inline-block;
  color: rgba(29, 31, 46, 0.7);
}

.product-price-category.older-price-category {
  color: rgba(29, 31, 46, 0.4);
  text-decoration: line-through;
}

.category-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 80;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  background-color: #fff;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.category-tag-text.cc-new {
  color: #1d1f2e;
}

.discounted-price-category {
  display: inline-block;
  margin-right: 10px;
  color: #a25f4b;
  font-size: 20px;
  line-height: 32px;
}

.category-price-wrap {
  display: inline-block;
  min-height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.left-arrow:active {
  opacity: 0.8;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.right-arrow:active {
  opacity: 0.8;
}

.slider {
  height: auto;
  margin-bottom: 160px;
  background-color: transparent;
}

.slide-nav {
  display: inline-block;
  margin-bottom: -60px;
  opacity: 0.6;
  font-size: 6px;
}

.slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-text-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-image {
  position: relative;
  width: 460px;
  height: 460px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-head-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-main-details {
  width: 460px;
  padding-left: 60px;
}

.link-wrap-category {
  position: relative;
  margin-bottom: 25px;
}

.link-wrap-category.cc-blog-feed-wrap {
  margin-bottom: 0px;
}

.product-price-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

.discounted-price-product {
  display: inline-block;
  margin-right: 10px;
  color: #a25f4b;
  font-size: 30px;
  line-height: 42px;
}

.product-price-detail {
  display: inline-block;
  font-size: 30px;
  line-height: 42px;
}

.empty-cart-headline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
}

.empty-cart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.empty-cart-icon {
  display: block;
  margin: 0px auto;
}

.error-state {
  margin: -30px 40px 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #a25f4b;
  color: #fff;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.newsletter-success-text {
  display: inline-block;
  line-height: 24px;
  text-align: left;
}

.newsletter-success-icon {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}

.success-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  margin-top: 0px;
  margin-bottom: 0px;
}

.logo-image.cc-blog-about {
  margin-bottom: 15px;
}

.slider-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  background-color: #ececed;
}

.slide-image {
  width: 460px;
  height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-image.cc-slider-image-2 {
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-2.jpg');
}

.premium-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 150px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1f2e;
}

.premium-block-wrap {
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  background-image: none;
  background-size: auto;
}

.premium-block-content-wrap {
  display: inline-block;
  width: 470px;
  margin-top: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  color: #fff;
}

.premium-image {
  width: 100%;
  height: 100%;
  min-height: 460px;
  background-image: url('../images/Section-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.premium-content-headline {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.premium-content-span {
  font-weight: 400;
}

.premium-content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.premium-content-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 28px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-content-headline-wrap {
  margin-bottom: 30px;
}

.details-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-details-wrap {
  width: 460px;
  margin-right: 20px;
}

.product-dimensions-wrap {
  width: 460px;
  padding-left: 60px;
}

.product-dimensions-list {
  list-style-type: disc;
}

.product-dimension-text-value {
  display: inline-block;
}

.product-dimension-text {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.7;
}

.underlined-link {
  display: inline-block;
  border-bottom: 2px solid rgba(162, 95, 75, 0.2);
  -webkit-transition: color 400ms ease, border-color 400ms ease;
  transition: color 400ms ease, border-color 400ms ease;
}

.underlined-link:hover {
  border-bottom-color: rgba(162, 95, 75, 0.7);
  color: #743f2f;
}

.underlined-link.cc-homepage-link {
  margin-top: 10px;
}

.underlined-link.cc-author-link {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.blog-picture {
  display: block;
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.blog-picture.cc-feed-blog-pic {
  width: 260px;
  height: 210px;
  background-position: 50% 50%;
  background-size: cover;
}

.blog-thumbnail-subheadline {
  display: block;
  margin-bottom: 10px;
  color: #1d1f2e;
  font-size: 20px;
  line-height: 32px;
}

.blog-pic-wrap {
  display: block;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  text-align: left;
}

.parallax-section {
  height: 340px;
  margin-bottom: 100px;
  background-image: url('../images/Section-Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/brooke-lark-230509-unsplash.jpg');
  background-size: cover;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.featured-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-articles-homepage {
  margin-bottom: 100px;
}

.featured-mugs {
  margin-bottom: 100px;
  text-align: center;
}

.footer-subheadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper {
  margin-bottom: 100px;
  text-align: center;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-small-image-1 {
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
  background-image: url('../images/Image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-small-image-2 {
  width: 160px;
  height: 130px;
  background-image: url('../images/Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-images-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  min-height: 530px;
  min-width: 880px;
  margin-right: -35px;
  margin-left: -35px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #050827;
  background-image: url('../images/primeiro-bg.jpg');
  background-position: 0px 0px;
}

.header-section {
  display: block;
  overflow: visible;
  width: auto;
  height: 700px;
  margin: -116px 0px 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/Pazpan-pães-bg-1-novo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.header-headline {
  margin-top: 1px;
  margin-bottom: 10px;
  padding-right: 81px;
  padding-left: 0px;
  border-radius: 0px;
  background-image: url('../images/Logo-Paz-Pan-2018-2.png');
  background-position: 0px 0px;
  font-size: 0px;
  line-height: 60px;
}

.header-headline-wrap {
  margin-bottom: 25px;
}

.magazine-image {
  width: 280px;
  height: 280px;
  margin-right: 20px;
  background-image: url('../images/Image_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.magazine-section {
  margin-bottom: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.office-image {
  width: 460px;
  height: 190px;
  margin-bottom: 40px;
  background-image: url('../images/California-Office.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.office-image.cc-office-2 {
  background-image: url('../images/London-Office.jpg');
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.map {
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  height: 440px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.directory-grid {
  margin-bottom: 100px;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.department-headline {
  font-size: 18px;
  line-height: 30px;
}

.office-wrap {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.contact-form-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(210, 210, 213, 0.5);
  background-color: #fff;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.form-wrap {
  width: 65%;
  margin-right: 60px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-right: 1px solid rgba(210, 210, 213, 0.3);
}

.contact-form-info {
  margin-bottom: 40px;
}

.message-form {
  margin-bottom: 0px;
}

.office-opening-times {
  text-align: center;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.subscribe-form-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: rgba(210, 210, 213, 0.1);
}

.deco-block {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  max-width: 1440px;
  min-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #f6f6f6;
}

.deco-block.styleguide-deco-block {
  background-color: #060628;
  background-image: url('../images/Header-Pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 31, 46, 0.1)), to(rgba(29, 31, 46, 0.1)));
  background-image: linear-gradient(180deg, rgba(29, 31, 46, 0.1), rgba(29, 31, 46, 0.1));
  opacity: 0;
  cursor: pointer;
}

.wrap-overlayed {
  position: relative;
  z-index: 1;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.empty-message {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  background-color: transparent;
  color: rgba(29, 31, 46, 0.3);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.empty-message.cc-zero-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.collection-list-team-members {
  text-align: center;
}

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

.you-might-also-like-items {
  text-align: center;
}

.dark-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #1d1f2e;
  box-shadow: none;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.dark-button:hover {
  background-color: #2f3247;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #fff;
}

.dark-button.expand {
  display: block;
}

.styleguide-divider {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #ececed;
}

.contact-form-link {
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #a25f4b;
}

.offices-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.slide-content {
  margin-bottom: 20px;
}

.contact-form-success-message {
  border: 1px solid #ececed;
  background-color: #fafafa;
}

.contact-form-success-icon {
  margin-top: 0px;
  margin-bottom: 10px;
}

.rich-text-block {
  text-align: left;
}

.related-blog-detail-post-wrap {
  display: block;
  width: 50%;
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.further-reading-wrap {
  margin-bottom: 40px;
}

.view-all-articles-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-category-headline {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 54px;
}

.blog-post-headline {
  width: 60%;
  margin-top: 80px;
}

.blog-post-cover-pic {
  position: relative;
  right: 1px;
  bottom: 150px;
  z-index: 2;
  width: 1440px;
  height: 650px;
  margin-bottom: -80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-content-wrap {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 250px auto 100px;
  padding-bottom: 100px;
  border: 1px solid #ececed;
}

.blog-detail-content-deco-line {
  width: 100%;
  height: 1px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ececed;
}

.blog-detail-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-detail-right-column {
  padding-left: 40px;
}

.grid {
  position: relative;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-detail-left-column {
  position: relative;
  top: -150px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.author-wrap-blog-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ececed;
  background-color: #fff;
}

.breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-avatar-blog-detail {
  width: 100%;
  height: 140px;
  margin-top: 21px;
  margin-bottom: 20px;
  background-image: url('../images/Avatar-38.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  margin-bottom: 15px;
}

._2-col-wrap {
  margin-bottom: 20px;
}

.owners-quote {
  display: block;
  margin-top: 70px;
  margin-bottom: 130px;
  text-align: center;
}

.blog-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post-feed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-feed-right-column {
  width: 600px;
  margin-right: 40px;
}

.blog-feed-content {
  padding-right: 20px;
  padding-left: 40px;
}

.blog-feed-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-feed-left-column {
  width: 300px;
  text-align: left;
}

.blog-home-headline-wrap {
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececed;
}

.blog-home-headline-wrap.cc-left-column-headline {
  margin-bottom: 30px;
}

.blog-home-left-column-content-wrap {
  margin-bottom: 30px;
}

.author-avatar-blog {
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid rgba(162, 95, 75, 0.2);
  -webkit-transition: color 400ms ease, border 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, border 400ms ease, background-color 400ms ease;
  color: rgba(29, 31, 46, 0.7);
}

.home-blog-item:hover {
  border-left-color: #a25f4b;
  background-color: rgba(162, 95, 75, 0.04);
  color: #1d1f2e;
}

.home-blog-item.w--current {
  border-left-color: rgba(162, 95, 75, 0.4);
  color: rgba(29, 31, 46, 0.85);
}

.out-of-stock-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #1d1f2e;
  color: #fff;
}

.default-state {
  margin-bottom: 10px;
}

.blog-secondary-headline {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.slider-image-wrap {
  position: relative;
  width: 460px;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-deco-line {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 20px;
  background-color: #ececed;
}

.category-deco-line-right {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 20px;
  background-color: #ececed;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: 100px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ececed;
  border-bottom: 1px none #ececed;
}

.slide1-product-slider {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background-image: url('../images/About-Image-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licence-image {
  width: 170px;
  background-color: #1d1f2e;
}

.licence-item-info {
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-top: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Header-Pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Header-Pic.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.licence-links {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.utility-page-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-field {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ececed;
  background-color: transparent;
}

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

.search {
  margin-bottom: 50px;
}

.div-block {
  margin-bottom: 144px;
  padding-right: 202px;
  padding-bottom: 532px;
  padding-left: 99px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Logo-Paz-Pan-2018-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image {
  margin-top: 28px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px 100px 100px 192px;
  text-align: center;
}

.container {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 356px 0px 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/quem-somos-website.jpg');
  background-position: 0px 0px;
}

.section {
  margin: -120px 0px 15px -135px;
  padding: 28px 0px 481px 134px;
  background-image: url('../images/quem-somos-website.png');
  background-position: 0px 0px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: opacity 0ms ease;
  transition: opacity 0ms ease;
  text-align: center;
}

.text-block-2 {
  margin-top: -46px;
  margin-bottom: -7px;
  margin-left: 87px;
  padding-top: 229px;
  padding-right: 222px;
  padding-left: 250px;
  border-radius: 0px;
  text-align: center;
}

.heading {
  margin-top: 86px;
}

.grid-2 {
  margin-right: 220px;
  margin-left: 289px;
  padding-top: 25px;
  padding-right: 43px;
  padding-left: 54px;
  grid-auto-flow: row;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-areas: "Area Area-2";
  -ms-grid-rows: minmax(100px, 0.25fr) 5px auto;
  grid-template-rows: minmax(100px, 0.25fr) auto;
  text-transform: none;
}

.image-2 {
  margin-left: 77px;
  padding-right: 162px;
  padding-left: 0px;
}

.image-3 {
  margin-left: 75px;
  padding-right: 165px;
  padding-left: 0px;
}

.image-4 {
  margin-right: 9px;
  margin-left: -82px;
  padding-left: 165px;
}

.image-5 {
  margin-left: 79px;
  padding-right: 167px;
}

.section-2 {
  margin-top: -17px;
  margin-bottom: -3px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-image: url('../images/PAZ-PAES.jpg');
  background-position: 0px 0px;
}

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

.heading-3 {
  padding-top: 39px;
  color: #e2b36d;
  text-align: center;
}

.image-6 {
  margin-right: 2px;
  margin-left: 369px;
  padding-left: 14px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  text-align: center;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area ."
    ". ."
    "Area-2 Area-3"
    "Area-4 Area-5"
    "Area-6 Area-7"
    "Area-8 Area-9"
    "area-10 Area-11"
    "Area-12 Area-13"
    "Area-14 Area-15"
    "Area-16 Area-17"
    "Area-18 Area-19"
    "Area-20 Area-21"
    "Area-22 Area-23"
    "Area-24 Area-25"
    "Area-26 Area-27"
    "Area-28 Area-29"
    "Area-30 Area-31"
    "Area-32 Area-33"
    "Area-34 Area-35"
    "Area-36 Area-37"
    "Area-38 Area-39";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px 0px 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto 0px auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  color: #e5b670;
}

.image-7 {
  padding-right: 55px;
  padding-left: 55px;
  border: 0px solid #000;
  border-radius: 16px;
}

.image-8 {
  padding-right: 55px;
  padding-left: 55px;
}

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

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

.image-9 {
  padding-top: 0px;
}

.image-10 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 20px;
}

.image-11 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 20px;
}

.image-12 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-13 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-14 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-15 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-16 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-17 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-18 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

.image-19 {
  padding-right: 56px;
  padding-left: 56px;
  border-radius: 30px;
}

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

.image-21 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-22 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-23 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-24 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-25 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-26 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-27 {
  padding-right: 56px;
  padding-left: 56px;
}

.image-28 {
  margin-top: -2px;
  margin-bottom: 29px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-4 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-5 {
  margin-top: 141px;
}

.grid-6 {
  margin-top: 29px;
  margin-bottom: -190px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  margin-bottom: -71px;
  padding-bottom: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  margin-bottom: 0px;
  padding-bottom: 328px;
  background-image: url('../images/DSC_0178.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-repeat: repeat, no-repeat;
}

.heading-6 {
  padding-top: 38px;
  text-align: center;
}

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

.heading-7 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  font-weight: 400;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  margin-top: -119px;
  padding-right: 126px;
  padding-bottom: 0px;
}

.image-30 {
  max-width: 50%;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  text-align: center;
}

.section-1---intro {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/quem-somos-website.png');
  background-position: 0px 0px;
  background-size: cover;
}

.container-3 {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-8 {
  font-family: 'Aref ruqaa', sans-serif;
  color: #000;
  font-size: 45px;
  text-align: center;
}

.heading-8.heading-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(129, 19, 18, 0);
  color: #e4b771;
}

.heading-8.heading-2.especific {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-transform: translate(-400px, 24px);
  -ms-transform: translate(-400px, 24px);
  transform: translate(-400px, 24px);
}

.paragraph-2 {
  padding-top: 33px;
  padding-right: 92px;
  padding-left: 100px;
}

.paragraph-3 {
  padding-top: 49px;
  padding-right: 106px;
  padding-left: 106px;
  text-align: center;
}

.bold-text {
  font-family: Bitter, serif;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.grid-9 {
  margin-top: -16px;
  margin-bottom: 14px;
  padding-top: 50px;
  grid-column-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3 Area-4";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-31 {
  padding-left: 0px;
  -webkit-transform: translate(162px, 0px);
  -ms-transform: translate(162px, 0px);
  transform: translate(162px, 0px);
  text-align: center;
}

.image-32 {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transform: translate(-19px, 0px);
  -ms-transform: translate(-19px, 0px);
  transform: translate(-19px, 0px);
}

.image-33 {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.image-34 {
  -webkit-transform: translate(43px, 0px);
  -ms-transform: translate(43px, 0px);
  transform: translate(43px, 0px);
}

.section-4 {
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d090b), to(#7d090b)), url('../images/PAZ-PAES.jpg');
  background-image: linear-gradient(180deg, #7d090b, #7d090b), url('../images/PAZ-PAES.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.container-4 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-9 {
  margin-left: -55px;
  padding-top: 42px;
  padding-left: 0px;
  border-radius: 11px;
  font-family: 'Aref ruqaa', sans-serif;
  color: #861817;
  font-size: 45px;
  text-align: center;
}

.grid-10 {
  margin-top: 42px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-9 Area-8 Area-7"
    "Area-10 Area-11 Area-12";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.imagesbread {
  width: 320px;
}

.image-35 {
  width: 320px;
}

.image-36 {
  width: 320px;
}

.image-37 {
  width: 320px;
}

.image-38 {
  width: 320px;
}

.image-39 {
  width: 300px;
}

.image-40 {
  border-radius: 20px;
  box-shadow: -1px 0 4px -16px #000;
}

.image-41 {
  border-radius: 10px;
  box-shadow: 6px 6px 20px -7px #000;
}

.image-41.section-2 {
  margin-top: 27px;
}

.image-42 {
  border-radius: 10px;
  box-shadow: 4px 4px 18px -3px #000;
}

.heading-10 {
  font-family: 'Aref ruqaa', sans-serif;
  color: #e2b46c;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.section-5 {
  padding-bottom: 150px;
  padding-left: 0px;
  background-image: url('../images/DSC_0178.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-11 {
  font-family: 'Aref ruqaa', sans-serif;
  font-size: 45px;
  text-align: center;
}

.grid-11 {
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5"
    "Area-6 Area-7 Area-8 Area-9 Area-10"
    "Area-11 Area-12 . . .";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

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

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

.section-6 {
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d0303), to(#6d0303));
  background-image: linear-gradient(180deg, #6d0303, #6d0303);
}

.button {
  background-color: #a25f4b;
}

.image-45 {
  padding-right: 45px;
  padding-left: 45px;
  border-radius: 20px;
}

.column {
  padding-bottom: 100px;
}

.grid-12 {
  grid-template-areas: "Area Area-7 Area-3 Area-4"
    "Area-5 Area-2 Area-6 Area-8";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-46 {
  padding-top: 29px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 17px;
}

.container-5 {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.container-6 {
  padding-top: 0px;
}

.container-7 {
  margin-top: 0px;
  margin-bottom: -78px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4c0202), to(#4c0202));
  background-image: linear-gradient(180deg, #4c0202, #4c0202);
  box-shadow: 1px 1px 9px -3px #000;
  -webkit-transform: translate(0px, -81px);
  -ms-transform: translate(0px, -81px);
  transform: translate(0px, -81px);
}

.column-2 {
  padding-right: 102px;
}

.image-47 {
  margin-right: -9px;
  margin-left: 48px;
  padding-right: 172px;
  padding-bottom: 0px;
  padding-left: 134px;
  font-size: 10px;
}

.text-block-3 {
  margin-top: 53px;
  margin-right: 12px;
  margin-left: 14px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Aref ruqaa', sans-serif;
  color: #e4b155;
  font-size: 25px;
  text-align: left;
}

.link {
  -webkit-transition: color 400ms ease, border 400ms ease;
  transition: color 400ms ease, border 400ms ease;
}

.heading-12 {
  margin-top: 42px;
  margin-right: -46px;
  margin-left: 27px;
  padding-right: 151px;
  padding-left: 0px;
  font-family: 'Aref ruqaa', sans-serif;
  color: #e8b559;
  text-align: left;
}

.container-8 {
  margin-top: 37px;
}

.heading-13 {
  margin-top: 0px;
  -webkit-transform: translate(-228px, 10px);
  -ms-transform: translate(-228px, 10px);
  transform: translate(-228px, 10px);
  font-family: 'Aref ruqaa', sans-serif;
  color: #e5b460;
  font-size: 45px;
  text-align: center;
}

.grid-13 {
  grid-template-areas: "Area Area-2"
    ". Area-3"
    ". Area-4";
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-48 {
  margin-top: 45px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 13px;
  box-shadow: 0 0 13px -1px #000;
}

.button-2 {
  margin-top: 47px;
  margin-bottom: 239px;
  padding-top: 6px;
  padding-right: 19px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5b456;
  border-radius: 15px;
  background-color: rgba(56, 152, 236, 0.01);
  box-shadow: 1px 1px 8px 0 #000;
  font-family: 'Aref ruqaa', sans-serif;
  color: #e5b457;
  font-size: 30px;
  text-align: center;
}

.button-3 {
  margin-top: 17px;
  margin-bottom: 8px;
  padding-top: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2b460;
  border-radius: 15px;
  background-color: rgba(56, 152, 236, 0);
  box-shadow: 1px 1px 3px 0 #000, 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, -219px);
  -ms-transform: translate(0px, -219px);
  transform: translate(0px, -219px);
  font-family: 'Aref ruqaa', sans-serif;
  color: #e5b45b;
  font-size: 30px;
  text-align: center;
}

.button-4 {
  margin-top: 3px;
  margin-bottom: 24px;
  padding-top: 9px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5b45e;
  border-radius: 15px;
  background-color: rgba(56, 152, 236, 0);
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, -190px);
  -ms-transform: translate(0px, -190px);
  transform: translate(0px, -190px);
  font-family: 'Aref ruqaa', sans-serif;
  color: #e5b45d;
  font-size: 30px;
  text-align: center;
}

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

.image-49 {
  margin-left: 258px;
}

.section-7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#500202), to(#500202));
  background-image: linear-gradient(180deg, #500202, #500202);
}

.image-50 {
  margin-top: -87px;
  margin-bottom: 113px;
  margin-left: 406px;
  padding-top: 0px;
}

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

.image-51 {
  margin-top: 47px;
  border-radius: 16px;
}

.image-52 {
  margin-top: 45px;
  border-radius: 20px;
  text-align: center;
}

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

.image-53 {
  padding-left: 5px;
  border-radius: 13px;
}

.image-54 {
  border-radius: 12px;
}

.image-55 {
  border-radius: 12px;
}

.image-56 {
  border-radius: 12px;
  text-align: center;
}

.image-57 {
  border-radius: 12px;
}

.image-58 {
  border-radius: 12px;
}

.image-59 {
  margin-top: 8px;
  border-radius: 12px;
}

.image-60 {
  border-radius: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 24, 22, 0)), to(rgba(139, 24, 22, 0)));
  background-image: linear-gradient(180deg, rgba(139, 24, 22, 0), rgba(139, 24, 22, 0));
}

.button-5 {
  padding: 13px 18px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #1fc32a;
}

.container-10 {
  margin-top: -52px;
  padding-top: 33px;
}

.paragraph-5 {
  margin-top: -85px;
  padding-top: 0px;
  color: #fff;
  text-align: center;
}

.slider-2 {
  height: 750px;
  margin-top: -113px;
  background-image: url('../images/Pazpan-pães-bg-1-novo.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.icon {
  display: none;
}

.icon-2 {
  display: none;
}

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

.image-64 {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
}

.section-8 {
  height: 700px;
  background-color: #7d090b;
}

.heading-14 {
  color: #e2b36b;
}

.paragraph-6 {
  color: #fff;
}

.columns {
  padding: 87px;
}

.column-16 {
  padding-bottom: 500px;
  background-image: url('../images/DSC_0064.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  padding: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-7 {
  color: #fff;
}

.heading-15 {
  font-family: 'Aref ruqaa', sans-serif;
  color: #e4b771;
}

.button-6 {
  border-radius: 20px;
  background-color: #160203;
  color: #fff;
  font-weight: 700;
}

.section-9 {
  padding: 65px;
  background-color: #7d090b;
}

.paragraph-8 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.heading-16 {
  font-family: 'Aref ruqaa', sans-serif;
  color: #e0b166;
  font-size: 42px;
}

.column-17 {
  padding-top: 43px;
}

.image-65 {
  box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.63);
}

.button-7 {
  border-radius: 20px;
  background-color: #e0b166;
  opacity: 1;
  color: #000;
}

.section-10 {
  height: auto;
  padding: 65px;
  border-style: none;
  border-width: 1px;
  border-color: #e0b166;
  background-color: #520809;
}

.heading-17 {
  font-family: 'Aref ruqaa', sans-serif;
  color: #e0b166;
  font-size: 42px;
}

.paragraph-9 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.column-18 {
  padding-top: 47px;
}

.button-8 {
  border-radius: 20px;
  background-color: #e0b166;
  color: #080808;
}

.image-66 {
  display: inline-block;
  margin-top: 186px;
  padding-left: 0px;
  opacity: 1;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-top: 36px;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-67 {
  margin-left: 12px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .cart-button {
    margin-right: 30px;
  }

  .item-count {
    margin-left: 0px;
  }

  .cart-heading {
    font-weight: 700;
  }

  .cart-icon {
    margin-right: 4px;
  }

  .cart-item-remove-link {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
  }

  .cart-item-remove-link:hover {
    color: hsla(0, 0%, 100%, 0.8);
  }

  .uppercase-text.cc-cart-label {
    display: none;
  }

  .label.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .label.cc-department-label {
    margin-bottom: 10px;
  }

  .paragraph {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph.cc-deparment-details {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .menu-item-wrap {
    display: block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-item-deco-line {
    display: none;
  }

  .content.cc-subscribe-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content.cc-deco-block-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content.cc-blog-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrap.cc-menu {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wrap.cc-subscribe-form {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu {
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(29, 31, 46, 0.05);
  }

  .menu-button {
    padding: 0px;
    opacity: 0.6;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
  }

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

  .menu-button:active {
    opacity: 0.8;
  }

  .menu-button.w--open {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about-head-pic {
    width: 100%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .page-headline-wrap.cc-category-blog-headline {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .page-headline-wrap.cc-category-headline {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .menu-icon {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 0px;
  }

  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }

  .about-image-section-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    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;
  }

  .about-section-1 {
    padding-left: 0px;
    text-align: center;
  }

  .about-section-2 {
    padding-right: 0px;
    text-align: center;
  }

  .about-image-2 {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }

  .team-picture {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .product-pic-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .products-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .footer-grid-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
  }

  .subscribe-wrap {
    display: block;
    max-width: none;
    min-width: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .category-list {
    margin-right: -20px;
  }

  .category-item {
    margin-left: 0px;
  }

  .product-picture {
    width: auto;
  }

  .product-picture.cc-featured-picture {
    width: 100%;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slider {
    height: 100%;
  }

  .slide-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .slider-text-wrap {
    width: auto;
    padding-left: 0px;
  }

  .product-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .product-head-section {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-main-details {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    text-align: center;
  }

  .link-wrap-category {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap {
    width: auto;
  }

  .error-message {
    width: auto;
  }

  .logo-image.cc-footer-logo {
    margin-bottom: 10px;
  }

  .slide-image {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
    background-position: 50% 50%;
  }

  .slide-image.cc-slider-image-2 {
    margin-bottom: 0px;
  }

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

  .premium-block-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .premium-block-content-wrap {
    display: block;
    width: 70%;
    margin: 40px auto;
    padding-left: 0px;
    text-align: center;
  }

  .premium-image {
    height: auto;
    min-height: 280px;
  }

  .premium-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .premium-content-icon-wrap {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .details-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .product-details-wrap {
    width: 70%;
    margin-right: 0px;
    margin-bottom: 50px;
  }

  .product-dimensions-wrap {
    width: 70%;
    padding-left: 0px;
  }

  .product-dimensions-list {
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
  }

  .blog-picture {
    width: 100%;
  }

  .blog-pic-wrap {
    position: relative;
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .feature-item {
    width: auto;
    margin-bottom: 50px;
  }

  .featured-collection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .magazine-images-wrap {
    margin-bottom: 50px;
  }

  .header-image {
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-content {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    padding-right: 185px;
    padding-left: 185px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0px;
    background-image: url('../images/primeiro-bg.jpg');
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
    text-align: center;
  }

  .header-text {
    position: relative;
    z-index: 2;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-headline {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
  }

  .magazine-image {
    background-position: 50% 50%;
  }

  .magazine-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    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;
    text-align: center;
  }

  .office-image {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    background-position: 50% 50%;
  }

  .directory-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .department-headline {
    margin-bottom: 10px;
  }

  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .form-wrap {
    width: auto;
    margin-right: 0px;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(210, 210, 213, 0.3);
    border-right-style: none;
    text-align: center;
  }

  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .magazine-content-wrap {
    padding-left: 0px;
  }

  .deco-block {
    max-width: none;
    min-width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrap-overlayed {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .offices-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .related-blog-detail-post-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .blog-post-headline {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .blog-post-cover-pic {
    position: static;
    left: -30px;
    right: -30px;
    width: 100%;
    height: 450px;
    margin-bottom: 80px;
  }

  .blog-content-wrap {
    width: auto;
    margin-top: 100px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 0px;
  }

  .blog-detail-right-column {
    width: 100%;
    margin-bottom: 50px;
    padding-left: 0px;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-detail-left-column {
    position: static;
  }

  .author-wrap-blog-detail {
    text-align: center;
  }

  .breadcrumb-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .author-avatar-blog-detail {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
  }

  .blog-feed-right-column {
    width: 100%;
  }

  .blog-feed-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-feed-left-column {
    width: 100%;
  }

  .out-of-stock-message {
    width: auto;
  }

  .slider-image-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .category-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .category-deco-line {
    display: none;
  }

  .category-deco-line-right {
    display: none;
  }

  .breadcrumb-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .slide1-product-slider {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-button {
    margin-right: 15px;
  }

  .text-field-dark.cc-subscribe-input {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .label.cc-category-link {
    margin-bottom: 10px;
  }

  .label.cc-category-link.w--current {
    margin-bottom: 10px;
  }

  .text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .text-field::-webkit-input-placeholder {
    text-align: center;
  }

  .text-field:-ms-input-placeholder {
    text-align: center;
  }

  .text-field::-ms-input-placeholder {
    text-align: center;
  }

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

  .text-field.cc-product-quantity {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrap.cc-menu {
    padding-right: 25px;
    padding-left: 25px;
  }

  .wrap.cc-styleguide-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
  }

  .page-headline-wrap.cc-category-blog-headline {
    width: auto;
    max-width: none;
  }

  .page-headline-wrap.cc-category-headline {
    width: auto;
    max-width: none;
  }

  .content-wrap {
    width: 90%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .team-picture {
    background-position: 50% 0px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .timeline-event-wrap {
    width: 100%;
  }

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

  .subscribe-wrap {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .category-item {
    margin-right: 0px;
  }

  .product-picture.cc-featured-picture {
    height: 380px;
  }

  .product-main-details {
    width: 100%;
  }

  .link-wrap-category.cc-blog-feed-wrap {
    width: 100%;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .premium-block-content-wrap {
    width: 100%;
    padding: 30px 4%;
  }

  .product-details-wrap {
    width: 100%;
  }

  .product-dimensions-wrap {
    width: 100%;
  }

  .blog-picture.cc-feed-blog-pic {
    width: 100%;
    height: 300px;
  }

  .blog-pic-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }

  .magazine-small-image-1 {
    width: 50%;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .magazine-small-image-2 {
    width: 50%;
    height: 200px;
    margin-left: 10px;
  }

  .magazine-images-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-image {
    min-width: auto;
  }

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

  .header-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .magazine-image {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .magazine-small-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block {
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .related-blog-detail-post-wrap {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
  }

  .blog-category-headline {
    font-size: 36px;
    line-height: 48px;
  }

  .blog-post-headline {
    width: 100%;
  }

  .blog-post-feed-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-feed-content {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .blog-home-headline-wrap {
    text-align: center;
  }

  .blog-home-headline-wrap.cc-left-column-headline {
    text-align: center;
  }

  .blog-home-left-column-content-wrap {
    text-align: center;
  }

  .out-of-stock-message {
    font-size: 14px;
    line-height: 22px;
  }

  .category-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .section {
    margin-left: -307px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .cart-container {
    min-width: 320px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
  }

  .cart-product-price {
    font-size: 14px;
  }

  .content {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .wrap {
    padding-right: 4%;
    padding-left: 4%;
  }

  .team-picture {
    width: 100%;
  }

  .subscribe-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-image {
    height: 360px;
  }

  .error-state {
    font-size: 14px;
    line-height: 22px;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

  .magazine-image {
    margin-bottom: 10px;
  }

  .office-image {
    height: 190px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: -30px;
  }

  .deco-block {
    padding-right: 0%;
    padding-left: 0%;
  }

  .deco-block.styleguide-deco-block {
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrap-overlayed {
    padding-right: 4%;
    padding-left: 4%;
  }

  .wrap-overlayed.checkout {
    padding-right: 0%;
    padding-left: 0%;
  }

  .blog-post-cover-pic {
    height: 300px;
  }

  .blog-home-headline-wrap {
    margin-bottom: 30px;
  }

  .licence-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-30 {
    margin-top: -171px;
    margin-bottom: 0px;
    margin-left: 89px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    text-align: center;
  }

  .section-1---intro {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }

  .heading-8.heading-2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 38px;
    font-family: 'Aref ruqaa', sans-serif;
    color: #ddad5e;
  }

  .paragraph-3 {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 14px;
  }

  .bold-text {
    display: block;
    margin-right: -75px;
    margin-left: -75px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: 'Aref ruqaa', sans-serif;
    font-size: 14px;
    text-align: justify;
  }

  .grid-9 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .image-31 {
    margin-right: 11px;
    margin-left: -37px;
    padding-right: 0px;
    padding-left: 16px;
    -webkit-transform: translate(43px, 0px);
    -ms-transform: translate(43px, 0px);
    transform: translate(43px, 0px);
  }

  .image-32 {
    margin-top: 21px;
    margin-right: -92px;
    margin-left: -72px;
    padding-right: 12px;
  }

  .image-33 {
    margin-top: 16px;
    margin-right: -12px;
    margin-left: -78px;
    padding-right: 0px;
    padding-left: 9px;
    -webkit-transform: translate(81px, 0px);
    -ms-transform: translate(81px, 0px);
    transform: translate(81px, 0px);
  }

  .image-34 {
    margin-right: 0px;
    margin-left: 25px;
    padding-left: 14px;
  }

  .section-4 {
    padding-bottom: 0px;
  }

  .heading-9 {
    margin-top: 22px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .image-41 {
    margin-top: 17px;
    padding-bottom: 0px;
  }

  .image-41.section-2 {
    margin-top: 61px;
  }

  .image-41.section-2.haha {
    margin-top: 11px;
  }

  .image-41.ele-mesmo-2 {
    margin-top: 43px;
  }

  .image-42 {
    margin-top: 55px;
  }

  .image-42.section2 {
    margin-top: 63px;
    margin-bottom: 3px;
  }

  .heading-10 {
    margin-top: 19px;
    padding-top: 0px;
    font-size: 25px;
  }

  .heading-10.especifc1 {
    display: block;
    margin-top: -332px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .heading-10.especifc1.ele-mesmo {
    margin-top: -53px;
  }

  .heading-10.especifc1.caraca {
    margin-top: -301px;
  }

  .section-5 {
    padding-bottom: 44px;
  }

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

  .image-46 {
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 14px;
  }

  .container-7 {
    margin-top: 0px;
    margin-bottom: -86px;
    -webkit-transform: translate(0px, -24px);
    -ms-transform: translate(0px, -24px);
    transform: translate(0px, -24px);
  }

  .image-47 {
    margin-top: 11px;
    margin-left: 6px;
    padding-top: 6px;
    padding-right: 59px;
    padding-left: 51px;
  }

  .text-block-3 {
    margin-top: -45px;
    margin-right: -246px;
    margin-left: 29px;
    padding: 13px 167px 47px 0px;
    font-size: 20px;
    text-align: center;
  }

  .container-8 {
    margin-top: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-13 {
    margin-top: 76px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grid-13 {
    margin-top: 0px;
    margin-bottom: 166px;
    margin-left: -17px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-template-areas: "Area Area-2"
      ". Area-3"
      ". Area-4"
      ". Area-5";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: center;
  }

  .image-48 {
    width: 350px;
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .image-48.moving {
    width: auto;
    margin-top: 83px;
    margin-left: -88px;
    padding-left: 0px;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .button-2 {
    margin: 22px 14px 0px -146px;
    padding-top: 5px;
    padding-bottom: 14px;
    font-size: 25px;
  }

  .button-3 {
    margin: 28px 15px 9px -149px;
    padding-top: 5px;
    padding-bottom: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 25px;
  }

  .button-4 {
    margin: 23px 17px 8px -146px;
    padding-top: 3px;
    padding-bottom: 11px;
    padding-left: 27px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 20px;
  }

  .size {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .image-49 {
    margin-top: 59px;
    margin-left: -75px;
  }

  .section-7 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#480202), to(#480202));
    background-image: linear-gradient(180deg, #480202, #480202);
  }

  .image-50 {
    margin-top: -72px;
    margin-left: 105px;
    text-align: center;
  }

  .image-51 {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
  }

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

  .image-53.iconsize {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

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

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

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

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

  .column-15 {
    display: block;
  }

  .image-62 {
    margin-left: -4px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .slider-2 {
    height: 450px;
    margin-top: -129px;
  }

  .container-11 {
    padding: 0px 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-66 {
    margin-top: 173px;
  }

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

  .image-67 {
    margin-left: 22px;
  }
}

#w-node-e88a0756-985d-3e65-9a57-c269a2f6ad2b-a2f6ad2b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-2e84aa88 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-2e84aa88 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-2e84aa88 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-2e84aa88 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682a-2e84aa88 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682c-2e84aa88 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_464a94b7-856a-65cf-21b3-9b43d9d2682e-2e84aa88 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_727776d7-56cd-9c0e-bdcf-b9d7d9c06a20-2e84aa88 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_727776d7-56cd-9c0e-bdcf-b9d7d9c06a22-2e84aa88 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4a7-b584aa82 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ff28328c-6c98-09cb-9d2d-d474696ea4b6-b584aa82 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9608e5dd-5fb7-1785-9977-1851e34e161e-df84aa8b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9608e5dd-5fb7-1785-9977-1851e34e162a-df84aa8b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d4e19bf4-bc1c-72f0-9709-69acc0b170dd-2f84aa8a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8e83053-9e5e-a180-edb9-a2e44acf7822-2f84aa8a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_30c7f8b5-ec83-d078-1d71-537e258acf30-2f84aa8a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_910a2cd5-b240-413e-f51c-53134b47132f-2f84aa8a {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1b71d866-7a6a-4ec1-6659-dd3e04dbb6cd-2f84aa8a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f52cd950-9299-d3a9-be34-c552b2e7e953-2f84aa8a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_024e01b2-eff3-d48c-f82a-907563136f55-2f84aa8a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_13289f19-bf6e-7da1-9ea4-a06ef5239903-2f84aa8a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6c4332e9-0f11-b23b-0541-6ff67c6bcfa3-2f84aa8a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f038e664-3345-3096-959f-534aad776032-2f84aa8a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-b7b3d418-699e-bde2-e427-6d4e18aee140-2f84aa8a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2c11014d-e1a9-7bd7-fe4e-32f8b04c4bab-2f84aa8a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3c5bafe3-5b48-0eaa-a472-aa7cb166f0d3-2f84aa8a {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

.grid-3>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid-9>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-10>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-11>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-12>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-13>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-9>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid-10>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-11>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid-12>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid-13>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.grid-9>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-10>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-11>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-12>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-3>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-6>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-7>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-9>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-10>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-11>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-12>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.grid-3>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.grid-9>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-10>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-11>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-12>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-13>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-3>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-6>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-7>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-9>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-10>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-11>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-12>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-13>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-9>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.grid-10>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-11>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid-12>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.grid-13>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-3;
}

.grid-9>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-10>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-11>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-12>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.grid-13>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#w-node-_02c6fa02-536e-0a14-eeb0-52df59cdabaf-1384aa89 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-aa14e540-6c2e-cee6-006a-dac2477ee653-1384aa89 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-fa0fe670-43ff-f943-b1bf-2ff8f3d8c79b-2e84aa88 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f91f5506-3162-f5f8-5ade-3f452c7da8fc-2e84aa88 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_464a94b7-856a-65cf-21b3-9b43d9d26829-2e84aa88 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: auto;
    justify-self: auto;
    grid-area: Area-5;
  }
}

.grid-10>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.grid-11>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.grid-12>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

@media screen and (max-width: 479px) {
  .grid-13>#w-node-_0085057e-733f-7f41-d051-673da191e919-ed84aa7d {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-13>#w-node-_0aece016-fa08-3c3b-8233-54aa1b8c9aab-ed84aa7d {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .grid-13>#w-node-b86497f5-a9d2-efbb-19ab-a93f2ddbaf54-ed84aa7d {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .grid-13>#w-node-c2cdff5c-7449-a634-cc77-25445ed03545-ed84aa7d {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-b6c112c2-e07b-65b7-9fac-f38ff470042e-ed84aa7d {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .grid-13>#w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .grid-13>#w-node-_11dc85dc-0b3c-f7e3-81a6-1655ff337447-ed84aa7d {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .grid-13>#w-node-_68370f8a-b68a-4352-056b-0f9063a354df-ed84aa7d {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-_7caa34c8-b6dd-5ef3-55c9-1551fedf709e-ed84aa7d {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}

@font-face {
  font-family: 'Aref ruqaa';
  src: url('../fonts/aref-ruqaa.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}