:root {
  --white: #fefefe;
  --black: #0a0a0a;
  --grey: #eff3f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

.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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 74px;
  font-weight: 400;
  line-height: 92px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 135%;
}

h3 {
  letter-spacing: .4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

blockquote {
  border-left: 4px solid var(--black);
  margin-bottom: 10px;
  padding: 24px 20px 24px 40px;
  font-size: 22px;
  line-height: 34px;
}

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

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

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

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

.section.gallery-home-a {
  padding-top: 20px;
  padding-bottom: 0;
  position: relative;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 24px;
}

.section.whate-we-do-home-a {
  padding-top: 70px;
}

.section.hero-home-b {
  height: 110vh;
  max-height: 980px;
  min-height: 600px;
  background-image: linear-gradient(rgba(10, 10, 10, .35), rgba(10, 10, 10, .35)), url('../images/HeroImage_1HeroImage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 18vh;
  display: flex;
  position: relative;
}

.section.subhero-home-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.quote-home-b {
  padding-top: 16px;
  padding-bottom: 100px;
}

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

.section.gallery-home-b {
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.section.hero-home-c {
  padding-top: 200px;
}

.section.opening-animation {
  height: 280vh;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.small-bottom-padding {
  padding-bottom: 32px;
}

.section.projects-overview-projects-page {
  padding-top: 24px;
  padding-bottom: 70px;
}

.section.hero-studio-a {
  padding-top: 200px;
  padding-bottom: 120px;
}

.section.moving-gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-studio-b {
  color: var(--white);
  background-image: linear-gradient(92deg, #000, rgba(10, 10, 10, 0)), url('../images/StudioB_1StudioB.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 500px;
  padding-bottom: 80px;
}

.section.subhero-studio-b {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.big-image-section {
  height: 90vh;
  max-height: 900px;
  min-height: 600px;
  background-image: url('../images/HeroImage_1HeroImage.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.text-blocks-studio-c {
  padding-top: 100px;
}

.section.resources-hero {
  color: var(--white);
  background-image: linear-gradient(92deg, #000, rgba(10, 10, 10, 0)), url('../images/Resources_1Resources.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 400px;
  padding-bottom: 80px;
}

.section.hero-blog-template {
  padding-top: 220px;
}

.section.project-template-hero {
  padding-top: 200px;
  padding-bottom: 70px;
}

.section.project-content, .section.gallery-project-template, .section.more-projects {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.shop-hero {
  padding-top: 200px;
}

.section.product-hero {
  padding-top: 200px;
  padding-bottom: 70px;
}

.section.more-products {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.legal-section {
  padding-top: 200px;
}

.section.category-hero, .section._404-hero {
  padding-top: 160px;
}

.section.template-hero {
  background-color: var(--black);
  color: var(--white);
  padding-top: 160px;
}

.section.hero-sales {
  padding-top: 180px;
  padding-bottom: 64px;
}

.section.sales-mockups {
  height: 95vh;
  max-height: 900px;
  min-height: 600px;
  background-color: var(--grey);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.pages-overview {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.grey {
  background-color: var(--grey);
}

.main-container {
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
}

.no-padding-column {
  padding: 0;
}

.limit-1088 {
  width: 100%;
  max-width: 1088px;
}

.navbar {
  width: 100%;
  height: 72px;
  background-color: var(--white);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.transparent-navbar {
  background-color: rgba(254, 254, 254, 0);
  position: absolute;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.right-navbar {
  display: block;
}

.link-brand-navbar {
  height: 21px;
  align-items: center;
  display: flex;
}

.brand-navbar {
  height: 100%;
  max-width: none;
  min-height: 30px;
}

.wrap-hero-home-a {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.wrap-available {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.circle-available {
  width: 12px;
  height: 12px;
  background-color: var(--black);
  border-radius: 50%;
}

.right-hero-home-a {
  max-width: 448px;
}

.subtitle {
  font-size: 28px;
  line-height: 40px;
}

.subtitle.shop-category {
  color: var(--black);
  text-decoration: none;
}

.space-72 {
  height: 72px;
}

.wrap-video-background {
  background-color: var(--grey);
  padding: 80px;
}

.video-reel {
  z-index: 1;
  min-height: 590px;
}

.ligbtox-play-video {
  width: 100px;
  height: 100px;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: 32px;
  right: auto;
}

.flex-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.no-margins {
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins.text-testimonials-small.categories {
  margin-top: 10px;
}

.space-48 {
  height: 48px;
}

.grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grid-halves.industry-halves {
  border-top: 1px solid var(--white);
  padding-top: 80px;
}

.grid-halves.services-list-grid {
  grid-row-gap: 80px;
}

.grid-halves.studio-c-numbers {
  margin-top: 40px;
}

.wrap-single-service {
  border-top: 1px solid var(--black);
  padding-top: 26px;
  padding-bottom: 26px;
}

.wrap-single-service.last-service {
  border-bottom: 1px solid #000;
}

.master-services-list {
  flex-direction: column;
  display: flex;
}

.wrap-moving-logos {
  width: 100vw;
  align-items: stretch;
  padding: 24px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inside-moving-logos {
  width: 200vw;
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.image-moving-logo {
  height: 39px;
}

.space-64 {
  height: 64px;
}

.gradient-logos {
  z-index: 2;
  width: 250px;
  background-image: linear-gradient(to right, var(--black), rgba(10, 10, 10, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gradient-logos.right-gradient {
  background-image: linear-gradient(270deg, var(--black), rgba(10, 10, 10, 0));
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.limit-528 {
  width: 100%;
  max-width: 529px;
}

.space-32 {
  height: 32px;
}

.link-with-line {
  grid-row-gap: 6px;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-with-line.white-link {
  color: var(--white);
}

.link-with-line.move-up {
  margin-bottom: 8px;
}

.flex-cta-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.line-link {
  width: 30%;
  height: 1px;
  background-color: var(--black);
}

.line-link.white-line {
  background-color: var(--white);
}

.limit-1200 {
  width: 100%;
  max-width: 1200px;
}

.wrap-heading-with-link {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.space-80 {
  height: 80px;
}

.columns-projects-one-two {
  display: flex;
}

.column-project-one {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 280px 100px;
  display: flex;
}

.wrap-project-one {
  width: 100%;
  max-width: 528px;
}

.link-project-version-one {
  width: 100%;
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-project-general {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 76%;
}

.image-project-general.home-a-project-one {
  padding-top: 105%;
}

.image-project-general.home-a-project-two {
  padding-top: 99%;
}

.image-project-general.home-a-project-three {
  padding-top: 110%;
}

.image-project-general.home-a-project-four {
  padding-top: 100%;
}

.image-project-general.home-c-projects-general {
  height: 80vh;
  max-height: 600px;
  min-height: 400px;
  object-fit: cover;
  background-image: none;
  padding-top: 0%;
}

.image-project-general.home-c-pr {
  object-fit: fill;
  background-image: none;
  padding-top: 0%;
}

.bottom-project-version-one {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 135%;
}

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

.text-project-tile-subtext {
  font-size: 20px;
}

.column-project-two {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.columns-projects-three-four {
  margin-top: -126px;
  display: flex;
}

.wrap-project-three {
  z-index: 10;
  width: 100%;
  max-width: 412px;
  position: relative;
}

.wrap-project-two {
  z-index: 5;
  width: 100%;
  max-width: 428px;
  position: relative;
}

.wrap-project-four {
  width: 100%;
  max-width: 528px;
}

.column-project-three {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 383px 48px;
  display: flex;
}

.column-project-four {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.space-56 {
  height: 56px;
}

.master-industry-tile-content {
  max-width: 528px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-industry-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-industry-tile {
  width: 100%;
}

.master-industry-grids {
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.space-100 {
  height: 100px;
}

.master-awards {
  width: 100%;
  max-width: 864px;
}

.grid-awards {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 72px;
  grid-template-columns: 1.3fr 1fr .7fr;
  grid-auto-rows: 72px;
}

.cell-award {
  height: 100%;
  border-bottom: 1px solid var(--black);
  align-items: center;
  display: flex;
}

.cell-award.align-right {
  text-align: right;
  justify-content: flex-end;
}

.grid-gallery-home-a {
  z-index: 5;
  grid-template-rows: auto;
  grid-template-columns: 864px auto;
  position: relative;
}

.image-home-gallery {
  min-height: 640px;
  background-color: var(--black);
}

.image-home-gallery.image-one {
  background-image: url('../images/Gallery-1_1Gallery 1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-home-gallery.image-two {
  background-image: url('../images/Gallery-2_1Gallery 2.webp');
  background-position: 50%;
  background-size: cover;
}

.color-fill-gallery-a {
  z-index: 2;
  width: 100%;
  height: 40%;
  background-color: var(--black);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.limit-864 {
  width: 100%;
  max-width: 864px;
}

.icon-quote {
  height: 22px;
}

.big-text {
  font-size: 40px;
  line-height: 140%;
}

.master-journal-a {
  width: 100%;
  max-width: 976px;
}

.link-blog-version-a {
  color: var(--black);
  text-decoration: none;
}

.grid-blog-version-a {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
}

.image-blog-version-a {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100%;
}

.master-blog-content-version-a {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.bottom-blog-version-a {
  grid-row-gap: 24px;
  border-bottom: 1px solid var(--black);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.list-blog-version-a {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.big-email {
  font-size: 90px;
  line-height: 120%;
}

.grid-thirds {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-thirds.products-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-contact {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  color: var(--black);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.master-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-footer {
  width: 100%;
  max-width: 304px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right-footer {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.link-brand-footer {
  height: 32px;
  margin-bottom: 40px;
}

.brand-footer {
  height: 100%;
  max-width: none;
}

.grid-footer-links {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap-links-footer {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-footer-heading {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
}

.link-footer {
  color: var(--white);
  text-decoration: none;
}

.bottom-footer {
  border-top: 1px none var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-legal {
  font-size: 14px;
}

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

.cta {
  height: 52px;
  color: var(--black);
  background-color: rgba(254, 254, 254, 0);
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  transition: transform .2s;
  display: flex;
}

.cta:hover {
  transform: scale(1.03);
}

.cta.nav-cta {
  height: 48px;
  margin-left: 16px;
}

.cta.nav-cta.white-nav-cta {
  border-color: var(--white);
  color: var(--white);
}

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

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

.cta.white-outline {
  border-color: var(--white);
  color: var(--white);
}

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

.wrap-hero-home-b, .image-logo-hero-home-b {
  width: 100%;
}

.limit-774 {
  width: 100%;
  max-width: 774px;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: var(--black);
  border-radius: 1px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.plus-line.white-line {
  background-color: var(--white);
}

.expandable-single {
  cursor: pointer;
  border-top: 1px solid #000;
  padding: 26px 0;
}

.expandable-single.white-top {
  border-top-color: var(--white);
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plus-expand-master {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-h3-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-bottom {
  width: 90%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-person-tabs {
  opacity: .7;
  margin-top: 24px;
  font-size: 20px;
  line-height: 140%;
}

.testimonial-tab-content {
  max-width: 570px;
  flex: 1;
  margin-left: 56px;
}

.tab-link-testimonials {
  height: 37px;
  opacity: .4;
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.tab-link-testimonials.w--current {
  opacity: 1;
  background-color: rgba(221, 221, 221, 0);
}

.testimonial-stars {
  height: 24px;
  margin-bottom: 24px;
}

.paragraph-mega {
  font-size: 28px;
  line-height: 140%;
}

.paragraph-mega.video-home-c-text {
  max-width: 400px;
}

.testimonial-image {
  width: 100%;
  max-width: 490px;
}

.tab-content-wrap-testimonials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-tabs-wrap {
  border-radius: 12px;
  padding: 0;
}

.tabs-menu-testimonials {
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.image-testimonials-logo {
  height: 100%;
  max-width: none;
}

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

.link-project-halves-grid {
  width: 100%;
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.column-team.second-team-column {
  padding-top: 120px;
}

.column-team.third-team-column {
  padding-top: 240px;
}

.wrap-person {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.bottom-person {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.limit-416 {
  width: 100%;
  max-width: 416px;
}

.master-numbers {
  flex-direction: column;
  display: flex;
  position: relative;
}

.single-number {
  background-color: var(--white);
  padding-top: 320px;
  padding-bottom: 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.single-number.grey-number-single {
  background-color: var(--grey);
}

.grid-number-big {
  max-width: 980px;
  grid-column-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 256px 1fr;
}

.wrap-number-big {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.link-blog-thirds {
  width: 100%;
  grid-row-gap: 32px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-blog-thrids {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 72%;
}

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

.grid-contact-b {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.left-contact-b {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top-contact-b {
  max-width: 422px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bottom-contact-b {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-contact-b {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.opening-grid-right {
  width: 100%;
  height: 100%;
  grid-template-rows: 1.6fr 1fr;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 2vw;
}

.opening-image-right-two {
  background-image: url('../images/6477c4016f9e81c9d0fbd22f_installation-de-sol-en-epoxy-montreal.jpg');
  background-position: 50%;
  background-size: cover;
}

.opening-image-left-one {
  background-image: url('../images/forfaits-fetes-enfants-les-zenith-1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

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

.opening-image-right-one {
  background-image: url('../images/6477c5074b982e4b1c46a5a4_AdobeStock_222106228-1.png.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 6vh;
  margin-bottom: 6vh;
}

.opening-grid-left {
  width: 100%;
  height: 100%;
  grid-template-rows: 1fr 1.6fr;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-right: 2vw;
}

.opening-image-left-two {
  background-image: url('../images/6477c32782aeebf2ec756a08_Charles_Robert_Photo-de-presse-scaled.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-background-video {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.limit-580 {
  max-width: 580px;
}

.opening-image-right-free {
  background-image: url('../images/6477c7ad82aeebf2ec7a6625_inscriptions-camp-de-jour-les-zenith.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-right-master {
  width: 35vw;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.opening-image-left-three {
  background-image: url('../images/6477bd749ede7ec2c17a815f_Ma-Job-Resto-photo-accueil-2-scaled.webp');
  background-position: 50%;
  background-size: cover;
}

.opening-left-master {
  width: 35vw;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-hero-home-c {
  text-align: center;
  font-size: 59px;
}

.tile-process {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-black {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  margin-bottom: 50px;
}

.bottom-process {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.person-wrap-testimonial-slider {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-testimonial-slider {
  grid-row-gap: 24px;
  background-color: rgba(254, 254, 254, .02);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.tile-testimonial-slider.testimonial-tile-slider {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-testimonial-slider {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}

.stars-testimonial-slider {
  height: 20px;
}

.slide-testimonials-slider {
  height: auto;
}

.name-testimonial-slider {
  opacity: .8;
  margin-bottom: 0;
  font-size: 16px;
}

.slider-testimonials {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-nav-hidden {
  display: none;
}

.logo-testimonial-slider {
  height: 32px;
}

.arrrow-testimonials-slider {
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -84px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrrow-testimonials-slider.left-arrow {
  right: 48px;
}

.top-wrap-testimonial-slider {
  grid-column-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-arrow-testimonials-slider {
  width: 32px;
  height: 32px;
}

.testimonial-testimonials-slider {
  color: var(--white);
  margin-bottom: 0;
}

.heading-testimonials-section {
  margin-top: 0;
  margin-bottom: 30px;
}

.list-projects-three {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.link-projects-three {
  width: 100%;
  grid-row-gap: 48px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.bottom-projects-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.tab-content {
  border-radius: 12px;
  padding: 0;
}

.grid-halves-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.space-24 {
  height: 24px;
}

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

.tabs-wrap {
  width: 100%;
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}

.tab-pane, .tabs-content {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(254, 254, 254, .08);
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  padding: 6px;
  display: flex;
}

.tab-link {
  width: 160px;
  min-height: 40px;
  color: var(--white);
  text-align: center;
  background-color: rgba(10, 10, 10, 0);
  border-radius: 80px;
  padding: 4px 24px;
  font-size: 18px;
  line-height: 180%;
}

.tab-link.w--current {
  background-color: #000;
}

.content-wrap-tab-inside {
  width: 100%;
  max-width: 490px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-image {
  width: 100%;
}

.line-link-block {
  color: #000;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.space-under-tabs {
  height: 140px;
}

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

.divider-white.sticky-testimoinial {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-white.footer-links-divider {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.quote-wrap-home-c {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.list-project-page-a {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.link-project-page-a {
  width: 100%;
  grid-row-gap: 64px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.left-project-page-a {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-project-page-a {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.image-project-page-a {
  min-height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.space-16 {
  height: 16px;
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 20px;
}

.column-left-sticky {
  padding: 0;
}

.sticky-columns {
  display: flex;
}

.column-right-sticky {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.wrap-sticky {
  width: 100%;
  max-width: 448px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.wrap-sticky-process {
  width: 100%;
  max-width: 528px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.tile-sticky-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
}

.text-testimonials-small {
  font-size: 16px;
  line-height: 138%;
}

.mega-h1 {
  font-size: 110px;
  font-weight: 700;
  line-height: 120%;
}

.space-120 {
  height: 120px;
}

.master-vertical-text-blocks, .single-vertical-text-block {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.right-vertical-text-blocks {
  width: 100%;
  max-width: 640px;
}

.heading-2-vertical-text-blocks {
  margin-top: -4px;
  margin-bottom: 0;
}

.column-services-list {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-3-services-list {
  margin-top: 0;
  margin-bottom: 4px;
}

.logos-grid-studio-a {
  grid-column-gap: 56px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-logos-grid {
  width: 100%;
  opacity: .7;
}

.moving-gallery-video {
  width: 100%;
  height: 100%;
}

.moving-gallery-master {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.moving-gallery-bottom-grid {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.moving-gallery-top-grid {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.moving-gallery-image.mg-2 {
  height: 80%;
  background-image: url('../images/HeroImage_1HeroImage.webp');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-5 {
  height: 80%;
  background-image: url('../images/Opening-5_1Opening 5.webp');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-4 {
  height: 55%;
  background-image: url('../images/Opening-4.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-3 {
  height: 70%;
  background-image: url('../images/Opening-3_1Opening 3.webp');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-6 {
  height: 70%;
  background-image: url('../images/mg-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.moving-gallery-image.mg-1 {
  height: 70%;
  background-image: url('../images/Finance_2Finance.webp');
  background-position: 50%;
  background-size: cover;
}

.limit-640 {
  width: 100%;
  max-width: 640px;
}

.image-office-a {
  width: 100%;
}

.icon-circle-link {
  width: 22px;
  height: 22px;
}

.white-tile {
  background-color: #f0dfd5;
  border-radius: 8px;
  padding: 24px;
}

.white-tile.office-about-a {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.bottom-wrap-office-a {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offices-wrap-about-a {
  width: 100%;
  max-width: 1000px;
  grid-row-gap: 64px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-wrap-office-a {
  grid-column-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-wrap-office-a {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.circle-link-office {
  width: 44px;
  height: 44px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.circle-link-office:hover {
  background-color: rgba(0, 0, 0, .8);
}

.wrap-office-a {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.grid-stuido-c {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1px 1fr;
}

.wrao-content-studio-c {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.divider-studio-c {
  width: 1px;
  height: 100%;
  background-color: var(--black);
}

.image-studio-c {
  background-image: url('../images/StudioB_1StudioB.webp');
  background-position: 100%;
  background-size: cover;
  padding-top: 100%;
  position: relative;
}

.right-studio-c {
  flex-direction: column;
  display: flex;
}

.quote-wrap-studio-c {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.wrap-offices-vertical-text-blocks {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.space-140 {
  height: 140px;
}

.columns-blog-template-hero {
  display: flex;
}

.column-left-blog-template {
  padding: 0 100px 0 0;
}

.bottom-blog-template {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.column-image-blog {
  padding: 0;
}

.image-blog {
  width: 100%;
  min-height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.left-blog-template {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrap-minutes-read {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-project-template-hero {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.master-project-template-hero {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.grid-project-template-hero {
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr .8fr;
}

.column-project-description-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-project-description-hero.in-short-column {
  max-width: 340px;
}

.list-project-gallery {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-gallery-template {
  width: 100%;
}

.master-shop-hero {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.top-shop-hero {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-shop-categories {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.master-products {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.link-shop-tile {
  width: 100%;
  grid-row-gap: 24px;
  color: var(--black);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-wrap-product {
  background-color: var(--grey);
}

.image-product {
  width: 100%;
}

.bottom-product-tile {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-product-hero {
  width: 100%;
  max-width: 590px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.top-left-product-hero {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-product-description {
  margin-top: 24px;
  margin-bottom: 0;
}

.right-product-hero {
  width: 100%;
  max-width: 530px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.list-more-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.item-more-images {
  max-width: 80px;
}

.default-state-add-to-cart {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-bottom-color: var(--black);
  background-color: var(--white);
  border-radius: 0;
  margin-bottom: 0;
}

.text-field:focus, .text-field.-wfp-focus {
  border-bottom-color: var(--black);
}

.text-field.quantity-product {
  min-width: 100px;
}

.text-field.size-product {
  min-width: 160px;
}

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

.text-field.cart-field {
  height: 50px;
}

.product-description-pricing-tile {
  margin-bottom: 0;
}

.text-product-name {
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}

.pricing-tile {
  grid-row-gap: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.wrap-all-from {
  grid-column-gap: 0px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.heading-all-from {
  margin-top: 0;
  margin-bottom: 0;
}

.text-category-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
}

.checkout-form {
  background-color: var(--grey);
  padding: 80px 0;
}

.wrap-bran-checkout {
  height: 64px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.link-brand-checkout {
  height: 25px;
}

.brand-checkout {
  height: 100%;
  max-width: none;
}

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

.billing-address-toggle {
  align-items: center;
}

.checkbox {
  width: 22px;
  height: 22px;
  margin-top: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 200px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 500px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-lock {
  width: 100%;
  max-width: 200px;
}

.wrap-password-form {
  width: 100%;
  max-width: 300px;
  flex-direction: column;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.image-chevron-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown-list.w--open {
  border-top: 1px solid var(--black);
  background-color: var(--white);
}

.link-dropdown {
  text-align: center;
  font-size: 16px;
}

.link-dropdown:hover {
  background-color: var(--grey);
}

.link-dropdown.w--current {
  color: var(--black);
  font-weight: 700;
}

.divider-typography {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .2);
}

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

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.columns-template-details {
  display: flex;
}

.template-h2 {
  margin-top: 0;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 2px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.left-column-template-details {
  padding: 0;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

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

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

.icon-template {
  width: 40px;
}

.color {
  background-color: #faebe3;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding-top: 100%;
}

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

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

.color.color-three {
  background-color: var(--grey);
}

.link-template-navigation {
  color: rgba(19, 19, 19, .7);
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.wrap-button {
  grid-row-gap: 12px;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.video-template {
  z-index: 1;
  width: 100%;
  height: 190px;
}

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

.tile-changelog {
  width: 100%;
  max-width: 562px;
  background-color: var(--grey);
  padding: 40px 32px;
}

.overlay-home-b {
  background-color: var(--white);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-video {
  z-index: 3;
  background-color: var(--grey);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-hero-sales {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.left-hero-sales {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-hero-sales {
  max-width: 448px;
}

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

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.sales-mock-image {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 2px;
  margin-bottom: 0;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.included-padding-wrap {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.included-card {
  height: 100%;
  min-height: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  text-align: center;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.included-card.figma-card {
  min-height: 0;
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.image-sales-page {
  width: 100%;
  border: 1px solid rgba(28, 53, 51, .16);
  border-radius: 4px;
}

.sales-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.more-power-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.overlay-studio-c {
  background-color: var(--white);
  transform-origin: 50% 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.fixed-cart {
  z-index: 10000;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.remove-link {
  color: #1c3533;
  text-decoration: none;
}

.cart-button {
  width: 56px;
  height: 56px;
  background-color: #202020;
  border-radius: 50%;
  justify-content: center;
}

.icon-cart-product {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}

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

.remove-button {
  color: #1c3533;
}

.grid-halves-space-left {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
}

.grid-halves-space-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px;
}

.grid-halves-space-left-extra {
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
}

.link {
  -webkit-text-stroke-color: #000;
  display: inline;
  overflow: visible;
}

.link-2 {
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.error-message {
  color: #e5a7ff;
  background-color: rgba(255, 255, 255, .09);
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.icon-1x1 {
  display: flex;
}

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

.cms_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #dce4cb;
  background-color: rgba(68, 75, 55, .47);
}

.field {
  z-index: 2;
  width: 100%;
  height: 75px;
  max-height: 7em;
  max-width: 100%;
  min-height: 75px;
  min-width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid rgba(194, 231, 231, .49);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 400;
  transition: all .3s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.name {
  color: #c2e7e7;
  border-bottom-color: rgba(194, 231, 231, .49);
  margin-top: -8px;
  font-size: 1.9em;
  font-weight: 400;
  transition-property: all;
  transition-duration: .3s;
}

.field.name::-ms-input-placeholder {
  color: #c2e7e7;
}

.field.name::placeholder {
  color: #c2e7e7;
}

.field.email {
  color: #c2e7e7;
  border-bottom-color: rgba(194, 231, 231, .49);
  margin-top: -8px;
  font-size: 1.9em;
  font-weight: 400;
}

.field.phone {
  color: #c2e7e7;
  margin-top: -8px;
  font-size: 1.9em;
}

.field.message {
  height: 240px;
  min-height: 240px;
  color: var(--black);
  border-width: 1px;
  border-color: #000;
  padding: 15px 20px;
  font-size: 1.7em;
  font-weight: 400;
}

.lottie-animation {
  width: 40px;
  height: 40px;
  filter: invert();
  margin-left: auto;
  margin-right: auto;
}

.section-main-form {
  position: relative;
}

.form_sucess_trigger {
  display: none;
}

.checkbox-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
  border: 1px solid rgba(194, 231, 231, .3);
  border-radius: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color .1s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-2:hover {
  background-color: rgba(255, 255, 255, .09);
}

.checkbox-2.w--redirected-checked {
  z-index: 4;
  background-color: #002a29;
  background-image: none;
  border-style: none;
}

.checkbox-2.w--redirected-focus {
  height: 100%;
  box-shadow: none;
  border-color: rgba(194, 231, 231, .3);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-focus-visible {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, .6);
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: rgba(194, 231, 231, .9);
  margin-bottom: .7em;
  font-size: 1em;
  font-weight: 400;
  transition: transform .2s;
  position: relative;
}

.field_label.large {
  color: rgba(10, 10, 10, .27);
  margin-bottom: .4em;
  font-size: 1.4em;
  font-weight: 400;
  transform: scale(1.2)translate(0, 1.6em);
}

.field_label.is-radio {
  color: var(--black);
  margin-bottom: .5em;
  font-size: 1.25em;
}

.success {
  text-align: center;
  background-color: rgba(255, 255, 255, .14);
  border-radius: .6em;
  padding: 2.5em;
}

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

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.submit_button {
  min-width: 100%;
  background-color: var(--black);
  color: #fff;
  object-fit: fill;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 16px;
  display: inline-block;
}

.submit_button:hover {
  color: #000;
  -webkit-text-stroke-width: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-huge {
  padding-top: 9.75em;
  padding-bottom: 17.1em;
}

.error-message_text {
  font-size: 1.3em;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  transition: all .3s;
  display: flex;
  position: relative;
}

.field_wrap.is-radio {
  margin-bottom: 30px;
  display: block;
}

.field_wrap.select {
  align-items: stretch;
}

.main-form_component {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.heading-qr_wrapper {
  position: relative;
}

.image_item {
  width: 100%;
}

.form-2 {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-style-muted {
  opacity: .8;
}

.max-width-medium {
  max-width: 35.875em;
}

.checkbox-form_component {
  width: auto;
  height: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  grid-column-gap: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .925em 1.125em;
  font-weight: 500;
  display: flex;
  position: relative;
}

.checkbox-form_component:focus {
  border-color: rgba(255, 255, 255, .6);
}

.header--content {
  z-index: 1;
  width: 100%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.cms_version {
  z-index: 99;
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 3.125em;
  left: auto;
  right: 4.95em;
}

.hide-tablet-mobile {
  margin-right: 4px;
  display: block;
}

.image_collection {
  width: 40vw;
  height: 100%;
  background-color: #0b2726;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.container-large {
  width: 100%;
  max-width: 101.75em;
  margin-left: auto;
  margin-right: auto;
}

.radio_button {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(0, 0, 0, .7);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio_button:hover {
  background-color: rgba(255, 255, 255, .09);
}

.radio_button:active {
  color: #fff;
  background-color: #000;
}

.radio_button.w--redirected-checked {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #000;
  border: 1px #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  color: #fff;
  background-color: #000;
  border-width: 2px;
  border-color: #000;
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.top-text_wrapper {
  margin-bottom: 57px;
}

.icon_wrapper {
  width: 5.2em;
  height: 5.2em;
  background-color: #002a29;
  border: 1px solid rgba(194, 231, 231, .19);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2.7em;
  bottom: auto;
  left: auto;
  right: -4.2em;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: 1.125em;
  position: relative;
}

.radio_field:hover {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #000;
}

.radio_field:active {
  background-color: #000;
}

.radio_field:focus {
  background-color: var(--black);
  color: #fff;
  -webkit-text-stroke-color: var(--black);
}

.text-size-regular-20 {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-regular-20.text-weight-medium {
  z-index: 5;
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
}

.main-head-wrapper {
  z-index: 998;
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 3.75em 0 0;
  transition: all .4s;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.margin-bottom.margin-medium {
  padding-bottom: 1em;
}

.margin-bottom.margin-tiny {
  margin-bottom: .5em;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.select-field {
  z-index: 1;
  height: 73px;
  min-height: 73px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  position: relative;
}

.select-field.wide {
  z-index: 30;
  height: 76px;
  min-height: 76px;
  color: rgba(194, 231, 231, .9);
  border: 1px #dde4e1;
  border-bottom: 1px solid rgba(194, 231, 231, .49);
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1.075rem;
  padding-bottom: 1.075rem;
  padding-left: 0;
  font-size: 1.5em;
  line-height: 1;
  display: flex;
}

.hide-mobile-ins {
  display: none;
}

.image {
  transform: scale(.7);
}

.text-size-tiny {
  font-size: 12px;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.slide-up.tricks {
  overflow: hidden;
}

.logo {
  color: #fff;
}

.logo.w--current {
  mix-blend-mode: difference;
}

.form {
  width: 80%;
  margin-bottom: 0;
}

.error2 {
  width: 100%;
  min-width: 100%;
  color: #e5a7ff;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.page-padding {
  padding-left: 2.35em;
  padding-right: 2.35em;
}

.collaborators_select {
  min-height: auto;
  grid-column-gap: .875rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  grid-auto-columns: auto;
  grid-auto-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  justify-items: start;
  display: flex;
}

.checkbox-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
  border: 1px solid rgba(194, 231, 231, .3);
  border-radius: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color .1s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-3:hover {
  background-color: rgba(255, 255, 255, .09);
}

.checkbox-3.w--redirected-checked {
  z-index: 4;
  background-color: #002a29;
  background-image: none;
  border-style: none;
}

.checkbox-3.w--redirected-focus {
  height: 100%;
  box-shadow: none;
  border-color: rgba(194, 231, 231, .3);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-3.w--redirected-focus-visible {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, .6);
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-4 {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
  border: 1px solid rgba(194, 231, 231, .3);
  border-radius: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color .1s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-4:hover {
  background-color: rgba(255, 255, 255, .09);
}

.checkbox-4.w--redirected-checked {
  z-index: 4;
  background-color: #002a29;
  background-image: none;
  border-style: none;
}

.checkbox-4.w--redirected-focus {
  height: 100%;
  box-shadow: none;
  border-color: rgba(194, 231, 231, .3);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-4.w--redirected-focus-visible {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, .6);
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button-field {
  border: 1px solid #000;
  display: inline-block;
}

.radio-button-field:hover, .radio-button-field:focus {
  border-width: 2px;
}

.radio-button {
  border-style: none;
  display: none;
  overflow: visible;
}

.submit-button {
  display: block;
}

.checkbox-5 {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: default;
  border: 1px solid rgba(194, 231, 231, .3);
  border-radius: 0;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 500;
  transition: background-color .1s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-5:hover {
  background-color: rgba(255, 255, 255, .09);
}

.checkbox-5.w--redirected-checked {
  z-index: 4;
  background-color: #002a29;
  background-image: none;
  border-style: none;
}

.checkbox-5.w--redirected-focus {
  height: 100%;
  box-shadow: none;
  border-color: rgba(194, 231, 231, .3);
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-5.w--redirected-focus-visible {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, .6);
  margin-left: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: auto;
}

.form-3 {
  margin-top: 0;
}

.text-field-2, .text-field-3, .text-field-4 {
  border: 1px solid var(--black);
  margin-bottom: 15px;
}

.select-field-2 {
  margin-bottom: 30px;
}

.textarea {
  min-height: 200px;
  border: 1px solid var(--black);
  margin-bottom: 30px;
}

.image-6 {
  height: 80vh;
  max-height: 600px;
  max-width: none;
  min-height: 400px;
  min-width: 0;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/francofievre-par-mat--sab.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  display: inline-block;
  position: static;
  overflow: visible;
}

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

.container-620px-center {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.cloneable-container-default {
  min-height: 624px;
  background-color: #f7f7f7;
  border-radius: 20px;
  transform: translate(0);
}

.cloneable-container-default.center {
  min-height: auto;
  border-radius: 0;
  align-items: center;
  padding: 144px 24px;
}

.author-name---brix {
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 36px;
}

.card {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}

.card.author {
  border-color: #eff2f6;
  padding-bottom: 58px;
  box-shadow: 0 5px 12px rgba(8, 15, 52, .05);
}

.social-icon---brix {
  border-radius: 32px;
  margin: 4px 6px;
  transition: transform .3s;
}

.social-icon---brix:hover {
  transform: translate(0, -4px);
}

.social-icon---brix.twitter {
  background-color: #2494fb;
}

.social-icon---brix.linkedin {
  background-color: #0a66c2;
}

.social-icon---brix.facebook {
  background-image: linear-gradient(#109ded, #1072ed);
}

.social-icon---brix.instagram {
  background-image: linear-gradient(#c837ab, #ff543e 48%, #fd5);
}

.social-icon---brix.youtube {
  background-color: #ff2532;
}

.button-icon {
  margin-right: 4px;
}

.author-avatar---brix {
  border: 5px solid #fff;
  border-radius: 50%;
  margin-top: -84px;
}

.author-text-wrapper---brix {
  max-width: 450px;
  text-align: center;
  margin: 16px auto 26px;
  padding-left: 20px;
  padding-right: 20px;
}

.author-links-wrapper---brix {
  max-width: 406px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.button-circle-arrow {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background-color: #030b1a;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 9px 9px 9px 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.button-circle-arrow:hover {
  color: #fff;
  background-color: #25282e;
  transform: translate(0, -2px);
}

.button-circle-arrow.white {
  color: #030b1a;
  background-color: #fff;
  border: 1px solid #eff2f6;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-circle-arrow.white:hover {
  border-color: #030b1a;
}

.flex {
  display: flex;
}

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

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

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

.author-description---brix {
  margin-bottom: 12px;
}

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

.arrow-button-wrapper---brix {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-button-wrapper---brix.white {
  background-color: #eff2f6;
}

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

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

  .section.hero-home-a {
    padding-top: 200px;
  }

  .section.hero-home-b {
    height: 98vh;
    max-height: 620px;
    min-height: 400px;
    padding-bottom: 80px;
  }

  .section.hero-home-c, .section.projects-hero {
    padding-top: 140px;
  }

  .section.hero-studio-b, .section.resources-hero {
    padding-top: 320px;
  }

  .section.hero-blog-template {
    padding-top: 160px;
  }

  .section.legal-section {
    padding-top: 140px;
  }

  .section.hero-sales {
    padding-top: 200px;
  }

  .section.sales-mockups {
    max-height: 700px;
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subtitle {
    font-size: 26px;
    line-height: 37px;
  }

  .wrap-video-background {
    padding: 32px;
  }

  .inside-moving-logos {
    min-width: 2000px;
  }

  .space-80.projects-hero-space {
    height: 40px;
  }

  .column-project-one {
    padding-left: 0;
    padding-right: 40px;
  }

  .image-project-general.home-c-projects-general {
    max-height: 510px;
  }

  .column-project-three {
    padding-left: 12px;
    padding-right: 56px;
  }

  .space-100.contact-page-space {
    height: 40px;
  }

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

  .big-text {
    font-size: 36px;
    line-height: 142%;
  }

  .big-email {
    font-size: 7vw;
    line-height: 140%;
  }

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

  .grid-thirds.included-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .master-footer {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .nav-menu {
    max-height: 90vh;
    background-color: var(--grey);
    flex-direction: column;
    padding: 40px;
    overflow: scroll;
  }

  .nav-menu.transparent-nav-menu {
    background-color: var(--black);
  }

  .testimonial-tab-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .testimonial-image {
    max-width: none;
  }

  .tab-content-wrap-testimonials {
    width: 100%;
    max-width: 530px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu-testimonials {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-number {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .list-blog-thirds {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact-b {
    grid-column-gap: 32px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .tab-link {
    width: 200px;
  }

  .top-project-page-a {
    margin-bottom: 64px;
  }

  .image-project-page-a {
    min-height: 320px;
  }

  .column-left-sticky {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .sticky-columns {
    flex-direction: column;
    align-items: center;
  }

  .column-right-sticky {
    align-items: center;
    margin-top: 120px;
  }

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

  .tile-sticky-testimonial {
    text-align: left;
  }

  .mega-h1 {
    font-size: 80px;
  }

  .logos-grid-studio-a {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-stuido-c {
    grid-row-gap: 80px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr;
  }

  .divider-studio-c {
    width: 100%;
    height: 1px;
  }

  .space-140.between-blogs {
    height: 40px;
  }

  .columns-blog-template-hero {
    flex-direction: column;
  }

  .image-blog {
    min-height: 450px;
    margin-top: 40px;
  }

  .grid-project-template-hero {
    grid-row-gap: 40px;
    grid-template-columns: 1fr .8fr;
  }

  .master-shop-hero {
    grid-row-gap: 40px;
  }

  .top-shop-hero {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .wrap-menu-button {
    width: 100%;
    height: 100%;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .line-menu {
    width: 32px;
    height: 2px;
    background-color: #000;
    padding: 0;
  }

  .line-menu.first-line.white-line {
    background-color: var(--white);
  }

  .line-menu.second-line {
    width: 20px;
  }

  .line-menu.second-line.white-line {
    background-color: var(--white);
  }

  .menu-button {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .dropdown {
    display: block;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

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

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .included-card {
    min-height: 260px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-thirds-sales-page {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .grid-halves-space-left.break-tablet, .grid-halves-space-right {
    grid-template-columns: 1fr;
  }

  .field_wrap {
    align-items: flex-start;
  }

  .field_wrap.select {
    align-items: stretch;
  }

  .main-form_component {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 189px;
    display: flex;
  }

  .header--content {
    justify-content: space-between;
  }

  .cms_version {
    z-index: 99;
  }

  .hide-tablet-mobile {
    display: none;
  }

  .form {
    width: 100%;
  }

  .page-padding {
    z-index: 20;
    position: relative;
  }

  .image-2, .image-3, .image-4, .image-5 {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

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

  .section.black.testimonials-slider-section {
    padding-bottom: 140px;
  }

  .section.projects-hero {
    padding-bottom: 24px;
  }

  .section.hero-studio-a {
    padding-top: 160px;
  }

  .section.hero-studio-c {
    padding-top: 140px;
  }

  .section.project-template-hero {
    padding-top: 160px;
  }

  .section.shop-hero, .section.product-hero {
    padding-top: 140px;
  }

  .wrap-hero-home-a {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .video-reel {
    max-height: 300px;
    min-height: 0;
  }

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

  .grid-halves.studio-c-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .grid-halves.services-halves {
    grid-row-gap: 0px;
  }

  .wrap-single-service.first-in-second-column {
    border-top-style: none;
  }

  .inside-moving-logos {
    min-width: 2270px;
  }

  .wrap-heading-with-link {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .space-80.projects-hero-space {
    height: 40px;
  }

  .columns-projects-one-two {
    grid-row-gap: 80px;
    flex-direction: column;
  }

  .column-project-one {
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-project-general.home-c-projects-general {
    height: 370px;
    max-height: none;
    min-height: 0;
  }

  .columns-projects-three-four {
    grid-row-gap: 80px;
    flex-direction: column;
    margin-top: 0;
  }

  .wrap-project-three, .wrap-project-two {
    max-width: none;
  }

  .column-project-three {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .space-100.achievements-space {
    height: 48px;
  }

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

  .image-home-gallery {
    min-height: 360px;
  }

  .image-home-gallery.image-two {
    min-height: 500px;
    background-position: 50% 0;
  }

  .big-text {
    font-size: 28px;
  }

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

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

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

  .grid-thirds.people-thirds {
    width: 100%;
    max-width: 400px;
    grid-row-gap: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-footer {
    max-width: 330px;
  }

  .grid-footer-links {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .service-h3-expandable {
    font-size: 22px;
    line-height: 28px;
  }

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

  .paragraph-mega.center-landscape {
    text-align: center;
  }

  .paragraph-mega.video-home-c-text {
    font-size: 24px;
  }

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

  .column-team.second-team-column, .column-team.third-team-column {
    padding-top: 0;
  }

  .limit-416.center-landscape {
    margin-left: auto;
    margin-right: auto;
  }

  .single-number {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .grid-number-big {
    width: 100%;
    max-width: 400px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .list-blog-thirds, .opening-grid-right {
    grid-template-columns: 1fr;
  }

  .opening-image-left-one, .opening-image-right-one {
    display: none;
  }

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

  .limit-580.home-three-video-limit {
    width: 80%;
    max-width: none;
  }

  .heading-hero-home-c {
    font-size: 40px;
  }

  .arrrow-testimonials-slider {
    top: auto;
    bottom: -64px;
    left: auto;
    right: 0;
  }

  .grid-halves-2.tab-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .grid-fourths.numbers-grid {
    grid-row-gap: 80px;
  }

  .faq-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .mega-h1 {
    font-size: 64px;
  }

  .right-vertical-text-blocks {
    max-width: none;
  }

  .white-tile.office-about-a {
    padding: 24px;
  }

  .bottom-wrap-office-a {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-project-template-hero {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .right-project-template-hero {
    text-align: center;
  }

  .master-project-template-hero {
    grid-row-gap: 40px;
  }

  .list-project-gallery {
    grid-row-gap: 24px;
  }

  .default-state-add-to-cart {
    flex-wrap: wrap;
    margin-top: 24px;
  }

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

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

  .columns-template-details {
    flex-direction: column;
  }

  .tile-template-details {
    padding: 24px;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

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

  .tile-changelog {
    padding: 32px 24px;
  }

  .wrap-hero-sales {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .right-hero-sales {
    order: -1;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .grid-halves-space-left, .grid-halves-space-left-extra {
    grid-template-columns: 1fr;
  }

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

  .padding-vertical {
    padding-top: 5.8em;
    padding-bottom: 0;
  }

  .checkbox-form_component {
    width: 100%;
  }

  .cms_version {
    left: 0;
    right: 0;
  }

  .top-text_wrapper {
    margin-bottom: 2em;
  }

  .hide-mobile-ins {
    display: none;
  }

  .text-style-allcaps.slide-up.tricks {
    overflow: visible;
  }

  .form {
    width: 100%;
  }

  .page-padding {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .collaborators_select {
    grid-column-gap: .875rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: grid;
  }

  .button-circle-arrow {
    font-size: 16px;
    line-height: 18px;
  }

  .arrow-button-wrapper---brix {
    width: 44px;
    height: 44px;
  }
}

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

  h2 {
    line-height: 125%;
  }

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

  .section.hero-home-a {
    padding-top: 160px;
  }

  .section.hero-home-b {
    height: 100vh;
    max-height: 690px;
  }

  .section.subhero-home-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.projects-overview-projects-page {
    padding-top: 16px;
  }

  .section.hero-studio-a {
    padding-top: 140px;
  }

  .section.hero-studio-b {
    background-position: 0 0, 100% 0;
    padding-top: 210px;
    padding-bottom: 56px;
  }

  .section.project-template-hero {
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .section.project-content, .section.gallery-project-template {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.sales-mockups {
    height: 80vh;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wrap-hero-home-a {
    grid-row-gap: 40px;
  }

  .subtitle {
    font-size: 24px;
    line-height: 33px;
  }

  .wrap-video-background {
    padding: 16px;
  }

  .video-reel {
    max-height: 200px;
  }

  .ligbtox-play-video {
    width: 64px;
    height: 64px;
    margin: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .no-margins {
    text-align: center;
    align-self: center;
  }

  .grid-halves.industry-halves {
    padding-top: 64px;
  }

  .inside-moving-logos {
    width: auto;
    min-width: 2010px;
  }

  .gradient-logos {
    width: 48px;
  }

  .wrap-heading-with-link.center-phone {
    text-align: center;
    align-items: center;
  }

  .space-80.project-before-image {
    height: 40px;
  }

  .space-80.before-work-b-space {
    height: 24px;
  }

  .space-80.studio-a-image-space {
    height: 40px;
  }

  .columns-projects-one-two {
    grid-row-gap: 40px;
  }

  .image-project-general.home-c-projects-general {
    height: 210px;
  }

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

  .columns-projects-three-four, .master-industry-tile-content {
    grid-row-gap: 40px;
  }

  .master-industry-grids {
    grid-row-gap: 64px;
  }

  .grid-awards {
    grid-template-rows: 56px;
  }

  .cell-award {
    font-size: 3.8vw;
  }

  .big-text {
    font-size: 26px;
  }

  .master-blog-content-version-a {
    grid-row-gap: 12px;
  }

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

  .grid-thirds.process-thirds {
    grid-row-gap: 120px;
  }

  .link-brand-footer {
    width: 92%;
    height: auto;
  }

  .brand-footer {
    width: 100%;
    height: auto;
  }

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

  .cta.fill.sales-cta {
    width: 100%;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .service-h3-expandable {
    margin-bottom: 0;
  }

  .tab-link-testimonials {
    height: 30px;
  }

  .testimonial-stars {
    height: 20px;
  }

  .testimonials-tabs-wrap {
    padding: 0;
  }

  .heading-hero-home-c {
    font-size: 34px;
    line-height: 47px;
  }

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

  .image-testimonial-slider {
    width: 64px;
    height: 64px;
  }

  .list-projects-three {
    grid-row-gap: 64px;
  }

  .link-projects-three {
    grid-row-gap: 32px;
  }

  .bottom-projects-three {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu {
    width: 100%;
    margin-bottom: 24px;
  }

  .tab-link {
    width: 40vw;
    justify-content: center;
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 4.4vw;
    display: flex;
  }

  .line-link-block {
    font-size: 20px;
  }

  .space-under-tabs {
    height: 64px;
  }

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

  .image-project-page-a {
    min-height: 260px;
  }

  .faq-h3 {
    margin-bottom: 0;
  }

  .tile-sticky-testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .mega-h1 {
    font-size: 20vw;
  }

  .single-vertical-text-block {
    grid-row-gap: 80px;
  }

  .logos-grid-studio-a {
    grid-template-columns: 1fr 1fr;
  }

  .moving-gallery-bottom-grid {
    height: 30vh;
    grid-template-columns: .8fr 1.2fr .7fr;
  }

  .moving-gallery-top-grid {
    height: 30vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .moving-gallery-image.mg-4, .moving-gallery-image.mg-3 {
    display: none;
  }

  .grid-project-template-hero {
    grid-row-gap: 24px;
    grid-template-columns: .8fr;
  }

  .list-project-gallery {
    grid-row-gap: 16px;
  }

  .right-product-hero {
    max-width: none;
  }

  .default-state-add-to-cart {
    grid-row-gap: 16px;
  }

  .utility-page-wrap {
    padding: 140px 16px;
  }

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

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

  .wrap-button {
    padding: 16px;
  }

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

  .wrap-hero-sales {
    grid-row-gap: 40px;
  }

  .left-hero-sales {
    width: 100%;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .sales-mockups-column.first-column, .sales-mockups-column.second-column {
    display: none;
  }

  .included-card, .sales-card, .more-power-card {
    padding: 24px;
  }

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

  .field_label.large {
    margin-bottom: .1em;
    font-size: 1.25em;
  }

  .field_label.is-radio {
    line-height: 1.5;
  }

  .padding-vertical {
    padding-top: 3.9em;
  }

  .padding-vertical.padding-huge {
    padding-top: 20.15em;
  }

  .main-form_component {
    margin-top: -23px;
  }

  .checkbox-form_component {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 18px;
  }

  .cms_version {
    left: 0;
    right: 0;
  }

  .radio_field {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .text-size-regular-20 {
    font-size: 16px;
  }

  .text-size-regular-20.text-weight-medium {
    flex: 0 auto;
    font-size: 1em;
    font-weight: 400;
  }

  .main-head-wrapper {
    padding-top: 1.875em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .radio_label {
    font-size: 1.125em;
    font-weight: 400;
  }

  .page-padding {
    z-index: 10;
    position: relative;
  }

  .image-2 {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .collaborators_select {
    width: 100%;
    max-width: 100%;
    grid-column-gap: .875rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: grid;
  }

  .image-3, .image-4, .image-5 {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cloneable-container-default.center {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .card.author {
    padding-bottom: 37px;
  }

  .author-avatar---brix {
    width: 36%;
    margin-top: -40px;
  }

  .button-circle-arrow {
    font-size: 15px;
    line-height: 17px;
  }

  .arrow-button-wrapper---brix {
    width: 40px;
    height: 40px;
  }
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a372-1d6b977e {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a373-1d6b977e, #w-node-_2772dcfa-e683-7b9c-248e-82308a74a374-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a377-1d6b977e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2772dcfa-e683-7b9c-248e-82308a74a378-1d6b977e, #w-node-_2772dcfa-e683-7b9c-248e-82308a74a379-1d6b977e, #w-node-_791dc7c7-25ea-2b98-7655-8ce329117692-1d6b977e, #w-node-_54efc837-efba-f326-b9f2-90cb3cbb1c08-1d6b977e, #w-node-d61a26fc-2c63-780c-c63b-8002256c5588-1d6b977e, #w-node-_18115144-68e1-4fd6-5d18-80612baf6322-1d6b977e, #w-node-_18115144-68e1-4fd6-5d18-80612baf632c-1d6b977e, #w-node-_18115144-68e1-4fd6-5d18-80612baf6336-1d6b977e, #w-node-a93e389f-861a-74ac-1d36-40ff84113620-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff84113621-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411362f-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff84113630-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411363e-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a93e389f-861a-74ac-1d36-40ff8411363f-1d6b977e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_1d21cafa-34be-34ad-d143-a2af5cc2802a-5cc28022, #w-node-_1d21cafa-34be-34ad-d143-a2af5cc2802d-5cc28022, #w-node-_1d21cafa-34be-34ad-d143-a2af5cc28030-5cc28022 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbc3430-e290-f971-0bc0-f221b3e4b96e-c2eb63ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2bbc3430-e290-f971-0bc0-f221b3e4b979-c2eb63ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4af9be9f-223f-5f15-10b8-da366c72ee98-1d6b97b6, #w-node-_1c5e6ab1-9865-d487-4ee1-07a2dcc53832-1d6b97b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d184ee0f-ca1e-2d9f-3f71-4e213424d365-1d6b97b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85305837-85f4-7871-7ce5-440fa115bca3-1d6b97b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-f88a5e35-9faa-52c0-9d4d-857fb3598728-1d6b97b9, #w-node-a431a08c-3fe2-0464-5edb-e0f06d61cd7b-1d6b97b9, #w-node-_3036327c-2a14-a1f8-575a-41467493d90d-1d6b97b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58363ef4-5f41-bb20-0b06-38a76c98a2a4-1d6b97b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_040ca3b1-c93d-9ef6-3ebc-d63b8caa50cf-1d6b97b9, #w-node-c58a899e-f95f-3b21-4686-7e47daff68e6-1d6b97b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a1694c6-9de1-fc82-84d6-4e4a97091509-1d6b97bf, #w-node-e4e4724d-18f4-ad2d-a305-bb4b90611c0f-1d6b97bf, #w-node-_610a7865-3e39-16b4-717f-84712bdf6ec7-1d6b97bf, #w-node-d90716cf-bc9c-533b-978e-c9d1a077a415-1d6b97bf, #w-node-_59d4c92e-d47d-361e-b674-bbaa7fed8651-1d6b97bf, #w-node-de82d5b7-ab85-c93a-4bf6-46de69dfb13f-1d6b97bf, #w-node-de1c9c4d-7638-bc40-28ac-b944e7f1a871-1d6b97bf, #w-node-_3d872dd4-9db2-a4d8-275f-aa0b5b332f54-1d6b97bf, #w-node-_115a1c63-d0f7-8ad8-f545-38291016c9f4-1d6b97bf, #w-node-_231bc083-027e-705d-e966-eed67e298da8-1d6b97bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abf49646-1063-22d9-1d76-8ba4e36bdf12-1d6b97bf, #w-node-abf49646-1063-22d9-1d76-8ba4e36bdf13-1d6b97bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d290bd65-f6fe-2ac7-dc03-41ebd86c97fd-1d6b97db {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d290bd65-f6fe-2ac7-dc03-41ebd86c980d-1d6b97db, #w-node-d290bd65-f6fe-2ac7-dc03-41ebd86c980e-1d6b97db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc4-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc5-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabc9-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabca-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabce-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabcf-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabd3-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-ca878228-9957-4d21-3763-ae80085fabd4-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b60ca52-ffb9-8e5d-7d92-bd7312bc298f-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_793ec430-6d19-d1b6-b15a-daf6fd0a3eca-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_5c668c4b-cc05-08bb-4c4d-18a1d9426a1a-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5c668c4b-cc05-08bb-4c4d-18a1d9426a1d-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-fd4cbc8c-58ec-3700-7695-e7885459dedf-1d6b97df, #w-node-_80112351-bc66-d741-03fc-e6223017c19a-1d6b97df, #w-node-d3395fe8-ecdf-7a36-9398-394eefe222b6-1d6b97df, #w-node-c5ef9ac8-6d23-d2ac-d5bc-d92cc45ac759-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c325af9c-eca8-7e0f-41e0-e07ffaeb754d-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c325af9c-eca8-7e0f-41e0-e07ffaeb7550-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_8cce0994-2447-4f9a-3408-e31119dcc811-1d6b97df, #w-node-_7f55e6ea-5829-1383-c794-a9cb77b012fe-1d6b97df, #w-node-_22f25dde-9a9d-ab90-d78d-af15087b4228-1d6b97df, #w-node-_6c35bf87-d6e8-0ab8-d7c2-c8b7d4e1335f-1d6b97df, #w-node-_83881df6-dc45-3785-d309-f8e7b6e06d64-1d6b97df, #w-node-ae89aabf-d287-53b2-46b4-a63b29bfc4bb-1d6b97df, #w-node-_49b9a912-5aec-5c48-f460-e909b65435b6-1d6b97df, #w-node-c6aec504-eeba-4f30-d654-d4c6315b9168-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c2f3415c-0dcb-cd7e-8649-d024f8748d10-1d6b97df {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9523-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9524-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9525-1d6b97df, #w-node-_88cfb690-078d-2edd-4641-f1fda75a9526-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a9528-1d6b97df, #w-node-_88cfb690-078d-2edd-4641-f1fda75a9529-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a952a-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cfb690-078d-2edd-4641-f1fda75a952b-1d6b97df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1067c47b-6b99-5103-b478-12ae93389654-1d6b97e2, #w-node-_1067c47b-6b99-5103-b478-12ae93389658-1d6b97e2, #w-node-_1067c47b-6b99-5103-b478-12ae9338965c-1d6b97e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1067c47b-6b99-5103-b478-12ae93389683-1d6b97e2, #w-node-_1067c47b-6b99-5103-b478-12ae93389684-1d6b97e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1067c47b-6b99-5103-b478-12ae9338969d-1d6b97e2, #w-node-_1067c47b-6b99-5103-b478-12ae933896a2-1d6b97e2, #w-node-_1067c47b-6b99-5103-b478-12ae933896a7-1d6b97e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_58363ef4-5f41-bb20-0b06-38a76c98a2a4-1d6b97b9 {
    justify-self: start;
  }

  #w-node-d290bd65-f6fe-2ac7-dc03-41ebd86c97fd-1d6b97db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c2f3415c-0dcb-cd7e-8649-d024f8748d10-1d6b97df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}