@font-face {
  font-family: Boska variable;
  src: url('../fonts/Boska-Variable---Copy.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Boska variable;
  src: url('../fonts/Boska-Variable---Copy.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Boska;
  src: url('../fonts/Boska-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --green-king: #caef45;
  --cute-violet: #d8a4ff;
  --green-yellow: #7fe82c;
  --sky-light: #75eaf1;
  --soft-grey: #212121;
  --light-grey: #2e2e2e;
  --yellow-love: #fff2c2;
  --tomato-red: #fa7a68;
  --light-sea: #9effb9;
  --text-light: #0009;
  --gainsboro: #e5e5e5;
  --white-smoke: #f3f3f3;
  --medium-sea-green: #2ba275;
  --red: #ff1f00;
  --silver: #c4c4c4;
  --white-smoke-2: #f4f4f4;
  --medium-spring-green: #24e77d;
  --grey-black: #141414;
  --greyish-white: #fbfbfb;
  --tab-bg-colour: #191919;
  --lavender: #e0ddff;
  --light-cyan: #d2eff3;
  --thistle: #fcddff;
  --dim-grey: #121212;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  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-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

body {
  color: var(--black);
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 88px;
  font-weight: 700;
  line-height: 96px;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  background-image: url('../images/CheckCircle_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 32px;
}

.style-guide-link {
  justify-content: center;
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-links {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-content-wrap {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-16px {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-block-16px.text-opacity-70 {
  color: #ffffffb3;
}

.body-2---18px {
  font-size: 18px;
  line-height: 28px;
}

.body-2---18px.margin-top-27px {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}

.body-1-20px {
  font-size: 20px;
  line-height: 32px;
}

.body-1-20px.max-width-560px {
  max-width: 560px;
}

.body-1-20px.max-width-560px.contact-header-desc {
  margin-bottom: 40px;
}

.body-1-20px.max-width-600px {
  max-width: 600px;
}

.body-1-20px.max-width-520px {
  max-width: 520px;
}

.body-1-20px.text-opacity-70 {
  opacity: .7;
}

.style-guide-titles {
  color: var(--black);
  margin-bottom: 64px;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
}

.wrapper-1160px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1160px.navbar-black-flex {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper-1160px.contact-hero-flex {
  z-index: 0;
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 100px;
}

.wrapper-1160px.boutique-wrapper {
  padding-top: 0;
  display: block;
}

.wrapper-1160px.contact-flex {
  z-index: 11;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.cta-flex {
  background-color: var(--black);
  color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper-1160px.footer-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 140px;
}

.wrapper-1160px.testimonial-flex {
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.integration-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 45px;
  padding-bottom: 180px;
}

.wrapper-1160px.pricing-comparison-flex {
  z-index: 11;
  flex-direction: column;
  padding-bottom: 180px;
}

.wrapper-1160px.pricing-hero-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
}

.wrapper-1160px.trust-flex {
  flex-direction: column;
  max-width: 1075px;
}

.wrapper-1160px.about-hero-flex {
  padding-top: 94px;
  padding-bottom: 135px;
}

.wrapper-1160px.mission-flex {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 0;
  padding-bottom: 160px;
}

.wrapper-1160px.team-flex {
  flex-direction: column;
  width: 90%;
  max-width: 1280px;
  padding-top: 160px;
}

.wrapper-1160px.investor-flex {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper-1160px.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.wrapper-1160px.growth-flex {
  padding-bottom: 180px;
}

.wrapper-1160px.growth-flex.service {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper-1160px.pay-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.wrapper-1160px.payment-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 80px;
}

.wrapper-1160px.choose-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.feature-hero-flex {
  z-index: 111;
  padding-bottom: 180px;
}

.wrapper-1160px.newsletter-flex {
  max-width: 1200px;
}

.wrapper-1160px.recent-blog-flex {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper-1160px.blog-hero-flex {
  z-index: 11;
  padding-top: 154px;
  padding-bottom: 209px;
}

.wrapper-1160px.home-hero-flex {
  z-index: 11;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 40px;
}

.wrapper-1160px.home-feature-flex {
  flex-direction: column;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 180px;
}

.wrapper-1160px.home-integration-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 80px;
}

.wrapper-1160px.recent-home-blog-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 180px;
}

.wrapper-1160px.process-flex {
  flex-direction: column;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-1160px.style-guide-hero-flex {
  justify-content: center;
  padding-top: 49px;
  padding-bottom: 125px;
}

.wrapper-1160px.style-guide-main-flex {
  flex-direction: column;
  padding-top: 120px;
}

.wrapper-1160px.integration-template-flex {
  justify-content: center;
  padding-bottom: 0;
}

.wrapper-1160px.license-hero-flex {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 125px;
}

.wrapper-1160px.author-hero-flex {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 0;
}

.wrapper-1160px.plans-template-hero-flex {
  align-items: flex-start;
}

.wrapper-1160px.order-flex {
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

.wrapper-1160px.checkout-flex {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

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

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

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

.licencing-image-item {
  width: 100%;
  max-width: 360px;
  height: 360px;
}

.template-updates {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.update-wrapper {
  text-align: center;
  margin-left: 30px;
  padding: 0;
}

.update-text {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 64px;
}

.wrapper-changelog {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrapper-changelog.updates {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  height: 220px;
  margin-top: 40px;
  padding: 10px 40px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.button-medium {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-medium:hover {
  background-color: #7fe82c;
}

.button-medium._404-page {
  padding-left: 40px;
}

.button-medium.picing-plan {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button-medium.home-integration {
  flex-direction: row;
  padding-right: 24px;
  display: flex;
}

.button-medium.home-integration.button-services {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-upright-icon {
  margin-left: 20px;
}

.arrow-upright-icon.white {
  color: var(--black);
}

.button-large {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 20px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-small {
  background-color: var(--black);
  color: var(--white);
  border-radius: 71px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.button-small:hover {
  background-color: var(--green-king);
  color: var(--black);
}

.button-small.white-button {
  background-color: var(--white);
  color: var(--black);
}

.button-small.white-button:hover {
  background-color: var(--cute-violet);
  color: var(--white);
}

.button-small.hide:hover {
  background-color: var(--green-yellow);
}

.colour-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.colour-code-16-px {
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  line-height: 24px;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._1 {
  background-color: #7fe82c;
}

.color-box._3 {
  background-color: var(--sky-light);
}

.color-box._11 {
  background-color: var(--black);
}

.color-box._7 {
  background-color: var(--soft-grey);
}

.color-box._8 {
  background-color: var(--light-grey);
  border: 1px solid #0000001a;
}

.color-box._2 {
  background-color: var(--yellow-love);
}

.color-box._4 {
  background-color: var(--tomato-red);
}

.color-box._6 {
  background-color: var(--light-sea);
}

.color-box._5 {
  background-color: var(--cute-violet);
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  margin-top: 40px;
  margin-bottom: 140px;
  display: grid;
}

.login-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.login-left-container {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 42px;
  display: flex;
}

.login-right-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.login-form-container {
  background-color: var(--soft-grey);
  width: 70%;
  max-width: 520px;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 32px;
  display: flex;
}

.login-form-block {
  width: 100%;
  margin-bottom: 32px;
}

.milestone-feature-container {
  z-index: 1111;
  width: 70%;
  max-width: 468px;
  position: relative;
}

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

.milestone-feature-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.milestone-feature-image-wrapper {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.milestone-feature-text-wrapper {
  width: 100%;
  max-width: 380px;
}

.login-feature-heading-24px {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.login-bottom-gradient-container {
  width: 778px;
  height: 668px;
  position: absolute;
  inset: auto -200px -250px auto;
}

.yellow-king-form-button {
  background-color: var(--green-king);
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.yellow-king-form-button:hover {
  background-color: var(--cute-violet);
}

.login-text-field {
  background-color: var(--light-grey);
  height: 56px;
  color: var(--white);
  border: 0 solid #000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.login-text-field.small {
  width: 46%;
  max-width: 210px;
}

.login-form-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.sign-in-google-button {
  border: 1px solid var(--green-king);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/image-6_1image 6.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 28px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.page-wrapper {
  overflow: hidden;
}

.login-spacer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.login-spacer-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-left: 11.5px;
  margin-right: 11.5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.login-spacer-line {
  border-top: 1px dashed var(--white);
  opacity: .3;
  width: 50%;
  height: 1px;
}

.yellow-king-link-text {
  color: var(--green-king);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.yellow-king-link-text:hover {
  color: var(--white);
}

.yellow-king-link-text.margin-top-4px {
  margin-top: 4px;
}

.login-text-field-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.center-login-form-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1160%;
  height: 100vh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.utility-page-wrap.password {
  z-index: 100;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-content.password {
  z-index: 111;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
}

.navbar-button-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.black-nav-links {
  padding: 5px 20px;
  font-size: 16px;
  line-height: 24px;
}

.black-nav-links:hover {
  color: var(--text-light);
}

.black-nav-links.w--current {
  color: var(--black);
}

.black-nav-links.white {
  color: var(--white);
}

.black-nav-links.white:hover {
  color: var(--green-yellow);
}

.black-nav-links.dropdown {
  grid-column-gap: 0px;
  margin-right: 13px;
  display: flex;
}

.black-navbar {
  z-index: 111111111;
  background-color: #0000;
}

.black-login-link {
  margin-right: 14px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
}

.black-login-link:hover {
  color: var(--text-light);
}

.black-login-link.white {
  color: var(--white);
  margin-right: 10px;
  font-weight: 700;
}

.black-login-link.white:hover {
  color: var(--green-king);
}

.utility-page-image-wrapper {
  width: 55%;
  max-width: 650px;
}

.utility-page-text-wrapper {
  z-index: 111;
  width: 100%;
  max-width: 310px;
  margin-right: 5%;
  position: relative;
}

.page-not-found-sub-heading {
  margin-bottom: 64px;
  line-height: 40px;
}

.number-hero-heading {
  letter-spacing: -.03em;
  font-family: Boska, sans-serif;
  font-size: 200px;
  font-style: italic;
  line-height: 200px;
}

.menu-button {
  padding: 10px;
}

.brand-link-block.w--current {
  border-radius: 0;
}

.contact-hero-section {
  z-index: 2;
  background-color: var(--black);
  color: var(--white);
  position: relative;
  overflow: visible;
}

.white-navbar {
  background-color: var(--black);
  color: var(--white);
}

.contact-hero-container {
  z-index: 111;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
  position: relative;
}

.contact-hero-heading {
  margin-bottom: 24px;
}

.boska-variable-text-opacity-70 {
  opacity: .7;
  color: var(--green-yellow);
  font-family: Boska, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.contact-hero-gradient-div {
  z-index: auto;
  opacity: .7;
  justify-content: space-between;
  width: 600px;
  height: 186px;
  margin-bottom: 228px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-support-grid-container {
  z-index: 111;
  width: 100%;
  margin-top: -176px;
  position: relative;
}

.contact-support-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.contact-support-grid-wrapper {
  z-index: 111;
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 360px;
  padding: 40px 30px 32px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.contact-support-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 31px;
}

.contact-support-email-text {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.contact-support-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}

.h5-heading-24px.margin-bottom-16px {
  margin-bottom: 16px;
}

.contact-support-body-para-18px {
  font-size: 18px;
  line-height: 28px;
}

.contact-form-section {
  margin-top: 100px;
  position: relative;
}

.contact-text-container {
  z-index: 11;
  width: 45%;
  max-width: 440px;
  position: relative;
}

.contact-form-block-container {
  z-index: 111;
  width: 50%;
  max-width: 560px;
  position: relative;
}

.h2-heading-56px.margin-bottom-32px {
  margin-bottom: 32px;
}

.h2-heading-56px.margin-bottom-24px {
  margin-bottom: 24px;
}

.h2-heading-56px.left {
  max-width: 800px;
}

.boska-text {
  width: 60%;
  max-width: none;
  font-family: Boska, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  line-height: 70px;
}

.boska-text.nom-du-modele {
  width: 55%;
  font-size: 56px;
}

.contact-form-block {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 20px 40px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.contact-form {
  margin-top: 40px;
}

.contact-text-field {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.contact-text-field.half {
  width: 48%;
}

.contact-form-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-field-text-area {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 4px;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 140px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.login-submit-button {
  background-color: var(--green-yellow);
  width: 100%;
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 16px 168px 16px 144px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.login-submit-button:hover {
  background-color: var(--cute-violet);
}

.h4-heading-32px.margin-bottom-16px {
  margin-bottom: 16px;
}

.login-success-message {
  background-color: var(--medium-sea-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 36px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.login-error-message {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contact-form-gradient-div {
  width: 658px;
  height: 590px;
  margin-right: -10%;
  position: absolute;
  inset: 0% -5% auto auto;
}

.faq-container {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 10px 70px #53535312;
}

.faq-container.no-margin {
  margin-bottom: 0;
}

.faq-upper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 32px;
  display: flex;
}

.faq-bottom-container {
  width: auto;
  height: auto;
  padding-left: 32px;
  padding-right: 88px;
  display: flex;
  overflow: hidden;
}

.heading-animation-div {
  width: auto;
}

.faq-answer-text {
  padding-top: 0;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.wrapper-1240px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1240px.faq-flex {
  flex-direction: column;
  padding-bottom: 169px;
}

.faq-questions-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  position: relative;
}

.faq-text-container {
  z-index: 11;
  text-align: center;
  max-width: 700px;
  position: relative;
}

.faq-question-text {
  letter-spacing: -.01em;
  width: 85%;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.faq-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-cross-wrapper {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq-gradient-background-div {
  width: 100%;
  max-width: 739px;
  height: 591px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 400px auto auto;
}

.cta-upper-container {
  z-index: 99999;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}

.cta-bottom-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
  overflow: hidden;
}

.cta-feature-train-wrapper {
  background-color: var(--soft-grey);
  border-radius: 55px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.check-circle-icon {
  margin-right: 16px;
}

.cta-container-1 {
  flex: none;
  width: auto;
  display: flex;
}

.cta-container-2 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.cta-h2-hero-heading {
  max-width: 800px;
}

.cta-company-logo-wrapper {
  flex-direction: column;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.cta-company-logo-image {
  object-fit: contain;
  width: 35px;
  height: 32px;
  margin-bottom: 8px;
}

.cta-company-logo-container {
  align-items: center;
  display: flex;
}

.cta-company-holder {
  justify-content: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-company-holder.margin-top-32px {
  z-index: 1000;
  margin-top: 32px;
  position: relative;
}

.cta-company-holder.margin-top-24px {
  margin-top: 24px;
}

.cta-company-small-text {
  opacity: .7;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.cta-company-spacer {
  z-index: 11;
  background-color: var(--silver);
  width: 1px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.cta-button-company-container {
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin-top: 48px;
  display: flex;
}

.button-large---yellow-king {
  background-color: var(--green-yellow);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  align-items: center;
  padding: 20px 32px 20px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-large---yellow-king.cart {
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta-gradient-div-container {
  z-index: 1111;
  width: 281px;
  height: 208px;
  position: absolute;
  inset: 17% 8% auto auto;
}

.footer-left-wrapper {
  width: 20%;
  max-width: 300px;
}

.footer-right-wrapper {
  width: 20%;
  max-width: 376px;
}

.footer-center-wrapper {
  width: 60%;
  max-width: 281px;
  margin-left: 40px;
  margin-right: 40px;
}

.footer-center-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
}

.footer-text-link-16px {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.footer-text-link-16px:hover {
  color: var(--text-light);
}

.footer-sub-grid {
  grid-column-gap: 34px;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 32px;
}

.footer-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.footer-form-block-container {
  margin-top: 32px;
}

.footer-form-block {
  width: 100%;
  margin-top: 16px;
}

.footer-form {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text-field {
  background-color: var(--white-smoke-2);
  width: 90%;
  max-width: 300px;
  height: 56px;
  color: var(--black);
  border: 0 solid #000;
  border-radius: 32px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 24px;
}

.footer-text-field::placeholder {
  color: #000000b3;
}

.contact-form-submit-button {
  background-color: var(--black);
  background-image: url('../images/CaretRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: 20px;
}

.contact-form-submit-button:hover {
  background-color: var(--green-king);
}

.contact-error-message {
  background-color: var(--tomato-red);
  color: var(--white);
  text-align: center;
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.contact-success-message {
  background-color: var(--medium-spring-green);
  color: var(--white);
  border-radius: 36px;
  padding: 12px 20px;
  font-weight: 700;
}

.social-media-wrapper {
  background-color: var(--white-smoke-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.social-media-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.social-media-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.social-media-bottom-container {
  margin-top: 0;
}

.cta-vector-image {
  position: absolute;
  inset: 135px 120px auto auto;
}

.footer-banner {
  color: #12172280;
  background-color: #f2f4f7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: var(--soft-grey);
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.cf-links:hover {
  color: #121722;
}

.testimonial-section {
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  background-color: var(--soft-grey);
  border-radius: 13px;
  width: 100%;
  height: 100%;
  padding: 68px 80px 41px;
}

.testimonial-tabs-content {
  width: 100%;
}

.testimonial-tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-top: 41px;
  display: flex;
}

.testimonial-tab-link {
  opacity: .3;
  background-color: #0000;
  width: 100%;
  max-width: 210px;
  height: 100%;
  padding: 0;
}

.testimonial-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.testimonial-pane-container {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.testimonial-heading-wrapper {
  width: 100%;
  max-width: 503px;
  margin-bottom: 48px;
}

.testimonial-bottom-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-text-container {
  background-color: var(--grey-black);
  border-radius: 12px;
  width: 62%;
  max-width: 660px;
  padding: 41px 40px 40px;
}

.testimonial-video-container {
  width: 35%;
  max-width: 300px;
  position: relative;
}

.testimonial-author-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.star-icon-wrapper {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.star-icon-container {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-text-24px-70 {
  color: #ffffffb3;
  font-size: 24px;
  line-height: 36px;
}

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

.reparation-hero-container {
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  width: 86%;
  max-width: none;
  margin-bottom: 20px;
  display: flex;
}

.reparation-grid-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reparation-left-container {
  width: 65%;
  max-width: 760px;
  display: block;
}

.reparation-reservation-container {
  z-index: 2;
  background-color: var(--black);
  width: 30%;
  max-width: 360px;
  height: 100%;
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 30px 51px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 70px #53535312;
}

.reparation-hero-heading {
  width: 55%;
  margin-bottom: 0;
}

.integration-item-wrapper {
  width: 100%;
  max-width: 360px;
  height: 100%;
  color: var(--black);
  border-radius: 8px;
  padding: 40px 32px;
  text-decoration: none;
  box-shadow: 0 10px 70px #53535312;
}

.integration-item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
}

.integration-item-heading-32px {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.integration-item-para-18px {
  font-size: 18px;
  line-height: 28px;
}

.integration-collection-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h3-heading-40px {
  flex-direction: column;
  display: flex;
}

.h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.integration-submit-button {
  background-color: var(--green-yellow);
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.integration-submit-button:hover {
  background-color: var(--cute-violet);
}

.integration-text-field {
  background-color: var(--soft-grey);
  color: #fff;
  text-align: center;
  border: 0 solid #000;
  border-radius: 32px;
  height: 64px;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.integration-text-field:focus-visible, .integration-text-field[data-wf-focus-visible] {
  color: #ffffffb3;
}

.testimonial-author-info-wrapper {
  margin-top: 41px;
}

.testimonial-author-name {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.testimonial-author-bio-text {
  font-size: 16px;
  line-height: 24px;
}

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

.comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
  display: flex;
}

.headings {
  width: 25%;
  font-size: 18px;
  line-height: 155%;
}

.comparison-table {
  border-radius: 12px;
  margin-top: 0;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.pricing-comparison-wrap {
  z-index: 11111;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1160px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pricing-row-contain {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.pricing-row-contain.top {
  border-bottom-width: 2px;
  border-bottom-color: #12172233;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.pricing-row-contain.greyish-white {
  background-color: var(--greyish-white);
}

.price-headings {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-light-box-link {
  width: 100%;
  height: 100%;
}

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

.testimonial-play-button-wrapper {
  z-index: 0;
  width: 96px;
  height: 96px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.testimonial-yellow-play-button {
  width: 100%;
  height: 100%;
}

.testimonial-gradient-container {
  width: 100%;
  max-width: 1048px;
  height: 594px;
  position: absolute;
  inset: auto -15% -154px auto;
  overflow: visible;
}

.pricing-text-18px {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.comparison-table-pricing-bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  display: flex;
}

.comparison-plan-pricing-wrapper {
  text-align: center;
  width: 100%;
  max-width: 260px;
}

.plan-pricing-text-56px {
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Boska, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
  line-height: 64px;
}

.pricing-plan-small-text-24px {
  opacity: .5;
  font-size: 24px;
}

.pricing-plan-bold-text-14px {
  opacity: .5;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.pricing-plan-button {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.pricing-plan-button:hover {
  background-color: var(--green-king);
  color: var(--black);
}

.pricing-comparison-section {
  z-index: 0;
  position: relative;
}

.pricing-hero-section {
  position: relative;
}

.pricing-hero-background {
  background-color: var(--black);
  width: 100%;
  height: 560px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.pricing-hero-text-container {
  max-width: 520px;
  color: var(--white);
}

.pricing-hero-heading {
  margin-bottom: 32px;
}

.pricing-hero-container {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-hero-container.ecommerce {
  margin-bottom: 60px;
}

.pricing-container {
  z-index: 111;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.detail-reparation-grid-wrapper {
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.detail-reparation-right-wrpper {
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  display: flex;
}

.detail-reparation-left-wrapper {
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  max-width: 426px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.hero-pricing-plan-container {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.pricing-heading-text-40px {
  margin-bottom: 16px;
}

.detail-reparation-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.detail-reparation-pointers.no-margin {
  margin-bottom: 0;
}

.pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.pricing-plan-pointer-text-18px {
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.detail-reparation-container {
  align-self: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.bold-text-12px {
  opacity: .5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.bold-text-12px.detail-type-reparation, .bold-text-12px.detail-type-reparation.infos-tarifs {
  font-size: 12px;
}

.caret-double-down-wrapper {
  width: 32px;
  height: 32px;
  margin-top: 40px;
}

.carret-double-down-image {
  width: 100%;
  height: 100%;
}

.price-starting-text {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.plan-pricing-text-80px {
  font-family: Boska, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 88px;
}

.plan-pricing-text-80px.ecommerce {
  font-size: 60px;
}

.pricing-text-small-text-32px {
  opacity: .5;
  font-size: 32px;
}

.trust-3-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.trust-testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.trust-testimonial-text-20px {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.trust-text-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-tabs {
  z-index: 1111;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: -45px;
  display: flex;
}

.pricing-tabs-menu {
  z-index: 111;
  background-color: var(--tab-bg-colour);
  border-radius: 56px;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 195px;
  padding: 4px 5px;
  display: flex;
}

.pricing-tabs-content {
  width: 100%;
  margin-top: 64px;
  overflow: visible;
}

.pricing-tab-link {
  color: #ffffffb3;
  background-color: #0000;
  border-radius: 56px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 24px;
}

.pricing-tab-link.w--current {
  background-color: var(--white);
  color: var(--black);
}

.toggle-arrow-icon {
  width: 100px;
  position: absolute;
  inset: -90px -80px auto auto;
}

.pricing-toggle-discount-div {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-image: url('../images/Rectangle-309.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 23.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  position: absolute;
  inset: -110px -50px auto auto;
}

.pricing-hero-gradient-div {
  width: 100%;
  max-width: 519px;
  height: 418px;
  position: absolute;
  inset: auto 0% -300px 60px;
}

.pricing-plan-gradient-div {
  width: 100%;
  max-width: 808px;
  height: 527px;
  position: absolute;
  inset: auto auto 250px 100px;
}

.pricing-comparison-gradient-div {
  z-index: 0;
  width: 658px;
  height: 590px;
  position: absolute;
  inset: 5% auto auto -5%;
}

.about-hero-section {
  position: relative;
  overflow: hidden;
}

.about-hero-text-container {
  z-index: 11;
  width: 100%;
  max-width: 914px;
  position: relative;
}

.about-hero-heading {
  font-size: 56px;
  line-height: 64px;
}

.about-purple-tag-span {
  background-color: var(--cute-violet);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

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

.about-hero-image-wrapper {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.about-hero-gradient-div {
  width: 100%;
  max-width: 805px;
  height: 515px;
  position: absolute;
  inset: auto -200px -200px auto;
}

.mission-section {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.yellow-king-text-span {
  background-color: var(--green-yellow);
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 16px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.mission-text-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  width: 100%;
}

.mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

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

.mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.mission-gradient-div {
  width: 100%;
  max-width: 506px;
  height: 256px;
  position: absolute;
  inset: 218px -15% auto auto;
  overflow: visible;
}

.team-upper-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 86px;
  margin-left: auto;
  margin-right: auto;
}

.team-container {
  width: 100%;
}

.team-grid {
  grid-column-gap: 70px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-grid-wrapper {
  width: 100%;
  max-width: 380px;
  margin-bottom: 70px;
}

.team-grid-wrapper.no-margin {
  margin-bottom: 0;
}

.team-social-profile-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  display: flex;
}

.team-social-profile-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-grid-bio-container {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  max-width: 240px;
  margin-top: -60px;
  padding: 24px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.team-position-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.team-heading-name-32px {
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.team-grid-image-wrapper {
  width: 90%;
  max-width: 320px;
  margin-left: auto;
}

.team-grid-hero-image {
  width: 100%;
  height: 100%;
}

.team-grid-3-column-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.team-grid-3-column-container.middle {
  margin-top: 140px;
}

.about-showreel-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.about-showreel-lightbox-link {
  width: 100%;
  height: 100%;
}

.about-show-reel-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.investor-bottom-container {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.investor-text-container {
  width: 48%;
  max-width: 520px;
}

.investor-grid-container {
  z-index: 1;
  width: 46%;
  max-width: 512px;
  position: relative;
}

.investor-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.investor-logo-wrapper {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  height: 100px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.investor-logo {
  width: 90%;
  max-width: 200px;
}

.milestone-investor-hero-image {
  width: 100%;
  max-width: 80px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.numbers-container {
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 35px;
  display: flex;
}

.numbers-highlight-yellow-text {
  color: var(--green-yellow);
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Boska, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  line-height: 96px;
}

.numbers-sub-text-20px {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.numbers-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  display: flex;
}

.different-bottom-container {
  width: 100%;
}

.different-upper-container {
  margin-bottom: 64px;
}

.different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/path.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 260px;
}

.different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.growth-section {
  position: relative;
}

.growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.growth-wrapper {
  background-color: var(--white);
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.growth-wrapper.large {
  background-color: var(--black);
  max-width: 760px;
  color: var(--white);
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.growth-hero-image {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.growth-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.growth-para-text-18px {
  font-size: 18px;
  line-height: 28px;
}

.growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-size: 20px;
  line-height: 32px;
}

.feature-pay-section {
  background-color: var(--black);
  color: var(--white);
}

.pay-upper-container {
  margin-bottom: 52px;
}

.pay-bottom-wrapper, .pay-tabs {
  width: 100%;
}

.pay-tabs-menu {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 64px;
  display: flex;
}

.pay-tabs-content {
  width: 100%;
}

.pay-tab-link {
  background-color: var(--soft-grey);
  width: 32%;
  max-width: 387px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.pay-tab-link.w--current {
  border: 1px solid var(--green-yellow);
  background-color: var(--soft-grey);
  color: #7fe82c;
}

.pay-tab-pane-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pay-tab-image-wrapper {
  width: 48%;
  max-width: 560px;
  margin-right: 120px;
}

.pay-tab-text-wrapper {
  width: 40%;
  max-width: 400px;
}

.pay-tab-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.pay-tab-icon-container {
  background-color: var(--lavender);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  display: flex;
}

.pay-tab-icon-container.light-blue {
  background-color: var(--light-cyan);
}

.pay-tab-icon-container.light-pink {
  background-color: var(--thistle);
}

.pay-tab-icon {
  width: 32px;
  height: 32px;
}

.feature-payment-section {
  position: relative;
}

.payment-h2-heading-88px {
  max-width: 900px;
  font-size: 88px;
  line-height: 96px;
}

.payment-dashboard-wrapper {
  border-radius: 7px 7px 15px 15px;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 80px;
  box-shadow: 0 10px 70px #53535312;
}

.payment-feature-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.payment-feature-left-container {
  width: 48%;
  max-width: 533px;
}

.payment-feature-right-container {
  width: 30%;
  max-width: 310px;
}

.payment-feature-pointer-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.payment-feature-pointer-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.feature-pointer-text-20px {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.choose-upper-section {
  text-align: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
}

.choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.choose-feature-container {
  position: relative;
}

.choose-feature-wrapper {
  background-color: var(--white);
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px #53535312;
}

.choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.choose-feature-name-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.green-vs-circle {
  z-index: 11111;
  background-color: var(--medium-sea-green);
  width: 72px;
  height: 72px;
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

._3-line-highlight-image {
  width: 45px;
  height: auto;
  position: absolute;
  inset: 20px auto auto -40px;
}

.bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.choose-feature-gradient-div {
  width: 100%;
  height: 600px;
  position: absolute;
  inset: auto 0% -150px;
}

.feature-hero-section {
  position: relative;
  overflow: hidden;
}

.feature-hero-text-container {
  width: 60%;
  max-width: 700px;
}

.feature-hero-right-container {
  z-index: 1111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 430px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.feature-hero-heading {
  margin-bottom: 48px;
}

.feature-hero-container {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.feature-hero-image-wrapper {
  width: 100%;
  max-width: 200px;
  margin-right: 40px;
}

.feature-hero-button-cta-wrapper {
  width: 100%;
  max-width: 320px;
  height: 100%;
}

.hero-feature-item {
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 400px;
  margin-bottom: 28px;
  padding: 32px 28px;
  box-shadow: 0 10px 70px #53535312;
}

.hero-feature-item.left {
  margin-left: auto;
}

.hero-feature-item.right {
  margin-right: auto;
}

.hero-feature-pointer-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.hero-feature-pointer-image {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.feature-hero-pointer-text {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.hero-feature-sub-text-pointer {
  font-size: 16px;
  line-height: 24px;
}

.hero-feature-container-1, .hero-feature-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-feature-gradient-div {
  z-index: 11111;
  background-image: linear-gradient(to bottom, var(--white), #ffffffe6 50%, #fff0);
  width: 100%;
  height: 90px;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-hero-gradient-div {
  width: 100%;
  max-width: 988px;
  height: 761px;
  position: absolute;
  inset: auto -30% -40% auto;
}

.utility-page-illustration {
  width: 100%;
  height: 100%;
}

._404-page-gradient-div {
  width: 658px;
  height: 590px;
  position: absolute;
  inset: auto auto -60%;
}

._404-yellow-love-div {
  background-color: var(--yellow-love);
  filter: blur(100px);
  border-radius: 50%;
  width: 426px;
  height: 414px;
  position: absolute;
  inset: 0% auto auto 0%;
}

._404-light-sky-div {
  background-color: var(--sky-light);
  filter: blur(120px);
  border-radius: 50%;
  width: 374px;
  height: 190px;
  position: absolute;
  inset: 0% 0% auto auto;
}

._404-light-sea-div {
  background-color: var(--medium-spring-green);
  opacity: .6;
  filter: blur(80px);
  border-radius: 50%;
  width: 304px;
  height: 316px;
  position: absolute;
  inset: auto auto 25% 30%;
}

.newsletter-container {
  z-index: 11;
  background-color: var(--black);
  width: 100%;
  color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  padding: 80px 77px 80px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-pointer-text-container {
  width: 40%;
  max-width: 446px;
}

.newsletter-email-container {
  width: 48%;
  max-width: 460px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 460px;
  margin-top: 40px;
}

.newsletter-text-field {
  background-color: var(--soft-grey);
  width: 100%;
  height: 64px;
  color: var(--white);
  text-align: center;
  border: 0 solid #000;
  border-radius: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.newsletter-submit-button {
  background-color: var(--green-king);
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  transition: all .2s;
}

.newsletter-submit-button:hover {
  background-color: var(--cute-violet);
}

.newsletter-pointer-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.newsletter-pointer-wrapper.no-margin {
  margin-bottom: 0;
}

.newsletter-pointer-container {
  z-index: 111;
  width: 100%;
  position: relative;
}

.recent-blog-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 580px;
  height: 100%;
  box-shadow: 0 10px 70px #53535312;
}

.recent-blog-image-wrapper {
  width: 100%;
  height: 400px;
}

.recent-blog-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 32px 48px;
  display: flex;
}

.recent-blog-link-block-wrapper {
  color: var(--black);
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.recent-blog-black-box {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
}

.recent-blog-bold-text-16px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

.recent-blog-text-upper-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.recent-blog-category-text-span {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 3px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.reading-time-text-14px-bold {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.recent-blog-reading-time-div {
  margin-left: 32px;
}

.recent-blog-hero-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

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

.recent-blog-collection-list-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.recent-blog-container {
  width: 100%;
  margin-top: 64px;
}

.blog-row-container {
  width: 100%;
}

.blog-row-wrapper {
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.blog-row-image-wrapper {
  width: 50%;
  max-width: 440px;
  height: 440px;
}

.blog-row-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
}

.blog-row-parent-text-container {
  width: 70%;
  max-width: 520px;
}

.blog-row-sub-text-18px {
  font-size: 18px;
  line-height: 28px;
}

.blog-row-heading-32px {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.blog-row-hero-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-row-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-hero-text-container {
  width: 55%;
  max-width: 618px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-hero-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.blog-hero-background-image {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-hero-linear-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, black, var(--black) 40%, #0000);
  opacity: .7;
  width: 100%;
  max-width: 797px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-hero-heading-56px {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
}

.author-hero-container {
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.blog-detail-hero-image {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.blog-details-hero-text-container {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 920px;
  margin-top: -307px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
  position: relative;
  box-shadow: 0 10px 70px #53535312;
}

.blog-details-rich-text h4 {
  margin-bottom: 24px;
}

.blog-details-hero-heading-56px {
  margin-bottom: 40px;
  font-size: 56px;
  line-height: 64px;
}

.bloh-hero-author-image {
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.blog-hero-author-info {
  margin-left: 16px;
}

.author-name-16px {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.author-post-text-16px {
  font-size: 16px;
  line-height: 24px;
}

.blog-category-normal-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.hero-blog-text-upper-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.blog-details-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-details-author-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-social-link-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.blog-details-author-spacer-line {
  background-color: var(--gainsboro);
  width: 25%;
  height: 1px;
}

.blog-details-social-media-div {
  justify-content: center;
  align-items: center;
  max-width: 196px;
  display: flex;
}

.blog-details-social-links-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 22px;
  padding-right: 22px;
}

.author-social-profile-wrapper {
  background-color: var(--white-smoke-2);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
}

.author-social-profile-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.blog-details-author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

.blog-details-author-image.author {
  object-fit: cover;
  width: 130px;
  height: 130px;
}

.blog-details-author-name-20px {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.blog-details-author-bio-18px {
  font-size: 18px;
  line-height: 28px;
}

.home-hero-section {
  position: relative;
}

.homepage-banner-container {
  text-align: center;
  background-color: #7fe82c;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.home-banner-italic-text-16x {
  margin: 12px auto;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.homepage-cross-icon {
  width: 20px;
  height: 20px;
}

.home-hero-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 990px;
  display: flex;
  position: relative;
}

.homepage-hero-heading {
  margin-bottom: 32px;
}

.home-button-cta-container {
  z-index: 11;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.home-hero-image-container {
  z-index: 1130;
  width: 100%;
  max-width: 1080px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-mockup-image {
  width: 100%;
  height: 100%;
}

.home-feature-section {
  display: none;
}

.home-feature-container-1 {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-feature-1-text-container {
  z-index: 1000;
  width: 48%;
  max-width: 520px;
  position: relative;
}

.home-feature-1-image-container {
  border-radius: 8px;
  width: 48%;
  max-width: 560px;
  position: relative;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-hero-image {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-container-2 {
  z-index: 11;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 180px;
  display: flex;
  position: relative;
}

.home-feature-2-image-container {
  z-index: 11;
  border-radius: 8px;
  width: 48%;
  max-width: 560px;
  position: relative;
  box-shadow: 0 49px 100px #cfcfcf40;
}

.home-feature-2-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 520px;
  display: flex;
}

.link-block-wrapper {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  text-decoration: none;
  display: flex;
}

.home-r-paration-upper-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 140px;
  display: flex;
}

.home-integration-text-wrapper {
  width: 55%;
  max-width: 680px;
}

.home-r-paration-grid-container {
  width: 100%;
}

.home-integration-item {
  width: 100%;
  max-width: 260px;
  height: 100%;
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border: 1px solid #cecdcd;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 24px 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.home-integration-item:hover {
  background-color: #f3f3f3;
}

.home-integration-image {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

.home-reparation-item-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.home-integration-collection-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero-small-gradient-div {
  width: 100%;
  max-width: 400px;
  height: 300px;
  position: absolute;
  inset: 200px auto auto -10%;
}

.yellow-gradient-div.home-hero-small-gradient-div {
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.yellow-gradient-div.home-hero-large-div {
  width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.yellow-gradient-div.growth-gradient-div {
  opacity: .7;
  width: 70%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.yellow-gradient-div.home-feature-1-gradient {
  width: 100%;
  position: absolute;
  inset: -40% auto auto -25%;
}

.yellow-gradient-div.choose-feature-gradient {
  width: 60%;
  position: absolute;
  inset: 0% auto 0% -10%;
}

.yellow-gradient-div.mockup-yellow-container {
  width: 100%;
  max-width: 560px;
  height: 458px;
  position: absolute;
  inset: auto auto 550px -10%;
}

.yellow-gradient-div.about-hero-yellow-div {
  width: 100%;
  max-width: 720px;
  height: 588px;
  position: absolute;
  inset: -39% auto auto -25%;
}

.yellow-gradient-div.investor-yellow-div {
  width: 600px;
  height: 478px;
  position: absolute;
  inset: 0% auto auto -30%;
}

.yellow-gradient-div.pricing-plan-yellow-div {
  width: 100%;
  max-width: 872px;
  height: 600px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.yellow-gradient-div.pricing-yellow-div {
  width: 100%;
  max-width: 852px;
  height: 600px;
  position: absolute;
  inset: -30% auto auto -20%;
}

.yellow-gradient-div.faq-yellow-div {
  width: 940px;
  max-width: 940px;
  height: 600px;
  position: absolute;
  inset: -20% auto auto -20%;
}

.yellow-gradient-div.feature-hero-yellow-div {
  width: 562px;
  max-width: 562px;
  height: 460px;
  position: absolute;
  inset: -5% auto auto 10%;
}

.yellow-gradient-div.feature-payment-yellow-div {
  opacity: .5;
  width: 852px;
  max-width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.yellow-gradient-div.contact-form-yellow-div {
  width: 852px;
  max-width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 10% 15% auto;
}

.yellow-gradient-div.register-yellow-div {
  width: 718px;
  height: 508px;
  position: absolute;
  inset: -20% auto auto -15%;
}

.yellow-gradient-div.changelog-yellow-div {
  width: 852px;
  height: 826px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.green-gradient-div.home-hero-large-div {
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.green-gradient-div.home-feature-1-gradient {
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 20% auto;
}

.green-gradient-div.choose-feature-gradient {
  opacity: .6;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.green-gradient-div.testimonial-gradient-div {
  width: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.green-gradient-div.cta-gradient-div {
  width: 100%;
  position: absolute;
  inset: -10% -10% auto auto;
}

.green-gradient-div.process-green-gradient-div {
  width: 652px;
  height: 340px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.green-gradient-div.about-hero-green-div {
  width: 100%;
  max-width: 744px;
  height: 608px;
  position: absolute;
  inset: auto 0% 0% 8%;
}

.green-gradient-div.mission-green-div {
  width: 100%;
  max-width: 652px;
  height: 340px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.green-gradient-div.investor-green-div {
  opacity: .5;
  width: 608px;
  height: 492px;
  position: absolute;
  inset: auto 0% -20%;
}

.green-gradient-div.pricing-hero-green-div {
  width: 200%;
  max-width: 744px;
  height: 600px;
  position: absolute;
  inset: auto 0% 5% auto;
}

.green-gradient-div.pricing-green-div {
  opacity: .6;
  width: 100%;
  max-width: 700px;
  height: 614px;
  position: absolute;
  inset: auto 0% -10% -30%;
}

.green-gradient-div.faq-green-div {
  opacity: .5;
  width: 100%;
  max-width: 890px;
  height: 554px;
  position: absolute;
  inset: -10% auto auto 30%;
}

.green-gradient-div.feature-hero-green-div {
  width: 1290px;
  max-width: 1290px;
  height: 1054px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.green-gradient-div.integration-green-div {
  width: 502px;
  height: 262px;
  position: absolute;
  inset: -30% auto auto -10%;
}

.green-gradient-div.contact-hero-green-div {
  z-index: -1;
  width: 652px;
  height: 340px;
  position: relative;
  inset: auto auto -24% 37%;
}

.green-gradient-div.contact-form-green-div {
  opacity: .6;
  width: 608px;
  height: 630px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.green-gradient-div.register-green-div {
  width: 1290px;
  max-width: 1290px;
  height: 1054px;
  position: absolute;
  inset: -20% auto auto 0%;
}

.green-gradient-div.changelog-green-div {
  opacity: .6;
  width: 608px;
  height: 630px;
  position: absolute;
  inset: 0% auto auto -5%;
}

.green-gradient-div.newsletter-green-div {
  width: 596px;
  height: 312px;
  position: absolute;
  inset: auto auto -56% 20%;
}

.blue-gradient-div.home-hero-small-gradient-div {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blue-gradient-div.home-hero-large-div {
  width: 1000px;
  max-width: 1000px;
  position: absolute;
  inset: auto auto -44% 0%;
}

.blue-gradient-div.growth-gradient-div {
  opacity: .5;
  width: 70%;
  position: absolute;
  inset: auto auto -100px 0%;
}

.blue-gradient-div.home-feature-1-gradient {
  opacity: .7;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto -10% 5%;
}

.blue-gradient-div.choose-feature-gradient {
  width: 60%;
  position: absolute;
  inset: 0% -10% 0% auto;
}

.blue-gradient-div.testimonial-gradient-div {
  width: 80%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blue-gradient-div.cta-gradient-div {
  width: 100%;
  position: absolute;
  inset: auto auto -10% -10%;
}

.blue-gradient-div.blue-process-gradient {
  width: 689px;
  height: 470px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blue-gradient-div.about-hero-blue-div {
  width: 100%;
  max-width: 638px;
  height: 638px;
  position: absolute;
  inset: auto -15% 25% auto;
}

.blue-gradient-div.mission-blue-div {
  width: 100%;
  max-width: 504px;
  height: 344px;
  position: absolute;
  inset: 0% auto auto -20%;
  overflow: visible;
}

.blue-gradient-div.investor-blue-div {
  opacity: .7;
  width: 604px;
  height: 380px;
  position: absolute;
  inset: 0% -20% auto auto;
}

.blue-gradient-div.pricing-hero-blue-div {
  width: 100%;
  max-width: 638px;
  height: 638px;
  position: absolute;
  inset: auto auto 10% 5%;
}

.blue-gradient-div.pricing-plan-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 902px;
  height: 394px;
  position: absolute;
  inset: auto auto 0% -20%;
}

.blue-gradient-div.pricing-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 748px;
  height: 380px;
  position: absolute;
  inset: -10% -10% auto auto;
}

.blue-gradient-div.faq-blue-div {
  opacity: .6;
  width: 100%;
  max-width: 850px;
  height: 472px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.blue-gradient-div.feature-hero-blue-div {
  width: 1082px;
  max-width: 1082px;
  height: 1082px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blue-gradient-div.feature-payment-blue-div {
  opacity: .5;
  width: 618px;
  height: 440px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.blue-gradient-div.integration-blue-div {
  width: 382px;
  height: 260px;
  position: absolute;
  inset: 10% 0% auto;
}

.blue-gradient-div.contact-hero-blue-div {
  width: 614px;
  height: 342px;
  position: absolute;
  inset: auto 50% 220px auto;
}

.blue-gradient-div.contact-form-blue-div {
  width: 748px;
  height: 380px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.blue-gradient-div.register-blue-div {
  width: 826px;
  max-width: 826px;
  height: 826px;
  position: absolute;
  inset: 20% 0% auto auto;
}

.blue-gradient-div.changelog-blue-div {
  width: 748px;
  height: 380px;
  position: absolute;
  inset: 0% auto auto 15%;
}

.blue-gradient-div.newsletter-blue-div {
  width: 426px;
  height: 290px;
  position: absolute;
  inset: -25% 10% auto auto;
}

.blue-gradient-image, .green-gradient-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.yellow-gradient-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-hero-second-gradient-div {
  width: 100%;
  max-width: 974px;
  height: 787px;
  position: absolute;
  inset: auto -20% 300px auto;
}

.growth-gradient-container {
  width: 100%;
  max-width: 1005px;
  height: 642px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0% 0%;
}

.home-feature-1-gradient-div {
  width: 100%;
  max-width: 600px;
  height: 450px;
  position: absolute;
  inset: auto auto -15% 0%;
}

.home-feature-2-gradient-div {
  width: 100%;
  max-width: 600px;
  height: 450px;
  position: absolute;
  inset: auto 0% -15% auto;
}

.recent-blog-tabs {
  width: 100%;
  height: 100%;
}

.recent-blog-tabs-menu {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 32px;
  display: flex;
}

.recent-blog-tab-link {
  background-color: var(--white);
  border-radius: 10px;
  width: 32%;
  max-width: 365px;
  padding: 24px 16px 24px 24px;
  box-shadow: 0 10px 70px #53535312;
}

.recent-blog-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.recent-blog-tab-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.recent-blog-tab-image-wrapper {
  object-fit: cover;
  border-radius: 4px;
  width: 88px;
  height: 88px;
  margin-right: 16px;
}

.recent-blog-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.recent-blog-heading-20px {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.recent-blog-tabs-content {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.recent-blog-tab-pane-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.recent-blog-text-container {
  width: 45%;
  max-width: 440px;
  height: auto;
}

.recent-blog-slider-container {
  width: 50%;
  max-width: 560px;
}

.blog-slider-collection-list {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.recent-blog-slider-hero-image {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

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

.recent-blog-post-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-list-wrapper, .recent-blog-home-collection-item {
  width: 100%;
  height: 100%;
}

.blog-slider-collection-item {
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.recent-blog-home-text-wrapper {
  width: 50%;
  margin-bottom: 64px;
}

.process-section {
  background-color: var(--black);
  color: var(--white);
  display: none;
  position: relative;
}

.process-heading-container {
  width: 100%;
  max-width: 950px;
  margin-bottom: 88px;
}

.process-bottom-container {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordin-normal {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38px;
  height: 100%;
  position: relative;
}

.accordin-normal._3 {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.accordin-normal._4 {
  width: 100%;
  display: block;
}

.accordin-normal._1, .accordin-normal._2 {
  width: 100%;
}

.process-accordions {
  place-content: center space-between;
  align-items: center;
  width: 100%;
  max-width: 836px;
  height: 100%;
  max-height: 380px;
  margin-top: 0;
  display: flex;
}

.accordin-active-text {
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.accordin-active-text.heading-1 {
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.process-accordion {
  background-color: var(--dim-grey);
  width: 120px;
  height: 100vw;
  max-height: 400px;
  color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 28px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.numbers {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 24px;
  font-family: Boska variable, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.numbers._2, .numbers._1, .numbers._3, .numbers._4 {
  font-family: Boska, sans-serif;
}

.numbers.large-1, .numbers.large-2, .numbers.large-3, .numbers.large-4 {
  font-family: Boska, sans-serif;
  font-size: 88px;
  line-height: 96px;
  display: none;
}

.vertical-text {
  opacity: .7;
  letter-spacing: -.01em;
  white-space: nowrap;
  font-size: 24px;
  line-height: 32px;
  display: block;
  transform: rotate(90deg);
}

.vertical-text._3 {
  width: 100%;
}

.accordin-active {
  z-index: 10;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  inset: 0 auto auto;
}

.accordin-active._3, .accordin-active._2, .accordin-active._1, .accordin-active._4 {
  display: none;
}

.process-accordin-container {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-hero-star-svg {
  width: 100%;
  max-width: 87px;
  position: absolute;
  inset: auto auto 35% -4%;
}

.home-hero-path-svg {
  width: 100%;
  max-width: 144px;
  position: absolute;
  inset: auto auto 10% -4%;
}

.process-white-star-svg {
  z-index: 111;
  width: 100%;
  max-width: 66px;
  position: absolute;
  inset: auto auto 150px 5%;
}

.process-white-path-svg {
  z-index: 111;
  width: 100%;
  max-width: 122px;
  position: absolute;
  inset: auto auto 200px 12%;
}

.process-gradient-div {
  width: 498.5px;
  height: 311px;
  position: absolute;
  inset: 40% auto auto -18%;
}

.feature-heading-wrapper-500px {
  max-width: 500px;
}

.style-guide-hero-section {
  background-color: var(--black);
  color: var(--white);
}

.style-guide-hero-wrpper {
  text-align: center;
  width: 100%;
  max-width: 560px;
}

.style-guide-hero-container {
  width: 100%;
}

.heading-spacer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

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

.caption-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.style-guide-button-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.button-container-spacing {
  margin-right: 64px;
}

.feature-hero-highlight-svg {
  position: absolute;
  inset: auto auto -40px -40px;
}

.home-cross-icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.home-integration-empty-state {
  background-color: var(--cute-violet);
  width: 150px;
  height: 100px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.recent-blog-empty-state {
  background-color: var(--tomato-red);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

.blog-slider-empty-state {
  background-color: var(--cute-violet);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  font-size: 20px;
  font-weight: 900;
  display: flex;
}

.process-accordin-slider-wrapper {
  width: 100%;
  max-width: 837px;
  height: 100%;
  display: none;
}

.process-accordin-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: flex;
}

.process-accordin-mask {
  width: 100%;
  max-width: 360px;
  height: auto;
  overflow: visible;
}

.process-accordin-slide {
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.p-accordin-slider-container {
  background-color: var(--dim-grey);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28px 40px 72px;
  display: flex;
}

.p-accordin-slider-number-text {
  letter-spacing: -.02em;
  margin-bottom: 32px;
  font-family: Boska variable, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
  line-height: 96px;
}

.p-accordin-slider-heading-32px {
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.p-accordin-slider-para-18px {
  opacity: .7;
  font-size: 18px;
  line-height: 32px;
}

.process-accordin-slide-nav {
  display: none;
}

.p-accordin-slider-right-arrow {
  width: 50%;
  inset: 0% 0% 0% auto;
}

.p-accordin-slider-left-arrow {
  width: 50%;
  inset: 0% auto 0% 0%;
}

.mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.investor-gradient-div {
  width: 100%;
  max-width: 587px;
  height: 515px;
  position: absolute;
  inset: auto 0% -100px auto;
}

.feature-payment-gradient-div {
  width: 426px;
  height: 508px;
  position: absolute;
  inset: 30% auto auto -5%;
}

.integration-heading-wrapper {
  position: relative;
}

.integration-arrow {
  width: 100%;
  max-width: 100px;
  margin: 20px auto 40px;
}

.integration-gradient-div {
  width: 251px;
  height: 232px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.licensing-tag-subtexts {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 20px;
  line-height: 160%;
}

.licensing-tag-subtexts.bold {
  font-size: 24px;
  font-weight: 700;
}

.licensing-tag-subtexts.small {
  max-width: 400px;
}

.image-covers {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bold-span {
  font-weight: 700;
}

.licencing-images-grids {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  display: grid;
}

.licensing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.license-links {
  background-image: url('../images/Group-5521.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  padding: 5px;
  display: flex;
}

.license-links:hover {
  background-color: var(--green-king);
}

.licensing-wrap {
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.licensing-wrap.top {
  margin-bottom: 32px;
}

.licensing-block {
  margin-bottom: 60px;
  margin-right: auto;
}

.licensing-block.margin {
  margin-bottom: 100px;
}

.licensing-image-and-text-wrappers {
  border: 2px #0d0e10;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.illustration-hero-image {
  width: 100%;
  max-width: 443px;
}

.licensing-hero-section {
  background-color: var(--black);
  color: var(--white);
}

.license-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 560px;
}

.license-hero-headng {
  margin-bottom: 24px;
  font-size: 68px;
}

.changelog-gradient-div {
  width: 658px;
  max-width: 658px;
  height: 527px;
  margin: auto;
  position: absolute;
  inset: 220px 0% 0%;
}

.utility-page-section {
  overflow: hidden;
}

.newsletter-gradient-div {
  width: 444px;
  height: 172px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.reparation-form-block, .integration-form {
  width: 100%;
}

.integration-success-message {
  background-color: var(--medium-sea-green);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
}

.integration-error-message {
  background-color: var(--tomato-red);
  border-radius: 4px;
  font-weight: 700;
}

._3-line-hero-path {
  width: 46px;
  height: auto;
  position: absolute;
  inset: -20px auto auto 15px;
}

.arrow-image-link-block {
  width: 15px;
  height: 15px;
}

.blog-hero-tab {
  width: 100%;
}

.blog-hero-tabs-menu {
  z-index: 111;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-tab-link {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  max-width: 285px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.blog-hero-tab-link.w--current {
  background-color: var(--white);
}

.blog-hero-reading-time-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.blog-hero-heading-18px {
  font-size: 18px;
  font-weight: 900;
  line-height: 28px;
}

.aos-logo {
  border: 0 #000;
  border-radius: 5px;
  padding: 0;
  line-height: 0;
  box-shadow: 0 7px 10px -4px #000000a8;
}

.block-header {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.plans-template-hero-section {
  background-color: var(--black);
  color: var(--white);
}

.plan-template-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.plan-name {
  margin-bottom: 10px;
  font-size: 72px;
  line-height: 120%;
}

.plan-type {
  opacity: .7;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.plan-featiure-rich-text h4 {
  background-image: url('../images/CheckCircle_2.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 28px;
}

.plan-type-wrapper {
  margin-bottom: 20px;
}

.plan-name-wrapper {
  display: flex;
}

.plan-template-product-box-wrap {
  background-color: var(--white);
  width: 100%;
  height: auto;
  color: var(--black);
  border-radius: 12px;
  padding: 40px;
}

.plan-template-product-container {
  width: 50%;
  max-width: 600px;
}

.add-to-cart {
  width: 100%;
  margin-top: 40px;
}

.select-field {
  border: 0 solid #000;
  border-radius: 30px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
}

.quantity {
  display: none;
}

.cart-button-wrap {
  margin-top: 20px;
  display: flex;
}

.buy-now-button {
  background-color: var(--green-king);
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  margin-top: 0;
  margin-right: 20px;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 150%;
}

.add-to-cart-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  padding: 15px 30px;
  font-weight: 700;
  line-height: 150%;
}

.plan-pricing-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.plan-pricing-text-wrapper {
  margin-top: 20px;
}

.plan-details-paragraph {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.plan-details-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.order-text-block {
  line-height: 30px;
}

.place-order-button {
  background-color: var(--green-king);
  height: 60px;
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.order-confirmation, .paypal-checkout-form {
  padding: 0;
}

.apple-pay {
  height: 70px;
}

.checkout-form {
  padding: 0;
}

.image-animation-div {
  width: auto;
  overflow: visible;
}

.pricing-collection-list {
  z-index: 10;
  position: relative;
}

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

.pricing-ecommerce-rtb h4 {
  background-image: url('../images/CheckCircle_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cart-button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
}

.cart-quantity {
  color: var(--tomato-red);
  background-color: #fa7a680d;
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.cart-container {
  color: var(--black);
}

.option {
  background-image: none;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
}

.cart-product {
  margin-bottom: 10px;
  font-size: 19px;
}

.apple-pay-2 {
  border-radius: 160px;
  height: 60px;
}

.remove-button {
  color: var(--tomato-red);
  text-decoration: none;
}

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

.cart-icon.black {
  color: var(--black);
}

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

.black-cart, .black-cart-text {
  color: var(--black);
}

.instruction-video {
  width: 100%;
  margin-top: 60px;
}

.lock-image {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

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

.password-heading {
  margin-bottom: 20px;
}

.career-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 814px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.career-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

.career-block {
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 10px 70px #53535312;
}

.career-left-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.career-tags {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 150%;
}

.career-icon-contain {
  background-color: var(--black);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.career-icon {
  object-fit: contain;
}

.career-gradient-div {
  width: 100%;
  max-width: 587px;
  height: 515px;
  position: absolute;
  inset: 25% auto auto 10%;
}

.div-block {
  flex-flow: column;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.h2-left.margin-bottom-40px {
  max-width: 800px;
}

.image {
  width: auto;
  position: absolute;
  inset: auto 0% -10px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reparation-title {
  color: var(--soft-grey);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.image-reparation-container {
  width: 185px;
  margin-bottom: 20px;
  position: relative;
}

.image-2 {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.reparation-fleche-container {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  display: flex;
}

.html-embed {
  object-fit: contain;
  width: 15px;
  height: 15px;
}

.logo-container {
  width: 80px;
  max-width: 100px;
  margin-bottom: 40px;
}

.image-3 {
  object-fit: contain;
  max-height: 25px;
}

.image-4 {
  width: 600px;
  position: absolute;
  inset: 60% -35% 0% auto;
}

.button-medium-white {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px 16px 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-medium-white._404-page {
  padding-left: 40px;
}

.button-medium-white.picing-plan {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.button-medium-white.home-integration {
  flex-direction: row;
  padding-right: 24px;
  display: flex;
}

.button-medium-white.home-integration.button-services {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  color: var(--black);
  border: 1px solid #0000;
}

.boutique-section-container {
  z-index: 0;
  background-color: var(--black);
  color: var(--white);
  margin-top: 0;
  padding-top: 100px;
  position: relative;
  overflow: visible;
}

.lien-t-l-phone {
  margin-right: 14px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
}

.lien-t-l-phone:hover {
  color: var(--text-light);
}

.lien-t-l-phone.hide {
  font-weight: 700;
}

.lien-t-l-phone.white {
  color: var(--white);
  margin-right: 10px;
}

.lien-t-l-phone.white:hover {
  color: var(--green-king);
}

.contact-image-description-wraper {
  z-index: 1;
  opacity: .7;
  object-fit: cover;
  background-image: url('../images/contact-intro.jpg');
  background-size: cover;
  border-radius: 10px 10px 20px 20px;
  justify-content: space-between;
  width: 700px;
  height: 400px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0 0% auto;
}

.image-6 {
  object-fit: contain;
}

.div-block-3 {
  grid-column-gap: 54px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.html-embed-2 {
  border-radius: 5px;
}

.div-block-5 {
  display: flex;
}

.image-7 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 500px;
}

.reparation-prix {
  text-align: right;
  font-family: Satoshi variable, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.reparation-prix.ecommerce {
  font-size: 60px;
}

.type-de-reparation {
  margin-bottom: 20px;
}

.collection-list-wrapper-2 {
  color: var(--text-light);
}

.modele-wrapper {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 435px;
  display: block;
  position: absolute;
  inset: -1% 0% auto auto;
}

.modele-wrapper.phone, .modele-wrapper.computer {
  max-width: 350px;
  top: 0%;
}

.modele-photo {
  object-fit: cover;
  width: 100%;
}

.d-tail-reparation-wrapper {
  margin-top: 60px;
}

.titre-type-r-paration {
  margin-bottom: 16px;
}

.reparation-container {
  width: 100%;
  margin-top: 140px;
}

.liste-d-tail-reparation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.reparation-liste {
  margin-bottom: 100px;
  display: none;
}

.boska-text-big, .boska-text-into {
  font-family: Boska, sans-serif;
  font-size: 88px;
  font-style: italic;
  font-weight: 700;
}

.boska-text-small {
  font-family: Boska, sans-serif;
  font-size: 56px;
  font-style: italic;
  font-weight: 700;
}

.icon {
  left: 20px;
  right: auto;
}

.icon-2 {
  left: auto;
  right: -25px;
}

.dropdown-list {
  background-color: #dbd2d2;
  border: 1px solid #000;
  border-radius: 20px;
}

.dropdown-list.w--open {
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-link-hover {
  border: 1px solid #f8f8f8;
  border-radius: 10px;
}

.dropdown-link-hover:hover {
  background-color: #eee;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-small {
  font-size: .875rem;
}

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

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

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

.blog33_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-regular {
  font-size: 1rem;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.dropdown-link-hover-black {
  border: 1px solid #f8f8f8;
  border-radius: 10px;
}

.dropdown-link-hover-black:hover {
  background-color: #eee;
}

.dropdown-list-white {
  background-color: #dbd2d2;
  border: 1px solid #000;
  border-radius: 20px;
}

.dropdown-list-white.w--open {
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.reparation-hero-heading-list {
  width: 100%;
  margin-bottom: 24px;
}

.reparation-hero-container-list {
  width: 100%;
  max-width: none;
  margin-bottom: 120px;
}

.services-small-gradient-div {
  z-index: -2;
  width: 100%;
  max-width: 400px;
  height: 300px;
  position: absolute;
  inset: 499px auto auto -17%;
}

.services-second-gradient-div {
  z-index: -5;
  width: 100%;
  max-width: 974px;
  height: 787px;
  position: absolute;
  inset: 0% -15% auto auto;
}

.services-second-gradient-div-reparations {
  z-index: -5;
  width: 50%;
  max-width: 974px;
  height: 787px;
  position: absolute;
  inset: 0% -8% auto auto;
}

.empty-state {
  background-color: var(--white);
  border-radius: 13px;
  padding: 30px;
  box-shadow: inset 0 1px 3px #53535312;
}

.detail-service-container {
  flex-direction: column;
  align-self: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.text-block-3 {
  justify-content: flex-end;
  margin-top: 40px;
  font-style: italic;
  display: flex;
}

.text-block-3.mention-italic {
  font-size: 14px;
}

.nom-du-modele {
  font-size: 56px;
}

.image-8 {
  box-shadow: 0 4px 7px 10px #000;
}

.div-block-6 {
  border-top: 1px solid #000;
  border-radius: 2px;
  margin-bottom: 20px;
}

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

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

.mise-jour-prix {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .body-1-20px.max-width-560px.contact-header-desc {
    margin-bottom: 40px;
  }

  .wrapper-1160px.pricing-hero-flex {
    width: 85%;
  }

  .sign-in-google-button {
    background-position: 85%;
  }

  .contact-hero-container {
    grid-column-gap: 0px;
  }

  .contact-support-grid-container {
    object-fit: contain;
    background-image: url('../images/Rectangle-186-1.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 15px;
    height: 500px;
  }

  .contact-support-grid {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .mission-gradient-div {
    right: -10%;
  }

  .recent-blog-tab-link {
    width: 50%;
  }

  .image-4 {
    right: -20%;
  }

  .button-medium-white {
    background-color: var(--white);
  }

  .text-block {
    color: var(--black);
  }

  .image-5 {
    width: 100%;
    height: 4px;
  }

  .text-block-2 {
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .sign-in-google-button {
    background-position: 80%;
  }

  .mission-gradient-div {
    right: -5%;
  }

  .accordin-active._2 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .mission-gradient-div {
    right: 0%;
  }
}

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

  h2 {
    font-size: 50px;
    line-height: 100%;
  }

  h3, h4, h5 {
    line-height: 100%;
  }

  p {
    line-height: 150%;
  }

  li {
    padding-left: 40px;
    line-height: 150%;
  }

  .text-block-16px, .body-2---18px, .body-1-20px {
    line-height: 150%;
  }

  .wrapper-1160px {
    flex-direction: column;
  }

  .wrapper-1160px.navbar-black-flex {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .wrapper-1160px.contact-hero-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.contact-flex {
    align-items: center;
  }

  .wrapper-1160px.footer-flex {
    flex-wrap: nowrap;
  }

  .wrapper-1160px.integration-hero-flex {
    padding-top: 60px;
  }

  .wrapper-1160px.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.different-flex {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .wrapper-1160px.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.choose-flex {
    padding-top: 150px;
  }

  .wrapper-1160px.feature-hero-flex {
    width: 100%;
    padding-bottom: 0;
  }

  .wrapper-1160px.newsletter-flex {
    padding-bottom: 80px;
  }

  .wrapper-1160px.blog-row-flex {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .wrapper-1160px.blog-hero-flex {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .wrapper-1160px.home-feature-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.home-integration-flex {
    padding-top: 150px;
  }

  .wrapper-1160px.recent-home-blog-flex {
    padding-bottom: 150px;
  }

  .wrapper-1160px.order-flex {
    align-items: stretch;
  }

  .wrapper-1160px.checkout-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .wrapper-changelog {
    width: 80%;
  }

  .wrapper-changelog.updates {
    flex-direction: column;
  }

  .button-medium.home-integration.button-services {
    display: flex;
  }

  .login-container {
    flex-direction: column;
  }

  .login-left-container {
    width: 100%;
  }

  .login-right-container {
    width: 100%;
    padding-top: 100px;
  }

  .login-feature-heading-24px {
    line-height: 120%;
  }

  .login-bottom-gradient-container {
    width: 100%;
    max-width: 778px;
  }

  .login-form-heading-32px {
    line-height: 120%;
  }

  .center-login-form-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .utility-page-wrap {
    height: auto;
  }

  .utility-page-content {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-button-wrapper {
    margin-left: auto;
  }

  .black-nav-links {
    width: 90%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .black-nav-links.white {
    margin-bottom: 12px;
  }

  .black-nav-links.dropdown {
    width: 100%;
    margin-left: 19px;
    margin-right: auto;
  }

  .utility-page-image-wrapper {
    width: 80%;
  }

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

  .menu-button.w--open {
    background-color: var(--green-yellow);
    color: var(--black);
    border-radius: 5px;
    padding: 14px;
  }

  .nav-menu {
    z-index: 1111111;
    background-color: var(--white);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 100px 100px #0000001a;
  }

  .nav-menu.black {
    background-color: var(--black);
  }

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

  .contact-support-email-text {
    line-height: 160%;
  }

  .contact-support-body-para-18px {
    line-height: 150%;
  }

  .contact-text-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .contact-form-block-container {
    width: 100%;
  }

  .boska-text.nom-du-modele {
    width: 70%;
    font-size: 50px;
  }

  .contact-form-block {
    padding-left: 20px;
  }

  .login-submit-button {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-gradient-div {
    inset: auto 0% 20% auto;
  }

  .faq-upper-container {
    padding: 20px 25px;
  }

  .faq-bottom-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-answer-text {
    line-height: 150%;
  }

  .wrapper-1240px {
    flex-direction: column;
    width: 90%;
    max-width: 600px;
  }

  .faq-question-text {
    line-height: 120%;
  }

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

  .faq-gradient-background-div {
    top: 20%;
  }

  .cta-upper-container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .button-large---yellow-king {
    justify-content: center;
  }

  .cta-gradient-div-container {
    top: 23%;
    right: 0%;
  }

  .footer-left-wrapper, .footer-right-wrapper {
    width: 100%;
  }

  .footer-center-wrapper {
    width: 100%;
    margin: 60px 0;
  }

  .footer-bold-text-14px {
    line-height: 150%;
  }

  .cta-vector-image {
    width: 100%;
    max-width: 87px;
    top: 288px;
    right: 60px;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrpper {
    margin-bottom: 40px;
  }

  .testimonial-container {
    padding: 60px 40px 40px;
  }

  .testimonial-bottom-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .testimonial-text-container {
    width: 100%;
    margin-top: 60px;
  }

  .testimonial-video-container {
    width: 100%;
  }

  .reparation-hero-container {
    grid-row-gap: 6px;
    width: 93%;
  }

  .reparation-grid-container {
    flex-direction: column;
    align-items: center;
  }

  .reparation-left-container {
    width: 100%;
  }

  .reparation-reservation-container {
    width: 100%;
    margin-top: 100px;
  }

  .reparation-hero-heading {
    width: 70%;
  }

  .integration-item-heading-32px {
    line-height: 120%;
  }

  .integration-item-para-18px {
    line-height: 160%;
  }

  .h3-heading-40px {
    margin-bottom: 20px;
  }

  .integration-submit-button {
    padding-left: 0;
    padding-right: 0;
  }

  .price-grid-contain {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
    margin-top: 20px;
  }

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

  .headings {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .comparison-table {
    position: relative;
  }

  .pricing-comparison-wrap, .pricing-row-contain {
    flex-direction: column;
  }

  .pricing-row-contain.top {
    justify-content: center;
  }

  .price-headings {
    line-height: 150%;
  }

  .pricing-text-18px {
    line-height: 160%;
  }

  .pricing-plan-bold-text-14px {
    line-height: 150%;
  }

  .pricing-hero-container.ecommerce {
    margin-bottom: 0;
  }

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

  .detail-reparation-grid-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .detail-reparation-right-wrpper {
    align-items: stretch;
    width: 40%;
    max-width: 500px;
    margin-top: auto;
  }

  .detail-reparation-left-wrapper {
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
  }

  .hero-pricing-plan-container {
    align-self: auto;
    align-items: flex-end;
    margin-bottom: auto;
  }

  .pricing-plan-pointer-text-18px {
    font-size: 16px;
    line-height: 150%;
  }

  .bold-text-12px, .price-starting-text {
    line-height: 150%;
  }

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

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

  .pricing-tabs-menu {
    margin-right: 100px;
  }

  .toggle-arrow-icon {
    top: -49px;
    right: 0;
  }

  .pricing-toggle-discount-div {
    top: -82px;
    right: -27px;
  }

  .pricing-hero-gradient-div {
    left: 0;
  }

  .pricing-plan-gradient-div {
    width: 100%;
    bottom: 550px;
    left: 0%;
  }

  .about-hero-heading {
    font-size: 55px;
    line-height: 100%;
  }

  .about-hero-image-wrapper {
    height: 200px;
  }

  .about-hero-gradient-div {
    right: -45%;
  }

  .mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .mission-text-container {
    width: 100%;
  }

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

  .mission-hero-image-wrapper {
    margin-top: 64px;
    margin-left: 0;
  }

  .mission-gradient-div {
    top: 434px;
    bottom: auto;
    right: -51%;
  }

  .team-grid {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .team-heading-name-32px {
    line-height: 120%;
  }

  .investor-bottom-container {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .investor-text-container {
    width: 100%;
    margin-bottom: 100px;
  }

  .investor-grid-container {
    width: 100%;
  }

  .numbers-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .numbers-highlight-yellow-text {
    font-size: 62px;
    line-height: 100%;
  }

  .different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .different-menu {
    margin-right: 0%;
  }

  .different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

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

  .growth-wrapper {
    padding: 40px 30px;
  }

  .growth-heading-32px {
    line-height: 120%;
  }

  .growth-para-text-18px {
    line-height: 150%;
  }

  .growth-h2-heading-56px {
    line-height: 100%;
  }

  .growth-para-text-20px {
    line-height: 150%;
  }

  .pay-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .pay-tab-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    line-height: 150%;
  }

  .pay-tab-pane-wrapper {
    flex-direction: column;
  }

  .pay-tab-image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .pay-tab-text-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .payment-h2-heading-88px {
    font-size: 70px;
    line-height: 100%;
  }

  .payment-feature-container {
    flex-direction: column;
    align-items: center;
  }

  .payment-feature-left-container {
    width: 70%;
    margin-bottom: 60px;
  }

  .payment-feature-right-container {
    width: 100%;
  }

  .choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .green-vs-circle {
    top: 3%;
  }

  ._3-line-highlight-image {
    z-index: 1111;
    inset: 30px auto auto 100px;
  }

  .bottom-line-image {
    bottom: -50px;
  }

  .choose-feature-gradient-div {
    height: 100%;
    display: flex;
  }

  .feature-hero-text-container {
    width: 95%;
  }

  .feature-hero-right-container {
    max-width: none;
    max-height: 813px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
  }

  .feature-hero-pointer-text {
    line-height: 120%;
  }

  .hero-feature-sub-text-pointer {
    line-height: 150%;
  }

  .hero-feature-container-1, .hero-feature-container-2 {
    max-width: 430px;
  }

  .feature-hero-gradient-div {
    bottom: -30%;
  }

  .newsletter-container {
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .newsletter-pointer-text-container {
    width: 100%;
  }

  .newsletter-email-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .newsletter-text-field {
    margin-bottom: 15px;
  }

  .recent-blog-category-text-span {
    line-height: 160%;
  }

  .reading-time-text-14px-bold {
    line-height: 140%;
  }

  .recent-blog-collection-list-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-row-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-row-image-wrapper {
    width: 100%;
    max-width: 500px;
  }

  .blog-row-text-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .blog-row-sub-text-18px {
    line-height: 150%;
  }

  .blog-row-heading-32px {
    font-size: 30px;
    line-height: 100%;
  }

  .blog-row-hero-image {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .blog-hero-text-container {
    width: 100%;
  }

  .blog-hero-heading-56px {
    font-size: 50px;
    line-height: 100%;
  }

  .blog-details-hero-text-container {
    width: 95%;
  }

  .blog-details-hero-heading-56px {
    font-size: 50px;
    line-height: 100%;
  }

  .author-name-16px, .author-post-text-16px {
    line-height: 150%;
  }

  .blog-category-normal-text, .blog-details-author-name-20px {
    line-height: 140%;
  }

  .blog-details-author-bio-18px {
    line-height: 150%;
  }

  .home-banner-italic-text-16x {
    line-height: 160%;
  }

  .home-feature-container-1 {
    flex-direction: column;
  }

  .home-feature-1-text-container {
    width: 100%;
  }

  .home-feature-1-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-feature-container-2 {
    flex-direction: column-reverse;
    margin-top: 150px;
  }

  .home-feature-2-image-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .home-feature-2-text-container {
    width: 100%;
  }

  .home-r-paration-upper-wrapper {
    flex-direction: column;
  }

  .home-integration-text-wrapper {
    width: 80%;
    margin-bottom: 40px;
  }

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

  .home-hero-small-gradient-div {
    width: 30%;
  }

  .yellow-gradient-div.home-hero-small-gradient-div {
    width: 100%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    width: 100%;
    inset: 0% 0% auto 15%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    width: 50%;
    height: auto;
    bottom: 400px;
  }

  .yellow-gradient-div.about-hero-yellow-div {
    top: -5%;
  }

  .yellow-gradient-div.pricing-plan-yellow-div {
    width: 70%;
    height: auto;
  }

  .yellow-gradient-div.faq-yellow-div {
    width: 100%;
  }

  .yellow-gradient-div.feature-hero-yellow-div {
    top: -29%;
    left: -35%;
  }

  .yellow-gradient-div.register-yellow-div {
    width: 100%;
    max-width: 718px;
  }

  .green-gradient-div.choose-feature-gradient {
    width: 100%;
    height: 600px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .green-gradient-div.about-hero-green-div {
    left: 0%;
  }

  .green-gradient-div.pricing-hero-green-div {
    width: 100%;
    right: 35%;
  }

  .green-gradient-div.feature-hero-green-div {
    width: 100%;
    height: 700px;
    bottom: 30%;
  }

  .green-gradient-div.register-green-div {
    width: 100%;
    height: 800px;
    top: -5%;
    left: 10%;
  }

  .blue-gradient-div.home-hero-small-gradient-div {
    width: 100%;
  }

  .blue-gradient-div.home-hero-large-div {
    width: 100%;
    bottom: -10%;
  }

  .blue-gradient-div.choose-feature-gradient {
    width: 100%;
    inset: auto 0% -10%;
  }

  .blue-gradient-div.pricing-hero-blue-div {
    height: 450px;
    bottom: 40%;
  }

  .blue-gradient-div.faq-blue-div {
    top: 30%;
  }

  .blue-gradient-div.feature-hero-blue-div {
    width: 100%;
    top: -10%;
    right: 25%;
  }

  .blue-gradient-div.register-blue-div {
    width: 100%;
  }

  .home-hero-second-gradient-div {
    width: 90%;
    height: 650px;
    bottom: 50px;
  }

  .growth-gradient-container {
    top: 220px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    inset: 220px 0% auto 10%;
  }

  .recent-blog-tabs-menu {
    flex-direction: column;
    align-items: center;
  }

  .recent-blog-tab-link {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .recent-blog-tab-pane-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .recent-blog-text-container {
    width: 100%;
  }

  .recent-blog-slider-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .process-accordions {
    justify-content: space-between;
    height: auto;
    max-height: none;
    display: none;
  }

  .accordin-active-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
  }

  .process-accordion {
    height: 100vw;
    max-height: 450px;
    margin-right: 25px;
  }

  .home-hero-star-svg {
    width: 10%;
    height: auto;
    bottom: 30%;
  }

  .home-hero-path-svg {
    width: 15%;
    bottom: 0%;
    left: 0%;
  }

  .process-white-star-svg {
    bottom: 50px;
  }

  .process-white-path-svg {
    width: 10%;
    inset: auto 0% 0% auto;
  }

  .button-text-16px, .caption-text-14px {
    line-height: 150%;
  }

  .process-accordin-slider-wrapper {
    display: block;
  }

  .mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .investor-gradient-div {
    inset: auto auto -150px;
  }

  .feature-payment-gradient-div {
    width: 100%;
    max-width: 426px;
    left: -10%;
  }

  .licencing-images-grids {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .licensing-wrapper {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .licensing-image-and-text-wrappers, .changelog-gradient-div {
    width: 100%;
  }

  ._3-line-hero-path {
    width: 40px;
    left: -11px;
  }

  .blog-hero-tabs-menu {
    flex-wrap: wrap;
    place-content: center;
    align-items: stretch;
  }

  .blog-hero-tab-link {
    width: 40%;
    margin-bottom: 20px;
  }

  .blog-hero-reading-time-text-14px {
    line-height: 150%;
  }

  .blog-hero-heading-18px {
    line-height: 160%;
  }

  .plan-template-text-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .plan-name {
    font-size: 60px;
    line-height: 100%;
  }

  .plan-type {
    line-height: 160%;
  }

  .plan-template-product-container {
    width: 100%;
  }

  .career-wrapper {
    width: 90%;
  }

  .career-gradient-div {
    top: 20%;
    left: 5%;
  }

  .div-block-3 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-4 {
    object-fit: cover;
    width: auto;
  }

  .html-embed-2 {
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .div-block-5 {
    display: flex;
  }

  .reparation-prix {
    font-size: 22px;
  }

  .modele-wrapper {
    max-width: 330px;
    top: 4%;
    left: auto;
    right: -5%;
  }

  .modele-wrapper.phone {
    max-width: 270px;
    top: 15%;
    right: 32%;
  }

  .modele-wrapper.computer {
    max-width: 300px;
    top: 15%;
    right: 32%;
  }

  .modele-photo {
    width: 100%;
  }

  .reparation-container {
    margin-top: 280px;
  }

  .boska-text-big {
    width: auto;
    font-size: 65px;
  }

  .icon-2 {
    inset: 0% auto 0% 100px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-bottom-width: .5px;
    border-bottom-color: #727272;
    border-radius: 0;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link-hover {
    color: #fff;
    border-style: none;
    font-family: Satoshi variable, sans-serif;
    font-size: 14px;
  }

  .dropdown-link-hover:hover {
    background-color: #0000;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .dropdown-link-hover-black {
    border-style: none;
    font-family: Satoshi variable, sans-serif;
    font-size: 14px;
  }

  .dropdown-list-white.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-bottom-width: .5px;
    border-bottom-color: #1d1d1d;
    border-radius: 0;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Boska, sans-serif;
  }

  .reparation-hero-heading-list {
    width: 85%;
  }

  .reparation-hero-container-list {
    width: 93%;
  }

  .services-small-gradient-div {
    width: 30%;
  }

  .services-second-gradient-div, .services-second-gradient-div-reparations {
    width: 90%;
    height: 650px;
    bottom: auto;
  }

  .nom-du-modele {
    font-size: 50px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
    line-height: 120%;
  }

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

  p {
    font-size: 18px;
  }

  li {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .style-guide-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-16px {
    font-size: 14px;
  }

  .body-2---18px {
    font-size: 16px;
  }

  .body-1-20px {
    font-size: 18px;
  }

  .wrapper-1160px.contact-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper-1160px.footer-flex {
    padding-top: 100px;
  }

  .wrapper-1160px.testimonial-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.integration-hero-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.pricing-comparison-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1160px.pricing-hero-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.about-hero-flex {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .wrapper-1160px.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.investor-flex {
    padding-bottom: 140px;
  }

  .wrapper-1160px.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .wrapper-1160px.pay-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.payment-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.choose-flex {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.newsletter-flex, .wrapper-1160px.blog-row-flex {
    padding-bottom: 0;
  }

  .wrapper-1160px.blog-hero-flex {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.home-hero-flex {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .wrapper-1160px.home-feature-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.recent-home-blog-flex {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.process-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .licencing-image-item {
    height: 250px;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .wrapper-changelog {
    width: 90%;
  }

  .wrapper-changelog.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-small.hide {
    border-radius: 309px;
    padding: 10px 15px;
    font-size: 15px;
  }

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

  .login-form-container {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .milestone-feature-container {
    width: 90%;
  }

  .login-bottom-gradient-container {
    right: -100px;
  }

  .login-brand-link-block.margin-left-60px {
    width: 200px;
  }

  .black-login-link.hide {
    margin-right: 5px;
    padding-left: 5px;
  }

  .number-hero-heading {
    font-size: 150px;
    line-height: 100%;
  }

  .menu-button {
    padding: 8px;
  }

  .brand-link-block {
    width: 35%;
  }

  .contact-support-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .boska-text {
    font-size: 42px;
  }

  .boska-text.nom-du-modele {
    width: 100%;
    font-size: 42px;
    line-height: 42px;
  }

  .login-submit-button {
    background-position: 80%;
  }

  .faq-upper-container {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-bottom-container {
    padding-left: 20px;
    padding-right: 40px;
  }

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

  .button-large---yellow-king {
    justify-content: center;
  }

  .cta-gradient-div-container {
    top: 18%;
    right: -10%;
  }

  .testimonial-container {
    padding: 50px 20px 40px;
  }

  .testimonial-tabs-menu {
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
  }

  .reparation-hero-container {
    grid-row-gap: 5px;
  }

  .reparation-hero-heading {
    width: 100%;
  }

  .integration-item-heading-32px {
    font-size: 28px;
  }

  .integration-item-para-18px {
    font-size: 16px;
  }

  .integration-collection-list-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .price-grid-contain {
    margin-top: 14px;
  }

  .price-grid-contain.pricing-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .comparison-plan {
    font-size: 16px;
  }

  .headings {
    margin-bottom: 0;
  }

  .pricing-comparison-wrap {
    width: 100%;
  }

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

  .testimonial-gradient-container {
    bottom: -108px;
    right: 0%;
  }

  .detail-reparation-grid-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .detail-reparation-right-wrpper {
    width: 50%;
  }

  .detail-reparation-left-wrapper {
    max-width: 301px;
  }

  .pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .plan-pricing-text-80px.ecommerce {
    font-size: 50px;
  }

  .trust-3-column-grid {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .pricing-hero-gradient-div {
    left: -10%;
  }

  .about-hero-heading {
    font-size: 50px;
  }

  .about-hero-gradient-div {
    right: -40%;
  }

  .mission-image-wrapper.small {
    margin-right: 0;
  }

  .mission-gradient-div {
    top: 553px;
    bottom: auto;
    right: -68%;
  }

  .team-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .team-heading-name-32px {
    font-size: 28px;
  }

  .team-grid-3-column-container.middle {
    margin-top: 0;
  }

  .numbers-container {
    flex-direction: column;
  }

  .numbers-wrapper {
    width: 80%;
    margin-bottom: 20px;
  }

  .different-menu {
    width: 100%;
  }

  .growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .growth-heading-32px {
    font-size: 30px;
  }

  .growth-para-text-18px {
    font-size: 16px;
  }

  .growth-h2-heading-56px {
    font-size: 45px;
  }

  .payment-h2-heading-88px {
    font-size: 55px;
  }

  .payment-feature-left-container {
    width: 90%;
  }

  ._3-line-highlight-image {
    left: 0;
  }

  .feature-hero-right-container {
    margin-top: 80px;
  }

  .feature-hero-container {
    flex-direction: column;
    align-items: center;
  }

  .feature-hero-image-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .hero-feature-container-1, .hero-feature-container-2 {
    width: 95%;
  }

  .newsletter-container {
    padding: 60px 40px;
  }

  .recent-blog-image-wrapper {
    height: 300px;
  }

  .blog-row-wrapper {
    padding-top: 0;
    padding-bottom: 48px;
  }

  .blog-row-image-wrapper {
    max-width: none;
    height: 100%;
  }

  .blog-row-text-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .blog-row-parent-text-container {
    width: 90%;
  }

  .blog-row-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-hero-heading-56px {
    font-size: 45px;
  }

  .author-hero-container {
    margin-top: 40px;
  }

  .blog-details-hero-text-container {
    padding: 60px 30px;
  }

  .blog-details-rich-text h4 {
    margin-bottom: 16px;
  }

  .blog-details-hero-heading-56px {
    font-size: 40px;
  }

  .home-banner-italic-text-16x {
    font-size: 14px;
  }

  .home-feature-container-2 {
    margin-top: 100px;
  }

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

  .yellow-gradient-div.growth-gradient-div {
    width: 100%;
  }

  .yellow-gradient-div.home-feature-1-gradient {
    top: 10%;
    left: -15%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    left: 0%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    bottom: 300px;
  }

  .yellow-gradient-div.about-hero-yellow-div {
    left: -50%;
  }

  .yellow-gradient-div.pricing-yellow-div {
    width: 70%;
    height: auto;
  }

  .green-gradient-div.choose-feature-gradient {
    width: 120%;
    right: auto;
  }

  .green-gradient-div.testimonial-gradient-div {
    width: 100%;
    right: -30%;
  }

  .green-gradient-div.about-hero-green-div {
    inset: auto auto -25% -14%;
  }

  .green-gradient-div.pricing-green-div {
    width: 60%;
    height: auto;
    bottom: 30%;
  }

  .green-gradient-div.register-green-div {
    height: 600px;
    top: 0%;
    left: 15%;
  }

  .green-gradient-div.changelog-green-div {
    width: 100%;
    max-width: 608px;
    height: 400px;
    top: 20%;
  }

  .blue-gradient-div.growth-gradient-div {
    width: 100%;
    bottom: -150px;
  }

  .blue-gradient-div.choose-feature-gradient {
    bottom: -5%;
  }

  .blue-gradient-div.testimonial-gradient-div {
    width: 100%;
  }

  .blue-gradient-div.about-hero-blue-div {
    right: -20%;
  }

  .blue-gradient-div.pricing-hero-blue-div {
    bottom: 50%;
  }

  .blue-gradient-div.pricing-blue-div {
    width: 60%;
    height: auto;
    right: 30%;
  }

  .blue-gradient-div.register-blue-div {
    height: 600px;
    right: 20%;
  }

  .home-hero-second-gradient-div {
    height: 550px;
    bottom: 0;
  }

  .growth-gradient-container {
    top: 350px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    top: 80px;
  }

  .recent-blog-home-text-wrapper {
    width: 70%;
  }

  .process-accordion {
    max-height: 550px;
  }

  .feature-hero-highlight-svg {
    inset: 180px auto auto 16%;
  }

  .p-accordin-slider-number-text {
    font-size: 80px;
    line-height: 100%;
  }

  .p-accordin-slider-heading-32px {
    font-size: 30px;
    line-height: 120%;
  }

  .p-accordin-slider-para-18px {
    line-height: 150%;
  }

  .investor-gradient-div {
    width: 90%;
    height: 400px;
    bottom: -120px;
  }

  .feature-payment-gradient-div {
    top: 20%;
    left: -20%;
  }

  .licensing-tag-subtexts {
    text-align: left;
    font-size: 18px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  .illustration-hero-image {
    width: 90%;
  }

  ._3-line-hero-path {
    left: -27px;
  }

  .blog-hero-tab-link {
    width: 100%;
    max-width: 300px;
  }

  .plan-pricing-text {
    font-size: 35px;
  }

  .plan-details-paragraph {
    font-size: 18px;
  }

  .plan-details-title {
    font-size: 35px;
  }

  .pricing-ecommerce-rtb h4 {
    background-position: 0 3px;
  }

  .cart-button {
    padding-right: 5px;
  }

  .career-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .career-icon-contain {
    flex: none;
  }

  .career-gradient-div {
    width: 90%;
    height: 400px;
    top: 25%;
    left: 0%;
  }

  .image-4 {
    display: none;
  }

  .lien-t-l-phone.hide {
    margin-right: 5px;
    padding-left: 5px;
  }

  .contact-image-description-wraper {
    width: 500px;
    height: 300px;
  }

  .boutique-section {
    margin-top: 40px;
  }

  .div-block-4 {
    grid-row-gap: 20px;
  }

  .reparation-prix {
    font-size: 22px;
  }

  .reparation-prix.ecommerce {
    font-size: 50px;
  }

  .modele-wrapper {
    max-width: 300px;
    top: 6%;
  }

  .modele-wrapper.phone, .modele-wrapper.computer {
    max-width: 275px;
    top: 15%;
    right: 24%;
  }

  .boska-text-big {
    font-size: 55px;
  }

  .boska-text-into, .boska-text-small {
    font-size: 42px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .reparation-hero-heading-list {
    width: 100%;
  }

  .services-second-gradient-div, .services-second-gradient-div-reparations {
    height: 550px;
    top: auto;
    bottom: auto;
  }

  .nom-du-modele {
    font-size: 42px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  li {
    background-position: 0 0;
    padding-left: 35px;
  }

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

  .style-guide-titles {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.cta-flex {
    border-radius: 0;
    width: 100%;
  }

  .wrapper-1160px.mission-flex, .wrapper-1160px.investor-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.growth-flex {
    padding-top: 0;
  }

  .wrapper-1160px.feature-hero-flex {
    padding-top: 80px;
  }

  .wrapper-1160px.newsletter-flex {
    width: 95%;
  }

  .wrapper-1160px.home-hero-flex {
    margin-bottom: 40px;
    padding-bottom: 50px;
  }

  .template-updates {
    font-size: 37px;
  }

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

  .update-text {
    font-size: 32px;
  }

  .wrapper-changelog.updates {
    padding: 20px;
  }

  .button-medium {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150%;
  }

  .button-small {
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 120%;
  }

  .button-small.white-button, .button-small.hide {
    display: none;
  }

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

  .login-right-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .login-form-container {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .milestone-feature-wrapper {
    flex-direction: column;
  }

  .milestone-feature-image-wrapper {
    margin-bottom: 24px;
  }

  .login-bottom-gradient-container {
    right: 0;
  }

  .sign-in-google-button {
    background-position: 93%;
    font-size: 14px;
    line-height: 140%;
  }

  .login-brand-link-block.margin-left-60px {
    width: 50%;
    margin-left: 5%;
    margin-right: auto;
  }

  .navbar-button-wrapper {
    margin-top: 0;
  }

  .black-login-link.hide, .black-login-link.white {
    display: none;
  }

  .number-hero-heading {
    font-size: 150px;
    line-height: 100%;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 5px;
    padding: 5px 8px;
  }

  .menu-button.w--open {
    background-color: var(--green-yellow);
    margin-right: 0;
    padding-bottom: 14px;
  }

  .nav-menu {
    margin-top: 0;
    padding-top: 20px;
  }

  .brand-link-block {
    width: 50%;
    padding-left: 0;
  }

  .contact-hero-heading {
    font-size: 35px;
  }

  .contact-support-grid-container {
    z-index: 11;
  }

  .contact-support-grid {
    place-content: center;
  }

  .contact-support-grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-heading-56px.center {
    text-align: center;
  }

  .boska-text {
    font-size: 32px;
    line-height: 32px;
  }

  .boska-text.nom-du-modele {
    width: 100%;
    font-size: 32px;
  }

  .contact-form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-text-field.half {
    width: 100%;
  }

  .contact-form-wrapper {
    flex-direction: column;
  }

  .login-submit-button {
    background-position: 95%;
  }

  .faq-container {
    border-radius: 8px;
  }

  .faq-upper-container {
    border-radius: 4px;
    padding: 15px 10px;
  }

  .faq-bottom-container {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .faq-answer-text {
    font-size: 16px;
  }

  .wrapper-1240px {
    width: 90%;
  }

  .faq-question-text {
    width: 80%;
    font-size: 18px;
    line-height: 120%;
  }

  .faq-cross-wrapper {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

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

  .cta-feature-train-wrapper {
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 140%;
  }

  .check-circle-icon {
    margin-right: 8px;
  }

  .cta-h2-hero-heading {
    z-index: 5;
  }

  .cta-company-parent-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cta-company-holder {
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    height: 200px;
  }

  .cta-company-spacer {
    transform: rotate(90deg);
  }

  .cta-button-company-container {
    align-items: center;
  }

  .button-large---yellow-king {
    letter-spacing: .02em;
    justify-content: center;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 140%;
  }

  .cta-gradient-div-container {
    top: 10%;
    right: -40%;
  }

  .footer-center-wrapper {
    max-width: 300px;
  }

  .footer-center-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .contact-form-submit-button {
    margin-left: 8px;
  }

  .cta-vector-image {
    width: 25%;
    inset: auto -25px 200px auto;
  }

  .footer-banner {
    padding-left: 4px;
    padding-right: 4px;
  }

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

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

  .testimonial-text-container {
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-text-24px-70 {
    font-size: 22px;
    line-height: 140%;
  }

  .reparation-hero-container {
    grid-row-gap: 0px;
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .reparation-hero-heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .integration-item-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .integration-item-icon {
    width: 60px;
    height: 60px;
  }

  .integration-submit-button {
    background-position: 95%;
  }

  .price-grid-contain {
    margin-top: 20px;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .headings {
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .pricing-text-18px {
    text-align: center;
  }

  .pricing-container.ecommerce {
    margin-top: 40px;
  }

  .detail-reparation-grid-wrapper {
    grid-column-gap: 11px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 100%;
  }

  .detail-reparation-right-wrpper {
    width: 100%;
    max-width: 100px;
  }

  .detail-reparation-left-wrapper {
    max-width: 170px;
  }

  .hero-pricing-plan-container {
    align-self: center;
  }

  .pricing-plan-check-icon {
    margin-right: 10px;
  }

  .pricing-plan-pointer-text-18px {
    font-size: 14px;
  }

  .bold-text-12px.detail-type-reparation {
    font-size: 12px;
  }

  .toggle-arrow-icon {
    top: -40px;
  }

  .pricing-toggle-discount-div {
    top: -60px;
    right: -10px;
  }

  .about-hero-heading {
    font-size: 45px;
  }

  .about-hero-image {
    object-fit: cover;
  }

  .about-hero-image-wrapper {
    height: 150px;
  }

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

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

  .mission-hero-image-wrapper {
    margin-top: 34px;
  }

  .mission-gradient-div {
    height: 400px;
    top: 1162px;
    bottom: auto;
    right: -80%;
  }

  .about-show-reel-hero-image {
    height: 250px;
  }

  .numbers-container {
    padding-left: 0;
    padding-right: 0;
  }

  .numbers-highlight-yellow-text {
    font-size: 52px;
  }

  .different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .growth-heading-32px {
    font-size: 28px;
  }

  .growth-h2-heading-56px {
    font-size: 40px;
  }

  .pay-tab-link {
    line-height: 140%;
  }

  .payment-h2-heading-88px {
    font-size: 40px;
  }

  .feature-pointer-text-20px {
    font-size: 18px;
    line-height: 140%;
  }

  .choose-feature-wrapper {
    padding: 40px 15px;
  }

  .choose-feature-check-icon {
    margin-right: 8px;
  }

  .bottom-line-image {
    left: 0;
  }

  .feature-hero-right-container {
    max-height: 650px;
  }

  .hero-feature-item {
    width: 95%;
    margin-bottom: 14px;
    padding: 20px 14px;
  }

  .feature-hero-pointer-text {
    font-size: 18px;
  }

  .hero-feature-sub-text-pointer {
    font-size: 15px;
  }

  .newsletter-container {
    padding: 50px 15px;
  }

  .newsletter-email-container {
    margin-bottom: 40px;
  }

  .newsletter-submit-button {
    background-position: 90%;
  }

  .recent-blog-image-wrapper {
    height: 250px;
  }

  .recent-blog-text-wrapper {
    padding: 20px 10px 30px;
  }

  .blog-row-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .blog-row-image-wrapper {
    height: 200px;
  }

  .blog-row-text-wrapper {
    width: 100%;
  }

  .blog-row-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-hero-heading-56px {
    font-size: 35px;
  }

  .blog-detail-hero-image {
    height: 400px;
  }

  .blog-details-hero-text-container {
    margin-top: -160px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-rich-text h4 {
    margin-bottom: 8px;
  }

  .blog-details-hero-heading-56px {
    font-size: 35px;
  }

  .blog-hero-author-info {
    margin-left: 8px;
  }

  .author-name-16px, .author-post-text-16px {
    font-size: 14px;
  }

  .blog-details-author-spacer-line {
    width: 12%;
  }

  .homepage-banner-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-banner-italic-text-16x {
    line-height: 150%;
  }

  .home-integration-item {
    width: 260px;
  }

  .home-integration-collection-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-hero-small-gradient-div {
    width: 90%;
    height: 250px;
    top: 100px;
    left: -48%;
  }

  .yellow-gradient-div.home-hero-small-gradient-div {
    inset: auto 0% 0% auto;
  }

  .yellow-gradient-div.home-hero-large-div {
    width: 70%;
  }

  .yellow-gradient-div.choose-feature-gradient {
    top: 15%;
  }

  .yellow-gradient-div.mockup-yellow-container {
    width: 80%;
    bottom: 200px;
    left: -30%;
  }

  .yellow-gradient-div.register-yellow-div {
    height: 300px;
    top: 0%;
    left: 0%;
  }

  .green-gradient-div.home-hero-large-div {
    width: 130%;
    right: -40%;
  }

  .green-gradient-div.home-feature-1-gradient {
    right: -15%;
  }

  .green-gradient-div.choose-feature-gradient {
    height: 400px;
  }

  .green-gradient-div.testimonial-gradient-div {
    bottom: 5%;
  }

  .green-gradient-div.mission-green-div {
    bottom: 20%;
  }

  .green-gradient-div.pricing-hero-green-div {
    height: 400px;
    bottom: 40%;
  }

  .green-gradient-div.contact-hero-green-div {
    bottom: -73%;
    left: 7%;
  }

  .green-gradient-div.register-green-div {
    width: 400px;
    height: auto;
    inset: 30% -25% auto auto;
  }

  .blue-gradient-div.home-hero-large-div {
    width: 100%;
  }

  .blue-gradient-div.growth-gradient-div {
    bottom: -50px;
  }

  .blue-gradient-div.home-feature-1-gradient {
    bottom: -5%;
  }

  .blue-gradient-div.choose-feature-gradient {
    bottom: 0%;
  }

  .blue-gradient-div.mission-blue-div {
    top: 10%;
  }

  .blue-gradient-div.register-blue-div {
    height: 200px;
    top: 46%;
  }

  .home-hero-second-gradient-div {
    width: 100%;
    height: 400px;
  }

  .home-feature-1-gradient-div, .home-feature-2-gradient-div {
    height: 300px;
    left: 5%;
  }

  .recent-blog-tab-link {
    padding: 20px 10px;
  }

  .recent-blog-tab-image-wrapper {
    margin-right: 10px;
  }

  .recent-blog-home-text-wrapper {
    width: 90%;
  }

  .process-accordions {
    justify-content: center;
  }

  .process-accordion {
    height: 150vw;
  }

  .home-hero-star-svg {
    width: 15%;
    inset: auto auto 300px 0%;
  }

  .home-hero-path-svg {
    width: 20%;
  }

  .feature-hero-highlight-svg {
    left: 0%;
  }

  .process-accordin-slider {
    margin-left: 0;
  }

  .p-accordin-slider-container {
    padding: 30px 20px 50px;
  }

  .p-accordin-slider-number-text {
    margin-bottom: 16px;
    font-size: 70px;
    line-height: 100%;
  }

  .p-accordin-slider-heading-32px {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 120%;
  }

  .p-accordin-slider-para-18px {
    font-size: 16px;
    line-height: 150%;
  }

  .mission-special-image {
    left: -50px;
  }

  .feature-payment-gradient-div {
    top: 0%;
  }

  .licensing-tag-subtexts {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-covers {
    border-radius: 12px;
  }

  .licencing-images-grids {
    grid-template-columns: 1fr;
  }

  .licensing-wrapper {
    padding-bottom: 0;
  }

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

  .licensing-image-and-text-wrappers {
    padding: 0;
  }

  ._3-line-hero-path {
    width: 35px;
    left: 5px;
  }

  .blog-hero-tab-link {
    margin-bottom: 10px;
    padding: 20px 15px;
  }

  .blog-hero-reading-time-text-14px {
    font-size: 12px;
  }

  .blog-hero-heading-18px {
    font-size: 16px;
  }

  .plan-name {
    font-size: 45px;
  }

  .plan-template-product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-button-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .buy-now-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cart-button {
    padding-right: 5px;
  }

  .career-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 26px;
    padding-right: 26px;
  }

  .career-left-block {
    margin-bottom: 20px;
  }

  .career-tags {
    font-size: 14px;
  }

  .career-gradient-div {
    height: 600px;
    top: 25%;
    left: 5%;
  }

  .button-medium-white {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 150%;
  }

  .lien-t-l-phone.hide, .lien-t-l-phone.white {
    display: none;
  }

  .contact-image-description-wraper {
    width: 279px;
    height: 260px;
    overflow: visible;
  }

  .boutique-section {
    margin-top: 40px;
  }

  .div-block-5 {
    display: flex;
  }

  .reparation-prix {
    font-size: 18px;
  }

  .modele-wrapper {
    max-width: 230px;
    margin-bottom: auto;
    top: 4%;
    right: 16%;
  }

  .modele-wrapper.phone {
    max-width: 180px;
    top: 15%;
    right: 22%;
  }

  .modele-wrapper.computer {
    max-width: 275px;
    top: 11%;
    right: 5%;
  }

  .reparation-container {
    margin-top: 240px;
  }

  .liste-d-tail-reparation {
    grid-template-rows: 1fr;
  }

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

  .boska-text-big {
    font-size: 28px;
  }

  .boska-text-into {
    font-size: 48px;
  }

  .boska-text-small {
    font-size: 36px;
  }

  .dropdown-list.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-radius: 0;
    margin-bottom: 20px;
  }

  .dropdown-link-hover {
    color: #fff;
    border-style: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link-hover-black {
    color: var(--black);
    border-style: none;
    font-family: Satoshi variable, sans-serif;
  }

  .dropdown-list-white.w--open {
    background-color: #0000;
    border-style: none none solid;
    border-bottom-width: .5px;
    border-bottom-color: #1d1c1c;
    border-radius: 0;
    margin-bottom: 10px;
  }

  .reparation-hero-heading-list {
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .reparation-hero-container-list {
    width: 93%;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .services-small-gradient-div {
    width: 90%;
    height: 250px;
    top: 700px;
    left: -48%;
  }

  .services-second-gradient-div, .services-second-gradient-div-reparations {
    width: 100%;
    height: 400px;
  }

  .text-block-3.mention-italic {
    font-size: 12px;
  }

  .nom-du-modele {
    font-size: 32px;
  }
}

#w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943a4-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943aa-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943b6-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943bc-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943c2-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943c8-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943ce-20a6b8a0, #w-node-_44d13615-2a9e-d167-bd46-badf970898d9-20a6b8a0, #w-node-_28be8f9a-cbfb-00fb-7d3e-01bb053943d2-20a6b8a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36276abc-061c-6504-bf4b-53a2eb23825c-eb238253 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2f23147-8228-9554-37d3-27cbfafce4ad-fafce499, #w-node-f2f23147-8228-9554-37d3-27cbfafce4cb-fafce499, #w-node-_1177c544-dab6-e5dc-12da-43a3e31fa3cf-c3d88010, #w-node-_0a09d500-56a4-804a-9793-7f5e25905446-c3d88010, #w-node-a8fd3a32-26cf-ffd8-d9e2-663e690ff8ea-c3d88010, #w-node-_0a191257-17b3-183b-a0d6-ba923a54d099-c3d88010, #w-node-_55aa96df-6c7f-86fa-6519-3791eb7ab9cb-54821df6, #w-node-_249d2d5c-ed9f-86c6-ce8f-b03ad30ca435-54821df6, #w-node-_87e4085a-e2a5-4ce5-fe76-7c37c15772aa-54821df6, #w-node-_1d37747b-9885-da63-0b84-d47ef7435ded-54821df6, #w-node-_5303ad2f-ca84-bea9-3017-ce28e4910e30-54821df6, #w-node-a5bcb32b-8f42-bdb9-4e4a-197b11a8aa49-54821df6, #w-node-_737defd7-ba16-66df-ac34-be7eb29ccf5f-54821df6, #w-node-fac9e949-fcf2-8ae9-3acd-7a32106a6241-54821df6, #w-node-dfb180eb-bcba-95cd-cf43-ef6776efe54e-54821df6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561e9b-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561e9e-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ea1-7aa6b890 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ea9-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eab-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ead-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb4-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb6-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eb8-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ebf-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ec1-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ec4-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ecb-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ece-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ed1-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ed8-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561edb-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561edd-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee4-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee6-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ee8-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561eef-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ef2-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561ef5-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561efc-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561efe-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f00-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f07-7aa6b890 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f0a-7aa6b890 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6271500b-7b08-84c2-fb9d-c905c8561f0c-7aa6b890 {
    grid-area: 1 / 3 / 2 / 4;
  }
}


@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable---Copy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Boska variable';
  src: url('../fonts/Boska-Variable---Copy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Boska';
  src: url('../fonts/Boska-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}