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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

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

  .w-commerce-commercecheckoutrow {
    -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;
  }
}

body {
  background-color: #000;
  font-family: Arimo, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  padding-bottom: 3px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
  color: #ffce50;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

em {
  font-family: 'PT Serif', serif;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin-top: 66px;
}

.image-wrapper.small {
  width: 100%;
  min-height: 280px;
}

.slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/Edwin-A206-A210.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.img-01 {
  background-image: url('../images/Edwin_Image-materiaux_Pespective.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

.image.img-03 {
  background-image: url('../images/Atwater2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.img-05 {
  background-image: url('../images/Griffintown_0423.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.img-06 {
  background-image: url('../images/HomeAtwarer1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.hover {
  z-index: 1;
  display: none;
}

.image.img-09 {
  background-image: url('../images/HomeSide6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.img-05 {
  background-image: url('../images/HomeSide8.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.img-10 {
  background-image: url('../images/Griffintown_0423.jpg');
  background-size: cover;
}

.image.img-11 {
  background-image: url('../images/HomeAtwarer2.jpg');
  background-size: cover;
}

.image.img-12 {
  background-image: url('../images/HomeSide80.jpg');
  background-size: cover;
}

.image.img-13 {
  background-image: url('../images/HomeSide5.jpg');
  background-size: cover;
}

.image.v2 {
  background-image: url('../images/Dude.jpg');
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.image.v2:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image.v3 {
  background-image: url('../images/Firl.jpg');
  background-size: cover;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.image.v3:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image.imgquartier1 {
  background-image: url('../images/vue-edwin.jpeg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.quartier2 {
  background-image: url('../images/Quartier2.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.image.bridge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Quartier13.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 6px #000;
}

.image.img-100 {
  background-image: url('../images/Quartier12.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.imgsliderq3 {
  background-image: url('../images/Quartier14.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.image.choixlinus {
  background-image: url('../images/Choix2b.jpg');
  background-size: cover;
}

.image.choixlucy {
  background-image: url('../images/Choix3c.jpg');
  background-size: cover;
}

.image.img-01-home {
  background-image: url('../images/Atwater.jpg');
  background-position: 50% 50%;
  background-size: 700px;
  background-repeat: no-repeat;
}

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

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

.image.university {
  background-image: url('../images/University.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.image.imglumiere {
  background-image: url('../images/Lumiere.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.image.chalet {
  background-image: none;
  text-align: left;
}

.image.terrasse {
  background-image: url('../images/Edwin_terrasse_cam_01_V2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

.image.maincondo2 {
  background-image: url('../images/EdwinProjectSlider2.jpg');
  background-size: cover;
}

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

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

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

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

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

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

.image.maincondo3 {
  margin-top: 50px;
  background-image: url('../images/Slider100B.jpg');
  background-size: cover;
}

.image.maincondo4 {
  background-image: url('../images/Slide4ProjetB.jpg');
  background-size: cover;
}

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

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

.image.claudio {
  background-image: url('../images/Claudio-Alexia.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.image.felix {
  background-image: url('../images/Felix-Romelie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.cour-copy {
  background-image: url('../images/HomeSide6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image.chalet-copy {
  background-image: url('../images/Menu2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: left;
}

.image.plan1 {
  background-image: url('../images/Edwin-B214-B314.jpg');
  background-size: cover;
}

.image-description {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-description.black {
  background-color: #080d1b;
  color: #fff;
}

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

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

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.arrow:hover {
  background-color: #000;
  color: #fff;
}

.arrow.right {
  right: -35px;
  color: #4d586b;
}

.arrow.left {
  left: -35px;
  color: #4d586b;
}

.slide-nav {
  font-size: 4px;
}

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

.display-3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Sailec, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.display-3.margin-bottom {
  font-family: Sailec, sans-serif;
}

.display-3.align-center {
  font-family: Sailec, sans-serif;
  font-weight: 300;
}

.display-3.uppercase {
  padding-left: 0px;
  clear: none;
}

.display-3.white {
  color: #fff;
}

.display-3.stories {
  margin-top: 10px;
  margin-bottom: 0px;
}

.display-3.uppercase-copy {
  margin-left: 0px;
  padding-left: 0px;
  clear: none;
  text-transform: uppercase;
}

.display-3.uppercase-copy {
  padding-left: 0px;
  clear: none;
}

.display-1 {
  position: relative;
  margin: 0px 20px;
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 4vw;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.display-1.shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.display-1.withshadow {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  white-space: normal;
}

.display-2 {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 3.5vw;
  line-height: 1.1em;
  font-weight: 400;
}

.display-2.margin-bottom {
  width: auto;
  font-size: 3.5vw;
}

.display-2.withmargin {
  margin-bottom: 10px;
}

.display-2.margin-bottom-small {
  width: auto;
  margin-bottom: 30px;
  font-size: 3vw;
  line-height: 1.3em;
}

.display-2.title {
  margin-bottom: 5vw;
  margin-left: 0px;
  text-align: center;
}

.display-2.title.inverted {
  color: #323946;
}

.display-2.title.inverted2 {
  margin-bottom: 0vw;
  color: #323946;
}

.display-2.nopadding {
  margin-bottom: 0vw;
  margin-left: 0px;
  text-align: center;
}

.display-2.nopadding.inverted {
  color: #323946;
}

.display-2.nopadding.inverted2 {
  margin-bottom: 0vw;
  color: #323946;
}

.background {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

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

.background.grey {
  background-color: #323946;
  color: #fff;
}

.background.overflow-hidden {
  overflow: hidden;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.content:hover {
  color: #fff;
}

.content.valign-top-bottom {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content.valign-top-bottom.nopadding2 {
  padding-top: 2vw;
}

.content.middle {
  -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;
}

.content.middle:hover {
  color: #fff;
}

.content.center {
  -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;
}

.content.center:hover {
  color: #fff;
}

.content.no-top {
  padding-top: 0vw;
}

.content.valign-top-bottom-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.content.no-top-bottom {
  padding-top: 0vw;
  padding-bottom: 0vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content.no-left-right {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #323946;
}

.content.no-left-right.withbackground {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1e2a), color-stop(22%, transparent), color-stop(78%, transparent), color-stop(103%, #1a1e2a)), url('../images/Edwin_2.png');
  background-image: linear-gradient(180deg, #1a1e2a, transparent 22%, transparent 78%, #1a1e2a 103%), url('../images/Edwin_2.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 600px;
}

.content.no-left-right.pluspadding {
  padding-bottom: 9vw;
}

.content.centersmall {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content.nocolor:hover {
  color: #fff;
}

.content.lesspadding {
  padding-right: 20px;
  padding-left: 20px;
}

.content.valign-top-bottom-less {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content.valign-top-bottom-less:hover {
  color: #fff;
}

.content.centerlesspadding {
  padding-bottom: 2vw;
  -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;
}

.content.centerlesspadding:hover {
  color: #fff;
}

.content.nopadding {
  padding-bottom: 0vw;
}

.content.ontopkuula {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 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;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.content.ontopkuula:hover {
  color: #fff;
}

.fullscreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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: transparent;
}

.grid {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.caption {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arimo, sans-serif;
  color: hsla(0, 0%, 50.2%, 0.5);
  font-size: 10px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.caption.white {
  margin-left: 0px;
  padding-left: 0px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.caption.more {
  color: hsla(0, 0%, 50.2%, 0.75);
}

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

.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: 360px;
  padding: 60px 40px;
  -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;
  background-color: #0d0d0d;
  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;
}

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

.footer {
  padding: 5vw 55px 30px;
  background-color: #323946;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.nav-column {
  height: 100%;
  margin-right: 3vw;
  margin-bottom: 5vw;
}

.nav-column.last {
  margin-right: 0vw;
}

.horizontal {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.horizontal.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-social {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.icon-social:hover {
  background-color: #ffce50;
}

.icon-social.pinterest {
  display: none;
  background-image: url('../images/iconmonstr-pinterest.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social.twitter {
  display: none;
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social.facebook {
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social.facebook:hover {
  background-color: #ebe5da;
}

.icon-social.instagram {
  display: block;
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social.instagram:hover {
  background-color: #ebe5da;
  color: #ebe5da;
}

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

.icon._100-days-return {
  background-image: url('../images/Orion_time-limit-1.svg');
  background-position: 0px 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.icon.delivery {
  background-image: url('../images/Orion_delivery-truck-2.svg');
  background-position: 0px 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.icon.return {
  background-image: url('../images/Orion_return-purchase-1.svg');
  background-position: 0px 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.notice-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-icons {
  width: 62px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.payment-icons.mastercard {
  background-image: url('../images/mc_vrt_pos.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.payment-icons.paypal {
  background-image: url('../images/PayPal.svg');
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

.payment-icons.visa {
  background-image: url('../images/Visa_Inc._logo.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.payment-icons.stripe {
  background-image: url('../images/Stripe-logo---blue.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

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

.align-center.mini {
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
  line-height: 16px;
}

.logo {
  width: 250px;
  border-bottom-style: none;
}

.navigation-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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;
}

.button-menu {
  position: absolute;
  top: 0px;
  right: 100px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.button-menu:hover {
  color: #ffce50;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #000;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}

.txt-menu {
  position: absolute;
}

.navi-item {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 7px;
  border-bottom-style: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.navi-item:hover {
  color: #ebe5da;
}

.navi-item.w--current {
  padding-top: 0px;
  padding-bottom: 7px;
}

.menu-image-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-image-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu3.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.menu-image-wrapper {
  position: relative;
  margin-bottom: 1vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Atwater.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-image-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-image-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:hover {
  color: #ebe5da;
}

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

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

.icon-big {
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

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

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item.fullheight {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.product-image {
  max-height: 300px;
  margin-bottom: 15px;
}

.price {
  color: hsla(0, 0%, 60.4%, 0.5);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.3px;
}

.price.was {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  text-decoration: line-through;
}

.product-name {
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.checkout-form {
  background-color: transparent;
}

.customer-info {
  background-color: #0d0d0d;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  background-color: #0d0d0d;
}

.block-content {
  border-style: none;
  background-color: #0d0d0d;
}

.shipping-method {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  background-color: #0d0d0d;
}

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5vw 20px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
  background-color: hsla(0, 0%, 100%, 0.05);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #fff;
  text-align: center;
}

.tab-link:hover {
  padding-left: 60px;
  color: #ebe5da;
}

.tab-link.w--current {
  padding-left: 60px;
  background-color: hsla(0, 0%, 100%, 0.06);
  color: #ebe5da;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.valign-top-bottom {
  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;
}

.column.middle {
  -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;
}

.column.center {
  -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;
}

.column.center:hover {
  color: #fff;
}

.column.line-top {
  border-top: 1px solid hsla(0, 0%, 61.6%, 0.2);
}

.column.line-left-top {
  padding-left: 30px;
  border-top: 1px solid hsla(0, 0%, 61.6%, 0.2);
  border-left: 1px solid hsla(0, 0%, 61.6%, 0.2);
}

.text-field {
  height: 40px;
  padding: 18px 0px 22px 3px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  line-height: 1em;
}

.text-field:hover {
  color: #fff;
}

.text-field:focus {
  border-bottom-color: #ffce50;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field::placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button {
  height: 40px;
  margin-top: 3px;
  margin-bottom: 11px;
  padding: 20px 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-bottom-color: #978777;
  color: #ebe5da;
}

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

.slider._800px {
  height: 800px;
}

.content-wrapper {
  display: block;
  width: 100%;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #323946;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.header-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.header-image.img-01 {
  background-image: linear-gradient(175deg, rgba(57, 149, 241, 0.57), transparent 20%), url('../images/Quartier1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.img-03 {
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent)), url('../images/Quartier14.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 50%), url('../images/Quartier14.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.img-04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/OriginalUnite.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/OriginalUnite.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.header-image.img-05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent)), url('../images/BigMainProject.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 50%), url('../images/BigMainProject.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.img-06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, transparent)), url('../images/NouveauRendu2019.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 20%), url('../images/NouveauRendu2019.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.img-08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent)), url('../images/Slider100B.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 50%), url('../images/Slider100B.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.imghistoires {
  background-image: url('../images/HeaderHistoires.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-image.virtual {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/VirtualHeader.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/VirtualHeader.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-image.exclusive {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Header_espace_exclusif.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Header_espace_exclusif.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 101;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: #1a1e2a;
}

.preloader-icon {
  position: relative;
  z-index: 1;
  width: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.tab-link-ii {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-color: rgba(235, 229, 218, 0.1);
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.tab-link-ii:hover {
  color: #ebe5da;
}

.tab-link-ii.w--current {
  background-color: #323946;
  color: #ebe5da;
}

.tabs-menu-ii {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-section-half {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.link-black-with-icon {
  padding-left: 20px;
  color: #000;
}

.link-black-with-icon.web {
  background-image: url('../images/language1.png');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #ebe5da;
}

.link-white-with-icon {
  padding-left: 20px;
  color: #fff;
}

.link-white-with-icon.phone {
  background-image: url('../images/Orion_calls-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.link-white-with-icon.phone:hover {
  color: #978777;
}

.link-white-with-icon.mail {
  background-image: url('../images/Orion_mail-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.link-white-with-icon.mail:hover {
  color: #978777;
}

.link-white-with-icon.location {
  background-image: url('../images/Orion_pin-1.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.link-white-with-icon.location:hover {
  color: #978777;
}

.numbers {
  color: #ebe5da;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
}

.empty-state {
  background-color: #000;
}

.order-confirmation-container {
  background-color: transparent;
}

.textarea {
  padding: 20px 0px 22px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
}

.textarea:hover {
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
}

.textarea:active {
  color: #fff;
}

.textarea:focus {
  border-bottom-color: #ffce50;
}

.textarea::-webkit-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.textarea:-ms-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.textarea::-ms-input-placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.textarea::placeholder {
  font-family: Marcellus, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.checkbox-field {
  display: none;
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.checkbox-label {
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
}

.checkbox {
  margin-top: 0px;
}

.menu-grid {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  padding: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: #1a1e2a;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.4px;
}

.margin-bottom-last {
  margin-bottom: 0px;
  padding-top: 0px;
}

.cart-button {
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cart-quantity {
  margin-left: 5px;
  background-color: #ffce50;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
}

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

.cart-image {
  width: 30px;
}

.cart-footer {
  border-top-color: hsla(0, 0%, 100%, 0.1);
}

.cart-absolute {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -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;
}

.remove-button {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.remove-button:hover {
  color: #ffce50;
}

.cart-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
  border-right: 1px none hsla(0, 0%, 100%, 0.2);
  border-left: 1px none hsla(0, 0%, 100%, 0.2);
  background-color: #ffce50;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #000;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.price-big {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.3px;
}

.price-big.was {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  color: hsla(0, 0%, 60.4%, 0.5);
  text-decoration: line-through;
}

.product-image-big {
  max-height: 500px;
}

.button-scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-bottom-style: none;
  border-radius: 100px;
  background-image: url('../images/Orion_arrow-down.svg'), -webkit-gradient(linear, left top, left bottom, from(#1a1e2a), to(#1a1e2a));
  background-image: url('../images/Orion_arrow-down.svg'), linear-gradient(180deg, #1a1e2a, #1a1e2a);
  background-position: 50% 50%, 0px 0px;
  background-size: 24px, auto;
  background-repeat: no-repeat, repeat;
}

.button-scroll-down.w--current {
  margin-bottom: 100px;
}

.badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ffce50;
  color: #000;
  font-size: 8px;
  line-height: 7px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.error-message {
  padding: 20px;
  background-color: red;
  color: #000;
  text-align: center;
}

.success-message {
  background-color: #ffce50;
  color: #000;
}

.close-button {
  border-bottom-style: none;
  color: #fff;
}

.empty-state-vertical {
  -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;
}

.menu-1 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.menu-2 {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.header-image-detail {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.divslidehome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.planshome {
  width: 80%;
}

.underplans {
  margin-top: 10px;
  font-family: Sailec, sans-serif;
}

.field {
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1e2a #1a1e2a hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: #fff;
}

.field:hover {
  color: #fff;
}

.field:active {
  color: #fff;
}

.field:focus {
  color: #fff;
}

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

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

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

.field::placeholder {
  color: #fff;
}

.linky:hover {
  color: #d9232e;
}

.menu-image-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/Menu7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.paraslider {
  width: 60%;
}

.texticons {
  font-size: 14px;
}

.texticons:hover {
  color: #fff;
}

.specialbeige {
  margin-right: auto;
  margin-left: auto;
  padding: 5vw 25px;
  background-color: #f7f4ed;
}

.specialbeige.inverted {
  width: 100%;
  background-color: #1a1e2a;
}

.specialbeige.othercolor {
  margin-top: 60px;
  padding-bottom: 1vw;
  background-color: #4b5262;
}

.insidefeature {
  width: 1050px;
  height: 830px;
  margin: 0vw auto;
  background-image: url('../images/Edwin_Image-materiaux_Pespective.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.features1 {
  width: 100%;
  height: 430px;
  background-image: url('../images/Edwin_Site-web_Image-materiaux_Texte-haut_FR-c.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features1.en2 {
  background-image: url('../images/Edwin_Site-web_Image-materiaux_Texte-haut_EN-c.png');
}

.features2 {
  height: 415px;
  background-image: url('../images/Edwin_Image-materiaux_Texte2_Bas.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.features2.en1 {
  background-image: url('../images/Edwin_Site-web_Image-materiaux_Texte-bas_EN-c.png');
}

.sectionbrand1 {
  height: 640px;
  background-color: #978777;
  background-image: url('../images/BrandLofts.png');
  background-position: 50% 75%;
  background-size: 524px;
  background-repeat: no-repeat;
}

.sectionbrand1.v-en {
  background-image: url('../images/Edwin-icone-EN.jpg');
  background-size: 360px;
}

.sectionbrand2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4b5262;
  background-image: url('../images/Personnage_branding_Edwin.jpg');
  background-position: 50% 50%;
  background-size: 524px;
  background-repeat: no-repeat;
}

.branding3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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: #1a1e29;
  background-image: url('../images/ed.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logobranding3 {
  width: 320px;
  height: 100%;
  background-image: url('../images/Edwin_Footer_Logo_v630x600px.png');
  background-position: 50% 50%;
  background-size: 308px;
  background-repeat: no-repeat;
}

.divquartier {
  margin-top: 15px;
  margin-bottom: 0px;
}

.withpadding {
  margin-top: 30px;
}

.imageinclusion {
  display: none;
}

.textperso {
  width: 25%;
  margin-left: 25px;
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.contactmenu {
  margin-bottom: 12px;
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 400;
}

.page-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #1a1e2a;
  background-image: url('../images/Edwin_Footer_Atwater_2000px.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.authramp-nav {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 20px 0px 10px;
  -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;
  background-color: transparent;
  line-height: 1.6em;
  text-align: center;
}

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

.container-4 {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.heading {
  display: block;
  margin: 0px auto;
  padding-bottom: 14px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.html-embed-2 {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.bouton {
  padding: 9px 14px;
  border: 1px solid #0d0d0d;
  background-color: #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Arimo, sans-serif;
}

.bouton:hover {
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Arimo, sans-serif;
  color: #fff;
}

.textform {
  height: 40px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #161616;
}

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

.middleblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menuen {
  display: none;
}

.section-12 {
  background-color: #000;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #1a1e2a;
}

.link {
  margin-top: 0px;
  padding: 10px;
  background-color: #e2dad6;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  background-color: #1a1e2a;
}

.image-2 {
  display: inline-block;
  max-width: 35%;
  margin: 0px auto 61px;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

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

.header-2 {
  color: #000;
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.header-2.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #4e556d), to(#1a1e2a));
  background-image: linear-gradient(180deg, #4e556d 42%, #1a1e2a);
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}

.bold-text-2 {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.section-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10.contact-rsvp {
  min-height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.section-10.contact-invitation {
  position: relative;
  display: block;
  min-height: 70vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  background-color: #1a1e2a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1e2a), color-stop(91%, #4e556d), to(#4e556d));
  background-image: linear-gradient(180deg, #1a1e2a, #4e556d 91%, #4e556d);
}

.section-10.contact-rsvp {
  min-height: 100vh;
  padding-bottom: 60px;
  padding-left: 0px;
  background-image: url('../images/EDWIN.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.div-block-2 {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 2px 2px 20px #000;
  white-space: normal;
}

.form {
  margin-bottom: 0px;
}

.sous-header-copy {
  color: #000;
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.sous-header-copy.white-copy {
  margin-top: 1px;
  margin-bottom: 38px;
  padding-top: 0px;
  color: #fab88c;
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.sous-header-copy.white-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.text-field-rsvp {
  height: 44px;
  margin-right: 5px;
  margin-bottom: 18px;
  margin-left: 0px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: rgba(255, 253, 253, 0.3);
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.text-field-rsvp:hover {
  border-color: #ffdb9e;
}

.text-field-rsvp:focus {
  border-color: #fff;
  font-size: 16px;
}

.text-field-rsvp::-webkit-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-rsvp:-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-rsvp::-ms-input-placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-rsvp::placeholder {
  color: #fff;
  font-weight: 300;
}

.text-field-rsvp.select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, transparent, transparent);
  color: #fff;
}

.text-field-rsvp.select:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, transparent, transparent);
}

.text-field-rsvp.select:focus {
  color: #383838;
  font-weight: 300;
}

.text-field-rsvp-copie {
  height: 44px;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: 5px;
  border: 1px solid #fff;
  border-radius: 0px;
  background-color: rgba(255, 253, 253, 0.3);
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.text-field-rsvp-copie:hover {
  border-color: #ffdb9e;
}

.text-field-rsvp-copie:focus {
  border-color: #fff;
}

.text-field-rsvp-copie::-webkit-input-placeholder {
  color: #fff;
}

.text-field-rsvp-copie:-ms-input-placeholder {
  color: #fff;
}

.text-field-rsvp-copie::-ms-input-placeholder {
  color: #fff;
}

.text-field-rsvp-copie::placeholder {
  color: #fff;
}

.sous-header-copy-copy {
  color: #000;
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.sous-header-copy-copy.white-copy1 {
  margin-top: 1px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.sous-header {
  color: #000;
  font-size: 26px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.sous-header.white {
  margin-top: 1px;
  margin-bottom: 40px;
  padding-top: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.sous-header.white {
  margin-top: 60px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.header-wrap {
  margin-bottom: 10px;
}

.header-wrap.contact {
  margin-bottom: 20px;
  text-align: center;
}

.error-message-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5968e;
  text-align: center;
}

.form-row {
  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;
}

.success-message-2 {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

.button-2 {
  padding: 16px 20px 14px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 650ms ease;
  transition: all 650ms ease;
  font-size: 12px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #fff;
  color: #5a4a42;
}

.button-2.contact {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 18px;
}

.container {
  width: 90%;
  max-width: 1100px;
}

.container.small-rsvp {
  width: 65%;
  max-width: 800px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.div-block-2-copy {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heading-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: 2px 2px 20px #000;
  white-space: normal;
}

.image-5 {
  max-width: 60%;
  margin-top: 0px;
  padding-top: 80px;
}

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

.column-5 {
  left: 29px;
  text-align: center;
}

.image-6 {
  max-width: 50%;
  padding-top: 34px;
}

.image-3 {
  display: inline-block;
  max-width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 57px;
}

.columns-2 {
  margin-top: 0px;
  padding-top: 20px;
  background-color: #000;
}

.image-7 {
  max-width: 50%;
  margin-top: 0px;
  padding-top: 55px;
  text-align: right;
}

.column-6 {
  left: 116px;
  text-align: center;
}

.div-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.image-2-copy {
  display: inline-block;
  max-width: 20%;
  margin: 60px auto;
  padding-bottom: 0px;
  background-color: transparent;
  text-align: center;
}

.text-block {
  font-size: 2vw;
}

.text-block-2 {
  font-size: 2vw;
}

.text-block-3 {
  font-size: 2vw;
}

.text-block-4 {
  font-size: 2vw;
}

.text-block-5 {
  font-size: 2vw;
}

.text-block-6 {
  font-size: 2vw;
}

.list-item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-item-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-item-3 {
  padding-top: 0px;
}

.list-item-4 {
  padding-top: 0px;
}

.list-item-5 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-field-txt4 {
  margin-bottom: 50px;
  padding-bottom: 13px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.26);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt4:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.56);
}

.form-field-txt4:focus {
  border-bottom-color: #fff;
}

.form-field-txt4::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt4:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt4::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt4::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt4.half {
  width: 100%;
  margin-right: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 16px;
  font-weight: 300;
}

.form-field-txt4.half:focus {
  color: #fff;
}

.hero-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Edwin-Lofts.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 100px 92px 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;
  color: #ebe5da;
}

.formblock {
  margin-bottom: 150px;
}

.form-field {
  margin-bottom: 50px;
  padding-bottom: 13px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.26);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-field:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.56);
}

.form-field:focus {
  border-bottom-color: #fff;
}

.form-field::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field.half {
  width: 100%;
  margin-right: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-field.half:focus {
  color: #313131;
}

.form-two-fields {
  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;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt {
  margin-bottom: 50px;
  padding-bottom: 13px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.26);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.56);
}

.form-field-txt:focus {
  border-bottom-color: #fff;
}

.form-field-txt::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt.half {
  width: 50%;
  margin-right: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 16px;
  font-weight: 300;
}

.form-field-txt.half:focus {
  color: #fff;
}

.sign-in-link {
  margin-left: 13px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.sign-in-link.special {
  margin-left: 0px;
}

.col {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.col.right-col {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.col.left-col {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}

.overflow-hidden {
  overflow: hidden;
}

.current-page {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  width: 190px;
  height: 80px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.63);
  background-image: url('../images/EDWIN_logo-v2-inverse.png');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading-3 {
  margin-top: 40px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 26px;
  line-height: 34px;
}

.member-text-wrap {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 50px;
  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;
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.member-text-wrap.upper {
  position: relative;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/GalleryImage_1GalleryImage.png');
  background-position: 3% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.member-text-wrap.upper:hover {
  opacity: 0.7;
}

.member-text-wrap.vip {
  position: relative;
  bottom: 100px;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/GalleryImage_1GalleryImage.png');
  background-position: 3% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.member-text-wrap.vip:hover {
  opacity: 0.7;
}

.html-embed {
  display: none;
}

.current-page-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 190px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.63);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.current-page-right-copy-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 50px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.form-field-txt2 {
  margin-bottom: 50px;
  padding-bottom: 13px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.26);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt2:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.56);
}

.form-field-txt2:focus {
  border-bottom-color: #fff;
}

.form-field-txt2::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt2:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt2::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt2::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt2.half {
  width: 48%;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 16px;
  font-weight: 300;
}

.form-field-txt2.half:focus {
  color: #fff;
}

.under {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

.current-page-right-copy-copy-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 190px;
  height: 50px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.clouds-image-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  margin-top: -125px;
  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;
}

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-field-txt3 {
  margin-bottom: 50px;
  padding-bottom: 13px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.26);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  transition: border-color 265ms cubic-bezier(.165, .84, .44, 1);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt3:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.56);
}

.form-field-txt3:focus {
  border-bottom-color: #fff;
}

.form-field-txt3::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt3:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt3::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt3::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field-txt3.half-email {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 18px;
  font-weight: 300;
}

.form-field-txt3.half-email:focus {
  color: #fff;
}

.form-duproprio {
  font-family: Sailec, sans-serif;
}

.line-2 {
  position: absolute;
  top: 50%;
  bottom: 50%;
  display: none;
  width: 52px;
  height: 2px;
  background-color: #fff;
}

.text-block-7 {
  margin-left: 74px;
  font-family: Sailec, sans-serif;
  color: #ebe5da;
  font-size: 16px;
}

.submit-b {
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebe5da;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Sailec, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}

.submit-b:hover {
  background-color: #000;
  color: #ebe5da;
}

.go-back-b {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 0.56;
  -webkit-transition: opacity 265ms cubic-bezier(.165, .84, .44, 1);
  transition: opacity 265ms cubic-bezier(.165, .84, .44, 1);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.go-back-b:hover {
  opacity: 1;
}

.color {
  color: #c2a788;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.form-2 {
  font-family: Sailec, sans-serif;
}

.current-page-right-copy-copy-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 50px;
  margin-top: 15px;
  margin-right: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.current-page-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 190px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.63);
  font-family: Sailec, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: 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: #4b5263;
}

.map2 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2ece3;
}

.map2.bigger {
  height: 90vh;
  padding-bottom: 60px;
}

.grille-photos {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  justify-items: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f2ece3;
}

.div-block-7 {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.text-block-8 {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0px auto 20px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Sailec, sans-serif;
  color: #968571;
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
}

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

.image-8 {
  position: relative;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.display-10 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.display-10.shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.html-embed-3 {
  display: none;
}

.html-embed-4 {
  display: none;
}

.html-embed-5 {
  display: none;
}

.submit {
  margin-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #283f51;
  font-size: 32px;
  line-height: 40px;
}

.submit.gold {
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebe5da;
  background-color: rgba(40, 63, 81, 0.4);
  font-family: 'Ogg roman webfont', sans-serif;
  color: #ebe5da;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.hero-p {
  margin-bottom: 20px;
  color: #ebe5da;
  font-size: 31px;
  line-height: 36px;
  text-align: left;
}

.hero-col {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-col.l {
  padding-right: 15px;
}

.hero-col.r {
  padding-left: 15px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.form-field-2 {
  height: 50px;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #ebe5da;
  background-color: transparent;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #ebe5da;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.form-field-2::-webkit-input-placeholder {
  color: #ebe5da;
}

.form-field-2:-ms-input-placeholder {
  color: #ebe5da;
}

.form-field-2::-ms-input-placeholder {
  color: #ebe5da;
}

.form-field-2::placeholder {
  color: #ebe5da;
}

.form-field-2.select:focus {
  color: #978777;
}

.form-field-2.select.col-last:focus {
  color: #978777;
}

.form-3 {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-4 {
  margin-top: 54px;
  margin-bottom: 0px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #ebe5da;
  text-align: center;
}

.html-embed-6 {
  display: none;
}

.html-embed-7 {
  display: none;
}

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

.form-3-copy {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-5 {
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 56px;
  text-align: center;
}

.text-block-9 {
  margin-left: 0px;
}

.text-block-10 {
  margin-left: 28px;
}

.content-section-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.link-block-2 {
  padding-bottom: 0px;
}

.divpopup-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 1;
  text-align: center;
}

.xclose-2 {
  position: absolute;
  left: auto;
  top: 15%;
  right: 10%;
  bottom: auto;
  z-index: 20000;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}

.divinsidepopup-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 740px;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  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: 1px solid #000;
  background-color: #fff;
  box-shadow: 0 0 60px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.div-block-9 {
  position: static;
  top: auto;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: 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;
  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-style: solid;
  border-width: 2px;
  border-color: #8b8b8b;
}

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

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

.heading-6 {
  margin-top: 30px;
  margin-bottom: 29px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #3a3331;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
}

.text-block-13 {
  margin-top: 25px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #030303;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.bold-text-3 {
  font-family: 'Open Sans', sans-serif;
}

.slide-2 {
  background-image: url('../images/Edwin-A105.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-2 {
  width: 1200px;
  height: 768px;
}

.slide-3 {
  background-image: url('../images/Edwin-A201-A301.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-2 {
  color: #000;
}

.slide-4 {
  background-image: url('../images/Edwin-A202-A302.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Edwin-A206-A210.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/b-301.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Edwin-B111.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Edwin-B214-B314.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.button-3 {
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e5dcdc;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 18px;
  text-align: center;
}

.button-3:hover {
  border-style: solid;
  border-color: #fff #fff #fff;
  color: #c0b189;
}

.divvirtual {
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 0px;
  background-color: #323946;
  text-align: center;
}

.para {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.para.dark {
  color: #323946;
  text-align: center;
}

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

.brochure {
  padding-top: 5vw;
}

.middle2 {
  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;
  text-align: center;
}

.divforlightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.newheader {
  width: 100%;
  height: 100vh;
}

.link-block-3 {
  border-bottom-style: none;
}

.link-block-4 {
  border-bottom-style: none;
}

.link-2 {
  color: #2b2b2b;
}

.link-3 {
  color: #2b2b2b;
}

.button-4 {
  display: block;
  width: 250px;
  height: 50px;
  margin: 25px auto 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  clear: none;
  border: 1px solid #000;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.button-4:hover {
  border-style: solid;
  border-color: #fff #fff #fff;
  color: #c0b189;
}

.text-block-14 {
  color: #080808;
}

.button-5 {
  margin-top: 15px;
  background-color: #1a1e2a;
  font-family: 'Ogg roman webfont', sans-serif;
  font-size: 16px;
}

.button-5:hover {
  background-color: #323946;
  color: #ebe5da;
}

.button-5:active {
  color: #ebe5da;
}

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

.slide-11 {
  background-image: url('../images/Edwin-A309-A209.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Edwin-A309-A209.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/B105-B109.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.button-6 {
  width: 250px;
  height: 50px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(56, 152, 236, 0);
  -webkit-transition-duration: 350ms, 300ms;
  transition-duration: 350ms, 300ms;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.button-6:hover {
  width: 250px;
  height: 50px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #978777;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.link-4 {
  color: #323946;
}

.link-5 {
  color: #323946;
}

.divsix {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323946;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.sixlogo {
  width: 150px;
  margin-left: 5px;
}

.divsix-2 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323946;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.divsix-3 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323946;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
}

.slide-14 {
  background-image: url('../images/20200914_160506.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/20200914_160306.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  min-height: 600px;
}

.section-14 {
  display: none;
  margin-top: 33px;
}

.slide-16 {
  background-image: url('../images/20200914_160507.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/drone-edwin.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 34px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #ebe5da;
  text-align: center;
}

.section-15 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.divforlightbox-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #4b5262;
}

.text-block-15 {
  font-size: 2vw;
}

.text-block-16 {
  font-size: 2vw;
}

.text-block-17 {
  font-size: 2vw;
}

.text-block-18 {
  font-size: 2vw;
}

.text-block-19 {
  font-size: 2vw;
}

.text-block-20 {
  font-size: 2vw;
}

.text-block-21 {
  font-size: 2vw;
}

.text-block-22 {
  font-size: 2vw;
}

.list-item-6 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-item-7 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-item-8 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-item-9 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-9c-9 {
  background-image: url('../images/etage-9c.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.superficie {
  margin-bottom: 20px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.slide-9c-4 {
  background-image: url('../images/9C-canal-ouest.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-slider-brochure-gallery-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 250px;
  height: 60px;
  margin: 0px auto 35px;
  padding: 7px 10px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d95842), to(#d95842));
  background-image: linear-gradient(180deg, #d95842, #d95842);
  direction: ltr;
  color: #f4fbf5;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.right-arrow-3 {
  width: 300px;
  color: #2c7aae;
}

.icon-5-gallery-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1.5%;
  color: #323946;
  font-size: 30px;
}

.slide-nav-18-gallery-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  width: 400px;
  padding-top: 4px;
  color: #323946;
}

.slide-1401-ph201-5 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.right-arrow-4 {
  width: 300px;
}

.slide-1401-ph201-10 {
  background-image: url('../images/PLAN-9C-ROUGE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9c-8 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.colonne-slider-droite {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.slider-full-max {
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px none #393939;
  background-color: #fff;
}

.no-unite-plans-gallery-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d95842;
  font-size: 32px;
  line-height: 33px;
  font-weight: 400;
}

.column-unites {
  display: block;
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 30px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #393939;
  background-color: #323946;
}

.slide-1401-ph201-4 {
  background-image: url('../images/Heli-1401-Phase-2.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-plans-copy {
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #515151;
  font-size: 46px;
  line-height: 40px;
  font-weight: 400;
}

.slide-1401-ph201-2 {
  background-image: url('../images/1401-park-night-W.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9c-12 {
  background-image: url('../images/9c3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-plans {
  padding-top: 15px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.colonne-slider-gauche {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.left-arrow-4 {
  width: 300px;
}

.slider-1401 {
  height: 700px;
}

.left-arrow-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 8989;
  width: 300px;
}

.slide-9c-6 {
  background-image: url('../images/9C-night-canal-east-similar.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9c-10 {
  background-image: url('../images/9c1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-9c {
  height: 700px;
}

.slide-1401-ph201-7 {
  background-image: url('../images/ph-201.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-plans {
  margin-top: 100px;
  margin-bottom: 10px;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  font-weight: 400;
}

.slide-9c-7 {
  background-image: url('../images/9C-canal-night-west.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1401-ph201-6 {
  background-image: url('../images/212-juste-pour-212.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1401-ph201-1 {
  background-image: url('../images/1401-Phase-2-ville-soir.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon-6-gallery-2 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 1.5%;
  color: #323946;
  font-size: 30px;
}

.slide-9c-5 {
  background-image: url('../images/9th-flr-Canal-West-Dusk-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9c-11 {
  background-image: url('../images/9c2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-slider-plan-gallery-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 13%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 250px;
  height: 60px;
  margin: 0px auto 20px;
  padding: 7px 10px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px solid #fff;
  background-color: #323946;
  direction: ltr;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #f4fbf5;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.horizontal-rule {
  display: block;
  width: 54px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 41px;
  margin-left: auto;
  background-color: #111;
}

.horizontal-rule.horizontal-rule-grey {
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #dfdfdf;
}

.container-11 {
  max-width: 1300px;
}

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

.slide-136 {
  background-image: url('../images/A-201-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-137 {
  background-image: url('../images/A-201-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-138 {
  background-image: url('../images/A-201-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-139 {
  background-image: url('../images/A201-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-140 {
  background-image: url('../images/A-201-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-142 {
  background-image: url('../images/B301-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-144 {
  background-image: url('../images/B301-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-145 {
  background-image: url('../images/B301-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-146 {
  background-image: url('../images/A-201-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-147 {
  background-image: url('../images/B301-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-148 {
  background-image: url('../images/balcon-2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-149 {
  background-image: url('../images/A-201-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-150 {
  background-image: url('../images/salle-de-bain-2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-151 {
  background-image: url('../images/a201-Cuisine4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-152 {
  background-image: url('../images/a201-Cuisine3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/a201-Cuisine2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-153 {
  background-image: url('../images/b201-cuisine1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-154 {
  background-image: url('../images/b201-cuisine3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-155 {
  background-image: url('../images/b201-cuisine2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.superficie-2 {
  margin-bottom: 20px;
  color: #515151;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}

.icon-5-gallery-3 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 1.5%;
  color: #d95842;
  font-size: 30px;
}

.slide-nav-18-gallery-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 1%;
  width: 400px;
  padding-top: 4px;
  color: #d95842;
}

.slide-1401-ph201-5-2 {
  background-image: url('../images/PH201-PLAN.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-unites-2 {
  display: block;
  height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 30px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #393939;
  background-color: #fff;
}

.text-block-plans-2 {
  padding-top: 15px;
  color: #3d3c3c;
  font-size: 20px;
  line-height: 22px;
}

.heading-plans-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #515151;
  font-size: 46px;
  line-height: 40px;
  font-weight: 400;
}

.icon-6-gallery-3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 1.5%;
  color: #d95842;
  font-size: 30px;
}

.link-slider-plan-gallery-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 13%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 250px;
  height: 60px;
  margin: 0px auto 20px;
  padding: 7px 10px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d95842), to(#d95842));
  background-image: linear-gradient(180deg, #d95842, #d95842);
  direction: ltr;
  color: #f4fbf5;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.colonne-slider-gauche-mobile {
  display: none;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.colonne-slider-gauche-mobile2 {
  display: none;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.colonne-slider-gauche-mobile3 {
  display: none;
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
}

.slide199 {
  background-image: url('../images/salle-de-bain-2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide299 {
  background-image: url('../images/chambre-2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-slider-plan-visite {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 13%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 250px;
  height: 60px;
  margin: 0px auto -67px;
  padding: 7px 10px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border: 1px solid #fff;
  background-color: #323946;
  direction: ltr;
  font-family: 'Ogg roman webfont', sans-serif;
  color: #f4fbf5;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-5 {
  position: absolute;
  left: auto;
  top: 35%;
  right: 3%;
  bottom: auto;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.7);
}

.text-block-23 {
  font-size: 20px;
}

.section-16 {
  display: none;
}

.content-wrapper-ordi {
  display: block;
  width: 100%;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #323946;
}

.content-wrapper-mobile {
  display: none;
  width: 100%;
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #323946;
}

html.w-mod-js *[data-ix="appearfeature1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="appearfeature-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="appearfeature-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="backgroundappear"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px) scale(0.95, 0.95);
  -ms-transform: translate(0px, 100px) scale(0.95, 0.95);
  transform: translate(0px, 100px) scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="appear-left"] {
  opacity: 0;
  -webkit-transform: translate(-10%, 0px);
  -ms-transform: translate(-10%, 0px);
  transform: translate(-10%, 0px);
}

@media screen and (max-width: 991px) {
  .display-3.margin-bottom {
    margin-bottom: 10px;
  }

  .display-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns {
    display: block;
  }

  .footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .navigation-wrapper {
    height: 60px;
  }

  .button-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu {
    overflow: auto;
    padding: 20px;
  }

  .navi-item {
    font-size: 30px;
  }

  .column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column.line-left-top {
    padding-left: 10px;
  }

  .menu-grid {
    overflow: auto;
    padding: 20px;
  }

  .insidefeature {
    width: 720px;
    height: 600px;
  }

  .features1 {
    height: 320px;
    background-position: 0% 0%;
  }

  .features2 {
    height: 270px;
  }

  .image-2 {
    max-width: 50%;
  }

  .header-2 {
    font-size: 23px;
  }

  .section-10.contact-rsvp {
    background-image: url('../images/TOP.jpg');
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .section-10.contact-invitation {
    padding-left: 20px;
  }

  .sous-header-copy {
    font-size: 23px;
  }

  .sous-header-copy-copy {
    font-size: 23px;
  }

  .sous-header {
    font-size: 23px;
  }

  .container.small-rsvp {
    max-width: 600px;
  }

  .image-2-copy {
    max-width: 50%;
  }

  .form-field-txt4 {
    margin-bottom: 25px;
  }

  .form-field-txt4::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt4:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt4::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt4::placeholder {
    font-size: 14px;
  }

  .form-field-txt4.half {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

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

  .form-field {
    margin-bottom: 25px;
  }

  .form-field::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-field:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field::placeholder {
    font-size: 14px;
  }

  .form-field.half {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .form-field-txt {
    margin-bottom: 25px;
  }

  .form-field-txt::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt::placeholder {
    font-size: 14px;
  }

  .form-field-txt.half {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .current-page {
    font-size: 18px;
  }

  .current-page-right {
    font-size: 18px;
  }

  .current-page-right-copy-copy {
    font-size: 18px;
  }

  .form-field-txt2 {
    margin-bottom: 25px;
  }

  .form-field-txt2::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt2:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt2::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt2::placeholder {
    font-size: 14px;
  }

  .form-field-txt2.half {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .current-page-right-copy-copy-2 {
    margin-top: 23px;
    margin-right: 120px;
    font-size: 18px;
  }

  .clouds-image-wrap {
    margin-top: -148px;
  }

  .form-field-txt3 {
    margin-bottom: 25px;
  }

  .form-field-txt3::-webkit-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt3:-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt3::-ms-input-placeholder {
    font-size: 14px;
  }

  .form-field-txt3::placeholder {
    font-size: 14px;
  }

  .form-field-txt3.half-email {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .line-2 {
    width: 42px;
  }

  .submit-b {
    font-size: 18px;
  }

  .go-back-b {
    font-size: 18px;
  }

  .current-page-right-copy-copy-copy {
    font-size: 18px;
  }

  .current-page-2 {
    font-size: 18px;
  }

  .display-10 {
    font-size: 38px;
    line-height: 44px;
  }

  .submit.gold {
    font-size: 26px;
  }

  .hero-p {
    font-size: 25px;
    line-height: 30px;
  }

  .form-field-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .form-3 {
    width: 500px;
  }

  .form-3-copy {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .arrow {
    display: none;
    width: 40px;
    height: 40px;
  }

  .arrow.right {
    right: 0px;
  }

  .arrow.left {
    left: 0px;
  }

  .content {
    padding: 35px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

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

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

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

  .fullscreen {
    display: block;
    min-height: auto;
  }

  .grid {
    display: block;
    height: auto;
  }

  .columns {
    display: block;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .notice-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-menu {
    left: 0px;
    top: 0px;
    right: auto;
    bottom: 0px;
    padding-left: 20px;
  }

  .menu {
    overflow: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-image-wrapper {
    display: none;
  }

  .menu-sub {
    -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;
  }

  .header {
    height: auto;
    min-height: 100vh;
  }

  .header.detail {
    min-height: auto;
  }

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

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 20px;
  }

  .column {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .column.line-left-top {
    padding-left: 0px;
    border-left-style: none;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-image {
    position: relative;
    min-height: 100vh;
  }

  .tabs-menu-ii {
    display: block;
  }

  .menu-grid {
    display: block;
    overflow: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-menu {
    display: block;
  }

  .margin-bottom-last {
    margin-bottom: 30px;
  }

  .cart-absolute {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-image-detail {
    position: relative;
    min-height: 100vh;
    background-size: cover;
  }

  .image-2 {
    max-width: 50%;
  }

  .header-2 {
    font-size: 20px;
  }

  .section-10 {
    padding: 60px 20px;
  }

  .section-10.contact-rsvp {
    padding-top: 120px;
  }

  .section-10.contact-invitation {
    padding-top: 120px;
  }

  .section-10.contact-rsvp {
    padding-top: 120px;
  }

  .sous-header-copy {
    font-size: 20px;
  }

  .sous-header-copy.white-copy {
    max-width: 100%;
  }

  .sous-header-copy.white-copy {
    max-width: 100%;
  }

  .text-field-rsvp-copie {
    margin-left: 0px;
  }

  .sous-header-copy-copy {
    font-size: 20px;
  }

  .sous-header-copy-copy.white-copy1 {
    max-width: 100%;
  }

  .sous-header {
    font-size: 20px;
  }

  .sous-header.white {
    max-width: 100%;
  }

  .header-wrap {
    margin-bottom: 5px;
  }

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

  .success-message-2 {
    font-size: 14px;
  }

  .button-2 {
    font-size: 10px;
  }

  .container.small-rsvp {
    width: 80%;
  }

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

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

  .column-5 {
    left: 0px;
    text-align: center;
  }

  .column-6 {
    left: 0px;
    text-align: center;
  }

  .form-field-txt4.half {
    padding-bottom: 0px;
  }

  .form-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }

  .form-field.half {
    padding-bottom: 0px;
  }

  .form-field-txt.half {
    padding-bottom: 0px;
  }

  .col.right-col {
    display: none;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .col.left-col {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form-field-txt2.half {
    padding-bottom: 0px;
  }

  .current-page-right-copy-copy-2 {
    margin-top: 7px;
  }

  .clouds-image-wrap {
    margin-top: -95px;
  }

  .section.hero {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-field-txt3.half-email {
    padding-bottom: 0px;
  }

  .line-2 {
    display: none;
  }

  .hero-col.l {
    padding-right: 0px;
  }

  .hero-col.r {
    padding-left: 0px;
  }

  .content-wrapper-ordi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-wrapper-mobile {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .content-section.form2 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-wrapper {
    display: block;
    margin-top: 15px;
  }

  .image-wrapper.small {
    display: none;
  }

  .slide {
    height: auto;
  }

  .image.img-06 {
    display: none;
  }

  .image.img-10 {
    display: none;
  }

  .image.img-11 {
    display: none;
  }

  .image.chalet {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .image.projectview {
    margin-top: 0px;
    margin-bottom: 130px;
    padding-bottom: 0px;
  }

  .image.imgside2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .image.imgside1 {
    display: none;
  }

  .image.chalet-copy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .display-3.smaller {
    font-size: 18px;
  }

  .display-1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .display-2 {
    padding-top: 35px;
  }

  .display-2.margin-bottom {
    font-size: 30px;
  }

  .display-2.align-center {
    padding-top: 47px;
  }

  .display-2.margin-bottom-small {
    font-size: 25px;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px 35px;
  }

  .content.middle {
    padding-bottom: 0px;
  }

  .content.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .content.no-left-right {
    display: none;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .content.no-left-right.pluspadding {
    display: block;
    padding-bottom: 140px;
  }

  .content.nopadding {
    padding-top: 0px;
  }

  .content.form {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .caption {
    color: hsla(0, 0%, 50.2%, 0.75);
  }

  .align-center.mini {
    width: 90%;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 32px;
  }

  .logo.w--current {
    width: 150px;
  }

  .menu {
    display: none;
  }

  .navi-item {
    padding-top: 7px;
  }

  .menu-items {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header.team {
    min-height: 70vh;
  }

  .header.virtual {
    min-height: 70vh;
  }

  .tabs-content {
    margin-top: 10px;
  }

  .tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .slider {
    height: 280px;
  }

  .slider._800px {
    height: auto;
  }

  .content-wrapper {
    margin-top: 0px;
    padding-top: 20px;
  }

  .content-wrapper.specialhidden {
    display: none;
  }

  .header-image.img-06 {
    min-height: 70vh;
  }

  .header-image.virtual {
    min-height: 70vh;
  }

  .header-image.exclusive {
    min-height: 70vh;
  }

  .divslidehome {
    margin-bottom: 0px;
  }

  .planshome {
    width: 60%;
  }

  .underplans {
    font-size: 12px;
  }

  .specialbeige {
    margin-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .insidefeature {
    width: 100%;
    height: auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .features1 {
    display: none;
  }

  .features2 {
    display: none;
  }

  .sectionbrand1 {
    height: 450px;
    margin-top: 150px;
    padding-top: 0px;
    background-size: contain;
  }

  .sectionbrand2 {
    height: 600px;
    padding-bottom: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 50% 10%;
    background-size: contain;
  }

  .imageinclusion {
    display: block;
  }

  .textperso {
    width: 100%;
    margin-right: 25px;
    font-size: 16px;
  }

  .contactmenu {
    font-size: 20px;
  }

  .page-wrapper {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading {
    padding-bottom: 15px;
    line-height: 26px;
  }

  .html-embed-2 {
    width: auto;
    padding-right: 4px;
    padding-left: 4px;
  }

  .column-2 {
    display: none;
  }

  .column-3 {
    display: none;
  }

  .middleblock {
    width: 300px;
  }

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

  .image-2 {
    max-width: 90%;
  }

  .header-2 {
    font-size: 17px;
  }

  .header-2.white {
    font-size: 16px;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .section-10.contact-rsvp {
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 40px 0px;
    background-image: url('../images/TOP.jpg');
    background-position: 40% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-10.contact-invitation {
    padding: 40px 20px;
  }

  .section-10.contact-rsvp {
    padding: 40px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/Lumiere.jpg');
    background-position: 50% 100%;
    background-repeat: repeat;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .form {
    margin-bottom: 40px;
  }

  .sous-header-copy {
    font-size: 17px;
  }

  .sous-header-copy.white-copy {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
  }

  .sous-header-copy.white-copy {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
  }

  .text-field-rsvp-copie {
    margin-right: 5px;
    margin-left: 0px;
  }

  .sous-header-copy-copy {
    font-size: 17px;
  }

  .sous-header-copy-copy.white-copy1 {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
  }

  .sous-header {
    font-size: 17px;
  }

  .sous-header.white {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
  }

  .sous-header.white {
    margin-top: 40px;
    font-size: 16px;
  }

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

  .container.small-rsvp {
    width: 90%;
  }

  .heading-copy {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .image-5 {
    max-width: 40%;
  }

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

  .column-5 {
    left: 0px;
    text-align: center;
  }

  .image-6 {
    max-width: 30%;
  }

  .image-3 {
    max-width: 30%;
    text-align: center;
  }

  .image-7 {
    display: inline-block;
    max-width: 40%;
    text-align: center;
  }

  .column-6 {
    left: auto;
    clear: none;
    text-align: center;
  }

  .image-2-copy {
    max-width: 50%;
    margin-top: 50px;
  }

  .text-block {
    padding-top: 5px;
    font-size: 10vw;
  }

  .text-block-2 {
    padding-top: 5px;
    font-size: 10vw;
  }

  .text-block-3 {
    padding-top: 5px;
    font-size: 10vw;
  }

  .text-block-4 {
    padding-top: 5px;
    font-size: 10vw;
  }

  .text-block-5 {
    padding-top: 5px;
    font-size: 10vw;
  }

  .text-block-6 {
    padding-top: 5px;
    font-size: 10vw;
  }

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

  .form-field-txt4 {
    font-size: 14px;
  }

  .form-field-txt4.half {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .hero-background {
    height: auto;
    min-height: 100vh;
  }

  .form-wrap {
    padding-top: 110px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .formblock {
    margin-bottom: 115px;
  }

  .form-field {
    font-size: 14px;
  }

  .form-field.half {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .form-field-txt {
    font-size: 14px;
  }

  .form-field-txt.half {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .col.left-col {
    height: 100%;
  }

  .current-page {
    padding: 15px 25px;
    font-size: 14px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .member-text-wrap.upper {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 68px;
    background-size: 50px;
  }

  .member-text-wrap.vip {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    margin-top: 26px;
    padding-top: 11px;
    padding-bottom: 5px;
    padding-left: 0px;
    -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;
    background-color: rgba(0, 0, 0, 0.68);
    background-image: none;
    text-align: center;
  }

  .current-page-right {
    padding: 15px 25px;
    font-size: 14px;
  }

  .current-page-right-copy-copy {
    padding: 15px 25px;
    font-size: 14px;
  }

  .form-field-txt2 {
    font-size: 14px;
  }

  .form-field-txt2.half {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .under {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .current-page-right-copy-copy-2 {
    display: none;
    padding: 15px 25px;
    font-size: 14px;
  }

  .form-field-txt3 {
    font-size: 14px;
  }

  .form-field-txt3.half-email {
    margin-bottom: 20px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .text-block-7 {
    margin-left: 6px;
  }

  .submit-b {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .go-back-b {
    margin-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .current-page-right-copy-copy-copy {
    padding: 15px 25px;
    font-size: 14px;
  }

  .current-page-2 {
    padding: 15px 25px;
    font-size: 14px;
  }

  .map2 {
    height: 100vh;
  }

  .grille-photos {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-8 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .image-9 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .display-10 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .submit.gold {
    font-size: 22px;
    line-height: 26px;
  }

  .hero-p {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-content.form3 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-field-2 {
    height: 40px;
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
  }

  .form-3 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-4 {
    margin-top: 30px;
    padding: 0px 10px 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .form-3-copy {
    width: auto;
  }

  .columns-3 {
    display: none;
  }

  .image-10 {
    display: none;
  }

  .heading-5 {
    margin-top: 98px;
    margin-bottom: 49px;
  }

  .image-11 {
    padding-top: 101px;
  }

  .image-12 {
    padding-top: 128px;
    padding-bottom: 0px;
  }

  .image-13 {
    padding-top: 109px;
  }

  .divpopup-2 {
    display: none;
    padding-top: 0px;
  }

  .xclose-2 {
    top: 5%;
    right: 5%;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
  }

  .divinsidepopup-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(0, 0%, 100%, 0.91);
    color: #fff;
  }

  .div-block-9 {
    color: #fff;
  }

  .container-3 {
    color: hsla(0, 0%, 100%, 0);
  }

  .image-25 {
    max-width: 80%;
  }

  .heading-6 {
    font-size: 14px;
  }

  .text-block-13 {
    margin-bottom: 31px;
    font-size: 13px;
  }

  .slider-2 {
    width: 300px;
    height: 192px;
  }

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

  .link-block-3 {
    border-bottom-style: none;
  }

  .link-block-4 {
    margin-top: 10px;
    padding-bottom: 0px;
    border-bottom-style: none;
    text-decoration: none;
  }

  .section-14 {
    display: block;
  }

  .heading-7 {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .divforlightbox-copy {
    -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-block-15 {
    font-size: 8vw;
  }

  .text-block-16 {
    font-size: 8vw;
  }

  .text-block-17 {
    font-size: 8vw;
  }

  .text-block-18 {
    font-size: 8vw;
  }

  .text-block-19 {
    font-size: 8vw;
  }

  .text-block-20 {
    font-size: 8vw;
  }

  .text-block-21 {
    font-size: 8vw;
  }

  .text-block-22 {
    font-size: 8vw;
  }

  .image-26 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .superficie {
    margin-top: 12px;
    text-align: center;
  }

  .link-slider-brochure-gallery-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    min-width: 180px;
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .right-arrow-3 {
    width: auto;
  }

  .icon-5-gallery-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slide-nav-18-gallery-2 {
    display: none;
    padding-top: 0px;
  }

  .right-arrow-4 {
    display: block;
    width: auto;
  }

  .colonne-slider-droite {
    margin-top: 0px;
  }

  .slider-full-max {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .no-unite-plans-gallery-2 {
    margin-top: 0px;
    text-align: center;
  }

  .column-unites {
    height: 400px;
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px none #cacaca;
    border-bottom: 1px none #cacaca;
    text-align: center;
  }

  .slide-1401-ph201-4 {
    background-image: url('../images/A-201-4.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-plans-copy {
    margin-top: 30px;
    text-align: center;
  }

  .slide-1401-ph201-2 {
    background-image: url('../images/A-201-5.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block-plans {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .colonne-slider-gauche {
    display: none;
    margin-top: 138px;
  }

  .left-arrow-4 {
    width: auto;
  }

  .slider-1401 {
    height: 300px;
    margin-top: 25px;
  }

  .left-arrow-3 {
    width: auto;
  }

  .slider-9c {
    display: block;
    height: 300px;
    min-width: 200px;
    margin: 25px auto 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-1401-ph201-7 {
    background-image: url('../images/A201-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .heading-plans {
    margin-top: 0px;
    text-align: center;
  }

  .slide-1401-ph201-6 {
    background-image: url('../images/A-201-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1401-ph201-1 {
    background-image: url('../images/A-201-3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .icon-6-gallery-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-slider-plan-gallery-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    min-width: auto;
    margin: 20px auto 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;
  }

  .horizontal-rule.horizontal-rule-grey {
    margin-bottom: 20px;
  }

  .container-11 {
    max-width: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .superficie-2 {
    margin-top: 12px;
    font-family: 'Ogg roman webfont', sans-serif;
    color: #fff;
    text-align: center;
  }

  .icon-5-gallery-3 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #323946;
  }

  .slide-nav-18-gallery-3 {
    display: none;
    padding-top: 0px;
  }

  .slide-1401-ph201-5-2 {
    background-image: url('../images/1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .column-unites-2 {
    height: 700px;
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    background-color: #323946;
  }

  .text-block-plans-2 {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Ogg roman webfont', sans-serif;
    color: #fff;
    text-align: center;
  }

  .heading-plans-2 {
    margin-top: 49px;
    font-family: 'Ogg roman webfont', sans-serif;
    color: #fff;
    text-align: center;
  }

  .icon-6-gallery-3 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #323946;
  }

  .link-slider-plan-gallery-3 {
    position: static;
    width: auto;
    min-width: 180px;
    margin-top: 45px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    background-image: none;
    font-family: 'Ogg roman webfont', sans-serif;
  }

  .slide-156 {
    background-image: url('../images/salle-de-bain-2021.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-157 {
    background-image: url('../images/a201-Cuisine2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-158 {
    background-image: url('../images/a201-Cuisine3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-1-2 {
    background-image: url('../images/a201-Cuisine4.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .colonne-slider-gauche-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .colonne-slider-gauche-mobile2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .colonne-slider-gauche-mobile3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .link-slider-plan-visite {
    position: static;
    width: 250px;
    min-width: 180px;
    margin: 10px auto 0px;
  }

  .section-16 {
    display: block;
  }

  .content-wrapper-ordi {
    display: none;
    margin-top: 0px;
    padding-top: 20px;
  }

  .content-wrapper-ordi.specialhidden {
    display: none;
  }

  .content-wrapper-mobile {
    display: block;
    margin-top: 0px;
    padding-top: 20px;
  }

  .content-wrapper-mobile.specialhidden {
    display: none;
  }
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab19481f-b92e5a41 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194821-b92e5a41 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194823-b92e5a41 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194825-b92e5a41 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194828-b92e5a41 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

#w-node-_6a81a490-b5e2-abf0-fb9f-a600ab19482b-b92e5a41 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-b92e5a41 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-b92e5a41 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-b92e5a41 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-b92e5a41 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-b92e5a41 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-b92e5a41 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-b92e5a41 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50945e7a-c5f1-d797-9c92-cb4d197cd11b-b92e5a41 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fa384dc3-5f90-5d23-6c39-190e6c76270a-b92e5a41 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354c5-7e7354c4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354e4-7e7354c4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354eb-7e7354c4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_6fc54b7e-8b57-41d8-74e8-39fc0145783d-7e7354c4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_59a6099f-89ac-85f2-0ee0-582bdbe8535a-322e5a48 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-f8f50e58-f1e5-000d-3a2d-7b34b5f033c2-322e5a48 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_7c64d647-124d-1d24-cb48-fb2394a14226-322e5a48 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b7377ead-f5f7-baa6-1010-9178ddda4a04-322e5a48 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c5-322e5a48 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-322e5a48 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-322e5a48 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3f9-522e5a4a {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fb-522e5a4a {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fd-522e5a4a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_285a6a9c-b42f-99e3-197a-ee73c63229b1-522e5a4a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc400-522e5a4a {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-ec2e5a50 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 5;
  grid-row-end: 7;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-ec2e5a50 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-ec2e5a50 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 8;
  grid-column-end: 12;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-ec2e5a50 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904525-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904527-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d651-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d653-ec2e5a50 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d656-ec2e5a50 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d65e-ec2e5a50 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd44-ec2e5a50 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd46-ec2e5a50 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd49-ec2e5a50 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd51-ec2e5a50 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 5;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-1a2e5a52 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-1a2e5a52 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 7;
  grid-column-end: 12;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0300-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0302-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f030f-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0311-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f031e-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0320-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_1513ddca-7f68-3436-7428-4d82933da972-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_1513ddca-7f68-3436-7428-4d82933da974-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_07365ff1-0fd7-0e89-eacc-a1d8e3e721d9-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_428315f4-8b0f-af30-902e-fe7a13139a08-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_8f80e05a-4e6b-3935-da1e-ce08ddafa7d9-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_170912d6-088e-ff06-a03f-e1a8650e1aa1-1a2e5a52 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-ee0e240a-d502-1510-8ea8-e0b482add91d-1a2e5a52 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee7-7e2e5a53 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee9-7e2e5a53 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-7e2e5a53 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-7e2e5a53 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-7e2e5a53 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-b72e5a55 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-b72e5a55 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-a82e5a57 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-a82e5a57 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-a82e5a57 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-a82e5a57 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-a82e5a57 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-a82e5a57 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-a82e5a57 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-a82e5a57 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-a82e5a57 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-a82e5a57 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-a82e5a57 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-a82e5a57 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-a82e5a57 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fa384dc3-5f90-5d23-6c39-190e6c76270a-a82e5a57 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-a82e5a57 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee7-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee9-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b3-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b5-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b7-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0bc-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0c3-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb7c-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb7e-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb80-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb85-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb8c-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af361-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af363-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af365-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af36a-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af371-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfa-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfc-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfe-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683e03-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683e0a-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d0-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d2-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d4-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d9-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753e0-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beedd-2cb9f89d {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beedf-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee1-2cb9f89d {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee6-2cb9f89d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beeed-2cb9f89d {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-18fdb152 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-18fdb152 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-18fdb152 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-18fdb152 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-18fdb152 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-18fdb152 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-18fdb152 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-18fdb152 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-18fdb152 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-18fdb152 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-18fdb152 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-18fdb152 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-18fdb152 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50945e7a-c5f1-d797-9c92-cb4d197cd11b-18fdb152 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fa384dc3-5f90-5d23-6c39-190e6c76270a-18fdb152 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-db0f271f-c16a-95ba-8494-fb973e27c8d7-3e27c8d5 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-db0f271f-c16a-95ba-8494-fb973e27c8fa-3e27c8d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-db0f271f-c16a-95ba-8494-fb973e27c905-3e27c8d5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-db0f271f-c16a-95ba-8494-fb973e27c919-3e27c8d5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-00388888 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-00388888 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 7;
  grid-column-end: 12;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0300-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0302-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f030f-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0311-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f031e-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-c74f3f26-8577-b912-bf46-7d63b17f0320-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_1513ddca-7f68-3436-7428-4d82933da972-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_1513ddca-7f68-3436-7428-4d82933da974-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_07365ff1-0fd7-0e89-eacc-a1d8e3e721d9-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_428315f4-8b0f-af30-902e-fe7a13139a08-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_8f80e05a-4e6b-3935-da1e-ce08ddafa7d9-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_170912d6-088e-ff06-a03f-e1a8650e1aa1-00388888 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-ee0e240a-d502-1510-8ea8-e0b482add91d-00388888 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-7f2953db {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 5;
  grid-row-end: 7;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-7f2953db {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-7f2953db {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 8;
  grid-column-end: 12;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-7f2953db {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904525-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904527-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d651-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d653-7f2953db {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d656-7f2953db {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ed14686-ca95-46b6-84a0-53a240d1d65e-7f2953db {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 5;
  grid-column-end: 10;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd44-7f2953db {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd46-7f2953db {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd49-7f2953db {
  -ms-grid-column: 10;
  grid-column-start: 10;
  -ms-grid-column-span: 3;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d764fa8-e16b-5bec-d234-f6d68b92cd51-7f2953db {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 5;
  grid-column-end: 9;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee7-3b297c73 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee9-3b297c73 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-3b297c73 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-3b297c73 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-3b297c73 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b46f-3b297c73 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b471-3b297c73 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee7-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a1f4267a-6571-86dc-0186-cab617788ee9-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b3-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b5-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b7-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0bc-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0c3-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb7c-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb7e-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb80-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb85-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb8c-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af361-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af363-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af365-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af36a-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_780bc916-d226-ed2b-8d61-0c593e2af371-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfa-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfc-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfe-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683e03-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-dece2df9-c755-ed72-0cc3-95d4fe683e0a-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d0-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d2-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d4-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d9-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753e0-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beedd-f4673c3f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beedf-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee1-f4673c3f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee6-f4673c3f {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beeed-f4673c3f {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_9188e854-5725-324d-f569-f950566863e6-762a70fc {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-8beff180 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-8beff180 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 3;
  grid-column-end: 8;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-8beff180 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-8beff180 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-8beff180 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-8beff180 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-8beff180 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-8beff180 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-8beff180 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 4;
  grid-row-end: 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-8beff180 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-8beff180 {
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-8beff180 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-8beff180 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50945e7a-c5f1-d797-9c92-cb4d197cd11b-8beff180 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fa384dc3-5f90-5d23-6c39-190e6c76270a-8beff180 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-f5f02319 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-f5f02319 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b46f-d7ad30df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b471-d7ad30df {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b46f-438a3ed7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8ece4d07-2248-206a-075c-1554d8f8b471-438a3ed7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_813499a5-0b42-05da-3455-c91756c6a4f5-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_813499a5-0b42-05da-3455-c91756c6a4f7-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_1c3f360a-dd9c-34aa-c0ac-38e82dfb9c32-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_1c3f360a-dd9c-34aa-c0ac-38e82dfb9c34-0e5aafd3 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_1c3f360a-dd9c-34aa-c0ac-38e82dfb9c39-0e5aafd3 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 7;
  grid-column-end: 12;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc01695-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc01697-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016a4-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016a6-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016b6-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016b8-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016c5-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016c7-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d03-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d05-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d38-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d3a-0e5aafd3 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d3f-0e5aafd3 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 7;
  grid-column-end: 12;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d53-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d55-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d62-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d64-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d74-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d76-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d83-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d85-0e5aafd3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_4becbdb3-2444-5b13-ae0e-0f21f78658a2-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4becbdb3-2444-5b13-ae0e-0f21f78658a4-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
}

#w-node-_053da745-4682-591d-ca37-6c92df9f875b-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-_053da745-4682-591d-ca37-6c92df9f875d-909e5cdb {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_053da745-4682-591d-ca37-6c92df9f8763-909e5cdb {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 7;
  grid-column-end: 12;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf357-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf359-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf366-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf368-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf375-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf377-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf384-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
}

#w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf386-909e5cdb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

@media screen and (max-width: 991px) {
  #w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194821-b92e5a41 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194825-b92e5a41 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_6a81a490-b5e2-abf0-fb9f-a600ab194828-b92e5a41 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_6a81a490-b5e2-abf0-fb9f-a600ab19482b-b92e5a41 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-322e5a48 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 4;
    grid-row-end: 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-322e5a48 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 5;
    grid-row-end: 6;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-ec2e5a50 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 5;
    grid-row-end: 7;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-ec2e5a50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-ec2e5a50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-ec2e5a50 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-faa8e953-a911-2623-84c4-40d41c904527-ec2e5a50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-ec2e5a50 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0302-1a2e5a52 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0311-1a2e5a52 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0320-1a2e5a52 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_1513ddca-7f68-3436-7428-4d82933da974-1a2e5a52 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-7e2e5a53 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-7e2e5a53 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-7e2e5a53 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-a82e5a57 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-a82e5a57 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-a82e5a57 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-a82e5a57 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-a82e5a57 {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 5;
    grid-row-end: 6;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b7-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0bc-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0c3-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb80-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb85-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb8c-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af365-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af36a-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af371-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfe-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683e03-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683e0a-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d4-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d9-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753e0-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee1-2cb9f89d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee6-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beeed-2cb9f89d {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-18fdb152 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-18fdb152 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-18fdb152 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-18fdb152 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0302-00388888 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0311-00388888 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c74f3f26-8577-b912-bf46-7d63b17f0320-00388888 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_1513ddca-7f68-3436-7428-4d82933da974-00388888 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-7f2953db {
    -ms-grid-column: 7;
    grid-column-start: 7;
    -ms-grid-column-span: 6;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 5;
    grid-row-end: 7;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-7f2953db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-7f2953db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-7f2953db {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-faa8e953-a911-2623-84c4-40d41c904527-7f2953db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-7f2953db {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-3b297c73 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-3b297c73 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-3b297c73 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd502-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd505-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_1490d20c-d5a7-63d1-43dc-9eae764dd508-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0b7-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0bc-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_0d67df81-2300-935b-cce8-85b2f3a3e0c3-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb80-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb85-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_6f7f7409-7ad1-c35f-456b-4208fe5acb8c-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af365-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af36a-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_780bc916-d226-ed2b-8d61-0c593e2af371-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683dfe-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683e03-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-dece2df9-c755-ed72-0cc3-95d4fe683e0a-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d4-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753d9-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_17028bd7-7c1f-d1b7-8ac8-67b7015753e0-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee1-f4673c3f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beee6-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-_4bf53c6b-b172-6fd5-41f2-7849bd8beeed-f4673c3f {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-8beff180 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 5;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-8beff180 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-8beff180 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 2;
    grid-row-end: 6;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-8beff180 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_3baaf015-5519-b7ba-9472-b8dc6cc01697-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016a6-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016b8-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_3baaf015-5519-b7ba-9472-b8dc6cc016c7-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d55-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d64-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d76-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-fd2471f6-83bf-2602-15df-ab4fd7a50d85-0e5aafd3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf359-909e5cdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf368-909e5cdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf377-909e5cdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-b5732b68-1fbd-5a21-d07f-1071bd6bf386-909e5cdb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 9;
    grid-column-end: 10;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }
}

@font-face {
  font-family: 'Ogg roman webfont';
  src: url('../fonts/ogg-roman-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec hairline';
  src: url('../fonts/Sailec-Hairline-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec hairline';
  src: url('../fonts/Sailec-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Sailec';
  src: url('../fonts/Sailec-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}