:root {
  --body-font: "DM Sans", sans-serif;
  --neutral-04: #051a2f;
  --heading-font: Anton, sans-serif;
  --neutral-01: white;
  --neutral-03: #9d89fc;
  --neutral-02: #c8ddf1;
  --color-02: #ff8f27;
  --color-03: #ff4f3f;
  --color-01: #e9fa49;
  --color-04: #1cb785;
}

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

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

@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-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  font-family: var(--body-font);
  color: var(--neutral-04);
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  font-family: var(--heading-font);
  color: var(--neutral-04);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  font-family: var(--heading-font);
  color: var(--neutral-04);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 104%;
}

h3 {
  font-family: var(--heading-font);
  color: var(--neutral-04);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  font-family: var(--heading-font);
  color: var(--neutral-04);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
}

p {
  font-family: var(--body-font);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

a {
  text-decoration: none;
}

ol {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.button-style-01 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral-01);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 22px 32px;
  text-decoration: none;
  display: flex;
}

.button-icon-style-01.hover {
  position: absolute;
}

.button-icon-style-01.normal {
  position: relative;
}

.color-title {
  opacity: 1;
  color: #0c2217;
  font-size: 16px;
}

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

.button-icon-box {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.color-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.color-box.neutral-02 {
  background-color: #3c3d3c;
}

.color-box.theme-color-02 {
  background-color: #014011;
}

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

.color-box.neutral-01 {
  background-color: #edf0ee;
}

.color-box.theme-color-01 {
  background-color: #02732a;
}

.color-box.neutral-03 {
  background-color: #0a140d;
}

.button-text-style-01 {
  color: var(--neutral-04);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.single-styleguide {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.typography-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f0f0f0;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading-03-small {
  letter-spacing: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 130%;
}

.heading-03-small.service-title {
  color: var(--neutral-01);
  letter-spacing: 2px;
  max-width: none;
}

.color-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0a140d96;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 24px;
  display: grid;
}

.styleguide-title-wrapper {
  width: 20%;
}

.container {
  width: 100%;
  max-width: 1350px;
  position: relative;
}

.container.banner {
  background-color: #00534c;
  background-image: url('../images/Vector-2.svg'), url('../images/Vector-6-1.svg');
  background-position: 50% 100%, 85% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 8%, 6%;
  border-radius: 40px;
  padding: 100px 40px 60px;
}

.container.cta {
  background-color: var(--neutral-04);
  background-image: url('../images/Vector-15.svg'), url('../images/Vector-5_1.svg'), url('../images/Vector-6-2.svg');
  background-position: 50% 0, 0 23%, 100.1%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 10%, 4%, 4%;
  border-radius: 40px;
  padding: 80px 30px 60px;
}

.container.privacy {
  max-width: 768px;
}

.container._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.section-padding {
  padding: 120px 30px;
}

.dislplay-h1 {
  font-size: 140px;
  line-height: 115%;
}

.dislplay-h1.hero-title {
  color: var(--neutral-01);
  text-transform: uppercase;
  font-size: 130px;
}

.dislplay-h1.hero-title._02 {
  direction: ltr;
  color: var(--neutral-03);
  font-size: 130px;
  line-height: 115%;
}

.dislplay-h1.hero-title._03 {
  color: #86bab5;
  font-size: 130px;
}

.hero-section {
  background-color: var(--neutral-04);
  background-image: url('../images/Vector-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 10%;
}

.hero-section.section-padding {
  padding-top: 100px;
  padding-bottom: 170px;
}

.hero-section.section-padding.home {
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.hero-section.section-padding.project-details {
  background-image: url('../images/Vector-17.svg');
  background-position: 100%;
  background-size: 80px;
}

.hero-section.section-padding.blog-details {
  background-image: url('../images/Vector-4-4.svg'), url('../images/Vector-17.svg');
  background-position: 28% 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 6%, 80px;
}

.hero-section.section-padding.service-details, .hero-section.section-padding.product-details {
  background-image: url('../images/Vector-17.svg');
  background-position: 100%;
  background-size: 80px;
}

.hero-content-wrapper {
  flex-flow: column;
  display: flex;
}

.hero-content-wrapper.align-center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-header-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title-01-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-title-02-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-title-image-wrapper {
  object-fit: cover;
  width: 25%;
  max-width: 238px;
  margin-top: -7.5%;
  margin-left: -1%;
  display: none;
  position: relative;
}

.hero-title-03-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.hero-title-image {
  width: 100%;
  display: none;
}

.hero-title-image-icon {
  width: 17%;
  position: absolute;
  top: 23%;
  left: -5px;
}

.hero-title-icon-02 {
  width: 7%;
  position: absolute;
  top: 8px;
  left: -11px;
}

.hero-title-icon-03 {
  width: 10%;
  position: absolute;
  bottom: 40px;
  right: -12px;
}

.hero-title-icon-01 {
  width: 5%;
  position: absolute;
  top: 0;
  right: 16%;
}

.hero-title-icon-04 {
  width: 5%;
  position: absolute;
  bottom: -7px;
  right: -3.5%;
}

.hero-title-icon-05 {
  width: 10.5%;
  position: absolute;
  top: -5px;
  left: -2px;
}

.hero-title-icon-06 {
  width: 6%;
  position: absolute;
  top: 20%;
  right: 39%;
}

.hero-subtitle-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  max-width: 605px;
  display: flex;
}

.hero-subtitle {
  color: var(--neutral-02);
  max-width: 530px;
}

.hero-subtitle.hero {
  max-width: 605px;
}

.hero-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.label-text {
  color: var(--neutral-02);
  font-weight: 500;
}

.hero-top-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-bottom-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px;
  display: flex;
}

.hero-bottom-content-title {
  color: var(--neutral-01);
  text-align: left;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  line-height: 110%;
}

.hero-bottom-left {
  flex-flow: column;
  align-items: center;
  max-width: 420px;
  display: flex;
}

.hero-bottom-tag-01 {
  z-index: 2;
  background-color: var(--color-02);
  color: var(--neutral-04);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(14deg);
}

.hero-bottom-tag-02 {
  z-index: 3;
  background-color: var(--color-03);
  color: var(--neutral-04);
  border-radius: 100px;
  margin-top: -17px;
  margin-bottom: -6px;
  margin-left: -32px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.hero-bottom-tag-03 {
  background-color: var(--color-01);
  color: var(--neutral-04);
  border-radius: 100px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  transform: rotate(-6deg);
}

.tag-wrapper {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: -5px;
  display: flex;
  position: relative;
}

.hero-bottom-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 490px;
  display: flex;
}

.hero-counter-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.counter-card {
  background-color: var(--color-04);
  background-image: url('../images/Vector-4_1.svg'), url('../images/Vector-3.svg');
  background-position: 28% 100%, 72% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 16%, 16%;
  border-radius: 24px;
  padding: 24px 20px 44px;
  position: relative;
}

.counter-card.style-02 {
  background-color: var(--color-01);
}

.counter-card.style-03 {
  background-color: var(--neutral-03);
  text-align: left;
  background-image: url('../images/Vector-4-2.svg'), url('../images/Vector-3-1.svg');
  background-position: 28% 101%, 72% -1%;
  padding-right: 60px;
}

.counter-card.style-04 {
  background-color: var(--color-03);
  background-image: url('../images/Vector-4-2.svg'), url('../images/Vector-3-1.svg');
  background-position: 28% 101%, 72% -1px;
  padding-right: 60px;
}

.counter-card.mission-image-card {
  background-color: var(--color-01);
  background-image: none;
  width: 100%;
  max-width: 230px;
  padding-bottom: 24px;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.counter-card-label {
  color: var(--neutral-04);
  font-size: 14px;
  font-weight: 500;
}

.counter-card-label.style-02 {
  color: var(--neutral-01);
}

.single-hero-counter-inner {
  flex-flow: column;
  max-width: 150px;
  display: flex;
}

.single-hero-counter-inner.miission {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 100%;
}

.counter-card-number {
  font-size: 40px;
  font-weight: 900;
  line-height: 110%;
}

.counter-card-number.style-02 {
  color: var(--neutral-01);
}

.hero-counter-arrow {
  position: absolute;
  top: 24px;
  right: 23px;
}

.hero-bottom-right-subtitle {
  color: var(--neutral-02);
  font-size: 14px;
}

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

.section-content-wrapper.align-center {
  text-align: center;
  align-items: center;
}

.section-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.title-wrapper.service {
  background-color: #ff8f2700;
  max-width: none;
}

.title-wrapper.why-choose-us {
  max-width: 800px;
}

.title-wrapper.style-02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.title-wrapper.project {
  max-width: 620px;
}

.title-wrapper.align-center {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper.align-center.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  position: relative;
}

.title-wrapper.about {
  max-width: 500px;
}

.title-wrapper.team {
  max-width: 400px;
}

.title-wrapper.service-02 {
  max-width: 570px;
}

.title-wrapper.project-02 {
  max-width: 350px;
}

.title-wrapper.blog {
  max-width: 500px;
}

.title-wrapper.tesimonial {
  max-width: 800px;
}

.section-label {
  color: var(--color-03);
  text-transform: uppercase;
}

.section-label.style-02 {
  color: var(--color-02);
}

.section-label.style-03 {
  color: var(--color-03);
}

.section-label.style-04 {
  color: var(--neutral-03);
}

.section-label.style-05 {
  color: var(--color-04);
}

.section-label.style-06 {
  color: var(--color-01);
}

.section-label.style-07 {
  color: var(--neutral-02);
}

.section-title {
  margin-bottom: 50px;
}

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

.section-title.align-center.pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 2px;
  flex-flow: column;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-subtitle.service, .section-subtitle.why-choose-us {
  max-width: 365px;
}

.section-subtitle.about, .section-subtitle.testimonial, .section-subtitle.contact {
  max-width: 390px;
}

.single-service {
  background-color: var(--color-02);
  background-image: url('../images/Vector-4-1.svg'), url('../images/Vector-10.svg');
  background-position: 16% 100%, 84% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 32px;
  flex-flow: column;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.service-title-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  display: flex;
}

.service-subtitle {
  opacity: .8;
  color: var(--neutral-01);
  font-weight: 400;
}

.service-subtitle.black {
  color: var(--neutral-04);
}

.serivce-button-wrapper {
  justify-content: flex-end;
  display: flex;
}

.service-button {
  background-color: var(--neutral-01);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.service-button-icon-hover {
  position: absolute;
}

.padding-bottom {
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.why-choose-us-section.padding-bottom {
  display: none;
}

.choose-us-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.choose-us-image {
  border-radius: 40px;
  width: 43%;
}

.choose-us-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.choose-us-content.left {
  text-align: right;
  align-items: flex-end;
  margin-bottom: 220px;
}

.choose-us-content.right {
  margin-top: 220px;
}

.process-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.process-01 {
  background-color: var(--color-02);
  background-image: url('../images/Vector-5_1.svg'), url('../images/Vector-6_1.svg'), url('../images/Vector-4-3.svg');
  background-position: 0 70%, 100% 70%, 89% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 3.5%, 3.5%, 6%;
  border-radius: 32px;
  width: 100%;
}

.process-header {
  white-space: normal;
  word-break: normal;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.process-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 50%;
  display: flex;
}

.process-number-style-01 {
  width: 83px;
}

.process-header-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 88%;
  display: flex;
}

.process-subtitle-style-01 {
  width: 42%;
}

.process-icon-box {
  background-color: var(--neutral-04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.process-content-style-01 {
  background-color: #ddd0;
  border-bottom: 1px solid #051a2f33;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  overflow: hidden;
}

.process-content-inner.style-01, .process-content-inner.style-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: end;
  width: 100%;
  display: flex;
}

.process-content-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
}

.process-icon-wrapper {
  position: absolute;
  right: 40px;
}

.process-02 {
  background-color: var(--color-01);
  background-image: url('../images/Vector-5_1.svg'), url('../images/Vector-6_1.svg'), url('../images/Vector-4-3.svg');
  background-position: 0 70%, 100% 70%, 89% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 3.5%, 3.5%, 6%;
  border-radius: 32px;
  width: 100%;
}

.process-content-style-02 {
  background-color: #ddd0;
  border-bottom: 1px solid #051a2f33;
  padding-left: 120px;
  padding-right: 120px;
  display: block;
  position: static;
  overflow: hidden;
}

.process-03 {
  background-color: var(--color-03);
  background-image: url('../images/Vector-5_1.svg'), url('../images/Vector-6_1.svg'), url('../images/Vector-4-3.svg');
  background-position: 0 70%, 100% 70%, 89% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 3.5%, 3.5%, 6%;
  border-radius: 32px;
  width: 100%;
}

.process-04 {
  background-color: var(--color-04);
  background-image: url('../images/Vector-5_1.svg'), url('../images/Vector-6_1.svg'), url('../images/Vector-4-3.svg');
  background-position: 0 70%, 100% 70%, 89% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 3.5%, 3.5%, 6%;
  border-radius: 32px;
  width: 100%;
}

.process-image-wrapper {
  width: 100%;
}

.banner-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-title {
  color: var(--neutral-01);
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
  line-height: 100%;
}

.banner-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-bottom-title {
  color: var(--neutral-01);
  text-align: left;
  max-width: 282px;
}

.banner-label-01 {
  z-index: 4;
  background-color: var(--color-02);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: -6%;
  transform: rotate(4deg);
}

.banner-label-02 {
  z-index: 4;
  background-color: var(--color-01);
  color: var(--neutral-04);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: rotate(5deg);
}

.banner-label-03 {
  z-index: 4;
  background-color: var(--color-04);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 46%;
  left: 0%;
  transform: rotate(8deg);
}

.banner-label-04 {
  z-index: 4;
  background-color: var(--color-03);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 45%;
  right: -3%;
  transform: rotate(-9deg);
}

.banner-top {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.project-section {
  overflow: hidden;
}

.project-section.section-padding {
  padding-top: 0;
}

.single-project {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid var(--neutral-01);
  border-radius: 30px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 18px 10px #9d89fc4f;
}

.single-project.style-02 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  align-items: center;
}

.single-project.style-02.mis-en-avant {
  box-shadow: none;
  border-style: none;
}

.project-thumbnail-wrapper {
  aspect-ratio: 1;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-thumbnail-wrapper:hover {
  transform: scale(1.1);
}

.project-thumbnail-wrapper.style-02 {
  justify-content: center;
  align-items: center;
  width: 60%;
  transition: all .3s;
  display: flex;
}

.project-thumbnail-wrapper.style-02:hover {
  transform: scale(1.1);
}

.project-thumbnail-wrapper.accueil {
  width: 100%;
  transition-property: none;
}

.project-thumbnail-wrapper.accueil:hover {
  transform: none;
}

.project-thumbnail {
  width: 100%;
  transition: all .3s ease-in-out;
}

.project-thumbnail:hover {
  transform: scale(1.1);
}

.project-thumbnail-shape-01 {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 15%;
}

.project-thumbnail-shape-01.style-02 {
  left: auto;
  right: 15%;
}

.project-thumbnail-shape-02 {
  z-index: 2;
  position: absolute;
  bottom: 32%;
  right: -1px;
}

.project-thumbnail-shape-02.style-02 {
  left: 0;
  right: auto;
}

.single-project-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.single-project-content.accueil {
  width: 100%;
}

.project-slider {
  background-color: #ddd0;
  height: auto;
}

.single-project-slider {
  border-radius: 30px;
  margin-right: 24px;
  padding: 15px;
  box-shadow: 0 0 17px 7px #9d89fc7d;
}

.project-slider-mask {
  width: 42%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.project-slider-arrow {
  background-color: var(--neutral-04);
  opacity: .1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -130px;
  margin-bottom: auto;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
  display: flex;
  right: 0;
}

.project-slider-arrow:hover {
  opacity: 100;
}

.project-slider-arrow.left {
  margin-right: 80px;
}

.slider-arrow-icon {
  font-size: 30px;
}

.testimonial-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.testimonial-content-wrapper.style-02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image-wrapper {
  border-radius: 40px;
  width: 100%;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.testimonial-image-shape-01 {
  position: absolute;
  bottom: 25%;
  right: -1px;
}

.testimonial-image-shape-02 {
  position: absolute;
  top: 25%;
  left: -1px;
}

.testimonial-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.highlight-text {
  opacity: .5;
}

.testimonial-author-designation {
  opacity: .6;
}

.faq-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-content-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 442px;
  display: flex;
}

.faq-s {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.single-faq {
  white-space: normal;
  word-break: normal;
  width: 100%;
}

.question {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: normal;
  word-break: normal;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.faq-icon-box {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.faq-icon {
  color: var(--neutral-01);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.answer {
  white-space: normal;
  word-break: normal;
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.answer-inner {
  padding-top: 16px;
}

.answer-content {
  opacity: .8;
}

.cta-inner {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta-title {
  color: var(--neutral-01);
}

.cta-title-highlight {
  color: var(--neutral-02);
}

.cta-shape-01 {
  width: 15%;
  position: absolute;
  top: 20%;
  left: 36%;
}

.cta-sticker {
  width: 10%;
  position: absolute;
  top: 36%;
  right: 18%;
}

.cta-label {
  z-index: 4;
  background-color: var(--color-01);
  color: var(--neutral-04);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: -8%;
  right: 20%;
  transform: rotate(5deg);
}

.cta-text-shape-01 {
  position: absolute;
  top: -22px;
  left: 85px;
}

.cta-label-02 {
  z-index: 4;
  background-color: var(--color-03);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: 22%;
  left: 13%;
  transform: rotate(-9deg);
}

.cta-shape-03 {
  position: absolute;
  top: 20%;
  right: 8%;
}

.cta-shape-02 {
  position: absolute;
  top: 40%;
  left: 13%;
}

.footer-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-left-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 565px;
  display: flex;
}

.footer-logo {
  width: 60%;
}

.footer-content {
  opacity: .8;
  max-width: 530px;
}

.footer-socials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.single-footer-social-link {
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
  position: relative;
}

.footer-social-link-normal {
  z-index: 2;
  width: 100%;
  transition: all .3s ease-in-out;
  position: relative;
}

.footer-social-link-normal:hover {
  opacity: 0;
}

.footer-social-link-hover {
  width: 100%;
  position: absolute;
}

.footer-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 323px;
  display: flex;
}

.single-footer-nav-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link-icon-box {
  background-color: var(--neutral-03);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-icon-normal {
  width: 20px;
}

.footer-link-icon-hover {
  width: 20px;
  position: absolute;
}

.footer-right-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 323px;
  display: flex;
}

.copyright-text {
  opacity: .8;
}

.footer-logo-link.w--current {
  width: 100%;
}

.hero-title.style-02 {
  color: var(--neutral-01);
  letter-spacing: 1px;
}

.hero-highlight-text {
  opacity: .5;
}

.about-top-title {
  color: var(--neutral-04);
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.highlight-title {
  opacity: .5;
  text-align: left;
}

.highlight-title.sous-titre {
  line-height: 30%;
}

.mission-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mission-content-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 51%;
  max-width: 652px;
  display: flex;
}

.mission-left-top-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.button-style-02 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral-04);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  text-decoration: none;
  display: flex;
}

.mission-image-wrapper {
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  width: 40%;
  max-width: 541px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission-image {
  width: 100%;
}

.mission-image-shape-01 {
  position: absolute;
  bottom: 15%;
  left: 0;
}

.mission-image-shape-02 {
  position: absolute;
  top: 0;
}

.button-text-style-02 {
  color: var(--neutral-01);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.button-icon-style-02.hover {
  position: absolute;
}

.about-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-about-image {
  border-radius: 40px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-image {
  width: 100%;
}

.about-image-shape-01 {
  position: absolute;
  bottom: 15%;
  left: 0;
}

.about-image-shape-02 {
  position: absolute;
  top: 0;
  left: 30%;
}

.about-image-shape-03 {
  position: absolute;
  bottom: 0%;
  left: 15%;
}

.about-image-shape-04 {
  position: absolute;
  top: 25%;
  right: 0;
}

.about-bottom-title {
  max-width: 1165px;
}

.about-counter-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-counter {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--color-02);
  background-image: url('../images/Vector-4-4.svg'), url('../images/Vector-10.svg');
  background-position: 30% 100%, 70% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 71px;
  border-radius: 32px;
  flex-flow: column;
  padding: 48px 40px 80px;
  display: flex;
  overflow: hidden;
}

.single-counter.style-02 {
  background-color: var(--color-01);
  background-image: url('../images/Vector-4-1.svg'), url('../images/Vector-4-3.svg');
  background-position: 70% 100%, 70% 0;
  background-size: auto, 61px;
}

.single-counter.style-03 {
  background-color: var(--neutral-03);
  background-image: url('../images/Vector-2.svg'), url('../images/Vector-6-4.svg');
  background-position: 50% 100%, 70% 0;
  background-size: 71px, 61px;
}

.counter-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.counter-number {
  color: var(--neutral-01);
  letter-spacing: 1px;
}

.counter-number.style-02 {
  color: var(--neutral-04);
}

.counter-title {
  color: var(--neutral-01);
  font-size: 20px;
  font-weight: 600;
}

.counter-title.style-02 {
  color: var(--neutral-04);
}

.counter-subtitle {
  opacity: .8;
  color: var(--neutral-01);
}

.counter-subtitle.style-02 {
  color: var(--neutral-04);
}

.values-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-wrapper.section-padding {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #c8ddf180;
  background-image: url('../images/Vector-17.svg'), url('../images/Vector-4-2.svg'), url('../images/Vector-6-4.svg');
  background-position: 100%, 25% 100%, 85% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 40px, 60px, 60px;
  border-radius: 32px;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.single-value {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.values-subtitle {
  opacity: .8;
}

.value-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.value-icon-box {
  background-color: var(--neutral-04);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.teams {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-team-member {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.member-image-wrapper {
  background-color: var(--neutral-02);
  border-radius: 32px;
  width: 100%;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.member-image-wrapper.style-02 {
  padding-left: 0;
  padding-right: 0;
}

.member-image {
  width: 100%;
}

.member-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.member-designation {
  font-size: 20px;
  font-weight: 600;
}

.brand-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo {
  opacity: .5;
  transition: all .3s ease-in-out;
}

.brand-logo:hover {
  opacity: 100;
}

.feature-content-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: flex-start;
  width: 51%;
  max-width: 617px;
  display: flex;
}

.feature-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-image-wrapper {
  border-radius: 40px;
  justify-content: center;
  width: 40%;
  max-width: 541px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-shape-01 {
  width: 77px;
  position: absolute;
  top: 0;
  left: 24%;
}

.feature-image-shape-02 {
  width: 77px;
  position: absolute;
  bottom: 0%;
  right: 25%;
}

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

.project-left-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.padding-top {
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.work-details-hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-details-thumbnail-wrapper {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-details-thumbnail {
  width: 100%;
}

.project-details-thumbnail-shape-01 {
  position: absolute;
  left: 0;
}

.project-details-thumbnail-shape-02 {
  position: absolute;
  top: 0;
  right: 15%;
}

.project-details-thumbnail-shape-03 {
  position: absolute;
  bottom: 0;
  left: 15%;
}

.project-descriptions {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--color-01);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px 90px 30px 40px;
  display: grid;
  position: absolute;
  inset: auto 60px 60px auto;
}

.single-project-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.single-project-details-title {
  font-size: 14px;
  font-weight: 500;
}

.project-details-icon-box {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
}

.project-details-icon.hover {
  position: absolute;
}

.counter-header {
  max-width: 1165px;
}

.work-details-counter-01 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--neutral-03);
  background-image: url('../images/Vector-4-4.svg'), url('../images/Vector-10.svg');
  background-position: 30% 100%, 70% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 71px;
  border-radius: 32px;
  flex-flow: column;
  padding: 48px 40px 80px;
  display: flex;
  overflow: hidden;
}

.work-details-counter-02 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--color-04);
  background-image: url('../images/Vector-4-4.svg'), url('../images/Vector-10.svg');
  background-position: 30% 100%, 70% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 71px;
  border-radius: 32px;
  flex-flow: column;
  padding: 48px 40px 80px;
  display: flex;
  overflow: hidden;
}

.work-details-counter-03 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--neutral-04);
  background-image: url('../images/Vector-4-4.svg'), url('../images/Vector-10.svg');
  background-position: 30% 100%, 70% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 71px;
  border-radius: 32px;
  flex-flow: column;
  padding: 48px 40px 80px;
  display: flex;
  overflow: hidden;
}

.testimonial-title {
  color: var(--color-03);
}

.testimonial-author {
  opacity: .6;
}

.project-details-top {
  position: relative;
}

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

.single-review {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #c8ddf14d;
  border-radius: 32px;
  flex-flow: column;
  padding: 60px 40px;
  transition: all .3s ease-in-out;
  display: flex;
}

.review-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.review-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.review-author-image {
  border: 6px solid var(--neutral-01);
  object-fit: cover;
  border-radius: 100px;
  width: 68px;
  height: 68px;
}

.review-author-details {
  flex-flow: column;
  display: flex;
}

.review-author-name {
  font-size: 16px;
  font-weight: 600;
}

.review-author-designation {
  font-size: 14px;
}

.review-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.single-blog.style-02 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  align-items: center;
}

.blog-thumbnail-wrapper {
  border-radius: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-wrapper.style-02 {
  width: 100%;
  max-width: 700px;
}

.blog-thumbnail {
  width: 100%;
  transition: all .3s ease-in-out;
}

.blog-thumbnail:hover {
  transform: scale(1.1);
}

.blog-thumbnail-shape-01 {
  position: absolute;
  top: 15%;
  left: 0;
}

.blog-thumbnail-shape-01.style-02 {
  top: 0%;
  left: auto;
  right: 15%;
}

.blog-thumbnail-shape-02 {
  position: absolute;
  bottom: 0;
  right: 25%;
}

.blog-thumbnail-shape-02.style-02 {
  bottom: 45%;
  left: 0;
  right: auto;
}

.single-blog-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.single-blog-content.style-02 {
  width: 100%;
  max-width: 500px;
}

.blog-category {
  background-color: var(--neutral-03);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
}

.single-blog-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #0000001a;
  align-items: center;
  margin-right: 8px;
  padding-right: 8px;
  display: flex;
}

.blog-author.style-02 {
  border-right-color: #fff3;
}

.blog-author-image {
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.blog-author-name {
  font-weight: 500;
}

.blog-author-name.style-02 {
  color: var(--neutral-01);
}

.blog-top-right {
  align-items: center;
  display: flex;
}

.blog-date {
  opacity: .5;
  font-size: 14px;
}

.blog-date.style-02 {
  color: var(--neutral-01);
}

.blog-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-title {
  transition: all .3s ease-in-out;
}

.blog-title:hover {
  color: var(--neutral-03);
}

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

.blog-list.style-02 {
  display: flex;
}

.blog-details-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-details-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.blog-details-thumbnail-wrapper {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.blog-details-thumbnail-shape-01 {
  position: absolute;
  top: 0%;
  right: 15%;
}

.blog-details-thumbnail-shape-02 {
  width: 8%;
  max-width: 102px;
  position: absolute;
  bottom: 0;
  left: 15%;
}

.member-image-shape-01 {
  width: 61px;
  position: absolute;
  top: 0;
  right: 20%;
}

.member-image-shape-02 {
  width: 61px;
  position: absolute;
  bottom: 0;
  right: 41%;
}

.pricing-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.single-pricing-plan {
  background-color: var(--neutral-03);
  background-image: url('../images/Vector-17.svg'), url('../images/Vector-4-4.svg'), url('../images/Vector-6-1.svg');
  background-position: 100%, 24% 100%, 40% 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 48px, 60px, 60px;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 80px 80px 60px;
  display: flex;
}

.single-pricing-plan.growth-plan {
  background-color: var(--color-01);
}

.single-pricing-plan.premium-plan {
  background-color: var(--color-04);
}

.pricing-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
  position: relative;
}

.pricing-title {
  color: var(--neutral-01);
}

.pricing-title.style-02 {
  color: var(--neutral-04);
}

.pricing-subtitle {
  opacity: .8;
  color: var(--neutral-01);
}

.pricing-subtitle.style-02 {
  color: var(--neutral-04);
}

.pricing-right-content {
  justify-content: space-between;
  align-items: center;
  width: 54%;
  display: flex;
}

.pricing-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.pricing-feature-title {
  color: var(--neutral-01);
  font-size: 20px;
  font-weight: 600;
}

.pricing-feature-title.style-02 {
  color: var(--neutral-04);
}

.single-pricing-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-feature-text {
  opacity: .8;
  color: var(--neutral-01);
  font-size: 18px;
  font-weight: 400;
}

.pricing-feature-text.style-02 {
  color: var(--neutral-04);
}

.prices-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.prices {
  color: var(--neutral-01);
}

.prices.heading-03-small {
  letter-spacing: 2px;
}

.prices.heading-03-small.style-02 {
  color: var(--neutral-04);
}

.growth-plan-label {
  z-index: 4;
  background-color: var(--neutral-03);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 4px 16px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: -42%;
  left: 8%;
  transform: rotate(0);
}

.growth-plan-label.options-offertes {
  background-color: var(--color-03);
  top: -112%;
  left: -19%;
  transform: rotate(-7deg);
}

.contact-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-contact-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  background-color: #c8ddf180;
  background-image: url('../images/Vector-2.svg'), url('../images/Vector-6-4.svg');
  background-position: 50% 100%, 78% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 64px, 60px;
  border-radius: 32px;
  flex-flow: column;
  align-items: center;
  padding: 105px 70px;
  display: flex;
}

.single-contact-card.style-02 {
  background-image: url('../images/Vector-4-2.svg'), url('../images/Vector-15.svg');
  background-position: 50% 100%, 50% 0;
}

.single-contact-card.style-03 {
  background-image: url('../images/Vector-4-1.svg'), url('../images/Vector-4-3.svg');
}

.contact-card-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-title-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.shape-01 {
  width: 6%;
  position: absolute;
  top: -10%;
  left: -2%;
}

.shape-01.service {
  left: auto;
  right: -10px;
}

.shape-01.work {
  width: 4%;
  top: -7%;
  left: 52%;
}

.shape-01.testimonial {
  width: 4%;
}

.shape-01.blog {
  width: 5%;
  top: auto;
  bottom: -14%;
  left: 50%;
}

.shape-01.pricing {
  left: -6%;
}

.shape-01.styleguide {
  width: 7%;
  top: -7%;
  left: -1%;
}

.shape-01.work-process {
  width: 4%;
  left: 32%;
}

.shape-01.privacy {
  width: 5%;
  left: auto;
  right: -2%;
}

.shape-01.terms {
  width: 4%;
  inset: auto -2% 0 auto;
}

.shape-01.lincese {
  width: 9%;
  top: -4%;
}

.shape-01.changelog {
  width: 7%;
  top: -4%;
}

.shape-01.about {
  width: 5%;
  top: -6%;
  left: -9px;
}

.shape-01.product {
  width: 10%;
}

.shape-01.product-categories {
  width: 5%;
}

.shape-02 {
  width: 6.5%;
  position: absolute;
  bottom: -17%;
}

.shape-02.work {
  width: 4%;
  bottom: -8%;
  left: 4%;
}

.shape-02.testimonial {
  width: 4%;
  bottom: -10%;
  left: 47%;
}

.shape-02.blog {
  width: 5%;
  top: -3px;
  bottom: auto;
  left: -12px;
}

.shape-02.pricing {
  width: 5%;
  bottom: -15%;
}

.shape-02.styleguide {
  bottom: -7%;
}

.shape-02.work-process {
  width: 4%;
  bottom: -8%;
  left: -5px;
}

.shape-02.privacy {
  width: 5%;
  bottom: -8%;
  right: 45%;
}

.shape-02.terms {
  width: 4%;
  top: -14px;
  bottom: auto;
  right: 32%;
}

.shape-02.license {
  width: 9%;
  bottom: -4%;
  right: -8px;
}

.shape-02.changelog {
  width: 6%;
  bottom: -4%;
  right: -8px;
}

.shape-02.about {
  width: 4%;
  bottom: -7%;
}

.shape-02.product {
  width: 10%;
}

.shape-02.product-categories {
  width: 4%;
}

.shape-03 {
  width: 9.3%;
  position: absolute;
  top: -20%;
  right: 15%;
}

.shape-03.about {
  width: 7.5%;
  right: 6.2%;
}

.shape-03.service {
  width: 11%;
  left: 9%;
  right: auto;
}

.shape-03.work {
  width: 6.5%;
  right: 5.2%;
}

.shape-03.testimonial {
  width: 5%;
  top: -15%;
  right: 5.5%;
}

.shape-03.blog {
  width: 7%;
  right: 5.3%;
}

.shape-03.team {
  width: 7%;
  top: -15%;
  right: 13.9%;
}

.shape-03.pricing {
  width: 7%;
  top: -38%;
  right: 19%;
}

.shape-03.styleguide {
  top: -13%;
  right: 12.5%;
}

.shape-03.work-process {
  width: 6%;
  top: -20%;
  right: 10%;
}

.shape-03.privacy {
  width: 7%;
  top: -15%;
  left: 26.5%;
  right: auto;
}

.shape-03.terms {
  width: 6%;
  top: -17%;
  left: -4px;
  right: auto;
}

.shape-03.product {
  width: 15%;
  top: -20%;
  right: 10%;
}

.shape-03.product-categories {
  width: 6%;
  top: -16%;
  right: 5.5%;
}

.contact-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contact-link {
  color: var(--neutral-04);
  font-size: 20px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.contact-link:hover {
  color: var(--color-02);
}

.contact-form {
  margin-bottom: 0;
}

.contact-form-field {
  background-color: var(--neutral-01);
  font-family: var(--heading-font);
  color: var(--neutral-04);
  border: 1px #000;
  border-bottom-style: solid;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  overflow: visible;
}

.contact-form-field:focus {
  border-bottom-color: var(--color-02);
}

.contact-form-field::placeholder {
  font-family: var(--heading-font);
  color: var(--neutral-04);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 140%;
}

.contact-form-field.text-area {
  height: 100px;
}

.form-field-row {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-form-button {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
  text-transform: uppercase;
  background-image: url('../images/top-1-3.svg');
  background-position: 71%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 24px 140px 24px 100px;
  font-size: 18px;
  font-weight: 900;
  transition: all .3s ease-in-out;
}

.contact-form-button:hover {
  background-color: var(--neutral-03);
}

.form-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.values-header {
  max-width: 1100px;
}

.policy-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.single-policy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.policy-subtitle {
  font-size: 20px;
  font-weight: 600;
}

._404-section {
  height: 100vh;
}

._404-content-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

._404-inner-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.menu-item-wrapper {
  justify-content: flex-start;
  width: 75%;
  display: flex;
}

.megamenu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #051a2f99;
  border-radius: 16px;
  width: 550px;
  padding: 20px 30px 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 10px #ffffff1a;
}

.nav-logo {
  width: 100%;
  max-width: 145px;
  padding-left: 0;
}

.menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  color: var(--neutral-01);
  text-transform: uppercase;
  padding: 20px 24px 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  transition: all .3s ease-in-out;
}

.dropdown-toggle:hover {
  color: var(--neutral-03);
}

.menu-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-right: 0;
  right: 0;
}

.nav-list-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 327px;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
}

.single-nav {
  color: var(--neutral-01);
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  transition: all .3s ease-in-out;
}

.single-nav:hover, .single-nav.w--current {
  color: var(--neutral-03);
}

.menu-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.header {
  z-index: 99;
  background-color: var(--neutral-04);
  padding: 15px 30px;
}

.site-logo {
  font-size: 18px;
}

.nav-trigger {
  width: 30px;
}

.button-style-03 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral-01);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.lisence-area {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-lisence-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-license {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.single-lisence {
  background-color: var(--neutral-04);
  border: 1px solid #201e1c1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  height: 65px;
  padding: 17px 25px;
  display: flex;
}

.license-text {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.font-lisence {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.update-date {
  color: var(--neutral-04);
  font-size: 18px;
  font-weight: 500;
}

.updated-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.version-wrapper {
  color: #fff;
}

.update-title {
  font-size: 20px;
  font-weight: 600;
}

.changelog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-changelog {
  background-color: #9d89fc4d;
  border-radius: 32px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 60px;
  display: flex;
}

.update-item-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--neutral-04);
  flex-flow: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.changelog-content-right {
  justify-content: space-between;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.version-text {
  color: var(--color-02);
  font-weight: 500;
}

.update-item {
  font-size: 16px;
}

.button-text-style-03 {
  color: var(--neutral-04);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.button-icon-style-03.hover {
  position: absolute;
}

.button-icon-style-03.normal {
  position: relative;
}

.hero-sticker {
  max-width: 140px;
  position: absolute;
  top: -15%;
  right: 10%;
}

.hero-shape-002 {
  position: absolute;
  top: 0;
  left: 5%;
}

.hero-title-icon-07 {
  position: absolute;
  top: 0;
  left: 0;
}

.banner-icon {
  width: 5%;
  position: absolute;
  top: -5%;
  right: 23%;
}

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

.product-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.product-content.single-product {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.product-compare-price {
  opacity: .6;
  color: var(--neutral-04);
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
}

.add-to-card-button.single-product-item {
  background-color: #0e0f1199;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.product-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #7d6cff;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 21px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  display: flex;
  position: absolute;
  inset: -14px 0% auto 17px;
}

.product-price {
  opacity: 1;
  color: var(--neutral-04);
  font-size: 20px;
  font-weight: 600;
}

.add-to-cart-state.single-product {
  font-size: 14px;
}

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

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

.product-price-wrapper.single-product {
  justify-content: space-between;
}

.single-cart-button {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.single-cart-button:hover {
  background-color: var(--color-02);
  color: #fff;
}

.product-title {
  color: var(--neutral-04);
  width: 100%;
  transition: all .3s ease-in-out;
}

.product-title:hover {
  color: var(--color-02);
}

.single-product-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.single-product-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.subtotal-price {
  color: var(--neutral-01);
  font-size: 18px;
  font-weight: 500;
}

.nav-cart-block {
  position: absolute;
  top: 16px;
  right: 270px;
}

.cart-quantity-3 {
  background-color: var(--neutral-03);
  color: var(--neutral-01);
  position: absolute;
  top: -2px;
  right: -10px;
}

.product-checkout-price {
  color: var(--neutral-02);
}

.cart-icon {
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  display: flex;
}

.subtotal {
  color: var(--neutral-01);
  font-size: 18px;
  font-weight: 400;
}

.cross-icon {
  filter: invert();
  color: var(--neutral-01);
  cursor: pointer;
}

.apple-pay {
  border-radius: 100px;
}

.remove-text {
  color: var(--color-03);
  font-size: 16px;
}

.product-checkout-title {
  color: var(--neutral-01);
}

.checkout-button {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.checkout-button:hover {
  background-color: var(--color-02);
  color: var(--neutral-01);
}

.checkout-button.style-02 {
  background-color: var(--neutral-01);
  color: var(--neutral-04);
}

.checkout-button.style-02:hover {
  background-color: var(--color-02);
  color: var(--neutral-01);
}

.web-payments {
  overflow: hidden;
}

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

.cart-container {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #051a2f99;
}

.cart-quantity-4 {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
}

.cart-header {
  color: var(--neutral-01);
}

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

.cart-line-item {
  flex-flow: wrap;
}

.body-text-21 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.size {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.product-details {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: center;
  display: flex;
}

.default-state {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.product-price-label {
  opacity: 1;
  font-size: 18px;
  font-weight: 500;
}

.product-image-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  width: 48%;
  display: flex;
  overflow: hidden;
}

.product-qunatity-label {
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.buy-now-button {
  justify-content: center;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
  border-radius: 100px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.add-to-cart-button:hover {
  background-color: var(--color-02);
  color: var(--neutral-01);
}

.product-description {
  color: var(--neutral-04);
  font-size: 18px;
}

.quantity {
  background-color: var(--neutral-01);
  color: var(--neutral-04);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.product-compare-price-2 {
  opacity: .6;
  color: var(--neutral-04);
  font-weight: 600;
  text-decoration: line-through;
}

.options {
  background-color: #f7ede5;
  border: 1px #000;
  margin-bottom: 0;
}

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

.product-price-2 {
  color: var(--neutral-04);
  font-size: 18px;
  font-weight: 600;
}

.category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.category-button {
  border: 1px solid var(--neutral-04);
  color: var(--neutral-04);
  background-color: #051a2f00;
  font-size: 16px;
  font-weight: 500;
}

.category-button.w--current {
  background-color: var(--neutral-04);
  color: var(--neutral-01);
  border-color: #02732a;
}

.checkout-form {
  background-color: var(--neutral-01);
}

.paypal-checkout-form, .order-confirmation {
  background-color: #f5f5f500;
}

.empty-state {
  color: var(--neutral-01);
}

.link {
  color: var(--neutral-03);
  transition: all .3s ease-in-out;
}

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

.get-this-template {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  border: 0 solid #3b3b3b4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.remove-this-button {
  z-index: 11;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  display: flex;
  position: fixed;
  bottom: 50px;
  right: 12px;
}

.figma-offer-text {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}

.access-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #000;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.icon-area {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.purchase-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #3b3b3b4d;
  border-radius: 0 0 12px 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.corner-icon {
  width: auto;
}

.corner-icon._01 {
  position: absolute;
  bottom: -30px;
}

.purchase-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.free-figma-offer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #3b3b3b4d;
  border-bottom-width: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.offer-button-text {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.offer-button-text.text-neutral-01 {
  color: #fff;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.service {
  background-color: #ff8f27;
}

.service-sans-cms {
  background-color: #ff8f27;
  background-image: url('../images/Vector-4-1.svg'), url('../images/Vector-10.svg');
  background-position: 16% 100%, 84% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 32px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.service-sans-cms.violet {
  background-color: var(--neutral-03);
}

.service-sans-cms.red {
  background-color: var(--color-03);
}

.service-sans-cms.vert-clair {
  background-color: var(--color-01);
}

.service-sans-cms.vert {
  background-color: var(--color-04);
}

.service-sans-cms.bleu-fonc {
  background-color: var(--neutral-04);
}

.little-space {
  padding: 20px;
}

.div-block-3 {
  width: 50%;
}

.div-block-4 {
  width: 29%;
}

.image {
  max-width: 10%;
}

.link-block {
  display: flex;
}

.link-block.w--current {
  justify-content: flex-end;
  align-items: center;
}

.div-projet {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-2 {
  width: 100%;
}

.bold-text {
  letter-spacing: 2px;
}

.italic-text-3 {
  font-size: 30px;
}

.bold-text-8 {
  text-align: left;
}

.pack-personnalis {
  flex-flow: column;
  display: flex;
}

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

.heading-2, .bold-text-9 {
  letter-spacing: 1px;
}

.image-3 {
  width: 15%;
}

.link-block-2 {
  display: flex;
}

.link-block-2.w--current {
  justify-content: flex-end;
  align-items: center;
}

.italic-text-4 {
  letter-spacing: 3px;
}

.single-project-sans-cms {
  display: flex;
}

.grid-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr;
}

.image-4 {
  width: 50%;
  max-width: 100%;
}

.image-5 {
  aspect-ratio: 1;
  object-fit: contain;
  height: 25rem;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  aspect-ratio: 1;
  object-fit: contain;
  height: auto;
}

.image-12, .image-13 {
  aspect-ratio: 1;
  object-fit: contain;
}

.image-14 {
  border-radius: 30px;
  width: 50%;
}

.figure {
  display: flex;
}

.image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  border-radius: 30px;
}

.bold-text-12 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 82px;
  }

  h2 {
    font-size: 62px;
  }

  h3 {
    font-size: 58px;
  }

  .color-box {
    width: 200px;
  }

  .single-styleguide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .dislplay-h1 {
    font-size: 82px;
  }

  .hero-section {
    background-size: 12%;
  }

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

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

  .hero-section.section-padding.project-details {
    background-size: 60px;
  }

  .hero-section.section-padding.blog-details {
    background-size: 6%, 60px;
  }

  .hero-section.section-padding.service-details, .hero-section.section-padding.product-details {
    background-size: 60px;
  }

  .hero-title-02-wrapper {
    flex-flow: column;
  }

  .hero-title-image-wrapper {
    width: 20%;
  }

  .hero-title-icon-02 {
    top: 2px;
    left: -6px;
  }

  .hero-title-icon-03 {
    bottom: 5px;
    right: -7px;
  }

  .hero-title-icon-04 {
    bottom: -2px;
    right: -17px;
  }

  .hero-title-icon-05 {
    left: -1px;
  }

  .hero-bottom-left, .hero-bottom-right {
    max-width: 100%;
  }

  .section-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .section-subtitle.service, .section-subtitle.why-choose-us, .section-subtitle.contact {
    max-width: 100%;
  }

  .single-service {
    padding: 30px;
  }

  .service-title-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .padding-bottom {
    padding-bottom: 80px;
  }

  .choose-us-content-wrapper {
    flex-flow: column;
  }

  .choose-us-image, .choose-us-content {
    width: 100%;
  }

  .choose-us-content.left {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .choose-us-content.right {
    margin-top: 0;
  }

  .process-01 {
    border-radius: 24px;
  }

  .process-header {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 88%;
  }

  .process-number-style-01 {
    width: auto;
  }

  .process-header-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .process-subtitle-style-01 {
    width: 100%;
  }

  .process-content-style-01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-content-inner.style-01, .process-content-inner.style-02 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process-02 {
    border-radius: 24px;
  }

  .process-content-style-02 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-03, .process-04 {
    border-radius: 24px;
  }

  .banner-title {
    font-size: 62px;
  }

  .banner-label-01 {
    top: -20%;
  }

  .banner-label-02 {
    bottom: -13%;
  }

  .banner-label-03 {
    left: -5%;
  }

  .banner-label-04 {
    bottom: 26%;
    right: -6%;
  }

  .single-project.style-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .project-thumbnail-wrapper {
    height: auto;
  }

  .project-thumbnail-wrapper.style-02 {
    width: 100%;
  }

  .project-slider {
    padding-top: 60px;
  }

  .project-slider-arrow {
    margin-top: -30px;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .faq-content-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .faq-s {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .cta-inner {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .cta-shape-01 {
    top: 35%;
    left: 40%;
  }

  .cta-sticker {
    top: 32%;
    right: 10%;
  }

  .cta-label {
    top: -9%;
  }

  .cta-label-02 {
    bottom: 26%;
    left: 8%;
  }

  .cta-shape-03 {
    top: 13%;
    right: 2%;
  }

  .footer-left-content {
    width: 50%;
  }

  .mission-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .mission-content-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: 100%;
  }

  .mission-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .values-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .values-wrapper.section-padding {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .brand-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    width: 100%;
  }

  .brand-logo {
    width: 21%;
  }

  .feature-content-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    max-width: 100%;
  }

  .feature-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .feature-image-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .project-left-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

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

  .work-details-hero-content {
    flex-flow: wrap;
  }

  .project-details-thumbnail-wrapper {
    border-radius: 24px;
  }

  .project-details-thumbnail-shape-01 {
    width: 9%;
  }

  .project-details-thumbnail-shape-02 {
    width: 10%;
  }

  .project-details-thumbnail-shape-03 {
    width: 9%;
  }

  .project-descriptions {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
    bottom: 30px;
    right: 30px;
  }

  .reviews-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-review {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 20px;
    justify-content: space-between;
    padding: 30px 20px;
  }

  .review-quote {
    max-width: 52px;
  }

  .single-blog.style-02 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .blog-thumbnail-wrapper {
    border-radius: 20px;
  }

  .blog-thumbnail-wrapper.style-02 {
    max-width: 100%;
  }

  .blog-thumbnail-shape-01 {
    width: 10%;
  }

  .blog-thumbnail-shape-02 {
    width: 16%;
  }

  .single-blog-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-blog-content.style-02 {
    max-width: 100%;
  }

  .blog-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-details-thumbnail {
    height: 400px;
  }

  .blog-details-thumbnail-wrapper {
    border-radius: 24px;
  }

  .blog-details-thumbnail-shape-01, .blog-details-thumbnail-shape-02 {
    width: 10%;
  }

  .single-pricing-plan {
    flex-flow: column;
  }

  .pricing-title-wrapper {
    max-width: 100%;
  }

  .pricing-right-content {
    width: 100%;
  }

  .growth-plan-label {
    left: 8%;
  }

  .growth-plan-label.options-offertes {
    top: -101%;
    left: -14%;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .single-contact-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-size: 45px, 45px;
    padding: 40px 20px;
  }

  .shape-01.pricing {
    top: -12%;
    left: -2%;
  }

  .shape-03.pricing {
    top: -35%;
  }

  .contact-form-field, .contact-form-field::placeholder {
    font-size: 20px;
  }

  .form-field-row {
    grid-row-gap: 60px;
  }

  .form-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  ._404-inner-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  ._404-image {
    width: 32%;
  }

  .menu-item-wrapper, .megamenu-wrapper, .all-pages {
    width: 100%;
  }

  .nav-logo {
    z-index: 9999;
  }

  .menu-wrapper {
    z-index: 999;
    background-color: #c8c8c800;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-toggle {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .trigger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: auto;
    display: flex;
  }

  .menu-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #051a2f99;
    border: 1px solid #0000001a;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 10px #fff3;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-trigger {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nav-trigger.w--open {
    z-index: 9999;
    background-color: #c8c8c800;
    width: 30px;
    padding: 0;
  }

  .lisence-area {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .single-lisence-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .single-changelog {
    padding: 30px;
  }

  .changelog-content-right {
    width: 85%;
  }

  .hero-sticker {
    max-width: 16%;
    right: 0%;
  }

  .hero-shape-002 {
    width: 16%;
  }

  .hero-title-icon-07 {
    width: 6%;
  }

  .banner-icon {
    top: -7%;
    right: 2.5%;
  }

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

  .product-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 50%;
  }

  .nav-cart-block {
    top: 0;
    right: 80px;
  }

  .product-details {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
  }

  .default-state {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-image-wrapper {
    width: 55%;
  }

  .product-name.details {
    font-size: 32px;
  }

  .category-list {
    flex-flow: wrap;
  }

  .grid {
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    align-self: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .image-5, .image-7, .image-8, .image-9, .image-10, .image-11 {
    height: auto;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
  }

  h2, h3 {
    font-size: 42px;
  }

  .button-style-01 {
    padding: 16px 24px;
  }

  .typography-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-03-small {
    font-size: 42px;
  }

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

  .container.banner {
    background-size: 13%, 10%;
    padding-top: 60px;
  }

  .container._404 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .dislplay-h1 {
    font-size: 62px;
  }

  .dislplay-h1.hero-title {
    letter-spacing: 0;
    word-break: break-all;
    font-size: 54px;
  }

  .dislplay-h1.hero-title._02, .dislplay-h1.hero-title._03 {
    font-size: 54px;
  }

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

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

  .hero-section.section-padding.project-details {
    background-size: 40px;
  }

  .hero-section.section-padding.blog-details {
    background-size: 6%, 40px;
  }

  .hero-section.section-padding.service-details, .hero-section.section-padding.product-details {
    background-size: 40px;
  }

  .hero-title-02-wrapper {
    flex-flow: row;
  }

  .hero-bottom-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title {
    letter-spacing: 2px;
  }

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

  .padding-bottom {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-01 {
    border-radius: 20px;
  }

  .process-header {
    padding: 30px;
  }

  .process-title-wrapper {
    align-items: flex-start;
    width: 84%;
  }

  .process-header-left {
    width: 100%;
  }

  .process-icon-box {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .process-content-image {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .process-icon-wrapper {
    right: 30px;
  }

  .process-02, .process-03, .process-04 {
    border-radius: 20px;
  }

  .banner-title {
    font-size: 48px;
  }

  .banner-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .banner-label-01 {
    font-size: 16px;
    top: -14%;
  }

  .banner-label-02 {
    font-size: 16px;
    bottom: -14%;
    left: 16%;
  }

  .banner-label-03 {
    font-size: 16px;
    bottom: 49%;
    left: -8%;
  }

  .banner-label-04 {
    font-size: 16px;
    bottom: 51%;
    right: -8%;
  }

  .single-project {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .project-thumbnail-wrapper, .single-project-content, .project-slider-mask {
    width: 100%;
  }

  .project-slider-arrow {
    width: 50px;
    height: 50px;
  }

  .project-slider-arrow.left {
    margin-right: 70px;
  }

  .slider-arrow-icon {
    font-size: 24px;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-image-wrapper {
    border-radius: 30px;
  }

  .faq-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cta-title {
    letter-spacing: 2px;
    line-height: 105%;
  }

  .cta-shape-01 {
    top: 35%;
  }

  .cta-label {
    font-size: 16px;
    top: -11%;
  }

  .cta-text-shape-01 {
    width: 9%;
    left: 90px;
  }

  .cta-label-02 {
    font-size: 16px;
    bottom: 25%;
    left: 0%;
  }

  .cta-shape-03 {
    width: 6%;
    right: 6%;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-left-content {
    width: 100%;
    max-width: 100%;
  }

  .footer-link-wrapper {
    flex-flow: wrap;
    max-width: 100%;
  }

  .footer-right-content {
    max-width: 100%;
  }

  .hero-title.style-02.abonnements {
    margin-bottom: 30px;
  }

  .highlight-title.sous-titre {
    font-size: 18px;
  }

  .mission-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-style-02 {
    padding: 16px 24px;
  }

  .single-about-image {
    border-radius: 24px;
  }

  .about-image-shape-01 {
    width: 16%;
  }

  .about-image-shape-02, .about-image-shape-03 {
    width: 20%;
  }

  .about-image-shape-04 {
    width: 16%;
  }

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

  .single-counter, .values-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .values-wrapper.section-padding {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .teams {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .brand-wrapper {
    flex-flow: wrap;
  }

  .brand-logo {
    width: auto;
  }

  .feature-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .project-left-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .padding-top {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-details-thumbnail-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-radius: 20px;
    flex-flow: column;
  }

  .project-descriptions {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .work-details-counter-01, .work-details-counter-02, .work-details-counter-03 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-details-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

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

  .single-review {
    border-radius: 24px;
  }

  .blog-top-right {
    flex-flow: wrap;
  }

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

  .blog-details-thumbnail-wrapper {
    border-radius: 20px;
  }

  .pricing-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .single-pricing-plan {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .prices-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .growth-plan-label {
    font-size: 16px;
    left: 0%;
  }

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

  .hero-title-wrapper.mentions-l-gales {
    margin-bottom: 30px;
  }

  .shape-01, .shape-02, .shape-03 {
    display: none;
  }

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

  .contact-form-button {
    padding-left: 60px;
    padding-right: 120px;
  }

  .form-wrapper, ._404-inner-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .megamenu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 400px;
    overflow: auto;
  }

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

  .nav-list-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  .button-style-03 {
    padding: 16px 24px;
  }

  .lisence-area {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .single-lisence-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .updated-content {
    width: 70%;
  }

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

  .single-changelog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .changelog-content-right {
    width: 100%;
  }

  .banner-icon {
    display: none;
  }

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

  .product-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .nav-cart-block {
    top: 0;
  }

  .product-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .product-image-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .product-main-image {
    height: 350px;
  }

  .category-list {
    flex-flow: wrap;
    justify-content: center;
  }

  .bold-text {
    letter-spacing: 3px;
    line-height: 115%;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    letter-spacing: 1px;
  }

  .italic-text {
    letter-spacing: 0;
  }

  .italic-text-2 {
    letter-spacing: 2px;
  }

  .heading {
    letter-spacing: 1px;
    line-height: 111%;
  }

  .italic-text-3 {
    font-size: 18px;
  }

  .italic-text-3.abonnement {
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1px;
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 36px;
  }

  .styleguide-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .color-box {
    width: 100%;
  }

  .single-styleguide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-03-small {
    font-size: 36px;
  }

  .heading-03-small.service-title {
    text-overflow: clip;
    font-size: 33px;
  }

  .heading-03-small.process-title-style-01 {
    font-size: 24px;
  }

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

  .container.banner {
    border-radius: 30px;
    padding: 40px 20px;
  }

  .container.cta {
    border-radius: 24px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .dislplay-h1 {
    font-size: 48px;
  }

  .dislplay-h1.hero-title {
    word-break: keep-all;
    font-size: 32px;
  }

  .dislplay-h1.hero-title._02, .dislplay-h1.hero-title._03 {
    font-size: 32px;
  }

  .hero-section.section-padding.product-details {
    background-size: 35px;
  }

  .hero-content-wrapper.align-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-header-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-title-image-wrapper {
    margin-top: -11%;
  }

  .hero-subtitle, .hero-subtitle.hero {
    text-align: left;
  }

  .hero-label {
    flex-flow: column;
  }

  .label-icon {
    display: none;
  }

  .hero-bottom-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-bottom-content-title {
    font-size: 24px;
    display: block;
  }

  .hero-bottom-left {
    display: none;
  }

  .tag-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-counter-wrapper {
    grid-template-columns: 1fr;
  }

  .counter-card.style-03, .counter-card.style-04 {
    width: 100%;
  }

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

  .section-header, .title-wrapper.align-center.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .section-label.style-02, .section-label.style-03 {
    font-size: 20px;
  }

  .section-title {
    word-break: keep-all;
    font-size: 33px;
  }

  .single-service {
    background-size: 16%, 16%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-button {
    width: 50px;
    height: 50px;
  }

  .choose-us-content-wrapper, .choose-us-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .process-01 {
    border-radius: 16px;
  }

  .process-header {
    white-space: normal;
    word-break: normal;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-title-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .process-header-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .process-subtitle-style-01 {
    font-size: 16px;
  }

  .process-icon-box {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .process-content-style-01 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-content-inner.style-01, .process-content-inner.style-02 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .process-content-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .process-icon-wrapper {
    right: 20px;
  }

  .process-02 {
    border-radius: 16px;
  }

  .process-content-style-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-03, .process-04 {
    border-radius: 16px;
  }

  .banner-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-title {
    letter-spacing: -1px;
    font-size: 38px;
  }

  .banner-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .banner-bottom-title {
    text-align: center;
  }

  .banner-label-01, .banner-label-02, .banner-label-03, .banner-label-04 {
    display: none;
  }

  .single-project {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 15px;
  }

  .project-thumbnail-wrapper {
    border-radius: 16px;
    height: auto;
  }

  .project-thumbnail-shape-01 {
    width: 50px;
  }

  .project-thumbnail-shape-02 {
    width: 30px;
  }

  .project-slider-arrow {
    opacity: 22;
    margin-top: -20px;
  }

  .project-slider-arrow.left {
    opacity: 23;
    margin-right: 65px;
  }

  .testimonial-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-image-wrapper {
    border-radius: 20px;
  }

  .testimonial-image-shape-01, .testimonial-image-shape-02 {
    width: 36px;
  }

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

  .question-title {
    letter-spacing: 1px;
    word-break: keep-all;
  }

  .answer-inner {
    padding-top: 10px;
  }

  .cta-inner {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cta-shape-01 {
    width: 35%;
    top: 50%;
    left: 28%;
  }

  .cta-sticker {
    width: 20%;
    top: 50%;
    right: -3%;
  }

  .cta-label {
    display: none;
  }

  .cta-text-shape-01 {
    width: 18%;
  }

  .cta-label-02 {
    display: none;
  }

  .cta-shape-03 {
    width: 10%;
    top: 10%;
    right: 3%;
  }

  .cta-shape-02 {
    width: 12%;
    top: 56%;
    left: 5%;
  }

  .footer-link-wrapper {
    flex-flow: column;
  }

  .footer-link-icon-box {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .footer-link-icon-normal, .footer-link-icon-hover {
    width: 16px;
  }

  .footer-link-text {
    font-size: 24px;
  }

  .hero-title.style-02 {
    word-break: keep-all;
    font-size: 33px;
  }

  .hero-title.style-02.abonnements {
    margin-bottom: 30px;
  }

  .highlight-title.sous-titre {
    word-break: keep-all;
    font-size: 15px;
    line-height: 17px;
  }

  .mission-content-wrapper, .mission-content-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mission-left-top-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .single-about-image {
    border-radius: 20px;
  }

  .single-counter {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 24px;
    padding: 40px 20px 60px;
  }

  .values-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .values-wrapper.section-padding {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-team-member {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .member-image-wrapper {
    border-radius: 20px;
  }

  .member-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .feature-content-left, .feature-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-left-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-details-thumbnail-wrapper {
    border-radius: 16px;
    display: none;
  }

  .project-descriptions {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 16px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-project-details {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .work-details-counter-01, .work-details-counter-02, .work-details-counter-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 24px;
    padding: 40px 20px 60px;
  }

  .project-details-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .single-review {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-radius: 16px;
  }

  .review-author-image {
    width: 55px;
    height: 55px;
  }

  .single-blog-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-top-right {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .blog-details-thumbnail {
    height: auto;
  }

  .blog-details-thumbnail-wrapper {
    border-radius: 16px;
  }

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

  .single-pricing-plan {
    background-size: 30px, 35px, 35px;
    padding: 60px 20px;
  }

  .growth-plan-label {
    display: none;
  }

  .single-contact-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: 60px, 40px;
    border-radius: 24px;
  }

  .hero-title-wrapper.mentions-l-gales {
    margin-bottom: 30px;
  }

  .shape-01.work {
    left: 25%;
  }

  .shape-01.testimonial {
    width: 6%;
  }

  .shape-02.work {
    bottom: -9%;
    left: 17%;
  }

  .shape-02.testimonial {
    width: 7%;
  }

  .shape-03.work {
    top: -8%;
    right: 20%;
  }

  .shape-03.testimonial {
    width: 7%;
  }

  .contact-form-field.text-area {
    height: 80px;
  }

  .form-field-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-form-button {
    background-position: 88%;
    padding: 16px 60px 16px 30px;
  }

  .form-wrapper, ._404-inner-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._404-image {
    width: 40%;
  }

  .megamenu-wrapper {
    padding: 16px;
  }

  .nav-logo {
    max-width: 120px;
  }

  .menu-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 20px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-trigger {
    width: 28px;
  }

  .nav-trigger.w--open {
    width: 24px;
  }

  .updated-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .changelog-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .single-changelog {
    border-radius: 10px;
    padding: 20px 20px 14px;
  }

  .update-item-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 20px;
  }

  .changelog-content-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-shape-002 {
    top: 13%;
    left: -6%;
  }

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

  .cart-quantity-2 {
    width: 16px;
    height: 18px;
    top: -10px;
  }

  .product-price-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .product-price-wrapper.single-product {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cart-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .nav-cart-block {
    right: 60px;
  }

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

  .product-main-image {
    height: 230px;
  }

  .product-name.details {
    font-size: 28px;
  }

  .category-list {
    flex-flow: wrap;
  }

  .order-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

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

  .italic-text {
    font-size: 33px;
  }

  .italic-text-2 {
    word-break: keep-all;
    font-size: 33px;
  }

  .bold-text-6, .bold-text-7 {
    word-break: break-all;
  }

  .italic-text-3 {
    -webkit-text-stroke-width: 0px;
    column-count: auto;
    font-size: 15px;
    line-height: 17px;
  }

  .italic-text-3.abonnement {
    font-size: 27px;
  }

  .bold-text-8 {
    word-break: keep-all;
    font-size: 33px;
  }

  .bold-text-9 {
    font-size: 33px;
  }

  .italic-text-4 {
    word-break: keep-all;
    font-size: 33px;
    line-height: 114%;
  }

  .italic-text-5 {
    letter-spacing: 1px;
    word-break: normal;
  }

  .grid-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .image-4 {
    width: 100%;
  }

  .italic-text-6 {
    word-break: break-all;
  }

  .italic-text-7 {
    font-size: 15px;
  }

  .italic-text-8 {
    font-size: 16px;
  }

  .bold-text-10 {
    font-size: 33px;
  }

  .bold-text-11 {
    letter-spacing: 1px;
  }

  .italic-text-9 {
    text-align: left;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    letter-spacing: 1.5px;
    word-break: keep-all;
  }
}

#w-node-_36edeaba-fa88-31f4-1bb0-47515bb1c483-7e869fc8, #w-node-_445e7fd0-1c66-50e4-015f-317acdca99e0-7e869fc8, #w-node-_868748dd-14b1-2d29-6321-370e44150ef8-7e869fc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d215939a-5e8b-d7bb-101d-3e7cf720b279-7e869fc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f878a4a8-303e-582c-2475-39ff848b35f1-7e86a00c, #w-node-f7674ad6-abc7-3875-80eb-48b4756f0b8a-7e86a047, #w-node-_8d0dcd32-2681-ca48-ba69-df21ecf84b6f-7e86a048, #w-node-e307cd71-04c2-bbfe-c99b-fcc784dc51da-7e86a051 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e307cd71-04c2-bbfe-c99b-fcc784dc5204-7e86a051 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9249acdc-2d12-39ee-aeb2-ace19c8aae74-7e869fc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


