.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-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-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-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-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-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-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-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-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -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: 'Maven Pro', sans-serif;
  color: #151515;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 24px;
  padding: 12px 24px;
  border-left: 3px solid #fb412f;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 36px;
}

figure {
  margin-bottom: 28px;
}

figcaption {
  margin-top: 12px;
  color: #444;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 24px 0px;
  -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;
  background-color: #161616;
}

.section.page-header {
  overflow: hidden;
  height: 65vh;
  padding-top: 176px;
  padding-bottom: 350px;
  background-color: #151515;
  color: #fff;
}

.section.no-padding-top {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #161616;
}

.section.no-padding {
  display: block;
  margin-top: 358px;
}

.section.bg-section {
  overflow: hidden;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #151515;
  color: #fff;
}

.section.post-header {
  overflow: hidden;
  height: 100vh;
  max-height: 880px;
  padding-top: 184px;
  padding-bottom: 96px;
  background-color: #151515;
  color: #fff;
}

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

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

.section.confirmation-section {
  min-height: 100vh;
  padding-top: 176px;
}

.section.background-under-headshot {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #161616;
}

.section.cole-seperater {
  padding-bottom: 0px;
  background-color: #161616;
}

.section.team-quote-background {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #161616;
}

.wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 10px;
  -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;
  background-color: transparent;
}

