:root {
  --bg: white;
  --black: #000;
  --green: #000;
  --green-a: #16a34a;
  --azzurro-a: #3b82f6;
  --white: #fff;
  --beige: #fafafa;
  --dark-gray: #6f6f6f;
  --gray: #a7a4a3;
  --green-b: #28857f;
  --green-c: #075361;
  --green-d: #82dfa2;
  --azzurro-b: #4be1dd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
    inset: 0;
  }

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

body {
  background-color: var(--bg);
  color: var(--black);
  background-image: url('../images/bg_grained_1bg_grained.jpg');
  background-size: auto;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 300;
  line-height: 110%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 110%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 90%;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--black);
  text-decoration: none;
}

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

label {
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
}

.subtitle {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.cta-main {
  background-color: var(--green);
  background-image: linear-gradient(164deg, var(--green-a), var(--azzurro-a));
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 11px 30.5px;
  font-size: 14px;
  line-height: 170%;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  border: 1px solid var(--green-a);
  color: var(--green-a);
  -webkit-text-stroke-color: var(--green-a);
  background-color: #0000;
  background-image: none;
}

.cta-main.white {
  color: var(--black);
  background-color: #fff;
}

.cta-main.outline {
  color: var(--bg);
  background-color: #0000;
}

.cta-main.nav-cta-desktop {
  background-color: var(--green);
  background-image: linear-gradient(104deg, var(--green-a), var(--azzurro-a));
  border-width: 0;
}

.cta-main.nav-cta-desktop:hover {
  color: var(--white);
  font-weight: 400;
}

.cta-main.nav-cta-mobile {
  display: none;
}

.cta-main.cta-animated {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #02685a;
  background-image: linear-gradient(117deg, var(--green-a), var(--azzurro-a));
  border-width: 0;
  border-radius: 100px;
  height: 55px;
  overflow: hidden;
}

.cta-main.cta-animated:hover {
  color: var(--beige);
  font-weight: 500;
}

.cta-main.cta-animated.team-cta {
  padding-left: 40px;
  padding-right: 40px;
}

.cta-main.cta-animated._1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
}

.cta-main.cta-animated._1.body-2 {
  border-width: 1px;
  border-color: var(--green-a);
  background-color: #0000;
  background-image: none;
}

.cta-main.nav-cta-desktop1 {
  background-color: var(--green);
  background-image: linear-gradient(#00000080, #00000080);
  border-width: 0;
}

.cta-main.nav-cta-desktop1:hover {
  color: var(--white);
  font-weight: 400;
}

.cta-main.nav-cta-desktop-copy {
  background-color: var(--green);
  background-image: linear-gradient(104deg, var(--green-a), var(--azzurro-a));
  border-width: 0;
  padding: 15px 35px;
}

.cta-main.nav-cta-desktop-copy:hover {
  color: var(--white);
  font-weight: 400;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 86px;
  line-height: 110%;
}

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

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

.section.template-hero {
  background-color: var(--green);
  color: #fff;
  padding-top: 160px;
}

.section.template-details {
  background-color: #f9f9f9;
}

.section.hero-blog {
  padding-top: 46px;
  padding-bottom: 0;
}

.section.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

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

.section.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section.hero-contact {
  padding-top: 69px;
}

.section.service-section {
  padding-top: 90px;
}

.section.world {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Map-Bg_1Map Bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 300px;
  padding-bottom: 360px;
}

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

.section.hero-work {
  padding-top: 88px;
}

.section.hero-project {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-pricing {
  padding-top: 130px;
}

.section.hero-about {
  padding-top: 136px;
}

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

.section.progetti {
  height: 500px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.template-hero-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-container {
  flex-flow: column;
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.card-template-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.card-template-details.typography-card {
  grid-row-gap: 24px;
}

.colors-grid-style-guide {
  grid-template-columns: 1fr 1fr 1fr;
}

.color {
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex-direction: column;
  padding-top: 100%;
}

.color.color-five {
  background-color: var(--dark-gray);
}

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

.color.color-four {
  background-color: var(--bg);
}

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

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

.color.color-six {
  background-color: var(--gray);
}

.feature-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.body-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.body-1.text-dark-gray, .body-1.text-dark-gray.center {
  text-align: left;
}

.body-1.no-margins {
  color: var(--dark-gray);
  letter-spacing: -.5px;
}

.body-1.text-red {
  letter-spacing: -.5px;
}

.body-1.right {
  text-align: right;
}

.body-1.text-dark-gray-copy, .body-1.text-dark-gray-copy.center {
  text-align: left;
}

.button-wrap {
  grid-row-gap: 12px;
  background-color: #f9f9f9;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.sticky-feature-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 50px 70px;
  display: flex;
}

.link-template-navigation {
  color: #131313b3;
  font-size: 20px;
  font-weight: 400;
}

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

.divider-typography {
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
}

.space-24 {
  height: 24px;
}

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

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

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

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

.no-margins {
  color: var(--green-a);
  letter-spacing: -2px;
  margin: 0;
}

.card-template-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 80px;
}

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

.text15 {
  letter-spacing: -2px;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.text15.no-margins {
  color: var(--beige);
  font-weight: 300;
}

.text15.no-margins.black {
  color: var(--black);
}

.text15.text-red.margin-top-8 {
  font-size: 36px;
}

.text15.large {
  font-size: 48px;
  font-weight: 300;
}

.text15._32 {
  font-size: 32px;
}

.badge {
  font-size: 12px;
  line-height: 1;
}

.badge.text-dark-gray {
  font-size: 20px;
}

.badge.text-dark-gray.small {
  font-size: 12px;
}

.navbar {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.brand-link-navbar {
  height: 40px;
}

.brand-link-navbar.w--current {
  height: 64px;
}

.brand-navbar {
  width: 180px;
  height: 100%;
}

.nav-link {
  text-transform: none;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.nav-link:hover {
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--black);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green-a);
  text-decoration-color: var(--green-a);
  font-weight: 900;
}

.nav-link.w--current:hover {
  font-weight: 500;
}

.navigation-container {
  background-color: #fff;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1418px;
  height: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  box-shadow: 0 2px 20px -7px #0003;
}

.navigation-left-tile {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  align-items: center;
  height: 90px;
  display: flex;
}

.navigation-right-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer {
  z-index: 1;
  background-color: var(--beige);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 346px;
}

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

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

.text-h1 {
  font-size: 90px;
  line-height: 90%;
}

.text-h2 {
  letter-spacing: -2px;
  font-size: 64px;
  line-height: 100%;
}

.text-h3 {
  font-size: 40px;
  line-height: 90%;
}

.text-h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.span-red {
  background-image: linear-gradient(104deg, var(--green-a), var(--azzurro-a));
  color: var(--green-a);
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text-field-newsletter {
  border: 1px solid var(--gray);
  background-color: var(--beige);
  color: var(--dark-gray);
  border-radius: 14px;
  height: 67px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  line-height: 170%;
}

.text-field-newsletter::placeholder {
  color: var(--dark-gray);
}

.input-wrap {
  margin-bottom: 16px;
}

.form-newsletter {
  flex-direction: column;
  display: flex;
}

.link-halves {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
}

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

.footer-column.last {
  margin-left: 40px;
}

.list-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-links {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.contact-options-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cta-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  display: flex;
}

.icon-xsmall {
  color: var(--green);
  width: 18px;
  height: 18px;
}

.cta-main-2 {
  grid-column-gap: 32px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all .8s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 1px 0 0 .3px #6b6b6b;
}

.cta-main-2:hover {
  box-shadow: inset 0 0 0 1px #6b6b6b;
}

.arrow-cta {
  width: 10px;
}

.arrow-cta.submit-arrow {
  color: var(--beige);
  position: absolute;
  right: 35%;
}

.arrow-cta.submit-arrow-contact {
  color: var(--beige);
  position: absolute;
  right: 20%;
}

.submit-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.submit-wrap.contact-submit-wrap {
  max-width: 224px;
}

.blog-main-image-wrap {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 690px;
  padding: 50px;
  display: flex;
  position: relative;
}

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

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

.limit-424.margin-top-8 {
  max-width: 905px;
}

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

.overlay-10 {
  background-color: #0000001a;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 14px;
  position: absolute;
  inset: 0%;
}

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

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

.article-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 308px;
  overflow: hidden;
}

.article-link {
  border: 2px none var(--green-a);
  background-color: var(--beige);
  border-radius: 14px;
  height: 100%;
  margin-left: 0;
  padding: 30px;
  display: block;
}

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

.info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 170px;
  margin-top: 0;
  display: flex;
}

.article-headig-small {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

.text-dark-gray {
  color: var(--dark-gray);
}

.text-dark-gray.no-margins {
  letter-spacing: -.5px;
  font-size: 20px;
  line-height: 140%;
}

.secondary-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.text-caps {
  text-transform: uppercase;
}

.arrow-long {
  width: 70px;
}

.post-body {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  line-height: 125%;
}

.post-body p {
  line-height: 170%;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
  color: var(--green);
}

.post-body img {
  border-radius: 14px;
}

.title-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: block;
}

.title-wrap.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
}

.title-wrap.blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.title-wrap.home-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
}

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

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

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

.big-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 690px;
  overflow: hidden;
}

