:root {
  --dim-grey: #686868;
  --black: #313137;
  --pink: #f5c1c0;
  --brown: #a41f47;
  --black-2: black;
  --white-smoke: #f8f8fa;
  --silver: #b8bdc0;
  --grey: #8a8a8a;
  --white-smoke-2: #f8f8f8;
}

.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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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: 767px) {
  .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-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--black);
  font-weight: 800;
}

em {
  color: #5e5e5e;
  font-style: italic;
}

blockquote {
  text-align: left;
  border-left: 3px solid #dea974;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 17px;
  font-size: 26px;
  line-height: 32px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

.container {
  z-index: 10;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button {
  background-color: var(--pink);
  color: var(--brown);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #ebc49e;
  background-image: none;
}

.button.small {
  background-image: none;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 16px;
}

.button.small:hover {
  background-position: 88% 51%;
}

.button.search {
  padding: 23px 38px;
  font-size: 16px;
  position: absolute;
  inset: 7px 8px auto auto;
}

.button.white {
  color: var(--brown);
  background-color: #fff;
}

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

.button.full {
  width: 100%;
}

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

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa3137;
  border-radius: 2px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
}

.utility-page-wrap {
  background-color: #f2eee8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  z-index: 3;
  background-color: #fff;
  padding: 80px 3%;
  position: relative;
}

.section.photo {
  background-color: #f2eee8;
  background-image: url('../images/agenda-livre.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  padding-left: 0%;
  display: flex;
}

.section.gray {
  background-color: #f2eee8;
}

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

.nav-link-block {
  align-items: flex-end;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.price-pop {
  color: var(--black-2);
  font-size: 17px;
  font-weight: 600;
}

.product-name {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 500;
}

.subtotal {
  font-size: 15px;
  font-weight: 600;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.discounts {
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.navigation {
  background-color: #a41f47;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  z-index: 0;
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 550px;
  height: 100%;
  padding: 50px 62px;
}

.brand {
  color: #000;
  order: -1;
  padding-left: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.part-2 {
  order: 1;
  align-items: center;
  display: flex;
}

.part-1 {
  order: -1;
  align-items: center;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.cart-container {
  box-shadow: none;
  border-radius: 3px;
  max-width: 580px;
}

.cart-wrapper {
  z-index: 999;
  background-color: #0006;
}

.paypal {
  margin-bottom: 5px;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.margin-20px {
  margin-top: 20px;
}

.cart-quantity-left {
  color: #000;
  background-color: #0000;
  border-width: 1px;
  border-color: #55555526;
  font-size: 15px;
  font-weight: 500;
}

.cart-image {
  width: 18px;
}

.price-tag {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
}

.price-tag.small {
  color: var(--black-2);
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.table-price {
  font-size: 18px;
  font-weight: 600;
}

.no-item {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

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

.close-button {
  color: #000;
}

.menu-button {
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
}

.sticky-bar {
  top: 100px;
}

.sticky-navigation {
  z-index: 999;
  position: sticky;
  top: 0;
}

.title-1 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 53px;
  font-weight: 800;
  line-height: 57px;
}

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

.title-2 {
  font-size: 46px;
  line-height: 48px;
}

.title-2.white {
  color: #fff;
}

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

.title-3 {
  color: var(--brown);
  margin-top: 10px;
  font-size: 39px;
  font-weight: 700;
  line-height: 42px;
}

.project-wrapper {
  border-radius: 7px;
  position: relative;
  overflow: hidden;
}

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

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 16px;
}

.text-field::placeholder {
  color: var(--dim-grey);
  font-size: 14px;
}

.text-field.gray-line {
  border-style: solid;
  border-color: #29335c26;
}

.text-field.gray-line::placeholder {
  color: #555;
  font-weight: 500;
}

.text-field.gray-line._40px {
  background-color: #0000;
  margin-bottom: 16px;
}

.text-field._40px {
  height: 40px;
}

.text-field.area {
  margin-top: 20px;
  padding-top: 17px;
  padding-bottom: 74px;
}

.dark-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: underline;
}

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

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

.remove-button {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
}

.licensing-content {
  background-color: #f2eee8;
  border-radius: 4px;
  min-height: 150px;
  padding: 25px;
  display: flex;
}

.licensing-content.verical {
  flex-direction: column;
  align-items: center;
  max-width: 79%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  padding-left: 109px;
  padding-right: 109px;
}

.licensing-content.verical.center {
  text-align: center;
}

.copyright-dot {
  background-color: #dea974;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: grid;
}

.shrink-item.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrink-item.gird {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-size {
  width: 50px;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.margin-25px {
  margin-top: 25px;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.light-gray-3 {
  background-color: var(--white-smoke);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.light-block-second {
  background-color: #f2eee8;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.light-block-second.rounded-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-bottom: 30px;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.light-gray-2 {
  background-color: var(--silver);
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.light-gray {
  background-color: var(--grey);
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.white-block {
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.light-block {
  background-color: #f2eee8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding: 20px 20px 40px 45px;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: var(--dim-grey);
  margin-top: 10px;
  font-weight: 600;
}

.color-block {
  background-color: #dea974;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

.color-block.primary-lighy {
  background-color: #f2eee8;
}

.type-column {
  background-color: #f2eee8;
  border-radius: 5px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.rich-text-block {
  width: 70%;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

.text-highlight {
  background-color: #fff;
  border-radius: 5px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

.black-link {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.block-content {
  padding-bottom: 12px;
}

.field-label {
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
}

.required {
  color: var(--dim-grey);
  font-size: 14px;
}

.checkbox-label-shop {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.relax-logo {
  float: left;
  width: 130px;
}

.flex {
  align-items: center;
  display: flex;
}

.pricing-small-icon {
  flex: none;
  width: 44px;
}

.banner {
  background-color: #e4f5ee;
  justify-content: center;
  align-items: center;
  padding: 116px 5%;
  display: flex;
}

.banner.inner {
  background-color: #f2eee8;
  padding-top: 40px;
  padding-bottom: 55px;
}

.banner.blog-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 122px;
  padding-bottom: 122px;
}

.subhead {
  color: var(--pink);
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}

.subhead.white {
  color: #fffc;
}

.search-input {
  background-image: url('../images/search.png');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px #000;
  border-radius: 5px;
  min-height: 80px;
  padding-left: 52px;
}

.search-input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.search-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.categories-text {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
}

.categories-text:hover {
  color: var(--black);
  text-decoration: underline;
}

.categories-text.slash {
  color: #b6b6b6;
}

.categories-text.slash._10px {
  margin-left: 10px;
}

.category-link {
  text-decoration: none;
}

.max-w-width {
  text-align: center;
  max-width: 65%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width.left {
  text-align: left;
  max-width: 80%;
  margin-bottom: 0;
}

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

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._30px {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.footer {
  background-color: #f2eee8;
  padding: 45px 5% 100px;
}

.meta-text {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.category-flex {
  align-items: center;
  display: flex;
}

.category-flex.center {
  justify-content: center;
}

.button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ececec;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  transform: skew(-13deg);
}

.blog-overlay {
  text-align: center;
  background-image: linear-gradient(#fff0, #1c4a36a1);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-overlay.second {
  background-image: linear-gradient(#0000005e, #0000007d);
}

.blog-title {
  color: #fff;
  margin-top: 15px;
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.blog-title:hover {
  opacity: .8;
  color: #f6f7f9;
}

.blog-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 800;
}

.footer-title._2 {
  margin-top: 10px;
}

.line-divider {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-4-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: var(--black-2);
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-link:hover {
  opacity: .7;
}

.copyright-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright {
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.social-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.left {
  justify-content: flex-start;
}

.social-icon {
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-right: 15px;
  display: flex;
}

.social-icon:hover {
  opacity: .7;
}

.blog-body {
  border-radius: 5px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.search-page {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-item {
  background-color: #f2eee8;
  margin-bottom: 15px;
  padding: 45px;
}

.search-link {
  color: var(--black-2);
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.search-result-list {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.toggle-wrapper {
  border-bottom: 1px solid #ededed;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart-mobile {
  margin-right: 20px;
}

.hero {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 175px 5%;
  display: flex;
  position: relative;
}

.hero.inner {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hamburger-menu {
  filter: invert();
  background-image: url('../images/icon-menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  width: 35px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-text-wrapper {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 10px;
  padding-right: 5px;
  font-size: 9px;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}

.menu-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.nav-link-big {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  transition: all .3s;
  display: block;
}

.nav-link-big:hover {
  color: #ffffff73;
}

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

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

.top-part {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main {
  flex-direction: column;
  justify-content: space-between;
  height: 90vh;
  display: flex;
}

.small-line {
  background-color: #dea974;
  width: 30px;
  height: 1px;
  margin-bottom: 30px;
}

.bottom-part {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.small-nav-link {
  opacity: .7;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.small-nav-link:hover {
  opacity: 1;
}

.dots {
  z-index: 10;
  opacity: .27;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dots.right {
  inset: 0% 0% auto auto;
}

.flower {
  z-index: 10;
  width: 190px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-overlay {
  z-index: 1;
  background-color: #a41f47;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.max-w-hero {
  max-width: 85%;
  margin-left: 50px;
}

.max-w-hero.for-inner {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.button-flex {
  align-items: center;
  display: flex;
  position: relative;
}

.button-divider {
  width: 10px;
}

.button-divider.divider-center {
  width: 20px;
}

.icon-wrapper {
  margin-bottom: 20px;
}

.services-grid {
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.services-grid.second {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.services-content {
  background-color: #f2eee8;
  flex-direction: column;
  justify-content: space-between;
  min-height: 345px;
  padding: 30px 34px 40px;
  display: flex;
}

.services-content.photo {
  background-color: #0000;
  background-image: url('../images/confianca.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.services-content.simple {
  text-align: center;
  background-color: #0000;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.services-content._2 {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.services-image {
  width: 70px;
}

.service-title {
  margin-top: 40px;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.learn-link {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.learn-link:hover {
  color: var(--dim-grey);
}

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

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

.prices-grid {
  grid-column-gap: 70px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prices-content {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.price-icon {
  flex: none;
  width: 44px;
  height: 50px;
  margin-right: 20px;
}

.price-top-part {
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.price-top-part.right {
  justify-content: flex-end;
}

.price-title {
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.line-price {
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
}

.line-price._30 {
  width: 50px;
}

.from-wrapper {
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.from-text {
  flex: none;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 15px;
  font-style: italic;
}

.from-text.other-font {
  color: #000;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
}

._100-div {
  width: 100%;
}

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

.hourly-wrapper {
  text-align: right;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 45%;
  min-height: 320px;
  padding: 45px;
  display: flex;
}

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

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

.product-wrapper {
  color: #000;
  text-align: center;
  flex-direction: column;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-wrapper:hover {
  opacity: .67;
}

.prodcut-title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.price-text {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

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

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

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

.testimonials-slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-client {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-client.dark-second {
  color: #000;
  width: 65%;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.slide-nave {
  font-size: 10px;
  position: relative;
  top: 15px;
}

.circle-testimonials-block {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block {
  color: #757575;
}

.testimonials-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.testimonials-circle {
  border: 4px solid #f2eee8;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-left: -25px;
  position: relative;
  left: 25px;
}

.testimonials-circle.author-2 {
  z-index: 3;
  background-image: url('../images/team-3.jpg');
  background-position: 50% -7%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle.author-1 {
  z-index: 4;
  background-image: url('../images/team-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-circle.author-4 {
  z-index: 1;
  background-image: url('../images/team-7.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.testimonials-circle.author-3 {
  z-index: 2;
  background-image: url('../images/team-5.jpg');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-wrapper {
  color: #111;
  flex-direction: column;
  align-items: flex-start;
  transition: all .3s;
  display: flex;
}

.blog-wrapper:hover {
  opacity: .7;
}

.blog-image {
  width: 100%;
}

.category-text {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.category-text.category-link {
  transition: all .2s;
}

.category-text.category-link:hover {
  color: #a8a8a8;
  text-decoration: underline;
}

.blog-title-2 {
  color: #000;
  margin-top: 15px;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.blog-title-2:hover {
  opacity: .8;
  color: #dea974;
}

.button-divider-blog {
  width: 20px;
}

.button-divider-blog.circle {
  background-color: #757575;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-content-2 {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 28px;
  padding-right: 28px;
}

.instagram-wrapper {
  padding-left: 26px;
  display: flex;
  position: relative;
}

.instagram-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 30px;
  display: grid;
}

.instagram-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 17px;
  line-height: 23px;
}

.instagram-icon {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 85px auto auto -58px;
  transform: rotate(-90deg);
}

.lines {
  width: 60px;
  position: absolute;
  inset: auto 40px 40px auto;
}

.categories-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.categories-shop-text {
  margin-right: 10px;
  font-family: Playfair Display, sans-serif;
}

.category-flex-second {
  display: flex;
}

.categories-link {
  color: #686868c7;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  display: inline-block;
}

.categories-link:hover, .categories-link.w--current {
  color: var(--black-2);
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icons-grid._2-column {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.icons-grid._2-column.in-contact {
  grid-column-gap: 0px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.icons-size {
  width: 60px;
  margin-bottom: 15px;
}

.container-2 {
  z-index: 1;
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icons-wrapper {
  border-right: 2px solid #fff;
  padding-left: 3%;
  padding-right: 3%;
}

.icons-wrapper.second {
  text-align: center;
  border-right-style: none;
  padding-left: 12%;
  padding-right: 12%;
}

.success-message {
  color: #fff;
  background-color: #dea974;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.product-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
}

.services-max-w {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image {
  filter: brightness(10000%);
}

.image-2 {
  width: 60%;
  margin-left: -14px;
}

.grid {
  max-width: 85%;
}

.div-block-2 {
  padding-right: 30px;
}

.div-block-3 {
  background-image: url('../images/dra-dani-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-4 {
  height: 40px;
}

.div-block-4._1 {
  background-image: linear-gradient(#d75461, #d75461);
}

.div-block-4._2 {
  background-image: linear-gradient(#34505d, #34505d);
}

.div-block-4._3 {
  background-image: linear-gradient(#d75460, #d75460);
}

.div-block-4._4 {
  background-image: linear-gradient(#34505e, #34505e);
}

.div-block-5 {
  padding-left: 15px;
  padding-right: 15px;
}

.link-block {
  z-index: 999;
  margin-bottom: 50px;
  margin-right: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.link {
  color: var(--dim-grey);
  text-decoration: none;
}

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

.link-2 {
  color: var(--dim-grey);
  text-decoration: none;
}

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

.map {
  margin-top: 30px;
  margin-bottom: 20px;
}

.link-3 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-3:hover {
  color: var(--brown);
  text-decoration: underline;
}

.link-4 {
  color: var(--dim-grey);
}

.link-4:hover {
  color: var(--brown);
}

.biopsia-title {
  margin-top: 40px;
}

.image-3 {
  width: 45px;
  margin-top: -15px;
}

@media screen and (max-width: 991px) {
  .container {
    z-index: 11;
  }

  .utility-page-wrap {
    height: 600px;
  }

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

  .section.photo {
    min-height: 500px;
  }

  .section._120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .navigation {
    border-bottom-style: none;
    justify-content: space-between;
    min-height: 70px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .nav-menu {
    min-width: 480px;
  }

  .part-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    color: #000;
    font-size: 25px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .title-1 {
    font-size: 39px;
    line-height: 48px;
  }

  .title-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .title-4 {
    font-size: 24px;
    line-height: 26px;
  }

  .licensing-block {
    width: 100%;
  }

  .light-gray-3, .color-block-parent, .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .relax-logo {
    float: left;
  }

  .banner {
    padding: 70px 5% 99px;
  }

  .max-w-width, .max-w-width.left {
    max-width: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-2-columns.on-footer {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-overlay {
    padding-left: 18px;
    padding-right: 18px;
  }

  .blog-overlay.second {
    padding-bottom: 0;
  }

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

  .grid-4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-flex {
    margin-top: 20px;
  }

  .blog-body {
    width: 100%;
  }

  .search-result-list {
    max-width: 90%;
  }

  .hero {
    padding-top: 86px;
    padding-bottom: 158px;
  }

  .hamburger-menu {
    width: 35px;
  }

  .nav-link-big {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .max-w-hero {
    max-width: 100%;
    margin-left: 0;
    position: relative;
  }

  .services-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid.second {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .services-content.simple {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prices-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hourly-wrapper {
    width: 80%;
  }

  .photo-1 {
    min-height: 700px;
  }

  .testimonials-slider {
    width: 80%;
  }

  .paragraph-client.dark-second {
    width: 100%;
  }

  .blog-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .instagram-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .instagram-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .instagram-icon {
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }

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

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

  .icons-grid._2-column {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .icons-grid._2-column.in-contact {
    grid-template-columns: 1fr 1fr;
  }

  .product-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .services-max-w {
    max-width: 100%;
  }

  .div-block-3 {
    background-position: 80%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 30px;
    line-height: 30px;
  }

  .body-content {
    background-size: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    min-height: 50px;
  }

  .nav-menu {
    min-width: 380px;
    padding-top: 28px;
    padding-left: 44px;
  }

  .sticky-navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .title-1 {
    font-size: 29px;
    line-height: 37px;
  }

  .title-2 {
    font-size: 42px;
    line-height: 44px;
  }

  .title-3 {
    font-size: 30px;
    line-height: 32px;
  }

  .title-4 {
    font-size: 22px;
    line-height: 24px;
  }

  .type-row {
    flex-direction: column;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .relax-logo {
    width: 100px;
  }

  .banner.blog-post {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .categories-text {
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .categories-text.slash {
    margin-left: 0;
    margin-right: 0;
  }

  .max-w-width.left {
    text-align: center;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .grid-4-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-body {
    padding: 22px;
  }

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

  .hero {
    padding-top: 54px;
    padding-bottom: 132px;
  }

  .hero.inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-link-big {
    font-size: 30px;
    line-height: 30px;
  }

  .button-divider {
    height: 20px;
  }

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

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

  .services-content {
    min-height: 300px;
  }

  .services-content.simple {
    padding-left: 0;
  }

  .services-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .hourly-wrapper {
    width: 95%;
  }

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

  .photo-1 {
    background-position: 50%;
    min-height: 550px;
  }

  .testimonials-slider {
    width: 100%;
  }

  .paragraph-client {
    width: 90%;
  }

  .circle-testimonials-block {
    width: 100%;
  }

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

  .button-divider-blog {
    height: 20px;
  }

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

  .instagram-icon {
    margin-bottom: 15px;
  }

  .icons-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .icons-wrapper {
    border-right-style: none;
  }

  .product-grid {
    max-width: 100%;
  }

  .div-block-3 {
    background-position: 70%;
  }

  .link-block {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 22px;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .button.search {
    color: #fff;
    background-color: #1c4a36;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    top: 0;
    right: 0;
  }

  .section {
    padding: 60px 1%;
  }

  .section._120px {
    padding-top: 40px;
  }

  .price-pop {
    font-size: 16px;
  }

  .navigation {
    min-height: 50px;
    padding-left: 10px;
    padding-right: 5px;
  }

  .nav-menu {
    min-width: 200px;
    padding-bottom: 27px;
    padding-left: 30px;
    padding-right: 43px;
  }

  .brand {
    margin-right: 9px;
    padding-left: 0;
  }

  .part-2 {
    padding-left: 15px;
  }

  .cart-quantity {
    font-size: 9px;
  }

  .price-tag {
    font-size: 22px;
    line-height: 24px;
  }

  .menu-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .menu-button.w--open {
    color: var(--dim-grey);
  }

  .title-1 {
    line-height: 35px;
  }

  .margin-50px {
    margin-top: 30px;
  }

  .title-2 {
    font-size: 33px;
    line-height: 34px;
  }

  .title-3 {
    font-size: 32px;
    line-height: 34px;
  }

  .text-field {
    margin-bottom: 10px;
  }

  .text-field.gray-line {
    margin-bottom: 0;
  }

  .dark-link {
    display: inline-block;
  }

  .licensing-content {
    flex-direction: column;
  }

  .copyright-dot {
    display: none;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .typography-flex {
    width: 68%;
  }

  .light-gray-2, .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .color-row {
    flex-direction: column;
  }

  .left-block {
    margin-left: 0;
  }

  .pricing-small-icon {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .banner.inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .banner.blog-post {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .search-input {
    min-height: 60px;
  }

  .search-wrapper {
    flex-direction: column;
  }

  .categories-text.slash._10px {
    color: #fff;
    margin-right: 10px;
  }

  .grid-2-columns.on-footer {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .category-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-flex.center {
    flex-direction: row;
    align-items: center;
  }

  .blog-overlay {
    background-image: linear-gradient(#346b5366, #1c4a36a1);
    padding-bottom: 10px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 26px;
  }

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

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .copyright {
    margin-bottom: 5px;
  }

  .blog-body {
    background-color: #0000;
    padding: 0;
  }

  .search-result-item {
    padding: 20px;
  }

  .search-link {
    font-size: 20px;
    line-height: 24px;
  }

  .cart-mobile {
    margin-right: 5px;
  }

  .hero {
    padding-top: 28px;
    padding-bottom: 86px;
  }

  .menu-text-wrapper {
    margin-left: 10px;
    display: none;
  }

  .menu-text {
    letter-spacing: 3px;
  }

  .nav-link-big {
    font-size: 24px;
    line-height: 20px;
  }

  .main {
    height: 95vh;
  }

  .dots {
    inset: 0% 0% auto auto;
  }

  .dots.right, .flower {
    width: 100px;
  }

  .max-w-hero {
    grid-template-columns: 1fr;
  }

  .max-w-hero.for-inner {
    text-align: center;
  }

  .button-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-divider, .button-divider.divider-center {
    height: 15px;
  }

  .icon-wrapper {
    margin-bottom: 0;
  }

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

  .prices-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .price-top-part.right {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-title {
    margin-right: 7px;
  }

  .line-price, .line-price._30 {
    display: none;
  }

  .from-wrapper {
    margin-left: 0;
  }

  .from-wrapper.second {
    margin-top: 5px;
    margin-left: 0;
  }

  .from-text {
    font-size: 15px;
  }

  .from-text.other-font {
    font-size: 28px;
  }

  .hourly-wrapper {
    text-align: left;
    width: 100%;
    padding-left: 24px;
    padding-right: 21px;
  }

  .product-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .prodcut-title {
    font-size: 17px;
    line-height: 21px;
  }

  .photo-1 {
    min-height: 350px;
  }

  .testimonials-slider {
    width: 90%;
  }

  .paragraph-client {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .circle-testimonials-block {
    padding-left: 0;
    padding-right: 25px;
  }

  .testimonials-circle {
    width: 75px;
    height: 75px;
  }

  .blog-title-2 {
    line-height: 28px;
  }

  .button-divider-blog.circle {
    background-color: #0000;
    height: 7px;
  }

  .blog-content-2 {
    padding-right: 12px;
  }

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

  .lines {
    width: 30px;
    inset: auto 0% 0% auto;
  }

  .categories-wrapper {
    flex-direction: column;
  }

  .categories-shop-text {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .category-flex-second {
    flex-direction: column;
    align-items: center;
  }

  .categories-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .form-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .icons-grid._2-column.in-contact {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-row-gap: 20px;
  }

  .product-title {
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-3 {
    min-height: 450px;
  }
}

#w-node-bd274fdf-a4be-0331-a892-9e3fb46cc194-b46cc18e, #w-node-d3799495-ec86-96f7-cd8d-ec4ce86b13c5-b5b6fae0 {
  justify-self: end;
}

#w-node-b5a1864b-cb99-1634-cde2-c9c94c28b4c8-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b4d8-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b4e8-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b4f8-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b509-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b51a-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b52a-c6b6fae4, #w-node-b5a1864b-cb99-1634-cde2-c9c94c28b53a-c6b6fae4, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd1633c8-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd1633d8-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd1633e8-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd1633f8-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd163409-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd16341a-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd16342a-bab6fb17, #w-node-_0c426ffd-4db6-2a70-8eb0-ff5fcd16343a-bab6fb17 {
  justify-self: stretch;
}

#w-node-_4f558a37-0b07-7cbc-558f-e389ed49584b-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed49584d-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed49584f-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed495851-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed495853-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed495855-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed495857-b2b6fb6c, #w-node-_4f558a37-0b07-7cbc-558f-e389ed495859-b2b6fb6c, #w-node-a1fc9e6f-e9fc-cc69-595f-cb0a6e09ce81-b2b6fb6c {
  justify-self: center;
}

#w-node-a1fc9e6f-e9fc-cc69-595f-cb0a6e09ce83-b2b6fb6c, #w-node-a1fc9e6f-e9fc-cc69-595f-cb0a6e09ce85-b2b6fb6c, #w-node-a1fc9e6f-e9fc-cc69-595f-cb0a6e09ce87-b2b6fb6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cd921e86-dec5-3afc-60e0-16a68dd83219-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd83229-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd83239-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd83249-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd8325a-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd8326b-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd8327b-dcb6fb7f, #w-node-cd921e86-dec5-3afc-60e0-16a68dd8328b-dcb6fb7f {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_0fc20ce1-65eb-8b26-f5b7-ee33676c6d9c-fdb6fadf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd274fdf-a4be-0331-a892-9e3fb46cc194-b46cc18e, #w-node-d3799495-ec86-96f7-cd8d-ec4ce86b13c5-b5b6fae0 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd274fdf-a4be-0331-a892-9e3fb46cc194-b46cc18e {
    justify-self: start;
  }

  #w-node-bd274fdf-a4be-0331-a892-9e3fb46cc1c3-b46cc18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d3799495-ec86-96f7-cd8d-ec4ce86b13c5-b5b6fae0 {
    justify-self: start;
  }

  #w-node-d3799495-ec86-96f7-cd8d-ec4ce86b13dd-b5b6fae0, #w-node-d3799495-ec86-96f7-cd8d-ec4ce86b13f4-b5b6fae0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