.wrapper.nav-intro-wrapper {
  max-width: none;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wrapper.footer-bottom-wrapper {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.footer-wrapper {
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
}

.wrapper.questions-space {
  margin-top: 50px;
  margin-bottom: 30px;
}

.wrapper.properties-header {
  margin-top: 100px;
}

.button {
  height: 48px;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #151515;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.small {
  height: 40px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 16px;
}

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

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

.button.white.contact-button {
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 37px;
  border: 3px solid #000;
  background-color: rgba(0, 0, 0, 0.77);
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  text-transform: none;
}

.button.white.contact-button:hover {
  background-color: #ebb245;
  color: #000;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #151515;
  -webkit-transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, color 400ms ease, box-shadow 400ms ease;
  color: #151515;
}

.button.ghost:hover {
  background-color: #ebb245;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button.ghost.learn-more-button {
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding-bottom: 15px;
  background-color: #ebb245;
  color: #fff;
}

.button.ghost.learn-more-button:hover {
  background-color: rgba(235, 178, 69, 0.65);
}

.button.ghost.property-button {
  display: block;
  margin-bottom: 30px;
}

.button.ghost.property-button.test-button {
  position: fixed;
  left: 33%;
  top: auto;
  right: 33%;
  bottom: 25%;
  height: 65px;
  margin-bottom: 0px;
  padding-top: 23px;
  border: 3px solid #000;
  background-color: rgba(0, 0, 0, 0.77);
  direction: ltr;
  font-family: 'Playfair Display', sans-serif;
  color: #fafafa;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

.button.ghost.property-button.test-button:hover {
  background-color: #ebb245;
  color: #161616;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.big {
  height: 56px;
  padding: 16px 24px;
  font-size: 15px;
  line-height: 24px;
}

.button.subscribe-button {
  margin-top: 16px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.add-to-cart-button {
  padding-left: 54px;
  background-image: url('../images/buy-icon-white.svg');
  background-position: 21px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button.contact-button {
  margin-top: 16px;
  margin-left: 15px;
  background-color: #ebb245;
}

.button.contact-button:hover {
  background-color: rgba(235, 178, 69, 0.51);
}

.button.subscribe-2-button {
  margin-top: 8px;
  background-color: #fff;
  font-family: 'Playfair Display', sans-serif;
  color: #151515;
  text-transform: none;
}

.button.subscribe-2-button:hover {
  background-color: #151515;
  color: #fff;
}

.style-block {
  padding: 40px 15px;
  text-align: left;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.button-styles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-style-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 24px 4%;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.button-style-wrapper.dark-bg {
  background-color: #151515;
  background-image: url('../images/josh-rose-506979-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #f7f7f7;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  padding-right: 24px;
  padding-left: 24px;
  -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;
  background-color: #161616;
}

.nav-link {
  z-index: 1;
  padding: 16px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ebb245;
  text-decoration: none;
}

.nav-link:active {
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #ebb245;
  text-decoration: none;
}

.nav-link.w--current:active {
  color: #fff;
}

.nav-link.nav-dropdown {
  padding-right: 12px;
}

.text-white {
  color: #fff;
}

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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-image: url('../images/josh-rose-506979-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.tooltip {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  padding: 6px 11px;
  -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: 1px solid #e9e9e9;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(17, 17, 17, 0.1);
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.tooltip.change-tooltip {
  bottom: 50px;
  padding-right: 12px;
  padding-left: 12px;
}

.tooltip-text {
  display: block;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -5px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-grey {
  margin-bottom: 75px;
  color: #888;
  font-size: 16px;
}

.text-grey.award-space {
  margin-bottom: 0px;
  color: #fff;
}

.text-grey.properties-info {
  color: #fff;
}

.text-grey.on-the-market-body {
  margin-bottom: 15px;
}

.text-grey.below-are-current-props {
  font-family: 'Playfair Display', sans-serif;
  color: #ebb245;
  font-size: 30px;
}

.no-margin {
  margin: 0px;
}

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

.section-intro {
  max-width: 770px;
  margin-bottom: 80px;
  text-align: center;
}

.section-intro.no-margin {
  position: relative;
  margin: 0px;
}

.text-center {
  margin-top: 50px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.text-center.description {
  margin-top: 55px;
  margin-bottom: 30px;
  font-family: 'Maven Pro', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 64px;
  padding-right: 40px;
  padding-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66%;
  padding-right: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 64px;
  padding: 28px 40px;
  -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 solid #e9e9e9;
  color: #888;
  font-size: 11px;
  line-height: 16px;
}

.nav-brand {
  position: absolute;
  left: auto;
  right: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 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: 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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.nav-brand.w--current {
  padding-bottom: 1px;
}

.changelog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 40px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: #151515;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.changelog-contact-text {
  max-width: 370px;
  text-align: center;
}

.no-padding {
  padding: 0px;
}

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

.no-padding-bottom {
  padding-bottom: 0px;
}

.full-width {
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
  background-color: #161616;
}

.page-wrapper.padding-top {
  padding-top: 88px;
}

.page-wrapper.bottom-property-background {
  background-color: #161616;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  padding-right: 88px;
  padding-left: 88px;
  -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;
  background-color: #20242e;
  text-align: center;
}

.bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 150%;
  margin-top: 0px;
  margin-bottom: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bg-image.hero-image-1 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.36)), to(rgba(21, 21, 21, 0.36))), url('../images/Copy-of-3037FF.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.36), rgba(21, 21, 21, 0.36)), url('../images/Copy-of-3037FF.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bg-image.page-header-image {
  background-image: url('../images/sandro-katalina-219649-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.bg-image.hero-image-2 {
  height: 300%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.52)), to(rgba(0, 0, 0, 0.52))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.bg-image.collection-image {
  background-image: url('../images/header.jpg');
  opacity: 0.7;
}

.bg-image.contact-image {
  height: 65vh;
  background-image: url('../images/Contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.bg-image.cta-image {
  background-image: url('../images/7-1.jpg');
  background-size: cover;
  opacity: 0.75;
}

.bg-image.blog-image {
  height: 100vh;
  background-image: url('../images/Hero-Solds.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}

.bg-image.shop-header-image {
  background-image: url('../images/sandro-katalina-219649-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.bg-image.about-image {
  width: 100vw;
  height: 65vh;
  background-image: url('../images/About.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.bg-image.hero-image-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(rgba(21, 21, 21, 0.3))), url('../images/14.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), url('../images/14.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.divider {
  position: static;
  display: block;
  width: 70px;
  height: 1px;
  margin: 8px auto 50px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  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-color: #ebb245;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.divider.team-dividers {
  margin-left: 0px;
}

.hero-v4-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 60px;
  padding-top: 20px;
  -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;
  font-size: 8px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 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: 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;
}

.intro.wide {
  max-width: 800px;
}

.intro.wide.no-margin {
  margin-top: 0px;
}

.intro.wide.no-margin.view-properties {
  margin-top: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro.wide.no-margin.contact-space {
  margin-top: 150px;
  margin-bottom: 150px;
}

.intro.no-margin {
  display: block;
  margin: 100vh 0px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.intro.properties-on-market-space {
  margin-top: 30px;
  margin-bottom: 70px;
}

.intro.properties-on-market-space.header {
  margin-bottom: 0px;
}

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

.hero-slider {
  height: 100vh;
  margin-top: -137px;
  color: #fff;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px;
  -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-radius: 50%;
  background-color: #151515;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.slider-arrow-button:hover {
  background-color: #ebb245;
}

.slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #ebb245;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title.white {
  color: #fff;
}

.title.white.hero-services {
  margin-bottom: 50px;
  line-height: 22px;
}

.title.quote-team-page {
  line-height: 20px;
}

.cart-icon {
  height: 24px;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.item-count {
  position: relative;
  top: -1px;
  height: 20px;
  min-width: 20px;
  margin-left: 6px;
  padding-top: 2px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 10px;
  background-color: #fb412f;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.cart-button {
  display: inline-block;
  margin-left: 20px;
  padding: 4px 0px 4px 20px;
  border-left: 1px solid #d1d1d1;
  background-color: transparent;
  color: #151515;
  font-size: 14px;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-bottom: 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;
}

.search-button {
  position: relative;
  z-index: 1;
  width: 64px;
  margin-left: -64px;
  background-color: transparent;
  background-image: url('../images/search-icon.svg');
  background-position: 94% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
}

.search-form-input {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 36px 28px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 0px;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #151515;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
}

.search-form-input:focus {
  border-bottom-color: #fb412f;
}

.search-form-input::-webkit-input-placeholder {
  color: #888;
}

.search-form-input:-ms-input-placeholder {
  color: #888;
}

.search-form-input::-ms-input-placeholder {
  color: #888;
}

.search-form-input::placeholder {
  color: #888;
}

.nav-left {
  z-index: 2;
  margin-right: -100px;
  margin-left: -12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 112px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding-right: 11px;
  padding-left: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-item.small {
  width: 25%;
}

.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -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: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f7f7f7;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #151515;
  text-align: center;
  text-decoration: none;
}

.product-card:hover {
  background-color: transparent;
}

.product-card.small {
  padding: 36px;
}

.product-card-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 298px;
  margin-bottom: 24px;
  -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;
}

.product-card-image-wrapper.small {
  height: 240px;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px none #e9e9e9;
}

.services.bottom-service {
  border-bottom-style: solid;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 4%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 0 0 0 #e9e9e9;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  padding: 19px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}

.service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-intro-text {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.footer-bottom-left {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.link-dark {
  color: #151515;
  text-decoration: none;
}

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

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 10px;
  -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: 1px solid #e9e9e9;
  border-radius: 50%;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.social-link:hover {
  border-color: hsla(0, 0%, 100%, 0.48);
}

.footer-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 48px;
  padding-left: 15px;
  -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;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.payment-icon {
  height: 16px;
  margin-left: 16px;
}

.footer-heading {
  margin-bottom: 24px;
  color: #fff;
}

.link {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ebb245;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #ebb245;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  border-bottom-color: #ebb245;
}

.subscribe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-top: 24px;
  padding: 72px 105px;
  -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;
  border: 1px solid #e9e9e9;
  text-align: center;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding: 12px 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #151515;
  border-radius: 0px;
  background-color: #fff;
}

.input:focus,
.input.-wfp-focus {
  border-bottom-color: #ebb245;
}

.input::-webkit-input-placeholder {
  color: #151515;
}

.input:-ms-input-placeholder {
  color: #151515;
}

.input::-ms-input-placeholder {
  color: #151515;
}

.input::placeholder {
  color: #151515;
}

.input.text-area {
  min-height: 184px;
}

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

.input.search-results-input {
  margin-right: 24px;
  margin-bottom: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/search-icon.svg');
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.input.subscribe-dark-input {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
}

.input.subscribe-dark-input::-webkit-input-placeholder {
  color: #fff;
}

.input.subscribe-dark-input:-ms-input-placeholder {
  color: #fff;
}

.input.subscribe-dark-input::-ms-input-placeholder {
  color: #fff;
}

.input.subscribe-dark-input::placeholder {
  color: #fff;
}

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

.logo-text {
  margin-bottom: 3px;
  padding-left: 5px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.logo-description {
  color: #888;
  font-size: 9px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-card-image {
  width: auto;
  height: auto;
  max-height: 100%;
}

.product-card-name {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.product-card-price {
  margin-bottom: -4px;
  color: #888;
  font-weight: 400;
}

.post-first-letter {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  margin-right: 10px;
  float: left;
  font-family: 'Playfair Display', sans-serif;
  font-size: 48px;
  line-height: 42px;
}

.product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -48px;
  padding-right: 15px;
  padding-bottom: 56px;
  padding-left: 15px;
}

.product-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.33%;
  height: 670px;
  padding: 64px;
  -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: #f7f7f7;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8.33%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-name {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 52px;
}

.product-price {
  margin-bottom: 16px;
  color: #fb412f;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.product-image {
  width: auto;
  height: auto;
  max-height: 100%;
}

.quantity {
  width: 72px;
  height: 48px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 20px;
  float: left;
  border-radius: 0px;
  text-align: left;
}

.shop-products {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.shop-sidebar {
  width: 22%;
  padding: 40px 15px 80px;
}

.shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  -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;
}

.sidebar-link {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #888;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

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

.sidebar-link.w--current {
  padding-left: 12px;
  background-image: url('../images/right-icon_1.svg');
  background-position: -4px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #ebb245;
}

.sidebar-block-heading {
  margin-bottom: 28px;
  color: #ebb245;
}

.sidebar-icon {
  width: 40px;
  margin-bottom: 12px;
}

.page-heading {
  margin-bottom: -20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  line-height: 64px;
  font-weight: 400;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sidebar-message-heading {
  margin-bottom: 16px;
}

.line-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-heading {
  font-size: 54px;
  line-height: 64px;
}

.empty-state {
  padding-top: 41px;
  padding-bottom: 41px;
  background-color: transparent;
  text-align: center;
}

.featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  padding-right: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  margin: 4px 8px;
  padding: 12px 16px;
  -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;
}

.logo-image {
  height: 100%;
  max-width: none;
}

.instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 75%;
  padding: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #161616;
}

.instagram-info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.instagram-previews {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.instagram-photo-link {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #f7f7f7;
  background-color: #fb412f;
}

.instagram-photo-link:hover {
  background-color: #ebb245;
}

.instagram-hover-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
}

.instagram-bg-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 360px;
  margin-top: auto;
  margin-right: -116px;
  margin-bottom: auto;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: left;
}

.footer-logo-text {
  margin-bottom: 3px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: -8px;
  padding: 8px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.link-grey {
  color: #888;
  text-decoration: none;
}

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

.dot-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
  background-color: #d1d1d1;
}

.dot-divider.big-margins {
  margin-right: 12px;
  margin-left: 12px;
}

.product-tabs {
  width: 100%;
  margin-top: -24px;
}

.product-tabs-menu {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #e9e9e9;
}

.product-tab-link {
  margin-bottom: -1px;
  padding: 24px 28px;
  background-color: transparent;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.product-tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #151515;
  font-weight: 500;
}

.product-tab-content {
  padding-top: 88px;
  padding-bottom: 0px;
}

.facebook-like {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 50%;
}

.nav-dropdown-icon {
  margin-right: 12px;
  font-size: 12px;
}

.dropdown-link {
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  color: #151515;
}

.dropdown-list.w--open {
  margin-left: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

.input-wrapper-half {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.subscribe-discount {
  position: absolute;
  top: -24px;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -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-color: #fff;
  font-size: 12px;
  text-align: right;
}

.subscribe-discount-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 8px;
  padding-bottom: 4px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fb412f;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contact-form-wrapper {
  width: 66.66%;
  margin-bottom: 100px;
  padding-top: 2px;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  margin-left: -14px;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-wrapper-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -3px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-social.top-social-icons {
  margin-right: 3px;
  margin-bottom: 0px;
}

.posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts.no-margin-bottom {
  margin-bottom: -88px;
}

.post-item {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-item.full {
  width: 100%;
  margin-bottom: 80px;
}

.post-card {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.post-card-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 328px;
  background-color: #f7f7f7;
}

.post-card-preview.big {
  height: 600px;
}

.post-card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  margin-right: 72px;
  margin-left: 72px;
  padding: 40px;
  -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;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
}

.post-card-content.big {
  margin-top: -64px;
  margin-right: 16.66%;
  margin-left: 16.66%;
  padding: 48px 8.33%;
}

.post-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 16px;
}

.post-card-heading {
  margin-bottom: 20px;
}

.post-card-heading:hover {
  text-decoration: none;
}

.post-content-wrapper {
  display: block;
  width: 83.33%;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  border: 1px none #000;
  background-color: #161616;
}

.blog-post {
  margin-top: 24px;
}

.blog-post a {
  color: #fb412f;
  text-decoration: none;
}

.blog-post a:hover {
  text-decoration: underline;
}

.blog-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 120px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.blog-category-link {
  display: inline-block;
  padding: 12px 20px 12px 23px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-category-link:hover {
  color: #ebb245;
}

.blog-category-link.w--current {
  margin-right: 8px;
  margin-left: 8px;
  box-shadow: inset 0 0 0 1px #151515;
}

.blog-category-link.w--current:hover {
  color: #151515;
}

.blog-categories-list {
  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;
}

.faq-content {
  margin-top: -8px;
  margin-right: 8.33%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-sidebar {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}

.faq-category-heading {
  margin-bottom: 64px;
  color: #ebb245;
}

.question {
  margin-bottom: 32px;
}

.faq-category {
  margin-top: -48px;
  margin-bottom: 80px;
  padding-top: 48px;
}

.contact-info-heading {
  margin-bottom: 24px;
  color: #ebb245;
}

.contact-address {
  margin-top: 16px;
  margin-bottom: 16px;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -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;
}

.side-block.small-padding-side {
  padding-right: 15px;
  padding-left: 15px;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.signature {
  width: 300px;
  margin-bottom: 0px;
}

.quote-text {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.collections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: inset 0 1px 0 0 #e9e9e9;
}

.collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-card {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: -21px;
  padding: 64px 8.33%;
  box-shadow: 1px 0 0 0 #e9e9e9, inset 0 -1px 0 0 #e9e9e9;
  color: #151515;
  text-decoration: none;
}

.collection-card-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 256px;
  margin-bottom: 24px;
  background-color: #f7f7f7;
}

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

.collection-card-bullet {
  width: 8px;
  height: 8px;
  margin-top: 2px;
  margin-right: 16px;
  background-color: #fb412f;
}

.portrait {
  width: 100%;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-button {
  z-index: 2;
}

.protect-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding: 15px 16px 16px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}

.search-result-list {
  width: 100%;
}

.search-result-heading {
  font-family: 'Playfair Display', sans-serif;
  color: #151515;
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
}

.search-result-url {
  color: #888;
  font-size: 12px;
  line-height: 24px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  padding: 0px 15px 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-wrapper {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.top-button {
  position: fixed;
  right: 24px;
  bottom: -8px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 40px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #151515;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
}

.top-button:hover {
  bottom: -4px;
}

.cart-container {
  height: 100%;
  max-width: 400px;
  min-width: 360px;
}

.cart-close-icon {
  width: 14px;
}

.cart-order-value {
  font-weight: 500;
}

.remove-button {
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.cart-quantity {
  border-color: #e9e9e9;
  border-radius: 0px;
  background-color: #f7f7f7;
  color: #444;
}

.cart-price {
  color: #444;
}

.licence-items {
  width: 66.66%;
  padding-right: 15px;
  padding-left: 15px;
}

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 40px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.licence-item-info {
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.licence-links {
  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;
}

.zoomed-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success-message {
  background-color: transparent;
}

.success-message.contact-success {
  padding: 72px 0px;
  text-align: left;
}

.error-message {
  margin-top: 8px;
  padding: 8px 0px;
  background-color: transparent;
  color: #fb412f;
}

.error-message.subscribe-dark-error {
  color: #fff;
}

.error-message.no-margin-top {
  margin-top: 0px;
}

.sku {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.product-rich-text {
  width: 75%;
}

.product-rich-text a {
  color: #fb412f;
  text-decoration: none;
}

.product-rich-text a:hover {
  text-decoration: underline;
}

.product-rich-text p {
  color: #444;
}

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58.33%;
  padding-bottom: 1px;
  -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;
}

.details-heading {
  width: 50%;
  padding-right: 40px;
  font-weight: 500;
}

.details-info {
  color: #888;
}

.details-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding: 20px 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.details-row:hover {
  background-color: #f7f7f7;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  -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;
}

.preloader-icon {
  position: relative;
  z-index: 1;
  width: 42px;
}

.preloader-left {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 50%;
  bottom: 0px;
  background-color: #fff;
}

.preloader-right {
  position: absolute;
  left: 50%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  background-color: #fff;
}

.out-of-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 12px 16px 12px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.out-of-stock-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 6px;
  -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: 1px solid #e9e9e9;
  border-radius: 50%;
}

.subscribe-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-left: 30px;
  padding: 60px;
  -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;
  background-color: #ebb245;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.subscribe-dark:hover {
  background-color: rgba(235, 178, 69, 0.75);
}

.stay-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.subscribe-dark-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.instagram-heading {
  margin-bottom: 24px;
  color: #ebb245;
}

.nav-search-button {
  position: relative;
  z-index: 2;
  height: 40px;
  padding: 8px 36px 8px 16px;
  background-color: transparent;
  color: #fff;
}

.search-bar {
  position: fixed;
  left: 0px;
  top: 88px;
  right: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 120px;
  padding-right: 120px;
  padding-bottom: 8px;
  padding-left: 120px;
  -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 solid #e9e9e9;
  background-color: #fff;
}

.cart-button-wrapper {
  z-index: 2;
}

.label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.order-block {
  margin-bottom: -1px;
  padding: 56px 10%;
  border: 1px solid #e9e9e9;
  background-color: transparent;
}

.order-block.small {
  margin-bottom: 24px;
  padding: 32px;
}

.checkout-form {
  width: 100%;
  padding: 0px 15px;
  background-color: transparent;
}

.order-block-header {
  padding: 0px 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  font-size: 12px;
}

.shipping-method-item {
  margin-bottom: -1px;
  padding: 24px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.shipping-method-item:hover {
  background-color: hsla(0, 0%, 96.9%, 0.5);
}

.shipping-method-radio-button {
  margin-top: 5px;
  margin-right: 6px;
}

.order-block-content {
  padding: 24px 16px 8px;
  border-style: none;
}

.shipping-methods-list {
  margin: 16px 16px 8px;
  border-style: none;
}

.select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #151515;
}

.select {
  width: auto;
  height: 100%;
  margin-right: -2px;
  margin-left: -8px;
  border-style: none;
  background-color: transparent;
}

.checkbox {
  margin-right: 2px;
  font-size: 20px;
}

.order-summary {
  padding: 16px 16px 0px;
  border: 1px none #e9e9e9;
}

.nav-search-button-wrapper {
  position: relative;
  overflow: hidden;
}

.nav-search-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.nav-search-close-icon {
  position: absolute;
  top: -64px;
  right: 0px;
  bottom: 0px;
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
}

.checkout-form-container {
  width: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.checkout-sidebar {
  width: 33.33%;
  max-width: 370px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.checkout-main-column {
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.order-item-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e9e9e9;
}

.order-item-thumbnail {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.order-item-name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}

.order-total {
  font-size: 16px;
}

.order-item-info {
  padding-top: 8px;
}

.order-item-price {
  padding-top: 4px;
  font-size: 13px;
}

.order-item {
  margin-bottom: 16px;
}

.order-item-list {
  margin-bottom: -16px;
}

.order-confirmation-container {
  padding: 0px 15px;
  background-color: transparent;
}

.order-confirmation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -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;
}

.testimonials {
  width: 100%;
  height: auto;
  min-height: 440px;
  padding-bottom: 140px;
  border: 1px none #161616;
  background-color: #161616;
  text-align: left;
}

.testimonial {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-right: 16.66%;
  padding-left: 25%;
}

.testimonials-heading {
  position: relative;
  z-index: 1;
  margin-top: 88px;
  margin-bottom: 40px;
  margin-left: 25%;
  color: #fff;
}

.testimonials-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 54px;
  margin-top: 83px;
  margin-left: 12%;
}

.testimonials-background {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 40px;
  width: 0%;
  margin-left: 0px;
  border-right: 40px solid #fff;
  background-color: rgba(235, 178, 69, 0.07);
}

.testimonials-nav {
  bottom: 52px;
  z-index: 1;
  margin-left: 25%;
  font-size: 8px;
  text-align: left;
}

.testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #888;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
}

.testimonial-text {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}

.testimonials-arrow {
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 64px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 12px;
  -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: #161616;
  color: #151515;
}

.testimonials-arrow.left {
  right: 60px;
  padding-right: 12px;
  padding-left: 20px;
  background-color: #161616;
}

.testimonial-highlight {
  padding-right: 6px;
  padding-bottom: 4px;
  padding-left: 6px;
  background-color: rgba(235, 178, 69, 0.28);
  font-weight: 700;
}

.slider-arrow-icon-1 {
  position: relative;
  z-index: 1;
  width: 28px;
  border: 1px none #fff;
}

.slider-arrow-icon-1:hover {
  border-color: #ebb245;
}

.slider-arrow-icon-2 {
  position: absolute;
  width: 28px;
  opacity: 0;
}

.cart-text {
  color: #fff;
}

.heading-2-buffer {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #ebb245;
  font-size: 28px;
  line-height: 51px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-2 {
  margin-bottom: 25px;
  padding-right: 60px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
}

.paragraph-2.services {
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 25px 0px 15px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Playfair Display', sans-serif;
  color: #ebb245;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.columns {
  margin-top: 225px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #161616;
}

.image {
  display: block;
  width: 560px;
  margin-top: 50px;
}

.container {
  margin-top: 0px;
  background-color: #161616;
}

.hero-font {
  font-family: 'Playfair Display', sans-serif;
}

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

.image-3 {
  margin-bottom: 25px;
}

.image-4 {
  margin-bottom: 25px;
}

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

.image-6 {
  margin-bottom: 25px;
}

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

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

.image-9 {
  margin-bottom: 25px;
}

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

.image-11 {
  margin-bottom: 25px;
}

.image-12 {
  margin-bottom: 25px;
}

.image-13 {
  margin-bottom: 25px;
}

.image-14 {
  margin-bottom: 25px;
}

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

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

.image-17 {
  margin-bottom: 25px;
}

.image-18 {
  margin-bottom: 25px;
}

.image-19 {
  margin-bottom: 25px;
}

.image-20 {
  display: block;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.image-38 {
  margin-bottom: 25px;
}

.column {
  margin-top: 100px;
}

.slide-1 {
  background-image: url('../images/Copy-of-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 600px;
}

.slide-2 {
  background-image: url('../images/13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Copy-of-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.image-39 {
  height: 80vw;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.image-40 {
  background-image: url('../images/10.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-41 {
  background-image: url('../images/14-Exmouth-15-of-45.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading {
  margin-top: 75px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.button-2 {
  display: block;
  float: none;
  clear: none;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #161616;
  text-align: center;
}

.button-2:hover {
  background-color: #ebb245;
  color: #161616;
}

.container-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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;
}

.image-42 {
  overflow: visible;
  padding-bottom: 15px;
}

.collection-item {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

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

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

.div-block {
  position: absolute;
  width: 317px;
  height: 211px;
  background-color: rgba(185, 52, 52, 0);
}

.div-block:hover {
  background-color: rgba(185, 52, 52, 0.72);
}

.div-block-2 {
  position: relative;
  display: block;
}

.collection-list {
  margin-right: 75px;
  margin-left: 75px;
  background-color: #161616;
  color: #161616;
}

.section-3 {
  margin-top: 82px;
}

.image-43 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.image-44.top-logo {
  margin-right: 10px;
  margin-left: 10px;
}

.image-44._21-logo {
  margin-right: 10px;
}

.heading-2 {
  color: #fff;
  font-size: 20px;
}

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

.paragraph-3 {
  margin-right: 200px;
  font-weight: 500;
}

.paragraph-4 {
  margin-top: 50px;
  color: #888;
}

.slide-4 {
  background-image: url('../images/Copy-of-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/24.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-3 {
  margin: 100px auto 50px;
}

.container-3.prop-top-button {
  margin-top: 0px;
}

.contact-header {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.button-5 {
  display: block;
  margin-right: 300px;
  margin-left: 300px;
  background-color: #ebb245;
  text-align: center;
}

.button-5:hover {
  background-color: rgba(235, 178, 69, 0.55);
}

.button-5.all-properties:hover {
  background-color: rgba(235, 178, 69, 0.61);
}

.collection-list-wrapper {
  background-color: #161616;
}

.collection-list-2 {
  margin-right: 75px;
  margin-left: 75px;
}

.link-2 {
  color: #888;
  text-decoration: none;
}

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

.properties-white {
  color: #fff;
}

.properties {
  background-color: #161616;
}

.heading-4 {
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.heading-4.sold-property-heading {
  margin-top: 50px;
}

.heading-4.sold-property-heading.red-heading {
  color: #df2727;
}

.heading-5 {
  margin-top: 75px;
  margin-bottom: -5px;
  color: #fff;
  font-size: 16px;
  line-height: 49px;
  text-align: center;
}

.heading-5.sold {
  margin-top: -25px;
  color: #e01818;
}

.collection-list-wrapper-2 {
  margin-bottom: 50px;
}

.heading-6 {
  margin-bottom: 30px;
}

.image-45 {
  position: static;
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-6 {
  display: block;
  background-color: #fff;
  color: #161616;
  text-align: center;
}

.button-6:hover {
  background-color: #ebb245;
}

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

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

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

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

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

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

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

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

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

.columns-2 {
  margin-top: 0px;
}

.columns-3 {
  display: block;
}

.heading-7 {
  font-size: 20px;
  text-align: center;
}

.heading-8 {
  font-size: 20px;
  text-align: center;
}

.heading-9 {
  font-size: 20px;
  text-align: center;
}

.rich-text-block {
  margin-top: -10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.rich-text-block.sq-ft {
  margin-top: 0px;
}

.rich-text-block-2 {
  margin-top: 4px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 12px;
  text-align: center;
}

.rich-text-block-2.bath {
  margin-top: -10px;
}

.rich-text-block-2.rooms {
  margin-top: 0px;
}

.rich-text-block-3 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.image-55 {
  display: block;
  margin: 0px auto;
}

.image-55.rooms {
  margin-bottom: 20px;
}

.image-56 {
  display: block;
  margin: 0px auto;
}

.image-56.bath {
  margin-top: -15px;
  margin-bottom: 19px;
}

.image-57 {
  display: block;
  margin: 0px auto;
  padding: 0px;
}

.image-57.sqft {
  margin-bottom: 20px;
}

.button-7 {
  margin-top: 50px;
  background-color: #161616;
}

.heading-10 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
}

.paragraph-6 {
  color: #fff;
}

.paragraph-7 {
  color: #fff;
}

.paragraph-8 {
  color: #fff;
}

.heading-11 {
  color: #fff;
}

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

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

.heading-12 {
  color: #ebb245;
}

.heading-13 {
  color: #fff;
  font-size: 50px;
  line-height: 200px;
  text-align: left;
}

.house-details-text {
  margin-top: 50px;
}

.heading-14 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}

.text-block-2 {
  color: #fff;
}

.image-60 {
  margin-top: -20px;
  margin-bottom: 50px;
}

.collection-list-3 {
  margin-right: 75px;
  margin-left: 75px;
}

.heading-15 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.heading-15.sold-sold-props {
  margin-bottom: 0px;
}

.sold {
  margin-top: -30px;
  color: #e01818;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

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

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

.image-63 {
  margin-top: 0px;
}

.image-64 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.slide-6 {
  overflow: visible;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-2 {
  height: 800px;
}

.div-block-3 {
  background-image: url('../images/hero2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-4 {
  width: 500px;
  height: 500px;
  background-image: url('../images/testhero.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.section-5 {
  height: 60vh;
  margin-top: 62px;
  background-image: url('../images/HermitageHero.jpg');
  background-position: 50% 50%;
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
}

.section-6 {
  background-color: #161616;
}

.section-7 {
  margin-top: 200px;
}

.section-8 {
  height: 15px;
  background-color: #161616;
}

.heading-16 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.72);
  font-size: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.body {
  background-color: #161616;
}

.slide-7 {
  background-image: url('../images/Slider-2.3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.video {
  margin-top: 300px;
}

.slider-3 {
  height: 85vh;
  margin-top: 100px;
}

.container-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  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;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-17 {
  margin-bottom: 0px;
  background-color: rgba(21, 21, 21, 0.64);
  color: #ebb245;
  font-size: 40px;
  text-align: center;
}

.text-block-3 {
  background-color: rgba(21, 21, 21, 0.64);
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  text-align: center;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.container-5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mask {
  height: 85vh;
}

.slide-8 {
  height: 85vh;
}

.image-67 {
  width: 110vw;
  height: 100vh;
}

.link-4 {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading-18 {
  margin-top: 250px;
  color: #fff;
  text-align: center;
}

.section-9 {
  margin-bottom: 100px;
}

.section-10 {
  margin-bottom: 100px;
}

.heading-19 {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.image-68 {
  margin-top: -10px;
}

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

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

.image-71 {
  margin-top: -10px;
}

.div-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.rich-text-block-4 {
  color: #fff;
}

.tab-pane-tab-1 {
  height: 100vh;
}

.on-market-prop-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.columns-4 {
  margin-right: 75px;
  margin-left: 75px;
}

.image-72 {
  margin-bottom: 20px;
}

.button-8 {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  text-align: center;
}

.button-8.property-button {
  margin-bottom: 25px;
  background-color: #fff;
  color: #000;
}

.button-8.property-button:hover {
  background-color: #ebb245;
}

.image-73 {
  margin-bottom: 20px;
}

.image-74 {
  margin-bottom: 20px;
}

.image-75 {
  width: 3000px;
  height: 800px;
  margin-top: 100px;
}

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

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

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

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

.image-79:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.image-80:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.heading-20 {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.heading-20.stacked {
  margin-bottom: -30px;
}

.heading-21 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.image-82 {
  width: 100vw;
  margin-bottom: 20px;
}

.container-6 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 125px;
  margin-top: -300px;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  -o-object-fit: fill;
  object-fit: fill;
}

.image-83 {
  margin-bottom: 25px;
}

.image-84 {
  margin-bottom: 25px;
}

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

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

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

.image-85 {
  margin-bottom: 25px;
}

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

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

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

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

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

.heading-22 {
  color: #ebb245;
  text-align: center;
}

.heading-22.sub-address {
  margin-top: -40px;
  color: #fff;
  font-size: 25px;
}

.section-11 {
  margin-top: 200px;
}

.image-86 {
  margin-bottom: 25px;
}

.image-87 {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

.container-7 {
  margin-top: 200px;
}

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

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

.video-2 {
  margin-bottom: 50px;
}

.video-3 {
  margin-bottom: 25px;
}

.video-4 {
  margin-bottom: 25px;
}

.video-5 {
  margin-bottom: 25px;
}

.image-88 {
  margin-bottom: 25px;
}

.image-89 {
  margin-bottom: 25px;
}

.image-90 {
  margin-bottom: 25px;
}

.image-91 {
  margin-bottom: 25px;
}

.section-12 {
  margin-top: 200px;
}

.container-10 {
  margin-top: 200px;
}

.container-11 {
  margin-top: 200px;
}

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

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

.container-14 {
  margin-top: 200px;
}

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

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

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

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

.link-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.link-block-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-14 {
  height: 60vh;
}

.image-92 {
  display: block;
  width: 100vw;
  height: 100vh;
  margin-top: 59px;
}

.column-2 {
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .section {
    padding: 80px 8px;
  }
  .section.page-header {
    height: 100vh;
    padding-top: 136px;
    padding-bottom: 80px;
  }
  .section.no-padding-top {
    padding-right: 8px;
    padding-left: 8px;
  }
  .section.bg-section {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 8.33%;
    padding-left: 8.33%;
  }
  .section.post-header {
    height: 480px;
  }
  .section.no-padding-side {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.confirmation-section {
    padding-top: 136px;
  }
  .wrapper.nav-intro-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrapper.footer-bottom-wrapper {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.footer-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .button.subscribe-button {
    margin-right: 8px;
    margin-left: 8px;
  }
  .button.contact-button {
    margin-left: 8px;
  }
  .button.subscribe-2-button {
    margin-top: 0px;
  }
  .button-style-wrapper {
    width: 50%;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .nav-bar {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-link {
    padding: 12px 20px;
  }
  .nav-link:hover {
    text-decoration: none;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer {
    padding-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .footer-links {
    width: 25%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-bottom {
    margin-top: 48px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .changelog {
    width: 83.33%;
    padding-right: 9px;
    padding-left: 9px;
  }
  .change {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .hero-slide {
    padding-top: 152px;
    padding-bottom: 80px;
  }
  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-slider {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slider-arrow-button {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 13px;
  }
  .title.quote-team-page {
    font-size: 14px;
  }
  .cart-icon {
    margin-left: 0px;
  }
  .cart-button {
    margin-right: 12px;
    margin-left: 0px;
    padding: 12px;
    border-left-style: none;
  }
  .search-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .search-form:focus {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }
  .nav-left {
    position: absolute;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #161616;
  }
  .nav-right {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .products {
    margin-right: -4px;
    margin-left: -4px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-item.small {
    width: 50%;
  }
  .product-card {
    padding: 32px;
  }
  .product-card:hover {
    background-color: #f7f7f7;
  }
  .product-card-image-wrapper {
    height: 184px;
  }
  .product-card-image-wrapper.small {
    height: 200px;
  }
  .services {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .service {
    -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;
  }
  .service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    padding: 16px;
  }
  .service-info {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom-left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-logo-wrapper {
    padding-right: 24px;
    padding-left: 8px;
  }
  .footer-social {
    width: 100%;
    margin-top: 40px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-bottom-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .subscribe {
    padding-right: 88px;
    padding-left: 88px;
  }
  .input.subscribe-dark-input {
    margin-right: 24px;
    margin-bottom: 0px;
  }
  .input.no-margin-bottom {
    margin-bottom: 0px;
  }
  .logo-text {
    margin-bottom: -1px;
    font-size: 18px;
    letter-spacing: 4px;
  }
  .logo-description {
    margin-bottom: 2px;
    font-size: 8px;
  }
  .product {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-image-wrapper {
    width: 100%;
    height: 720px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .product-image-wrapper:hover {
    background-color: #f7f7f7;
  }
  .product-info {
    padding-right: 16.66%;
    padding-left: 0%;
  }
  .product-name {
    font-size: 32px;
    line-height: 40px;
  }
  .shop-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 8px;
  }
  .shop {
    -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;
  }
  .sidebar-block {
    width: 100%;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sidebar-link {
    padding: 8px 16px;
  }
  .sidebar-link.w--current {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .sidebar-block-heading {
    width: 100%;
    text-align: center;
  }
  .page-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 48px;
  }
  .featured {
    padding-right: 8px;
    padding-left: 8px;
  }
  .instagram {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .instagram-info {
    margin-left: 48px;
  }
  .instagram-hover-icon {
    display: none;
  }
  .footer-logo-text {
    margin-bottom: -1px;
    font-size: 18px;
    letter-spacing: 4px;
  }
  .breadcrumbs {
    margin-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .product-tabs {
    margin-top: 0px;
  }
  .product-tab-content {
    padding-top: 64px;
  }
  .facebook-like {
    position: relative;
    left: 0px;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 32px;
  }
  .dropdown-link {
    z-index: 1;
    padding: 12px 32px;
    color: #151515;
  }
  .dropdown-link:hover {
    background-color: transparent;
  }
  .dropdown-list {
    position: relative;
    z-index: 2;
  }
  .dropdown-list.w--open {
    margin-left: 0px;
    box-shadow: none;
  }
  .input-wrapper-half {
    padding-right: 8px;
    padding-left: 8px;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form-wrapper {
    width: 100%;
    padding-bottom: 64px;
  }
  .contact-info {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .input-wrapper-full {
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-item.full {
    margin-bottom: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .post-card-preview {
    height: 224px;
  }
  .post-card-preview.big {
    height: 424px;
  }
  .post-card-content {
    margin-right: 32px;
    margin-left: 32px;
    padding: 32px;
  }
  .post-card-content.big {
    margin-top: -48px;
    margin-right: 8.33%;
    margin-left: 8.33%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .post-card-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .post-content-wrapper {
    width: 91.66%;
    margin-top: -56px;
    padding-top: 56px;
  }
  .blog-categories {
    margin-bottom: 80px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-category-link {
    padding-right: 16px;
    padding-left: 19px;
  }
  .blog-categories-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-content {
    margin-right: 0%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .faq-sidebar {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-info {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-blocks {
    margin-bottom: -48px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-blocks.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .side-block.small-padding-side {
    padding-right: 8px;
    padding-left: 8px;
  }
  .side-block.no-padding-left {
    padding-left: 8.33%;
  }
  .quote-text {
    font-size: 17px;
  }
  .collection-card {
    padding-right: 12%;
    padding-left: 12%;
  }
  .collection-card-preview {
    height: 160px;
  }
  .portrait {
    width: 83.33%;
  }
  .faq {
    -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;
  }
  .menu-button {
    padding: 24px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #151515;
  }
  .collection-nav {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
  }
  .search {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .search-result-wrapper {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .top-button {
    display: none;
  }
  .licence-items {
    width: 81.33%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .product-rich-text {
    width: 100%;
  }
  .details {
    width: 100%;
  }
  .subscribe-dark {
    width: 100%;
    margin-top: 32px;
    margin-left: 0px;
    padding-bottom: 68px;
  }
  .subscribe-dark:hover {
    background-color: #151515;
  }
  .stay-in-touch {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscribe-dark-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-search-button {
    width: 48px;
    padding: 12px;
    color: transparent;
  }
  .search-bar {
    top: 72px;
  }
  .order-block.small {
    padding: 56px 10%;
  }
  .checkout-form {
    padding-right: 8px;
    padding-left: 8px;
  }
  .order-block-header {
    padding-right: 8px;
    padding-left: 8px;
  }
  .order-block-content {
    padding-right: 8px;
    padding-left: 8px;
  }
  .shipping-methods-list {
    margin-right: 8px;
    margin-left: 8px;
  }
  .order-summary {
    padding-right: 8px;
    padding-left: 8px;
  }
  .menu-icon-line-top {
    width: 22px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #ebb245;
  }
  .menu-icon-line-bottom {
    width: 22px;
    height: 2px;
    margin-top: 6px;
    background-color: #ebb245;
  }
  .nav-search-icon {
    right: 12px;
  }
  .nav-search-close-icon {
    right: 12px;
  }
  .checkout-form-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .checkout-sidebar {
    width: 100%;
    max-width: none;
    padding-top: 24px;
  }
  .checkout-main-column {
    margin-left: 0px;
  }
  .order-confirmation-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .order-confirmation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .testimonials {
    padding-bottom: 133px;
  }
  .testimonial {
    padding-right: 8%;
    padding-left: 16%;
  }
  .testimonials-heading {
    margin-top: 72px;
    margin-bottom: 32px;
    margin-left: 16%;
  }
  .testimonials-icon {
    width: 40px;
    margin-top: 70px;
    margin-left: 5%;
  }
  .testimonials-background {
    top: 20px;
    bottom: 20px;
    border-right-width: 20px;
  }
  .testimonials-nav {
    bottom: 44px;
    margin-left: 16%;
  }
  .testimonial-text {
    font-size: 17px;
    line-height: 32px;
  }
  .testimonials-arrow {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .cart-text {
    display: none;
  }
  .columns {
    margin-top: 0px;
  }
  .image {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .image-25 {
    margin-bottom: 25px;
  }
  .heading {
    font-size: 18px;
  }
  .collection-list {
    margin-right: 25px;
    margin-left: 25px;
  }
  .image-44 {
    margin-right: 30px;
  }
  .button-5 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .collection-list-2 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .heading-5 {
    font-size: 15px;
    line-height: 48px;
  }
  .collection-list-3 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .heading-15.sold-sold-props {
    font-size: 13px;
    line-height: 25px;
  }
  .sold {
    margin-top: 0px;
    font-size: 16px;
  }
  .on-market-prop-title {
    font-size: 19px;
  }
  .image-75 {
    height: 40vh;
  }
  .heading-20 {
    font-size: 19px;
  }
  .heading-21 {
    margin-top: 26px;
  }
  .container-6 {
    height: 100px;
    margin-top: -100px;
    margin-bottom: 531px;
  }
  .heading-22.sub-address {
    margin-top: -20px;
  }
  .section-11 {
    margin-top: -450px;
  }
  .columns-5 {
    margin-top: -500px;
  }
  .container-8 {
    margin-top: -476px;
  }
  .container-9 {
    margin-top: -493px;
  }
  .section-12 {
    margin-top: -500px;
  }
  .container-10 {
    margin-top: -500px;
  }
  .container-11 {
    margin-top: -500px;
  }
  .container-12 {
    margin-top: -500px;
  }
  .container-13 {
    margin-top: -500px;
  }
  .section-13 {
    margin-top: -300px;
  }
  .image-92 {
    height: 51vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5 {
    font-size: 17px;
    line-height: 24px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section.page-header {
    padding-top: 104px;
    padding-bottom: 56px;
  }
  .section.post-header {
    height: 360px;
  }
  .wrapper {
    margin-top: 30px;
  }
  .button.ghost.property-button.test-button {
    left: 25%;
    right: 25%;
  }
  .button.subscribe-2-button {
    width: 100%;
    margin-top: 8px;
  }
  .button-style-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nav-bar {
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    padding: 16px;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-links {
    width: 33.33%;
  }
  .footer-bottom {
    padding: 24px 8px;
  }
  .nav-brand {
    padding-bottom: 2px;
  }
  .changelog {
    width: 100%;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .intro {
    margin-bottom: 48px;
  }
  .paragraph-big {
    font-size: 16px;
  }
  .item-count {
    position: absolute;
    top: 9px;
    right: 6px;
    width: 6px;
    height: 6px;
    min-width: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 50%;
    color: transparent;
  }
  .cart-button {
    position: relative;
    width: 44px;
    margin-right: 6px;
    margin-left: 0px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left-style: none;
  }
  .search-button {
    background-size: 24px;
  }
  .search-form-input {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 17px;
  }
  .nav-left {
    background-color: #151515;
  }
  .product-item {
    width: 50%;
  }
  .product-card.small {
    padding: 40px;
  }
  .product-card-image-wrapper.small {
    height: 200px;
  }
  .footer-logo-wrapper {
    width: 100%;
    padding-bottom: 40px;
  }
  .input.search-results-input {
    margin-right: 16px;
  }
  .input.subscribe-dark-input {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .input.no-margin-bottom {
    margin-bottom: 0px;
  }
  .logo-description {
    display: none;
  }
  .product-image-wrapper {
    height: 400px;
    padding: 40px;
  }
  .product-name {
    font-size: 28px;
    line-height: 36px;
  }
  .sidebar-block {
    padding-bottom: 40px;
  }
  .sidebar-link {
    padding: 6px 12px;
  }
  .page-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .logotypes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instagram {
    padding: 72px;
    -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;
  }
  .instagram-info {
    width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .instagram-previews {
    width: 66%;
    margin-bottom: 40px;
  }
  .instagram-bg-image {
    display: none;
  }
  .product-tabs-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-tab-link {
    margin-right: 24px;
    padding: 20px 0px;
    font-size: 12px;
  }
  .product-tab-content {
    padding-top: 48px;
  }
  .facebook-like {
    margin-top: 16px;
  }
  .input-wrapper-half {
    width: 100%;
  }
  .contact-form-wrapper {
    padding-bottom: 40px;
  }
  .posts {
    margin-bottom: 0px;
  }
  .post-item {
    width: 100%;
  }
  .post-card-preview {
    height: 280px;
  }
  .post-card-preview.big {
    height: 280px;
  }
  .post-card-content {
    margin-right: 8.33%;
    margin-left: 8.33%;
    padding: 40px 8.33%;
  }
  .post-card-content.big {
    margin-top: -40px;
  }
  .faq-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .faq-category-heading {
    margin-bottom: 40px;
  }
  .faq-category {
    margin-top: -16px;
    margin-bottom: 48px;
  }
  .collection-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .collection-card-preview {
    height: 136px;
  }
  .faq {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    padding: 24px 20px;
  }
  .search {
    padding-bottom: 40px;
  }
  .licence-items {
    width: 100%;
  }
  .licence-item {
    padding-right: 32px;
    padding-left: 32px;
  }
  .details-row {
    padding: 18px 0px;
    font-size: 13px;
    line-height: 20px;
  }
  .subscribe-dark-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-search-button {
    width: 44px;
    padding: 10px;
  }
  .search-bar {
    top: 60px;
    height: 72px;
    padding-right: 58px;
    padding-bottom: 0px;
    padding-left: 58px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .order-block {
    padding: 32px;
  }
  .order-block.small {
    padding: 32px;
  }
  .order-block-content {
    padding-top: 16px;
  }
  .checkout-form-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-icon-line-top {
    background-color: #ebb245;
  }
  .menu-icon-line-bottom {
    background-color: #ebb245;
  }
  .nav-search-icon {
    right: 10px;
  }
  .nav-search-close-icon {
    right: 10px;
  }
  .testimonials {
    padding-bottom: 124px;
  }
  .testimonials-heading {
    margin-top: 56px;
  }
  .testimonials-icon {
    width: 36px;
    margin-top: 54px;
  }
  .heading-2-buffer {
    line-height: 30px;
  }
  .columns {
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image {
    margin-bottom: 15px;
  }
  .image-40 {
    margin-bottom: 15px;
  }
  .heading {
    font-size: 24px;
  }
  .heading-5 {
    margin-top: 25px;
  }
  .sold {
    margin-top: 0px;
  }
  .columns-4 {
    margin-top: 100px;
  }
  .image-75 {
    height: 40vh;
  }
  .container-6 {
    margin-bottom: 529px;
  }
  .heading-22.sub-address {
    margin-top: -20px;
  }
  .section-12 {
    margin-top: -500px;
  }
  .container-10 {
    margin-top: -500px;
  }
  .container-11 {
    margin-top: -500px;
  }
  .container-12 {
    margin-top: -500px;
  }
  .image-92 {
    height: 61vh;
  }
}

@media screen and (max-width: 479px) {
  .section.page-header {
    height: 30vh;
  }
  .section.post-header {
    height: 320px;
  }
  .button.ghost {
    font-size: 12px;
  }
  .button.ghost.learn-more-button {
    font-size: 12px;
  }
  .button.ghost.property-button {
    margin-top: 1px;
  }
  .button.ghost.property-button.test-button {
    left: 15%;
    right: 15%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-style-wrapper {
    width: 100%;
    padding: 24px 8%;
  }
  .nav-bar {
    height: 100px;
  }
  .utility-page-content {
    width: 100%;
    padding: 40px;
  }
  .no-margin {
    margin: 0px;
  }
  .no-margin-bottom {
    margin-bottom: 0px;
  }
  .text-center.description {
    font-size: 20px;
  }
  .no-padding-vertical {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .footer-links {
    width: 50%;
    padding-bottom: 40px;
  }
  .change {
    padding-right: 0px;
    padding-left: 0px;
  }
  .change-icon {
    margin-right: 16px;
  }
  .no-padding {
    padding: 0px;
  }
  .no-padding-top {
    padding-top: 0px;
  }
  .no-padding-bottom {
    padding-bottom: 0px;
  }
  .page-wrapper {
    overflow: hidden;
  }
  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bg-image.hero-image-2 {
    height: 200%;
  }
  .bg-image.contact-image {
    height: 30vh;
    background-size: cover;
  }
  .bg-image.blog-image {
    background-position: 50% 50%;
  }
  .bg-image.about-image {
    height: 30vh;
    background-position: 50% 50%;
  }
  .hero-v4-nav {
    padding-top: 0px;
  }
  .intro.properties-on-market-space {
    margin-bottom: 0px;
  }
  .paragraph-big {
    font-size: 10px;
  }
  .slider-arrow {
    display: none;
  }
  .title.white.hero-services {
    font-size: 10px;
    line-height: 20px;
  }
  .nav-left {
    background-color: #151515;
  }
  .nav-right {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-item {
    width: 100%;
  }
  .product-item.small {
    width: 100%;
  }
  .product-card {
    padding: 40px;
  }
  .product-card-image-wrapper {
    height: auto;
  }
  .product-card-image-wrapper.small {
    height: auto;
  }
  .services {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .service {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-icon {
    margin-right: 16px;
    margin-bottom: 0px;
  }
  .service-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-bottom-left {
    width: 100%;
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-social {
    margin-top: 0px;
  }
  .footer-bottom-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .payment-icon {
    margin-right: 16px;
    margin-left: 0px;
  }
  .subscribe {
    padding: 64px 12% 40px;
  }
  .input.search-results-input {
    margin-bottom: 24px;
  }
  .input.no-margin-bottom {
    margin-bottom: 0px;
  }
  .product-image-wrapper {
    height: auto;
    padding: 0px;
  }
  .product-info {
    padding-right: 0%;
  }
  .sidebar-block {
    width: 100%;
  }
  .page-heading {
    margin-bottom: 10px;
  }
  .line-elements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .instagram {
    padding: 40px;
  }
  .instagram-previews {
    width: 100%;
    margin-bottom: 28px;
  }
  .input-wrapper-half {
    width: 100%;
  }
  .subscribe-discount {
    right: 16px;
    max-width: 90%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .input-wrapper-full {
    width: 100%;
  }
  .post-card-preview {
    height: 240px;
  }
  .post-card-preview.big {
    height: 240px;
  }
  .post-card-content {
    margin-right: 6%;
    margin-bottom: 15px;
    margin-left: 6%;
    padding: 32px 4%;
  }
  .post-card-content.big {
    margin-top: -32px;
    margin-right: 6%;
    margin-left: 6%;
    padding: 32px 4%;
  }
  .post-content-wrapper {
    width: 100%;
    margin-top: 0px;
    padding-top: 40px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .blog-categories {
    -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;
  }
  .blog-category-link {
    display: block;
  }
  .blog-category-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }
  .blog-categories-list {
    -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;
  }
  .faq-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-category {
    margin-top: -8px;
    margin-bottom: 16px;
    padding-top: 40px;
  }
  .side-block {
    padding-right: 0%;
    padding-left: 0%;
  }
  .side-block.no-padding-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote-text {
    font-size: 13px;
  }
  .collection {
    width: 100%;
  }
  .collection-card {
    padding: 48px 10%;
    box-shadow: inset 0 -1px 0 0 #e9e9e9;
  }
  .collection-card-preview {
    height: 160px;
  }
  .portrait {
    width: 100%;
  }
  .menu-button {
    margin-top: -25px;
    margin-left: -270px;
  }
  .search {
    width: 100%;
    -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;
  }
  .search-result-wrapper {
    width: 100%;
  }
  .cart-container {
    min-width: 320px;
  }
  .cart-list {
    padding-right: 16px;
    padding-left: 16px;
  }
  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .licence-item-info {
    margin-top: 8px;
    padding-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .details-heading {
    width: 96px;
  }
  .subscribe-dark {
    padding: 40px;
  }
  .instagram-heading {
    margin-top: 25px;
  }
  .search-bar {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }
  .order-block {
    padding: 24px 20px;
  }
  .order-block.small {
    padding: 24px;
  }
  .shipping-method-item {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .shipping-method-radio-button {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .select {
    width: 103%;
  }
  .menu-icon-line-top {
    background-color: #ebb245;
  }
  .menu-icon-line-bottom {
    background-color: #ebb245;
  }
  .testimonials {
    padding-bottom: 112px;
  }
  .testimonial {
    padding-left: 24px;
  }
  .testimonials-heading {
    margin-top: 32px;
    margin-bottom: 24px;
    margin-left: 24px;
  }
  .testimonials-icon {
    position: relative;
    margin-top: 40px;
    margin-left: 24px;
  }
  .testimonials-background {
    display: none;
  }
  .testimonials-nav {
    bottom: 32px;
    margin-left: 24px;
  }
  .testimonials-arrow {
    display: none;
  }
  .heading-2-buffer {
    margin-top: -64px;
    font-size: 26px;
    line-height: 30px;
  }
  .paragraph {
    padding-right: 0px;
  }
  .paragraph-2.services {
    font-size: 12px;
  }
  .columns {
    margin-top: -81px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image {
    margin-top: -25px;
    margin-bottom: 15px;
  }
  .image-40 {
    margin-bottom: 15px;
  }
  .mobile-logo {
    margin-top: -25px;
  }
  .collection-item {
    margin-top: 15px;
  }
  .collection-list {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-3 {
    text-align: center;
  }
  .contact-header {
    font-size: 15px;
  }
  .button-5 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .collection-list-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .image-53 {
    margin-bottom: 5px;
  }
  .image-55 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-56 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-57 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .sold {
    margin-top: 0px;
  }
  .section-5 {
    height: 40vh;
    margin-top: 100px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-3 {
    height: 30vh;
  }
  .mask {
    height: 30vh;
  }
  .slide-8 {
    height: 30vh;
  }
  .image-67 {
    height: 30vh;
  }
  .heading-19 {
    text-align: center;
  }
  .div-block-5 {
    display: block;
  }
  .div-block-6 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .columns-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-75 {
    width: 500px;
    height: 250px;
    margin-top: 100px;
  }
  .heading-20.stacked {
    margin-bottom: -10px;
  }
  .heading-21 {
    margin-top: 24px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-6 {
    height: 65px;
    margin: -64px auto 0px;
  }
  .heading-22 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 28px;
  }
  .heading-22.sub-address {
    font-size: 14px;
  }
  .section-11 {
    margin-top: 0px;
  }
  .container-8 {
    margin-top: 50px;
  }
  .section-12 {
    margin-top: 0px;
  }
  .container-10 {
    margin-top: 50px;
  }
  .container-11 {
    margin-top: 50px;
  }
  .container-12 {
    margin-top: 50px;
  }
  .columns-6 {
    margin-top: -100px;
  }
  .section-14 {
    height: 40vh;
  }
  .image-92 {
    display: block;
    overflow: visible;
    width: 100vw;
    height: 69vw;
    max-width: 300%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
}

