:root {
  --palette-2--gray-50: #efefef;
  --text-size--text-s: 1rem;
  --line-height--line-height-1-2: 120%;
  --fonts--normal: 400;
  --text-size--h1-xl: clamp(3rem, 2.194rem + 4.03vw, 6.88rem);
  --line-height--line-height-0-95: 95%;
  --letter-spacing--letter-spacing-4: -.03em;
  --text-size--h2-l: 4.375rem;
  --line-height--line-height-1-1: 110%;
  --letter-spacing--letter-spacing-6: -.06em;
  --text-size--h4-s: 1.5rem;
  --line-height--line-height-1-6: 160%;
  --palette-4--white-default: white;
  --palette-3--black-default: #0d0b0b;
  --indentation--section: 5rem;
  --indentation--s7-5: 7.5rem;
  --indentation--slong: 10rem;
  --indentation--sm: 16.88rem;
  --palette-3--black-light-50: #00000080;
  --sv: 6.25rem;
  --indentation--szero: 0rem;
  --indentation--2rem: 2rem;
  --palette-1--accent-red: #df9c2a;
  --indentation--70: 70%;
  --palette-4--white-20: #fff3;
  --letter-spacing--letter-spacing-3: -.03em;
  --palette-2--grey-transparent: #efefef80;
  --palette-2--gray-100: #dbdbdb;
  --palette-2--gray-200: #bdbdbd;
  --palette-2--gray-300: #5c5c5c;
  --text-size--h404: clamp(11rem, 8.048rem + 14.76vw, 18.75rem);
  --letter-spacing--letter-spacing-2: -.02em;
  --palette-1--transparent: #fff0;
  --palette-4--white-50: #ffffff80;
  --text-size--text-m: 1.13rem;
  --palette-1--dark-red: #a3581a;
  --palette-1--burgundi-red: #af6e00;
  --text-size--h3-m: 2.25rem;
  --line-height--line-height-0-9: 90%;
  --letter-spacing--letter-spacing-8: -.08em;
  --palette-3--black-light-20: #0d0b0d33;
  --palette-4--white-80: #fffc;
  --palette-4--white-70: #ffffffb3;
  --palette-4--white-40: #fff6;
  --fonts--medium: 500;
  --fonts--poppins: Poppins, sans-serif;
  --palette-3--black-light-30: #0d0b0d4d;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

.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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

.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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

@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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--palette-2--gray-50);
  font-family: Poppins, sans-serif;
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-2);
  font-weight: var(--fonts--normal);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

h1 {
  font-size: var(--text-size--h1-xl);
  line-height: var(--line-height--line-height-0-95);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-4);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: var(--text-size--h2-l);
  line-height: var(--line-height--line-height-1-1);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-6);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  font-size: var(--text-size--h4-s);
  line-height: var(--line-height--line-height-1-2);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-4);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  line-height: var(--line-height--line-height-1-6);
  margin-bottom: 10px;
}

a {
  font-weight: var(--fonts--normal);
  text-decoration: none;
}

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

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