.article-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.submenu-master-careers {
  z-index: 100;
  background-color: var(--beige);
  justify-content: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: sticky;
  top: 64px;
}

.careers-container {
  padding-left: 124px;
  padding-right: 24px;
  display: flex;
}

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

.deparment-careers {
  flex-direction: column;
  padding-bottom: 100px;
  display: flex;
}

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

.tile-career {
  grid-row-gap: 24px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.job-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.job-info-wrap.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 24px;
}

.sticky-wrap {
  max-width: 472px;
  position: relative;
}

.stick-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 844px;
  display: flex;
}

.sticky-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 130px;
}

.grid-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
}

.grid-halves.feature-cards-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto;
}

.text-medium {
  letter-spacing: -.5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

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

.careers-hero-spacing {
  height: 90px;
}

.back-link-master {
  z-index: 10;
  background-color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
  position: sticky;
  top: 64px;
}

.career-navlink {
  text-transform: uppercase;
  padding: 15px;
  font-size: 12px;
  line-height: 100%;
}

.career-navlink.w--current {
  border-bottom: 1px solid var(--black);
}

.back-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 140px;
  display: flex;
}

.limit-348 {
  max-width: 384px;
}

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

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 24px;
}

.block-content.summary {
  padding-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkout-form {
  padding-top: 64px;
  padding-bottom: 64px;
}

.apple-pay {
  border-radius: 12px;
  height: 56px;
}

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

.checkout-h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  height: 67px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: #424bd1;
}

.text-field::placeholder {
  color: #c6c6c6;
}

.text-field.checkout {
  margin-bottom: 24px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

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

.contact-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 720px);
  margin-bottom: 36px;
  display: flex;
}

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

.contact-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-field-contact {
  background-color: var(--beige);
  color: var(--dark-gray);
  border: 1px #000;
  border-radius: 14px;
  height: 67px;
  margin-bottom: 0;
  padding: 20px 24px;
  line-height: 170%;
}

.text-field-contact::placeholder {
  font-size: 16px;
}

.text-field-contact.textarea {
  height: 253px;
}

.input-wrap-contact {
  margin-bottom: 24px;
}

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

.expandable-single {
  background-color: var(--beige);
  cursor: pointer;
  border-radius: 14px;
  padding: 24px 24px 24px 32px;
}

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

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 16px;
}

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

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

.expandable-master {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 720px;
  display: flex;
}

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

.heading-wrap-faq-halves {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.plus-line {
  background-color: #000;
  border-radius: 1px;
  width: 10px;
  height: 1px;
}

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

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.feature-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  display: flex;
}

.feature-marquee-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.feature-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  max-width: 610px;
  height: auto;
  padding: 50px;
  display: flex;
}

.testimonial-text {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

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

.author-image-wrap {
  border-radius: 50%;
  width: 59px;
  height: 59px;
  overflow: hidden;
}

.faq-bg {
  z-index: -1;
  position: absolute;
  top: 400px;
}

.service-navigation {
  z-index: 1;
  background-color: var(--beige);
  align-items: center;
  height: 60px;
  display: flex;
  position: sticky;
  top: 64px;
}

.service-nav-wrap {
  grid-column-gap: 77px;
  grid-row-gap: 77px;
  align-items: center;
  display: flex;
}

.service-link-wrap {
  display: flex;
}

.service-link {
  text-transform: uppercase;
  padding: 15px;
  font-size: 12px;
  display: block;
}

.service-link:hover, .service-link.w--current {
  color: var(--green);
}

.small-container {
  max-width: 970px;
  padding-left: 24px;
  padding-right: 24px;
}

.bg-multiple {
  z-index: -1;
  width: 219px;
  position: absolute;
  inset: 84px 0% auto auto;
}

.bg-footer {
  z-index: -1;
  position: absolute;
  inset: auto 0% -212px auto;
}

.bg-yellow-service {
  z-index: -1;
  position: absolute;
  inset: auto auto 20% 0%;
}

.content-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.marketing-logos-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 18px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 1136px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marketing-icons-combo {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 190px;
  display: flex;
}

.marketing-logo-wrap {
  background-color: var(--beige);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  display: flex;
}

.marketing-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 596px;
  margin-bottom: 320px;
  display: flex;
}

.marketing-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.marketing-column.mid-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.marketing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 618px;
  align-content: start;
}

.marketing-logo-image {
  width: 120px;
  height: 80px;
}

.marketing-logo-image.large-logo {
  width: 50%;
  height: 96px;
}

