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

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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -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;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

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

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

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

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

.w-commerce-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-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

.w-commerce-commercecheckoutemailinput::-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-commerceboldtextblock {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

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

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

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

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6px;
  margin-bottom: 0px;
  padding-top: 404px;
  padding-bottom: 199px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 44px none #000;
  border-radius: 0px;
  background-image: url('https://www.worldstyle.com/media//joli/image/pexels-maksim-goncharenok-4352247.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2px 200px 39px;
  padding-top: 57px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  text-align: center;
  text-indent: 3px;
  white-space: normal;
}

.slide {
  background-image: url('https://www.worldstyle.com/media//joli/image/pexels-maksim-goncharenok-4352247.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  background-image: url('https://www.worldstyle.com/media//joli/image/pexels-isabelle-taylor-1421176.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider {
  width: 100.7%;
  height: 650px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.slide-2 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin: 0px 115px 0px 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.slide-3 {
  height: 12px;
  margin-top: -200px;
  margin-right: 7px;
  padding-top: 9px;
  padding-bottom: 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/pexels-isabelle-taylor-1421176.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/pexels-isabelle-taylor-1421176.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.h1-sp-cialiste {
  position: static;
  overflow: visible;
  width: 70%;
  height: auto;
  min-width: 500px;
  margin: 424px auto 5px;
  padding: 0px;
  border-bottom: 1px solid #828a59;
  border-radius: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #f3e7e7;
  font-size: 2.5vw;
  line-height: 5vw;
  font-weight: 400;
  text-align: center;
}

.right-arrow {
  margin-bottom: 0px;
}

.slide-nav-2 {
  margin-bottom: 0px;
}

.text-block-2 {
  margin: 28px 20px 0px 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #333;
  font-size: 1.5vw;
  line-height: 1vw;
  text-align: center;
}

.text-span {
  color: #a39061;
}

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

.video {
  left: 72px;
  bottom: -67px;
  display: block;
  width: 90vw;
  height: 300px;
  margin: 127px 36px 34px 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  height: 20px;
  margin-top: 8px;
  margin-bottom: -4px;
  padding: 50px 70px 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  text-align: center;
}

.heading-2 {
  display: block;
  width: 50%;
  min-width: 500px;
  margin-top: 14px;
  margin-bottom: -37px;
  margin-left: 331px;
  padding-top: 58px;
  -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-bottom: 1px solid #828a59;
  border-radius: 0px;
  background-color: #f5f5f5;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.image {
  margin-right: 61px;
  margin-bottom: 108px;
  margin-left: 21px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 93px;
}

.heading-3 {
  margin-top: 12px;
  margin-bottom: 86px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3vw;
  line-height: 1vw;
  text-align: center;
}

.heading-3.heading-4 {
  font-size: 2.5vw;
}

.link-block {
  margin-top: 90px;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 43px;
}

.div-block {
  position: relative;
  left: 352px;
  top: 58%;
  right: 0%;
  bottom: -13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 1px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #835b5b;
  opacity: 1;
  color: #e7d3d3;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.body {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: 'Nunito Sans', sans-serif;
}

.text-block-4 {
  display: inline-block;
  max-width: 100px;
  margin-top: -7px;
  margin-left: 72px;
  padding: 62px 300px 115px 193px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Elith.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #f4f1f1;
  font-style: normal;
  text-decoration: none;
}

.image-2 {
  overflow: visible;
  margin: -65px 8px 0px -9px;
  padding: 3px 0px 45px;
  text-align: left;
  mix-blend-mode: normal;
}

.div-block-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 12px;
  padding-bottom: 0px;
}

.text-block-5 {
  position: relative;
  top: 52px;
  bottom: -56px;
  margin-top: -35px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 77px;
  padding-left: 69px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.button {
  position: relative;
  left: 636px;
  top: 3px;
  right: 197px;
  bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 150px;
  margin: 27px 0px 101px;
  padding: 7px 0px 13px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.95);
  border-radius: 18px;
  background-color: #fff;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #161313;
  font-size: 18px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-3 {
  margin-left: 40px;
  padding-left: 0px;
}

.div-block-4 {
  margin-right: -3px;
  margin-left: 3px;
}

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

.link-to-radiateurs {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0px;
}

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

.text-radiateurs {
  margin-bottom: -8px;
  margin-left: -124px;
  padding-bottom: 0px;
  padding-left: 189px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Elith.png');
  background-position: 0px 0px;
  background-size: auto;
  color: #e4caca;
}

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

.div-block-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-right: 2px;
  margin-left: -10px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Elith.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-7 {
  overflow: visible;
}

.text-inside-div {
  position: absolute;
  left: 267px;
  right: 353px;
  bottom: -210px;
  width: 100px;
  height: 100px;
}

.text-block-8 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 104px 44px 0px -161px;
  padding-top: 145px;
  padding-bottom: 180px;
  padding-left: 197px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Elith.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-1-rad {
  position: absolute;
  width: 100%;
  height: 100px;
  min-width: 50px;
  margin-top: -1px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-left: -12px;
  padding-top: 0px;
  padding-right: 207px;
  padding-bottom: 22px;
  background-image: url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.div-block-7 {
  background-image: url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  overflow: hidden;
  margin-top: 237px;
  margin-bottom: 0px;
  padding-bottom: 445px;
}

.columns {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  clear: none;
  -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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.col-1 {
  padding-bottom: 279px;
}

.col-2 {
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pic1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: -2%;
  bottom: -10%;
  display: block;
  margin-left: 170px;
  padding-left: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.google-link {
  position: absolute;
  display: block;
  margin-right: 37px;
  margin-left: -4px;
  padding-right: 488px;
  padding-bottom: 351px;
  padding-left: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-col-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: -25px;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 70px 0px 41px 151px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-left: 42px;
  padding-left: 62px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-3 {
  margin-left: 20px;
}

.pricing-overview {
  position: static;
  display: block;
  padding: 80px 30px;
  float: none;
  clear: none;
  grid-auto-flow: row;
  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;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-top: -338px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 526px;
}

.centered-heading {
  margin-top: 21px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 41px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.pricing-description {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pricing-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

.pricing-image {
  width: 270px;
  height: 250px;
  margin-bottom: 16px;
  border-radius: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.gallery-slider {
  position: relative;
  z-index: auto;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

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

.gallery-slider-left:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

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

.gallery-slider-right:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

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

.div-block-8 {
  margin-left: -20px;
  padding-left: 0px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 500px;
  grid-row-gap: 500px;
}

.text-block-11 {
  margin-right: 5px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3vw;
  line-height: 1vw;
}

.bold-text {
  position: relative;
  left: -73px;
  bottom: -57px;
  margin-right: 33px;
  padding-right: 0px;
  padding-left: 385px;
  text-align: center;
}

.image-4 {
  display: block;
  margin-left: 116px;
  padding-top: 82px;
  padding-left: 0px;
  text-align: left;
}

.link-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-block-4 {
  position: static;
  left: -371%;
  top: -351%;
  right: 0%;
  bottom: 0%;
}

.lnk {
  position: absolute;
  left: -52px;
  top: 3834.21px;
  right: 1035px;
  bottom: -3429.21px;
}

.link-block-5 {
  position: fixed;
  bottom: -3563.21px;
}

.link1 {
  position: absolute;
  left: 0%;
  top: -183%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  margin-top: 82px;
  margin-bottom: -380px;
  padding: 407px 528px 304px 0px;
}

.image-5 {
  position: static;
}

.link-block-6 {
  position: absolute;
  margin-bottom: -63px;
  margin-left: -55px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.link-block-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.link-block-8 {
  position: absolute;
  left: 22px;
  top: 3365.21px;
  right: 20px;
  bottom: -3858.21px;
  margin-top: 24px;
}

.heading4 {
  width: 1000px;
  margin-top: 52px;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(38%, #3d3d3d), to(#fff));
  background-image: linear-gradient(180deg, #000, #3d3d3d 38%, #fff);
  opacity: 1;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  mix-blend-mode: normal;
}

.text-block-12 {
  margin-bottom: 42px;
  margin-left: 372px;
  padding-top: 901px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #131111;
  font-size: 30px;
  font-style: normal;
  text-align: left;
  text-decoration: none;
}

.div-block-9 {
  text-decoration: none;
}

.text-block-13 {
  text-decoration: none;
}

.text-block-14 {
  position: absolute;
  left: 391px;
  top: 4200.21px;
  display: block;
  margin-top: -219px;
  margin-bottom: 32px;
  margin-left: -124px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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-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;
  opacity: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #111011;
  font-size: 25px;
  text-align: center;
}

.columns-3 {
  position: absolute;
  left: -58%;
  top: 104%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  margin-top: 18px;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100px;
}

.text-block-15 {
  position: absolute;
  height: 100px;
  margin-top: 306px;
  margin-left: -32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fcf9f9;
  font-size: 30px;
}

.text-block-16 {
  margin-top: -65px;
  margin-left: 161px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 186px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
}

.text-block-17 {
  margin-top: 146px;
  margin-bottom: 33px;
  padding-bottom: 8px;
  font-size: 30px;
  text-align: center;
}

.image-8 {
  width: 800px;
  margin-right: 44px;
  margin-left: 130px;
  padding-top: 77px;
  padding-right: 112px;
  padding-left: 0px;
}

.link-block-9 {
  position: absolute;
  margin-right: -173px;
  margin-left: 148px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block-10 {
  position: absolute;
  margin: 0px -115px 9px -806px;
  padding-right: 469px;
  padding-bottom: 503px;
  padding-left: 316px;
}

.button-2 {
  position: relative;
  left: 665px;
  margin-top: 28px;
  margin-left: 0px;
  padding-left: 17px;
  border: 1px solid #000;
  border-radius: 13px;
  background-color: #fff;
  opacity: 1;
  color: #181717;
  text-align: center;
}

.text-block-18 {
  margin-top: 47px;
  margin-left: 555px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
}

.image-9 {
  margin-top: 75px;
  padding-top: 76px;
}

.link-block-11 {
  position: absolute;
  margin-right: -425px;
  margin-bottom: 115px;
  margin-left: -950px;
  padding-right: 280px;
  padding-bottom: 757px;
  padding-left: 689px;
}

.container-3 {
  margin-top: 41px;
  padding-right: 12px;
  padding-left: 0px;
}

.bold-text-2 {
  position: relative;
  left: 238px;
  margin-left: -130px;
  padding-left: 0px;
  font-size: 3vw;
  line-height: 5vw;
}

.text-block-19 {
  padding-top: 85px;
  padding-left: 181px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
}

.div-block-11 {
  width: 55%;
  height: 0px;
  margin-right: 214px;
  margin-bottom: 1px;
  margin-left: 230px;
  padding-right: 136px;
  padding-bottom: 2px;
  padding-left: 120px;
  border: 1px none #000;
  background-color: #1f1c1c;
}

.div-block-12 {
  width: 300px;
  height: 1px;
  margin-top: -7px;
  margin-left: 337px;
  padding-top: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
  background-color: #835b5b;
}

.div-block-13 {
  width: 300px;
  height: auto;
}

.text-block-20 {
  margin-top: 44px;
  padding-bottom: 53px;
  font-family: Lato, sans-serif;
  font-size: 2vw;
  line-height: 1.5vw;
  text-align: center;
}

.heading-4 {
  font-size: 8vw;
  line-height: 0vw;
  text-align: center;
}

.slider-2 {
  position: relative;
  right: 4px;
}

.slide-4 {
  position: static;
  right: 3px;
  margin-right: 39px;
  padding-right: 0px;
  background-image: url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-nav-3 {
  background-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-5 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-21 {
  width: 1614vw;
  text-align: center;
}

.div-block-14 {
  width: 100.7%;
  margin-bottom: 0px;
  padding-bottom: 77px;
  background-color: #fff;
}

.video-2 {
  width: 70%;
  height: 20%;
  min-height: 0px;
}

.div-block-15 {
  width: 100%;
  height: 60%;
  background-color: #f7f7f7;
}

.container-4 {
  margin-top: 111px;
}

.div-block-16 {
  margin-top: -199px;
  border-bottom: 1px solid #fff;
  background-color: #f5f5f5;
}

.video-3 {
  top: 0px;
}

.hero-heading-right {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -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;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.margin-bottom-24px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-bottom: 24px;
}

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

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

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

.link-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-10 {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: -11px;
  margin-bottom: -56px;
  padding-right: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-22 {
  margin-top: -22px;
  padding-top: 0px;
  padding-left: 32px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
}

.link-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -27%;
  font-size: 20px;
}

.collection-list {
  width: 105%;
  background-color: #fcf9f9;
}

.collection-list-wrapper {
  margin-top: 90px;
  padding-bottom: 0px;
}

.heading-5 {
  position: relative;
  left: 27px;
  margin-top: 74px;
  margin-bottom: -83px;
  font-size: 3vw;
  line-height: 10vw;
  text-align: center;
}

.collection-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 86px;
  padding-right: 0px;
  padding-bottom: 38px;
}

.collection-item {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-11 {
  position: absolute;
  top: -663px;
  bottom: -713.016px;
  width: 1400vw;
  margin-top: 71px;
  margin-bottom: -21px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.seche-serviettes-text {
  position: absolute;
  left: 310px;
  top: -38.7812px;
  bottom: 73px;
  margin-top: 4px;
  margin-bottom: 508px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #f6f0f0;
  font-size: 2.5vw;
  line-height: 20vw;
  text-align: center;
}

.link-block-14 {
  position: absolute;
  left: 145px;
  top: -93px;
  right: 933px;
  bottom: -2751.71px;
  width: 1000px;
}

.link-block-15 {
  position: absolute;
  bottom: 60.0156px;
  width: 1080px;
  height: 700px;
  margin-bottom: -13px;
  padding-bottom: 0px;
}

.heading-6 {
  position: relative;
  left: 24px;
  min-width: 3px;
  margin-top: 114px;
  font-size: 3vw;
  text-align: center;
}

.image-12 {
  position: relative;
  left: 18%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  padding-left: 181px;
  text-align: left;
}

.text-block-24 {
  position: static;
  width: 1439px;
  min-width: 375px;
  margin-top: 54px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.button-3 {
  position: relative;
  left: 38px;
  right: 958px;
  display: block;
  overflow: hidden;
  width: 275px;
  margin: 92px auto 0px;
  padding: 15px 25px 23px 27px;
  -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;
  border: 3px solid #000;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-family: 'Nunito Sans', sans-serif;
  color: #141414;
  font-size: 1vw;
  line-height: 1vw;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-4 {
  position: relative;
  left: 394px;
  top: auto;
  right: auto;
  overflow: hidden;
  width: 350px;
  margin: 119px auto 67px;
  padding: 22px 0px 25px;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  color: #3b2f2f;
  font-size: 3vw;
  line-height: 2px;
  text-align: center;
}

.text-block-25 {
  position: relative;
  left: -47px;
  margin-right: 0px;
  padding-right: 189px;
  padding-left: 355px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.image-13 {
  position: relative;
  left: -137px;
  display: block;
  overflow: hidden;
  width: 1500px;
  margin-right: 43px;
  margin-left: 0px;
  padding-top: 58px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-14 {
  position: absolute;
  left: 265px;
  top: 6310.18px;
  margin-bottom: 19px;
  padding-bottom: 0px;
}

.text-block-26 {
  position: absolute;
  left: 431px;
  top: 6217.18px;
  right: 0px;
  bottom: -6068.77px;
  width: 200px;
  margin-top: -278px;
  margin-bottom: 153px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 20vw;
}

.link-block-16 {
  position: absolute;
  top: 6044.18px;
  right: 5px;
  bottom: -6595.84px;
  width: 1000px;
  height: 700px;
  margin-top: -488px;
  margin-right: -29px;
  padding-top: 57px;
  padding-right: 0px;
}

.image-15 {
  display: block;
  width: 400px;
}

.collection-item-2 {
  margin-right: 26px;
  padding-top: 20px;
  padding-right: 2px;
  padding-left: 0px;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 9%;
  right: 1%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.image-16 {
  position: absolute;
  top: 91px;
  display: block;
}

.collection-list-2 {
  position: relative;
  left: -123px;
  overflow: hidden;
  width: 1500px;
  min-width: 375px;
  margin-right: 10px;
  margin-left: 131px;
  padding-right: 147px;
  padding-left: 0px;
}

.collection-item-3 {
  width: 1080px;
  height: 700px;
}

.text-block-27 {
  position: absolute;
  left: 25%;
  top: 74%;
  right: 0%;
  bottom: 0%;
  margin-top: 12px;
  margin-left: -45px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #faf8f8;
}

.collection-list-3 {
  position: relative;
  left: 182px;
  bottom: -598px;
  width: 1080px;
  margin-bottom: 25px;
  padding-bottom: 28px;
}

.link-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slide-6 {
  width: 200px;
  height: 1px;
}

.collection-item-4 {
  width: 33%;
  height: 60%;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
}

.section {
  margin-top: 49px;
}

.slider-wrapper {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.image-17 {
  display: block;
  width: 100%;
}

.slider-item {
  width: 24vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-5 {
  position: relative;
  width: 100%;
  height: 100.0000504273161%;
}

.bold-text-3 {
  position: relative;
  left: 20px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
}

.collection-list-4 {
  position: relative;
  left: 137px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1439px;
  min-width: 375px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-3 {
  margin-left: 357px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-stack {
  position: relative;
  padding: 80px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-top: -79px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px-2 {
  position: relative;
  bottom: -30px;
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5vw;
  line-height: 1.7em;
  font-weight: 200;
}

.button-primary-2 {
  position: relative;
  bottom: 308px;
  padding: 12px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #030303;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #fff;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: 'Nunito Sans', sans-serif;
  color: #070707;
  font-size: 16px;
  line-height: 1.7rem;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: none;
  cursor: none;
}

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 89px;
  margin-bottom: 337px;
  padding-bottom: 104px;
}

.hero-image.shadow-two {
  display: block;
}

.hero-stack-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.button-primary-3 {
  position: relative;
  bottom: auto;
  margin: 100px auto 20px;
  padding: 20px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #050505;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.button-primary-3:hover {
  background-color: #000;
  color: #fff;
}

.button-primary-3:active {
  background-color: #000;
}

.team-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.centered-heading-2 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-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;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.hero-without-image {
  position: relative;
  top: 68px;
  margin-top: auto;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.margin-bottom-24px-3 {
  position: relative;
  bottom: -46px;
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5vh;
  line-height: 4vh;
}

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

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

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

.heading-7 {
  font-family: 'Nunito Sans', sans-serif;
}

.hero-without-image-2 {
  position: relative;
  margin-bottom: 0px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.margin-bottom-24px-4 {
  position: relative;
  left: 9px;
  bottom: -44px;
  width: auto;
  height: auto;
  margin-top: 49px;
  margin-bottom: 24px;
  padding-bottom: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 200;
}

.heading-8 {
  width: 800px;
  height: 10vw;
  margin-top: 62px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 1.7vw;
  font-weight: 200;
}

.video-4 {
  position: relative;
  left: 185px;
  top: 184px;
  right: -185px;
  bottom: -1034px;
  overflow: visible;
  width: auto;
  height: auto;
  min-width: auto;
  margin: -238px auto 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-list-wrapper-4 {
  position: static;
  bottom: -4184.016px;
  margin-bottom: auto;
  padding-top: 43px;
  padding-bottom: 300px;
}

.hero-without-image-3 {
  position: relative;
  display: block;
  width: 75%;
  padding: 80px 30px;
  -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-bottom: 1px none #e4ebf3;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.margin-bottom-24px-5 {
  margin-bottom: 22px;
  padding-top: 30px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5vw;
}

.heading-9 {
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 10vw;
}

.hero-stack-3 {
  position: relative;
  padding: 80px 30px;
  border: 1px none #000;
  background-color: #fff;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  line-height: 3vw;
}

.heading-10 {
  border-bottom: 1px solid #828a59;
  font-size: 2vw;
  line-height: 6vw;
}

.hero-stack-4 {
  position: relative;
  padding: 80px 30px;
  border: 1px none #000;
  background-color: #fff;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  font-size: 1.5vw;
  line-height: 2vw;
  text-align: center;
}

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

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two {
  width: 1000px;
  max-width: none;
  background-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-11 {
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5vw;
  line-height: 10vw;
}

.collection-list-wrapper-5 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-28 {
  position: relative;
  top: 620px;
  color: #fff;
  font-size: 2vw;
  line-height: 1vw;
}

.link-block-18 {
  position: absolute;
  left: 15%;
  top: 317px;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1000px;
  height: 650px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  font-family: 'Nunito Sans', sans-serif;
}

.collection-item-6 {
  position: static;
  display: block;
  width: 100%;
  height: 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;
}

.image-18 {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  background-image: radial-gradient(circle closest-side at 50% 50%, #000, #fff);
  box-shadow: inset 0 0 0 -12px #000;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.link-block-19 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.link-block-20 {
  position: absolute;
  left: 38px;
  top: 272.891px;
  right: 722px;
  bottom: 76.5px;
}

.link-block-21 {
  position: absolute;
  left: 29px;
  top: 276.891px;
  right: 1185px;
  bottom: 127.5px;
}

.text-block-29 {
  position: absolute;
  top: 571.891px;
  padding-left: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-22 {
  position: absolute;
  top: 31px;
  right: auto;
  bottom: auto;
}

.text-block-30 {
  position: relative;
  left: 6px;
  top: 59px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
}

.collection-list-wrapper-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-19 {
  position: static;
  display: inline-block;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item-7 {
  display: inline-block;
}

.image-20 {
  position: relative;
  width: 1200px;
  height: 800px;
  max-width: none;
}

.text-block-31 {
  position: absolute;
  left: auto;
  top: auto;
  right: 620px;
  bottom: 652px;
  padding-top: 4px;
  color: #fff;
}

.image-21 {
  position: absolute;
  left: 462px;
  top: 394.797px;
}

.collection-list-wrapper-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-22 {
  display: inline-block;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list-wrapper-8 {
  display: inline-block;
  width: 1200px;
  max-width: none;
}

.image-23 {
  display: inline-block;
  width: 1000px;
  height: 205.03125px;
  opacity: 1;
}

.collection-item-8 {
  display: inline-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;
}

.collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-right: 240px;
  margin-left: -30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.image-24 {
  position: relative;
  left: 0%;
  top: -46%;
  right: 0%;
  bottom: 0%;
}

.link-block-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.link-block-24 {
  position: absolute;
  left: 28px;
  width: 19%;
  height: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-32 {
  position: absolute;
  top: auto;
  bottom: 153.625px;
  padding-top: 0px;
  padding-bottom: 42px;
  padding-left: 65px;
  color: #fff;
  font-size: 1.2vw;
}

.link-block-25 {
  position: absolute;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: -206px;
  margin-left: -171px;
  padding-top: 0px;
  padding-right: 172px;
  padding-bottom: 205px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.mask {
  height: auto;
}

.hero-stack-5 {
  position: relative;
  padding: 80px 30px;
  border: 1px none #000;
  background-color: #fff;
}

.container-9 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

.margin-bottom-24px-8 {
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 200;
}

.button-primary-6 {
  padding: 12px 25px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #050505;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: none;
}

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

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-3.shadow-two {
  width: 30%;
  max-width: 30%;
  box-shadow: none;
}

.heading-12 {
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
}

.hero-stack-6 {
  position: relative;
  margin-top: 49px;
  padding: 68px 30px 80px;
  border: 1px none #000;
  background-color: #fff;
}

.margin-bottom-24px-9 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 200;
}

.button-primary-7 {
  padding: 20px 32px;
  border: 2px solid #000;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
}

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

.button-primary-7:active {
  background-color: #000;
}

.button-primary-7.button-primary-line {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  letter-spacing: 0px;
}

.button-primary-7.button-primary-line:hover {
  background-color: #000;
}

.heading-13 {
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
}

.slide-7 {
  background-image: url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-8 {
  overflow: visible;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.slide-9 {
  overflow: visible;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
  background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slider-3 {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-right: 0px;
}

.hero-without-image-4 {
  position: relative;
  height: 100%;
  padding: 0px;
  border-bottom: 1px none #e4ebf3;
  background-color: transparent;
}

.container-10 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper-two-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

.heading-14 {
  width: 70%;
  margin-top: 109px;
  margin-left: 298px;
  border-bottom: 1px solid #828a59;
  border-radius: 0px;
  color: #fffefe;
  font-size: 2.5vw;
  line-height: 5vw;
}

.heading-15 {
  margin-top: 442px;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 200;
}

.heading-15.h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.hero-without-image-5 {
  position: relative;
  height: 100%;
  padding: 0px;
  border: 1px none #000;
  background-color: transparent;
}

.heading-16 {
  margin-top: -54px;
  padding-top: 147px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 1.2em;
  font-weight: 200;
}

.hero-stack-7 {
  position: relative;
  margin-bottom: 0px;
  padding: 0px 30px 4px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.collection-item-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-25 {
  opacity: 1;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-33 {
  position: relative;
  left: -117px;
  top: 135px;
  right: 198px;
  width: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 400;
}

.image-26 {
  position: absolute;
  left: 0%;
  top: 19%;
  right: 0%;
  bottom: 0%;
}

.link-block-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 10px;
  bottom: 0%;
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.link-block-27 {
  position: absolute;
  left: 0%;
  top: 21%;
  right: 0%;
  bottom: 5%;
  width: 100%;
  max-height: none;
  max-width: none;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.text-block-34 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 338px;
  color: #fff9f9;
  font-size: 2vw;
}

.image-27 {
  position: absolute;
  left: 250px;
  margin-top: 93px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.link-block-28 {
  position: absolute;
  left: 0%;
  top: 27%;
  right: -49%;
  bottom: 7%;
}

.image-28 {
  position: relative;
  top: 223px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.text-block-35 {
  position: relative;
  top: -289px;
  color: #fff8f8;
}

.link-block-29 {
  margin-top: 0px;
  padding-top: 0px;
}

.text-block-36 {
  position: relative;
  left: 23px;
  top: -44px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 1.5vw;
}

.hero-stack-8 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

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

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

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

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

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-5.shadow-two {
  width: 30%;
  max-width: 30%;
  box-shadow: none;
}

.collection-item-10 {
  position: relative;
  left: 103px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
  max-width: 240px;
  min-width: 240px;
  margin-right: 19px;
  -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-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-30 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 290px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.collection-list-8 {
  position: relative;
  left: -633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 100px;
}

.image-29 {
  position: relative;
  top: 33px;
}

.hero-stack-9 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  line-height: 2vw;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

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

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

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

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

.hero-image-6 {
  width: 100%;
  margin-top: 50px;
}

.heading-17 {
  border-bottom: 1px solid #828a59;
  font-size: 2.5vw;
  line-height: 2vw;
}

.collection-item-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  height: 450px;
  margin-right: 23px;
  margin-bottom: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-9 {
  position: relative;
  left: -252px;
  bottom: -26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 0px;
}

.link-block-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: -54%;
  bottom: 0%;
  width: 630px;
  height: 450px;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.collection-list-wrapper-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

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

.text-block-39 {
  position: relative;
  left: 7px;
  top: 407px;
  max-height: 100px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
}

.team-slider-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-14 {
  width: 921px;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading-3 {
  position: relative;
  left: 316px;
  width: 300px;
  margin-top: 2px;
  margin-bottom: 16px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5vw;
  line-height: 5vw;
  text-align: center;
}

.centered-subheading-2 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper-2 {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-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;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  position: static;
  bottom: -60px;
  margin-top: -183px;
  font-size: 10px;
}

.image-31 {
  margin-right: 0px;
}

.mask-2 {
  padding-right: 0px;
}

.gallery-slider-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.gallery-slide-2 {
  left: 144px;
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-image-2 {
  position: static;
  right: auto;
  width: 400px;
  max-width: none;
}

.gallery-slide-text-2 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left-2 {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-left-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-right-2:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

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

.link-block-32 {
  position: relative;
  top: -217px;
  bottom: auto;
  width: 400px;
  height: 220px;
}

.link-block-33 {
  position: relative;
  top: -222px;
  width: 400px;
  height: 220px;
}

.link-block-34 {
  position: relative;
  top: -220px;
  width: 400px;
  height: 220px;
}

.team-circles {
  position: relative;
  margin-bottom: -83px;
  padding: 80px 30px 0px;
  border-bottom: 1px solid #e4ebf3;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  position: relative;
  left: -30px;
  width: 300px;
  height: 270px;
  max-width: none;
  margin-right: -16px;
  margin-bottom: 24px;
  padding-right: 5px;
  border-radius: 0%;
  -o-object-fit: contain;
  object-fit: contain;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position {
  margin-bottom: 24px;
}

.grid {
  position: static;
  left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-32 {
  position: relative;
  right: 31px;
  width: 450px;
  max-width: none;
  margin-right: -12px;
}

.image-33 {
  position: relative;
  left: 19px;
  width: 450px;
  max-width: none;
}

.team-member-image-2 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-18 {
  position: relative;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 200;
}

.link-block-35 {
  position: relative;
  left: -536px;
  width: 450px;
}

.link-block-36 {
  position: relative;
  left: 150px;
  width: 450px;
}

.image-34 {
  width: 270px;
  height: 230px;
  max-width: none;
}

.image-35 {
  width: 270px;
  height: 230px;
  max-width: none;
}

.image-36 {
  width: 270px;
  height: 230px;
  max-width: none;
}

.image-37 {
  width: 270px;
  height: 230px;
  max-width: none;
}

.text-block-40 {
  position: relative;
  bottom: -223px;
}

.gallery-slider-3 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-wrapper-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.gallery-slide-3 {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper-3 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-3 {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-slide-text-3 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left-3 {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-left-3:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left-3[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-right-3:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right-3[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav-3 {
  display: none;
}

.team-circles-2 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.centered-heading-4 {
  position: relative;
  left: 375px;
  width: 300px;
  margin-bottom: 16px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3vw;
  line-height: 5vw;
  text-align: center;
}

.centered-subheading-3 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-grid-2 {
  position: relative;
  left: -122px;
  display: -ms-grid;
  display: grid;
  width: 1200px;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-3 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-2 {
  position: relative;
  left: -108px;
  top: 277px;
  margin-bottom: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.image-38 {
  width: auto;
}

.team-circles-3 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading-5 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading-4 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-grid-3 {
  position: static;
  left: -176px;
  top: -238px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 8px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-grid-3.grid-r {
  justify-items: center;
  grid-auto-columns: minmax(200px, 1fr);
  -ms-grid-columns: minmax(50%, 0.3fr) minmax(50%, 0.3fr);
  grid-template-columns: minmax(50%, 0.3fr) minmax(50%, 0.3fr);
}

.team-card-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 300px;
  -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;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-4 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-3 {
  position: relative;
  left: -33px;
  top: 113px;
  margin-bottom: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fffcfc;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.hero-stack-10 {
  position: relative;
  top: -136px;
  padding: 0px 30px 80px;
  border: 1px none #000;
  background-color: #fff;
}

.container-17 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two-7 {
  position: relative;
  top: -81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 0px auto -190px;
  padding-top: 0px;
  padding-bottom: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.margin-bottom-24px-13 {
  position: relative;
  top: 101px;
  margin-bottom: 24px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1vw;
}

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

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

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

.hero-image-7 {
  width: 100%;
  margin-top: 50px;
}

.heading-19 {
  position: static;
  top: 0px;
  bottom: 0px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.image-39 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.team-slider-3 {
  position: relative;
  top: -251px;
  width: 100%;
  height: 700px;
  max-height: 1200px;
  min-height: 700px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.container-18 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.centered-heading-6 {
  position: relative;
  left: 303px;
  width: 300px;
  margin-bottom: 16px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.centered-subheading-5 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper-3 {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  clear: both;
  background-color: #fff;
}

.team-slide-wrapper-3 {
  width: 25%;
  margin-right: 0%;
}

.team-slide-wrapper-3:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 3px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.team-block-3 {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2vw;
  font-weight: 300;
  text-transform: uppercase;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 5px;
}

.heading-20 {
  position: static;
  top: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  line-height: 4;
  font-weight: 400;
  text-align: center;
}

.text-block-41 {
  position: static;
  top: auto;
  width: 45%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 0px;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 40.8px;
  font-weight: 300;
  text-align: center;
}

.text-block-41.text-block-maison {
  width: 55%;
  margin-bottom: 80px;
  color: #000;
  line-height: 32.5px;
}

.team-circles-4 {
  position: relative;
  top: auto;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.centered-heading-7 {
  margin-bottom: 16px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 200;
  text-align: center;
}

.team-grid-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 188px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card-4 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-5 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-4 {
  position: relative;
  left: 0px;
  top: -80px;
  margin-bottom: 6px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 200;
  text-decoration: none;
}

.team-member-position-4 {
  margin-bottom: 24px;
}

.image-40 {
  width: 400px;
  height: 300px;
  max-width: none;
}

.image-41 {
  width: 400px;
  height: 300px;
  max-width: none;
}

.slide-11 {
  top: auto;
  height: 650px;
  background-image: url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('https://www.worldstyle.com/media//joli/image/MAISON-CRÉATIVE-n°120-Page-77-1-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-4 {
  height: 100px;
  max-height: 1500px;
  min-height: 650px;
}

.hero-without-image-6 {
  position: relative;
  margin-top: -300px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.container-19 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.hero-wrapper-two-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 30px auto 100px;
  -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;
  text-align: center;
}

.text-block-65 {
  position: relative;
  top: auto;
  width: 60%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 200;
}

.text-block-65.text-block-line {
  width: 75%;
  margin-top: 40px;
}

.text-block-65.text-block-line.text-block-thebest {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #000;
}

.text-block-65.text-block-line.text-block-first {
  margin-top: 30px;
}

.text-block-65.text-block-line {
  margin-top: 0px;
  color: #000;
}

.text-block-65.text-block-reals {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
}

.button-primary-12 {
  margin-bottom: 67px;
  padding: 12px 25px 0px;
  border: 1px none #000;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: none;
}

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

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

.hero-stack-11 {
  position: relative;
  padding: 122px 30px 80px;
  border: 1px none #000;
  background-color: #fff;
}

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

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

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

.hero-image-8 {
  width: 100%;
  margin-top: 50px;
}

.heading-21 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.5vw;
  line-height: 4vw;
  font-weight: 200;
}

.image-42 {
  position: relative;
  top: -497px;
}

.grid-2 {
  position: relative;
  top: 12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-43 {
  height: 133px;
}

.image-44 {
  height: 133px;
}

.image-45 {
  width: 160px;
  height: 133px;
}

.image-46 {
  width: 160px;
  height: 133px;
}

.link-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-right: 0px;
  margin-left: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/Square_7.jpg');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/Square_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-37:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/Square_7.jpg');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/Square_7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-38 {
  width: 180px;
  height: 210px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/Irsap-home-page-2.jpg');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/Irsap-home-page-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-39:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/Irsap-home-page-2.jpg');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/Irsap-home-page-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50vh;
  margin-left: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.41)), to(rgba(58, 56, 56, 0.41))), url('https://www.worldstyle.com/media//joli/image/Image5.jpg');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.41), rgba(58, 56, 56, 0.41)), url('https://www.worldstyle.com/media//joli/image/Image5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-40:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/Image5.jpg');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/Image5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50vh;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/Capture-d’écran-2020-08-20-à-15.04.43.png');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/Capture-d’écran-2020-08-20-à-15.04.43.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-41:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/Capture-d’écran-2020-08-20-à-15.04.43.png');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/Capture-d’écran-2020-08-20-à-15.04.43.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-42 {
  position: static;
  left: -3px;
  top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-42:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-43 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Steel_Glam.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-44 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Mike.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-45 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Vipera.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-46 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Stand.png');
  background-size: cover;
}

.link-block-46.stand {
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-46.hotform {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Hot_Form_Horizontal.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-46.linear {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Linear.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-46.steelglam {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Steel_Glam.png');
  background-size: cover;
}

.link-block-46.mike {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Mike.png');
  background-position: 50% 50%;
}

.link-block-46.zigzag {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_ZigZag.png');
  background-position: 50% 50%;
}

.link-block-46.wind {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Wind.png');
  background-position: 50% 50%;
}

.link-block-46.vivo {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Vivo.png');
  background-position: 50% 50%;
}

.link-block-46.vipera {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Vipera.png');
  background-position: 50% 50%;
}

.link-block-46.simpledw {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Simple_DW.png');
  background-position: 50% 50%;
}

.link-block-47 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Stand.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-48 {
  width: 200px;
  height: 260px;
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Vivo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-49 {
  width: 1000px;
  height: 400px;
  margin-top: 44px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.text-block-42 {
  position: relative;
  top: -333px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: 200;
}

.heading-22 {
  position: static;
  left: 0px;
  width: auto;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #828a59;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 200;
  text-align: center;
}

.image-47 {
  padding-left: 1px;
}

.team-circles-5 {
  position: static;
  top: -170px;
  margin-top: -120px;
  margin-bottom: 0px;
  padding: 0px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-20 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  padding-right: 30px;
  padding-left: 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centered-heading-8 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading-6 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-grid-5 {
  position: relative;
  left: auto;
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card-5 {
  position: relative;
  left: -4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -59px;
  -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;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-6 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-5 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-5 {
  margin-bottom: 24px;
}

.team-slider-4 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading-9 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading-7 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-slider-wrapper-4 {
  height: auto;
  margin-top: 50px;
  background-color: transparent;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  padding-bottom: 24px;
  background-color: #fff;
}

.team-member-image-two-4 {
  display: block;
  margin-bottom: 18px;
}

.team-block-info-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-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;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.arrow-embed-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2px;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  position: static;
  bottom: -60px;
  margin-top: 24px;
  font-size: 10px;
}

.gallery-slider-4 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.gallery-slide-4 {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper-4 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-4 {
  position: relative;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-slide-text-4 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

.gallery-slider-left-4 {
  left: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-left-4:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-left-4[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.slider-arrow-embed-4 {
  color: #1a1b1f;
}

.gallery-slider-right-4 {
  right: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.gallery-slider-right-4:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slider-right-4[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.gallery-slide-nav-4 {
  display: none;
}

.team-circles-6 {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.team-grid-6 {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-card-6 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-7 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-6 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-6 {
  margin-bottom: 24px;
}

.hero-stack-12 {
  position: relative;
  left: 5px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #fff;
}

.container-22 {
  width: 90%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}

.hero-wrapper-two-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  text-align: center;
}

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

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

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

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

.hero-image-9 {
  width: 100%;
  margin-top: 50px;
}

.video-5 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-50 {
  width: 430px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-51 {
  width: 430px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-13 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-13:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.slide-14 {
  background-image: url('https://www.worldstyle.com/media//joli/image/MAISON-CRÉATIVE-n°120-Page-77-1-scaled.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider-5 {
  height: 100%;
  max-width: 100%;
  background-color: transparent;
}

.button-5 {
  width: 430px;
  height: 300px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.button-6 {
  width: 430px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.button-7 {
  width: 530px;
  height: 300px;
  max-width: none;
  margin-left: 777px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.button-8 {
  width: 530px;
  height: 300px;
  margin-left: 138px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
}

.button-9 {
  width: 350px;
  height: 270px;
  margin-left: -15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.button-10 {
  width: 350px;
  height: 270px;
  margin-left: 122px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.button-11 {
  width: 350px;
  height: 270px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.button-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  cursor: pointer;
}

.button-12:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('https://www.worldstyle.com/media//joli/image/Sèche-Serviette.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.team-circles-7 {
  position: relative;
  left: 216px;
  width: 800px;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.centered-heading-10 {
  margin-bottom: 16px;
  text-align: center;
}

.centered-subheading-8 {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-grid-7 {
  position: relative;
  left: -208px;
  bottom: 151px;
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  -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;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image-8 {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name-7 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position-7 {
  margin-bottom: 24px;
}

.button-13 {
  display: inline-block;
  -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;
  text-align: left;
}

.button-14 {
  width: 470px;
  height: 300px;
}

.button-15 {
  width: 470px;
  height: 300px;
}

.button-16 {
  width: 455.5px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid-3 {
  position: relative;
  left: -208px;
  top: -134px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-17 {
  width: 296.3333435058594px;
  height: 300px;
  background-image: url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png'), url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.button-18 {
  width: 455.5px;
  height: 300px;
  background-image: url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-19 {
  width: 296.3333435058594px;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button-20 {
  width: 296.3333435058594px;
  height: 300px;
  background-image: url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-position: 50% 50%;
  background-size: cover;
}

.button-21 {
  height: 40vh;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-22 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-23 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.section-1 {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: 150px;
  padding-bottom: 0px;
  background-color: transparent;
}

.container-24 {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  margin-bottom: 150px;
}

.columns-4 {
  position: static;
  height: auto;
  max-height: 100%;
  min-height: 100vh;
  margin-right: 0px;
  margin-bottom: 100px;
  margin-left: 0px;
  background-color: transparent;
}

.column {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.column-2 {
  position: absolute;
  right: 10px;
  height: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 20px;
}

.div-block-25 {
  position: fixed;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 20%;
  min-height: 100%;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.div-block-19 {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px 50px;
  background-color: #a98c23;
  text-align: center;
}

.image-51 {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

.link {
  display: block;
  margin-bottom: 0px;
  border-bottom: 1px none #000;
  outline-color: #b3a54b;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #a98c23;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer;
}

.heading-23 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-weight: 200;
}

.div-block-20 {
  width: 30%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  background-color: #a98c23;
}

.div-block-20.separateur-partenaires {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-2 {
  display: block;
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #a98c23;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
}

.button-24 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.button-24:hover {
  box-shadow: 1px 6px 11px -1px rgba(29, 29, 29, 0.21);
}

.text-block-43 {
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: snow;
  font-size: 24px;
  font-weight: 200;
}

.section-2 {
  width: 100%;
}

.grid-4 {
  position: relative;
  z-index: auto;
  margin-top: 0px;
  padding: 60px 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.text-block-44 {
  text-transform: uppercase;
}

.text-block-45 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block-46 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block-47 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.text-block-48 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  text-align: center;
}

.link-3 {
  font-family: 'Nunito Sans', sans-serif;
  color: #2e2e2e;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.div-block-21 {
  text-align: center;
}

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

.section-3 {
  height: 90px;
  background-color: #302f2d;
}

.body-2 {
  background-color: #fafafb;
}

.div-block-22 {
  text-align: center;
}

.div-block-23 {
  text-align: center;
}

.image-52 {
  width: 50px;
}

.image-53 {
  width: 50px;
}

.image-54 {
  width: 50px;
}

.text-span-3 {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.image-55 {
  width: 50px;
}

.svg-icons-exp {
  width: 44px;
  margin-bottom: 10px;
}

.image-56 {
  height: 30px;
  margin-right: 5px;
}

.image-57 {
  height: 30px;
  margin-right: 5px;
}

.image-58 {
  height: 30px;
  margin-right: 5px;
}

.image-59 {
  height: 30px;
}

.div-block-24 {
  width: 100%;
  height: 90vh;
  cursor: auto;
}

.separation {
  position: relative;
  display: block;
  width: 30%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #a58c39;
}

.separation.separateur {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.div-block-26 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.slide-nav-4 {
  overflow: hidden;
  width: 100%;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.text-block-50 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.text-block-51 {
  padding-bottom: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #0c0c0c;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fafafb;
}

.section-6 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.container-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5 {
  width: 100%;
  margin-top: 25px;
  padding: 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.button-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  cursor: pointer;
}

.container-27 {
  height: auto;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
}

.section-7 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafb;
}

.text-block-52 {
  padding-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #af9850;
  font-weight: 300;
}

.text-block-53 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
}

.mask-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.section-8 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-span-4 {
  text-transform: none;
}

.section-9 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #fafafb;
}

.section-hero-partenaires {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(169, 140, 35, 0.06);
}

.paragraph-3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.image-60 {
  width: 30%;
  max-width: 50%;
}

.text-block-66 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.image-61 {
  height: 250px;
}

.link-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-52:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 33, 33, 0.8)), to(rgba(34, 33, 33, 0.8))), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-image: linear-gradient(180deg, rgba(34, 33, 33, 0.8), rgba(34, 33, 33, 0.8)), url('https://www.worldstyle.com/media//joli/image/100-Righe-Accessori-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-62 {
  display: inline-block;
  float: none;
  text-align: left;
}

.text-block-67 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.section-11 {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafb;
}

.container-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  text-align: center;
}

.section-hero-realisations {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eff0f4;
}

.grid-6 {
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
  padding-left: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 54, 54, 0.5)), to(rgba(57, 54, 54, 0.5))), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-image: linear-gradient(180deg, rgba(57, 54, 54, 0.5), rgba(57, 54, 54, 0.5)), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-53:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 54, 54, 0.41)), to(rgba(57, 54, 54, 0.41))), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-image: linear-gradient(180deg, rgba(57, 54, 54, 0.41), rgba(57, 54, 54, 0.41)), url('https://www.worldstyle.com/media//joli/image/SIMON-ROUL-ARCHITECTE_DSC_5486_worldstyle_radiateur_industriel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 54, 54, 0.5)), to(rgba(57, 54, 54, 0.5))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(57, 54, 54, 0.5), rgba(57, 54, 54, 0.5)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

.link-block-54:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 101, 101, 0.4)), to(rgba(106, 101, 101, 0.4))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-image: linear-gradient(180deg, rgba(106, 101, 101, 0.4), rgba(106, 101, 101, 0.4)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.text-block-68 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.heading-24 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 200;
}

.paragraph-4 {
  width: 100%;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
}

.container-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  width: 100%;
  margin-bottom: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 200;
  text-align: center;
}

.button-27 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 32px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  font-size: 18px;
}

.section-14 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafb;
}

.link-block-55 {
  width: 100%;
  height: 100%;
}

.image-63 {
  margin-top: 40px;
  margin-bottom: 0px;
  box-shadow: 8px 7px 20px 10px rgba(0, 0, 0, 0.16);
}

.container-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.section-16 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fafafb;
}

.heading-25 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.container-31 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-32 {
  height: 90vh;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
}

.section-17 {
  background-color: #fafafb;
}

.container-33 {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.container-34 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-7 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  cursor: pointer;
}

.link-block-56:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.link-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  cursor: pointer;
}

.link-block-57:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  cursor: pointer;
}

.link-block-58:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  cursor: pointer;
}

.link-block-59:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.link-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  -webkit-transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  transition: opacity 200ms cubic-bezier(.55, .055, .675, .19);
  text-decoration: none;
  cursor: pointer;
}

.link-block-60:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.text-block-69 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.link-block-61 {
  display: block;
  width: auto;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #000;
  text-decoration: none;
}

.mask-5 {
  height: 100%;
}

.slide-15 {
  background-image: url('https://www.worldstyle.com/media//joli/image/1_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-6 {
  width: 100%;
  height: 90vh;
}

.slide-16 {
  background-image: url('https://www.worldstyle.com/media//joli/image/2_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('https://www.worldstyle.com/media//joli/image/3_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('https://www.worldstyle.com/media//joli/image/4_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('https://www.worldstyle.com/media//joli/image/5_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('https://www.worldstyle.com/media//joli/image/6_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('https://www.worldstyle.com/media//joli/image/7_Partenaire_Tubes.png');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.body-6 {
  background-color: #fafafb;
}

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

.slider-7 {
  width: 100%;
  height: 90vh;
}

.slide-22 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Caleido_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Caleido_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Caleido_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Caleido_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('https://www.worldstyle.com/media//joli/image/Caleido.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-3 {
  position: fixed;
  height: 100vh;
  padding-top: 140px;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 300;
}

.div-block-27 {
  width: 50%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #a98c23;
}

.link-4 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #af9850;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
}

.paragraph-6 {
  font-family: 'Nunito Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

.link-block-62 {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  text-decoration: none;
}

.heading-27 {
  margin-bottom: 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.text-block-70 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 200;
}

.image-64.slider-realisations-img {
  overflow: hidden;
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-4 {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.columns-5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.body-8 {
  background-color: #fafafb;
}

.column-5 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  max-height: none;
  min-height: auto;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.column-6 {
  position: relative;
  max-height: 100vh;
  padding-top: 60px;
}

.section-19 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-20 {
  position: static;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.columns-6 {
  overflow: visible;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100%;
  margin-bottom: 140px;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-7 {
  position: relative;
  z-index: auto;
  height: 100vh;
  padding-top: 20px;
  padding-left: 20px;
}

.div-block-realisations {
  position: fixed;
  z-index: auto;
  width: 30%;
  margin-top: 60px;
}

.column-8 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  max-height: 100%;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-left: 10px;
}

.columns-7 {
  position: static;
  width: 100%;
  height: auto;
  max-height: 100%;
  min-height: 100vh;
}

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

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a98c23;
}

.text-block-71 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 32px;
  font-weight: 200;
}

.paragraph-7 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

.heading-28 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 35px;
  font-weight: 300;
}

.link-5 {
  display: block;
  margin: 40px auto;
  border: 1px none #000;
  font-family: 'Nunito Sans', sans-serif;
  color: #af9850;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.slide-27 {
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-28 {
  width: 33%;
}

.link-block-63 {
  width: 100%;
  height: 100%;
}

.slide-29 {
  width: 33%;
  margin-right: 10px;
}

.section-21 {
  position: relative;
  top: auto;
  height: 600px;
}

.section-22 {
  position: static;
  height: auto;
}

.image-66 {
  display: block;
}

.column-9 {
  height: 100%;
  min-height: 100%;
}

.section-23 {
  height: 800px;
  background-color: #724141;
}

.slider-8 {
  position: relative;
  overflow: hidden;
  width: 101%;
  height: 50vh;
  margin-right: auto;
  margin-left: -10px;
  background-color: transparent;
}

.slide-30 {
  width: 33%;
  margin-right: 10px;
}

.slide-31 {
  width: 33%;
  margin-right: 10px;
}

.slide-32 {
  width: 33%;
  margin-right: 10px;
}

.slide-33 {
  width: 33%;
  margin-right: 10px;
}

.slide-34 {
  width: 33%;
  margin-right: 10px;
}

.body-9 {
  background-color: #fafafb;
}

.section-24 {
  height: 800px;
  background-color: #bd4040;
}

.slide-35 {
  width: 33%;
  margin-right: 10px;
}

.slide-36 {
  width: 33%;
  margin-right: 10px;
}

.slide-37 {
  width: 33%;
  margin-right: 10px;
}

.slide-38 {
  width: 33%;
  margin-right: 10px;
}

.slide-39 {
  width: 33%;
  margin-right: 10px;
}

.slide-40 {
  width: 33%;
  margin-right: 10px;
}

.slide-41 {
  width: 33%;
  margin-right: 10px;
}

.image-67 {
  padding-bottom: 20px;
}

.slide-42 {
  width: 33%;
  margin-right: 10px;
}

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

.slide-43 {
  width: 33%;
  margin-right: 10px;
}

.slide-44 {
  width: 33%;
  margin-right: 10px;
}

.slide-45 {
  width: 33%;
  margin-right: 10px;
}

.slide-46 {
  width: 33%;
  margin-right: 10px;
}

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

.slide-47 {
  width: 33%;
  margin-right: 10px;
}

.slide-48 {
  width: 33%;
  margin-right: 10px;
}

.slide-49 {
  width: 33%;
  margin-right: 10px;
}

.slide-50 {
  width: 33%;
  margin-right: 10px;
}

.slide-51 {
  width: 33%;
  margin-right: 10px;
}

.slide-52 {
  width: 33%;
  margin-right: 10px;
}

.slide-53 {
  width: 33%;
  margin-right: 10px;
}

.section-25 {
  height: 800px;
  background-color: #a35d5d;
}

.mask-6 {
  text-align: left;
}

.image-71 {
  width: 100%;
}

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

.body-10 {
  background-color: #fafafb;
}

.body-11 {
  background-color: #fafafb;
}

.body-12 {
  background-color: #fafafb;
}

.body-13 {
  background-color: #fafafb;
}

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

.body-15 {
  background-color: #fafafb;
}

.body-16 {
  background-color: #fafafb;
}

.body-17 {
  background-color: #fafafb;
}

.body-18 {
  background-color: #fafafb;
}

.body-19 {
  background-color: #fafafb;
}

.body-20 {
  background-color: #fafafb;
}

.body-21 {
  background-color: #fafafb;
}

.body-22 {
  background-color: #fafafb;
}

.body-23 {
  background-color: #fafafb;
}

.body-24 {
  background-color: #fafafb;
}

.body-25 {
  background-color: #fafafb;
}

.body-26 {
  background-color: #fafafb;
}

.body-27 {
  background-color: #fafafb;
}

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

.body-28 {
  background-color: #fafafb;
}

.slide-54 {
  width: 33%;
  margin-right: 10px;
}

.slide-55 {
  width: 33%;
  margin-right: 10px;
}

.slide-56 {
  width: 33%;
  margin-right: 10px;
}

.slide-57 {
  width: 33%;
  margin-right: 10px;
  padding-right: 0px;
}

.slide-58 {
  width: 33%;
  margin-right: 10px;
}

.slide-59 {
  width: 33%;
  margin-right: 10px;
}

.body-29 {
  background-color: #fafafb;
}

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

.body-30 {
  background-color: #fafafb;
}

.body-31 {
  background-color: #fafafb;
}

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

.image-76 {
  width: 100%;
  margin-bottom: 20px;
}

.image-77 {
  min-width: 100%;
}

.body-32 {
  background-color: #fafafb;
}

.body-33 {
  background-color: #fafafb;
}

.body-34 {
  background-color: #fafafb;
}

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

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

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

.section-26 {
  height: 800px;
  background-color: #a14e4e;
}

.body-35 {
  background-color: #fafafb;
}

.body-36 {
  background-color: #fafafb;
}

.body-37 {
  background-color: #fafafb;
}

.body-38 {
  background-color: #fafafb;
}

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

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

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

.image-84 {
  min-width: 100%;
}

.body-39 {
  background-color: #fafafb;
}

.body-40 {
  background-color: #fafafb;
}

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

.image-86 {
  min-width: 100%;
}

.body-41 {
  background-color: #fafafb;
}

.body-42 {
  background-color: #fafafb;
}

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

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

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

.body-43 {
  background-color: #fafafb;
}

.image-90 {
  min-width: 100%;
  margin-bottom: 20px;
}

.body-44 {
  background-color: #fafafb;
}

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

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

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

.image-94 {
  min-width: 100%;
}

.body-45 {
  background-color: #fafafb;
}

.section-27 {
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/IMG_9156-scaled.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.slide-60 {
  background-image: url('https://www.worldstyle.com/media//joli/image/12102020-_DSC5878.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-61 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5096.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-62 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5138.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5150.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-64 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5209.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-65 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5223.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-66 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5244.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-67 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5282.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-68 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5691.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('https://www.worldstyle.com/media//joli/image/22072020-_DSC8633-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5355.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5330.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5544.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('https://www.worldstyle.com/media//joli/image/22072020-_DSC8586-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('https://www.worldstyle.com/media//joli/image/01102020-_DSC5188.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('https://www.worldstyle.com/media//joli/image/22072020-_DSC8146-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-8 {
  width: 75%;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
  text-align: center;
}

.section-28 {
  padding: 100px 20px;
}

.text-block-72 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 200;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.paragraph-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 200;
}

.text-span-5 {
  font-family: 'Fa solid 900', sans-serif;
}

.text-block-73 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 200;
}

.link-6 {
  font-family: 'Nunito Sans', sans-serif;
}

.link-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 28px;
  font-weight: 200;
  text-decoration: none;
}

.text-span-6 {
  font-family: 'Fa 400', sans-serif;
}

.slider-9 {
  width: 100%;
  height: 60vh;
}

.map {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.html-embed {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section-29 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/IMG_Long-Island_10.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/IMG_Long-Island_10.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.column-11 {
  position: relative;
  text-align: left;
}

.slide-nav-5 {
  overflow: visible;
  color: #000;
  font-size: 7px;
  text-align: center;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-7 {
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
  font-weight: 400;
}

.heading-29 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
}

.section-30 {
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/lake-view-room-reserve-zurich-10-bd.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/lake-view-room-reserve-zurich-10-bd.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.paragraph-10 {
  display: block;
  width: 50%;
  margin: 40px auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.section-31 {
  height: 30vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/InterContinental-Paris-le-Grand-Suite-Ambassadeur-©Eric-Cuvillier-3-960x652-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/InterContinental-Paris-le-Grand-Suite-Ambassadeur-©Eric-Cuvillier-3-960x652-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafb;
}

.image-95 {
  max-width: 25%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

.paragraph-11 {
  width: 50%;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
  text-align: center;
}

.heading-30 {
  margin-bottom: 40px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 35px;
  font-weight: 200;
  text-align: center;
}

.paragraph-12 {
  width: 50%;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
  text-align: center;
}

.image-96 {
  width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-33 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(169, 140, 35, 0.06);
}

.heading-31 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.image-97 {
  width: 60%;
}

.container-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 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;
}

.paragraph-13 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.heading-32 {
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 35px;
  font-weight: 200;
  text-align: center;
}

.list {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 200;
}

.text-block-74 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -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;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 40px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  text-align: left;
}

.paragraph-14 {
  width: 80%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
}

.container-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -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;
}

.text-block-75 {
  font-family: 'Nunito Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}

.section-34 {
  height: 30vh;
  background-image: url('https://www.worldstyle.com/media//joli/image/journey-a-propos-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-33 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.section-35 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafb;
}

.paragraph-15 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.text-span-8 {
  font-size: 20px;
}

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

.bold-text-6 {
  font-size: 20px;
}

.text-span-9 {
  font-size: 20px;
}

.bold-text-7 {
  font-size: 20px;
}

.text-span-10 {
  font-size: 20px;
}

.bold-text-8 {
  font-size: 20px;
}

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

.bold-text-10 {
  font-size: 20px;
}

.bold-text-11 {
  font-size: 20px;
}

.bold-text-12 {
  font-size: 20px;
}

.bold-text-13 {
  font-size: 20px;
}

.bold-text-14 {
  font-size: 20px;
}

.bold-text-15 {
  font-size: 20px;
}

.bold-text-16 {
  font-size: 20px;
}

.text-span-11 {
  color: #707070;
}

.text-span-12 {
  color: #707070;
}

.bold-text-17 {
  font-size: 20px;
}

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

.text-span-13 {
  color: #707070;
}

.bold-text-19 {
  font-size: 20px;
}

.text-span-14 {
  color: #707070;
}

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

.bold-text-21 {
  font-size: 20px;
}

.bold-text-22 {
  font-size: 20px;
}

.bold-text-23 {
  font-size: 20px;
}

.bold-text-24 {
  font-size: 20px;
}

.bold-text-25 {
  font-size: 20px;
}

.bold-text-26 {
  font-size: 20px;
}

.bold-text-27 {
  font-size: 20px;
}

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

.text-span-15 {
  color: #707070;
}

.bold-text-29 {
  font-size: 20px;
}

.text-span-16 {
  font-size: 20px;
}

.text-span-17 {
  font-size: 20px;
}

.text-span-18 {
  color: #707070;
}

.text-span-19 {
  font-size: 20px;
}

.section-36 {
  height: 700px;
  background-color: #ec1212;
}

.section-37 {
  height: 700px;
  background-color: transparent;
}

.section-38 {
  height: 200px;
  background-color: #f62121;
}

.section-39 {
  height: 80px;
}

.section-40 {
  height: 100px;
}

.section-41 {
  position: static;
  height: 700px;
  background-color: #8b6c6c;
}

.section-42 {
  padding-right: 220px;
  padding-left: 220px;
}

.section-43 {
  height: 100px;
}

.div-block-29 {
  width: 150px;
  height: 150px;
  margin-left: 79px;
  background-color: #eae9e9;
}

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

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

.link-block-64 {
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.link-block-65 {
  text-decoration: none;
}

.link-block-66 {
  text-decoration: none;
}

.link-block-67 {
  text-decoration: none;
}

.link-block-68 {
  text-decoration: none;
}

.link-8 {
  margin-bottom: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #af9850;
  font-weight: 400;
  text-decoration: none;
}

.link-9 {
  font-family: 'Nunito Sans', sans-serif;
  color: #af9850;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .slide-2 {
    overflow: hidden;
    height: 90vh;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .h1-sp-cialiste {
    font-size: 3vw;
  }

  .text-block-3 {
    font-size: 2.2vw;
    line-height: 1.5vw;
  }

  .heading-2 {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 2.4vw;
    line-height: 1vw;
  }

  .div-block {
    left: 170px;
    top: 68%;
    bottom: 35%;
  }

  .button {
    left: 643px;
    font-size: 1.2vw;
    line-height: 1vw;
  }

  .bold-text {
    position: relative;
    left: -67px;
  }

  .image-8 {
    width: 100%;
    margin-right: 85px;
    margin-left: 54px;
    padding-right: 0px;
  }

  .button-2 {
    left: 630px;
    font-size: 1.3vw;
    line-height: 1.5vw;
  }

  .video-3 {
    bottom: 0px;
    margin-top: 32px;
  }

  .seche-serviettes-text {
    bottom: 0px;
  }

  .image-12 {
    position: relative;
    left: 15%;
  }

  .button-3 {
    left: 33px;
    margin-right: 580px;
    margin-left: 563px;
    padding-right: 52px;
    font-size: 1vw;
    line-height: 2vw;
  }

  .button-4 {
    left: 130px;
  }

  .text-block-25 {
    left: -25px;
  }

  .image-13 {
    position: relative;
    left: 0px;
    max-width: none;
    min-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }

  .collection-item-2 {
    display: block;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17 {
    height: 200.203125px;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: left;
  }

  .collection-item-3 {
    width: 1439px;
  }

  .link-block-17 {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-item-5 {
    width: 140%;
  }

  .collection-list-4 {
    width: 140%;
  }

  .collection-list-wrapper-3 {
    width: auto;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-stack {
    top: -318px;
  }

  .hero-wrapper-two {
    display: block;
    max-width: none;
    margin-top: 0px;
    padding-top: 0px;
  }

  .button-primary-2 {
    position: relative;
    bottom: 205px;
  }

  .hero-image.shadow-two {
    margin-top: 84px;
  }

  .button-primary-3 {
    position: static;
    left: auto;
    top: -281px;
    bottom: auto;
    margin-top: 100px;
    padding: 20px 32px;
    border-radius: 50px;
  }

  .margin-bottom-24px-4 {
    position: relative;
    left: auto;
    bottom: -22px;
    width: auto;
    height: auto;
    margin-top: 42px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-bottom: 0px;
    line-height: 1.7em;
  }

  .heading-8 {
    position: relative;
    left: -7px;
    width: 800px;
    height: auto;
    font-size: 24px;
    line-height: 1.7em;
  }

  .video-4 {
    left: 184px;
  }

  .margin-bottom-24px-5 {
    width: 130%;
    margin-bottom: 27px;
    padding-top: 107px;
    padding-bottom: 0px;
    line-height: 2vw;
  }

  .heading-9 {
    width: 120%;
    line-height: 3vw;
  }

  .heading-10 {
    position: relative;
    left: 216px;
    width: 300px;
    font-size: 2.5vw;
  }

  .collection-item-6 {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-20 {
    height: 900px;
  }

  .hero-image-3.shadow-two {
    position: relative;
    left: 0px;
    max-width: 50%;
  }

  .heading-12 {
    font-size: 50px;
    line-height: 1.5em;
  }

  .button-primary-7 {
    position: relative;
    left: -7px;
    padding: 20px 32px;
    border-radius: 50px;
    background-color: transparent;
    line-height: 16px;
    font-weight: 600;
  }

  .heading-13 {
    position: relative;
    left: 20px;
  }

  .slide-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .slide-9 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/Slider-2.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .slider-3 {
    height: 100%;
  }

  .heading-15 {
    margin-top: 462px;
    font-size: 50px;
  }

  .heading-16 {
    font-size: 50px;
  }

  .hero-stack-7 {
    position: static;
  }

  .text-block-33 {
    font-size: 1vw;
  }

  .hero-image-5.shadow-two {
    position: relative;
    left: 0px;
    max-width: 50%;
  }

  .link-block-31 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  }

  .text-block-39 {
    font-size: 1.5vw;
  }

  .team-grid {
    position: relative;
    left: 1px;
  }

  .team-member-image {
    left: 17px;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-32 {
    right: 64px;
    width: 500px;
    margin-right: 0px;
  }

  .image-33 {
    left: -29px;
    width: 500px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading-18 {
    position: static;
    left: 0px;
    width: auto;
    font-size: 50px;
    line-height: 1.5em;
  }

  .centered-heading-4 {
    left: 510px;
  }

  .team-grid-2 {
    position: relative;
    left: -171px;
    top: -27px;
    width: 1300px;
  }

  .team-member-image-3 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-38 {
    width: auto;
  }

  .team-grid-3 {
    left: -245px;
    top: -250px;
    width: 1300px;
  }

  .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading-19 {
    position: static;
    top: -13px;
    width: auto;
  }

  .heading-20 {
    position: static;
    top: 41px;
    font-size: 24px;
    line-height: 3;
  }

  .text-block-41 {
    position: static;
    top: 40px;
    width: 45%;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 25px;
    line-height: 1.3em;
  }

  .text-block-41.text-block-maison {
    position: static;
    width: 55%;
    margin-bottom: 80px;
  }

  .team-grid-4 {
    position: relative;
    left: auto;
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member-image-5 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name-4 {
    left: 211px;
  }

  .slide-11 {
    position: static;
    top: -7px;
  }

  .slider-4 {
    left: 305px;
    top: -535px;
    width: 900px;
    height: 1000px;
    min-height: 1000px;
  }

  .hero-without-image-6 {
    position: relative;
    top: -536px;
    margin-top: 0px;
  }

  .text-block-65 {
    width: 50%;
  }

  .button-primary-12 {
    position: relative;
    border-style: none;
  }

  .heading-21 {
    font-size: 50px;
    line-height: 1.5em;
  }

  .image-42 {
    top: -655px;
  }

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

  .link-block-37 {
    height: 50vh;
    text-decoration: none;
  }

  .link-block-38 {
    height: 220px;
  }

  .link-block-39 {
    height: 50vh;
  }

  .link-block-40 {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 56, 56, 0.6)), to(rgba(58, 56, 56, 0.6))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(58, 56, 56, 0.6), rgba(58, 56, 56, 0.6)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .link-block-41 {
    height: 50vh;
  }

  .link-block-49 {
    width: 1000px;
    height: 400px;
    max-width: none;
    margin-top: 73px;
  }

  .team-member-image-6 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-image-7 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .container-22 {
    text-align: left;
  }

  .video-5 {
    width: 100%;
  }

  .link-block-50 {
    width: 600px;
    height: 500px;
  }

  .link-block-51 {
    width: 600px;
    height: 500px;
  }

  .slide-14 {
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .button-5 {
    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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .button-6 {
    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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-7 {
    margin-left: 775px;
  }

  .button-12 {
    width: 100%;
    font-size: 25px;
    text-decoration: none;
  }

  .team-member-image-8 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid-3 {
    left: 223px;
    width: 720px;
  }

  .section-1 {
    margin-bottom: 0px;
  }

  .columns-4 {
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    min-height: 100vh;
  }

  .column {
    z-index: 0;
  }

  .div-block-25 {
    margin-top: 60px;
    padding-right: 0px;
  }

  .image-51 {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .link {
    display: block;
  }

  .link-2 {
    display: block;
    cursor: pointer;
  }

  .grid-4 {
    position: relative;
  }

  .section-3 {
    height: 90px;
    background-color: #2f2d2d;
  }

  .separation {
    position: relative;
  }

  .section-6 {
    height: auto;
  }

  .link-block-52 {
    text-decoration: none;
  }

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

  .link-block-54 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 54, 54, 0.5)), to(rgba(57, 54, 54, 0.5))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(57, 54, 54, 0.5), rgba(57, 54, 54, 0.5)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .text-block-68 {
    font-size: 40px;
  }

  .paragraph-5 {
    line-height: 1.4em;
  }

  .button-27 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 20px 32px;
    border-width: 2px;
    border-radius: 50px;
  }

  .container-34 {
    height: auto;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-7 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-8 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link-block-56 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/Panneaux-chauffants.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .link-block-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/Les-fontes.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .link-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/Les-plinthes-1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .link-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .link-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.6))), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6)), url('https://www.worldstyle.com/media//joli/image/Les-décoratifs.png');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    text-decoration: none;
  }

  .text-block-69 {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
  }

  .column-3 {
    padding-top: 140px;
    padding-right: 10px;
  }

  .link-block-62 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-realisations {
    z-index: auto;
  }

  .image-70 {
    width: 100%;
  }

  .paragraph-10 {
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .slide-2 {
    bottom: 0px;
    height: 65vh;
    margin-bottom: 5px;
    padding-bottom: 0px;
  }

  .h1-sp-cialiste {
    font-size: 3vw;
  }

  .slide-nav-2 {
    height: 30vh;
  }

  .text-block-3 {
    margin-bottom: 54px;
  }

  .heading-2 {
    bottom: 0px;
  }

  .div-block {
    left: 342px;
    top: 83%;
  }

  .button {
    left: 878px;
    right: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 11px;
    padding-left: 0px;
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .bold-text {
    left: -87px;
  }

  .image-8 {
    position: relative;
    left: -52px;
    width: 940px;
    margin-right: -95px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .link-block-10 {
    position: relative;
    left: 0px;
    top: -600px;
    right: -81px;
    bottom: -21px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 682px 614px 317px;
  }

  .button-2 {
    left: 773px;
    top: -465px;
  }

  .image-9 {
    width: 120%;
  }

  .bold-text-2 {
    position: relative;
    left: 423px;
    top: -434px;
  }

  .text-block-19 {
    position: relative;
    left: -73px;
    top: -402px;
    font-size: 2vw;
    line-height: 3vw;
  }

  .video-3 {
    top: 0px;
    bottom: 17px;
    padding-bottom: 0px;
  }

  .margin-bottom-24px {
    position: relative;
    left: -282px;
  }

  .seche-serviettes-text {
    left: 625px;
    bottom: 0px;
  }

  .image-12 {
    left: 25%;
  }

  .button-3 {
    left: 278px;
    right: 872px;
    width: 16%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 22px;
  }

  .button-4 {
    left: 315px;
  }

  .image-13 {
    position: relative;
    left: -490px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .collection-list-2 {
    width: 229%;
  }

  .collection-item-3 {
    width: 1920px;
    height: 700px;
  }

  .collection-item-5 {
    width: 180%;
  }

  .container-6 {
    position: relative;
    top: -462px;
  }

  .collection-list-wrapper-3 {
    width: 50%;
  }

  .hero-stack {
    top: -304px;
  }

  .hero-wrapper-two {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

  .button-primary-2 {
    bottom: 173px;
  }

  .button-primary-3 {
    top: -319px;
    bottom: auto;
  }

  .hero-without-image-2 {
    border: 1px none #000;
  }

  .margin-bottom-24px-4 {
    position: relative;
    left: auto;
    width: auto;
    margin-top: 55px;
    margin-bottom: 4px;
    padding-bottom: 0px;
    line-height: 1.7em;
  }

  .heading-8 {
    position: relative;
    left: -204px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 24px;
    line-height: 1.7em;
  }

  .video-4 {
    left: 267px;
  }

  .hero-without-image-3 {
    font-size: 2vw;
    line-height: 20vw;
  }

  .margin-bottom-24px-5 {
    height: auto;
  }

  .heading-9 {
    width: 140%;
    padding-right: 202px;
    padding-left: 0px;
  }

  .heading-10 {
    left: 184px;
    width: 400px;
  }

  .link-block-18 {
    width: 1400px;
  }

  .image-20 {
    width: 1200px;
    height: 1000px;
  }

  .hero-stack-5 {
    bottom: -94px;
  }

  .hero-image-3.shadow-two {
    width: 20%;
  }

  .heading-12 {
    padding-top: 0px;
    padding-bottom: 64px;
    font-size: 50px;
    line-height: 1.5em;
  }

  .hero-stack-6 {
    margin-top: 129px;
    padding-bottom: 98px;
  }

  .button-primary-7 {
    position: static;
    left: -3px;
  }

  .heading-13 {
    left: 24px;
  }

  .slide-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 0% 50%;
  }

  .slider-3 {
    height: 100%;
    max-height: 100%;
  }

  .heading-15 {
    font-size: 50px;
    font-weight: 200;
  }

  .heading-16 {
    margin-top: 130px;
    font-size: 50px;
  }

  .collection-item-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: 'Nunito Sans', sans-serif;
    color: snow;
  }

  .image-25 {
    display: block;
    width: 250px;
    height: 300px;
    max-height: none;
    max-width: none;
    min-height: auto;
    margin-right: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-block-33 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
    font-size: 1vw;
  }

  .link-block-26 {
    width: 260px;
    height: 300px;
  }

  .text-block-37 {
    font-family: 'Nunito Sans', sans-serif;
    color: #fff;
  }

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

  .hero-image-5.shadow-two {
    width: 20%;
  }

  .collection-item-10 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    height: 220px;
    margin-right: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-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;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('httpss://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .link-block-30 {
    position: relative;
    left: -1%;
    top: 2px;
    right: 23%;
    bottom: 0%;
    margin-bottom: 0px;
    padding-right: 303px;
    padding-bottom: 222px;
    padding-left: 0px;
  }

  .collection-list-8 {
    position: relative;
    left: -639px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 200px;
    min-width: 100px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-stack-9 {
    background-color: #fff;
  }

  .heading-17 {
    border-bottom: 1px solid #828a59;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .text-block-39 {
    font-size: 1.5vw;
  }

  .team-grid {
    position: relative;
    left: -117px;
  }

  .team-member-image {
    left: -36px;
    width: 400px;
  }

  .image-32 {
    right: 28px;
    width: 600px;
  }

  .image-33 {
    left: -15px;
    width: 600px;
  }

  .heading-18 {
    position: static;
    left: 310px;
    width: auto;
    font-size: 50px;
    line-height: 1.5em;
  }

  .centered-heading-4 {
    left: 757px;
  }

  .team-grid-2 {
    position: relative;
    left: -244px;
    width: 940px;
    grid-auto-flow: row;
  }

  .team-card-2 {
    width: 718px;
  }

  .image-38 {
    width: auto;
  }

  .team-grid-3 {
    left: -284px;
    width: 1500px;
  }

  .heading-19 {
    top: -2px;
    width: 500px;
    padding-top: 0px;
    font-size: 50px;
    line-height: 1.5em;
  }

  .team-slider-3 {
    left: 146px;
  }

  .container-18 {
    width: 70%;
    max-width: 70%;
  }

  .centered-heading-6 {
    font-size: 50px;
    line-height: 1.5em;
  }

  .heading-20 {
    left: -11px;
    width: auto;
  }

  .text-block-41 {
    position: static;
    left: auto;
    top: 62px;
    width: 35%;
  }

  .text-block-41.text-block-maison {
    width: 35%;
    font-weight: 200;
  }

  .centered-heading-7 {
    font-size: 50px;
    line-height: 1.5em;
  }

  .team-grid-4 {
    position: relative;
    left: -2px;
  }

  .team-member-name-4 {
    left: 215px;
    top: -288px;
  }

  .slide-11 {
    height: auto;
    max-height: none;
    min-height: auto;
    background-image: none;
  }

  .slider-4 {
    left: 486px;
    top: -386px;
    height: auto;
    min-height: 1200px;
    background-image: url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .hero-without-image-6 {
    top: -422px;
  }

  .container-19 {
    width: 70%;
    max-width: 70%;
  }

  .hero-wrapper-two-8 {
    max-width: none;
  }

  .button-primary-12 {
    border-style: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .link-block-37 {
    height: 30vh;
    text-decoration: none;
  }

  .link-block-39 {
    height: 30vh;
    text-decoration: none;
  }

  .link-block-40 {
    height: 30vh;
    text-align: center;
    text-decoration: none;
  }

  .link-block-41 {
    height: 30vh;
  }

  .link-block-42 {
    position: static;
    top: 11px;
    height: 50vh;
    text-decoration: none;
  }

  .link-block-49 {
    width: 1000px;
    height: 400px;
    max-width: none;
    margin-top: 81px;
  }

  .container-20 {
    width: 70%;
    max-width: 70%;
  }

  .team-grid-5 {
    position: static;
    top: 53px;
    margin-top: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .container-22 {
    width: 70%;
    max-width: 70%;
  }

  .video-5 {
    width: 100%;
  }

  .link-block-50 {
    width: 600px;
    height: 500px;
    margin-right: -39px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .link-block-51 {
    width: 600px;
    height: 500px;
  }

  .slider-5 {
    position: static;
    height: 60vh;
  }

  .button-7 {
    margin-left: 924px;
    padding-left: 0px;
  }

  .button-8 {
    width: 550px;
    height: 300px;
  }

  .button-9 {
    margin-left: -6px;
  }

  .button-10 {
    margin-left: 198px;
  }

  .button-12 {
    position: static;
    width: 70%;
    height: 60vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3 {
    left: 465px;
  }

  .section-1 {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 100%;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;
    padding-right: 220px;
    padding-left: 220px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-24 {
    position: relative;
    height: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .columns-4 {
    overflow: visible;
    height: 90vh;
    max-height: 90vh;
    max-width: 100%;
    min-height: 90vh;
    margin-bottom: 100px;
  }

  .column {
    position: fixed;
    left: 12%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-top: 100px;
    padding-right: 100px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-25 {
    margin-left: 0px;
    padding-top: 140px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-19 {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-51 {
    max-width: 100%;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-20 {
    width: 20%;
  }

  .link-2 {
    font-size: 20px;
    text-decoration: none;
  }

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

  .body-2 {
    overflow: visible;
    margin-left: 0px;
    padding-left: 0px;
  }

  .separation {
    width: 20%;
  }

  .container-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-9 {
    height: auto;
  }

  .link-block-52 {
    height: 30vh;
    text-decoration: none;
  }

  .grid-6 {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    justify-items: stretch;
  }

  .link-block-53 {
    height: 40vh;
  }

  .link-block-54 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 54, 54, 0.5)), to(rgba(57, 54, 54, 0.5))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(57, 54, 54, 0.5), rgba(57, 54, 54, 0.5)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
  }

  .section-13 {
    height: 80vh;
  }

  .container-32 {
    max-width: 70%;
  }

  .container-34 {
    max-width: 70%;
  }

  .link-block-56 {
    height: 40vh;
    text-decoration: none;
  }

  .link-block-58 {
    height: 30vh;
    text-decoration: none;
  }

  .slider-6 {
    height: 65vh;
  }

  .slide-20 {
    background-size: cover;
  }

  .slider-7 {
    height: 65vh;
  }

  .section-18 {
    height: 500px;
    background-color: #942c2c;
  }

  .column-3 {
    left: 0%;
    padding-right: 100px;
  }

  .link-block-62 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-64.slider-realisations-img {
    height: 20vh;
  }

  .column-5 {
    left: auto;
    top: 0%;
    bottom: 0%;
    overflow: visible;
    padding-left: 60px;
  }

  .section-20 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .columns-6 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .div-block-realisations {
    z-index: auto;
    width: 20%;
    padding-right: 20px;
  }

  .section-22 {
    padding-right: 20%;
    padding-left: 20%;
  }

  .slider-8 {
    height: 30vh;
  }

  .slide-31 {
    width: 33%;
  }

  .section-28 {
    padding-right: 20%;
    padding-left: 20%;
  }

  .paragraph-10 {
    width: 40%;
  }

  .section-32 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .section-33 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .section-35 {
    padding-right: 220px;
    padding-left: 220px;
  }

  .text-span-16 {
    font-size: 20px;
  }

  .text-span-17 {
    font-size: 20px;
  }

  .section-42 {
    padding-right: 20%;
    padding-left: 20%;
  }
}

@media screen and (max-width: 991px) {
  .h1-sp-cialiste {
    font-size: 3vw;
    line-height: 5vw;
  }

  .video {
    margin-top: 92px;
  }

  .image {
    margin-right: -3px;
    margin-left: 74px;
    padding-right: 14px;
    padding-left: 108px;
  }

  .heading-3 {
    margin-top: 8px;
    padding-top: 0px;
  }

  .div-block {
    position: absolute;
    left: 226px;
    top: 58%;
    width: 25vw;
    margin-left: 65px;
    padding-right: 351px;
    padding-left: 30px;
  }

  .body {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 2vw;
  }

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

  .text-block-5 {
    margin-top: -12px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: -184px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .bold-text {
    width: 4vw;
    height: 2vw;
    margin-left: -115px;
  }

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

  .button-2 {
    position: relative;
    left: -178px;
    margin-top: 65px;
  }

  .bold-text-2 {
    position: relative;
    left: -94px;
  }

  .text-block-19 {
    position: relative;
    left: -56px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .collection-list {
    width: 104%;
  }

  .image-12 {
    margin-left: -160px;
    padding-left: 322px;
  }

  .button-3 {
    position: relative;
    left: -73px;
    margin-right: 177px;
    margin-left: 440px;
    padding-right: 0px;
    padding-left: 42px;
  }

  .button-4 {
    position: relative;
    left: 147px;
    margin-left: 294px;
  }

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

  .text-block-26 {
    top: 6420.18px;
    margin-bottom: 593px;
  }

  .link-block-16 {
    margin-top: 0px;
    margin-left: 91px;
    padding-left: 0px;
  }

  .collection-item-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-17 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 375px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .link-block-17 {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .hero-stack {
    top: -379px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .container-7 {
    position: static;
    max-width: 728px;
  }

  .hero-wrapper-two {
    position: relative;
    margin-top: auto;
    margin-bottom: 329px;
  }

  .margin-bottom-24px-2 {
    font-size: 25px;
  }

  .button-primary-2 {
    bottom: auto;
    font-size: 16px;
  }

  .hero-image.shadow-two {
    margin-bottom: 98px;
    padding-bottom: 0px;
  }

  .hero-stack-2 {
    top: auto;
  }

  .button-primary-3 {
    position: static;
    bottom: auto;
    margin-top: 60px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .margin-bottom-24px-4 {
    width: auto;
  }

  .heading-8 {
    width: 70%;
    height: 10%;
    margin-top: 97px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 1.7em;
  }

  .video-4 {
    left: 102px;
    top: 183px;
    right: auto;
    bottom: auto;
    display: block;
    width: 100%;
    margin-left: auto;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-stack-5 {
    top: 0px;
    bottom: -34px;
  }

  .container-9 {
    max-width: 728px;
  }

  .heading-12 {
    margin-bottom: 56px;
    font-size: 35px;
  }

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

  .slider-3 {
    height: 100%;
    margin-right: -10px;
  }

  .container-10 {
    max-width: 728px;
  }

  .heading-15 {
    display: block;
    margin-top: 443px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 37px;
    line-height: 1.2em;
  }

  .heading-15.h1 {
    margin-bottom: 20px;
  }

  .heading-16 {
    margin-top: 130px;
    font-size: 37px;
    line-height: 1.2em;
    font-weight: 200;
  }

  .text-block-33 {
    left: -88px;
    top: 91px;
    font-size: 1.5vw;
  }

  .link-block-27 {
    width: 110%;
  }

  .text-block-35 {
    font-size: 2.5vw;
  }

  .text-block-36 {
    position: relative;
    left: 19px;
    top: -28px;
    color: #fff;
  }

  .container-12 {
    max-width: 728px;
  }

  .container-13 {
    max-width: 728px;
  }

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

  .container-14 {
    max-width: 728px;
  }

  .centered-heading-3 {
    left: 174px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .team-circles {
    left: 59px;
  }

  .team-grid {
    position: relative;
    left: 154px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 40px;
    -ms-grid-columns: 0.75fr 1fr 1fr;
    grid-template-columns: 0.75fr 1fr 1fr;
  }

  .team-member-image {
    left: -108px;
    width: 300px;
    height: 190px;
  }

  .image-32 {
    right: -19px;
  }

  .image-33 {
    left: 43px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

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

  .container-15 {
    max-width: 728px;
  }

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

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .team-grid-2 {
    left: -104px;
    top: -6px;
    width: 900px;
    grid-auto-flow: row;
    grid-auto-rows: minmax(auto, 0.25fr);
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .team-card-2 {
    position: relative;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .team-member-name-2 {
    left: -10px;
    top: 231px;
    right: 115px;
    font-size: 2vw;
    line-height: 4vw;
  }

  .container-16 {
    max-width: 728px;
  }

  .team-grid-3 {
    left: -145px;
    top: -295px;
    width: auto;
    margin-left: 0px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: minmax(230px, 2fr) minmax(230px, 2fr) minmax(230px, 2fr);
    grid-template-columns: minmax(230px, 2fr) minmax(230px, 2fr) minmax(230px, 2fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

  .team-member-name-3 {
    left: -2px;
    font-size: 2vw;
    line-height: 3vw;
  }

  .container-17 {
    max-width: 728px;
  }

  .heading-19 {
    padding-top: 40px;
    font-size: 35px;
    line-height: 1.5em;
  }

  .container-18 {
    max-width: 728px;
  }

  .centered-heading-6 {
    left: 211px;
    font-size: 35px;
    line-height: 1.5em;
  }

  .team-slide-wrapper-3 {
    width: 25%;
    margin-right: 0px;
    padding-right: 0px;
  }

  .text-block-41 {
    width: 80%;
    line-height: 1.3em;
  }

  .text-block-41.text-block-maison {
    width: 85%;
    font-weight: 200;
  }

  .team-circles-4 {
    padding-left: 0px;
  }

  .centered-heading-7 {
    font-size: 35px;
    line-height: 1.5em;
  }

  .team-grid-4 {
    position: relative;
    left: auto;
    top: 129px;
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-card-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .team-member-image-5 {
    width: 190px;
    height: 190px;
  }

  .team-member-name-4 {
    position: relative;
    left: 274px;
    top: -463px;
    margin-top: -80px;
    margin-bottom: 143px;
    padding-top: 0px;
    padding-bottom: 131px;
    font-family: 'Nunito Sans', sans-serif;
    color: #fffcfc;
  }

  .slide-10 {
    background-image: url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .slide-11 {
    padding-bottom: 29px;
    background-image: url('https://www.worldstyle.com/media//joli/image/Sans-titre.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-12 {
    background-image: url('https://www.worldstyle.com/media//joli/image/MAISON-CRÉATIVE-n°120-Page-77-1-scaled.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-4 {
    top: -473px;
    height: 650px;
    margin-top: -194px;
  }

  .hero-without-image-6 {
    position: relative;
    top: -397px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .container-19 {
    max-width: 728px;
  }

  .text-block-65 {
    width: 75%;
    font-size: 25px;
  }

  .text-block-65.text-block-line.text-block-thebest {
    width: 58%;
  }

  .text-block-65.text-block-line.text-block-first {
    width: 80%;
  }

  .text-block-65.text-block-line {
    width: 80%;
  }

  .text-block-65.text-block-reals {
    width: 60%;
  }

  .button-primary-12 {
    margin-top: 42px;
    border: 1px none #000;
    background-color: #fff;
    color: #020202;
  }

  .heading-21 {
    font-size: 35px;
    line-height: 1.5em;
  }

  .mask-3 {
    margin-top: 321px;
    padding-top: 0px;
  }

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

  .link-block-37 {
    position: static;
    height: 30vh;
  }

  .link-block-39 {
    height: 30vh;
  }

  .link-block-40 {
    height: 30vh;
  }

  .link-block-41 {
    height: 30vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-42 {
    height: 45vh;
  }

  .link-block-46 {
    width: 150px;
    height: 200px;
  }

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

  .container-20 {
    max-width: 728px;
  }

  .team-grid-5 {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .team-card-5 {
    margin-left: 0px;
  }

  .team-member-image-6 {
    width: 190px;
    height: 190px;
  }

  .container-21 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

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

  .gallery-slider-left-4 {
    left: -20px;
  }

  .gallery-slider-right-4 {
    right: -20px;
  }

  .team-grid-6 {
    grid-column-gap: 40px;
  }

  .team-member-image-7 {
    width: 190px;
    height: 190px;
  }

  .container-22 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .video-5 {
    width: 100%;
    height: auto;
  }

  .button-7 {
    width: 370px;
    margin-left: 851px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-8 {
    width: 370px;
    margin-left: 323px;
    padding-left: 0px;
  }

  .button-9 {
    width: 230px;
    margin-left: 117px;
  }

  .button-10 {
    width: 230px;
    margin-left: 242px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.worldstyle.com/media//joli/image/Les-industriels.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .button-11 {
    width: 230px;
    margin-left: 193px;
  }

  .container-23 {
    max-width: 728px;
  }

  .team-grid-7 {
    left: -108px;
    grid-column-gap: 40px;
  }

  .team-member-image-8 {
    width: 190px;
    height: 190px;
  }

  .columns-4 {
    min-height: 50vh;
  }

  .column {
    height: 80vh;
  }

  .column-2 {
    padding-top: 60px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-43 {
    line-height: 28px;
  }

  .div-block-24 {
    height: 90vh;
  }

  .container-25 {
    height: 100%;
  }

  .link-block-52 {
    height: 30vh;
  }

  .text-block-68 {
    line-height: 60px;
    text-align: center;
  }

  .container-32 {
    height: 60vh;
  }

  .link-block-60 {
    background-position: 0px 0px, 50% 50%;
  }

  .link-block-60:hover {
    background-position: 0px 0px, 50% 50%;
  }

  .slider-6 {
    height: 50vh;
  }

  .image-64.slider-realisations-img {
    height: 20vh;
  }

  .div-block-realisations {
    position: fixed;
    margin-top: 0px;
  }

  .div-block-28 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-71 {
    line-height: 1.8rem;
    font-weight: 300;
    text-align: center;
  }

  .paragraph-7 {
    line-height: 18px;
  }

  .slide-29 {
    width: 50%;
  }

  .slider-8 {
    height: 40vh;
  }

  .slide-30 {
    width: 50%;
  }

  .slide-31 {
    width: 50%;
  }

  .slide-32 {
    width: 50%;
  }

  .slide-33 {
    width: 50%;
  }

  .slide-34 {
    width: 50%;
  }

  .slide-35 {
    width: 50%;
  }

  .slide-36 {
    width: 50%;
  }

  .slide-37 {
    width: 50%;
  }

  .slide-38 {
    width: 50%;
  }

  .slide-39 {
    width: 50%;
  }

  .slide-40 {
    width: 50%;
  }

  .slide-41 {
    width: 50%;
  }

  .slide-42 {
    width: 50%;
  }

  .slide-43 {
    width: 50%;
  }

  .slide-44 {
    width: 50%;
  }

  .slide-45 {
    width: 50%;
  }

  .slide-46 {
    width: 50%;
  }

  .slide-47 {
    width: 50%;
  }

  .slide-48 {
    width: 50%;
  }

  .slide-49 {
    width: 50%;
  }

  .slide-50 {
    width: 50%;
  }

  .slide-51 {
    width: 50%;
  }

  .slide-52 {
    width: 50%;
  }

  .slide-53 {
    width: 50%;
  }

  .paragraph-11 {
    width: 80%;
  }

  .paragraph-12 {
    width: 80%;
  }

  .image-96 {
    width: 90%;
  }

  .heading-32 {
    text-align: left;
  }

  .columns-9 {
    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;
  }

  .paragraph-14 {
    width: 90%;
  }

  .section-42 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .slide-2 {
    font-size: 14vw;
    line-height: 20vw;
  }

  .h1-sp-cialiste {
    font-size: 3vw;
    line-height: 5vw;
  }

  .video {
    margin-top: 148px;
  }

  .image {
    margin-right: -37px;
    margin-bottom: 64px;
    padding-right: 100px;
    padding-left: 78px;
  }

  .div-block {
    left: -13px;
    top: 48%;
    right: 159%;
    margin-left: 172px;
    padding-right: 206px;
    padding-left: 56px;
  }

  .body {
    height: 100%;
  }

  .image-2 {
    margin-right: -8px;
    margin-left: 72px;
    padding-right: 78px;
    padding-left: 0px;
  }

  .div-block-3 {
    margin-right: 0px;
    margin-left: -288px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .bold-text {
    margin-right: 0px;
    padding-right: 173px;
    padding-left: 173px;
    font-size: 4vw;
    line-height: 3vw;
    font-weight: 400;
  }

  .link-block-11 {
    font-size: 29vw;
    line-height: 1vw;
  }

  .heading-4 {
    font-size: 12vw;
    line-height: 1vw;
  }

  .slide-5 {
    width: auto;
    height: 75vh;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: minmax(200px, 1.5fr);
    grid-template-columns: minmax(200px, 1.5fr);
    -ms-grid-rows: auto 16px auto 16px minmax(0px, 2fr) 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto minmax(0px, 2fr) auto auto auto auto;
  }

  .collection-list {
    width: 800px;
  }

  .seche-serviettes-text {
    left: 176px;
  }

  .collection-item-5 {
    width: 55%;
  }

  .hero-stack {
    top: -565px;
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    position: static;
    top: -693px;
    margin-top: 60px;
  }

  .button-primary-2 {
    margin-top: -221px;
    font-size: 16px;
  }

  .hero-image.shadow-two {
    margin-bottom: 312px;
  }

  .hero-stack-2 {
    top: auto;
    padding: 60px 15px;
  }

  .button-primary-3 {
    top: -266px;
    bottom: auto;
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.7em;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-4 {
    bottom: -36px;
    width: auto;
    font-size: 18px;
    line-height: 1.7em;
  }

  .heading-8 {
    width: 400px;
    font-size: 20px;
    line-height: 1.7em;
  }

  .video-4 {
    left: 77px;
    top: 182px;
    bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-without-image-3 {
    padding: 60px 15px;
  }

  .hero-stack-3 {
    padding: 60px 15px;
  }

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

  .hero-stack-4 {
    padding: 60px 15px;
  }

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

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

  .hero-stack-5 {
    margin-top: -146px;
    padding: 60px 15px 49px;
  }

  .button-primary-6 {
    font-size: 16px;
    line-height: 2em;
  }

  .hero-stack-6 {
    bottom: -55px;
    margin-top: 22px;
    padding: 60px 15px;
  }

  .margin-bottom-24px-9 {
    padding: 0px 20px;
    font-size: 25px;
  }

  .button-primary-7 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .slide-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .slider-3 {
    height: 100%;
  }

  .hero-without-image-4 {
    position: relative;
    padding: 60px 15px;
  }

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

  .heading-15.h1 {
    position: static;
    display: block;
    width: auto;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
  }

  .hero-without-image-5 {
    padding: 60px 15px;
  }

  .heading-16 {
    margin-top: 1px;
    padding-top: 180px;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 200;
  }

  .hero-stack-7 {
    margin-bottom: 0px;
    padding: 60px 15px;
    border: 1px none #000;
    background-color: #fff;
  }

  .collection-item-9 {
    display: block;
    height: auto;
    padding-left: 0px;
  }

  .image-25 {
    width: auto;
    max-height: 120px;
    min-height: 10px;
  }

  .text-block-33 {
    left: -69px;
    top: 73px;
  }

  .text-block-35 {
    font-size: 3.5vw;
  }

  .hero-stack-8 {
    padding: 60px 15px;
  }

  .image-30 {
    padding-left: 35px;
  }

  .hero-stack-9 {
    padding: 60px 15px;
  }

  .collection-list-9 {
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .collection-list-wrapper-9 {
    width: 600px;
  }

  .text-block-39 {
    font-size: 3vw;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .centered-heading-3 {
    left: 64px;
    width: 200px;
    font-size: 3vw;
  }

  .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    position: relative;
    left: -109px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    left: -95px;
    width: 420px;
    height: auto;
  }

  .image-32 {
    right: -64px;
    width: 420px;
  }

  .image-33 {
    left: 64px;
    width: 420px;
  }

  .gallery-slider-3 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text-3 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    left: -86px;
    width: 600px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-member-name-2 {
    top: 167px;
    right: 48px;
  }

  .image-38 {
    width: 500px;
    max-width: none;
    margin-left: -33px;
  }

  .team-circles-3 {
    padding: 60px 15px;
  }

  .team-grid-3 {
    left: -126px;
    top: -185px;
    margin-top: 0px;
    grid-auto-columns: minmax(134px, 1fr);
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: minmax(134px, 1fr);
    grid-template-columns: minmax(134px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero-stack-10 {
    padding: 60px 15px;
  }

  .heading-19 {
    position: static;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .centered-heading-6 {
    position: static;
    left: auto;
    margin-left: 95px;
    padding-left: 0px;
  }

  .text-block-41 {
    top: 27px;
    width: 100%;
    font-size: 20px;
    line-height: 1.3em;
  }

  .team-circles-4 {
    padding: 60px 15px;
  }

  .team-grid-4 {
    position: relative;
    left: auto;
    top: 136px;
    display: -ms-grid;
    display: grid;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .team-member-name-4 {
    left: 181px;
    top: -463px;
    bottom: 430px;
    margin-top: -44px;
    margin-bottom: 252px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  .slider-4 {
    top: -783px;
  }

  .hero-without-image-6 {
    top: -686px;
    margin-top: 0px;
    padding: 60px 15px;
  }

  .text-block-65 {
    position: static;
    top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .text-block-65.text-block-line.text-block-thebest {
    width: 80%;
    font-size: 25px;
  }

  .hero-stack-11 {
    padding: 60px 15px;
  }

  .image-42 {
    top: -441px;
  }

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

  .link-block-38 {
    position: static;
    left: 128px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .link-block-39 {
    position: relative;
    left: 0px;
    right: 10px;
    margin-right: 0px;
  }

  .link-block-40 {
    margin-left: 1px;
  }

  .link-block-41 {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .text-block-42 {
    font-size: 25px;
  }

  .image-47 {
    width: 500px;
    max-width: none;
  }

  .team-circles-5 {
    padding: 60px 15px;
  }

  .team-grid-5 {
    position: static;
    left: 0px;
    grid-auto-flow: row;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .team-slider-4 {
    padding: 60px 15px;
  }

  .gallery-slider-4 {
    padding: 60px 15px;
  }

  .gallery-slide-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text-4 {
    line-height: 30px;
  }

  .gallery-slider-left-4 {
    left: -20px;
  }

  .gallery-slider-right-4 {
    right: -20px;
  }

  .team-circles-6 {
    padding: 60px 15px;
  }

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

  .hero-stack-12 {
    padding: 60px 15px;
  }

  .video-5 {
    width: 100%;
    height: auto;
  }

  .link-block-51 {
    margin-top: -122px;
    margin-bottom: 107px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .slider-5 {
    height: 100%;
  }

  .image-48 {
    width: 500px;
    max-width: none;
    margin-left: 36px;
  }

  .image-49 {
    width: 500px;
    max-width: none;
  }

  .image-50 {
    width: 500px;
    max-width: none;
  }

  .button-7 {
    position: relative;
    left: -3px;
    top: -27px;
    margin-left: 1223px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-8 {
    position: relative;
    height: 300px;
    margin-top: auto;
    margin-left: 1217px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .button-9 {
    position: relative;
    top: -45px;
    width: 370px;
    margin-left: 1224px;
  }

  .button-10 {
    position: relative;
    top: -54px;
    width: 370px;
    height: 300px;
    margin-left: 1225px;
  }

  .button-11 {
    position: relative;
    top: -49px;
    width: 370px;
    height: 300px;
    margin-left: 1225px;
  }

  .team-circles-7 {
    padding: 60px 15px;
  }

  .team-grid-7 {
    left: auto;
    width: 600px;
    height: 300px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-16 {
    width: auto;
    height: auto;
  }

  .button-18 {
    width: 300px;
    height: 300px;
  }

  .section-1 {
    margin-bottom: 0px;
  }

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

  .columns-4 {
    position: static;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
  }

  .column {
    position: static;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-2 {
    position: static;
  }

  .div-block-25 {
    position: static;
    width: auto;
  }

  .text-block-43 {
    font-size: 20px;
  }

  .grid-4 {
    margin-top: 0px;
  }

  .div-block-24 {
    height: 60vh;
  }

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

  .container-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-bottom: 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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-50 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .text-block-51 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .section-9 {
    height: auto;
  }

  .text-block-68 {
    line-height: 1.3em;
    text-align: center;
  }

  .container-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-25 {
    margin-right: 30px;
    margin-left: 30px;
  }

  .container-32 {
    height: 40vh;
  }

  .link-block-58 {
    height: 30vh;
    font-size: 12px;
    line-height: 1.8em;
    text-align: center;
  }

  .link-block-59 {
    font-size: 12px;
    line-height: 1.8em;
    text-align: center;
  }

  .link-block-60 {
    font-size: 12px;
    line-height: 1.8em;
    text-align: center;
  }

  .link-block-61 {
    height: 100%;
  }

  .slider-7 {
    height: 60vh;
  }

  .column-3 {
    position: static;
    height: auto;
  }

  .image-64.slider-realisations-img {
    height: 30vh;
  }

  .column-4 {
    position: relative;
  }

  .column-5 {
    position: static;
  }

  .column-7 {
    height: auto;
  }

  .div-block-realisations {
    position: static;
    width: auto;
  }

  .slider-8 {
    height: 50vh;
  }

  .slide-54 {
    width: 50%;
  }

  .slide-55 {
    width: 50%;
  }

  .slide-56 {
    width: 50%;
  }

  .slide-57 {
    width: 50%;
  }

  .slide-58 {
    width: 50%;
  }

  .slide-59 {
    width: 50%;
  }

  .section-27 {
    height: 40vh;
  }

  .column-10 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .html-embed {
    width: 90%;
  }

  .columns-8 {
    display: block;
  }

  .image-95 {
    max-width: 50%;
  }

  .paragraph-11 {
    width: 90%;
  }

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

  .paragraph-12 {
    width: 90%;
  }

  .image-96 {
    width: 90%;
  }

  .section-33 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-32 {
    text-align: left;
  }

  .columns-9 {
    display: block;
  }

  .paragraph-14 {
    width: 90%;
  }

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

@media screen and (max-width: 479px) {
  .paragraph {
    margin-right: 241px;
    margin-left: 178px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

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

  .h1-sp-cialiste {
    min-width: 375px;
    padding-right: 108px;
    padding-left: 0px;
    font-size: 6vw;
    line-height: 9vw;
  }

  .text-block-2 {
    margin-left: 12px;
    padding-left: 0px;
  }

  .video {
    margin-top: 341px;
  }

  .heading-2 {
    position: absolute;
    left: -62px;
    top: 1568px;
    right: -45px;
  }

  .image {
    margin-left: -7px;
    padding-right: 46px;
    padding-left: 59px;
  }

  .heading-3 {
    position: relative;
    overflow: visible;
    font-size: 12vw;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-3.heading-4 {
    line-height: 1vw;
  }

  .div-block {
    left: -138px;
    top: 42%;
    width: 9vw;
    margin-left: 201px;
    padding-right: 123px;
    padding-left: 70px;
  }

  .image-2 {
    margin-right: 16px;
    margin-left: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-3 {
    margin-left: -409px;
  }

  .container-2 {
    max-width: none;
  }

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

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .link-block-8.heading-4 {
    line-height: 1vw;
  }

  .text-block-15 {
    color: #220909;
  }

  .text-block-20 {
    font-size: 3vw;
    line-height: 2vw;
  }

  .heading-4 {
    font-size: 12vw;
    text-align: center;
  }

  .container-5 {
    max-width: none;
  }

  .margin-bottom-24px {
    width: 100%;
  }

  .collection-list-2 {
    width: 100%;
    min-width: 375px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .bold-text-3 {
    width: 2vw;
    height: 3vw;
  }

  .hero-stack {
    top: -985px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-7 {
    position: static;
    max-width: none;
  }

  .hero-wrapper-two {
    position: static;
    top: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .margin-bottom-24px-2 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .hero-stack-2 {
    top: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 110px;
  }

  .button-primary-3 {
    top: -172px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: 0px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

  .video-4 {
    left: 44px;
    top: 165px;
    bottom: auto;
  }

  .heading-10 {
    font-size: 6vw;
  }

  .container-8 {
    max-width: none;
  }

  .collection-list-7 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .hero-stack-5 {
    margin-top: -43px;
  }

  .container-9 {
    max-width: none;
  }

  .margin-bottom-24px-8 {
    font-size: 25px;
    line-height: 1.5em;
  }

  .heading-12 {
    font-size: 35px;
    line-height: 1.5em;
  }

  .hero-stack-6 {
    bottom: 23px;
  }

  .margin-bottom-24px-9 {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 1.2em;
  }

  .button-primary-7 {
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding: 10px 20px;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0px;
  }

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

  .slide-8 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 39, 0.8)), to(rgba(39, 39, 39, 0.8))), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-image: linear-gradient(180deg, rgba(39, 39, 39, 0.8), rgba(39, 39, 39, 0.8)), url('https://www.worldstyle.com/media//joli/image/David_Estatuarion-natural_antique-brass.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 150%;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }

  .slide-9 {
    height: 100%;
  }

  .slider-3 {
    position: static;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-right: 0px;
  }

  .hero-without-image-4 {
    position: static;
    height: 100%;
  }

  .container-10 {
    max-width: none;
  }

  .heading-15 {
    margin-top: 325px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 1.2em;
  }

  .heading-15.h1 {
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 24px;
  }

  .hero-without-image-5 {
    position: static;
  }

  .heading-16 {
    margin-top: 19px;
    padding-top: 0px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 200;
  }

  .hero-stack-7 {
    left: 18px;
  }

  .text-block-33 {
    left: -27px;
    top: 31px;
  }

  .image-28 {
    top: 81px;
  }

  .text-block-35 {
    top: -137px;
  }

  .text-block-36 {
    left: 10px;
    top: -14px;
  }

  .container-12 {
    max-width: none;
  }

  .container-13 {
    max-width: none;
  }

  .heading-17 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-block-39 {
    font-size: 4vw;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-3 {
    left: 12px;
    width: 150px;
    margin-bottom: 24px;
    font-size: 4vw;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

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

  .team-member-image {
    left: -271px;
    width: 300px;
  }

  .image-32 {
    right: -34px;
    width: 320px;
  }

  .image-33 {
    left: 34px;
    width: 320px;
  }

  .heading-18 {
    position: static;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    text-align: center;
  }

  .container-15 {
    max-width: none;
  }

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

  .gallery-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    left: 35px;
    top: -96px;
    width: auto;
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member-name-2 {
    top: 261px;
    right: 51px;
    overflow: visible;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-38 {
    position: relative;
    left: -120px;
    width: 300px;
    margin-top: 96px;
    margin-bottom: 6px;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .container-16 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    left: -289px;
    top: -284px;
    grid-auto-columns: minmax(90px, 1fr);
    grid-column-gap: 5px;
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: minmax(90px, 1fr) 5px minmax(90px, 1fr);
    grid-template-columns: minmax(90px, 1fr) minmax(90px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-member-name-3 {
    color: transparent;
  }

  .container-17 {
    max-width: none;
  }

  .heading-19 {
    position: static;
    top: 127px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 35px;
  }

  .team-slider-3 {
    top: -205px;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: auto;
    padding-left: 0px;
  }

  .team-slide-wrapper-3 {
    width: 50%;
    margin-right: 0%;
  }

  .team-block-3 {
    padding-bottom: 10px;
  }

  .team-member-name-two-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3vw;
    font-weight: 400;
  }

  .heading-20 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
  }

  .text-block-41 {
    width: 85%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.7em;
  }

  .text-block-41.text-block-maison {
    font-size: 20px;
    line-height: 22px;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
    font-size: 5vw;
  }

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

  .team-member-name-4 {
    left: 5px;
    top: 0px;
    bottom: 0px;
    margin-top: -141px;
    margin-bottom: 493px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }

  .hero-without-image-6 {
    position: static;
    margin-top: -1009px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-19 {
    max-width: none;
  }

  .hero-wrapper-two-8 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-65 {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .text-block-65.text-block-line.text-block-thebest {
    width: 65%;
  }

  .text-block-65.text-block-line.text-block-first {
    width: 70%;
  }

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

  .image-42 {
    top: -194px;
  }

  .grid-2 {
    left: 59px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .link-block-37 {
    position: static;
    right: -24px;
  }

  .link-block-38 {
    position: static;
    left: auto;
    right: -22px;
  }

  .link-block-39 {
    position: static;
  }

  .link-block-41 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .link-block-42 {
    height: 30vh;
    margin-top: 40px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block-46 {
    height: 175px;
  }

  .link-block-46.stand {
    height: 175px;
  }

  .link-block-46.hotform {
    height: 175px;
  }

  .link-block-46.mike {
    height: 175px;
  }

  .link-block-46.zigzag {
    width: 100%;
    height: 175px;
  }

  .text-block-42 {
    font-size: 25px;
  }

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

  .image-47 {
    width: 300px;
  }

  .container-20 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .team-grid-5 {
    position: static;
    padding-right: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

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

  .gallery-slide-wrapper-4 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-4 {
    left: -20px;
  }

  .gallery-slider-right-4 {
    right: -20px;
  }

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

  .container-22 {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .video-5 {
    width: 100%;
    height: auto;
  }

  .link-block-50 {
    margin-top: 97px;
    margin-bottom: -341px;
  }

  .link-block-51 {
    margin-top: 0px;
    margin-bottom: 298px;
    padding-top: 0px;
  }

  .slide-13 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .slider-5 {
    width: 100%;
    height: 100%;
  }

  .image-48 {
    width: 300px;
  }

  .image-49 {
    width: 300px;
  }

  .image-50 {
    width: 300px;
  }

  .button-7 {
    margin-left: -57px;
    padding-left: 0px;
  }

  .button-8 {
    position: relative;
    top: -64px;
    margin-left: -57px;
  }

  .button-9 {
    position: relative;
    left: 70px;
    top: 9px;
    width: 370px;
  }

  .button-10 {
    width: 370px;
    margin-top: -139px;
    margin-left: 127px;
  }

  .button-11 {
    position: relative;
    left: 64px;
    top: 5px;
    width: 370px;
  }

  .button-12 {
    height: 50vh;
    font-size: 16px;
    line-height: 1.3em;
    text-align: center;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

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

  .button-18 {
    height: 300px;
  }

  .button-21 {
    height: 250px;
  }

  .button-22 {
    height: 250px;
  }

  .button-23 {
    height: 250px;
  }

  .columns-4 {
    position: static;
  }

  .column {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .column-2 {
    position: static;
    left: 10px;
    padding-top: 0px;
    padding-left: 10px;
  }

  .div-block-25 {
    margin-left: 0px;
  }

  .div-block-19 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-24 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

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

  .grid-4 {
    margin-top: 0px;
  }

  .text-block-45 {
    font-size: 12px;
  }

  .text-block-48 {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-24 {
    height: 60vh;
  }

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

  .section-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-50 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .text-block-51 {
    margin-bottom: 40px;
    padding-bottom: 0px;
    font-size: 1rem;
  }

  .section-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-52 {
    padding-top: 10px;
    font-size: 3vw;
    line-height: 1.5;
  }

  .text-block-53 {
    font-size: 12px;
  }

  .section-9 {
    height: auto;
  }

  .image-60 {
    width: 60%;
    max-width: 60%;
  }

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

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

  .section-hero-realisations {
    padding-bottom: 0px;
  }

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

  .link-block-53 {
    height: 40vh;
  }

  .link-block-54 {
    height: 40vh;
  }

  .section-13 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .paragraph-5 {
    font-size: 20px;
  }

  .link-block-55 {
    margin-right: 10px;
    padding-left: 10px;
  }

  .heading-25 {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 24px;
  }

  .container-32 {
    height: 30vh;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .link-block-56 {
    height: 35vh;
  }

  .link-block-57 {
    height: 35vh;
  }

  .link-block-58 {
    height: 35vh;
  }

  .link-block-59 {
    height: 35vh;
  }

  .link-block-60 {
    height: 35vh;
  }

  .slider-6 {
    height: 40vh;
  }

  .slider-7 {
    height: 40vh;
  }

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

  .div-block-27 {
    width: 30%;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 18px;
  }

  .link-block-62 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .heading-27 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-70 {
    font-size: 12px;
    line-height: 12px;
  }

  .image-64.slider-realisations-img {
    height: 15vh;
  }

  .column-5 {
    position: static;
  }

  .column-6 {
    position: static;
    height: auto;
  }

  .div-block-28 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-71 {
    font-size: 24px;
  }

  .slider-8 {
    width: 102%;
    height: 30vh;
  }

  .slider-9 {
    height: 40vh;
  }

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

  .paragraph-10 {
    width: 80%;
  }

  .section-31 {
    height: 20vh;
  }

  .image-95 {
    max-width: 50%;
  }

  .paragraph-11 {
    width: 80%;
  }

  .heading-30 {
    width: 80%;
    font-size: 30px;
  }

  .paragraph-12 {
    width: 80%;
  }

  .section-33 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-97 {
    width: 90%;
  }

  .columns-9 {
    display: block;
  }

  .paragraph-14 {
    width: 90%;
  }

  .paragraph-15 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

#w-node-_5af82996-18a0-11b4-c968-e6d1f9ab2e2b-773431ab {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_543669aa-1a37-5b99-ed54-b156881424af-773431ab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_18e6be60-6717-b6b1-a0fb-c448d0702468-773431ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b9a290d2-bbe5-948d-06e0-71aecb1b99b6-773431ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_818cefe3-1944-d9ab-7e06-16367aab50ab-773431ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7768653b-cff6-f8f7-0bde-eb9126dca5f6-773431ab {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a797-6458026f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a79b-6458026f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a7a3-6458026f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a7a7-6458026f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_84e8ac04-b49a-f138-2586-c115ef9989f3-2323d267 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_84e8ac04-b49a-f138-2586-c115ef9989f6-2323d267 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_69574bb9-9941-8951-12cc-182aa5310370-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_543669aa-1a37-5b99-ed54-b156881424af-773431ab {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a79b-6458026f {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_84e8ac04-b49a-f138-2586-c115ef9989f3-2323d267 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1bd810da-46e0-a27a-89b6-b2a79cb8d663-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_368adf23-48ea-af0f-8e00-4fc7b89ac091-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_69574bb9-9941-8951-12cc-182aa5310370-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0690de47-bc75-a2b7-64ed-bea2ee2932bc-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_419596b1-0240-17e9-7c72-2109cb82072e-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b9a290d2-bbe5-948d-06e0-71aecb1b99b6-773431ab {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a7a7-6458026f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9a290d2-bbe5-948d-06e0-71aecb1b99b6-773431ab {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f1f3ffbe-b987-c55b-60b7-3b9376c6a7a7-6458026f {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}