.nav-menu {
  z-index: 10;
  background-color: #161616;
  align-items: stretch;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.navbar {
  z-index: 10;
  background-color: #eef0f4;
  justify-content: center;
  align-items: stretch;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 81.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

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

.container.container-relative {
  z-index: 1;
  z-index: 1;
  position: relative;
}

.container.container-header-inner.menulargeur {
  max-width: none;
}

.container.poolitique {
  padding-top: 100px;
}

.container.hero {
  padding-top: 72px;
  padding-bottom: 72px;
}

.nav-link {
  color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 3px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-color: var(--palette-4--white-default);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.nav-link.nav-link-dark {
  color: var(--palette-3--black-default);
  mix-blend-mode: difference;
}

.nav-link.sidebutton {
  margin-right: 15px;
}

.nav-link.sidebutton.side {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
}

.nav-link.sidebutton.side.hidemobile {
  display: none;
}

.section {
  z-index: 1;
  padding-top: var(--indentation--section);
  padding-bottom: var(--indentation--s7-5);
  position: relative;
  overflow: hidden;
}

.section.hero-section {
  height: 115vh;
  padding-top: var(--indentation--slong);
  padding-bottom: var(--indentation--s7-5);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section.section-margin {
  padding-top: var(--indentation--sm);
  padding-bottom: var(--indentation--section);
  overflow: visible;
}

.section.section-margin.section-long-bottom {
  padding-bottom: var(--indentation--slong);
}

.section.section-inner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.cta {
  z-index: 0;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/ChatGPT-Image-30-avr.-2026-14-h-11-min-11-s.avif');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 50rem;
  display: flex;
}

.section.reviews {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--palette-3--black-light-50), var(--palette-3--black-light-50)), url('../images/5e3612b6-3b6c-4176-aa65-59bd65f02a81.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: block;
}

.section.reviews.hidden22 {
  display: none;
}

.section.section-visible {
  padding-top: var(--sv);
  padding-bottom: var(--indentation--section);
  position: static;
  overflow: visible;
}

.section.advantages {
  z-index: 0;
  padding-top: var(--indentation--s7-5);
  padding-bottom: var(--indentation--s7-5);
  background-image: linear-gradient(to bottom, var(--palette-3--black-light-50), var(--palette-3--black-light-50)), url('../images/ChatGPT-Image-30-avr.-2026-13-h-45-min-45-s.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: clip;
}

.section.about {
  padding-top: var(--indentation--szero);
  padding-bottom: var(--indentation--szero);
  overflow: clip;
}

.section.no-top-padding {
  padding-top: 5px;
}

.section.section-long-bottom-pading {
  padding-bottom: var(--indentation--slong);
}

.section.section-long-bottom-pading.no-top-mobile-padding {
  padding-bottom: var(--indentation--section);
}

.section.section-long-top-padding {
  padding-top: var(--indentation--slong);
}

.section.section-long-padding {
  padding-top: var(--indentation--slong);
  padding-bottom: var(--indentation--slong);
}

.section.section-long-padding.section-desktop-visible {
  overflow: clip visible;
}

.section.section-long-padding.section-desktop-visible.smallerlong {
  padding-top: var(--indentation--section);
  padding-bottom: var(--indentation--section);
}

.section.section-long-padding.frferfr {
  padding-top: var(--indentation--2rem);
  padding-bottom: var(--indentation--section);
}

.section.hero-section-product {
  height: 100vh;
  padding-top: var(--indentation--sm);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section.hero-section-teams {
  height: 100vh;
  padding-top: var(--indentation--slong);
  padding-bottom: var(--indentation--s7-5);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section.gdvfdd {
  margin-bottom: 113px;
}

.section.gdvfdd.frgr {
  padding-bottom: 12rem;
}

.section.mini-secton {
  padding-top: 2rem;
  padding-bottom: var(--indentation--2rem);
}

.section.realisation-section {
  height: 70vh;
  padding-top: var(--indentation--slong);
  padding-bottom: var(--indentation--s7-5);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section.nodown {
  padding-bottom: var(--indentation--szero);
}

.section.amslale {
  padding-top: var(--indentation--szero);
  padding-bottom: var(--indentation--slong);
}

.section.background {
  padding-top: var(--indentation--slong);
  padding-bottom: var(--indentation--slong);
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/ChatGPT-Image-3-juin-2026-12-h-18-min-13-s.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hidden-section {
  display: none;
}

.hero-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 100%;
  display: grid;
  position: relative;
}

.hero-wrapper.hero-wrapper-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.hero-wrapper.center.down {
  justify-content: center;
  align-items: flex-start;
}

.hero-left-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-dark {
  background-color: var(--palette-1--accent-red);
  padding: 5rem 0 1.875rem;
  overflow: hidden;
}

.footer-dark.darkcoloe {
  background-color: var(--palette-3--black-default);
}

.footer-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-wrapper.mobile-copiwrite {
  justify-content: space-between;
}

.footer-brand {
  color: var(--palette-4--white-default);
  text-decoration: none;
  -webkit-text-decoration-color: var(--palette-4--white-default);
  text-decoration-color: var(--palette-4--white-default);
}

.footer-brand.fefe {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.footer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-link {
  width: 100%;
  opacity: var(--indentation--70);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s linear;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.footer-link.copyright {
  flex: none;
  font-size: .88rem;
  line-height: 1.2rem;
}

.footer-link.yupgrahe {
  font-size: var(--text-size--h4-s);
}

.footer-link.yupgrahe.hyhyhy {
  color: var(--palette-1--accent-red);
}

.footer-link.ede {
  padding-top: 20px;
}

.footer-social-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: grid;
}

.footer-social-block.footer-social-block-vertical {
  grid-template-columns: 1fr;
}

.footer-social-block.desktop-hidden {
  display: none;
}

.footer-social-link {
  background-color: var(--palette-4--white-20);
  width: 3.88rem;
  height: 3.88rem;
  color: var(--palette-4--white-default);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
}

.footer-social-link:hover {
  background-color: var(--palette-4--white-default);
  color: var(--palette-1--accent-red);
}

.footer-social-link.footer-social-link-white {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
}

.footer-social-link.footer-social-link-white:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
}

.footer-divider {
  background-color: var(--palette-4--white-20);
  width: 100%;
  height: 1px;
  margin-top: 4.375rem;
  margin-bottom: 1.8125rem;
}

.footer-copyright-center {
  opacity: .7;
  color: var(--palette-4--white-default);
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  text-align: left;
  letter-spacing: var(--letter-spacing--letter-spacing-3);
  flex: none;
}

.footer-copyright-center.left {
  text-align: right;
}

.copyright-wrapper-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body.not-found {
  background-color: var(--palette-3--black-default);
  justify-content: center;
  align-items: stretch;
}

.main {
  flex-flow: column;
}

.text {
  color: var(--palette-3--black-default);
  font-size: 1.13rem;
}

.text.text-s {
  color: currentColor;
  font-size: 1rem;
  text-decoration: none;
}

.text.text-services {
  margin-top: var(--indentation--2rem);
  color: var(--palette-3--black-default);
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
}

.logo-footer {
  font-size: var(--text-size--h4-s);
  line-height: var(--line-height--line-height-1-2);
  letter-spacing: -.04em;
}

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

.link-to-top {
  background-color: var(--palette-4--white-default);
  width: 3.88rem;
  height: 3.88rem;
  color: var(--palette-1--accent-red);
  border-radius: 50%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
}

.link-to-top:hover {
  background-color: var(--palette-4--white-20);
  color: var(--palette-4--white-default);
}

.link-to-top.mobile-hidden {
  flex: none;
  justify-content: center;
  align-items: center;
}

.link-to-top.desktop-hidden {
  display: none;
}

.code-embed {
  color: var(--palette-3--black-default);
  -webkit-text-stroke-color: var(--palette-3--black-default);
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  z-index: 999;
  border-bottom: 1px solid var(--palette-4--white-20);
  background-color: var(--palette-3--black-light-50);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 100%;
  height: 6.1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.header.header-dark-without-color {
  background-color: var(--palette-2--grey-transparent);
}

.buttons-style-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.typography-item-wrapper {
  border-top: 1px solid var(--palette-2--gray-100);
  padding-top: 2.5rem;
}

.color {
  background-color: #000;
  height: 19.25rem;
}

.color.colorgray-100 {
  background-color: var(--palette-2--gray-100);
}

.color.color-gray-200 {
  background-color: var(--palette-2--gray-200);
}

.color.color-primary {
  background-color: var(--palette-3--black-default);
}

.color.color-gray-50 {
  border: 1px solid var(--palette-2--gray-100);
  background-color: var(--palette-2--gray-50);
}

.color.color-gray-300 {
  background-color: var(--palette-2--gray-300);
}

.color.color-white {
  border: 1px solid var(--palette-2--gray-100);
  background-color: var(--palette-4--white-default);
}

.color.color-accent-red {
  background-color: var(--palette-1--accent-red);
}

.button-white-text {
  position: relative;
  overflow: hidden;
}

.content-vertical-left-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.color-info-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.colors {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.heading-wrapper-hero {
  padding-top: 3rem;
}

.content-vertical-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-vertical-left.full-width {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  align-items: stretch;
}

.content-vertical-left.content-vertical-left-top-padding {
  margin-top: 5rem;
}

.color-card {
  background-color: var(--palette-4--white-default);
  flex-direction: column;
  display: flex;
}

.typography {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading.heading-not-found {
  font-size: var(--text-size--h404);
  line-height: var(--line-height--line-height-0-95);
  letter-spacing: var(--letter-spacing--letter-spacing-2);
}

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

.content-horizontal-left.content-horizontal-left-underlined-full-width {
  border-bottom: 1px solid var(--palette-2--gray-100);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2.25rem;
}

.content-horizontal-left.content-horizontal-left-underlined-full-width.padding-and-underline-none {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.licenses-text-wrapper {
  max-width: 28.6875rem;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.licenses-text-wrapper._346 {
  max-width: 50rem;
}

.content-vertical-left-licenses {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-inner-link {
  color: var(--palette-2--gray-300);
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  text-decoration: none;
  transition: opacity .3s;
}

.text-inner-link:hover {
  color: var(--palette-3--black-default);
}

.content-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-vertical.content-vertical-changelog {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.licenses-text-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 40vw;
  color: var(--palette-2--gray-300);
  flex-flow: column;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.changelog-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-center {
  max-width: 53.13rem;
  margin-left: auto;
  margin-right: auto;
}

.button-transparent {
  border: 1px solid var(--palette-4--white-20);
  background-color: var(--palette-1--transparent);
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  color: var(--palette-4--white-default);
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .9rem 1.75rem 1rem;
  text-decoration: none;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
}

.button-transparent:hover {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
}

.button-transparent.mobile-hidden {
  text-align: center;
}

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

.button-white {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  text-decoration: none;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
  position: relative;
}

.button-white:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
}

.button-white.mobile-hidden:hover {
  color: var(--palette-4--white-default);
}

.button-white.contour {
  background-color: var(--palette-2--gray-50);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: var(--palette-4--white-default);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-text {
  max-width: 22.13rem;
  margin-left: auto;
  margin-right: auto;
}

.button-not-found-wrapper {
  margin-top: 3.75rem;
}

.max-width-text-wrapper {
  max-width: 28.687rem;
}

.max-width-text-wrapper.color-white {
  color: var(--palette-4--white-default);
}

.button-wrapper {
  z-index: 111;
  display: flex;
}

.button-wrapper.button-wrapper-center {
  justify-content: center;
  align-items: center;
}

.logos-wrapper-three {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-row-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
}

.logos-relative-wrapper {
  display: flex;
}

.logo-wrapper {
  height: 2.1875rem;
}

.autotabs-container {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-link-text {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
  white-space: nowrap;
}

.nav-link-text.upper:hover {
  transform: none;
}

.nav-link-text.upper.mobile-visible.politique {
  text-align: center;
  font-size: .8rem;
}

.nav-link-text.lower {
  position: absolute;
  inset: 0%;
}

.nav-link-text.lower.politique {
  text-align: center;
  font-size: .8rem;
}

.nav-link-text.mobile-menu-size {
  display: none;
}

.btn-text {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-2);
}

.btn-text.lower {
  position: absolute;
}

.button-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  z-index: 1;
  background-color: var(--palette-4--white-default);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  display: flex;
}

.cta-btn {
  z-index: 3;
  background-color: var(--palette-1--transparent);
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.cta-wrapper-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.cta-text-center {
  text-align: center;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 26.25rem;
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-field {
  background-color: var(--palette-1--transparent);
  width: 100%;
  height: 100%;
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-0-95);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 0;
}

.text-field::placeholder {
  color: var(--palette-2--gray-300);
  line-height: 1em;
}

.arrow {
  z-index: 1;
  color: currentColor;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-round-btn {
  z-index: 1;
  background-color: var(--palette-2--gray-50);
  width: 3.875rem;
  height: 3.875rem;
  color: var(--palette-3--black-default);
  border-radius: 100px;
  flex: none;
  transition: color .3s linear, background-color .3s linear;
  position: relative;
}

.cta-round-btn:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
}

.success-message {
  background-color: var(--palette-1--transparent);
  border-radius: 50px;
  font-size: 1.4rem;
}

.error-message {
  background-color: var(--palette-2--gray-50);
  width: 100%;
  color: var(--palette-1--accent-red);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.logos-list-wrapper {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.logos-list {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3.75rem;
  display: flex;
}

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

.servises-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.tabs-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blog-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.blog-content-card {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-posts-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: minmax(auto, max-content);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-image-wrapper {
  height: 23rem;
  overflow: hidden;
}

.blog-post-card {
  background-color: var(--palette-4--white-default);
  width: 100%;
  height: 100%;
  color: var(--palette-3--black-default);
  text-decoration: none;
}

.blog-posts-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin: 2rem;
  display: flex;
}

.round-button-grey {
  background-color: var(--palette-2--gray-50);
  width: 3.88rem;
  height: 3.88rem;
  color: var(--palette-3--black-default);
  border-radius: 3.13rem;
  transition: color .3s, background-color .3s;
  position: relative;
}

.round-button-grey:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
}

.round-button-grey.grey {
  color: var(--palette-2--gray-300);
  flex: none;
}

.round-button-grey.grey:hover {
  color: var(--palette-4--white-default);
}

.blog-flex-horizontal-layout {
  justify-content: space-between;
  align-items: center;
  margin-top: .75rem;
  display: flex;
}

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

.image-full-width.oapcit {
  opacity: .11;
}

.image-full-width.bggg {
  overflow: clip;
}

.image-full-width.downlogot {
  object-position: 50% 48%;
}

.projects-content {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
}

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

.projects-content.center.smaller {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.projects-content.center.smaller.thank-you {
  color: #fff;
}

.projects-content-cards {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -1.25rem;
}

.projects-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.projects-list.fo {
  grid-template-rows: auto;
}

.projects-item.w--current {
  display: none;
}

.project-card {
  background-color: var(--palette-4--white-default);
  width: 100%;
  height: 100%;
  color: var(--palette-3--black-default);
  text-decoration: none;
  transition: opacity .3s;
}

.project-card:hover {
  opacity: .8;
}

.project-card.w--current {
  display: inline-block;
}

.projects-image-wrapper {
  z-index: 0;
  height: 28rem;
  position: relative;
  overflow: hidden;
}

.projects-image-wrapper._100 {
  height: 100%;
  padding: 0 0 0 20px;
}

.projects-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 32px;
  display: flex;
}

.projects-text-wrapper.lalllarge {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.cursor {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.cursor.pointer-events-none {
  z-index: 20;
  pointer-events: none;
  cursor: none;
  display: none;
  overflow: hidden;
}

.link-cursor {
  z-index: 10;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.link-cursor-wrapper {
  background-color: var(--palette-4--white-default);
  cursor: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  overflow: hidden;
  transform: scale(0);
}

.teams-content {
  text-align: center;
  margin-left: 0;
  margin-right: auto;
}

.teams-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  width: 23rem;
}

.teams-card {
  background-color: var(--palette-4--white-default);
  width: 100%;
  color: var(--palette-3--black-default);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.image-inner {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
}

.image-inner._33 {
  object-position: 50% 39%;
}

.teams-image-wrapper {
  z-index: 0;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.teams-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.teams-text-button-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.social-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grey-content {
  color: var(--palette-2--gray-300);
}

.dropdown {
  border-bottom: 1px solid var(--palette-2--gray-100);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: border-color .3s;
  display: flex;
}

.dropdown:hover {
  border-bottom-color: var(--palette-1--transparent);
  outline-color: var(--palette-4--white-default);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
}

.dropdown.top-line {
  border-top: 1px solid var(--palette-2--gray-100);
}

.dropdown.top-line:hover {
  border-top-color: var(--palette-1--transparent);
  color: var(--palette-3--black-default);
}

.dropdown-icon {
  background-color: var(--palette-4--white-default);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  display: flex;
}

.dropdown-text {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  color: currentColor;
  margin-top: 30px;
  margin-bottom: 0;
}

.dropdown-list-inner {
  width: 60%;
  padding-bottom: 1.75rem;
}

.dropdown-list {
  background-color: #fff;
  height: 0;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.dropdown-list.w--open {
  height: auto;
  inset: 6rem auto auto 0%;
  overflow: hidden;
}

.dropdown-list.dropdown-list-relative {
  position: relative;
}

.dropdown-list.dropdown-list-relative.w--open {
  background-color: #0000;
  border-style: none;
  top: -2rem;
}

.container-vertical-flex {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.line-static {
  background-color: var(--palette-3--black-default);
  width: 100%;
  height: 1px;
}

.line-vertical {
  background-color: var(--palette-3--black-default);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.icon-plus {
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: .8125rem;
  display: flex;
  position: relative;
}

.content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.content-grid.mobile-flex {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  place-items: start stretch;
  position: static;
}

.column-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 33.13rem;
  height: 100%;
  color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column-left.gap-40 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: stretch;
}

.column-left.gap-40.grgr {
  max-width: none;
}

.column-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 35rem;
  display: grid;
}

.column-right.column-right-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.column-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--palette-3--black-default);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.review-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  flex: 0 auto;
  height: auto;
  padding: 2rem;
  display: flex;
}

.reviews-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.tabs-menu-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  overflow: auto;
}

.tabs-projects {
  flex-flow: column;
  align-items: stretch;
  margin-top: -4rem;
  display: flex;
}

.tab-linkprojects {
  background-color: var(--palette-4--white-50);
  color: var(--palette-2--gray-200);
  border-radius: 2px;
  padding: 10px 20px;
}

.tab-linkprojects.w--current {
  border: 1px solid var(--palette-2--gray-100);
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
}

.progects-tabs-list-wrapper {
  margin-bottom: 20px;
}

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

.progects-tabs-list.progects-tabs-list__left-long-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.progects-tabs-list.progects-tabs-list__right-long-column {
  grid-template-columns: 1fr 2fr;
}

.progects-tabs-item {
  grid-column: span 2 / span 2;
}

.progects-tabs-item:first-child {
  grid-column: span 4 / span 4;
  grid-column-start: unset;
}

.progects-tabs-item:last-child {
  grid-column: 3 / span 4;
}

.project-tabs-card {
  background-color: var(--palette-4--white-default);
  width: 100%;
  height: 100%;
  color: var(--palette-3--black-default);
  text-decoration: none;
}

.hidden {
  display: none;
}

.bg-project {
  z-index: 0;
  background-image: url('../images/Arhitecht-flogo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg-project.st-cath {
  background-image: url('../images/Sainte-Catherine.avif'), url('../images/Arhitecht-flogo.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-project.st-cath.a-venir {
  background-image: url('../images/ChatGPT-Image-25-mai-2026-13-h-16-min-02-s.avif'), url('../images/Arhitecht-flogo.svg');
}

.bg-project.header-realisations {
  background-image: url('../images/IMG_3259.avif'), url('../images/Arhitecht-flogo.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.bg-project.header-contact {
  background-image: url('../images/ChatGPT-Image-30-avr.-2026-14-h-09-min-49-s.avif'), url('../images/Arhitecht-flogo.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  min-height: 70vh;
}

.bg-project.st-denis {
  background-image: url('../images/ChatGPT-Image-30-avr.-2026-14-h-09-min-49-s.avif');
  background-position: 50%;
  background-size: auto;
}

.bg-project.eastman {
  background-image: url('../images/unnamed-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.bg-project.header-equipe {
  background-image: url('../images/TF-Portrait-1-copie.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
}

.bg-project.header-services {
  background-image: url('../images/IMG_1540.avif');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-project.header-carriere {
  background-image: url('../images/ChatGPT-Image-25-mai-2026-13-h-11-min-37-s.avif');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-project.cart-footer {
  background-image: url('../images/DSC_3831.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-project.bolton {
  background-image: url('../images/ChatGPT-Image-17-juill.-2026-09-h-35-min-44-s.png');
}

.hero-wrapper-heading {
  width: 60%;
  color: var(--palette-4--white-default);
}

.blog-post-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.sticky-content {
  grid-row-gap: 1.25rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: sticky;
  top: 10rem;
}

.blog-post-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 8.75rem;
  display: grid;
}

.blog-post-rich-text {
  width: 100%;
}

.blog-post-rich-text h2 {
  margin-bottom: 20px;
}

.blog-post-rich-text h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-post-rich-text p {
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
}

.blog-post-rich-text ul {
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
  margin-top: 16px;
  padding-left: 2rem;
  list-style-type: disc;
}

.blog-post-rich-text h4 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-post-rich-text ol {
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-1-6);
  margin-top: 1rem;
  padding-left: 2rem;
}

.bg-black-light-50 {
  z-index: 1;
  background-color: var(--palette-3--black-light-50);
  position: absolute;
  inset: 0%;
}

.dropdown-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

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

.gallery-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.gallery-image-wrapper.gallery-image-wrapper-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

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

.content-vertical-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-content-flex-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-card-wrapper {
  color: var(--palette-3--black-default);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.blog-image {
  width: 100%;
  height: 37.5rem;
}

.blog-card-content-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.blog-card-image-wrapper {
  width: 26.25rem;
  height: 19.81rem;
  overflow: hidden;
}

.blog-card-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.round-button {
  background-color: var(--palette-2--gray-50);
  border-radius: 50%;
  flex: none;
  width: 3.88rem;
  height: 3.88rem;
  transition: color .3s, background-color .3s;
  position: relative;
}

.round-button:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
}

.blog-collection-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.blog-card-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.card-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-slide.red {
  border-bottom: 1px solid var(--palette-4--white-50);
  background-color: var(--palette-1--accent-red);
}

.card-slide.dark-red {
  border-bottom: 1px solid var(--palette-4--white-50);
  background-color: var(--palette-1--dark-red);
}

.card-slide.burgundi-red {
  border-bottom: 1px solid var(--palette-4--white-50);
  background-color: var(--palette-1--burgundi-red);
}

.slide-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content.slide-content-flex-left {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  padding: 5rem 8.125rem 5rem 4.375rem;
}

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

.flex-text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.column-card-advant {
  width: 26.25rem;
  height: 26.25rem;
}

.column-card-advant.column-card-advant-white {
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: flex-start;
  height: 21rem;
  padding: 2rem;
  display: flex;
}

.column-card-advant.column-card-advant-white.auto {
  height: auto;
}

.circle-grey {
  background-color: var(--palette-2--gray-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  padding-top: 3px;
  display: flex;
}

.column-card-advant-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.column-card-advant-bottom {
  margin-top: 1.25rem;
}

.container-horizontal-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.container-horizontal-flex.team {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.photo-specialist {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.photospecialist-wrapper {
  width: 26.25rem;
  height: 32.5rem;
  overflow: hidden;
}

.sticky-team {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  padding: 3.75rem;
  display: flex;
  position: sticky;
  top: 10rem;
  left: auto;
  right: 0;
}

.sticky-team-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-team-content-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.sticky-team-bottom-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-team-bottom-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-team-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.team-rich-text {
  width: 100%;
}

.team-rich-text h2 {
  margin-bottom: 20px;
}

.team-rich-text h3 {
  font-size: var(--text-size--h3-m);
  line-height: var(--line-height--line-height-1-1);
  margin-top: 40px;
  margin-bottom: 20px;
}

.team-rich-text p {
  color: var(--palette-2--gray-300);
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-1-6);
}

.team-rich-text ul {
  color: var(--palette-3--black-default);
  margin-top: 1rem;
  padding-left: 1rem;
}

.team-rich-text h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-bread-crumbs {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--palette-3--black-default);
  display: flex;
}

.blog-heading-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.blog-page-contrent-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5rem;
  display: flex;
}

.blog-grid-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: 0;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sticky-social {
  position: sticky;
  top: 10rem;
}

.author-flex-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-flex-block.vertical {
  flex-flow: column;
  padding: 2.75rem 3.75rem;
}

.author-flex-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author-flex-wrapper.author-flex-wrapper-center {
  justify-content: flex-start;
  align-items: center;
}

.image-author-wrapper {
  border-radius: 100%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

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

.author-grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.author-white-wrapper {
  background-color: var(--palette-4--white-default);
}

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

.blog-post-rich {
  width: 100%;
}

.blog-post-rich h2 {
  margin-bottom: 20px;
}

.blog-post-rich h3 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-post-rich p {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
}

.blog-post-rich ul {
  margin-top: 1rem;
  padding-left: 2rem;
}

.blog-post-rich h4 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.blog-post-rich ol {
  margin-top: 1rem;
  padding-left: 2rem;
}

.contact-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.contact-card {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.about-card-number {
  background-color: var(--palette-2--gray-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  margin-bottom: 2.5rem;
  padding-top: 3px;
  display: flex;
}

.contact-card-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-card-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--palette-2--gray-300);
  flex-flow: column;
  display: flex;
}

.contact-social-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.bg-about-us {
  z-index: 0;
  background-image: url('../images/tb.jpg'), url('../images/main-transform.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: fixed, scroll;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg-about-us.mobile {
  background-image: linear-gradient(#000000a8, #1b1b1bab), url('../images/ChatGPT-Image-3-juin-2026-12-h-18-min-13-s.png'), url('../images/DSC_3707.jpg'), url('../images/main-transform.webp');
  background-position: 0 0, 0 0, 50% 40%, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, fixed, fixed;
}

.bg-about-us.mobile._232 {
  min-height: 900px;
}

.about-card-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.about-card {
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.about-card-text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--palette-2--gray-300);
  flex-flow: column;
  display: flex;
}

.about-content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-sticky {
  width: 100%;
  height: 100vh;
  color: var(--palette-4--white-default);
  position: relative;
  top: 0;
  overflow: hidden;
}

.gallery-item-inner {
  width: 100%;
  max-width: 81.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-item-inner.mobile-flex {
  min-height: 100%;
}

.gallery-item-inner.mobile-flex.nomax {
  max-width: none;
}

.gallery-item-content-wrapper {
  z-index: 3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 46em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-item-gradient {
  z-index: 2;
  background-image: linear-gradient(to bottom, var(--palette-3--black-light-50), var(--palette-3--black-light-50));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.gallery-item-content-inner {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.gallery-item-text-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.gallery-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 81.25rem;
  height: 100svh;
  margin-top: 10em;
  padding-top: 10rem;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.price-card {
  z-index: 3;
  background-color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 22.25rem;
  min-width: 17rem;
  height: 22.25rem;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-card-top {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.services-hero-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.services-hero-text-wrapper {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-page-rich-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 40rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-page-rich-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

.services-cart {
  height: 100vh;
}

.cart-container {
  background-color: var(--palette-1--accent-red);
  height: 40rem;
  color: var(--palette-4--white-default);
  margin-top: 10rem;
  padding: 3.75rem;
  display: flex;
  box-shadow: 0 5px 25px #00000040;
}

.cart-header {
  border-bottom-color: var(--palette-4--white-20);
  padding: 0 0 3.75rem;
}

.flex-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

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

.cart-list {
  padding: 0;
}

.cart-item {
  border-bottom: 1px solid var(--palette-4--white-20);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cart-footer {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  border-top-style: none;
  padding: 2.5rem 0 0;
}

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

.cart-line-item {
  margin-bottom: 0;
}

.service-close-button {
  background-color: var(--palette-2--gray-50);
  background-image: url('../images/Frame-2087324692.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.875rem;
  height: 3.875rem;
  transition: background-color .3s linear;
  display: flex;
}

.service-close-button:hover {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
  background-image: url('../images/hover.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.close-button {
  cursor: pointer;
  width: auto;
  height: 100%;
}

.services-heropage-wrapper {
  object-fit: cover;
  width: 100%;
  height: 22.5rem;
  overflow: hidden;
}

.error-state-card {
  background-color: var(--palette-4--white-default);
  color: var(--palette-1--accent-red);
  margin-top: 2rem;
  margin-left: 0;
}

.tabs-content-heading-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--palette-2--gray-50);
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  padding-right: 3.8rem;
  position: absolute;
  inset: 0%;
}

.autotabs {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.autotabs-tab {
  color: #0d0b0b;
  background-color: #fff0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.autotabs-tab:hover {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
}

.autotabs-tab.w--current {
  color: #fff;
  background-color: #e72323;
  padding: 2.81rem 2rem;
  transition: color .2s ease-in, background-color .3s ease-in;
}

.project-heading-wrapper {
  width: 36rem;
}

.block-header {
  background-color: var(--palette-1--transparent);
  border-style: none;
  padding: 0;
}

.block-content {
  background-color: var(--palette-1--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 1rem;
  padding: 0;
}

.input {
  background-color: var(--palette-4--white-default);
  height: 4rem;
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-2);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.7rem 1.5rem 1.5rem;
  display: flex;
}

.input::placeholder {
  color: var(--palette-4--white-default);
}

.input.discount {
  color: var(--palette-3--black-default);
}

.checkout-form-flex {
  background-color: var(--palette-1--transparent);
  flex-flow: row;
  min-height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.content-flex-left {
  flex: 0 auto;
  width: 60%;
  margin-right: 80px;
}

.content-flex-right {
  flex: 0 auto;
  position: static;
}

.header-wrapper-bottom-padding {
  margin-bottom: 5rem;
}

.checkout-header {
  background-color: var(--palette-1--transparent);
  border-style: none;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0 0;
}

.order-items {
  margin-bottom: 2.5rem;
}

.discounts {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--palette-1--transparent);
  border-style: none;
  padding: 0;
  position: relative;
}

.order-text {
  margin-left: 0;
}

.red-order-summary {
  background-color: var(--palette-1--accent-red);
  color: var(--palette-4--white-default);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.75rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.apply-button {
  z-index: 3;
  background-color: var(--palette-1--transparent);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  margin-left: 0;
  position: relative;
  inset: 0 0% 0% auto;
}

.line-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
  color: var(--palette-4--white-default);
}

.line-item.without-bottom-padding {
  margin-bottom: 0;
}

.order-summary {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: 1px solid var(--palette-4--white-20);
  flex-flow: column;
  width: 100%;
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.error-state-place-order {
  background-color: var(--palette-1--transparent);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.navigation-link {
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
  overflow: clip;
}

.navigation-link:hover {
  opacity: .8;
}

.socials-link {
  color: #fff;
  background-color: #514f56;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link:hover {
  color: #221e20;
  background-color: #fff;
}

.header-list-black {
  grid-column-gap: 2.25vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-item-black {
  margin-top: 10px;
}

.header-item-black.header-button-wrapper.desktop-hidden {
  display: none;
}

.header-logo-black {
  color: var(--palette-3--black-default);
  flex: none;
  transition: opacity .3s;
  position: relative;
}

.header-logo-black:hover {
  opacity: .7;
}

.header-logo-black.w--current {
  position: relative;
}

.header-logo-black.rtert {
  position: absolute;
  inset: 10px auto auto 0%;
}

.button {
  color: #221e20;
  text-align: center;
  background-color: #fff;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 2.5rem 1.375rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-blur-background {
  z-index: -1;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffff1f;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.content-horizontal-flex-left.header-content {
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.burger-wrapper.tablet-visible {
  display: none;
}

.lightbox-link {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.footer-logo {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
  margin-bottom: 10rem;
  margin-left: -1rem;
  line-height: 1em;
  display: flex;
}

.footer-logo-text {
  color: #fff;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 17vw;
  line-height: var(--line-height--line-height-0-9);
  letter-spacing: var(--letter-spacing--letter-spacing-8);
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.footer-logo-text.one {
  justify-content: flex-start;
  align-items: center;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
}

.checkbox-label {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-2);
  font-weight: var(--fonts--normal);
  margin-bottom: 0;
}

.gallery-item-media-rules {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: clip;
}

.gallery-item-media-rules.desktop-hidden {
  display: none;
}

.gallery-item-content-wrapper-rules {
  z-index: 3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  left: 0;
}

.collection-item {
  border-top: 1px solid var(--palette-2--gray-100);
  border-bottom: 1px solid var(--palette-2--gray-100);
  margin-bottom: -1px;
  transition: background-color .3s, border-color .3s;
}

.collection-item:hover {
  border-top-color: var(--palette-2--gray-50);
  border-bottom-color: var(--palette-2--gray-50);
}

.collection-list {
  width: 50%;
}

.services-heder-wrapper {
  flex: 1;
  width: 100%;
  padding-top: 2.81rem;
  padding-bottom: 2.81rem;
  padding-left: 2rem;
  transition: background-color .3s linear;
}

.services-heder-wrapper:hover {
  background-color: var(--palette-4--white-default);
}

.list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--palette-3--black-default);
  flex-flow: column;
  padding-left: .9375rem;
  display: flex;
}

.text-wrapper-min-with {
  height: 3.7rem;
  overflow: clip;
}

.footer-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
  overflow: clip;
}

.tabs-content-heading-wrapper-visible {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 44%;
  display: flex;
  position: absolute;
  inset: 0 0 0% 0%;
}

.services-wrapp {
  object-fit: cover;
  width: 100%;
  height: 22.5rem;
}

.teams-grid-collection {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-two {
  z-index: 5;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
  overflow: hidden;
}

.section-two.section-dark {
  color: #202020;
  background-color: #202020;
}

.teams-rail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.sticky-track {
  height: 200vh;
  margin-top: -24vh;
  position: relative;
}

.column-sticky {
  position: sticky;
  top: 35%;
}

.heading-block-with-top-padding {
  padding-top: .5rem;
}

.relative {
  position: relative;
}

.text-numbers {
  color: var(--palette-3--black-default);
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-0-95);
}

.color-padding {
  background-color: var(--palette-2--gray-50);
  height: 5rem;
}

.color-padding.desktop-hidden {
  display: none;
}

.button-white-grey-hover {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .95rem 1.75rem 1rem;
  text-decoration: none;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
  position: relative;
}

.button-white-grey-hover:hover {
  background-color: var(--palette-2--gray-100);
}

.logo-dark-desktop {
  color: var(--palette-3--black-default);
  display: flex;
}

.logo-white-mobile {
  display: none;
}

.arrow-checkout {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.billing-address {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header-navigation {
  margin-left: auto;
  margin-right: auto;
  transform: translate(0);
}

.apply-relative-wrapper {
  background-color: var(--palette-2--gray-50);
  color: var(--palette-3--black-default);
  transition: background-color .3s;
  position: relative;
}

.apply-relative-wrapper:hover {
  background-color: var(--palette-4--white-50);
}

.heading-wrapper-bottom-padding {
  margin-bottom: 3.75rem;
}

.heading-wrapper-bottom-padding.flex {
  justify-content: space-between;
  display: flex;
}

.background-image-with-paralax {
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  transform-style: preserve-3d;
  background-image: url('../images/5e3612b6-3b6c-4176-aa65-59bd65f02a81.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.content-vertical-align-center {
  z-index: 5;
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.container-inner {
  z-index: 5;
  width: 90vw;
  max-width: 81.25rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link {
  color: currentColor;
  text-decoration: none;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.link:hover {
  color: var(--palette-3--black-default);
}

.gallery-item-sticky-about {
  width: 100%;
  height: 100vh;
  color: var(--palette-4--white-default);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.logo-image {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.text-wrapper-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  margin: 2rem;
  display: flex;
}

.flex-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.cart-quantity {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
  margin-bottom: -1.5rem;
  margin-left: -12px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.icon {
  width: 2rem;
  height: 2rem;
  color: var(--palette-1--transparent);
  background-image: url('../images/Frame.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
}

.icon.desktop-hidden {
  display: none;
}

.cart-open {
  background-color: var(--palette-1--transparent);
  padding: 0 1.875rem 0 0;
  transition: opacity .3s;
}

.cart-open:hover {
  opacity: .8;
}

.cart-quantity-black {
  background-color: var(--palette-4--white-default);
  color: var(--palette-3--black-default);
}

.icon-dark {
  width: 2rem;
  height: 2rem;
  color: var(--palette-1--transparent);
  background-image: url('../images/icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
}

.cart-quantity-dark {
  background-color: var(--palette-3--black-default);
  color: var(--palette-4--white-default);
  margin-bottom: -1.5rem;
  margin-left: -12px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.logo-white {
  color: var(--palette-3--black-default);
  display: flex;
}

.flex-content {
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

.content-flex-with-gap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  color: var(--palette-2--gray-300);
  flex-flow: column;
  margin-top: 2.5rem;
  display: flex;
}

.text-m {
  font-size: var(--text-size--text-m);
  line-height: var(--line-height--line-height-1-6);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
}

.text-m.down {
  padding-bottom: 20px;
}

.text-m.signature {
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.heading-m {
  font-size: var(--text-size--h3-m);
  line-height: var(--line-height--line-height-1-1);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-4);
}

.heading-m.text-white {
  color: var(--palette-4--white-default);
}

.heading-m.smaller {
  font-size: 2rem;
}

.text-s {
  font-size: var(--text-size--text-s);
  line-height: var(--line-height--line-height-1-6);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-3);
}

.heading-s {
  font-size: var(--text-size--h4-s);
  line-height: var(--line-height--line-height-1-2);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-4);
}

.text-white-80 {
  opacity: .8;
  color: var(--palette-4--white-default);
}

.text-dark {
  color: var(--palette-3--black-default);
}

.text-gray {
  color: var(--palette-2--gray-300);
}

.heading-l {
  font-size: var(--text-size--h2-l);
  line-height: var(--line-height--line-height-0-95);
  font-weight: var(--fonts--normal);
  letter-spacing: var(--letter-spacing--letter-spacing-6);
}

.column {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.order-item-list {
  flex-flow: column;
  margin-bottom: 0;
  padding: 1.7rem 1.5rem 1.5rem;
  display: flex;
}

.line-order-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bg-white {
  background-color: var(--palette-4--white-default);
}

.brand-logo {
  flex: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.brand-logo.uppp {
  z-index: 99999999;
  position: relative;
}

.brand-logo.uppp.abstract {
  padding-bottom: 0;
}

.brand-logo.uppp.abstract.fewlkjfnejkwfw {
  width: 100%;
  position: static;
}

.preloading {
  z-index: 99999;
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloading-content {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-preloading {
  width: 200px;
}

.h1-smaller {
  font-size: var(--text-size--h2-l);
}

.regular-tab-cpmtemt {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start stretch;
  width: 44%;
  padding-right: 57px;
  display: flex;
  position: static;
  inset: 0 0 0% 0%;
}

.sous-titre {
  color: #686868;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: .8rem;
}

.sous-titre.nodown {
  padding-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.div-block-12 {
  object-fit: cover;
  height: 50vh;
  margin-bottom: 50px;
}

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

.realisation-wraping {
  width: auto;
  color: var(--palette-4--white-default);
}

.error-message-light {
  color: #0f0f0f;
  text-align: center;
}

.submit-button-light {
  background-color: #df9d2a;
  border-radius: 2px;
  padding: 18px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  transition: background-color .5s, color .5s;
}

.submit-button-light:hover {
  color: #fff;
  background-color: #0f0f0f;
}

.success-message-light {
  color: #fff;
  text-align: center;
  background-color: #0f0f0f;
}

.section-gap-bottom {
  padding-bottom: 100px;
}

.form-text-and-input-field-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-input-field-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #585858;
  background-color: #f7f7f7;
  border: 1px solid #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 62px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 17px 20px;
  display: grid;
}

.form-input-field-light:focus {
  border-color: #df9d2a;
}

.form-input-field-light::placeholder {
  color: #585858b3;
  font-size: 18px;
}

.form-input-field-light.text-area {
  min-height: 200px;
}

.contact-us-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-inner-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.field-label-light {
  color: #0f0f0f;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.form-inpur-field-wrapper {
  width: 100%;
}

.main-container {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-us-form-wrap {
  overflow: hidden;
}

.teams-rail-noraml {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: grid;
}

.subtitle {
  margin-bottom: 20px;
}

.div-block-13 {
  width: 100%;
  height: 84px;
}

.services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.services.fo {
  grid-template-rows: auto;
}

.service-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--palette-4--white-default);
  height: 100%;
  color: var(--palette-3--black-default);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: grid;
}

.service-card:hover {
  opacity: 1;
}

.service-card.w--current {
  display: inline-block;
}

.service-card.fekfejfe {
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.service-card.fekfejfe.neyve {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/Sainte-Catherine.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 14px;
  padding-bottom: 14px;
}

.service-card.fekfejfe.neyve.majeure {
  background-image: linear-gradient(#ffffffd6, #ffffffd6), url('../images/IMG_8059.avif');
  background-position: 0 0, 0%;
  background-attachment: scroll, scroll;
}

.service-card.fekfejfe.neyve.multi-log {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/Cuisine-3-1_2-Haute-Rive-A6-A7.avif');
}

.service-card.fekfejfe.neyve.commerciale {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/IMG_1890.avif');
}

.service-card.fernferkjfer {
  flex-flow: column;
  display: flex;
}

.text-s-2 {
  letter-spacing: -.03em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}

.section-2 {
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.section-2.mini-secton {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-m-2 {
  letter-spacing: -.03em;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-m-2.smaller {
  font-size: 2rem;
}

.div-block-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.div-block-15 {
  object-fit: cover;
  height: 50vh;
  margin-bottom: 50px;
}

.services-heder-wrapper-2 {
  flex: 1;
  width: 100%;
  padding-top: 2.81rem;
  padding-bottom: 2.81rem;
  padding-left: 2rem;
  transition: background-color .3s linear;
}

.services-heder-wrapper-2:hover {
  background-color: #fff;
}

.upto {
  margin-top: 30px;
}

.forrmcard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--palette-4--white-default);
  height: 100%;
  color: var(--palette-3--black-default);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.forrmcard:hover {
  opacity: 1;
}

.forrmcard.w--current {
  display: inline-block;
}

.forrmcard.special {
  position: relative;
}

.white {
  color: #fff;
}

.gr-ille-caueeil {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.gr-ille-caueeil.fo {
  grid-template-rows: auto;
}

.gr-ille-caueeil.fnejfe {
  align-items: stretch;
  display: flex;
}

.gr-ille-caueeil.fnejfe.ee2e {
  height: 100%;
}

.section03 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.noup {
  margin-top: 0;
}

.div-block-17 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-heading {
  z-index: 5;
  color: #fff;
  max-width: 15em;
  margin-bottom: 0;
  font-weight: 200;
  position: relative;
}

.hero-heading.blue {
  color: #002b55;
}

.button-arrow-right {
  z-index: 5;
  width: 1em;
  height: 1em;
  margin-left: 1em;
  font-size: 1.6em;
  position: relative;
}

.utility-page-content-2 {
  z-index: 2;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 2.1em;
  display: flex;
  position: relative;
}

.button-paragraph {
  z-index: 10;
  color: #fff;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}

._404-title-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

._404-text-block {
  font-size: 1.2em;
  line-height: 1.5em;
}

.button-background {
  z-index: 1;
  background-color: #0099d8;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-buttons-wrap {
  z-index: 4;
  align-items: stretch;
  padding-top: 1px;
  display: flex;
  position: relative;
}

.utility-page-wrap-2 {
  background-color: #002b55;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5em 8em;
  display: flex;
  position: relative;
}

.button-2 {
  z-index: 10;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0099d8;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.3em 2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

@media screen and (min-width: 1280px) {
  body {
    ---mode--collection-3fc16539-cd8e-30d6-5ee2-32f1e20dc197: mode-9c8afd40-4ed0-b8ee-373f-bc765710e44f;
  }

  .nav-link.sidebutton.side.hidemobile {
    display: none;
  }

  .image-inner {
    object-position: 50% 28%;
  }

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

  .blog-post-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-horizontal-flex {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-logo-text {
    font-size: 17.5vw;
  }

  .section-gap-bottom {
    padding-bottom: 120px;
  }

  .form-text-and-input-field-block {
    width: 100%;
  }

  .main-container {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    height: auto;
  }

  .nav-link.sidebutton.side.hidemobile {
    display: none;
  }

  .section.hero-section {
    height: 90vh;
  }

  .section.hero-section.mnobile {
    height: 110vh;
  }

  .section.hero-section-product, .section.hero-section-teams, .section.realisation-section {
    height: 90vh;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
  }

  .content-grid.mobile-flex {
    height: auto;
  }

  .bg-project.bolton {
    background-image: url('../images/ChatGPT-Image-17-juill.-2026-09-h-35-min-44-s.png');
  }

  .bg-about-us {
    height: 90vh;
  }

  .gallery-item-inner.mobile-flex.nomax {
    max-width: none;
  }

  .header-list-black {
    grid-column-gap: 3.125rem;
  }

  .footer-logo-text {
    font-size: 14.2rem;
  }

  .container-inner {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .section-gap-bottom {
    padding-bottom: 140px;
  }

  .form-input-field-light {
    padding-left: 22px;
  }

  .contact-us-form {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .main-container {
    width: 100%;
    max-width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .container.container-flex-center {
    align-items: flex-end;
  }

  .nav-link.sidebutton.side.hidemobile {
    display: flex;
  }

  .section.hero-section {
    background-image: none;
    height: 90vh;
  }

  .section.cta {
    overflow: clip;
  }

  .section.reviews {
    background-size: cover;
  }

  .section.hero-section-product, .section.hero-section-teams, .section.realisation-section {
    background-image: none;
    justify-content: flex-end;
    align-items: stretch;
    height: 90vh;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow: clip;
  }

  .bg-project {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-about-us.mobile {
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, fixed, fixed, fixed;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .sticky-track {
    height: 60rem;
  }

  .background-image-with-paralax {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }
}

@media screen and (max-width: 991px) {
  body {
    --palette-2--gray-50: #efefef;
    --text-size--text-s: 1rem;
    --line-height--line-height-1-2: 120%;
    --fonts--normal: 400;
    --text-size--h1-xl: clamp(3rem, 2.194rem + 4.03vw, 6.88rem);
    --line-height--line-height-0-95: 95%;
    --letter-spacing--letter-spacing-4: -.03em;
    --text-size--h2-l: 3.5rem;
    --line-height--line-height-1-1: 110%;
    --letter-spacing--letter-spacing-6: -.06em;
    --text-size--h4-s: 1.5rem;
    --line-height--line-height-1-6: 160%;
    --palette-4--white-default: white;
    --palette-3--black-default: #0d0b0b;
    --indentation--section: 5rem;
    --indentation--s7-5: 7.5rem;
    --indentation--slong: 5rem;
    --indentation--sm: 10rem;
    --palette-3--black-light-50: #00000080;
    --indentation--szero: 0rem;
    --indentation--2rem: 2rem;
    --palette-1--accent-red: #df9c2a;
    --indentation--70: 70%;
    --palette-4--white-20: #fff3;
    --letter-spacing--letter-spacing-3: -.03em;
    --palette-2--grey-transparent: #efefef80;
    --palette-2--gray-100: #dbdbdb;
    --palette-2--gray-200: #bdbdbd;
    --palette-2--gray-300: #5c5c5c;
    --text-size--h404: clamp(11rem, 8.048rem + 14.76vw, 18.75rem);
    --letter-spacing--letter-spacing-2: -.02em;
    --palette-1--transparent: #fff0;
    --palette-4--white-50: #ffffff80;
    --text-size--text-m: 1.13rem;
    --palette-1--dark-red: #a3581a;
    --palette-1--burgundi-red: #af6e00;
    --text-size--h3-m: 2.25rem;
    --line-height--line-height-0-9: 90%;
    --letter-spacing--letter-spacing-8: -.08em;
    --palette-3--black-light-20: #0d0b0d33;
    --palette-4--white-80: #fffc;
    --palette-4--white-70: #ffffffb3;
    --palette-4--white-40: #fff6;
    --fonts--medium: 500;
    --fonts--poppins: Poppins, sans-serif;
    --palette-3--black-light-30: #0d0b0d4d;
  }

  h2 {
    font-family: Poppins, sans-serif;
    font-weight: var(--fonts--normal);
    letter-spacing: -.05em;
  }

  .nav-menu {
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 3rem;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    min-width: 45.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding: 10px 5px;
    display: inline-block;
  }

  .nav-link.nav-link-dark {
    mix-blend-mode: normal;
    padding-bottom: 10px;
  }

  .nav-link.sidebutton.side.hidemobile {
    display: none;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.hero-section {
    min-height: 90vh;
    padding-bottom: var(--indentation--section);
    justify-content: flex-end;
    align-items: stretch;
  }

  .section.section-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.cta {
    background-size: cover;
    height: 50rem;
  }

  .section.reviews {
    height: 100%;
    padding-top: 5rem;
  }

  .section.section-visible {
    padding-top: var(--indentation--szero);
  }

  .section.advantages {
    padding-top: var(--indentation--slong);
    padding-bottom: var(--indentation--slong);
  }

  .section.section-long-bottom-pading {
    padding-bottom: 5rem;
  }

  .section.section-long-bottom-pading.no-top-mobile-padding {
    padding-top: var(--indentation--section);
  }

  .section.section-long-top-padding {
    padding-top: 5rem;
  }

  .section.section-long-padding.section-desktop-visible {
    overflow: hidden;
  }

  .section.no-bottom-mobile-padding {
    padding-bottom: var(--indentation--szero);
  }

  .section.hero-section-product {
    justify-content: flex-end;
    align-items: stretch;
    min-height: 90vh;
  }

  .section.hero-section-teams, .section.realisation-section {
    min-height: 90vh;
    padding-bottom: var(--indentation--section);
    justify-content: flex-end;
    align-items: stretch;
  }

  .section.background {
    background-image: linear-gradient(#0009, #0009), url('../images/ChatGPT-Image-3-juin-2026-12-h-18-min-13-s.png');
    background-position: 0 0, 38% 0;
  }

  .hero-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
    display: flex;
  }

  .footer-dark {
    padding-top: 5rem;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer-wrapper.mobile-copiwrite {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-content {
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: space-between;
    place-items: start stretch;
    width: 100%;
    display: grid;
    position: relative;
  }

  .footer-divider {
    margin-top: 5rem;
    overflow: clip;
  }

  .text.text-services {
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    height: auto;
    overflow: hidden;
  }

  .link-to-top {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .link-to-top.mobile-hidden {
    display: none;
  }

  .link-to-top.desktop-hidden {
    display: flex;
  }

  .header {
    height: 6rem;
  }

  .content-vertical-left-wrapper {
    grid-column-gap: 4.75rem;
    grid-row-gap: 4.75rem;
  }

  .colors {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    justify-content: stretch;
  }

  .content-vertical-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading {
    line-height: .95em;
  }

  .content-horizontal-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-horizontal-left.content-horizontal-left-underlined-full-width {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .licenses-text-wrapper {
    max-width: 80vw;
  }

  .licenses-text-flex {
    width: 80vw;
    margin-left: 0;
  }

  .button-transparent.mobile-hidden, .button-white.mobile-hidden {
    display: none;
  }

  .button-white.button-white-with-top-margin {
    margin-top: 2rem;
  }

  .button-not-found-wrapper {
    margin-top: 3rem;
  }

  .logos-wrapper-three {
    flex: none;
  }

  .nav-link-text.upper {
    display: none;
  }

  .nav-link-text.upper.mobile-visible {
    display: block;
  }

  .nav-link-text.lower {
    display: none;
  }

  .nav-link-text.mobile-menu-size {
    font-size: 2rem;
    display: block;
  }

  .cta-round-btn {
    inset: 0% 0% 0% auto;
  }

  .logos-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-right: 2rem;
  }

  .servises-image {
    object-fit: cover;
  }

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

  .blog-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog-content-card {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .blog-posts-list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: auto;
  }

  .blog-posts-item {
    flex: none;
  }

  .blog-post-image-wrapper {
    width: 100%;
    height: 20rem;
  }

  .blog-post-card {
    width: 23rem;
    height: 100%;
  }

  .blog-posts-text-wrapper {
    margin: 2rem;
  }

  .projects-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .projects-content-cards {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .progects-list-wrapper {
    flex: 1;
    width: 100%;
    display: flex;
    overflow: auto hidden;
  }

  .projects-list {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: visible;
  }

  .projects-list.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects-item {
    flex: 0 auto;
  }

  .project-card {
    width: 23rem;
    height: 100%;
  }

  .projects-image-wrapper {
    width: 100%;
    height: 23rem;
  }

  .projects-text-wrapper {
    margin: 2rem;
  }

  .teams-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .teams-item {
    width: 21rem;
    height: 100%;
  }

  .teams-image-wrapper {
    height: 25rem;
  }

  .teams-text-button-wrapper {
    height: 10rem;
    padding: 2rem;
  }

  .dropdown {
    color: var(--palette-3--black-default);
    flex-direction: column;
    justify-content: flex-start;
  }

  .dropdown:hover {
    color: var(--palette-3--black-default);
  }

  .dropdown-list-inner {
    width: 80%;
  }

  .dropdown-list {
    position: relative;
  }

  .dropdown-list.w--open {
    top: 0;
  }

  .container-vertical-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content-grid.mobile-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .column-left {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .column-right {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .column-right.column-right-flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: grid;
  }

  .column-grid {
    width: 18rem;
    height: 100%;
  }

  .review-card {
    height: 100%;
  }

  .reviews-list {
    display: flex;
    position: relative;
  }

  .reviews-list-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .reviews-list-wrapper.right-mobile-hidden {
    display: none;
  }

  .tabs-menu-right {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: 0;
  }

  .tabs-projects {
    margin-top: 0;
  }

  .hero-wrapper-heading {
    width: 100%;
  }

  .blog-post-content {
    grid-row-gap: 3.75rem;
  }

  .sticky-content {
    top: 10rem;
  }

  .blog-post-grid {
    grid-column-gap: 4rem;
    flex-flow: row;
    grid-template-columns: 3.5rem 1fr;
    margin-right: 0;
    display: flex;
  }

  .blog-post-rich-text h2 {
    font-size: 3.5rem;
  }

  .blog-post-rich-text h1 {
    font-size: 4rem;
  }

  .dropdown-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 7.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-image {
    width: 100%;
    height: 20rem;
  }

  .blog-content-flex-wrapper {
    align-items: stretch;
  }

  .blog-collection-item {
    width: 100%;
  }

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

  .blog-image {
    height: 28rem;
  }

  .blog-card-content-wrapper {
    grid-row-gap: 0rem;
  }

  .blog-card-image-wrapper {
    width: 100%;
  }

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

  .slide-content.slide-content-flex-left {
    height: auto;
    padding: 5rem 2rem;
  }

  .column-card-advant.column-card-advant-white {
    width: 100%;
    height: 25rem;
  }

  .container-horizontal-flex.team {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .photospecialist-wrapper {
    height: 30rem;
  }

  .sticky-team {
    padding: 2rem;
  }

  .team-rich-wrapper {
    height: 100%;
  }

  .team-rich-text h2 {
    font-size: 3.5rem;
  }

  .team-rich-text h1 {
    font-size: 4rem;
  }

  .team-rich-text ul {
    margin-left: 1rem;
  }

  .blog-post-rich h2 {
    font-size: 3.5rem;
  }

  .blog-post-rich h1 {
    font-size: 4rem;
  }

  .contact-card {
    width: 100%;
  }

  .contact-card-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-card-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-card {
    width: 100%;
  }

  .gallery-item-inner.mobile-flex {
    flex-flow: column;
    display: flex;
  }

  .gallery-container {
    min-width: 45.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-card {
    height: 28rem;
  }

  .service-page-rich-wrapper {
    grid-template-columns: 1fr;
  }

  .services-heropage-wrapper {
    object-fit: cover;
  }

  .tabs-content-heading-wrapper {
    justify-content: space-between;
    margin-top: 0;
  }

  .project-heading-wrapper {
    width: auto;
    margin-bottom: 2rem;
  }

  .checkout-form-flex {
    flex-flow: column;
  }

  .content-flex-left {
    width: 100%;
    margin-right: 0;
  }

  .content-flex-right {
    position: static;
  }

  .order-items {
    width: 100%;
  }

  .red-order-summary {
    margin-top: 3rem;
    padding: 2rem;
    position: static;
  }

  .order-summary {
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }

  .navigation-link {
    color: var(--palette-4--white-default);
    overflow: visible;
  }

  .burger-line {
    background-color: var(--palette-4--white-default);
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line.burger-line-middle.burger-line-middle-dark {
    background-color: var(--palette-3--black-default);
  }

  .burger-line.burger-line-bottom {
    transform: translate(-50%, 7px);
  }

  .burger-line.burger-line-bottom.burger-line-bottom-dark {
    background-color: var(--palette-3--black-default);
  }

  .burger-line.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .burger-line.burger-line-top.burger-line-top-dark {
    background-color: var(--palette-3--black-default);
  }

  .header-list-black {
    flex-direction: column;
  }

  .header-item-black {
    color: var(--palette-4--white-default);
  }

  .header-item-black.header-button-wrapper {
    margin-top: 1.25rem;
  }

  .header-item-black.header-button-wrapper.desktop-hidden {
    display: flex;
  }

  .burger-close {
    background-color: #f0f0f000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .header-logo-black.w--current {
    display: flex;
  }

  .burger {
    background-color: var(--palette-1--transparent);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .burger-wrapper {
    margin-left: auto;
    position: relative;
  }

  .burger-wrapper.tablet-visible {
    display: block;
  }

  .footer-logo {
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .footer-logo-text {
    letter-spacing: -.1em;
    font-size: 19vw;
  }

  .gallery-item-media-rules {
    display: none;
  }

  .gallery-item-media-rules.last-item-media.desktop-hidden {
    object-fit: cover;
  }

  .gallery-item-media-rules.desktop-hidden {
    width: 100%;
    height: 25rem;
    display: block;
    position: relative;
  }

  .gallery-item-content-wrapper-rules {
    max-width: 100%;
    min-height: auto;
    position: relative;
  }

  .services-heder-wrapper {
    padding-left: 0;
  }

  .tabs-content-heading-wrapper-visible {
    justify-content: flex-start;
    align-items: flex-start;
    width: 42%;
  }

  .services-wrapp {
    object-fit: cover;
  }

  .teams-grid-collection {
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .section-two.section-dark {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .teams-rail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-sticky {
    position: static;
  }

  .color-padding.desktop-hidden {
    display: block;
  }

  .color-padding.mobile-hidden {
    display: none;
  }

  .logo-dark-desktop {
    color: var(--palette-3--black-default);
    margin-top: 5px;
    display: flex;
  }

  .logo-white-mobile {
    justify-content: center;
    align-items: stretch;
    margin-top: 5px;
    display: none;
  }

  .header-navigation {
    z-index: -1;
    grid-row-gap: 2.5rem;
    background-color: var(--palette-1--accent-red);
    flex-direction: column;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: 9.75rem 1rem 4rem;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: auto;
    transform: translate(0, -100%);
  }

  .div-block-10 {
    margin-left: 0;
    margin-right: auto;
  }

  .heading-wrapper-bottom-padding {
    margin-bottom: 3rem;
  }

  .content-vertical-align-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .container-inner {
    width: 100%;
  }

  .text-wrapper-flex {
    margin: 2rem;
  }

  .flex-wrapper {
    width: 100%;
  }

  .icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cart-flex-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon-dark {
    width: 1.5rem;
    height: 1.5rem;
  }

  .logo-white {
    color: var(--palette-3--black-default);
    margin-top: 5px;
    display: flex;
  }

  .heading-s {
    white-space: normal;
  }

  .regular-tab-cpmtemt {
    justify-content: flex-start;
    align-items: flex-start;
    width: 42%;
  }

  .realisation-wraping {
    width: 100%;
  }

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

  .main-container {
    max-width: 760px;
  }

  .teams-rail-noraml {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .services {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
    overflow: visible;
  }

  .services.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card {
    width: auto;
    height: 100%;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .services-heder-wrapper-2 {
    padding-left: 0;
  }

  .forrmcard {
    width: 23rem;
    height: 100%;
  }

  .gr-ille-caueeil {
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .gr-ille-caueeil.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-paragraph {
    font-size: 1.1em;
  }

  .utility-page-wrap-2 {
    padding-left: 5em;
    padding-right: 5em;
  }
}

@media screen and (max-width: 767px) {
  .container {
    min-width: 100%;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .section.hero-section {
    background-image: none;
  }

  .section.section-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.cta {
    z-index: 0;
    height: 35rem;
  }

  .section.section-long-bottom-pading {
    padding-bottom: 5rem;
  }

  .section.section-long-padding.section-desktop-visible {
    overflow: hidden;
  }

  .section.hero-section-product, .section.hero-section-teams, .section.realisation-section {
    background-image: none;
  }

  .hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .footer-wrapper.mobile-copiwrite {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-brand {
    margin-left: 0;
    margin-right: auto;
  }

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: -10px;
  }

  .footer-social-block.footer-social-block-vertical {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 3rem;
  }

  .link-to-top {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    inset: 0% 0% auto auto;
  }

  .color {
    height: 15rem;
  }

  .content-vertical-left-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .color-info-card {
    padding: 1.25rem;
  }

  .content-vertical-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading {
    letter-spacing: -.05em;
  }

  .content-horizontal-left.content-horizontal-left-underlined-full-width {
    padding-bottom: 2em;
  }

  .licenses-text-wrapper {
    max-width: 100%;
  }

  .licenses-text-flex {
    width: auto;
  }

  .max-width-text-wrapper.color-white {
    max-width: 100%;
  }

  .form {
    padding-bottom: 4px;
  }

  .cta-btn {
    z-index: 3;
    position: relative;
  }

  .cta-wrapper-flex {
    text-align: center;
  }

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

  .projects-list.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-card {
    width: 18.6rem;
  }

  .projects-image-wrapper._100 {
    padding-bottom: 216px;
    padding-left: 5px;
  }

  .teams-content {
    margin-bottom: 0;
  }

  .faq-wrapper {
    width: 100%;
  }

  .container-vertical-flex {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .column-right {
    pointer-events: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .column-right.column-right-flex {
    grid-template-columns: 1fr;
    max-height: 100%;
  }

  .review-card {
    pointer-events: none;
  }

  .reviews-list-wrapper.right-mobile-hidden {
    display: none;
  }

  .tabs-menu-right {
    margin-bottom: 2rem;
    margin-left: 0;
    padding-bottom: .5rem;
    overflow: auto;
  }

  .tabs-projects {
    overflow: hidden;
  }

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

  .progects-tabs-list.progects-tabs-list__left-long-column {
    grid-template-columns: 2fr;
  }

  .progects-tabs-list.progects-tabs-list__right-long-column {
    grid-template-columns: 1fr;
  }

  .progects-tabs-item {
    grid-column: span 6 / span 6;
    grid-column-start: unset;
  }

  .progects-tabs-item:first-child {
    grid-column: span 6 / span 6;
  }

  .progects-tabs-item:last-child {
    grid-column: span 6 / span 6;
    grid-column-start: unset;
  }

  .blog-post-content {
    grid-row-gap: 2.5rem;
  }

  .sticky-content {
    grid-column-gap: .125rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .blog-post-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .blog-post-rich-text h2 {
    font-size: 2.5rem;
  }

  .blog-post-rich-text h1 {
    font-size: 3rem;
  }

  .blog-post-rich-text h3 {
    font-size: 2rem;
  }

  .gallery-image-wrapper {
    height: 25rem;
  }

  .gallery-image-wrapper.gallery-image-wrapper-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    height: 48rem;
    display: flex;
  }

  .gallery-wrapper {
    grid-row-gap: 1rem;
    padding-top: 2.5rem;
  }

  .gallery-image {
    height: 15rem;
  }

  .blog-image {
    height: 20rem;
  }

  .blog-card-content-wrapper {
    grid-row-gap: 1.25rem;
  }

  .blog-collection-list {
    display: flex;
  }

  .card-slide.red, .card-slide.burgundi-red {
    border-bottom-color: var(--palette-4--white-20);
    margin-top: -3px;
  }

  .slide-content.slide-content-flex-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-right: 2rem;
  }

  .column-card-advant.column-card-advant-white {
    height: 20rem;
  }

  .container-horizontal-flex {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .photospecialist-wrapper {
    height: 100%;
  }

  .sticky-team {
    position: static;
  }

  .team-rich-text h2 {
    font-size: 2.5rem;
  }

  .team-rich-text h1 {
    font-size: 3rem;
  }

  .team-rich-text h3 {
    font-size: 2rem;
  }

  .sticky-social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .blog-post-rich h2 {
    font-size: 2.5rem;
  }

  .blog-post-rich h1 {
    font-size: 3rem;
  }

  .blog-post-rich h3 {
    font-size: 2rem;
  }

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

  .about-card-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .about-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .gallery-item-sticky {
    height: 100%;
    position: relative;
  }

  .gallery-item-inner.mobile-flex {
    flex-flow: column;
    display: flex;
  }

  .gallery-container {
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5em 1.25rem;
  }

  .price-card {
    height: 22rem;
  }

  .cart-container {
    height: 100%;
    margin-top: 0;
  }

  .services-heropage-wrapper {
    width: 100%;
    height: 20rem;
  }

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

  .autotabs-tab.w--current {
    padding: 1.5rem 1rem;
  }

  .navigation-link {
    overflow: visible;
  }

  .tabs-content {
    width: 100%;
  }

  .footer-logo {
    margin-top: 3rem;
  }

  .gallery-item-media-rules {
    width: 100%;
    display: none;
    position: relative;
  }

  .gallery-item-media-rules.last-item-media {
    width: 100%;
  }

  .gallery-item-media-rules.desktop-hidden {
    height: 25rem;
    display: block;
  }

  .gallery-item-content-wrapper-rules {
    max-width: 100%;
    position: relative;
  }

  .collection-item:last-child {
    border-bottom: 1px solid var(--palette-2--gray-100);
  }

  .collection-list {
    width: 100%;
  }

  .services-heder-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 2rem;
  }

  .services-heder-wrapper:hover {
    flex: 1;
    padding-right: 0;
  }

  .tabs-content-heading-wrapper-visible {
    display: none;
  }

  .services-wrapp {
    width: 100%;
    height: 20rem;
  }

  .section-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .teams-rail {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sticky-track {
    height: auto;
    margin-top: 0;
  }

  .heading-block-with-top-padding {
    overflow-wrap: normal;
  }

  .text-overflow-wrapper {
    text-overflow: clip;
    white-space: break-spaces;
    height: 4.8em;
    overflow: hidden;
  }

  .header-navigation {
    transform: translate(0, -100%);
  }

  .content-vertical-align-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .cart-open {
    padding-right: 1.2rem;
  }

  .regular-tab-cpmtemt {
    display: none;
  }

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

  .form-text-and-input-field-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .form-input-field-light, .form-input-field-light::placeholder {
    font-size: 16px;
  }

  .contact-us-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .field-label-light {
    font-size: 18px;
  }

  .teams-rail-noraml {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .services.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .services-heder-wrapper-2 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 2rem;
  }

  .services-heder-wrapper-2:hover {
    flex: 1;
    padding-right: 0;
  }

  .forrmcard {
    width: 18.6rem;
  }

  .gr-ille-caueeil.fo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-heading {
    font-size: 3.3em;
    font-weight: 300;
  }

  .utility-page-content-2 {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  body {
    --palette-2--gray-50: #efefef;
    --text-size--text-s: 1rem;
    --line-height--line-height-1-2: 120%;
    --fonts--normal: 400;
    --text-size--h1-xl: clamp(3rem, 2.194rem + 4.03vw, 6.88rem);
    --line-height--line-height-0-95: 95%;
    --letter-spacing--letter-spacing-4: -.03em;
    --text-size--h2-l: 2.5rem;
    --line-height--line-height-1-1: 110%;
    --letter-spacing--letter-spacing-6: -.06em;
    --text-size--h4-s: 1.5rem;
    --line-height--line-height-1-6: 160%;
    --palette-4--white-default: white;
    --palette-3--black-default: #0d0b0b;
    --indentation--section: 5rem;
    --indentation--s7-5: 7.5rem;
    --indentation--slong: 5rem;
    --indentation--sm: 10rem;
    --palette-3--black-light-50: #00000080;
    --indentation--szero: 0rem;
    --indentation--2rem: 2rem;
    --palette-1--accent-red: #df9c2a;
    --indentation--70: 70%;
    --palette-4--white-20: #fff3;
    --letter-spacing--letter-spacing-3: -.03em;
    --palette-2--grey-transparent: #efefef80;
    --palette-2--gray-100: #dbdbdb;
    --palette-2--gray-200: #bdbdbd;
    --palette-2--gray-300: #5c5c5c;
    --text-size--h404: clamp(11rem, 8.048rem + 14.76vw, 18.75rem);
    --letter-spacing--letter-spacing-2: -.02em;
    --palette-1--transparent: #fff0;
    --palette-4--white-50: #ffffff80;
    --text-size--text-m: 1.13rem;
    --palette-1--dark-red: #a3581a;
    --palette-1--burgundi-red: #af6e00;
    --text-size--h3-m: 1.75rem;
    --line-height--line-height-0-9: 90%;
    --letter-spacing--letter-spacing-8: -.08em;
    --palette-3--black-light-20: #0d0b0d33;
    --palette-4--white-80: #fffc;
    --palette-4--white-70: #ffffffb3;
    --palette-4--white-40: #fff6;
    --fonts--medium: 500;
    --fonts--poppins: Poppins, sans-serif;
    --palette-3--black-light-30: #0d0b0d4d;
  }

  .container {
    max-width: none;
  }

  .container.container-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .container.tean33 {
    margin-top: 31px;
  }

  .nav-link.sidebutton.side.hidemobile {
    display: none;
  }

  .section {
    z-index: 1;
    overflow: hidden;
  }

  .section.hero-section {
    height: 100%;
  }

  .section.hero-section.mnobile {
    padding-top: var(--indentation--sm);
  }

  .section.section-long-bottom-pading.no-top-mobile-padding {
    padding-top: var(--indentation--section);
  }

  .section.hero-section-product {
    height: 100%;
  }

  .section.hero-section-teams {
    height: 100%;
    padding-top: var(--indentation--sm);
  }

  .section.realisation-section {
    height: 100%;
  }

  .section.realisation-section.equue3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .hero-wrapper.hero-wrapper-flex.equiep {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .footer-social-block.footer-social-block-vertical {
    display: none;
  }

  .footer-social-block.desktop-hidden {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .header, .header.header-dark-without-color {
    z-index: 99;
  }

  .buttons-style-wrapper {
    flex-flow: column;
  }

  .colors {
    grid-auto-flow: row;
  }

  .heading-wrapper-hero.no-bottom-padding-mobile {
    padding-bottom: 0;
  }

  .button-white.button-white-with-top-margin {
    margin-top: 2rem;
  }

  .utility-page-content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-wrapper-three {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .nav-link-text.mobile-menu-size {
    font-size: 2rem;
  }

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

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

  .form-block {
    width: 100%;
  }

  .text-field {
    height: 100%;
  }

  .arrow {
    inset: 0%;
  }

  .cta-round-btn {
    inset: 0% 0% 0% auto;
  }

  .servises-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .blog-content-card {
    margin-bottom: 0;
  }

  .blog-post-image-wrapper {
    height: 18rem;
  }

  .blog-post-card {
    width: 19rem;
  }

  .round-button-grey {
    flex: none;
  }

  .blog-flex-horizontal-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image-full-width {
    aspect-ratio: auto;
  }

  .projects-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .projects-list.fo {
    flex-flow: column;
    display: flex;
  }

  .project-card {
    width: 100%;
  }

  .projects-image-wrapper {
    order: -9999;
    height: 19rem;
  }

  .projects-image-wrapper._100 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .teams-content {
    text-align: left;
  }

  .teams-image-wrapper {
    height: 22rem;
  }

  .social-icon {
    inset: 0%;
  }

  .dropdown-icon {
    flex: none;
  }

  .dropdown-list-inner {
    width: 100%;
  }

  .dropdown-list.dropdown-list-relative.w--open {
    top: -1rem;
  }

  .column-right {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .column-grid {
    width: auto;
  }

  .reviews-list-wrapper {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
  }

  .bg-project.header-realisations, .bg-project.header-services, .bg-project.header-carriere {
    background-position: 0%, 50%;
  }

  .sticky-content {
    width: 100%;
    position: static;
  }

  .blog-post-grid {
    grid-row-gap: 3.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-post-rich-text {
    overflow: hidden;
  }

  .blog-post-rich-text h2 {
    width: 100vw;
  }

  .blog-post-rich-text ul {
    padding-left: 1.25rem;
  }

  .dropdown-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    white-space: normal;
  }

  .gallery-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .blog-card-image-wrapper {
    height: 17rem;
  }

  .slide-content.slide-content-flex-left {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .column-card-advant.column-card-advant-white {
    height: auto;
  }

  .photospecialist-wrapper, .sticky-team {
    width: 100%;
  }

  .team-rich-wrapper {
    width: 100%;
    height: auto;
  }

  .team-rich-text h2 {
    width: 100vw;
  }

  .blog-bread-crumbs {
    overflow-wrap: break-word;
  }

  .blog-grid-content {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .sticky-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    position: static;
  }

  .author-flex-block.vertical {
    padding: 2rem;
  }

  .author-grid-container {
    flex-flow: column;
    display: flex;
  }

  .author-white-wrapper {
    display: block;
  }

  .blog-post-rich h2 {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .bg-about-us {
    background-position: 50%;
    background-size: auto 100%;
  }

  .bg-about-us.mobile {
    height: 200vh;
  }

  .bg-about-us.mobile._232 {
    background-position: 0 0, 12%, 50% 40%, 50%;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, cover, cover, cover;
    background-attachment: scroll, fixed, fixed, fixed;
  }

  .bg-about-us.mobile._232.bhbh {
    background-position: 0 0, 28% 40%, 50% 40%, 50%;
    background-size: auto, cover, cover, cover;
    height: 1300px;
  }

  .gallery-container {
    max-width: none;
  }

  .price-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .services-heropage-wrapper {
    object-fit: cover;
  }

  .autotabs {
    min-height: auto;
  }

  .checkout-header {
    margin-top: 1.5rem;
    overflow: hidden;
  }

  .order-items {
    overflow: hidden;
  }

  .discounts {
    height: 4.125rem;
  }

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

  .content-horizontal-flex-left.header-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-logo {
    margin-left: -.5rem;
  }

  .footer-logo-text {
    font-size: 18vw;
  }

  .footer-logo-text.one {
    margin-top: 0;
    margin-right: 0;
  }

  .footer-logo-text.two {
    margin-top: 0;
  }

  .gallery-item-media-rules.last-item-media.desktop-hidden {
    height: 19rem;
  }

  .gallery-item-media-rules.desktop-hidden {
    height: 20rem;
  }

  .services-wrapp {
    object-fit: cover;
  }

  .teams-grid-collection {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .section-two {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section-two.section-dark {
    padding-top: 5.12rem;
    padding-bottom: 1.5rem;
  }

  .teams-rail {
    display: flex;
  }

  .row {
    flex-flow: column;
    margin-top: .5rem;
  }

  .header-navigation {
    transform: translate(0, -100%);
  }

  .apply-relative-wrapper {
    height: 4.125rem;
  }

  .div-block-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .brand-logo.uppp.abstract {
    flex: none;
  }

  .preloading {
    display: none;
  }

  .logo-preloading {
    width: 200px;
  }

  .teams-rail-noraml, .services.fo {
    flex-flow: column;
    display: flex;
  }

  .service-card {
    width: 100%;
    display: flex;
  }

  .section-2 {
    z-index: 1;
    overflow: hidden;
  }

  .forrmcard {
    width: 100%;
  }

  .gr-ille-caueeil {
    display: flex;
  }

  .gr-ille-caueeil.fo {
    flex-flow: column;
    display: flex;
  }

  .hero-heading {
    margin-bottom: 0;
  }

  .button-arrow-right {
    margin-left: .5em;
  }

  ._404-title-block {
    flex-wrap: wrap;
  }

  .hero-buttons-wrap {
    flex-wrap: wrap;
    align-self: stretch;
  }

  .utility-page-wrap-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: .3em;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

#w-node-_8ada3024-cb85-e31a-80fa-48a5e4c9ef8f-d4bf370a {
  place-self: center;
}

#w-node-_5c47f7fa-6dd3-c53b-cb66-5d76f783d381-d4bf370a {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_2ca79272-822e-a1a3-e710-2a1a6f52bf6d-d4bf370a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe2ede58-804d-8487-533b-64f6f9bc24b2-d4bf370a {
  align-self: start;
}

#w-node-e30fb572-6de1-d803-f58f-434976246792-d4bf370a {
  justify-self: center;
}

#w-node-_43689678-0b82-8ab6-780d-4fcc6a20ae80-d4bf370a, #w-node-_34c12a72-cc97-e677-b7b8-e6aba5077148-d4bf370a {
  place-self: center start;
}

#w-node-fc6da1df-19e8-74af-4cd6-25cc9585d187-9585d17f {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto stretch;
}

#w-node-fc6da1df-19e8-74af-4cd6-25cc9585d188-9585d17f, #w-node-fc6da1df-19e8-74af-4cd6-25cc9585d197-9585d17f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc6da1df-19e8-74af-4cd6-25cc9585d1b7-9585d17f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fc6da1df-19e8-74af-4cd6-25cc9585d1b9-9585d17f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c2440809-85ee-9325-36a4-63a715b9eef1-9585d17f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3ff6671c-a5ca-a8a6-7b34-2a929802bc83-d4bf3750, #w-node-_3ff6671c-a5ca-a8a6-7b34-2a929802bc8a-d4bf3750, #w-node-_3ff6671c-a5ca-a8a6-7b34-2a929802bc91-d4bf3750, #w-node-_3ff6671c-a5ca-a8a6-7b34-2a929802bc98-d4bf3750, #w-node-_1f6d2fff-1e58-fd67-ad36-b1669c4b1d5c-d4bf3750, #w-node-_1f6d2fff-1e58-fd67-ad36-b1669c4b1d63-d4bf3750, #w-node-_1f6d2fff-1e58-fd67-ad36-b1669c4b1d6a-d4bf3750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed63d10e-19ad-3b0e-5a23-fba5714122ba-d4bf380e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_8d859062-4427-6080-7891-5be0d361492b-d4bf380e {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: stretch;
}

#w-node-bc3a44bf-323a-18e0-590f-da632163a55d-d4bf380f {
  place-self: start;
}

#w-node-bc3a44bf-323a-18e0-590f-da632163a565-d4bf380f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_78038482-6596-df43-84d6-6371b5b61274-d4bf380f, #w-node-_78038482-6596-df43-84d6-6371b5b61276-d4bf380f, #w-node-_78038482-6596-df43-84d6-6371b5b61279-d4bf380f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24943c71-46a4-182f-da38-69c6a4672be2-d4bf380f {
  place-self: start;
}

#w-node-_24943c71-46a4-182f-da38-69c6a4672bfc-d4bf380f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_24943c71-46a4-182f-da38-69c6a4672c00-d4bf380f, #w-node-_24943c71-46a4-182f-da38-69c6a4672c03-d4bf380f, #w-node-_24943c71-46a4-182f-da38-69c6a4672c08-d4bf380f, #w-node-_4986c3af-7c80-766b-c256-13cbb48c3ca3-d4bf3812, #w-node-_612ca359-adc0-d8db-d45d-bbde60515164-d4bf3812, #w-node-_1a8fd89c-dc42-408e-36dd-40b4f4faf750-d4bf3812, #w-node-_6a18f63f-8f81-cf40-9b5f-62caf41285c9-d4bf3812, #w-node-_8c6121eb-1786-7740-5323-ecd90db75a95-d4bf3812, #w-node-b042d543-3d61-666d-b1cc-88d5a04e68e7-d4bf3812, #w-node-_35de45db-df7f-4be4-0868-03a37b42a63d-d4bf3812, #w-node-_3fa2393b-dd30-334e-71aa-73ec87b09779-d4bf3812, #w-node-_1130c102-97a6-d913-d756-0ee8dde35393-d4bf3812, #w-node-_4abdcb4a-ea44-0ee7-7e65-cfa8c8f7e347-d4bf3812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d42d0e1-e71e-0d17-0588-724aed76ddbc-d4bf3813 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f26073e-9fc5-2e5d-2d6e-077a4face25c-d4bf3816 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_411e4221-4122-cf1c-c3df-c85ad717a6f5-d4bf3818 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ada3024-cb85-e31a-80fa-48a5e4c9ef8f-d9a68e69 {
  place-self: center;
}

#w-node-_13b7eb3c-b7d1-b900-ab60-f28993170f36-d9a68e69 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e30fb572-6de1-d803-f58f-434976246792-d9a68e69 {
  place-self: center;
}

#w-node-_51c180e9-8ad7-a768-3255-da5fc85296de-d9a68e69 {
  place-self: center start;
}

#w-node-f3a711ff-4050-de20-ce26-0d4c57413bdf-1917b061, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be2-1917b061, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be7-1917b061, #w-node-_7b8f1886-ce82-5533-3c74-acca122f937e-1917b061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aad57e04-554c-4bd5-4eb5-862a217c7956-9c60d796 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-f3a711ff-4050-de20-ce26-0d4c57413bdf-d19e46ac, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be2-d19e46ac, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be7-d19e46ac, #w-node-f3a711ff-4050-de20-ce26-0d4c57413bdf-03ca682a, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be2-03ca682a, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be7-03ca682a, #w-node-_99f08cc1-1a1b-4655-4860-e13f40f3a9b7-03ca682a, #w-node-f04c2a43-a712-279a-1c0b-c7ff69c2a263-e7d046a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2dd7d39-4597-8ece-fe03-2abd7850f616-69cf229b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch stretch;
}

#w-node-_76d45a61-c118-55b8-beb5-7b0b5f1371e0-69cf229b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3a711ff-4050-de20-ce26-0d4c57413bdf-39912255, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be2-39912255, #w-node-f3a711ff-4050-de20-ce26-0d4c57413be7-39912255, #w-node-_7f42174b-4714-e040-b0dc-c3490c544d7d-39912255 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fc6da1df-19e8-74af-4cd6-25cc9585d187-9585d17f {
    order: 0;
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fc6da1df-19e8-74af-4cd6-25cc9585d1b9-9585d17f {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-c2440809-85ee-9325-36a4-63a715b9eef1-9585d17f {
    grid-area: 1 / 4 / 2 / 6;
  }

  #w-node-ed63d10e-19ad-3b0e-5a23-fba5714122ba-d4bf380e {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_8d859062-4427-6080-7891-5be0d361492b-d4bf380e {
    grid-column: 1 / 6;
  }

  #w-node-_512589b0-e0dd-24c7-23c4-b070b28b7745-d4bf3813 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_411e4221-4122-cf1c-c3df-c85ad717a6f5-d4bf3818 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc3a44bf-323a-18e0-590f-da632163a55d-d4bf380f, #w-node-_24943c71-46a4-182f-da38-69c6a4672be2-d4bf380f {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }
}