.marketing-gradient {
  background-image: linear-gradient(to bottom, var(--bg), #f9f9f900);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.marketing-gradient.bottom-gradient {
  background-image: linear-gradient(to bottom, #ededed00 20%, var(--bg));
  inset: auto 0% 0%;
}

.testimonial-big-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-text-big {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
}

.ticks {
  width: 60px;
}

.limit-970 {
  letter-spacing: -1px;
  max-width: 750px;
}

.master-moving-text {
  width: 100vw;
  overflow: hidden;
}

.inside-moving-text {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-moving-text {
  grid-column-gap: 24px;
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.horizontal-logo-card {
  background-color: var(--beige);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 180px;
  display: flex;
}

.horizontal-marquee-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.limit-570 {
  max-width: 660px;
}

.limit-472 {
  max-width: 530px;
}

.service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 50px;
}

.service-card {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  flex: none;
  width: 100%;
  padding: 50px;
  display: flex;
}

.service-card.long {
  grid-row-gap: 40px;
  max-width: 50vw;
}

.service-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.service-icon {
  color: var(--green);
  width: 40px;
  height: 40px;
}

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

.hero-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.home-hero-wrap {
  grid-column-gap: 246px;
  grid-row-gap: 246px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.home-hero-tiles {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.hero-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 398px;
  display: flex;
}

.video-big {
  background-image: url('../images/ecosphera-immagini-32.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 626px;
  display: flex;
}

.play-button {
  border-radius: 50%;
  width: 84px;
  height: 84px;
}

.project-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.project-card {
  background-color: var(--beige);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 40px 80px;
  display: flex;
}

.project-number {
  letter-spacing: 0;
  font-size: 50px;
  line-height: 88%;
}

.number-subtext {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
}

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

.project-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 2fr;
  grid-auto-flow: row;
  place-content: start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.project-big-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 55%;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.project-info-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: block;
}

.project-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: 198px;
  padding-bottom: 30px;
  display: flex;
}

.project-bottom-tile {
  width: 100%;
}

.text-red {
  color: var(--green);
  letter-spacing: -3px;
  font-weight: 500;
}

.project-info-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #a7a4a34d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.project-image-wrap {
  height: 600px;
}

.home-image-wrap {
  width: 100%;
  max-width: 1464px;
  height: 626px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.marketing-wrap {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.table-cell {
  text-align: center;
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  display: flex;
}

.table-cell.beige {
  background-color: var(--beige);
  color: #fff;
  border-bottom-color: #0000001a;
  align-items: center;
}

.table-cell.beige.last {
  border-bottom-style: none;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.table-cell.no-border {
  border-bottom-style: none;
}

.pricing-label-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 175px 175px 175px;
  width: 100%;
  max-width: 844px;
}

.table-label-cell {
  text-align: center;
  border-bottom: 1px solid #0000001a;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 30px 32px;
  display: flex;
}

.table-label-cell.beige {
  background-color: var(--beige);
}

.icon-regular {
  width: 20px;
  height: 20px;
}

.pricing-table-content {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 38px;
  display: flex;
}

.pricing-table {
  flex-direction: column;
  overflow: auto;
}

.table-text-cell {
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 260px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.table-text-cell.no-border {
  border-bottom-style: none;
}

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

.pricing-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--beige);
  border-radius: 14px;
  flex-direction: column;
  height: 100%;
  padding: 50px;
  display: flex;
}

.pricing-top-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-checklist {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.single-checklist {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-checklist {
  color: #0000;
}

.paragraph-small {
  font-size: 18px;
  line-height: 135%;
}

.pricing-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  display: flex;
}

.pricing-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.about-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  display: flex;
}

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

.about-info-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.about-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.about-images-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.member-image-wrap {
  border-radius: 14px;
  width: 100%;
  height: 308px;
  overflow: hidden;
}

.team-cta-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px dashed var(--gray);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 308px;
  padding: 24px;
  display: flex;
}

.home-bg {
  z-index: -1;
  width: 614px;
  position: absolute;
  inset: 315px 0% auto auto;
}

.home-bg-2 {
  z-index: -1;
  width: 128px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-bg-3 {
  z-index: -1;
  width: 220px;
  position: absolute;
  inset: 200px 0% auto auto;
}

.scroll-bg {
  z-index: -1;
  width: 264px;
  position: absolute;
  top: 400px;
}

.marquee-bg {
  z-index: -1;
  width: 149px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonial-bg {
  z-index: -1;
  width: 227px;
  position: absolute;
  inset: -20% auto auto 0%;
}

.logo-bg {
  z-index: -1;
  width: 162px;
  position: absolute;
  inset: 10% auto auto 0%;
}

.work-bg {
  z-index: -1;
  width: 380px;
  position: absolute;
  inset: 75px 0% auto auto;
}

.testimonial-bg-2 {
  z-index: -1;
  width: 164px;
  position: absolute;
  inset: -5% auto auto 0%;
}

.project-bg {
  z-index: -1;
  width: 124px;
  position: absolute;
  inset: auto 0% -173px auto;
}

.numbers-bg {
  z-index: -1;
  width: 114px;
  position: absolute;
  inset: 300px auto auto 0%;
}

.post-body-bg-1 {
  z-index: -1;
  width: 228px;
  position: absolute;
  inset: 0% 2% auto auto;
}

.video-bg {
  z-index: -1;
  width: 233px;
  position: absolute;
  inset: auto auto -50px 0%;
}

.post-body-bg-2 {
  z-index: -1;
  width: 179px;
  position: absolute;
  inset: auto 2% 0% auto;
}

.gallery-2-bg {
  z-index: -1;
  width: 301px;
  position: absolute;
  inset: 0 15% auto auto;
}

.hero-left-bg {
  z-index: -1;
  width: 141px;
  position: absolute;
  inset: 50px auto auto 0%;
}

.hero-right-bg {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: 250px 0% auto auto;
}

.about-bg {
  z-index: -1;
  width: 313px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.services-left-bg {
  z-index: -1;
  width: 204px;
  position: absolute;
  inset: 150px auto auto 0%;
}

.services-right-bg {
  z-index: -1;
  width: 185px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.testimonials-loop-bg {
  z-index: -1;
  width: 204px;
  position: absolute;
  top: 0;
  right: 20%;
}

.blog-bg {
  z-index: -1;
  width: 285px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.article-left-bg {
  z-index: -1;
  width: 185px;
  position: absolute;
  inset: 230px auto auto 0%;
}

.article-right-bg {
  z-index: -1;
  width: 96px;
  position: absolute;
  inset: 50px 0% auto auto;
}

.article-side-bg {
  z-index: -1;
  width: 123px;
  position: absolute;
  inset: auto auto 40% 0%;
}

.career-bg {
  z-index: -1;
  width: 247px;
  position: absolute;
  inset: 200px 0% auto auto;
}

.job-side-bg {
  z-index: -1;
  width: 64px;
  position: absolute;
  inset: auto auto 50% 0%;
}

.contact-left-bg {
  z-index: -1;
  width: 54px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-right-bg {
  z-index: -1;
  width: 86px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.contact-bg {
  z-index: -1;
  width: 191px;
  position: absolute;
  inset: auto auto 5% -180px;
}

.track {
  z-index: 2;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  height: auto;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  top: 0;
}

.camera {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 90vh;
  font-weight: 300;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.frame {
  grid-column-gap: 10vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10vh;
  display: flex;
}

.services-horizontal-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.success-message {
  border-radius: 16px;
}

.sticky-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.scroll-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.limit-1216 {
  width: 100%;
}

.job-description {
  padding-left: 140px;
}

.header-logo-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

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

.newsletter-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.label-wrap {
  margin-bottom: 8px;
}

.member-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

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

.service-card-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

.contact-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.article-image {
  width: 100%;
  margin-top: 50px;
}

.password-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

.left-bar-sales-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.h3-sales {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

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

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

.master-sales-pages {
  grid-row-gap: 80px;
  background-color: #f5f5f5;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 32px;
  display: flex;
}

.icon-close-sales-info {
  width: 28px;
  height: 28px;
}

.overlay-sales-details {
  background-color: #00000094;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.close-sales-info {
  z-index: 110;
  background-color: #e7e7e7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  inset: 0 40px auto auto;
}

.close-sales-info:hover {
  background-color: #d4d4d4;
}

.icon-arrow-read-more-sales {
  width: 20px;
  height: 20px;
}

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.no-margins-sales-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.master-bar-sales-details {
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

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

.image-sales-page {
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  width: 100%;
}

.more-power-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #f5f5f5;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px;
  display: flex;
}

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

.icon-template-details {
  width: 20px;
  height: 20px;
}

.icon-logo-sales-details {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

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

.link-template-details {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #000;
  background-color: #fafafa;
  border-top: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
  border-right: 1px solid #b6b6b6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: auto 24px 0% auto;
}

.h2-sales-page-name {
  font-size: 40px;
}

.cta-sales-details-minimize {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #ebebeb;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

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

.right-sales-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-included {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.master-sales-details {
  z-index: 10000;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
}

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

.container-sales-details {
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-cta-sales-info {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.icon-arrow-minimze-sales {
  width: 20px;
  height: 20px;
}

.link-sales-details {
  color: #000;
}

.center-heading-sales-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-included {
  width: 100%;
}

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

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

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

.mega-sales-info {
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  height: 95vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: scroll;
}

.inside-bar-sales-details {
  background-color: #fff;
  border: 1px solid #00000024;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.cta-sales-details-accent {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #2e53ec;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.cta-sales-info {
  color: #fff;
  background-color: #2e53ec;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.brand-checkout {
  border-bottom: 1px solid var(--gray);
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

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

.brand-image-checkout {
  height: 100%;
}

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

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

.cart-master {
  z-index: 1000000;
  position: fixed;
  inset: auto 24px 24px auto;
}

.cart-button {
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  width: 56px;
  height: 56px;
}

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

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

.heading {
  letter-spacing: -3px;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.text-span {
  color: var(--green);
  letter-spacing: -1px;
  font-weight: 500;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: var(--green);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25 {
  font-weight: 600;
}

.heading-2 {
  font-size: 64px;
}

.text-span-12 {
  background-image: linear-gradient(99deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.text-span-13 {
  background-image: linear-gradient(130deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.bold-text-26 {
  font-weight: 600;
}

.heading-3 {
  letter-spacing: -2px;
}

.heading-4 {
  letter-spacing: -2px;
  line-height: 100%;
}

.heading-5 {
  text-align: left;
  letter-spacing: -1px;
  font-size: 86px;
  line-height: 100%;
}

.bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-weight: 400;
}

.bold-text-34 {
  font-weight: 500;
}

.bold-text-35, .bold-text-36, .bold-text-37 {
  font-weight: 400;
}

.bold-text-38 {
  background-image: linear-gradient(129deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.bold-text-39 {
  background-image: linear-gradient(146deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.bold-text-40 {
  background-image: linear-gradient(330deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.bold-text-41 {
  font-weight: 400;
}

.text-span-14, .text-span-15 {
  color: var(--green);
}

.bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46 {
  font-weight: 400;
}

.bold-text-47 {
  letter-spacing: -1px;
  font-weight: 300;
}

.text-span-16 {
  color: var(--green);
  font-weight: 600;
}

.text-span-17 {
  color: var(--green);
  font-weight: 500;
}

.bold-text-48 {
  font-weight: 400;
}

.text-span-18 {
  background-image: linear-gradient(104deg, var(--azzurro-a), var(--green-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-49 {
  font-weight: 400;
}

.text-span-19 {
  background-image: linear-gradient(135deg, var(--green-a), var(--azzurro-a));
  color: var(--green);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-50 {
  font-weight: 300;
}

.text-span-20 {
  background-image: linear-gradient(121deg, var(--green-a), var(--azzurro-a)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  color: var(--green);
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-51 {
  font-weight: 300;
}

.bold-text-51._32px {
  font-size: 32px;
  font-weight: 400;
}

.bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55 {
  font-weight: 500;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image {
  width: 50%;
}

.body-2 {
  background-image: none;
}

.paragraph-large {
  color: #586174;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.form-input {
  color: #000;
  border: 1px solid #edeff2;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.form-input:hover {
  border-color: #b8ceff;
}

.form-input:focus {
  background-color: #f0f5ff;
  border-color: #1457ff;
}

.form-input.icon-left {
  padding-left: 48px;
}

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

.text-color-blue {
  color: #1457ff;
}

.header-image-top {
  border-radius: 12px;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.header-form-block {
  max-width: 420px;
  margin-bottom: 0;
}

.h1-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.header-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 3fr 1fr;
  width: 100%;
  max-width: 750px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.section-regular {
  padding: 82px 5%;
  position: relative;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #1a44a0;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-x-small {
  width: 100%;
  max-width: 350px;
}

.header-features {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.form-newsletter-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.header-image-bottom {
  border-radius: 12px;
  height: 280px;
  margin-left: 60px;
  position: relative;
  overflow: hidden;
}

.form-success-message {
  background-color: #f0f5ff;
  border-radius: 12px;
  padding: 14px 18px;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-error-message {
  text-align: center;
  background-color: #fde7e7;
  border-radius: 6px;
  padding: 12px 16px;
}

.header-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.form-field-icon {
  position: absolute;
  left: 12px;
}

.header-content-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 470px;
  display: flex;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.banner-image {
  background-image: url('../images/ecosphera-immagini-32.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.text-h3---1-copy {
  letter-spacing: -1px;
  font-size: 45px;
  font-weight: 300;
  line-height: 110%;
}

.text-h3---1-copy.no-margins {
  font-weight: 300;
}

.section1 {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.section1.template-hero {
  background-color: var(--green);
  color: #fff;
  padding-top: 160px;
}

.section1.template-details {
  background-color: #f9f9f9;
}

.section1.hero-blog {
  padding-top: 24px;
}

.section1.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section1.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

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

.section1.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section1.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section1.hero-contact {
  padding-top: 148px;
}

.section1.service-section {
  padding-top: 90px;
}

.section1.world {
  background-image: url('../images/Map-Bg_1Map Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 300px;
  padding-bottom: 360px;
}

.section1.hero-home {
  padding-top: 0;
  padding-bottom: 0;
}

.section1.hero-work {
  padding-top: 136px;
}

.section1.hero-project {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section1.home-image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section1.hero-pricing {
  padding-top: 130px;
}

.section1.hero-about {
  padding-top: 136px;
}

.section1.video {
  padding-top: 0;
  padding-bottom: 0;
}

.section2 {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.section2.template-hero {
  background-color: var(--green);
  color: #fff;
  padding-top: 160px;
}

.section2.template-details {
  background-color: #f9f9f9;
}

.section2.hero-blog {
  padding-top: 24px;
}

.section2.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section2.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

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

.section2.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section2.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section2.hero-contact {
  padding-top: 148px;
}

.section2.service-section {
  padding-top: 90px;
}

.section2.world {
  background-image: url('../images/Map-Bg_1Map Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 300px;
  padding-bottom: 360px;
}

.section2.hero-home {
  padding-top: 0;
  padding-bottom: 0;
}

.section2.hero-work {
  padding-top: 136px;
}

.section2.hero-project {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section2.home-image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section2.hero-pricing {
  padding-top: 130px;
}

.section2.hero-about {
  padding-top: 136px;
}

.section2.video {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.sezione1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 43px;
  display: flex;
  position: relative;
}

.contact-options-list-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-halves-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 346px;
}

.limit-746-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 746px;
  display: flex;
}

.main-container-1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-span-21 {
  color: var(--green-a);
}

.body-3 {
  background-color: var(--white);
  background-image: none;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  font-size: 30px;
}

.text-span-27 {
  background-image: linear-gradient(113deg, var(--green-a), var(--azzurro-a));
  letter-spacing: -2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.text1 {
  max-width: 710px;
  padding-top: 21px;
}

.body-4, .body-5, .body-6, .body-7 {
  background-image: none;
}

.classe {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 60px;
  padding-right: 40px;
  display: flex;
}

.section3 {
  margin-top: 53px;
  padding-top: 0;
  padding-bottom: 60px;
  position: relative;
}

.section3.template-hero {
  background-color: var(--green);
  color: #fff;
  padding-top: 160px;
}

.section3.template-details {
  background-color: #f9f9f9;
}

.section3.hero-blog {
  padding-top: 24px;
}

.section3.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section3.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

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

.section3.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section3.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section3.hero-contact {
  padding-top: 148px;
}

.section3.service-section {
  padding-top: 90px;
}

.section3.world {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Map-Bg_1Map Bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 300px;
  padding-bottom: 360px;
}

.section3.hero-home {
  padding-top: 0;
  padding-bottom: 0;
}

.section3.hero-work {
  padding-top: 136px;
}

.section3.hero-project {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section3.home-image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section3.hero-pricing {
  padding-top: 130px;
}

.section3.hero-about {
  padding-top: 136px;
}

.section3.video {
  padding-top: 0;
  padding-bottom: 0;
}

.body-8 {
  background-image: none;
}

.article-headig-small-copy {
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

.collection-item {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.project-card-1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--beige);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding: 70px 40px 40px;
  display: flex;
}

.number-subtext-1 {
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.sezione2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  order: 0;
  display: flex;
}

.image-2 {
  width: 430px;
}

.sezione3 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1418px;
  margin-top: 75px;
  display: block;
}

.title-wrap-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.title-wrap-copy.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.title-wrap-copy.blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.testo-cliente {
  color: var(--dark-gray);
  font-size: 15px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 13px;
  display: flex;
}

.bold-text-56 {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 500;
}

.article-link-1 {
  border: 2px none var(--green-a);
  border-radius: 14px;
  height: 100%;
  margin-left: 0;
  padding: 0;
  display: block;
}

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

.info-wrap-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 320px;
  margin-top: 22px;
  display: flex;
}

.limit-610-copy {
  width: 100%;
  max-width: 470px;
}

.collection-list-wrapper-3 {
  margin-top: 50px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  height: auto;
  padding-bottom: 20px;
  display: block;
}

.collection-list-wrapper-4 {
  margin-top: 60px;
}

.article-link-copy {
  border: 2px none var(--green-a);
  border-radius: 14px;
  height: 100%;
  margin-left: 0;
  padding: 0;
  display: block;
}

.info-wrap1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 25px;
  display: flex;
}

.titolo-articoli {
  color: var(--black);
  letter-spacing: -2px;
  margin: 0;
  font-size: 50px;
}

.image-cover-1 {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

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

.big-image-wrap-1 {
  border-radius: 14px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.title-wrap-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.title-wrap-1.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
}

.title-wrap-1.blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.article-heading-wrap-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.main-container-3 {
  flex-flow: column;
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-h3---1-copy {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.text-h3---1-copy.no-margins {
  color: var(--beige);
  font-weight: 300;
}

.text-h3---1-copy.no-margins.black {
  color: var(--black);
}

.text-h3---1-copy.large {
  font-size: 48px;
  font-weight: 300;
}

.text-h3---1-copy._32 {
  font-size: 32px;
}

.article-link-copy {
  border: 2px none var(--green-a);
  background-color: #0000;
  border-radius: 14px;
  height: auto;
  margin-left: 0;
  padding: 0;
  display: block;
}

.info-wrap-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 170px;
  margin-top: 0;
  display: flex;
}

.info-wrap2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 25px;
  display: flex;
}

.main-container-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.title-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: block;
}

.title-wrap-2.home {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
}

.title-wrap-2.blog {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.sezione4 {
  width: 100%;
}

.big-image-wrap-copy {
  border-radius: 14px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.body-9 {
  background-color: #fff;
  background-image: none;
}

.div-block-6 {
  width: 260px;
  margin-top: 34px;
}

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

.arrow-cta-copy {
  color: var(--green-a);
  width: 10px;
}

.arrow-cta-copy.submit-arrow {
  color: var(--beige);
  position: absolute;
  right: 35%;
}

.arrow-cta-copy.submit-arrow-contact {
  color: var(--beige);
  position: absolute;
  right: 20%;
}

.text-block {
  color: var(--green-a);
}

.service-top-tile-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-10 {
  background-color: #fff;
  background-image: none;
}

.text16 {
  letter-spacing: -1px;
  width: 590px;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

.text16.no-margins {
  color: var(--beige);
  font-weight: 300;
}

.text16.no-margins.black {
  color: var(--black);
}

.text16.large {
  font-size: 48px;
  font-weight: 300;
}

.text16._32 {
  font-size: 32px;
}

.text12 {
  color: var(--dark-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.text12.text-dark-gray, .text12.text-dark-gray.center {
  text-align: left;
}

.text12.no-margins {
  color: var(--dark-gray);
  letter-spacing: -.5px;
}

.text12.text-red {
  letter-spacing: -1px;
}

.text12.right {
  text-align: right;
}

.text17 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.text17.text-dark-gray, .text17.text-dark-gray.center {
  text-align: left;
}

.text17.no-margins {
  color: var(--dark-gray);
  letter-spacing: -.5px;
}

.text17.text-red {
  letter-spacing: -1px;
}

.text17.right {
  text-align: right;
}

.limit-472-copy {
  max-width: 690px;
}

.section-copy {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.section-copy.template-hero {
  background-color: var(--green);
  color: #fff;
  padding-top: 160px;
}

.section-copy.template-details {
  background-color: #f9f9f9;
}

.section-copy.hero-blog {
  padding-top: 46px;
  padding-bottom: 0;
}

.section-copy.featured-article-section {
  padding-top: 20px;
  padding-bottom: 54px;
}

.section-copy.article-body-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

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

.section-copy.hero-careers {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.hero-career-detail {
  padding-top: 90px;
  padding-bottom: 0;
}

.section-copy.hero-contact {
  padding-top: 69px;
}

.section-copy.service-section {
  padding-top: 90px;
}

.section-copy.world {
  background-image: linear-gradient(#ffffffc4, #ffffffc4), url('../images/Map-Bg_1Map Bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 300px;
  padding-bottom: 360px;
}

.section-copy.hero-home {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.hero-work {
  padding-top: 88px;
}

.section-copy.hero-project {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.home-image-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.hero-pricing {
  padding-top: 130px;
}

.section-copy.hero-about {
  padding-top: 136px;
}

.section-copy.video {
  padding-top: 0;
  padding-bottom: 0;
}

.text18 {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 88%;
}

.text18._1 {
  padding-bottom: 5px;
}

.cardpersonalizzata1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: var(--beige);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding: 70px 40px 40px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.sezione5 {
  flex-flow: column;
  display: flex;
}

.wrap-checklist-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.logo1 {
  width: 180px;
  height: 20px;
}

.about-image-wrap-1 {
  border-radius: 14px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.camera1 {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: auto;
  font-weight: 300;
  display: block;
  position: sticky;
  top: 80px;
  overflow: hidden;
}

.text-block-3 {
  font-size: 50px;
}

.card-progetti {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--beige);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding: 70px 40px 40px;
  display: flex;
}

.titolo-progetti {
  color: #000;
  letter-spacing: -2px;
  margin: 0;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.limit-876-copy {
  max-width: 876px;
}

.body-1-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.body-1-copy.text-dark-gray, .body-1-copy.text-dark-gray.center {
  text-align: left;
}

.body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center, .body-1-copy._1 {
  text-align: left;
}

.body-1-copy.text-dark-gray, .body-1-copy.text-dark-gray.center {
  text-align: left;
}

.body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center, .body-1-copy.article-heading-wrap-1 {
  text-align: left;
}

.body-12 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.body-12.text-dark-gray, .body-12.text-dark-gray.center {
  text-align: left;
}

.body-12.no-margins {
  color: var(--dark-gray);
  letter-spacing: -.5px;
}

.body-12.text-red {
  letter-spacing: -.5px;
}

.body-12.right {
  text-align: right;
}

.body-12.text-dark-gray-copy, .body-12.text-dark-gray-copy.center {
  text-align: left;
}

.body-1-copy {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 170%;
}

.body-1-copy.text-dark-gray, .body-1-copy.text-dark-gray.center {
  text-align: left;
}

.body-1-copy.no-margins {
  color: var(--dark-gray);
  letter-spacing: -.5px;
}

.body-1-copy.text-red {
  letter-spacing: -.5px;
}

.body-1-copy.right {
  text-align: right;
}

.body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center {
  text-align: left;
}

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

  .cta-main.cta-animated._1.body-2 {
    margin-top: 12px;
  }

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

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

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

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

  .body-1.text-dark-gray {
    text-align: left;
  }

  .body-1.text-dark-gray.center {
    text-align: center;
  }

  .body-1.no-margins {
    text-align: left;
  }

  .body-1.text-dark-gray-copy, .body-1.text-dark-gray-copy.center {
    text-align: center;
  }

  .sticky-feature-card {
    padding: 40px;
  }

  .text15 {
    text-align: center;
    font-size: 50px;
  }

  .badge.text-dark-gray {
    text-align: center;
  }

  .nav-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
  }

  .nav-menu {
    background-color: var(--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 40px 9px;
  }

  .navigation-right-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

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

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

  .footer-halves {
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
  }

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

  .link-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-column.last {
    margin-left: 0;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .contact-options-list {
    align-items: center;
  }

  .contact-options-list.contact-align-left {
    align-items: flex-start;
  }

  .blog-main-image-wrap {
    height: 500px;
  }

  .blog-thirds {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    flex-flow: column;
    display: flex;
  }

  .title-wrap.home-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .big-image-wrap {
    height: 550px;
  }

  .article-heading-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .submenu-master-careers {
    top: 78px;
  }

  .careers-container {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-halves.feature-cards-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .back-link-master {
    top: 78px;
  }

  .back-link {
    margin-left: 0;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    grid-template-columns: auto;
  }

  .contact-left {
    justify-content: center;
    align-items: center;
  }

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

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .feature-marquee-wrap {
    flex-flow: column;
  }

  .service-navigation {
    top: 78px;
  }

  .small-container {
    max-width: 970px;
  }

  .marketing-logos-wrap {
    height: 800px;
  }

  .marketing-icons-combo {
    width: 150px;
  }

  .marketing-logo-wrap {
    width: 150px;
    height: 150px;
  }

  .marketing-content {
    margin-bottom: 220px;
  }

  .marketing-column.last-column {
    display: none;
  }

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

  .horizontal-logo-card {
    width: 200px;
    height: 120px;
  }

  .service-grid {
    flex-flow: column;
    display: flex;
  }

  .service-card.long {
    max-width: none;
  }

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

  .project-number {
    font-size: 100px;
  }

  .project-big-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .project-info-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .project-top-tile {
    height: auto;
  }

  .project-info-tile {
    flex-flow: column;
  }

  .project-image-wrap {
    height: 450px;
  }

  .pricing-table {
    flex-direction: row;
    overflow: scroll;
  }

  .table-text-cell {
    width: 100%;
  }

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

  .pricing-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .pricing-sticky {
    position: static;
  }

  .about-halves {
    flex-flow: column;
  }

  .about-info-halves {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-bg {
    width: 180px;
    top: 0%;
  }

  .logo-bg {
    width: 100px;
  }

  .work-bg {
    width: 300px;
  }

  .gallery-2-bg {
    width: 180px;
    right: 0%;
  }

  .about-bg, .blog-bg {
    width: 200px;
  }

  .article-left-bg {
    width: 120px;
  }

  .article-side-bg {
    width: 100px;
  }

  .career-bg {
    width: 150px;
  }

  .contact-bg {
    display: none;
  }

  .track {
    height: auto;
  }

  .frame {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
  }

  .services-horizontal-wrap {
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky-faq {
    align-items: center;
  }

  .scroll-header {
    justify-content: center;
    align-items: center;
  }

  .job-description {
    padding-left: 0;
  }

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

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .h2-sales-page-name {
    text-align: center;
  }

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

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

  .sales-card {
    padding: 16px;
  }

  .inside-bar-sales-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-4, .heading-5 {
    text-align: center;
  }

  .div-block {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .header-image-grid {
    max-width: none;
  }

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

  .header-content-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 600px;
  }

  .section1 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section1.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section2.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contact-options-list-copy {
    align-items: center;
  }

  .contact-options-list-copy.contact-align-left {
    align-items: flex-start;
  }

  .footer-halves-copy {
    text-align: center;
    flex-flow: column;
    grid-template-columns: auto;
    justify-content: space-between;
    place-items: center;
    display: flex;
  }

  .limit-746-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

  .section3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section3.world {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-3 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blog-thirds-1 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
  }

  .info-wrap-1, .div-block-5 {
    height: auto;
  }

  .big-image-wrap-1 {
    height: 550px;
  }

  .article-heading-wrap-1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-container-copy {
    flex-flow: column;
  }

  .big-image-wrap-copy {
    height: 550px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .text18 {
    font-size: 60px;
  }

  .div-block-8 {
    flex-flow: column;
    display: flex;
  }

  .camera1 {
    height: auto;
  }

  .limit-876-copy {
    text-align: center;
  }

  .body-1-copy, .body-1-copy.text-dark-gray {
    text-align: left;
  }

  .body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center {
    text-align: center;
  }

  .body-1-copy, .body-1-copy.text-dark-gray {
    text-align: left;
  }

  .body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center {
    text-align: center;
  }

  .body-12, .body-12.text-dark-gray {
    text-align: left;
  }

  .body-12.text-dark-gray.center {
    text-align: center;
  }

  .body-12.no-margins {
    text-align: left;
  }

  .body-12.text-dark-gray-copy, .body-12.text-dark-gray-copy.center, .body-1-copy {
    text-align: center;
  }

  .body-1-copy.text-dark-gray {
    text-align: left;
  }

  .body-1-copy.text-dark-gray.center {
    text-align: center;
  }

  .body-1-copy.no-margins {
    text-align: left;
  }

  .body-1-copy.text-dark-gray-copy, .body-1-copy.text-dark-gray-copy.center {
    text-align: center;
  }
}

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

  .subtitle {
    font-size: 20px;
  }

  .cta-main.nav-cta-desktop {
    display: none;
  }

  .cta-main.nav-cta-mobile {
    display: flex;
  }

  .cta-main.cta-animated._1.body-2 {
    margin-top: 11px;
  }

  .cta-main.nav-cta-desktop1, .cta-main.nav-cta-desktop-copy {
    display: none;
  }

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

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

  .section.hero-home, .section.video {
    padding-top: 100px;
  }

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

  .card-template-details {
    padding: 24px;
  }

  .feature-content {
    width: auto;
  }

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

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

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

  .card-template-navigation {
    padding: 24px;
  }

  .text-h1 {
    font-size: 70px;
  }

  .link-halves {
    grid-column-gap: 50px;
    grid-row-gap: 24px;
    grid-template-columns: auto auto;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .blog-main-image-wrap {
    height: auto;
  }

  .block.align-items-left-copy {
    justify-content: center;
    align-items: center;
  }

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

  .big-image-wrap {
    height: 500px;
  }

  .submenu-master-careers {
    align-items: center;
    position: static;
  }

  .careers-container {
    padding-left: 24px;
  }

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

  .grid-halves.feature-cards-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: auto;
  }

  .back-link-master {
    position: static;
  }

  .feature-marquee-item {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-card {
    max-width: none;
  }

  .service-nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bg-multiple {
    width: 150px;
  }

  .bg-yellow-service {
    width: 80px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .marketing-content {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
  }

  .marketing-column.last-column {
    display: flex;
  }

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

  .testimonial-big-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonial-text-big {
    font-size: 32px;
  }

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

  .service-card.long {
    width: auto;
    max-width: none;
  }

  .home-hero-wrap {
    grid-column-gap: 148px;
    grid-row-gap: 148px;
  }

  .home-hero-tiles {
    flex-direction: column-reverse;
  }

  .video-big {
    height: 500px;
  }

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

  .project-number {
    font-size: 64px;
  }

  .project-image-wrap {
    height: 400px;
  }

  .home-image-wrap {
    height: 500px;
  }

  .pricing-label-row {
    grid-template-columns: auto auto auto auto;
  }

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

  .about-info-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .home-bg {
    width: 60%;
  }

  .home-bg-2 {
    width: 80px;
  }

  .home-bg-3 {
    width: 120px;
  }

  .scroll-bg {
    width: 150px;
    inset: 0% 0% auto auto;
  }

  .work-bg {
    width: 250px;
  }

  .testimonial-bg-2 {
    width: 120px;
  }

  .numbers-bg {
    width: 100px;
  }

  .post-body-bg-1 {
    width: 150px;
  }

  .video-bg {
    width: 180px;
  }

  .hero-left-bg {
    width: 100px;
  }

  .hero-right-bg {
    width: 150px;
  }

  .services-left-bg, .services-right-bg {
    width: 120px;
  }

  .article-left-bg {
    width: 100px;
  }

  .article-right-bg {
    width: 60px;
  }

  .article-side-bg {
    width: 80px;
  }

  .track {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .camera {
    width: 100%;
    height: auto;
  }

  .frame {
    width: auto;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .services-horizontal-wrap {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .header-image-top {
    height: 180px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .header-image-bottom {
    height: 200px;
  }

  .banner-image {
    height: 500px;
  }

  .section1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section1.hero-home, .section1.video {
    padding-top: 100px;
  }

  .section2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section2.hero-home, .section2.video {
    padding-top: 100px;
  }

  .sezione1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .text1 {
    max-width: none;
  }

  .section3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section3.hero-home, .section3.video {
    padding-top: 100px;
  }

  .sezione2 {
    width: auto;
  }

  .image-2 {
    width: 430px;
  }

  .sezione3 {
    width: 80%;
  }

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

  .big-image-wrap-1, .big-image-wrap-copy {
    height: 500px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text16 {
    width: auto;
  }

  .section-copy {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-copy.hero-home, .section-copy.video {
    padding-top: 100px;
  }

  .text18 {
    font-size: 64px;
  }

  .camera1 {
    width: 100%;
    height: auto;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  .mega-h1 {
    font-size: 11vw;
  }

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

  .section.hero-home, .section.hero-work {
    padding-top: 80px;
  }

  .section.hero-project {
    height: 350px;
  }

  .section.hero-pricing, .section.hero-about, .section.video {
    padding-top: 80px;
  }

  .section.progetti {
    height: 350px;
  }

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

  .card-template-details {
    padding: 24px;
  }

  .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .sticky-feature-card {
    padding: 32px;
  }

  .tiles-grid-style-guide, .buttons-grid-style-guide {
    grid-template-columns: 1fr;
  }

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

  .card-template-navigation {
    padding: 24px;
  }

  .text15 {
    font-size: 32px;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu, .navigation-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-button {
    padding: 0;
  }

  .text-h1 {
    font-size: 56px;
  }

  .text-h2 {
    font-size: 40px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .blog-main-image-wrap {
    padding: 32px;
  }

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

  .title-wrap.home, .title-wrap.home-copy {
    text-align: center;
    align-items: center;
  }

  .big-image-wrap {
    height: 400px;
  }

  .submenu-master-careers {
    justify-content: flex-start;
  }

  .careers-container {
    flex-direction: column;
    padding-left: 0;
  }

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

  .tile-career {
    padding: 32px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .feature-marquee-wrap {
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: none;
    padding: 32px;
  }

  .service-navigation {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .service-nav-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-link-wrap {
    flex-direction: column;
  }

  .service-link {
    padding-left: 0;
  }

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

  .bg-multiple {
    width: 60px;
  }

  .bg-footer {
    width: 70px;
    bottom: -90px;
  }

  .bg-yellow-service {
    width: 40px;
  }

  .marketing-icons-combo {
    width: auto;
  }

  .marketing-logo-wrap {
    width: 30vw;
    height: 30vw;
  }

  .marketing-column.last-column {
    display: none;
  }

  .marketing-logo-image {
    width: 50%;
    height: 50%;
  }

  .testimonial-big-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .ticks {
    width: 40px;
  }

  .horizontal-logo-card {
    width: 180px;
    height: 80px;
  }

  .service-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .hero-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    max-width: 210px;
  }

  .home-hero-wrap {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .video-big {
    height: 400px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .project-number {
    font-size: 64px;
  }

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

  .project-info-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .project-info-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-image-wrap {
    height: 300px;
  }

  .home-image-wrap {
    height: 400px;
  }

  .table-cell, .table-text-cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-card {
    padding: 32px;
  }

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

  .about-image-wrap {
    height: 350px;
  }

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

  .home-bg {
    width: 20%;
  }

  .home-bg-2 {
    width: 40px;
  }

  .home-bg-3 {
    width: 60px;
  }

  .scroll-bg {
    width: 100px;
  }

  .marquee-bg {
    width: 50px;
  }

  .testimonial-bg {
    width: 60px;
  }

  .logo-bg {
    width: 40px;
  }

  .work-bg {
    width: 80px;
    top: 250px;
  }

  .testimonial-bg-2 {
    width: 80px;
  }

  .project-bg {
    width: 40px;
    bottom: -80px;
  }

  .numbers-bg {
    width: 40px;
  }

  .post-body-bg-1 {
    width: 80px;
  }

  .video-bg {
    width: 60px;
    bottom: 0;
  }

  .post-body-bg-2 {
    width: 60px;
  }

  .gallery-2-bg {
    width: 80px;
  }

  .hero-left-bg, .hero-right-bg {
    width: 60px;
  }

  .services-left-bg {
    width: 50px;
  }

  .services-right-bg, .blog-bg {
    width: 60px;
  }

  .article-left-bg {
    width: 50px;
  }

  .article-right-bg {
    width: 40px;
  }

  .article-side-bg, .career-bg {
    width: 60px;
  }

  .job-side-bg, .contact-left-bg, .contact-right-bg {
    width: 40px;
  }

  .frame {
    justify-content: center;
  }

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

  .left-bar-sales-details {
    text-align: center;
    flex-direction: column;
  }

  .included-card {
    padding: 24px;
  }

  .included-card.figma-card {
    font-size: 15px;
  }

  .master-sales-pages {
    padding: 18px;
  }

  .close-sales-info {
    margin-top: 20px;
    right: 24px;
  }

  .master-bar-sales-details {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .link-template-details {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    left: 24px;
    right: 24px;
  }

  .right-sales-details {
    flex-wrap: wrap;
  }

  .wrap-figma-content {
    font-size: 16px;
  }

  .container-sales-details {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sales-card {
    padding: 16px;
  }

  .mega-sales-info {
    padding-top: 32px;
    display: none;
  }

  .inside-bar-sales-details {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .h1-heading {
    font-size: 52px;
  }

  .header-image-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-primary {
    width: 100%;
  }

  .form-newsletter-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .header-image-bottom {
    margin-left: 40px;
  }

  .banner-image {
    height: 400px;
  }

  .section1.world {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section1.hero-home, .section1.hero-work {
    padding-top: 80px;
  }

  .section1.hero-project {
    height: 350px;
  }

  .section1.hero-pricing, .section1.hero-about, .section1.video {
    padding-top: 80px;
  }

  .section2.world {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section2.hero-home, .section2.hero-work {
    padding-top: 80px;
  }

  .section2.hero-project {
    height: 350px;
  }

  .section2.hero-pricing, .section2.hero-about, .section2.video {
    padding-top: 80px;
  }

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

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

  .section3.world {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section3.hero-home, .section3.hero-work {
    padding-top: 80px;
  }

  .section3.hero-project {
    height: 350px;
  }

  .section3.hero-pricing, .section3.hero-about, .section3.video {
    padding-top: 80px;
  }

  .title-wrap-copy.home {
    text-align: center;
    align-items: center;
  }

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

  .big-image-wrap-1 {
    height: 400px;
  }

  .title-wrap-1.home {
    text-align: center;
    align-items: center;
  }

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

  .text-h3---1-copy {
    font-size: 32px;
  }

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

  .title-wrap-2.home {
    text-align: center;
    align-items: center;
  }

  .big-image-wrap-copy {
    height: 400px;
  }

  .text16 {
    font-size: 32px;
  }

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

  .section-copy.hero-home, .section-copy.hero-work {
    padding-top: 80px;
  }

  .section-copy.hero-project {
    height: 350px;
  }

  .section-copy.hero-pricing, .section-copy.hero-about, .section-copy.video {
    padding-top: 80px;
  }

  .text18 {
    font-size: 64px;
  }

  .about-image-wrap-1 {
    height: 350px;
  }
}

#w-node-_3f8ff3a9-fb67-6f6f-5fa3-b1f177eec2f7-8b145a61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e49191f6-ba5d-61c6-91b1-38542aab3a55-8b145a61, #w-node-_49480f20-f871-5632-1be8-3baa256eb81c-8b145a61, #w-node-_4a3a9abf-f33e-3b70-5956-f8de3ffe2026-8b145a61, #w-node-_27aca291-1329-6189-25d6-175b19ec0b31-8b145a61, #w-node-e3afda09-b02e-6d97-9dc1-4158b568d225-8b145a61, #w-node-_71cd9fc6-4601-f185-dbfc-e38558b14bb7-8b145a61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71cd9fc6-4601-f185-dbfc-e38558b14bc4-8b145a61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b268f86-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b268f8b-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b268f90-9b268f65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b268f96-9b268f65 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e390349-99e3-eadd-443c-90fd9b269015-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26901b-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269021-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269027-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26902d-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269033-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269039-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b26903f-9b268f65, #w-node-_2e390349-99e3-eadd-443c-90fd9b269045-9b268f65, #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a06b-f9a3a068, #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a091-f9a3a068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a074-f9a3a068 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_43f12420-8b0d-573b-ff6f-000b8d164ed5-8b145a64, #w-node-_5211aa76-b2bd-d48a-1630-ab634da4b15f-8b145a64, #w-node-_71cc94e9-d533-5015-076b-76735f685637-8b145a64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d08c1ba9-7fc2-7f34-3908-e95bf8ce36c7-8b145a64, #w-node-_88f0e14a-48c7-d869-c263-d761734c0188-8b145a64, #w-node-a1bfafbc-2469-109f-e803-f865321ff806-8b145a6a, #w-node-c07581aa-030d-d9bf-6ec0-8b6ea622bb4b-8b145a6a, #w-node-_04264324-480d-432a-1dbc-2112bc334232-bc33422f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04264324-480d-432a-1dbc-2112bc33423f-bc33422f {
  justify-self: end;
}

#w-node-efdfba94-7c87-1719-71ba-e3a26eafdd06-8b145a6c, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8524-8b145a6e, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8562-8b145a6e, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8569-8b145a6e, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8570-8b145a6e, #w-node-_6c149fdf-22e7-1193-1057-eab4e86e8577-8b145a6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008979-8b145a6f {
  justify-self: end;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897b-8b145a6f, #w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897c-8b145a6f, #w-node-_55fb63f7-bbec-59ed-3b4f-05d31800897f-8b145a6f, #w-node-_55fb63f7-bbec-59ed-3b4f-05d318008982-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008988-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800898a-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008991-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d318008993-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800899a-8b145a6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_55fb63f7-bbec-59ed-3b4f-05d31800899c-8b145a6f, #w-node-_55fb63f7-bbec-59ed-3b4f-05d3180089af-8b145a6f, #w-node-_55fb63f7-bbec-59ed-3b4f-05d3180089b8-8b145a6f, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e719d-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71a4-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71ab-a70e7189, #w-node-c0dc9e11-5eb9-3519-3a24-1f51a70e71b2-a70e7189, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334cf-8b145a70, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334d5-8b145a70, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334d7-8b145a70, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334dd-8b145a70, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334df-8b145a70, #w-node-_93753809-17e1-bc8d-edf8-a213dfd334e5-8b145a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef2c9eaa-ffdf-9ef4-6cdf-eac910ac3344-8b145a70, #w-node-ef2c9eaa-ffdf-9ef4-6cdf-eac910ac334b-8b145a70, #w-node-ef2c9eaa-ffdf-9ef4-6cdf-eac910ac3353-8b145a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7e916a1f-21fe-b237-4f6e-e17789e5de2f-8b145a75, #w-node-_7e916a1f-21fe-b237-4f6e-e17789e5de3e-8b145a75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a074-f9a3a068 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e390349-99e3-eadd-443c-90fd9b268f96-9b268f65 {
    grid-column: span 1 / span 1;
  }
}


