:root {
  --smoke-white: #f9f9f9;
  --gold: goldenrod;
  --black-2: black;
  --black: #000;
  --white: white;
  --black\<deleted\|variable-1714d6d9\>: #141414;
  --charcoal-grey: #36454f;
  --grey: #e4e4e4;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

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

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--smoke-white);
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  color: var(--gold);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  transition: color .4s;
}

a:hover {
  color: #ffb600;
}

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

li {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

blockquote {
  background-color: var(--gold);
  color: var(--black);
  border-left: 5px #61d3cfd1;
  margin-bottom: 10px;
  padding: 60px 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.section-template {
  z-index: 5;
  background-color: var(--white);
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-template.style-guide {
  background-color: var(--white);
  padding-top: 220px;
}

.container-3 {
  max-width: 1280px;
  padding-left: 10px;
  padding-right: 10px;
}

.overline {
  text-transform: uppercase;
  padding-top: 0;
  font-weight: 400;
}

.color-item {
  flex-direction: column;
  display: flex;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.left-column {
  position: relative;
}

.style-guide-item {
  margin-bottom: 60px;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.style-guide-typography-wrapper {
  margin-top: 40px;
}

.color-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.color-item-info {
  border: 1px solid #7b7b7b;
  padding: 12px;
}

.break-line {
  background-color: #515151;
  height: 1px;
  margin-top: 20px;
}

.color-item-fill {
  background-color: var(--black\<deleted\|variable-1714d6d9\>);
  color: var(--black-2);
  border: 1px solid #6c6969;
  height: 130px;
}

.color-item-fill.color-2 {
  background-color: var(--black-2);
  border: 1px solid #655d5d;
}

.color-item-fill.color-3 {
  background-color: #fff;
}

.colors-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.style-guide-menu-link {
  color: var(--black-2);
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: color .35s;
}

.style-guide-menu-link:hover {
  color: #636161;
}

.style-guide-menu-link.top-margin {
  color: var(--black-2);
  margin-top: 20px;
}

.style-guide-menu-link.top-margin.w--current {
  color: var(--white);
}

.style-guide-menu {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.smaller {
  max-width: 1100px;
}

.section {
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.no-top-padding {
  padding-top: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.card {
  background-color: #f3f3f3;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.listing-link-block {
  color: var(--white);
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #a3a1a145;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.listing-link-block:hover {
  color: var(--white);
}

.line-break {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.listing-bedroom-and-bathrooms {
  margin-top: 25px;
}

._2-column-grid {
  grid-template-rows: auto;
}

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

.details-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.small-text {
  color: #000;
  font-family: Inter, sans-serif;
}

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

.blog-post-main-image {
  border-radius: 20px;
  margin-top: 20px;
}

.heading-centered {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  min-width: 60vw;
  font-weight: 400;
}

.heading-centered.font-color-white.heading {
  font-weight: 400;
}

.heading-centered.black.non {
  text-transform: none;
}

.property-details-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  position: relative;
}

.property-details-left {
  color: var(--black-2);
  padding-bottom: 0;
  position: relative;
}

.rich-text-block {
  color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.property-gallery {
  margin-top: 40px;
}

.empty-state-3 {
  background-color: #f6f8fb;
}

.gallery-item {
  cursor: zoom-in;
}

.gallery-wrapper {
  cursor: zoom-in;
  object-fit: cover;
  height: 300px;
  overflow: hidden;
}

.postion-absolute {
  background-color: #daa520ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph {
  color: #000;
  line-height: 28px;
}

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

.gallery-list-wrapper {
  margin-top: 25px;
}

.gallery-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  cursor: auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-details {
  background-color: var(--charcoal-grey);
  border: 1px #ffffff69;
  border-radius: 20px;
  flex-direction: column;
  height: auto;
  padding: 50px;
  position: sticky;
  top: 20px;
  box-shadow: 0 10px 20px 12px #0000000d;
}

.rent {
  background-color: var(--gold);
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid #00000029;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 8px 15px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: inline-block;
}

.listing-price-wrapper {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.listing-price {
  color: var(--white);
  font-family: Inter, sans-serif;
}

.form-wrapper, .listing-form {
  margin-top: 25px;
}

.listing-text-field {
  background-color: var(--smoke-white);
  color: var(--black);
  min-height: 50px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.blog-section {
  background-color: var(--smoke-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.vertical-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-white {
  color: var(--white);
  text-align: center;
}

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

.pricing-card {
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
  border-radius: 9px;
  width: 100%;
  padding: 50px 42px;
  font-family: Poppins;
  text-decoration: none;
}

.pricing-card:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.credits-icon {
  margin-bottom: 25px;
}

.credits-price {
  color: var(--black);
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-22px {
  color: #141414;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-22px.options {
  margin-top: 10px;
}

.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-18px {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list {
  margin-bottom: 0;
}

.card-button {
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px 25px;
  display: flex;
}

.pricing-details-wrapper {
  padding-bottom: 20px;
}

.card-button-text-block {
  font-family: Inter, sans-serif;
}

.product-grid {
  grid-template-rows: auto;
}

.add-to-cart-wrapper {
  border: 1px solid var(--white);
  padding: 30px 25px;
}

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

.medium-heading {
  margin-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

.small-heading {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 35px;
}

.product-price {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.add-to-cart-button {
  color: var(--white);
  background-color: #000;
  border: 1px #021d2b;
  padding: 20px 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: background-color .35s, color .35s;
}

.add-to-cart-button:hover {
  background-color: var(--gold);
  color: var(--black);
  font-family: Roboto, sans-serif;
}

.paypal {
  margin-top: 10px;
}

.product-details-wrapper {
  border: 1px solid var(--white);
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
}

.checkout-form {
  background-color: var(--white);
  color: var(--black\<deleted\|variable-1714d6d9\>);
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.place-order-button {
  border: 1px solid var(--white);
  background-color: var(--black-2);
  color: var(--white);
  transition: color .35s, background-color .35s;
}

.place-order-button:hover {
  background-color: var(--gold);
  color: var(--black);
}

.paypal-checkout-form {
  background-color: var(--white);
  color: var(--black-2);
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.order-confirmation {
  background-color: var(--white);
  color: #000;
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: Roboto, sans-serif;
}

.checkmark-icon {
  width: 20px;
  margin-right: 5px;
}

.utility-page-wrap {
  background-color: var(--smoke-white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.field-label {
  color: var(--white);
}

.text-block-10 {
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

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

.style-guide-section {
  background-color: #f2efe6;
  height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.style-guide-section.license {
  background-color: var(--white);
  border-bottom: 1px solid #6f6c6c;
  padding-top: 220px;
}

.style-guide-section.changelog {
  background-color: var(--white);
  height: 100vh;
}

.container-4 {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-license {
  z-index: 5;
  background-color: var(--white);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.license-item {
  border-bottom: 1px solid #4c4747;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.container-2 {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-centered {
  text-align: center;
  font-weight: 400;
}

.cart-price {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.menu-wrapper {
  z-index: 555;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.main-logo {
  border-radius: 7px;
  height: auto;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.menu-close-icon {
  filter: invert();
  width: 50%;
  height: auto;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 25% 0% 0% 25%;
}

.white-outline-menu {
  color: var(--white);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 75px;
}

.white-outline-menu.second {
  color: var(--gold);
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.cart-button-2 {
  background-color: #0000;
}

.text-block-5 {
  color: #8a8a8a;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.follow-me {
  color: var(--white);
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  line-height: 45px;
}

.menu-link-block {
  height: 75px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.menu-link-block.w--current {
  height: 75px;
  display: block;
}

.menu-right-wrapper {
  background-color: var(--smoke-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  overflow: hidden;
}

.left {
  background-color: var(--charcoal-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  height: 100%;
  padding-left: 5%;
  display: flex;
}

.menu-hamburger-icon {
  filter: invert();
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.cart-quantity-2 {
  background-color: var(--white);
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.menu-hamburger-wrapper {
  z-index: 666;
  background-color: var(--smoke-white);
  cursor: pointer;
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.full-screen-menu {
  z-index: 555;
  background-color: #000;
  height: auto;
  display: block;
  position: relative;
}

.cart-main-wrapper {
  z-index: 5555;
  object-fit: none;
  position: static;
  inset: 4% 7% auto auto;
}

.cart-wrapper {
  z-index: 2147483647;
}

.logo-link-block {
  background-color: var(--smoke-white);
  border-radius: 6px;
}

.logo-link-block.w--current {
  background-color: var(--smoke-white);
  border-radius: 7px;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.cart-container {
  background-color: var(--white);
  border: 1px solid #ffffff8c;
}

.icon-3 {
  background-color: #fff;
}

.error-state-2 {
  background-color: #000;
}

.social-icon-link {
  margin-right: 25px;
}

.right {
  background-image: url('../images/'), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  width: 40vw;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.checkout-button-2 {
  border: 1px solid var(--black-2);
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: color .5s, background-color .5s;
}

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

.top-menu-wrapper {
  z-index: 8888;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-image {
  background-color: #fff;
  padding: 5px;
}

.social-links {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-links.right {
  display: none;
}

.footer-section {
  background-color: var(--black-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.footer-content-wrappper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.footer-text-link {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.footer-paragraph {
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.8;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-black {
  color: #000;
}

.listing-hero-section {
  background-image: url('../images/Exterieur-Sud-1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.listing-hero-section.ouest {
  background-image: url('../images/Exterieur-Sud-2.jpg');
}

.listing-hero-overlay {
  background-color: #00000082;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-date {
  color: var(--black\<deleted\|variable-1714d6d9\>);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.form-button-dark {
  border: 2px solid var(--gold);
  background-color: var(--charcoal-grey);
  color: var(--white);
  text-transform: capitalize;
  margin-top: 30px;
  padding: 25px 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: background-color .35s, color .35s;
  display: block;
}

.form-button-dark:hover {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--black-2);
}

.black {
  color: var(--black-2);
}

.product-template-section {
  padding-top: 220px;
  padding-bottom: 220px;
}

.heading {
  color: var(--black-2);
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Roboto, sans-serif;
}

.link {
  color: var(--white);
  font-family: Roboto, sans-serif;
}

.price-wrapper {
  display: flex;
}

.font-color-white {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.font-color-white._16px {
  font-size: 16px;
}

.content-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
}

.content-feature-number {
  color: #080808;
  margin-top: 12px;
  margin-bottom: 10px;
  margin-left: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 40px;
}

.content-feature-block {
  position: relative;
}

.content-image-right {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
  top: 60px;
}

.content-image-tall {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-subheading {
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-content {
  align-items: center;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.paragraph-regular {
  color: #383838;
  max-width: 460px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.content-feature-square {
  z-index: -1;
  background-color: var(--gold);
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-image-double {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-image-left {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.no-bottom-padding {
  padding-bottom: 0;
}

.section-regular.no-bottom-padding.top-extra-padding-mobile {
  background-color: var(--smoke-white);
}

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

.overline-2.text-color-blue-500 {
  color: var(--gold);
  font-family: Inter, sans-serif;
}

.blog-card {
  box-shadow: none;
  color: #353b41;
  vertical-align: baseline;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.blog-card:hover {
  color: var(--black-2);
  box-shadow: 0 24px 64px #e0e0e07a;
}

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

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.blog-date-2 {
  color: #6d767e;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.heading-monteserrat {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.blog-thumbnail-x-small {
  border-radius: 8px;
  flex: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.blog-card-small {
  grid-column-gap: 24px;
  color: #000;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.blog-card-small:hover {
  color: var(--black-2);
  box-shadow: 0 24px 64px #e0e0e07a;
}

.blog-thumbnail-large {
  border-radius: 8px;
  height: 356px;
  margin-bottom: 16px;
  overflow: hidden;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.blog-grid-single {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

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

.margin-bottom-08 {
  margin-bottom: 8px;
}

.title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.heading-detail-small {
  color: var(--gold);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.blog-thumbnail-2 {
  border-radius: 8px;
  height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
}

.description {
  margin-top: 20px;
  font-weight: 400;
}

.description.minimum {
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.link-block-style {
  color: #000000a8;
  letter-spacing: .25px;
  text-transform: none;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.link-block-style:hover {
  color: #000;
  font-weight: 500;
}

.link-block-style:focus-visible, .link-block-style[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.link-block-style.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-menu {
  border-bottom: 1px solid #000;
}

.container-regular {
  width: 100%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-2 {
  color: #000;
  letter-spacing: .25px;
  text-transform: capitalize;
  object-fit: fill;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.nav-link-2:hover {
  color: #000;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 4px;
  outline-style: none;
}

.hero {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.flex-block {
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-heading {
  font-size: 11vw;
  font-weight: 400;
  line-height: 1.1;
}

.bold {
  color: var(--gold);
  font-weight: 700;
}

.bold.noir, .bold.chalet {
  color: var(--black);
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
  margin-top: 120px;
}

.black-section {
  background-color: var(--charcoal-grey);
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-small {
  color: var(--white);
  font-weight: 500;
}

.text-small.moyen {
  font-size: 40px;
}

.content-wrapper-vertical {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.big-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.flex-hori {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.white-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.white-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.small-paragraph {
  color: var(--white);
  width: 65%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.small-paragraph.moyen {
  margin-bottom: 0;
  font-size: 20px;
}

.block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px #000;
  padding-right: 10px;
  display: flex;
}

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

.cms-wrapper {
  background-color: var(--smoke-white);
  margin-top: 100px;
  position: relative;
}

.number-one {
  z-index: 1;
  position: sticky;
  top: 0;
}

.listing-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.listing-grid.reversed {
  grid-template-columns: 1fr .75fr;
}

.listing-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--smoke-white);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10% 5%;
  display: flex;
}

.listing-title {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 65px;
}

.inter-text-small {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-big {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.listing-thumbnail-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 105vh;
}

.view-project-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #daa520d4;
  border: 1px #000;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  inset: 0% auto auto 0%;
}

.block-feature {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-right: 1px solid #000;
  padding-right: 10px;
  font-size: 20px;
  display: flex;
}

.absolute-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.number-three {
  z-index: 3;
  position: sticky;
  top: 0;
}

.number-two {
  z-index: 2;
  position: sticky;
  top: 0;
}

.thumbnail-mask {
  position: relative;
  overflow: hidden;
}

.more-information {
  padding: 200px 5%;
  display: none;
}

.background-black {
  background-color: var(--black);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/getty-images-SqbAuxDS8fI-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 13px;
  padding: 40px 20px;
}

._2-column-grid-home {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

._2-pictures-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-one {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 480px;
  position: relative;
  top: -140px;
}

.image-two {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 480px;
  position: relative;
  bottom: -140px;
}

.vertical-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container-large {
  max-width: 1380px;
}

.number-four {
  z-index: 3;
  position: sticky;
  top: 0;
}

.normal-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-70-width {
  text-transform: capitalize;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.heading-70-width.mini {
  text-transform: none;
  line-height: 1.1;
}

.flex-block-3 {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.flex-block-3.top-margin {
  margin-top: 0;
}

.grid {
  grid-template-rows: auto;
  margin-top: 50px;
}

.card-paragraph {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.card-paragraph.white-font {
  color: var(--white);
}

.card-title {
  color: var(--black);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.card-title.white-font {
  color: var(--white);
}

.stat-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--grey);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.stat-card.black-background {
  background-color: var(--gold);
}

.small-2-column-grid {
  grid-template-rows: auto;
  height: 100%;
}

.cover-image {
  object-fit: cover;
  border-radius: 12px;
  height: 100%;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 16rem;
  max-height: 16rem;
  padding: 25px;
  display: grid;
}

.flex-block-4.basse {
  min-height: 14rem;
  max-height: 16rem;
}

.flex-block-4.moyenne {
  background-color: var(--charcoal-grey);
  min-height: 16rem;
}

.flex-block-4.haute {
  background-color: var(--gold);
  height: 14rem;
  min-height: 16rem;
}

.flex-block-4.haute.font-color-white {
  min-height: 16rem;
}

.flex-block-4.home {
  min-height: auto;
  max-height: none;
}

.circle {
  background-color: var(--gold);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.big-2-column-grid {
  grid-template-rows: auto;
  margin-top: 50px;
}

.portrait-image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 700px;
}

.landscape-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 340px;
}

.flex-block-5 {
  justify-content: space-around;
}

.inside-section.top-margin {
  margin-top: 80px;
}

.big-footer {
  z-index: 1;
  background-color: var(--charcoal-grey);
  padding-top: 5%;
  padding-bottom: 1%;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
}

.flex-block-7 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

.point-dot-3 {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.big-footer-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.5;
}

.big-footer-text:hover {
  color: var(--gold);
}

.big-footer-text.no-hover {
  color: var(--white);
  font-size: 1.5vw;
}

.big-footer-text.no-hover:hover {
  color: #fff;
}

.big-footer-text.small {
  font-size: 1.5vw;
}

.text-scroling-section {
  margin-top: 10vh;
}

.big-footer-title {
  color: var(--white);
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.text-animation-wrapper-2 {
  z-index: 5;
  background-color: #e7dbcf;
  border-left: 10px #ff6e00;
  border-right: 10px #ff6e00;
  margin-bottom: 15px;
  padding-top: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-animation-wrapper-2.first {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: auto;
}

.text-animation-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15vw;
  font-weight: 700;
  line-height: 1;
}

.animation-content-2 {
  white-space: nowrap;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.title {
  color: var(--white);
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
}

.cart-quantity-3 {
  display: none;
}

.cart-icon {
  filter: invert();
}

.listings-section {
  padding: 120px 1% 80px;
}

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

.property-listing {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: box-shadow 1s;
  position: relative;
  overflow: hidden;
}

.property-listing:hover {
  color: #fff;
  box-shadow: 0 10px 20px -3px #ffffff29;
}

.listing-image-wrapper {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
}

.listing-overlay {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#fff0, #1414144f 83%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.price-block {
  display: flex;
}

.listing-price-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.listing-price-2.none {
  display: none;
}

.view-details {
  background-color: #141414;
  margin-top: 15px;
  padding: 15px 25px;
}

.text-14px {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.text-14px.visiter {
  color: var(--grey);
}

.text-14px.visiter:hover {
  color: var(--white);
}

.listing-name {
  color: var(--white);
  font-weight: 300;
  line-height: 1;
}

.paginate-button {
  background-color: var(--smoke-white);
  color: var(--black);
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.paginate-button:hover {
  background-color: var(--gold);
  color: var(--black);
}

.pagination {
  margin-top: 100px;
}

.capitalize {
  text-transform: capitalize;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

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

.contact-content {
  background-color: var(--smoke-white);
  justify-content: space-between;
  width: 100%;
  padding: 10% 5%;
}

.grid-2 {
  grid-template-rows: auto;
  width: 100%;
}

.text-field {
  background-color: var(--smoke-white);
  color: var(--black);
  border: 1px #000;
  border-bottom: 2px solid #dbdbdb;
  min-height: 50px;
  font-size: 18px;
  font-weight: 200;
}

.text-field.message {
  min-height: 150px;
}

.flex-vertical {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-sub-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.light-paragraph {
  font-weight: 300;
}

.light-paragraph.light-black {
  color: var(--black);
  font-family: Inter, sans-serif;
}

.submit-button-2 {
  background-color: var(--smoke-white);
  color: var(--black);
  border: 1px solid #000;
  margin-top: 25px;
  padding: 10px 25px;
  font-weight: 300;
  transition: border .3s, background-color .3s;
}

.submit-button-2:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black);
  font-weight: 300;
}

.link-text {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.flex-block-9 {
  margin-top: 60px;
}

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

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

.flex-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--smoke-white);
  color: var(--black);
  padding: 15px 25px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: background-color .3s, color .3s;
}

.button:hover {
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--black);
}

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

.page-load-wrapper {
  z-index: 2147483647;
  background-color: var(--smoke-white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.load-heading {
  color: var(--black);
  font-weight: 500;
}

.heading-3 {
  color: var(--gold);
}

.first {
  margin-top: 30px;
}

.last {
  margin-bottom: 30px;
}

.code-embed {
  margin-top: 50px;
}

.text-span {
  color: var(--gold);
}

.reseaux {
  width: 2.5rem;
}

.form-block {
  display: none;
}

.footer {
  width: 2.5rem;
}

.text-span-2, .text-span-3 {
  color: var(--gold);
}

.paragraph-3, .paragraph-4 {
  font-size: 22px;
}

.text-span-4, .text-span-5 {
  color: var(--gold);
}

.center {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.center.dates {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.center.card-title.white {
  color: var(--white);
}

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

.text-span-6 {
  color: var(--gold);
}

.prix {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.embed-code.none {
  display: none;
}

.paragraph-9, .paragraph-10, .paragraph-11 {
  font-weight: 400;
}

.rich-text-block-2 {
  margin-bottom: 0;
  font-weight: 300;
}

.liste {
  margin-top: 10px;
}

.text-span-7 {
  color: var(--gold);
}

.list-item {
  margin-bottom: 0;
}

.paragraph-12, .paragraph-13 {
  margin-bottom: 0;
  font-weight: 400;
}

.list-item-2 {
  margin-bottom: 0;
}

.code-embed-2 {
  margin-top: 3rem;
}

.paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17 {
  font-weight: 400;
}

.video {
  width: 100vw;
  height: 60vw;
}

.image {
  width: 30px;
}

.image.check {
  margin-top: 10px;
  margin-right: 4px;
  padding-right: 0;
}

.flex-description {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-8 {
  color: var(--gold);
}

@media screen and (min-width: 1440px) {
  .main-logo {
    width: 5rem;
  }

  .right {
    background-image: linear-gradient(#00000080, #00000080), url('../images/');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .small-paragraph.moyen {
    font-size: 30px;
  }

  .listing-title {
    font-size: 90px;
  }

  .inter-text-small {
    font-size: 30px;
  }

  .price-big {
    margin-top: 40px;
    font-size: 60px;
  }

  .listing-thumbnail-image {
    height: 100vh;
  }

  .block-feature {
    padding-top: 20px;
    font-size: 40px;
  }

  .heading-70-width {
    font-size: 50px;
    line-height: 1.1;
  }

  .heading-70-width.mini {
    font-size: 50px;
  }

  .flex-block-3, .flex-block-3.top-margin {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-block-3.tarifs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .big-2-column-grid {
    grid-template-rows: auto;
  }

  .flex-block-5 {
    justify-content: space-between;
  }

  .big-footer {
    position: static;
  }

  .big-footer-text, .big-footer-text.no-hover {
    color: var(--white);
  }

  .big-footer-title, .title {
    color: var(--white);
    font-weight: 500;
  }

  .contact-sub-title {
    font-size: 40px;
    line-height: 1;
  }

  .paragraph-3 {
    font-size: 24px;
  }

  .paragraph-4 {
    font-size: 25px;
  }

  .paragraph-5 {
    padding-top: 20px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 2000px;
  }

  .line-break {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .listing-bedroom-and-bathrooms {
    font-size: 30px;
  }

  .heading-centered {
    font-size: 100px;
  }

  .rent {
    padding: 20px;
    font-size: 40px;
  }

  .main-logo {
    width: 7rem;
  }

  .menu-close-icon {
    display: none;
  }

  .menu-right-wrapper {
    padding: 20px;
  }

  .social-links.right {
    display: none;
  }

  .font-color-white {
    font-size: 40px;
    line-height: 40px;
  }

  .font-color-white.second {
    font-size: 30px;
  }

  .container-regular {
    max-width: 1730px;
  }

  .text-small.moyen {
    font-size: 50px;
  }

  .big-paragraph {
    font-size: 35px;
  }

  .small-paragraph.moyen {
    font-size: 25px;
  }

  .listing-title {
    font-size: 130px;
  }

  .flex-block-2 {
    padding-top: 20px;
  }

  .price-big {
    margin-top: 40px;
    font-size: 70px;
  }

  .view-project-wrapper {
    width: 200px;
    height: 200px;
    left: 37%;
  }

  .block-feature {
    padding-top: 10px;
    font-size: 40px;
  }

  .heading-70-width, .heading-70-width.mini {
    font-size: 50px;
  }

  .listing-price-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .text-14px.visiter {
    font-size: 25px;
  }

  .listing-name {
    font-size: 50px;
  }

  .contact-sub-title {
    font-size: 60px;
  }

  .link-text {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 70px;
  }

  .first, .last, .paragraph-3, .paragraph-4 {
    font-size: 30px;
  }

  .paragraph-5 {
    padding-top: 20px;
    font-size: 30px;
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 65px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 35px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
    line-height: 30px;
  }

  h5 {
    font-size: 20px;
    line-height: 25px;
  }

  h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .section-template {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-template.style-guide {
    padding-top: 140px;
  }

  .container-3, .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-details-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .gallery-wrapper {
    height: 150px;
  }

  .postion-absolute {
    display: none;
  }

  .property-details {
    height: 100%;
  }

  .blog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .order-confirmation {
    padding-bottom: 60px;
  }

  .style-guide-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-section.license {
    padding-top: 140px;
  }

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

  .section-license {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-wrapper {
    display: none;
  }

  .white-outline-menu {
    font-size: 60px;
    line-height: 65px;
  }

  .follow-me {
    font-size: 30px;
    line-height: 35px;
  }

  .menu-link-block, .menu-link-block.w--current {
    height: 60px;
  }

  .logo-link-block {
    background-color: var(--smoke-white);
  }

  .right {
    align-items: center;
  }

  .social-links.right {
    display: none;
  }

  .hero-content-wrapper {
    text-align: center;
  }

  .product-template-section {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .content-image-double {
    justify-content: flex-start;
  }

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

  .blog-card-small {
    padding: 24px;
  }

  .blog-thumbnail-large {
    margin-bottom: 16px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-thumbnail-2 {
    height: 240px;
    margin-bottom: 16px;
  }

  .link-block-style {
    color: #000000a8;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .link-block-style:hover {
    color: #000;
  }

  .container-regular {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-image {
    height: 60vh;
    margin-top: 80px;
  }

  .listing-title {
    font-size: 50px;
  }

  .price-big {
    font-size: 40px;
  }

  .block-feature {
    font-size: 17px;
  }

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

  .big-footer {
    padding-top: 8%;
  }

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

  .point-dot-3 {
    width: 15px;
    height: 15px;
  }

  .big-footer-text, .big-footer-text.no-hover {
    font-size: 2vw;
  }

  .big-footer-text.small {
    font-size: 1.5vw;
  }

  .text-scroling-section {
    margin-top: 5vh;
  }

  .big-footer-title {
    font-size: 6vw;
  }

  .title {
    font-size: 4vw;
    font-weight: 500;
  }

  .listings-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 40px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h6 {
    font-size: 16px;
  }

  .section-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    position: static;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.top-margin {
    margin-top: 100px;
  }

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

  .listing-link-block:hover {
    color: var(--white);
  }

  .gallery-wrapper {
    height: 150px;
  }

  .gallery-list {
    grid-template-columns: 1fr 1fr;
  }

  .property-details {
    height: 100%;
  }

  .rent {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .listing-price-wrapper {
    justify-content: center;
    margin-bottom: 10px;
  }

  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

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

  .medium-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .small-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .checkout-form, .paypal-checkout-form {
    padding-bottom: 60px;
  }

  .style-guide-section, .section-license {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-outline-menu {
    font-size: 40px;
  }

  .cart-main-wrapper {
    top: 4%;
    right: 10%;
  }

  .social-icon-link {
    margin-right: 10px;
  }

  .top-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social-links.right {
    display: none;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .product-template-section {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .content-block {
    margin-top: 60px;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular.no-bottom-padding.top-extra-padding-mobile {
    padding-top: 100px;
  }

  .grid-two-column, .blog-card-small {
    grid-template-columns: 1fr;
  }

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

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

  .collection-list {
    grid-template-columns: 1fr;
  }

  .link-block-style {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .link-block-style:hover {
    color: #000;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-image {
    height: 40vh;
    margin-top: 60px;
  }

  .black-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .content-wrapper-vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .big-paragraph {
    font-size: 20px;
  }

  .flex-hori {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .small-paragraph {
    width: 90%;
  }

  .small-paragraph.moyen {
    font-size: 17px;
  }

  .properties-section {
    padding-top: 60px;
  }

  .cms-wrapper {
    margin-top: 60px;
  }

  .number-one {
    position: relative;
  }

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

  .listing-grid.reversed {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .listing-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .listing-title {
    font-size: 40px;
    line-height: 1;
  }

  .inter-text-small {
    font-size: 12px;
    line-height: 1;
  }

  .price-big {
    font-size: 30px;
    font-weight: 500;
  }

  .listing-thumbnail-image {
    height: 50vh;
  }

  .view-project-wrapper {
    width: 80px;
    height: 80px;
  }

  .block-feature {
    font-size: 16px;
  }

  .number-three, .number-two, .number-four {
    position: relative;
  }

  .normal-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-70-width {
    width: 100%;
  }

  .flex-block-3 {
    place-items: start stretch;
  }

  .grid {
    margin-top: 20px;
  }

  .card-title {
    font-size: 45px;
    line-height: 1;
  }

  .card-title.white-font {
    font-size: 45px;
  }

  .circle {
    width: 100px;
    height: 100px;
  }

  .right-up-arrow {
    width: 45px;
  }

  .big-2-column-grid {
    margin-top: 20px;
  }

  .portrait-image {
    height: 420px;
  }

  .landscape-image {
    height: 200px;
  }

  .inside-section.top-margin {
    margin-top: 60px;
  }

  .point-dot-3 {
    width: 10px;
    height: 10px;
  }

  .big-footer-text, .big-footer-text.no-hover {
    font-size: 2.5vw;
  }

  .big-footer-text.small {
    font-size: 2vw;
  }

  .big-footer-title {
    font-size: 6vw;
  }

  .text-animation-wrapper-2.first {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-animation-3 {
    font-size: 10vw;
  }

  .listings-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .property-listing:hover {
    color: #fff;
  }

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

  .contact-image {
    height: 50vh;
  }

  .footer {
    width: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
  }

  .section-template {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .section.top-margin {
    padding-bottom: 60px;
  }

  .line-break {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2-column-grid._3-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .details-wrapper {
    font-size: 18px;
  }

  .small-text {
    font-size: 16px;
  }

  .gallery-wrapper {
    height: 250px;
  }

  .gallery-list {
    grid-template-columns: 1fr;
  }

  .property-details {
    height: 100%;
    padding: 25px 20px;
  }

  .paragraph-white, .paragraph-white.centered-mobile {
    text-align: center;
  }

  .pricing-grid {
    margin-top: 0;
  }

  .pricing-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .credits-price {
    font-size: 18px;
  }

  .text-18px {
    font-size: 16px;
    line-height: 18px;
  }

  .card-button {
    padding: 20px 10px;
  }

  .medium-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .small-heading, .product-price {
    font-size: 20px;
    line-height: 25px;
  }

  .checkout-form {
    color: #141414;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .paypal-checkout-form {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-confirmation {
    padding: 100px 10px 20px;
  }

  .style-guide-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-license {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-centered {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-wrapper {
    flex-direction: column;
    display: none;
  }

  .main-logo {
    width: 60px;
  }

  .menu-close-icon {
    margin-bottom: 0;
  }

  .white-outline-menu {
    text-align: center;
    font-size: 30px;
  }

  .white-outline-menu.second {
    color: var(--gold);
  }

  .follow-me {
    font-size: 25px;
    line-height: 30px;
  }

  .menu-right-wrapper {
    justify-content: center;
    align-items: flex-end;
    padding: 5px;
  }

  .left {
    align-items: center;
    width: 100vw;
  }

  .menu-hamburger-icon {
    margin-top: 3px;
    margin-left: 3px;
  }

  .menu-hamburger-wrapper {
    width: 35px;
    height: 35px;
  }

  .cart-main-wrapper {
    right: 15%;
  }

  .social-icon-link {
    margin-right: 0;
  }

  .social-icon-link.mobile {
    width: 2rem;
  }

  .right {
    display: none;
  }

  .social-links.right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 50px;
    display: flex;
  }

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

  .listing-hero-section {
    background-position: 20%;
    background-size: cover;
    background-attachment: scroll;
    min-height: 30vh;
  }

  .listing-hero-section.ouest {
    background-position: 60%;
    min-height: 30vh;
  }

  .product-template-section {
    padding-bottom: 40px;
  }

  .heading {
    font-size: 18px;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .content-image-right {
    height: 220px;
    top: 32px;
  }

  .content-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .content-image-double {
    grid-column-gap: 24px;
  }

  .content-image-left {
    height: 220px;
  }

  .section-regular.no-bottom-padding.top-extra-padding-mobile {
    padding-top: 120px;
  }

  .blog-card {
    padding: 24px;
  }

  .paragraph-large {
    line-height: 1.4;
  }

  .heading-monteserrat {
    font-size: 16px;
  }

  .blog-thumbnail-x-small {
    width: 100%;
    height: 200px;
  }

  .blog-card-small {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-thumbnail-large {
    height: 200px;
  }

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

  .blog-thumbnail-2 {
    height: 200px;
  }

  .link-block-style {
    text-align: left;
    font-size: 16px;
  }

  .link-block-style:hover {
    color: #000;
  }

  .hero {
    padding-top: 70px;
  }

  .hero-image {
    object-fit: cover;
    height: 50vh;
    padding-left: 0;
  }

  .text-small.moyen {
    font-size: 30px;
  }

  .content-wrapper-vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .listing-grid {
    flex-flow: wrap-reverse;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .listing-grid.reversed {
    grid-template-columns: 1fr;
  }

  .listing-grid.reversed.wrap-down, .listing-grid.mobile {
    flex-flow: wrap;
  }

  .listing-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .listing-title {
    font-size: 30px;
  }

  .inter-text-small {
    font-size: 14px;
  }

  .flex-block-2 {
    font-size: 19px;
  }

  .listing-thumbnail-image {
    height: 40vh;
  }

  .view-project-wrapper {
    width: 60px;
    height: 60px;
  }

  .more-information {
    display: block;
  }

  .normal-section {
    border-top: 1px solid #00000029;
  }

  .heading-70-width {
    text-align: center;
  }

  .flex-block-3 {
    grid-template-columns: 1.25fr;
  }

  .flex-block-3.top-margin {
    grid-template-columns: 1.5fr;
  }

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

  .card-title {
    font-size: 50px;
    line-height: 55px;
  }

  .small-2-column-grid {
    grid-template-columns: 1fr;
  }

  .flex-block-4 {
    min-height: 14rem;
    max-height: 14rem;
  }

  .flex-block-4.basse {
    justify-content: space-between;
    align-items: center;
    min-height: 12rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block-4.home {
    grid-template-rows: auto;
  }

  .circle {
    display: none;
  }

  .right-up-arrow {
    width: 30px;
  }

  .big-2-column-grid {
    grid-template-columns: 1fr;
  }

  .portrait-image {
    height: 350px;
  }

  .landscape-image {
    height: 180px;
  }

  .flex-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
  }

  .big-footer-text {
    font-size: 4vw;
  }

  .big-footer-text.no-hover {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
  }

  .big-footer-text.small {
    font-size: 3vw;
  }

  .text-scroling-section {
    margin-top: 0;
  }

  .big-footer-title {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-8 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    line-height: 1;
  }

  .title {
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
  }

  .thumbnail-image {
    object-fit: cover;
    min-height: 300px;
  }

  .listing-overlay {
    background-image: linear-gradient(#fff0, #14141499 83%);
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 14px;
  }

  .text-block-16, .text-block-17 {
    color: #000;
    font-size: 14px;
  }

  .text-block-18, .text-block-19, .text-block-20 {
    font-size: 14px;
  }

  .text-block-21 {
    color: #000;
    font-size: 14px;
  }

  .footer {
    width: 2rem;
  }

  .center.dates {
    font-size: 18px;
  }

  .center.card-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .dates {
    padding-bottom: 10px;
  }

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

#w-node-_50736c46-30df-808a-271f-b9459d11258b-ed5e5fea {
  align-self: start;
}

#w-node-_24cfa1be-bf11-8ac2-4921-8c9bc8eb214c-ed5e5fea, #w-node-e16faf36-64fc-7189-3518-3693599a1aa2-ed5e5fea, #w-node-_48348a35-ec69-9510-d16e-b9a8985c1f94-ed5e5fea, #w-node-_9cc81169-49ec-ca59-df5b-895814f0fb8b-ed5e5fea {
  place-self: center;
}

#w-node-a3e95b06-5a5b-a280-1952-bfd1c86301f8-ed5e5fea, #w-node-_53a26603-4619-024d-71fc-e7336ce5602a-ed5e5fea, #w-node-_995ad9db-1b2d-9174-95b4-db932eb0cae6-ed5e5fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa417336-7612-4579-ab10-d8b71313c6a9-ed5e5fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98441498-e171-15cf-cf42-240a5e7f7dd3-ed5e5fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd78e08b-1310-f8a7-2c55-5673fe414939-ed5e5fea {
  place-self: center;
}

#w-node-_559bd64d-5739-7157-ea3e-6038339983bc-ed5e5fed, #w-node-_559bd64d-5739-7157-ea3e-6038339983c1-ed5e5fed, #w-node-_559bd64d-5739-7157-ea3e-6038339983c7-ed5e5fed, #w-node-_559bd64d-5739-7157-ea3e-6038339983cd-ed5e5fed, #w-node-_559bd64d-5739-7157-ea3e-6038339983d3-ed5e5fed, #w-node-_559bd64d-5739-7157-ea3e-6038339983d9-ed5e5fed, #w-node-_921a2ad5-b453-3f49-fc91-2f446dc2db3f-ed5e5fee, #w-node-_921a2ad5-b453-3f49-fc91-2f446dc2db53-ed5e5fee, #w-node-_921a2ad5-b453-3f49-fc91-2f446dc2db57-ed5e5fee, #w-node-_431d7b0d-ba32-3736-4384-506475f9d00b-ed5e5ff2, #w-node-_431d7b0d-ba32-3736-4384-506475f9d032-ed5e5ff2, #w-node-_431d7b0d-ba32-3736-4384-506475f9d059-ed5e5ff2, #w-node-d9b56b8a-eb1a-0de9-5fed-e8df64e5cfe1-64e5cfde, #w-node-d9b56b8a-eb1a-0de9-5fed-e8df64e5cfeb-64e5cfde, #w-node-d9b56b8a-eb1a-0de9-5fed-e8df64e5cff2-64e5cfde, #w-node-d9b56b8a-eb1a-0de9-5fed-e8df64e5cfff-64e5cfde, #w-node-c7b49e06-4e60-ae0e-4671-a3f311a5cd4e-ed5e5ff3, #w-node-d8cfddbf-45f7-8dff-6db1-0c4bb5b835f9-ed5e5ff3, #w-node-d8cfddbf-45f7-8dff-6db1-0c4bb5b835ff-ed5e5ff3, #w-node-_83e1b70a-ac88-3cbd-51c9-5182b5af798e-ed5e5ff3, #w-node-_1f699737-b420-2057-4052-a3cbcafcd28d-ed5e5ff3, #w-node-_5cc119c5-9ac7-f4ea-cf4a-ee1aee1226e3-ed5e5ff3, #w-node-_5cc119c5-9ac7-f4ea-cf4a-ee1aee1226ea-ed5e5ff3, #w-node-_5cc119c5-9ac7-f4ea-cf4a-ee1aee1226ee-ed5e5ff3, #w-node-_5cc119c5-9ac7-f4ea-cf4a-ee1aee1226f2-ed5e5ff3, #w-node-_5cc119c5-9ac7-f4ea-cf4a-ee1aee1226f9-ed5e5ff3, #w-node-_6545e7f8-2ff8-49b5-be26-e5d9caac105e-ed5e5ff5, #w-node-_4ff5eae6-2aa0-8fef-ff4a-641f8c0a9c0e-ed5e5ff5, #w-node-_827f63ef-299e-352b-e77c-c0911349b9bd-ed5e5ffb, #w-node-_827f63ef-299e-352b-e77c-c0911349b9c9-ed5e5ffb, #w-node-_827f63ef-299e-352b-e77c-c0911349b9cf-ed5e5ffb, #w-node-_827f63ef-299e-352b-e77c-c0911349b9d6-ed5e5ffb, #w-node-_827f63ef-299e-352b-e77c-c0911349b9dd-ed5e5ffb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50736c46-30df-808a-271f-b9459d11258b-f6100995 {
  align-self: start;
}

#w-node-be1c5130-5da3-0431-ad84-5b1f24823ecc-f6100995, #w-node-_3ac192d5-f34f-7bea-ec1b-823d9589bdd6-f6100995 {
  place-self: center;
}

#w-node-a3e95b06-5a5b-a280-1952-bfd1c86301f8-f6100995, #w-node-_53a26603-4619-024d-71fc-e7336ce5602a-f6100995, #w-node-_995ad9db-1b2d-9174-95b4-db932eb0cae6-f6100995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa417336-7612-4579-ab10-d8b71313c6a9-f6100995 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_98441498-e171-15cf-cf42-240a5e7f7dd3-f6100995, #w-node-d6a295f9-1922-c746-452c-2eb824469cb4-b32cabff, #w-node-d6a295f9-1922-c746-452c-2eb824469cbe-b32cabff, #w-node-d6a295f9-1922-c746-452c-2eb824469cc3-b32cabff, #w-node-d6a295f9-1922-c746-452c-2eb824469cc8-b32cabff, #w-node-d6a295f9-1922-c746-452c-2eb824469cda-b32cabff, #w-node-_55197d54-237c-6442-4686-30720351de8c-9b28b8ec, #w-node-_55197d54-237c-6442-4686-30720351de96-9b28b8ec, #w-node-_55197d54-237c-6442-4686-30720351de9b-9b28b8ec, #w-node-_55197d54-237c-6442-4686-30720351dea0-9b28b8ec, #w-node-d6a295f9-1922-c746-452c-2eb824469cda-9b28b8ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-be1c5130-5da3-0431-ad84-5b1f24823ecc-f6100995 {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_559bd64d-5739-7157-ea3e-6038339983c1-ed5e5fed {
    place-self: center;
  }
}


