:root {
  --neutral--600: #595959;
  --neutral--800: #0d0d0d;
  --neutral--500: #909090;
  --neutral--100: white;
  --neutral--300: #eaeaea;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --neutral--200: #fafafa;
  --neutral--400: #cfcfcf;
  --neutral--700: #2d2d2d;
  --system--orange-300: #dd501d;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: rgba(13, 13, 13, .08);
  --general--shadow-03: rgba(13, 13, 13, .1);
  --general--shadow-04: rgba(13, 13, 13, .14);
  --general--shadow-05: rgba(13, 13, 13, .16);
  --general--shadow-06: rgba(13, 13, 13, .24);
  --button-shadow--color-01: rgba(13, 13, 13, .06);
  --button-shadow--color-2: rgba(13, 13, 13, .08);
  --button-shadow--color-03: rgba(13, 13, 13, .08);
  --button-shadow--white-01: rgba(13, 13, 13, .04);
  --button-shadow--white-02: rgba(13, 13, 13, .06);
  --button-shadow--white-03: rgba(13, 13, 13, .1);
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

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

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

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

.w-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

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

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

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

body {
  color: var(--neutral--600);
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.368em;
}

h3 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--500);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 114px 132px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.667em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 24px;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns.form {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid-2-columns._2-col-mbl.gap-row-14px {
  grid-row-gap: 14px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.dropdown-columns-link {
  grid-column-gap: 100px;
}

.grid-2-columns._3fr---1fr {
  grid-template-columns: 3fr 1fr;
}

.grid-2-columns._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns._1-42fr---1fr.mg-bottom-56px {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-2-columns._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns.footer-menu-links-grid {
  grid-column-gap: 44px;
  grid-template-columns: auto auto;
  align-items: start;
  max-width: 370px;
}

.grid-2-columns._1fr---1-2fr {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns.full-width-images-right-grid {
  align-items: stretch;
  width: 44%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-2-columns.gap-column-64px {
  flex: 0 auto;
  order: 0;
}

.grid-2-columns.gap-column-64px.gap-row-80px {
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 0;
  align-content: center;
  align-self: center;
  justify-items: center;
}

.grid-2-columns.our-process-grid {
  grid-row-gap: 140px;
  width: 62%;
  max-width: 850px;
  margin-top: -332px;
  margin-left: auto;
}

.grid-2-columns.our-offices-slider-grid {
  grid-template-columns: 1fr 1.5fr;
}

.grid-2-columns.contact-links-and-form-grid {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1.8fr;
}

.grid-2-columns.gap-row-24px {
  display: block;
}

.grid-2-columns.portfolio-projects-grid {
  grid-row-gap: 0px;
  grid-template-columns: minmax(auto, 620px) minmax(auto, 620px);
  justify-content: space-between;
}

.grid-2-columns._1-55fr---1fr {
  grid-template-columns: 1.55fr 1fr;
}

.grid-2-columns._1-75fr---1fr {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns.project-details-grid {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  max-width: 360px;
}

.grid-2-columns._2-06fr---1fr {
  grid-template-columns: 2.06fr 1fr;
}

.grid-2-columns._2-06fr---1fr.mg-bottom-56px {
  margin-bottom: 30px;
}

.grid-2-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns._1fr---3-75fr {
  grid-template-columns: 1fr 3.75fr;
}

.grid-2-columns._1fr---3-75fr.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns.blog-v1-grid {
  grid-row-gap: 100px;
  grid-template-columns: minmax(auto, 448px) minmax(auto, 448px);
  justify-content: space-between;
  max-width: 974px;
  margin-left: auto;
}

.grid-2-columns.blog-post-link-grid {
  grid-template-columns: 1.35fr 1fr;
  text-decoration: none;
  transition: none;
}

.grid-2-columns.sales-page {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
}

.card.accordion-v3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
  padding: 88px 74px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-home-page {
  text-align: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.sales-home-page:hover {
  transform: scale(.96);
}

.card.sales-home-page.dark {
  border-color: var(--neutral--700);
  background-color: var(--neutral--800);
}

.card.buy-now {
  background-color: #146ef5;
  border-color: #475eff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale(.98);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
  border-width: 0;
}

.card.search-results-card {
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 40px 24px;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.card.search-results-card:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.services-card {
  padding: 30px 30px 25px;
  text-decoration: none;
  transition: none;
  display: block;
}

.card.services-card.v2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 76px 32px 88px;
  display: flex;
}

.card.contact-form-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 88px;
  display: flex;
}

.card.contact-form-center.v2 {
  border-width: 1.5px;
  max-width: 882px;
  padding: 80px;
}

.card.social-media-link-card {
  padding: 68px 38px;
  text-decoration: none;
  transition: none;
}

.card.contact-form-dark-card {
  background-color: var(--neutral--800);
  border-style: none;
  max-width: 882px;
  padding: 108px 80px;
}

.card.our-offices-map-card {
  max-width: 628px;
  margin-left: -324px;
  padding: 72px 56px;
}

.card.testimonial-slider {
  padding: 90px 48px;
}

.card.newsletter-cta-card {
  background-color: var(--neutral--800);
  border-style: none;
  padding: 200px 64px;
}

.card.card-inside-image {
  z-index: 1;
  border-style: none;
  width: 100%;
  max-width: 624px;
  padding-top: 90px;
  padding-bottom: 66px;
  padding-right: 102px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.card.pd-100px---72px---52px {
  padding: 100px 72px 52px;
}

.card.password-protected-card {
  padding: 112px 98px;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.portfolio-project-grid {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  justify-items: stretch;
  max-width: 1244px;
  padding-right: 48px;
}

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

.bg-neutral-800.top-53-3 {
  z-index: -1;
  position: absolute;
  top: 53.3%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-neutral-800.bottom-22 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 22%;
  left: 0%;
  right: 0%;
}

.bg-neutral-800.top-80 {
  z-index: -1;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-neutral-800.bottom-56 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 56%;
  left: 0%;
  right: 0%;
}

.bg-neutral-800.bottom-64 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 64%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

.bg-neutral-300.section-bg-shape-right {
  z-index: -1;
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

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

.bg-neutral-200.top-44 {
  z-index: -1;
  position: absolute;
  top: 44%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.bg-neutral-100.top-66 {
  z-index: -1;
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-neutral-100.top-26 {
  z-index: -1;
  position: absolute;
  top: 26%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

.color-neutral-800 {
  color: var(--system--orange-300);
}

.color-neutral-800.link {
  transition: color .3s;
}

.color-neutral-800.link:hover {
  color: var(--neutral--600);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
  overflow: visible;
}

.color-neutral-100.mg-bottom-40px {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.divider._72px {
  margin-top: 72px;
  margin-bottom: 72px;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.divider._50px---0 {
  margin-top: 50px;
  margin-bottom: 0;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider._36px {
  margin-top: 36px;
  margin-bottom: 0;
}

.divider._56px {
  margin-top: 56px;
  margin-bottom: 56px;
}

.divider._52px---72px {
  margin-top: 52px;
  margin-bottom: 72px;
}

.divider.top--1px {
  margin-top: -1px;
}

.divider._100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.mg-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.divider.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

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

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-72px {
  margin-bottom: 72px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

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

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

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

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.mg-right-24px {
  margin-right: 24px;
}

.mg-right-32px {
  margin-right: 32px;
}

.mg-right-40px {
  margin-right: 40px;
}

.mg-right-48px {
  margin-right: 48px;
}

.text-200 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.text-uppercase {
  color: var(--system--orange-300);
  margin-top: 2px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.text-uppercase {
  letter-spacing: .05em;
}

.display-1 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.158em;
}

.display-1.mg-bottom-24px {
  display: block;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1.color-neutral-100.mg-bottom-6px {
  text-decoration: none;
}

.display-1.color-neutral-100.mg-bottom-0 {
  color: var(--neutral--800);
}

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

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column.gap-row-30px {
  grid-row-gap: 30px;
}

.grid-1-column.full-width-images-right-grid {
  grid-row-gap: 24px;
}

.grid-1-column.side-by-side-section---grid-left {
  grid-row-gap: 250px;
  margin-top: 112px;
}

.grid-1-column.side-by-side-section---grid-right {
  grid-row-gap: 220px;
  align-content: center;
  justify-items: stretch;
}

.grid-1-column.gap-38px {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

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

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

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

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-column-64px {
  grid-column-gap: 64px;
}

.gap-row-8px {
  grid-row-gap: 8px;
}

.gap-row-16px {
  grid-row-gap: 16px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-32px {
  grid-row-gap: 32px;
}

.gap-row-40px {
  grid-row-gap: 40px;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-72px {
  grid-row-gap: 72px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2.color-neutral-100.mg-bottom-0 {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.display-2.text-center.mg-bottom-56px {
  margin-bottom: 30px;
}

.display-3 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.278em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.429em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4.color-neutral-600 {
  color: var(--neutral--600);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-400.blog-category-link {
  color: var(--neutral--600);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.text-400.blog-category-link:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--800);
}

.text-400.blog-category-link.w--current {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
  font-weight: 700;
}

.text-400.blog-category-link.w--current:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
}

.text-300 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

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

.text-300.text-uppercase {
  letter-spacing: .05em;
}

.text-300.blog-category-link {
  color: var(--neutral--600);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding-bottom: 74px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
  display: block;
}

.text-300.blog-category-link:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--800);
}

.text-300.blog-category-link.w--current {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
  font-weight: 700;
}

.text-300.blog-category-link.w--current:hover {
  border-bottom-color: var(--neutral--600);
  color: var(--neutral--600);
}

.text-300.blog-category-link.white---small {
  color: var(--neutral--500);
  padding-bottom: 54px;
}

.text-300.blog-category-link.white---small:hover {
  color: var(--neutral--300);
}

.text-300.blog-category-link.white---small.w--current {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.text-300.tab-menu-link {
  color: var(--neutral--600);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding: 0 22px 44px;
  transition: border-color .3s, color .3s;
}

.text-300.tab-menu-link:hover {
  border-bottom-color: var(--neutral--500);
  color: var(--neutral--700);
}

.text-300.tab-menu-link.w--current {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
  font-weight: 700;
}

.text-100 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.text-uppercase {
  letter-spacing: .05em;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-row-88px {
  grid-row-gap: 88px;
}

.grid-3-columns._1-col-tablet.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.gap-row-16px {
  grid-row-gap: 16px;
}

.grid-3-columns.link-images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 56px;
}

.grid-3-columns.gap-row-40px {
  grid-row-gap: 40px;
}

.grid-3-columns.portfolio-project-details-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: end;
  margin-top: 20px;
}

.grid-3-columns.gap-row-88px {
  grid-row-gap: 88px;
}

.grid-3-columns.gap-row-96px {
  grid-row-gap: 96px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 740px;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._752px.center {
  max-width: 752px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._864px {
  max-width: 864px;
}

.inner-container._864px.center {
  background-color: rgba(0, 0, 0, 0);
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._990px {
  max-width: 990px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._734px {
  max-width: 734px;
}

.inner-container._396px {
  max-width: 396px;
}

.inner-container._642px {
  max-width: 642px;
}

.inner-container._642px.center {
  max-width: 1000px;
}

.inner-container._454px {
  max-width: 454px;
}

.inner-container._966px {
  max-width: 966px;
}

.inner-container._768px {
  max-width: 768px;
}

.inner-container._672px {
  max-width: 672px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._832px {
  max-width: 832px;
}

.inner-container._716px {
  max-width: 716px;
}

.inner-container._656px {
  max-width: 656px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._294px {
  max-width: 294px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._614px {
  max-width: 614px;
}

.inner-container._844px {
  max-width: 844px;
}

.inner-container._678px {
  max-width: 678px;
}

.inner-container._386px {
  max-width: 386px;
}

.inner-container._386px._100-mbp {
  display: block;
}

.inner-container._880px {
  max-width: 880px;
}

.inner-container._358px {
  max-width: 358px;
}

.inner-container._422px {
  max-width: 422px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container._586px {
  max-width: 586px;
}

.inner-container._586px._100-mbl {
  float: none;
  clear: none;
  border: 4px solid #dd501d;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  padding: 30px;
  display: block;
}

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

.inner-container._694px {
  max-width: 694px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container._530px {
  max-width: 530px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._704px {
  max-width: 704px;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._796px {
  max-width: 796px;
}

.inner-container._1190px {
  max-width: 1190px;
}

.inner-container._190px {
  max-width: 190px;
}

.inner-container._610px {
  max-width: 610px;
}

.inner-container._896px {
  max-width: 896px;
}

.inner-container._590px {
  max-width: 590px;
}

.inner-container._652px {
  max-width: 652px;
}

.inner-container._666px {
  max-width: 666px;
}

.inner-container._428px {
  max-width: 428px;
}

.inner-container._770px {
  max-width: 770px;
}

.inner-container._368px {
  max-width: 368px;
}

.inner-container._1130px {
  max-width: 1130px;
}

.inner-container._826px {
  max-width: 826px;
}

.inner-container._866px {
  max-width: 866px;
}

.inner-container._1088px {
  max-width: 1088px;
}

.inner-container._1088px.center {
  float: none;
  clear: both;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._604px.center {
  margin-top: 50px;
}

.inner-container._696px {
  max-width: 696px;
}

.inner-container._484px {
  max-width: 484px;
}

.inner-container._906px {
  max-width: 906px;
}

.inner-container._818px {
  max-width: 818px;
}

.inner-container._632px {
  max-width: 632px;
}

.inner-container._464px {
  max-width: 464px;
}

.inner-container._1202px {
  max-width: 1202px;
}

.inner-container._838px {
  max-width: 838px;
}

.inner-container._760px {
  max-width: 760px;
}

.inner-container._155px {
  max-width: 155px;
}

.inner-container._622px {
  max-width: 622px;
}

.inner-container._606px {
  max-width: 606px;
}

.inner-container._470px {
  max-width: 470px;
}

.inner-container._624px {
  max-width: 624px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.style---components-wrapper {
  background-color: var(--neutral--100);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 32px 34px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.small {
  padding: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--system--orange-300);
}

.btn-primary.white:hover {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .1);
}

.btn-primary.white.no-hover {
  color: #146ef5;
}

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  color: #475eff;
  transform: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover {
  transition: none;
}

.btn-primary.no-hover:hover {
  background-color: var(--neutral--800);
  transform: none;
}

.btn-primary.next-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.btn-secondary {
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 34px;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.previous-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.badge-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 18px 28px;
  font-size: 20px;
  line-height: 1.1em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary.light {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--neutral--500);
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding: 0 0 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-bottom-color: var(--neutral--700);
  color: var(--neutral--100);
}

.input:focus, .input.-wfp-focus {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.input::placeholder {
  color: var(--neutral--500);
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 82px;
}

.input.cart-quantity-input {
  color: var(--neutral--600);
  width: 80px;
  min-height: 50px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.dark {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
}

.input.dark:hover {
  border-bottom-color: var(--neutral--300);
}

.input.dark:focus {
  border-bottom-color: var(--neutral--800);
}

.input.dark::placeholder {
  color: var(--neutral--500);
}

.input.dark.search-bar-input {
  min-height: 66px;
  padding-bottom: 40px;
  padding-right: 48px;
  font-weight: 400;
}

.input.dark.search-bar-input::placeholder {
  color: var(--neutral--600);
}

.input.newsletter-cta-input {
  border-bottom-color: var(--neutral--600);
  padding-right: 156px;
}

.input.newsletter-cta-input:hover {
  border-bottom-color: var(--neutral--700);
}

.input.newsletter-cta-input:focus {
  border-bottom-color: var(--neutral--100);
}

.input.newsletter-cta-input.dark {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
}

.input.newsletter-cta-input.dark:hover {
  border-bottom-color: var(--neutral--500);
}

.input.newsletter-cta-input.dark:focus {
  border-bottom-color: var(--neutral--800);
}

.input.newsletter-cta-input.dark::placeholder {
  color: var(--neutral--600);
}

.input.dropdown-input {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--600);
  min-height: 64px;
  padding-bottom: 34px;
}

.input.dropdown-input:hover {
  border-bottom-color: var(--neutral--600);
}

.input.dropdown-input:focus {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--neutral--500);
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 144px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-bottom-color: var(--neutral--700);
  color: var(--neutral--100);
}

.text-area:focus {
  border-bottom-color: var(--neutral--100);
}

.text-area::placeholder {
  color: var(--neutral--500);
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.large {
  min-height: 194px;
}

.text-area.dark {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
}

.text-area.dark:hover {
  border-bottom-color: var(--neutral--300);
}

.text-area.dark:focus {
  border-bottom-color: var(--neutral--800);
}

.text-area.dark::placeholder {
  color: var(--neutral--500);
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 0;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--800);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--neutral--800);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--neutral--800);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 112px;
  max-width: 112px;
  height: 112px;
  max-height: 112px;
}

.avatar-circle._06 {
  min-width: 184px;
  max-width: 184px;
  min-height: 184px;
  max-height: 184px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-link {
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-icon-link:hover {
  color: var(--neutral--500);
  transform: translate3d(0, -4px, .01px);
}

.social-icon-link.size-10px {
  width: 10px;
}

.social-icon-link.dark {
  color: var(--neutral--800);
}

.social-icon-link.dark:hover {
  color: var(--neutral--500);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.line-square-icon.success-message-check {
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 1em;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text h2, .rich-text h3 {
  margin-bottom: 24px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text ul {
  margin-top: 0;
  margin-bottom: 48px;
}

.rich-text ol {
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-bottom: 16px;
}

.rich-text h5, .rich-text h4 {
  margin-bottom: 24px;
}

.rich-text.mg-bottom-80px {
  margin-bottom: 40px;
}

.rich-text blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  color: var(--neutral--600);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--neutral--800);
}

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

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
  max-width: 70%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1362px;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section, .section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.small.pd-bottom-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.overflow-hidden {
  padding-top: 150px;
}

.section.bg-neutral-200 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--neutral--800) 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 28%, white 28%);
  padding-top: 9px;
}

.section.pd-230px---214px {
  padding-top: 50px;
  padding-bottom: 90px;
}

.section.pd-top-214px {
  padding-top: 214px;
}

.section.pd-top-214px.overflow-hidden {
  padding-top: 0;
  padding-bottom: 50px;
}

.section.bg-neutral-800 {
  padding: 30px 40px 40px;
}

.section.position-relative---z-index-1 {
  display: none;
}

.section.position-relative---z-index-1.bg-neutral-800 {
  padding-top: 80px;
  display: block;
}

.section.pd-bottom-368px {
  padding-top: 250px;
  padding-bottom: 300px;
}

.section.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

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

.section.pd-top-246px {
  padding-top: 246px;
}

.section.pd-top-246px.position-relative---z-index-1 {
  overflow: hidden;
}

.section.pd-bottom-0 {
  padding-bottom: 0;
}

.section.pd-172px---200px {
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.pd-180px---0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.pd-top-146px {
  padding-top: 146px;
}

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

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.medium {
  padding-top: 194px;
  padding-bottom: 194px;
}

.top-bar-wrapper {
  background-color: var(--neutral--600);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 26px;
  padding-bottom: 26px;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.top-bar-flex.vertical {
  flex-direction: column;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover {
  color: var(--neutral--600);
}

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

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

.heading-h1-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h2-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.368em;
}

.heading-h2-size.color-neutral-500 {
  color: var(--neutral--500);
}

.heading-h3-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header-wrapper.border-bottom-neutral-300 {
  border-bottom-color: var(--neutral--300);
}

.header-wrapper.bg-neutral-800 {
  background-color: var(--neutral--800);
}

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

.header-content-wrapper.pd-top-and-bottom-42px {
  padding-top: 42px;
  padding-bottom: 42px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  margin-bottom: -1px;
  padding: 48px 16px;
  font-weight: 400;
  line-height: 1.111em;
  transition: background-color .3s, border-color .3s, color .3s;
}

.header-nav-link:hover {
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .1);
}

.header-nav-link.w--current {
  border-bottom: 2px solid var(--neutral--100);
  color: var(--neutral--100);
}

.header-nav-link.dark {
  color: var(--neutral--800);
}

.header-nav-link.dark:hover {
  background-color: rgba(13, 13, 13, .08);
}

.header-nav-link.dark.w--current {
  border-bottom-color: var(--neutral--800);
}

.header-nav-link.hamburger-desktop-nav-link {
  border-bottom-style: none;
  padding: 0;
  font-size: 90px;
  font-weight: 500;
  text-decoration: none;
}

.header-nav-link.hamburger-desktop-nav-link:hover {
  color: var(--neutral--500);
  background-color: rgba(0, 0, 0, 0);
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
  overflow: visible;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.hamburger-desktop {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-toggle {
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  padding: 48px 16px;
  font-weight: 400;
  line-height: 1.111em;
  display: flex;
}

.dropdown-toggle.dark {
  color: var(--neutral--800);
}

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-link {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-weight: 400;
  line-height: 1.111em;
}

.dropdown-link:hover {
  color: var(--neutral--500);
}

.dropdown-link.w--current {
  color: var(--neutral--600);
}

.dropdown-link.w--current:hover {
  color: var(--neutral--800);
}

.dropdown-link.highlight {
  color: var(--neutral--800);
  font-weight: 700;
}

.dropdown-link.highlight:hover {
  color: var(--neutral--500);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo {
  max-width: 200px;
}

.header-logo-link {
  cursor: pointer;
  transform-style: preserve-3d;
  width: auto;
  max-width: 15em;
  padding-left: 0;
  transition: transform .3s, opacity .3s;
}

.header-logo-link:hover {
  opacity: .65;
  transform: translate3d(0, -6px, .01px);
}

.header-logo-link.header-simple-logo {
  width: 100%;
  max-width: 222px;
  margin: 42px auto;
}

.header-logo-link.max-w-180px-mbl.z-index-20 {
  z-index: 20;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-wrapper.z-index-20 {
  z-index: 20;
}

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  width: 52px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-bar.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.hamburger-menu-bar.large {
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-square-primary {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-primary:hover {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  transform: translate3d(0, -4px, .01px);
}

.btn-square-primary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-square-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-square-primary.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-square-primary.white:hover {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-square-primary.button-arrow-bottom-right {
  margin-bottom: 0;
  bottom: 0;
  right: 0;
}

.btn-square-primary.button-arrow-top-right {
  margin-top: 0;
  margin-bottom: 0;
  top: -120px;
  right: 0;
}

.btn-square-primary.button-arrow-top-right.top--202px {
  top: -202px;
}

.btn-square-primary.button-arrow-right---bottom-68px {
  margin-bottom: 0;
  bottom: 68px;
}

.btn-square-primary.button-arrow-inside-card-right {
  margin-bottom: 0;
  bottom: 100px;
  right: 76px;
}

.btn-square-primary.button-arrow-top {
  margin-top: 0;
}

.btn-square-primary.button-arrow-bottom-mbl {
  margin-top: 300px;
}

.btn-square-secondary {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-secondary:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.btn-square-secondary.small {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
}

.btn-square-secondary.small.accordion-btn {
  transform-style: preserve-3d;
  transition: none;
}

.btn-square-secondary.small.accordion-btn:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-square-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-square-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-square-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-square-secondary.accordion-btn {
  position: relative;
}

.btn-square-secondary.button-arrow-bottom-left {
  margin-bottom: 0;
  bottom: 0;
  left: 0;
}

.btn-square-secondary.button-arrow-top-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  top: -120px;
  right: 96px;
}

.btn-square-secondary.button-arrow-top-right.top--202px {
  top: -202px;
}

.btn-square-secondary.button-arrow-right---bottom-68px {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 68px;
  right: 90px;
}

.btn-square-secondary.button-arrow-inside-card-left {
  margin-bottom: 0;
  margin-right: 0;
  bottom: 100px;
  right: 164px;
}

.btn-square-secondary.button-arrow-top {
  margin-top: 0;
}

.btn-square-secondary.button-arrow-bottom-mbl {
  margin-top: 300px;
}

.utility-page-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.utility-page-wrap.pd-164px---284px {
  padding-top: 164px;
  padding-bottom: 284px;
}

.utility-page-wrap._404-page {
  padding-top: 218px;
  padding-bottom: 218px;
  overflow: hidden;
}

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

.utility-page-content._800px {
  max-width: 800px;
  margin-bottom: 0;
}

.utility-page-content.max-w-100 {
  max-width: 100%;
}

.utility-page-content.max-w-100.text-left {
  margin-bottom: 0;
}

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

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

.social-media-grid-top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 24px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.center-tablet {
  display: none;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

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

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  background-color: var(--neutral--800);
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo-wrapper {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: opacity .3s, transform .3s;
}

.footer-logo-wrapper:hover {
  opacity: .65;
  transform: translate3d(0, -6px, .01px);
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-logo-wrapper.width-200px {
  max-width: 200px;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-list-wrapper.horizontal.left {
  justify-content: flex-end;
}

.footer-list-item {
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footer-list-item.horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list-item.horizontal.left {
  padding-left: 24px;
  padding-right: 0;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--400);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--neutral--100);
}

.footer-link.highlight {
  color: var(--neutral--200);
  font-weight: 700;
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.34fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--500);
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-bottom.v2 {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.success-message {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

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

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

.text-center.mobile-l {
  text-align: left;
}

.text-center.mg-bottom-100px {
  margin-bottom: 70px;
}

.text-center.flex-grow {
  flex: 1;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.opacity-90 {
  opacity: .9;
}

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

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  background-color: rgba(13, 13, 13, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mg-bottom-72px.mg-bottom-40px-mbl {
  margin-bottom: 20px;
}

.lightbox-video-icon-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--system--orange-300);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.subtitle.mg-bottom-24px {
  margin-bottom: 24px;
}

.subtitle.color-neutral-100 {
  color: var(--system--orange-300);
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none.color-transition-none {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  transition: none;
  display: flex;
}

.cta-section {
  z-index: 1;
  padding-top: 386px;
  padding-bottom: 386px;
  position: relative;
  overflow: hidden;
}

.cta-section.v2 {
  background-color: var(--neutral--800);
  padding-top: 528px;
  padding-bottom: 528px;
}

.cta-section.v3 {
  background-color: var(--neutral--800);
  padding-top: 312px;
  padding-bottom: 312px;
}

.cta-section.v4 {
  background-color: var(--neutral--800);
  padding-top: 264px;
  padding-bottom: 264px;
}

.cta-section.v4.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.cta-section.v5 {
  background-color: var(--neutral--800);
  padding-top: 268px;
  padding-bottom: 300px;
}

.slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slider-wrapper.arrows-bottom {
  padding-bottom: 60px;
}

.slider-wrapper.arrows-bottom.pd-bottom-170px {
  padding-bottom: 170px;
}

.slider-wrapper.arrows-bottom.pd-bottom-112px {
  padding-bottom: 112px;
}

.slider-wrapper.arrows-bottom.pd-bottom-154px {
  padding-bottom: 154px;
}

.slider-wrapper.arrows-inside-card {
  max-width: 822px;
}

.slider-wrapper.arrows-top {
  padding-top: 120px;
}

.slider-wrapper.pd-sides-32px {
  padding-left: 32px;
  padding-right: 32px;
}

.slider-wrapper.pd-sides-32px.mg-bottom-56px {
  height: 40em;
}

.slider-mask {
  height: auto;
  max-height: 40em;
}

.slider-mask.width-418px {
  max-width: 418px;
  overflow: visible;
}

.slider-mask._754px {
  max-width: 754px;
  overflow: visible;
}

.slider-mask._494px {
  max-width: 494px;
  overflow: visible;
}

.slider-mask._448px {
  max-width: 448px;
  overflow: visible;
}

.slider-mask.width-1090px {
  max-width: 1090px;
  overflow: visible;
}

.slider-mask.width-844px {
  max-width: 844px;
  overflow: visible;
}

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 66px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v2.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v2.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v2.dark {
  border-top-color: var(--neutral--600);
  border-bottom-color: var(--neutral--600);
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v3.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.accordion-header {
  align-items: center;
  max-width: 840px;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.max-w-690px {
  max-width: 690px;
}

.acordion-body.max-w-646px {
  max-width: 646px;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  width: 28px;
}

.accordion-btn-line.v2.first {
  transform: rotate(135deg);
}

.accordion-btn-line.v2.second {
  transform: rotate(225deg);
}

.accordion-btn-line.v2.vertical {
  background-color: var(--neutral--100);
  width: 2px;
  height: 28px;
  transform: none;
}

.accordion-btn-line.v2.horizontal {
  background-color: var(--neutral--100);
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 884px;
}

.accordion-content-wrapper.v2.max-w-690px {
  max-width: 690px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.accordion-big-number-wrapper {
  grid-column-gap: 80px;
  width: 100%;
  max-width: 1020px;
  display: flex;
}

.tabs-content {
  overflow: visible;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  text-align: center;
  padding: 26px 24px;
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.overflow-visible {
  overflow: visible;
}

.slide-item-mg {
  margin-right: 30px;
  overflow: visible;
}

.slide-item-mg.mg-right-60px {
  margin-right: 60px;
}

.slide-item-mg.mg-right-40px {
  margin-right: 40px;
}

.slide-item-mg.mg-right-48px {
  object-fit: cover;
  max-width: none;
  margin-right: 48px;
}

.slide-item-mg.mg-right-100px {
  margin-right: 100px;
}

.slide-item-mg.mg-right-82px {
  margin-right: 82px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.height-100 {
  height: 100%;
}

.divider-details {
  background-color: var(--neutral--400);
  width: 30px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.divider-details._20px {
  width: 20px;
}

.divider-details.bg-neutral-500 {
  background-color: var(--neutral--500);
}

._404-not-found {
  color: var(--neutral--400);
  margin-bottom: 20px;
  font-size: 230px;
  line-height: 1.017em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.cart-button {
  color: var(--neutral--100);
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0);
  padding: 48px 16px;
  font-weight: 400;
  line-height: 1.111em;
  transition: background-color .3s;
  position: relative;
}

.cart-button:hover {
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .1);
}

.cart-button.dark {
  color: var(--neutral--800);
}

.cart-button.dark:hover {
  background-color: rgba(13, 13, 13, .08);
}

.cart-quantity {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111px;
}

.cart-quantity.color-neutral-800 {
  color: var(--neutral--800);
}

.cart-container {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  max-width: 540px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding-top: 22px;
  padding-bottom: 22px;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  border-bottom: 1px solid var(--neutral--300);
}

.card-sales-home-image.dark {
  border-bottom-color: var(--neutral--700);
}

.card-sales-home-content {
  text-align: center;
  padding: 32px 18px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 750px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 0;
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.display-5 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.208em;
}

.display-5.color-neutral-100 {
  color: var(--neutral--100);
}

.top-section-bg-image {
  z-index: 1;
  margin-top: -118px;
  padding-top: 230px;
  padding-bottom: 370px;
  position: relative;
  overflow: hidden;
}

.top-section-bg-image.v2 {
  padding-top: 568px;
  padding-bottom: 142px;
}

.top-section-bg-image.v3 {
  padding-top: 294px;
  padding-bottom: 294px;
}

.top-section-bg-image.v4 {
  padding-top: 328px;
  padding-bottom: 540px;
}

.flex {
  display: flex;
}

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

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

.flex.align-bottom {
  align-items: flex-end;
}

.subtitle-line {
  background-color: var(--neutral--800);
  width: 100%;
  max-width: 80px;
  min-height: 1.5px;
}

.subtitle-line.white {
  background-color: var(--neutral--100);
}

.subtitle-line.large {
  max-width: 140px;
  min-height: 2px;
}

.subtitle-line.large.white {
  background-color: var(--neutral--100);
}

.subtitle-line.small {
  max-width: 50px;
}

.subtitle-and-line-container {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.subtitle-and-line-container.center {
  justify-content: center;
}

.subtitle-and-line-container.center.mg-bottom-16px {
  margin-bottom: 16px;
}

.subtitle-and-line-container.gap-32px {
  grid-column-gap: 32px;
}

.subtitle-and-line-container.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.image-bg-full-section {
  z-index: -1;
  opacity: .5;
  filter: blur(2px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-gradient-full-section {
  z-index: -1;
  background-color: rgba(0, 0, 0, .56);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-gradient-full-section.bg-black-64 {
  filter: blur();
  background-color: rgba(0, 0, 0, .64);
}

.bg-gradient-full-section.bg-black-60 {
  background-color: rgba(0, 0, 0, .6);
}

.header-button-hide-on-mb-wrapper {
  margin-left: 16px;
}

.font-weight-medium {
  font-weight: 500;
}

.link-underline-wrapper {
  text-decoration: none;
  display: inline-block;
}

.link-underline-wrapper.link-row {
  margin-top: 16px;
}

.link-underline-wrapper.blog-category-link {
  color: var(--neutral--500);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.083em;
}

.link-underline-wrapper.blog-category-link:hover {
  color: var(--neutral--800);
}

.link-underline-wrapper.blog-category-link.w--current {
  color: var(--neutral--800);
  font-weight: 500;
}

.link-underline-wrapper.previous-button {
  color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .3s;
}

.link-underline-wrapper.previous-button:hover {
  color: var(--neutral--800);
}

.link-underline-wrapper.next-button {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .3s;
}

.link-underline-wrapper.next-button:hover {
  color: var(--neutral--600);
}

.underline-wrapper {
  background-color: var(--neutral--400);
  min-height: 2px;
  max-height: 2px;
  margin-top: 14px;
}

.underline-wrapper.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.underline-wrapper.bg-neutral-600.mg-top-8px {
  margin-top: 8px;
}

.underline-wrapper.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.underline {
  background-color: var(--neutral--800);
  width: 100%;
  min-height: 2px;
  max-height: 2px;
}

.underline.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.gap-row-30px {
  grid-row-gap: 30px;
}

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

.mg-bottom-20px {
  margin-bottom: 20px;
}

.top-section-bottom-rectangle {
  z-index: 1;
  background-color: var(--neutral--100);
  width: 88%;
  min-height: 70px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-section-bottom-rectangle.v2 {
  width: 96%;
  min-height: 218px;
}

.top-section-bottom-rectangle.v3 {
  width: 96%;
  min-height: 134px;
}

.section-bottom-vertical-line {
  background-color: var(--neutral--800);
  min-width: 2px;
  max-width: 2px;
  min-height: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bottom-vertical-line.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section-bottom-vertical-line.top-section-top-line {
  z-index: 1;
  background-color: var(--neutral--100);
  bottom: 70px;
}

.section-bottom-vertical-line.top-section-top-line.v2 {
  bottom: 218px;
}

.section-bottom-vertical-line.top-section-top-line.v3 {
  bottom: 134px;
}

.section-bottom-vertical-line.top-section-bottom-line {
  z-index: 2;
  bottom: -30px;
}

.section-bottom-vertical-line.top-section-bottom-line.v2 {
  bottom: 118px;
}

.section-bottom-vertical-line.top-section-bottom-line.v3 {
  bottom: 34px;
}

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

.section-top-vertical-line {
  background-color: var(--neutral--800);
  min-width: 2px;
  max-width: 2px;
  min-height: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-top-vertical-line.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.bottom-right-bg-rectangle {
  z-index: -1;
  background-color: var(--neutral--200);
  width: 44%;
  min-height: 882px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider---arrows-divider {
  background-color: var(--neutral--400);
  width: 72%;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 31.5px;
  left: 0;
  right: 0;
}

.slider---arrows-divider.top {
  top: 34px;
  bottom: auto;
}

.testimonial-details-line {
  background-color: var(--neutral--800);
  width: 64px;
  min-height: 1.5px;
  margin-right: 20px;
}

.testimonial-details-line.small {
  width: 28px;
  min-height: 2px;
  margin-right: 18px;
}

.heading-top-line {
  background-color: var(--neutral--100);
  width: 100%;
  max-width: 164px;
  min-height: 2px;
  margin-bottom: 48px;
}

.heading-top-line.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-top-line.footer-heading-line {
  max-width: 100px;
  margin-bottom: 32px;
}

.heading-top-line._62px {
  max-width: 62px;
  margin-bottom: 20px;
}

.heading-top-line.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.heading-top-line._124px {
  max-width: 124px;
  min-height: 1.5px;
  margin-bottom: 32px;
}

.heading-top-line._80px {
  max-width: 80px;
  margin-bottom: 20px;
}

.heading-top-line._140px {
  max-width: 140px;
  margin-bottom: 32px;
}

.heading-top-line._140px.mg-bottom-40px {
  margin-bottom: 40px;
}

.heading-top-line._142px {
  max-width: 142px;
  min-height: 1.5px;
}

.heading-top-line._100px {
  max-width: 100px;
  margin-bottom: 40px;
}

.heading-top-line.bg-neutral-400 {
  background-color: var(--neutral--400);
}

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

.link-image.blog-post-featured-image {
  min-height: 688px;
}

.link-image.blog-v1-thumbnail-image {
  min-height: 448px;
}

.footer-top---left-section {
  border-right: 1px solid var(--neutral--500);
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 64px;
}

.footer-top---left-section.v2 {
  border-right-style: none;
  padding-top: 150px;
  padding-bottom: 150px;
}

.footer-top---right-section {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-items: end;
  padding-top: 180px;
  padding-bottom: 120px;
  padding-left: 64px;
  display: grid;
}

.footer-top---right-section.v2 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-link-large {
  grid-column-gap: 22px;
  color: var(--neutral--400);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.contact-link-large:hover {
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.mg-bottom-130px {
  margin-bottom: 130px;
}

.top-section {
  z-index: 1;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

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

.top-section.pd-140px---300px.bg-neutral-800 {
  background-color: var(--neutral--100);
  padding-bottom: 200px;
}

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

.top-section.pd-top-140px.bg-neutral-800 {
  z-index: 0;
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.top-section.pd-bottom-240px {
  padding-bottom: 240px;
}

.top-section.pd-bottom-300px {
  padding-bottom: 300px;
}

.top-section.pd-bottom-464px {
  padding-bottom: 464px;
}

.section-numbers-divider {
  background-color: var(--neutral--500);
  width: 100%;
  max-width: 130px;
  min-height: 1px;
  margin-left: 22px;
  margin-right: 22px;
}

.section-numbers-divider._100px {
  max-width: 100px;
}

.top-section-image---rectangle-top {
  background-color: var(--neutral--100);
  width: 100%;
  max-width: 1046px;
}

.top-section-image---rectangle-top-wrapper {
  justify-content: center;
  min-height: 15%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.stats-divider {
  background-color: var(--neutral--400);
  min-width: 1px;
  max-width: 1px;
  min-height: 194px;
  max-height: 194px;
  margin-left: 32px;
  margin-right: 32px;
}

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

.mg-top-88px {
  margin-top: 88px;
}

.max-w-438px {
  max-width: 438px;
}

.width-34 {
  width: 34%;
}

._3-images-container {
  grid-column-gap: 44px;
  align-items: flex-start;
  display: flex;
}

.mg-top-10-5 {
  margin-top: 10.5%;
}

.mg-top-20 {
  margin-top: 20%;
}

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

.mg-top-and-bottom-62px {
  margin-top: 62px;
  margin-bottom: 62px;
}

.cta-image-top-left {
  width: 20%;
  max-width: 252px;
  display: block;
  position: absolute;
  top: -276px;
}

.cta-image-top-center {
  width: 28%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -494px;
  left: 0;
  right: 40px;
}

.cta-image-top-right {
  width: 20%;
  max-width: 256px;
  display: block;
  position: absolute;
  top: -356px;
  right: 24px;
}

.cta-image-bottom-left {
  width: 22%;
  max-width: 278px;
  display: block;
  position: absolute;
  bottom: -360px;
}

.cta-image-bottom-center {
  width: 28%;
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -458px;
  left: 16px;
  right: 0;
}

.cta-image-bottom-right {
  width: 22%;
  max-width: 278px;
  margin-left: auto;
  display: block;
  position: absolute;
  bottom: -230px;
  right: -56px;
}

.position-static {
  position: static;
}

.top-section-bg-image---slide-nav {
  z-index: 999;
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  bottom: 56px;
}

.scroll-down-arrow-wrapper {
  border: 1.5px solid var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  min-width: 114px;
  max-width: 114px;
  min-height: 114px;
  max-height: 114px;
  transition: background-color .3s, transform .3s;
  display: flex;
  overflow: hidden;
}

.scroll-down-arrow-wrapper:hover {
  background-color: rgba(255, 255, 255, .15);
  transform: translate3d(0, -10px, .01px);
}

.scroll-down-arrow-wrapper.v2 {
  background-color: var(--neutral--100);
  border-style: none;
  min-width: 78px;
  max-width: 78px;
  min-height: 78px;
  max-height: 78px;
}

._3-columns-grid-bottom-line {
  background-color: var(--neutral--800);
  min-height: 2px;
  max-height: 2px;
  margin-top: 66px;
}

.mg-top-90px {
  margin-top: 90px;
}

.mg-top-180px {
  margin-top: 180px;
}

.mg-top--90px {
  margin-top: -90px;
}

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

.image-link-overlay-container {
  z-index: 1;
  transform-origin: 50% 100%;
  text-align: center;
  background-color: rgba(13, 13, 13, .69);
  padding-top: 124px;
  padding-left: 44px;
  padding-right: 44px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-link-overlay-container.social-media-overlay {
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.testimonials-container {
  justify-content: space-between;
  display: flex;
}

.mg-left-46px {
  margin-left: 46px;
}

.testimonials-divider {
  background-color: var(--neutral--400);
  min-width: 1.5px;
  max-width: 1.5px;
  margin-left: 40px;
  margin-right: 40px;
}

.cta-v3-image-wrapper {
  width: 54%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.max-w-64px {
  max-width: 64px;
}

.image-and-bg-square-container {
  z-index: 1;
  max-width: 622px;
  position: relative;
}

.image-and-bg-square-container.left {
  margin-left: -64px;
}

.image-and-bg-square-container.right {
  margin-right: -64px;
}

.image-bg-square {
  z-index: -1;
  background-color: var(--neutral--800);
  width: 94%;
  height: 84%;
  position: absolute;
}

.image-bg-square.top-right {
  top: -6%;
  right: -6%;
}

.image-bg-square.bottom-left {
  bottom: -6%;
  left: -6%;
}

.team-member-job-position-line {
  background-color: var(--neutral--400);
  width: 100%;
  max-width: 40px;
  min-height: 2px;
  margin-right: 16px;
}

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

.team-member-collection-item:nth-child(2n) {
  margin-top: 88px;
}

.team-member-collection-item:last-child {
  margin-top: 176px;
}

.our-process-item-bottom-line {
  background-color: var(--neutral--800);
  min-height: 2px;
  margin-top: 56px;
}

.mg-top-256px {
  margin-top: 256px;
}

.mg-top--256px {
  margin-top: -256px;
}

.contact-link-text-and-icon {
  grid-column-gap: 22px;
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.contact-link-text-and-icon:hover {
  opacity: .5;
  color: var(--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.contact-link-text-and-icon.align-center {
  align-items: center;
}

.mg-top-5px {
  margin-top: 5px;
}

.line-h-1-5em {
  line-height: 1.5em;
}

.cta-image-left-wrapper {
  width: 46%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  overflow: hidden;
}

.cta-v4-bottom-line {
  z-index: -1;
  background-color: var(--neutral--100);
  min-height: .6px;
  max-height: .6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.max-w-362px {
  max-width: 362px;
}

.success-message-inner-container {
  border: 1px solid var(--neutral--600);
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.success-message-inner-container.dark {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
}

.success-message-inner-container.dark.border-none, .success-message-inner-container.border-none {
  border-style: none;
}

.max-w-418px {
  max-width: 418px;
}

.top-section-bottom-right-corner-image-wrapper {
  z-index: -1;
  width: 48%;
  max-height: 854px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.our-offices-map-image {
  object-fit: cover;
  width: 78%;
  min-height: 774px;
  display: block;
}

.mg-top-auto {
  margin-top: auto;
}

.heading-and-slider-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0%, auto);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.portfolio-grid-collection-item {
  flex-direction: column;
  max-width: 620px;
  margin-top: 0;
  display: flex;
}

.portfolio-grid-collection-item:nth-child(2n) {
  margin-top: 166px;
  margin-bottom: -42px;
}

.heading-line-left {
  background-color: var(--neutral--800);
  width: 100%;
  max-width: 60px;
  min-height: 1.5px;
  margin-top: 20px;
  margin-right: 38px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.top-right-20px {
  z-index: 1;
  top: 20px;
  right: 20px;
}

.heading-line-bottom-right {
  background-color: var(--neutral--800);
  width: 100%;
  max-width: 56px;
  min-height: 2px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.mg-top--102px {
  margin-top: -102px;
}

.blog-list-collection-item {
  border-bottom: 1px solid var(--neutral--600);
  padding-top: 36px;
  padding-bottom: 36px;
  transition: opacity .3s;
}

.blog-list-collection-item:first-child {
  padding-top: 0;
}

.blog-list-collection-item:hover {
  opacity: .5;
}

.button-inside-input-wrapper {
  z-index: 1;
  position: absolute;
  bottom: 24px;
  right: 0;
}

.button-inside-input-success-message {
  grid-column-gap: 24px;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 16px;
  display: flex;
}

.button-inside-input-success-message.dark {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.mg-bottom-110px {
  margin-bottom: 110px;
}

.pagination-container {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--neutral--400);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  padding-top: 80px;
  display: grid;
}

.pagination-container.v2 {
  border-top-width: 1px;
  margin-top: 148px;
}

.mg-top-0 {
  margin-top: 0;
}

.search-bar-icon {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search-bar-icon-architect-webflow-ecommerce-template.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 32px;
  max-width: 32px;
  padding: 0;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
}

.search-bar-icon:hover {
  opacity: .5;
}

.display-inline-block {
  display: inline-block;
}

.cta-v5-image-wrapper {
  object-fit: cover;
  width: 46%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.blog-categories-text-single-list-container {
  grid-column-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-categories-text-single-list-container.center {
  grid-column-gap: 20px;
  justify-content: center;
}

.collection-item-border-bottom {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.collection-item-border-bottom:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog-post-details-items-container {
  grid-column-gap: 32px;
  justify-content: space-between;
  max-width: 1012px;
  display: flex;
}

.blog-post-details-wrapper {
  z-index: 1;
  background-color: var(--neutral--100);
  margin-bottom: -108px;
  padding-bottom: 108px;
  padding-right: 48px;
  position: relative;
}

.blog-post-details-bg-left {
  background-color: var(--neutral--100);
  min-height: 108px;
  max-height: 108px;
  position: absolute;
  bottom: -108px;
  left: -1260%;
  right: 50%;
}

.product---image-and-title-container {
  background-color: var(--neutral--300);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 68px;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.product-link-container {
  flex-direction: column;
  text-decoration: none;
  transition: none;
  display: flex;
}

.tabs-menu-line-bottom {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: center;
  margin-bottom: 80px;
  display: flex;
}

.style---bg-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.icon-square {
  font-family: Line Rounded Icons, sans-serif;
}

.icon-square.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon-square.top-bar-close-icon:hover {
  opacity: .55;
}

.icon-square.top-bar-close-icon.top {
  align-items: flex-start;
}

.mg-right-52px {
  margin-right: 52px;
}

.footer-simple-container {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 58px;
  display: flex;
}

.pd-left-0 {
  padding-left: 0;
}

.text-capitalize {
  text-transform: capitalize;
}

.page-cover {
  z-index: 2147483647;
  background-color: var(--neutral--800);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-nav-menu-full-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.header-nav-menu-bg {
  background-color: var(--neutral--700);
  border-radius: 100%;
  width: 180vw;
  height: 180vh;
  position: absolute;
}

.header-nav-menu-full-list {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.empty-state-2 {
  flex-direction: column;
}

.bold-text {
  color: var(--system--orange-300);
  font-weight: 500;
}

.width-reduce {
  filter: grayscale(0%);
  text-align: left;
  width: 60%;
  max-width: 40%;
  display: inline-block;
}

.portfolio-projects-grid.grid-2-columns {
  grid-column-gap: 10px;
  grid-template-columns: minmax(auto, 1fr);
  grid-auto-flow: row;
}

.image {
  max-width: 30%;
}

.inner-container-hoover._740px {
  max-width: 740px;
}

.inner-container-hoover._600px {
  max-width: 600px;
}

.inner-container-hoover.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-hoover._752px.center {
  max-width: 752px;
}

.inner-container-hoover._460px {
  max-width: 460px;
}

.inner-container-hoover._500px {
  max-width: 500px;
}

.inner-container-hoover._864px {
  max-width: 864px;
}

.inner-container-hoover._864px.center {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #dd501d;
  border-radius: 0;
  margin-bottom: 50px;
  padding: 50px 50px 40px;
}

.inner-container-hoover._900px {
  max-width: 900px;
}

.inner-container-hoover._990px {
  max-width: 990px;
}

.inner-container-hoover._800px {
  max-width: 800px;
}

.inner-container-hoover._700px {
  max-width: 700px;
}

.inner-container-hoover._640px {
  max-width: 640px;
}

.inner-container-hoover._680px {
  max-width: 680px;
}

.inner-container-hoover._734px {
  max-width: 734px;
}

.inner-container-hoover._396px {
  max-width: 396px;
}

.inner-container-hoover._642px {
  max-width: 642px;
}

.inner-container-hoover._642px.center {
  max-width: 1000px;
}

.inner-container-hoover._454px {
  max-width: 454px;
}

.inner-container-hoover._966px {
  max-width: 966px;
}

.inner-container-hoover._768px {
  max-width: 768px;
}

.inner-container-hoover._672px {
  max-width: 672px;
}

.inner-container-hoover._420px {
  max-width: 420px;
}

.inner-container-hoover._832px {
  max-width: 832px;
}

.inner-container-hoover._716px {
  max-width: 716px;
}

.inner-container-hoover._656px {
  max-width: 656px;
}

.inner-container-hoover._560px {
  max-width: 560px;
}

.inner-container-hoover._860px {
  max-width: 860px;
}

.inner-container-hoover._648px {
  max-width: 648px;
}

.inner-container-hoover._294px {
  max-width: 294px;
}

.inner-container-hoover._588px {
  max-width: 588px;
}

.inner-container-hoover._614px {
  max-width: 614px;
}

.inner-container-hoover._844px {
  max-width: 844px;
}

.inner-container-hoover._678px {
  max-width: 678px;
}

.inner-container-hoover._386px {
  max-width: 386px;
}

.inner-container-hoover._386px._100-mbp {
  display: block;
}

.inner-container-hoover._880px {
  max-width: 880px;
}

.inner-container-hoover._358px {
  max-width: 358px;
}

.inner-container-hoover._422px {
  max-width: 422px;
}

.inner-container-hoover._596px {
  max-width: 596px;
}

.inner-container-hoover._586px {
  max-width: 586px;
}

.inner-container-hoover._694px {
  max-width: 694px;
}

.inner-container-hoover._530px {
  max-width: 530px;
}

.inner-container-hoover._440px {
  max-width: 440px;
}

.inner-container-hoover._704px {
  max-width: 704px;
}

.inner-container-hoover._794px {
  max-width: 794px;
}

.inner-container-hoover._796px {
  max-width: 796px;
}

.inner-container-hoover._1190px {
  max-width: 1190px;
}

.inner-container-hoover._190px {
  max-width: 190px;
}

.inner-container-hoover._610px {
  max-width: 610px;
}

.inner-container-hoover._896px {
  max-width: 896px;
}

.inner-container-hoover._590px {
  max-width: 590px;
}

.inner-container-hoover._652px {
  max-width: 652px;
}

.inner-container-hoover._666px {
  max-width: 666px;
}

.inner-container-hoover._428px {
  max-width: 428px;
}

.inner-container-hoover._770px {
  max-width: 770px;
}

.inner-container-hoover._368px {
  max-width: 368px;
}

.inner-container-hoover._1130px {
  max-width: 1130px;
}

.inner-container-hoover._826px {
  max-width: 826px;
}

.inner-container-hoover._866px {
  max-width: 866px;
}

.inner-container-hoover._1088px {
  max-width: 1088px;
}

.inner-container-hoover._604px {
  max-width: 604px;
}

.inner-container-hoover._696px {
  max-width: 696px;
}

.inner-container-hoover._484px {
  max-width: 484px;
}

.inner-container-hoover._906px {
  max-width: 906px;
}

.inner-container-hoover._818px {
  max-width: 818px;
}

.inner-container-hoover._632px {
  max-width: 632px;
}

.inner-container-hoover._464px {
  max-width: 464px;
}

.inner-container-hoover._1202px {
  max-width: 1202px;
}

.inner-container-hoover._838px {
  max-width: 838px;
}

.inner-container-hoover._760px {
  max-width: 760px;
}

.inner-container-hoover._155px {
  max-width: 155px;
}

.inner-container-hoover._622px {
  max-width: 622px;
}

.inner-container-hoover._606px {
  max-width: 606px;
}

.inner-container-hoover._470px {
  max-width: 470px;
}

.inner-container-hoover._624px {
  max-width: 624px;
}

.image-2 {
  float: right;
  max-width: 30%;
}

.section-2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.grid-2-columns-presse {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-presse.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns-presse._1-col-tablet.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-presse.form {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid-2-columns-presse._2-col-mbl.gap-row-14px {
  grid-row-gap: 14px;
}

.grid-2-columns-presse.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns-presse.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns-presse.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns-presse.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns-presse.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns-presse.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns-presse.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns-presse.dropdown-columns-link {
  grid-column-gap: 100px;
}

.grid-2-columns-presse._3fr---1fr {
  grid-template-columns: 3fr 1fr;
}

.grid-2-columns-presse._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns-presse._1-42fr---1fr.mg-bottom-56px {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-2-columns-presse._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns-presse._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns-presse.footer-menu-links-grid {
  grid-column-gap: 44px;
  grid-template-columns: auto auto;
  align-items: start;
  max-width: 370px;
}

.grid-2-columns-presse._1fr---1-2fr {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns-presse.full-width-images-right-grid {
  align-items: stretch;
  width: 44%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-2-columns-presse.gap-column-64px.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-presse.our-process-grid {
  grid-row-gap: 140px;
  width: 62%;
  max-width: 850px;
  margin-top: -332px;
  margin-left: auto;
}

.grid-2-columns-presse.our-offices-slider-grid {
  grid-template-columns: 1fr 1.5fr;
}

.grid-2-columns-presse.contact-links-and-form-grid {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1.8fr;
}

.grid-2-columns-presse.portfolio-projects-grid {
  grid-row-gap: 0px;
  grid-template-columns: minmax(auto, 620px) minmax(auto, 620px);
  justify-content: space-between;
}

.grid-2-columns-presse._1-55fr---1fr {
  grid-template-columns: 1.55fr 1fr;
}

.grid-2-columns-presse._1-75fr---1fr {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns-presse.project-details-grid {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  max-width: 360px;
}

.grid-2-columns-presse._2-06fr---1fr {
  grid-template-columns: 2.06fr 1fr;
}

.grid-2-columns-presse._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns-presse._1fr---3-75fr {
  grid-template-columns: 1fr 3.75fr;
}

.grid-2-columns-presse._1fr---3-75fr.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-presse.blog-v1-grid {
  grid-row-gap: 100px;
  grid-template-columns: minmax(auto, 448px) minmax(auto, 448px);
  justify-content: space-between;
  max-width: 974px;
  margin-left: auto;
}

.grid-2-columns-presse.blog-post-link-grid {
  grid-template-columns: 1.35fr 1fr;
  text-decoration: none;
  transition: none;
}

.grid-2-columns-presse.sales-page {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns-presse._1-42fr---1fr-copy {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns-presse._1-42fr---1fr-copy.mg-bottom-56px {
  padding-left: 30px;
  padding-right: 30px;
}

.container-press {
  max-width: 1362px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-press.order-confirmation {
  display: block;
}

.section-presse {
  padding-top: 130px;
  padding-bottom: 150px;
}

.section-presse.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-presse.small.pd-bottom-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-presse.overflow-hidden {
  padding-top: 150px;
}

.section-presse.bg-neutral-200 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-presse.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-presse.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-presse.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--neutral--800) 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section-presse.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 28%, white 28%);
  padding-top: 9px;
}

.section-presse.pd-230px---214px {
  padding-top: 100px;
  padding-bottom: 170px;
}

.section-presse.pd-top-214px {
  padding-top: 214px;
}

.section-presse.pd-top-214px.overflow-hidden {
  padding-top: 100px;
  padding-bottom: 230px;
}

.section-presse.bg-neutral-800 {
  padding-top: 150px;
}

.section-presse.position-relative---z-index-1 {
  display: none;
}

.section-presse.position-relative---z-index-1.bg-neutral-800 {
  padding-top: 260px;
  display: block;
}

.section-presse.pd-bottom-368px {
  padding-top: 250px;
  padding-bottom: 300px;
  display: none;
}

.section-presse.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-presse.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-presse.pd-top-100px {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-presse.pd-top-246px {
  padding-top: 246px;
}

.section-presse.pd-top-246px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-presse.pd-bottom-0 {
  padding-bottom: 0;
}

.section-presse.pd-172px---200px {
  padding-top: 100px;
  padding-bottom: 200px;
}

.section-presse.pd-180px---0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-presse.pd-top-146px {
  padding-top: 146px;
}

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

.section-presse.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-presse.medium {
  padding-top: 194px;
  padding-bottom: 194px;
}

.section-portofolio-more, .collection-list-wrapper {
  display: none;
}

.avatar-circle-about {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle-about._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle-about._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle-about._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle-about._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle-about._05 {
  width: 112px;
  max-width: 112px;
  height: 112px;
  max-height: 112px;
}

.avatar-circle-about._06 {
  min-width: 184px;
  max-width: 184px;
  min-height: 184px;
  max-height: 184px;
}

.avatar-circle-about._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle-about._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

.avatar-circle-about._05-about {
  width: 112px;
  max-width: 112px;
  height: 112px;
  max-height: 112px;
}

.avatar-circle-about._05-about._56px-mbp-about {
  float: right;
  width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 2000px;
}

.width-reduce-about {
  text-align: left;
  width: 60%;
  max-width: 40%;
  display: none;
}

.section-customer {
  display: none;
}

.image-6 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: block;
}

.bg-neutral-801 {
  background-color: #fff;
}

.bg-neutral-801.top-66 {
  z-index: -1;
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-6 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.158em;
}

.display-6.color-neutral-100 {
  color: #fff;
}

.heading-top-line-2 {
  background-color: #fff;
  width: 100%;
  max-width: 164px;
  min-height: 2px;
  margin-bottom: 48px;
}

.heading-top-line-2._140px {
  max-width: 140px;
  margin-bottom: 32px;
}

.color-neutral-801 {
  color: #eaeaea;
}

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

.text-center-2.mobile-l {
  text-align: left;
}

.text-center-2.mg-bottom-100px {
  margin-bottom: 70px;
}

.text-center-2.flex-grow {
  flex: 1;
}

.text-center-2.mg-bottom-56px-2 {
  margin-bottom: 45px;
}

.section-portfolio {
  padding-top: 130px;
  padding-bottom: 0;
}

.section-portfolio.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-portfolio.small.pd-bottom-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-portfolio.overflow-hidden {
  padding-top: 150px;
}

.section-portfolio.bg-neutral-200 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-portfolio.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-portfolio.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-portfolio.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--neutral--800) 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section-portfolio.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 28%, white 28%);
  padding-top: 9px;
}

.section-portfolio.pd-230px---214px {
  padding-top: 50px;
  padding-bottom: 80px;
}

.section-portfolio.pd-top-214px {
  padding-top: 214px;
}

.section-portfolio.pd-top-214px.overflow-hidden {
  padding-top: 0;
  padding-bottom: 50px;
}

.section-portfolio.bg-neutral-800 {
  padding: 30px 40px 40px;
}

.section-portfolio.position-relative---z-index-1 {
  display: none;
}

.section-portfolio.position-relative---z-index-1.bg-neutral-800 {
  padding-top: 80px;
  display: block;
}

.section-portfolio.pd-bottom-368px {
  padding-top: 250px;
  padding-bottom: 300px;
}

.section-portfolio.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-portfolio.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-portfolio.pd-top-100px {
  padding-top: 120px;
  padding-bottom: 80px;
}

.section-portfolio.pd-top-246px {
  padding-top: 246px;
}

.section-portfolio.pd-top-246px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-portfolio.pd-bottom-0 {
  padding-bottom: 0;
}

.section-portfolio.pd-172px---200px {
  padding-top: 100px;
  padding-bottom: 200px;
}

.section-portfolio.pd-180px---0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-portfolio.pd-top-146px {
  padding-top: 146px;
}

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

.section-portfolio.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-portfolio.medium {
  padding-top: 194px;
  padding-bottom: 194px;
}

.text-mail {
  font-size: 16px;
}

.contact-link-text-and-icon-2 {
  grid-column-gap: 22px;
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.083em;
  text-decoration: none;
  transition: transform .3s, opacity .3s;
  display: flex;
}

.contact-link-text-and-icon-2:hover {
  opacity: .5;
  color: var(--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.contact-link-text-and-icon-2.align-center {
  align-items: center;
}

.contact-link-text-and-icon-2.align-center-2 {
  align-items: center;
  margin-bottom: 30px;
}

.section-3 {
  padding-top: 130px;
  padding-bottom: 150px;
}

.section-3.position-relative---z-index-1 {
  display: none;
}

.section-3.position-relative---z-index-1.bg-neutral-800 {
  padding-top: 80px;
  display: block;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  justify-content: center;
  padding: 32px 34px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #2d2d2d;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary-2.white {
  color: #dd501d;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-2.white:hover {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.subtitle-2 {
  color: #dd501d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.subtitle-2.color-neutral-100 {
  color: #dd501d;
}

.display-7 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-7.color-neutral-100 {
  color: #fff;
}

.section-top-vertical-line-2 {
  background-color: #0d0d0d;
  min-width: 2px;
  max-width: 2px;
  min-height: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-top-vertical-line-2.bg-neutral-100 {
  background-color: #fff;
}

.subtitle-line-2 {
  background-color: #0d0d0d;
  width: 100%;
  max-width: 80px;
  min-height: 1.5px;
}

.subtitle-line-2.white {
  background-color: #fff;
}

.btn-primary-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #0d0d0d;
  border: 1px solid #0d0d0d;
  justify-content: center;
  padding: 32px 34px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-3:hover {
  color: #fff;
  background-color: #2d2d2d;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary-3.white {
  color: #dd501d;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-3.white:hover {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.display-8 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-8.color-neutral-100 {
  color: #fff;
}

.section-top-vertical-line-3 {
  background-color: #0d0d0d;
  min-width: 2px;
  max-width: 2px;
  min-height: 100px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-top-vertical-line-3.bg-neutral-100 {
  background-color: #fff;
}

.subtitle-line-3 {
  background-color: #0d0d0d;
  width: 100%;
  max-width: 80px;
  min-height: 1.5px;
}

.subtitle-line-3.white {
  background-color: #fff;
}

.subtitle-line-3.large {
  max-width: 140px;
  min-height: 2px;
}

.container-default-footer {
  max-width: 1362px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-footer.order-confirmation {
  display: block;
}

.grid-2-columns-copy._2fr---1fr-copy {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns-copy._2fr---1fr-copy.gap-row-40px-copy {
  margin-bottom: 50px;
}

.display-2-copy.mg-bottom-56px-copy.mg-bottom-32px-mbl-copy {
  margin-bottom: 30px;
  font-size: 64px;
}

.subtitle-line-copy {
  background-color: var(--neutral--800);
  width: 100%;
  max-width: 80px;
  min-height: 1.5px;
}

.subtitle-line-copy.white {
  background-color: var(--neutral--100);
}

.subtitle-line-copy.large {
  max-width: 140px;
  min-height: 2px;
}

.subtitle-line-copy.large.white {
  background-color: var(--neutral--100);
}

.subtitle-line-copy.small {
  max-width: 50px;
}

.subtitle-line-copy.large-copy {
  max-width: 140px;
  min-height: 2px;
}

.subtitle-line-copy.large-copy.white {
  background-color: var(--neutral--100);
}

.subtitle-line-copy.large-copy.white-copy {
  background-color: var(--neutral--800);
  color: var(--neutral--800);
}

.color-neutral-100-copy {
  color: var(--neutral--800);
  overflow: visible;
}

.color-neutral-100-copy.mg-bottom-40px {
  color: var(--neutral--100);
}

.input-copy {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--neutral--500);
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding: 0 0 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input-copy:hover {
  border-bottom-color: var(--neutral--700);
  color: var(--neutral--100);
}

.input-copy:focus {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.input-copy::placeholder {
  color: var(--neutral--500);
}

.input-copy.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input-copy.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input-copy.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input-copy.large {
  min-height: 82px;
}

.input-copy.cart-quantity-input {
  color: var(--neutral--600);
  width: 80px;
  min-height: 50px;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.input-copy.quntity {
  width: 110px;
}

.input-copy.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input-copy.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input-copy.medium.last {
  margin-bottom: 0;
}

.input-copy.dark {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
}

.input-copy.dark:hover {
  border-bottom-color: var(--neutral--300);
}

.input-copy.dark:focus {
  border-bottom-color: var(--neutral--800);
}

.input-copy.dark::placeholder {
  color: var(--neutral--500);
}

.input-copy.dark.search-bar-input {
  min-height: 66px;
  padding-bottom: 40px;
  padding-right: 48px;
  font-weight: 400;
}

.input-copy.dark.search-bar-input::placeholder {
  color: var(--neutral--600);
}

.input-copy.newsletter-cta-input {
  border-bottom-color: var(--neutral--600);
  padding-right: 156px;
}

.input-copy.newsletter-cta-input:hover {
  border-bottom-color: var(--neutral--700);
}

.input-copy.newsletter-cta-input:focus {
  border-bottom-color: var(--neutral--100);
}

.input-copy.newsletter-cta-input.dark {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
}

.input-copy.newsletter-cta-input.dark:hover {
  border-bottom-color: var(--neutral--500);
}

.input-copy.newsletter-cta-input.dark:focus {
  border-bottom-color: var(--neutral--800);
}

.input-copy.newsletter-cta-input.dark::placeholder {
  color: var(--neutral--600);
}

.input-copy.dropdown-input {
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--600);
  min-height: 64px;
  padding-bottom: 34px;
}

.input-copy.dropdown-input:hover {
  border-bottom-color: var(--neutral--600);
}

.input-copy.dropdown-input:focus {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.success-message-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 0;
}

.color-neutral-802 {
  color: #cfcfcf;
}

.input-2 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1.5px solid #909090;
  border-radius: 0;
  width: 100%;
  min-height: 70px;
  margin-bottom: 0;
  padding: 0 0 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input-2:hover {
  color: #fff;
  border-bottom-color: #2d2d2d;
}

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

.input-2::placeholder {
  color: #909090;
}

.input-2.dark {
  color: #0d0d0d;
  border-bottom-color: #cfcfcf;
}

.input-2.dark:hover {
  border-bottom-color: #eaeaea;
}

.input-2.dark:focus {
  border-bottom-color: #0d0d0d;
}

.input-2.dark::placeholder {
  color: #909090;
}

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

.card-2 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
}

.card-2.contact-form-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 88px;
  display: flex;
}

.subtitle-3 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.subtitle-3.color-neutral-100 {
  color: #fff;
}

.success-message-inner-container-2 {
  border: 1px solid #595959;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.success-message-inner-container-2.dark {
  color: #0d0d0d;
  border-color: #0d0d0d;
}

.success-message-inner-container-2.dark.border-none {
  border-style: none;
}

.display-9 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.278em;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  margin-top: 20px;
  padding: 20px 24px;
}

.width-100-2 {
  width: 100%;
}

.bg-neutral-802 {
  background-color: #fff;
}

.bg-neutral-802.top-66 {
  z-index: -1;
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.display-10 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.158em;
}

.display-10.color-neutral-100 {
  color: #fff;
}

.text-area-2 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1.5px solid #909090;
  border-radius: 0;
  min-height: 144px;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area-2:hover {
  color: #fff;
  border-bottom-color: #2d2d2d;
}

.text-area-2:focus {
  border-bottom-color: #fff;
}

.text-area-2::placeholder {
  color: #909090;
}

.text-area-2.large {
  min-height: 194px;
}

.text-area-2.large.dark {
  color: #000;
}

.container-default-footer-copy {
  max-width: 1362px;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-footer-copy.order-confirmation {
  display: block;
}

.div-block {
  max-width: 620px;
  margin-bottom: 100px;
}

.div-block-2 {
  max-width: 620px;
}

.div-block-portfolio {
  text-align: left;
  max-width: 900px;
  margin-bottom: 100px;
}

.text-decoration-none-copy {
  text-decoration: none;
}

.text-decoration-none-copy.color-transition-none, .text-decoration-none-copy.color-transition-none-copy {
  flex-direction: column;
  transition: none;
  display: flex;
}

.section-portofolio {
  margin-top: 100px;
}

.display-2-copy {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-2-copy.mg-bottom-0 {
  float: left;
  border: 4px solid #dd501d;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  display: block;
}

.display-2-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2-copy.text-center.mg-bottom-56px {
  margin-bottom: 30px;
}

.btn-primary-copy.white-copy {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--system--orange-300);
  width: 70%;
  padding: 20px;
}

.btn-primary-copy.white-copy:hover {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .1);
}

.btn-primary-copy.white-copy.no-hover {
  color: #146ef5;
}

.btn-primary-copy.white-copy.no-hover:hover {
  background-color: var(--neutral--100);
  color: #475eff;
  transform: none;
}

.paragraph {
  font-style: italic;
}

.paragraph-2 {
  color: var(--neutral--100);
  font-style: italic;
}

.paragraph-2-copy {
  color: var(--neutral--100);
  margin-top: 16px;
  font-style: italic;
}

.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 {
  color: var(--system--orange-300);
}

.div-block-3 {
  overflow: visible;
}

.grid-4-columns-copy.portfolio-project-grid, .grid-4-columns-copy.portfolio-project-grid-copy {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  justify-items: stretch;
  max-width: 1244px;
  padding-right: 48px;
}

.link-image-copy {
  object-fit: cover;
  width: 100%;
}

.section-copy.small-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.small-copy.pd-bottom-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

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

.display-2-copy-copy.mg-bottom-0-copy {
  float: left;
  border: 4px solid #000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 50px;
  display: block;
}

.display-2-copy-copy {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-2-copy-copy.mg-bottom-0 {
  float: left;
  border: 4px solid #dd501d;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  display: block;
}

.display-2-copy-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2-copy-copy.text-center.mg-bottom-56px {
  margin-bottom: 30px;
}

.display-2-copy-copy.mg-bottom-0-copy {
  float: left;
  border: 4px solid #000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  display: block;
}

.container-default-copy {
  max-width: 1362px;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.order-confirmation {
  display: block;
}

.grid-2-columns-copy.gap-column-64px.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-copy._1-55fr---1fr-copy {
  grid-template-columns: 1.55fr 1fr;
}

.grid-4-columns-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns-copy.portfolio-project-grid {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  justify-items: stretch;
  max-width: 1244px;
  padding-right: 48px;
}

.grid-4-columns-copy.project-details-grid-copy {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.paragraph-legal {
  margin-top: 60px;
}

.btn-primary-copy {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 32px 34px;
  font-weight: 400;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-copy:hover {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform: translate3d(0, -6px, .01px);
}

.btn-primary-copy.small {
  padding: 20px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary-copy.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary-copy.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary-copy.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary-copy.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--system--orange-300);
}

.btn-primary-copy.white:hover {
  -webkit-backdrop-filter: grayscale() blur(4px);
  backdrop-filter: grayscale() blur(4px);
  color: var(--neutral--100);
  background-color: rgba(255, 255, 255, .1);
}

.btn-primary-copy.white.no-hover {
  color: #146ef5;
}

.btn-primary-copy.white.no-hover:hover {
  background-color: var(--neutral--100);
  color: #475eff;
  transform: none;
}

.btn-primary-copy.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary-copy.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary-copy.download-app {
  display: flex;
}

.btn-primary-copy.no-hover {
  transition: none;
}

.btn-primary-copy.no-hover:hover {
  background-color: var(--neutral--800);
  transform: none;
}

.btn-primary-copy.next-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
}

.display-2-copy-copy-copy {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.display-2-copy-copy-copy.mg-bottom-0 {
  float: left;
  border: 4px solid #dd501d;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 50px;
  display: block;
}

.display-2-copy-copy-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2-copy-copy-copy.text-center.mg-bottom-56px {
  margin-bottom: 30px;
}

.display-2-copy-copy-copy.mg-bottom-0-copy, .display-2-copy-copy-copy.mg-bottom-0-copy-copy {
  float: left;
  border: 4px solid #000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  font-size: 50px;
  display: block;
}

.subtitle-4 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.display-11 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.image-bg-square-2 {
  z-index: -1;
  background-color: #0d0d0d;
  width: 94%;
  height: 84%;
  position: absolute;
}

.image-bg-square-2.bottom-left {
  bottom: -6%;
  left: -6%;
}

.image-bg-square-2.top-right {
  top: -6%;
  right: -6%;
}

.subtitle-5 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.section-4 {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-4.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.display-12 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.125em;
}

.container-default-2 {
  clear: none;
  max-width: 1362px;
  padding-left: 24px;
  padding-right: 24px;
}

.mg-bottom-0-copy {
  margin-bottom: 60px;
}

.signature {
  float: right;
  max-width: 60%;
}

.mg-bottom-48px-copy {
  margin-bottom: 48px;
}

.mg-bottom-48px-copy.mg-bottom-24px-mbl-copy {
  margin-bottom: 20px;
}

.grid-1-column-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.grid-1-column-copy.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-1-column-copy.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column-copy.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column-copy.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column-copy.gap-row-30px {
  grid-row-gap: 30px;
}

.grid-1-column-copy.full-width-images-right-grid {
  grid-row-gap: 24px;
}

.grid-1-column-copy.side-by-side-section---grid-left {
  grid-row-gap: 250px;
  margin-top: 112px;
}

.grid-1-column-copy.side-by-side-section---grid-right {
  grid-row-gap: 220px;
}

.grid-1-column-copy.gap-38px {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.grid-1-column-copy.side-by-side-section---grid-left-copy {
  grid-row-gap: 250px;
  margin-top: 0;
}

.image-and-bg-square-container-copy {
  z-index: 1;
  max-width: 622px;
  position: relative;
}

.image-and-bg-square-container-copy.left {
  margin-left: -64px;
}

.image-and-bg-square-container-copy.right {
  margin-right: -64px;
}

.image-and-bg-square-container-copy.right-copy {
  margin-right: 0;
}

.section-4-copy {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-4-copy.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4-copy.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-4-copy.pd-256px-copy {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4-copy.pd-256px-copy.position-relative---z-index-1 {
  overflow: hidden;
}

.section-4-copy.pd-256px-copy.position-relative---z-index-1-copy {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.image-7 {
  z-index: 10;
  clear: none;
  max-width: 50%;
  margin-top: 0;
  position: static;
}

.section-copy {
  padding-top: 130px;
  padding-bottom: 150px;
}

.section-copy.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.small.pd-bottom-0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.section-copy.overflow-hidden {
  padding-top: 150px;
}

.section-copy.bg-neutral-200 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-copy.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-copy.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.hero-page {
  background-image: linear-gradient(to bottom, white 46%, var(--neutral--800) 46%);
  padding-top: 60px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section-copy.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 28%, white 28%);
  padding-top: 9px;
}

.section-copy.pd-230px---214px {
  padding-top: 50px;
  padding-bottom: 90px;
}

.section-copy.pd-top-214px {
  padding-top: 214px;
}

.section-copy.pd-top-214px.overflow-hidden {
  padding-top: 0;
  padding-bottom: 50px;
}

.section-copy.bg-neutral-800 {
  padding: 30px 40px 40px;
}

.section-copy.position-relative---z-index-1 {
  display: none;
}

.section-copy.position-relative---z-index-1.bg-neutral-800 {
  padding-top: 80px;
  display: block;
}

.section-copy.pd-bottom-368px {
  padding-top: 250px;
  padding-bottom: 300px;
}

.section-copy.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-copy.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-copy.pd-top-100px {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section-copy.pd-top-246px {
  padding-top: 246px;
}

.section-copy.pd-top-246px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-copy.pd-bottom-0 {
  padding-bottom: 0;
}

.section-copy.pd-172px---200px {
  padding-top: 100px;
  padding-bottom: 200px;
}

.section-copy.pd-180px---0 {
  padding-top: 180px;
  padding-bottom: 0;
}

.section-copy.pd-top-146px {
  padding-top: 146px;
}

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

.section-copy.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-copy.medium {
  padding-top: 194px;
  padding-bottom: 194px;
}

.section-copy.pd-top-100px-copy {
  padding-top: 60px;
  padding-bottom: 80px;
}

.mg-bottom-16px-copy {
  float: left;
  border: 3px solid #000;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 15px;
  font-size: 28px;
}

.div-block-5 {
  z-index: 10;
  margin-top: 0;
  position: static;
  top: -55px;
}

.grid-1-column-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.grid-1-column-copy-copy.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-1-column-copy-copy.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column-copy-copy.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column-copy-copy.gap-row-28px {
  grid-row-gap: 28px;
}

.grid-1-column-copy-copy.gap-row-30px {
  grid-row-gap: 30px;
}

.grid-1-column-copy-copy.full-width-images-right-grid {
  grid-row-gap: 24px;
}

.grid-1-column-copy-copy.side-by-side-section---grid-left {
  grid-row-gap: 250px;
  margin-top: 112px;
}

.grid-1-column-copy-copy.side-by-side-section---grid-right {
  grid-row-gap: 220px;
}

.grid-1-column-copy-copy.gap-38px {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
}

.grid-1-column-copy-copy.side-by-side-section---grid-left-copy {
  grid-row-gap: 250px;
  margin-top: 0;
}

.section-4-copy-copy {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-4-copy-copy.pd-256px {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4-copy-copy.pd-256px.position-relative---z-index-1 {
  overflow: hidden;
}

.section-4-copy-copy.pd-256px-copy {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4-copy-copy.pd-256px-copy.position-relative---z-index-1 {
  overflow: hidden;
}

.section-4-copy-copy.pd-256px-copy.position-relative---z-index-1-copy {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-4-copy-copy.pd-256px-copy-copy {
  padding-top: 256px;
  padding-bottom: 256px;
}

.section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1 {
  overflow: hidden;
}

.section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy-copy {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.inner-container-copy._586px._100-mbl, .inner-container-copy._586px._100-mbl-copy {
  float: none;
  clear: none;
  border: 4px solid #dd501d;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  padding: 30px;
  display: block;
}

.inner-container-copy._586px-copy {
  max-width: 586px;
}

.inner-container-copy._586px-copy._100-mbl {
  float: none;
  clear: none;
  border: 4px solid #dd501d;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  padding: 30px;
  display: block;
}

.inner-container-copy._586px-copy._100-mbl-copy {
  float: right;
  clear: left;
  border: 4px solid #dd501d;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -20px;
  padding: 30px;
  display: block;
  position: relative;
}

.display-13 {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.158em;
}

.display-13.color-neutral-100 {
  color: #fff;
}

.bg-neutral-803 {
  background-color: #fff;
}

.bg-neutral-803.top-66 {
  z-index: -1;
  position: absolute;
  top: 66%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-top-line-3 {
  background-color: #fff;
  width: 100%;
  max-width: 164px;
  min-height: 2px;
  margin-bottom: 48px;
}

.heading-top-line-3._140px {
  max-width: 140px;
  margin-bottom: 32px;
}

.color-neutral-803 {
  color: #eaeaea;
}

.bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  color: #dd501d;
}

.width-100-3 {
  width: 100%;
  max-width: 70%;
}

.bold-text-19 {
  color: #dd501d;
}

.container-default-copy-2 {
  max-width: 1362px;
  margin-top: -20px;
  padding-left: 24px;
  padding-right: 24px;
}

.bg-neutral-804 {
  background-color: #0d0d0d;
}

.bg-neutral-804.top-80 {
  z-index: -1;
  position: absolute;
  top: 80%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-20 {
  color: #dd501d;
}

.paragraph-2-copy-2 {
  color: #fff;
  margin-top: 16px;
  font-style: italic;
}

.image-8 {
  float: right;
  max-width: 30%;
}

.bold-text-21, .bold-text-22 {
  color: #dd501d;
}

.section-copy-2 {
  padding-top: 130px;
  padding-bottom: 150px;
}

.section-copy-2.small-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy-2.small-copy.pd-bottom-0-copy {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.inner-container-copy._740px {
  max-width: 740px;
}

.inner-container-copy._600px {
  max-width: 600px;
}

.inner-container-copy.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container-copy._752px.center {
  max-width: 752px;
}

.inner-container-copy._460px {
  max-width: 460px;
}

.inner-container-copy._500px {
  max-width: 500px;
}

.inner-container-copy._864px {
  max-width: 864px;
}

.inner-container-copy._864px.center {
  background-color: rgba(0, 0, 0, 0);
}

.inner-container-copy._900px {
  max-width: 900px;
}

.inner-container-copy._990px {
  max-width: 990px;
}

.inner-container-copy._800px {
  max-width: 800px;
}

.inner-container-copy._700px {
  max-width: 700px;
}

.inner-container-copy._640px {
  max-width: 640px;
}

.inner-container-copy._680px {
  max-width: 680px;
}

.inner-container-copy._734px {
  max-width: 734px;
}

.inner-container-copy._396px {
  max-width: 396px;
}

.inner-container-copy._642px {
  max-width: 642px;
}

.inner-container-copy._642px.center {
  max-width: 1000px;
}

.inner-container-copy._454px {
  max-width: 454px;
}

.inner-container-copy._966px {
  max-width: 966px;
}

.inner-container-copy._768px {
  max-width: 768px;
}

.inner-container-copy._672px {
  max-width: 672px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container-copy._420px {
  max-width: 420px;
}

.inner-container-copy._832px {
  max-width: 832px;
}

.inner-container-copy._716px {
  max-width: 716px;
}

.inner-container-copy._656px {
  max-width: 656px;
}

.inner-container-copy._560px {
  max-width: 560px;
}

.inner-container-copy._860px {
  max-width: 860px;
}

.inner-container-copy._648px {
  max-width: 648px;
}

.inner-container-copy._294px {
  max-width: 294px;
}

.inner-container-copy._588px {
  max-width: 588px;
}

.inner-container-copy._614px {
  max-width: 614px;
}

.inner-container-copy._844px {
  max-width: 844px;
}

.inner-container-copy._678px {
  max-width: 678px;
}

.inner-container-copy._386px {
  max-width: 386px;
}

.inner-container-copy._386px._100-mbp {
  display: block;
}

.inner-container-copy._880px {
  max-width: 880px;
}

.inner-container-copy._358px {
  max-width: 358px;
}

.inner-container-copy._422px {
  max-width: 422px;
}

.inner-container-copy._596px {
  max-width: 596px;
}

.inner-container-copy._586px {
  max-width: 586px;
}

.inner-container-copy._586px._100-mbl {
  float: none;
  clear: none;
  border: 4px solid #dd501d;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  padding: 30px;
  display: block;
}

.inner-container-copy._540px-mbl.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-container-copy._694px {
  max-width: 694px;
  padding-left: 24px;
  padding-right: 24px;
}

.inner-container-copy._530px {
  max-width: 530px;
}

.inner-container-copy._440px {
  max-width: 440px;
}

.inner-container-copy._704px {
  max-width: 704px;
}

.inner-container-copy._794px {
  max-width: 794px;
}

.inner-container-copy._796px {
  max-width: 796px;
}

.inner-container-copy._1190px {
  max-width: 1190px;
}

.inner-container-copy._190px {
  max-width: 190px;
}

.inner-container-copy._610px {
  max-width: 610px;
}

.inner-container-copy._896px {
  max-width: 896px;
}

.inner-container-copy._590px {
  max-width: 590px;
}

.inner-container-copy._652px {
  max-width: 652px;
}

.inner-container-copy._666px {
  max-width: 666px;
}

.inner-container-copy._428px {
  max-width: 428px;
}

.inner-container-copy._770px {
  max-width: 770px;
}

.inner-container-copy._368px {
  max-width: 368px;
}

.inner-container-copy._1130px {
  max-width: 1130px;
}

.inner-container-copy._826px {
  max-width: 826px;
}

.inner-container-copy._866px {
  max-width: 866px;
}

.inner-container-copy._1088px {
  max-width: 1088px;
}

.inner-container-copy._1088px.center {
  float: none;
  clear: both;
  text-align: center;
}

.inner-container-copy._604px {
  max-width: 604px;
}

.inner-container-copy._604px.center {
  margin-top: 50px;
}

.inner-container-copy._696px {
  max-width: 696px;
}

.inner-container-copy._484px {
  max-width: 484px;
}

.inner-container-copy._906px {
  max-width: 906px;
}

.inner-container-copy._818px {
  max-width: 818px;
}

.inner-container-copy._632px {
  max-width: 632px;
}

.inner-container-copy._464px {
  max-width: 464px;
}

.inner-container-copy._1202px {
  max-width: 1202px;
}

.inner-container-copy._838px {
  max-width: 838px;
}

.inner-container-copy._760px {
  max-width: 760px;
}

.inner-container-copy._155px {
  max-width: 155px;
}

.inner-container-copy._622px {
  max-width: 622px;
}

.inner-container-copy._606px {
  max-width: 606px;
}

.inner-container-copy._470px {
  max-width: 470px;
}

.inner-container-copy._624px {
  max-width: 624px;
}

.inner-container-copy._864px-copy {
  max-width: 864px;
}

.inner-container-copy._864px-copy.center {
  background-color: rgba(0, 0, 0, 0);
}

.mg-bottom-16px-copy-copy {
  float: left;
  border: 3px solid #000;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 15px;
  font-size: 28px;
}

.grid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area";
}

.grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: 337px auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.title-artist {
  z-index: 2;
  opacity: .74;
  color: var(--neutral--100);
  text-align: left;
  background-color: #000;
  margin: 5px;
  padding: 3px;
  font-size: 18px;
  position: absolute;
}

.image-artiste {
  z-index: 0;
  object-fit: fill;
  max-width: 100%;
  max-height: none;
  position: static;
}

.div-block-6 {
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.grid-2-columns-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-copy.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns-copy._1-col-tablet.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-copy.form {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid-2-columns-copy._2-col-mbl.gap-row-14px {
  grid-row-gap: 14px;
}

.grid-2-columns-copy.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns-copy.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns-copy.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns-copy.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns-copy.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns-copy.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns-copy.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns-copy.dropdown-columns-link {
  grid-column-gap: 100px;
}

.grid-2-columns-copy._3fr---1fr {
  grid-template-columns: 3fr 1fr;
}

.grid-2-columns-copy._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns-copy._1-42fr---1fr.mg-bottom-56px {
  padding-left: 100px;
  padding-right: 100px;
}

.grid-2-columns-copy._2fr---1fr {
  grid-template-columns: 2fr 1fr;
}

.grid-2-columns-copy._1-2fr---1fr {
  grid-template-columns: 1.2fr 1fr;
}

.grid-2-columns-copy.footer-menu-links-grid {
  grid-column-gap: 44px;
  grid-template-columns: auto auto;
  align-items: start;
  max-width: 370px;
}

.grid-2-columns-copy._1fr---1-2fr {
  grid-template-columns: 1fr 1.2fr;
}

.grid-2-columns-copy.full-width-images-right-grid {
  align-items: stretch;
  width: 44%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-2-columns-copy.gap-column-64px {
  flex: 0 auto;
  order: 0;
}

.grid-2-columns-copy.gap-column-64px.gap-row-80px {
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 0;
  align-content: center;
  align-self: center;
  justify-items: center;
}

.grid-2-columns-copy.our-process-grid {
  grid-row-gap: 140px;
  width: 62%;
  max-width: 850px;
  margin-top: -332px;
  margin-left: auto;
}

.grid-2-columns-copy.our-offices-slider-grid {
  grid-template-columns: 1fr 1.5fr;
}

.grid-2-columns-copy.contact-links-and-form-grid {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1.8fr;
}

.grid-2-columns-copy.gap-row-24px {
  display: block;
}

.grid-2-columns-copy.portfolio-projects-grid {
  grid-row-gap: 0px;
  grid-template-columns: minmax(auto, 620px) minmax(auto, 620px);
  justify-content: space-between;
}

.grid-2-columns-copy._1-55fr---1fr {
  grid-template-columns: 1.55fr 1fr;
}

.grid-2-columns-copy._1-75fr---1fr {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns-copy.project-details-grid {
  grid-column-gap: 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  max-width: 360px;
}

.grid-2-columns-copy._2-06fr---1fr {
  grid-template-columns: 2.06fr 1fr;
}

.grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px {
  margin-bottom: 30px;
}

.grid-2-columns-copy._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns-copy._1fr---3-75fr {
  grid-template-columns: 1fr 3.75fr;
}

.grid-2-columns-copy._1fr---3-75fr.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-2-columns-copy.blog-v1-grid {
  grid-row-gap: 100px;
  grid-template-columns: minmax(auto, 448px) minmax(auto, 448px);
  justify-content: space-between;
  max-width: 974px;
  margin-left: auto;
}

.grid-2-columns-copy.blog-post-link-grid {
  grid-template-columns: 1.35fr 1fr;
  text-decoration: none;
  transition: none;
}

.grid-2-columns-copy.sales-page {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns-copy._2-06fr---1fr-copy {
  grid-template-columns: 2.06fr 1fr;
}

.grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px {
  margin-bottom: 30px;
}

.grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.container-3-copy {
  margin-top: 40px;
}

.subtitle-3-copy {
  color: #0d0d0d;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

.subtitle-3-copy.color-neutral-100 {
  color: #fff;
}

.subtitle-3-copy.color-neutral-100-copy {
  color: #dd501d;
}

.div-block-7 {
  overflow: hidden;
}

.link-image-copy {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.link-image-copy.blog-post-featured-image {
  min-height: 688px;
}

.link-image-copy.blog-v1-thumbnail-image {
  min-height: 448px;
}

.image-6-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  text-align: left;
  object-fit: cover;
  width: 100%;
  max-width: 90%;
  display: block;
}

.background-video {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 50px;
}

.heading-h1-size-copy {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.222em;
}

.heading-h1-size-copy.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h1-size-copy.color-neutral-100-copy {
  color: var(--neutral--100);
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.gap-column-64px.gap-row-80px {
    align-content: stretch;
    justify-items: center;
  }

  .grid-2-columns._2-06fr---1fr.mg-bottom-56px {
    grid-template-columns: 1.9fr 1fr;
    margin-bottom: 30px;
  }

  .grid-4-columns.portfolio-project-grid {
    justify-items: end;
  }

  .divider._36px {
    flex: 0 auto;
    align-self: auto;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .grid-3-columns.portfolio-project-details-grid {
    align-content: stretch;
    justify-content: stretch;
    align-self: stretch;
    align-items: stretch;
    justify-items: end;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .link-title.display-3.mg-bottom-0 {
    align-self: flex-start;
  }

  .grid-2-columns-presse.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns-presse.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px {
    margin-bottom: 30px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-4-columns-copy.portfolio-project-grid, .grid-4-columns-copy.portfolio-project-grid-copy {
    justify-items: end;
  }

  .grid-4-columns-copy.portfolio-project-grid {
    justify-items: end;
  }

  .image-7 {
    max-width: 90%;
  }

  .section-copy.pd-top-100px-copy {
    padding-top: 30px;
  }

  .grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
    grid-template-columns: 1.9fr 1fr;
    margin-bottom: 30px;
  }

  .grid-2-columns-copy.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns-copy.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns-copy.gap-column-64px.gap-row-80px {
    align-content: stretch;
    justify-items: center;
  }

  .grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px {
    grid-template-columns: 1.9fr 1fr;
    margin-bottom: 30px;
  }

  .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-3-columns.portfolio-project-details-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: stretch;
    align-self: auto;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .mg-bottom-16px-copy-copy {
    padding-bottom: 10px;
  }
}

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

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  blockquote {
    padding: 72px 80px;
    font-size: 22px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.our-process-grid {
    grid-row-gap: 100px;
    width: 100%;
    margin-top: -86px;
  }

  .grid-2-columns.our-offices-slider-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.project-details-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .grid-2-columns._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v1-grid {
    grid-row-gap: 80px;
  }

  .grid-2-columns.blog-post-link-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.2fr;
  }

  .grid-2-columns.sales-page {
    width: 100%;
    max-width: 100%;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.accordion-v3 {
    padding: 64px 48px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.contact-form-center {
    padding: 80px 56px;
  }

  .card.contact-form-center.v2 {
    padding: 80px 48px 72px;
  }

  .card.contact-form-dark-card {
    padding: 64px 48px;
  }

  .card.our-offices-map-card {
    padding: 56px 40px;
  }

  .card.testimonial-slider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .card.newsletter-cta-card {
    padding: 130px 48px;
  }

  .card.card-inside-image {
    width: 64%;
    max-width: 560px;
    padding-top: 64px;
    padding-bottom: 48px;
    padding-right: 48px;
  }

  .card.pd-100px---72px---52px {
    padding: 72px 48px 48px;
  }

  .card.password-protected-card {
    padding: 80px 64px;
  }

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

  .grid-4-columns._4-columns-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-columns.project-details-grid {
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
  }

  .grid-4-columns.portfolio-project-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-100.top-26.tablet-18 {
    top: 18%;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px.bg-neutral-600 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._72px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._72px._48px-tablet {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.top--1px {
    margin-bottom: 72px;
  }

  .divider._100px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-72px.mg-bottom-0-tablet {
    margin-bottom: 0;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 64px;
  }

  .grid-1-column.full-width-images-right-grid {
    grid-row-gap: 16px;
  }

  .grid-1-column.side-by-side-section---grid-left {
    grid-row-gap: 120px;
    margin-top: 72px;
  }

  .grid-1-column.side-by-side-section---grid-right {
    grid-row-gap: 100px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 56px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

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

  .text-400 {
    font-size: 22px;
  }

  .text-400.blog-category-link {
    padding-bottom: 40px;
  }

  .text-300.blog-category-link {
    padding-bottom: 56px;
  }

  .text-300.blog-category-link.white---small {
    padding-bottom: 48px;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.gap-row-0.gap-row-64px-tablet {
    grid-row-gap: 64px;
  }

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

  .grid-3-columns.portfolio-project-details-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    justify-items: start;
  }

  .grid-3-columns.gap-row-88px._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-96px {
    grid-row-gap: 80px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._540px-tablet {
    max-width: 540px;
  }

  .inner-container._600px-tablet {
    max-width: 600px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .avatar-circle._06 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

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

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

  .section.pd-230px---214px {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .section.pd-top-214px {
    padding-top: 160px;
  }

  .section.pd-bottom-368px {
    padding-bottom: 264px;
  }

  .section.pd-256px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.pd-top-100px {
    padding-top: 80px;
  }

  .section.pd-top-246px {
    padding-top: 170px;
  }

  .section.pd-172px---200px {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section.pd-180px---0 {
    padding-top: 140px;
  }

  .section.pd-top-146px {
    padding-top: 126px;
  }

  .section.pd-140px---200px {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .section.pd-200px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-content-wrapper.pd-top-and-bottom-42px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link {
    color: var(--neutral--800);
    margin-bottom: 0;
    padding: 0;
  }

  .header-nav-link:hover {
    color: var(--neutral--500);
    background-color: rgba(0, 0, 0, 0);
  }

  .header-nav-link.w--current {
    color: var(--neutral--800);
    border-bottom-style: none;
  }

  .header-nav-link.w--current:hover {
    color: var(--neutral--500);
    background-color: rgba(0, 0, 0, 0);
  }

  .header-nav-link.hamburger-desktop-nav-link {
    color: var(--neutral--200);
    font-size: 64px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-toggle {
    color: var(--neutral--800);
    padding: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 48px 0 32px;
  }

  .header-logo-link.header-simple-logo {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .hamburger-menu-wrapper {
    margin-left: 16px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.large {
    width: 52px;
  }

  .btn-square-primary.button-arrow-right---bottom-68px {
    top: auto;
    bottom: 0%;
    left: 90px;
    right: 0%;
  }

  .btn-square-primary.button-arrow-inside-card-right {
    bottom: 74px;
    right: 48px;
  }

  .btn-square-secondary.button-arrow-right---bottom-68px {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 90px;
  }

  .btn-square-secondary.button-arrow-inside-card-left {
    bottom: 74px;
    right: 136px;
  }

  .utility-page-wrap.pd-164px---284px {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet {
    justify-content: center;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-center.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .play-button-large {
    max-width: 120px;
  }

  .cta-section.v3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .cta-section.v4 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .cta-section.v5 {
    padding-top: 220px;
    padding-bottom: 240px;
  }

  .slider-wrapper.arrows-right---bottom-68px-slider {
    padding-bottom: 134px;
  }

  .slider-wrapper.arrows-inside-card {
    max-width: 760px;
  }

  .slider-wrapper.pd-sides-32px.mg-bottom-56px {
    margin-bottom: 0;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2:hover, .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .accordion-big-number-wrapper {
    grid-column-gap: 40px;
  }

  ._404-not-found {
    font-size: 180px;
  }

  .cart-button {
    margin-left: 16px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .display-5 {
    font-size: 38px;
  }

  .top-section-bg-image {
    padding-top: 240px;
    padding-bottom: 280px;
  }

  .top-section-bg-image.v2 {
    padding-top: 400px;
    padding-bottom: 120px;
  }

  .top-section-bg-image.v3 {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .top-section-bg-image.v4 {
    padding-top: 240px;
    padding-bottom: 380px;
  }

  .subtitle-line {
    max-width: 64px;
  }

  .subtitle-line.large {
    max-width: 100px;
  }

  .subtitle-line.small {
    max-width: 48px;
  }

  .header-button-hide-on-mb-wrapper {
    margin-left: 12px;
  }

  .link-underline-wrapper.blog-category-link {
    font-size: 22px;
  }

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

  .top-section-bottom-rectangle.v2 {
    min-height: 180px;
  }

  .top-section-bottom-rectangle.v3 {
    min-height: 120px;
  }

  .section-bottom-vertical-line {
    min-width: 1.5px;
    max-width: 1.5px;
    min-height: 64px;
    max-height: 64px;
  }

  .section-bottom-vertical-line.top-section-top-line.v2 {
    bottom: 178px;
  }

  .section-bottom-vertical-line.top-section-top-line.v3 {
    bottom: 120px;
  }

  .section-bottom-vertical-line.top-section-bottom-line {
    bottom: 6px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v2 {
    bottom: 116px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v3 {
    bottom: 56px;
  }

  .section-top-vertical-line {
    min-width: 1.5px;
    max-width: 1.5px;
    min-height: 64px;
    max-height: 64px;
  }

  .bottom-right-bg-rectangle {
    width: 55%;
    min-height: 800px;
  }

  .heading-top-line {
    max-width: 140px;
  }

  .link-image.blog-post-featured-image {
    min-height: 620px;
  }

  .link-image.blog-v1-thumbnail-image {
    min-height: 380px;
  }

  .footer-top---left-section {
    border-bottom: 1px solid var(--neutral--500);
    border-right-style: none;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .footer-top---left-section.v2 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 120px;
  }

  .footer-top---right-section {
    grid-template-columns: 1.5fr 1fr;
    justify-items: start;
    padding-top: 120px;
    padding-left: 0;
  }

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

  .mg-bottom-130px {
    margin-bottom: 80px;
  }

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

  .top-section.pd-140px---300px {
    padding-top: 100px;
    padding-bottom: 250px;
  }

  .top-section.pd-top-140px {
    padding-top: 100px;
  }

  .top-section.pd-bottom-240px {
    padding-bottom: 200px;
  }

  .top-section.pd-bottom-300px {
    padding-bottom: 220px;
  }

  .top-section.pd-bottom-464px {
    padding-bottom: 350px;
  }

  .section-numbers-divider {
    max-width: 100px;
  }

  .stats-divider {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mg-top-88px {
    margin-top: 80px;
  }

  ._3-images-container {
    grid-column-gap: 24px;
  }

  .mg-top-and-bottom-62px.mg-top-and-bottom-0-tablet {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-image-top-left {
    width: 24%;
    top: -240px;
  }

  .cta-image-top-center {
    width: 36%;
    top: -460px;
  }

  .cta-image-top-right {
    width: 24%;
    top: -320px;
  }

  .cta-image-bottom-left {
    width: 26%;
    bottom: -330px;
  }

  .cta-image-bottom-center {
    width: 32%;
    bottom: -420px;
  }

  .cta-image-bottom-right {
    width: 26%;
    bottom: -200px;
    right: -8px;
  }

  .scroll-down-arrow-wrapper {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .scroll-down-arrow {
    max-width: 34px;
  }

  ._3-columns-grid-bottom-line {
    margin-top: 48px;
  }

  .mg-top-90px {
    margin-top: 80px;
  }

  .mg-top-90px.mg-top-48px-tablet {
    margin-top: 48px;
  }

  .mg-top-180px {
    margin-top: 164px;
  }

  .mg-top-180px.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top-180px.mg-top-48px-tablet, .mg-top--90px.mg-top-48px-tablet {
    margin-top: 48px;
  }

  .image-link-overlay-container {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonials-divider {
    margin-left: 24px;
    margin-right: 24px;
  }

  .cta-v3-image-wrapper {
    width: 42%;
  }

  .image-and-bg-square-container.left {
    margin-left: -24px;
  }

  .image-and-bg-square-container.right {
    margin-right: -24px;
  }

  .team-member-collection-item:nth-child(2n), .team-member-collection-item:last-child {
    margin-top: 0;
  }

  .our-process-item-bottom-line {
    margin-top: 48px;
  }

  .mg-top-256px {
    margin-top: 200px;
  }

  .mg-top--256px {
    margin-top: -200px;
  }

  .cta-image-left-wrapper._40-mbl {
    width: 40%;
  }

  .top-section-bottom-right-corner-image-wrapper {
    max-height: none;
  }

  .our-offices-map-image {
    width: 80%;
  }

  .heading-and-slider-grid {
    grid-row-gap: 64px;
    grid-template-columns: minmax(0%, auto);
  }

  .mg-bottom-100px {
    margin-bottom: 80px;
  }

  .mg-top-56px-tablet {
    margin-top: 56px;
  }

  .mg-bottom-110px {
    margin-bottom: 90px;
  }

  .pagination-container {
    margin-top: 120px;
    padding-top: 64px;
  }

  .pagination-container.v2 {
    margin-top: 120px;
  }

  .cta-v5-image-wrapper {
    width: 42%;
  }

  .collection-item-border-bottom {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .blog-post-details-items-container {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-post-details-wrapper {
    margin-bottom: -64px;
    padding-bottom: 64px;
    padding-right: 32px;
  }

  .blog-post-details-bg-left {
    min-height: 64px;
    max-height: 64px;
    bottom: -64px;
  }

  .tabs-menu-line-bottom {
    margin-bottom: 72px;
  }

  .icon-square.top-bar-close-icon {
    padding: 18px 24px;
  }

  .mg-right-52px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-simple-container {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
  }

  .width-reduce {
    max-width: 50%;
  }

  .inner-container-hoover._100-tablet {
    max-width: 100%;
  }

  .inner-container-hoover._540px-tablet {
    max-width: 540px;
  }

  .inner-container-hoover._600px-tablet {
    max-width: 600px;
  }

  .grid-2-columns-presse.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns-presse.suprises-pages-right, .grid-2-columns-presse.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns-presse.our-process-grid {
    grid-row-gap: 100px;
    width: 100%;
    margin-top: -86px;
  }

  .grid-2-columns-presse.our-offices-slider-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-presse.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.project-details-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .grid-2-columns-presse._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.blog-v1-grid {
    grid-row-gap: 80px;
  }

  .grid-2-columns-presse.blog-post-link-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.2fr;
  }

  .grid-2-columns-presse.sales-page {
    width: 100%;
    max-width: 100%;
  }

  .grid-2-columns-presse._1-42fr---1fr-copy.mg-bottom-56px {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-presse {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  .section-presse.pd-230px---214px {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .section-presse.pd-top-214px {
    padding-top: 160px;
  }

  .section-presse.pd-bottom-368px {
    padding-bottom: 264px;
  }

  .section-presse.pd-256px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-presse.pd-top-100px {
    padding-top: 80px;
  }

  .section-presse.pd-top-246px {
    padding-top: 170px;
  }

  .section-presse.pd-172px---200px {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section-presse.pd-180px---0 {
    padding-top: 140px;
  }

  .section-presse.pd-top-146px {
    padding-top: 126px;
  }

  .section-presse.pd-140px---200px {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .section-presse.pd-200px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .avatar-circle-about._06 {
    min-width: 140px;
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }

  .avatar-circle-about._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle-about._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .display-6 {
    font-size: 64px;
  }

  .heading-top-line-2 {
    max-width: 140px;
  }

  .text-center-2.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .section-portfolio {
    padding-top: 220px;
    padding-bottom: 0;
  }

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

  .section-portfolio.pd-230px---214px {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .section-portfolio.pd-top-214px {
    padding-top: 160px;
  }

  .section-portfolio.pd-bottom-368px {
    padding-bottom: 264px;
  }

  .section-portfolio.pd-256px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-portfolio.pd-top-100px {
    padding-top: 80px;
  }

  .section-portfolio.pd-top-246px {
    padding-top: 170px;
  }

  .section-portfolio.pd-172px---200px {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section-portfolio.pd-180px---0 {
    padding-top: 140px;
  }

  .section-portfolio.pd-top-146px {
    padding-top: 126px;
  }

  .section-portfolio.pd-140px---200px {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .section-portfolio.pd-200px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .display-7 {
    font-size: 56px;
  }

  .section-top-vertical-line-2 {
    min-width: 1.5px;
    max-width: 1.5px;
    min-height: 64px;
    max-height: 64px;
  }

  .subtitle-line-2 {
    max-width: 64px;
  }

  .display-8 {
    font-size: 56px;
  }

  .section-top-vertical-line-3 {
    min-width: 1.5px;
    max-width: 1.5px;
    min-height: 64px;
    max-height: 64px;
  }

  .subtitle-line-3 {
    max-width: 64px;
  }

  .subtitle-line-3.large {
    max-width: 100px;
  }

  .grid-2-columns-copy.suprises-pages-right, .grid-2-columns-copy.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .subtitle-line-copy {
    max-width: 64px;
  }

  .subtitle-line-copy.large {
    max-width: 100px;
  }

  .subtitle-line-copy.small {
    max-width: 48px;
  }

  .subtitle-line-copy.large-copy {
    max-width: 100px;
  }

  .card-2.contact-form-center {
    padding: 80px 56px;
  }

  .display-9 {
    font-size: 32px;
  }

  .display-10 {
    font-size: 64px;
  }

  .display-2-copy {
    font-size: 56px;
  }

  .grid-4-columns-copy.portfolio-project-grid, .grid-4-columns-copy.portfolio-project-grid-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

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

  .display-2-copy-copy {
    font-size: 56px;
  }

  .grid-2-columns-copy.suprises-pages-right, .grid-2-columns-copy.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-4-columns-copy {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns-copy._4-columns-tablet {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-columns-copy.project-details-grid {
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
  }

  .grid-4-columns-copy.portfolio-project-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns-copy.project-details-grid-copy {
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
  }

  .btn-primary-copy.large {
    padding: 26px 52px;
  }

  .display-2-copy-copy-copy, .display-11 {
    font-size: 56px;
  }

  .section-4 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-4.pd-256px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .display-12 {
    font-size: 56px;
  }

  .grid-1-column-copy.full-width-images-right-grid {
    grid-row-gap: 16px;
  }

  .grid-1-column-copy.side-by-side-section---grid-left {
    grid-row-gap: 120px;
    margin-top: 72px;
  }

  .grid-1-column-copy.side-by-side-section---grid-right {
    grid-row-gap: 100px;
  }

  .grid-1-column-copy.side-by-side-section---grid-left-copy {
    grid-row-gap: 120px;
    margin-top: 72px;
  }

  .image-and-bg-square-container-copy.left {
    margin-left: -24px;
  }

  .image-and-bg-square-container-copy.right, .image-and-bg-square-container-copy.right-copy {
    margin-right: -24px;
  }

  .section-4-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-4-copy.pd-256px, .section-4-copy.pd-256px-copy {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  .section-copy.pd-230px---214px {
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .section-copy.pd-top-214px {
    padding-top: 160px;
  }

  .section-copy.pd-bottom-368px {
    padding-bottom: 264px;
  }

  .section-copy.pd-256px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-copy.pd-top-100px {
    padding-top: 80px;
  }

  .section-copy.pd-top-246px {
    padding-top: 170px;
  }

  .section-copy.pd-172px---200px {
    padding-top: 160px;
    padding-bottom: 180px;
  }

  .section-copy.pd-180px---0 {
    padding-top: 140px;
  }

  .section-copy.pd-top-146px {
    padding-top: 126px;
  }

  .section-copy.pd-140px---200px {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .section-copy.pd-200px {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-copy.pd-top-100px-copy {
    padding-top: 80px;
  }

  .grid-1-column-copy-copy.full-width-images-right-grid {
    grid-row-gap: 16px;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-left {
    grid-row-gap: 120px;
    margin-top: 72px;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-right {
    grid-row-gap: 100px;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-left-copy {
    grid-row-gap: 120px;
    margin-top: 72px;
  }

  .section-4-copy-copy {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-4-copy-copy.pd-256px, .section-4-copy-copy.pd-256px-copy, .section-4-copy-copy.pd-256px-copy-copy {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .display-13 {
    font-size: 64px;
  }

  .heading-top-line-3 {
    max-width: 140px;
  }

  .section-copy-2 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  .inner-container-copy._100-tablet {
    max-width: 100%;
  }

  .inner-container-copy._540px-tablet {
    max-width: 540px;
  }

  .inner-container-copy._600px-tablet {
    max-width: 600px;
  }

  .grid-2-columns-copy.suprises-pages-right, .grid-2-columns-copy.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .title-artist {
    font-size: 13px;
    font-weight: 300;
  }

  .grid-2-columns-copy.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns-copy.suprises-pages-right, .grid-2-columns-copy.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns-copy.our-process-grid {
    grid-row-gap: 100px;
    width: 100%;
    margin-top: -86px;
  }

  .grid-2-columns-copy.our-offices-slider-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-copy.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.project-details-grid {
    grid-row-gap: 40px;
    grid-template-columns: auto;
  }

  .grid-2-columns-copy._1-3fr---1fr._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.blog-v1-grid {
    grid-row-gap: 80px;
  }

  .grid-2-columns-copy.blog-post-link-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1.2fr;
  }

  .grid-2-columns-copy.sales-page {
    width: 100%;
    max-width: 100%;
  }

  .link-image-copy.blog-post-featured-image {
    min-height: 620px;
  }

  .link-image-copy.blog-v1-thumbnail-image {
    min-height: 380px;
  }

  .heading-h1-size-copy {
    font-size: 48px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 56px 48px;
    font-size: 20px;
  }

  figcaption {
    margin-top: 16px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-columns-link {
    grid-row-gap: 48px;
  }

  .grid-2-columns._3fr---1fr, .grid-2-columns._1-42fr---1fr, .grid-2-columns._2fr---1fr, .grid-2-columns._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-menu-links-grid {
    grid-column-gap: 24px;
    max-width: none;
  }

  .grid-2-columns._1fr---1-2fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.full-width-images-right-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 64px;
    position: static;
  }

  .grid-2-columns.our-process-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    margin-top: -60px;
  }

  .grid-2-columns.our-offices-slider-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.portfolio-projects-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-55fr---1fr, .grid-2-columns._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.project-details-grid {
    grid-template-columns: auto auto;
    max-width: 320px;
  }

  .grid-2-columns._2-06fr---1fr, .grid-2-columns._1-3fr---1fr, .grid-2-columns._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-post-link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card.accordion-v3 {
    padding: 40px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.services-card {
    padding: 56px 32px 48px;
  }

  .card.services-card.v2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .card.contact-form-center {
    padding: 64px 32px;
  }

  .card.contact-form-center.v2 {
    padding: 72px 32px 64px;
  }

  .card.social-media-link-card {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 32px;
  }

  .card.contact-form-dark-card {
    padding: 48px 32px;
  }

  .card.our-offices-map-card {
    max-width: none;
    margin-top: -187px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 44px 32px;
  }

  .card.testimonial-slider {
    padding: 48px 32px;
  }

  .card.newsletter-cta-card {
    padding: 100px 32px;
  }

  .card.card-inside-image {
    width: 82%;
    max-width: 500px;
    padding-right: 40px;
  }

  .card.pd-100px---72px---52px {
    padding: 48px 32px 16px;
  }

  .card.password-protected-card {
    padding: 64px 32px;
  }

  .grid-4-columns._4-columns-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns._4-columns-tablet.gap-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-4-columns.project-details-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-800.top-80._92-mbl {
    top: 92%;
  }

  .bg-neutral-800.bottom-56._66-mbl {
    bottom: 66%;
  }

  .bg-neutral-300.section-bg-shape-right {
    width: 100%;
    height: 38%;
    top: auto;
    left: 0;
  }

  .bg-neutral-100.top-66._76-mbl {
    top: 76%;
  }

  .bg-neutral-100.top-26.tablet-18 {
    top: 10%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._72px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .divider._72px._48px-tablet {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._50px---0 {
    margin-top: 32px;
  }

  .divider._48px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .divider._56px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._52px---72px {
    margin-top: 42px;
    margin-bottom: 62px;
  }

  .divider.top--1px {
    margin-bottom: 64px;
  }

  .divider._100px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

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

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

  .mg-bottom-48px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-72px {
    margin-bottom: 64px;
  }

  .mg-bottom-72px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-right-24px.mg-right-14px-mbl {
    margin-right: 14px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.text-uppercase.mg-bottom-24px {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 48px;
  }

  .display-1.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .grid-1-column.gap-row-80px {
    grid-row-gap: 72px;
  }

  .grid-1-column.gap-row-80px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 14px;
  }

  .grid-1-column.gap-row-32px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .grid-1-column.full-width-images-right-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-1-column.full-width-images-right-grid.top {
    padding-right: 24px;
  }

  .grid-1-column.full-width-images-right-grid.bottom {
    padding-left: 24px;
  }

  .grid-1-column.side-by-side-section---grid-left {
    grid-row-gap: 56px;
    margin-top: 0;
  }

  .grid-1-column.side-by-side-section---grid-right {
    grid-row-gap: 56px;
  }

  .grid-1-column._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column.gap-row-40px {
    grid-row-gap: 32px;
  }

  .display-2 {
    font-size: 40px;
  }

  .display-2.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-400.blog-category-link {
    padding-bottom: 32px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-300.blog-category-link {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .text-300.blog-category-link.white---small {
    padding-bottom: 32px;
  }

  .text-300.tab-menu-link {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

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

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._1-col-tablet.gap-row-88px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.link-images-grid {
    grid-template-columns: 1fr;
    min-height: 500px;
    margin-bottom: 48px;
  }

  .grid-3-columns.portfolio-project-details-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1.25fr 1.25fr;
  }

  .grid-3-columns.gap-row-88px, .grid-3-columns.gap-row-96px {
    grid-row-gap: 72px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._600px-mbl {
    max-width: 600px;
  }

  .inner-container._480px-mbl {
    max-width: 480px;
  }

  .inner-container._540px-mbl {
    max-width: 540px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.next-button {
    font-size: 16px;
  }

  .btn-secondary {
    padding: 20px 32px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.previous-button {
    font-size: 16px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-bottom: 34px;
    font-size: 16px;
  }

  .input.large {
    min-height: 72px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.dark.search-bar-input {
    min-height: 52px;
    padding-bottom: 24px;
    padding-right: 40px;
  }

  .input.dropdown-input {
    min-height: 48px;
    padding-bottom: 16px;
  }

  .text-area {
    font-size: 16px;
  }

  .text-area.large {
    min-height: 120px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.success-message-check {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .rich-text h2, .rich-text h3 {
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text ul, .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text h5, .rich-text h4 {
    margin-bottom: 16px;
  }

  .rich-text blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

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

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.pd-230px---214px {
    padding-top: 134px;
    padding-bottom: 120px;
  }

  .section.pd-top-214px {
    padding-top: 120px;
  }

  .section.pd-bottom-368px {
    padding-bottom: 200px;
  }

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

  .section.pd-top-100px {
    padding-top: 72px;
  }

  .section.pd-top-246px {
    padding-top: 130px;
  }

  .section.pd-172px---200px {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section.pd-180px---0 {
    padding-top: 100px;
  }

  .section.pd-top-146px {
    padding-top: 106px;
  }

  .section.pd-140px---200px {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-content-wrapper.pd-top-and-bottom-42px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-link.hamburger-desktop-nav-link {
    font-size: 48px;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .header-logo-link.header-simple-logo {
    max-width: 200px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 180px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .hamburger-menu-bar.large {
    width: 40px;
  }

  .btn-square-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-primary.button-arrow-top-right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 80px;
    right: 0%;
  }

  .btn-square-primary.button-arrow-top-right.top--202px {
    top: auto;
    bottom: 0%;
    left: 80px;
    right: 0%;
  }

  .btn-square-primary.button-arrow-right---bottom-68px {
    left: 80px;
  }

  .btn-square-primary.button-arrow-inside-card-right {
    bottom: 54px;
    right: 32px;
  }

  .btn-square-primary.button-arrow-bottom-mbl {
    margin-bottom: 0;
    bottom: 0;
  }

  .btn-square-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-secondary.button-arrow-top-right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 80px;
  }

  .btn-square-secondary.button-arrow-top-right.top--202px {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 80px;
  }

  .btn-square-secondary.button-arrow-right---bottom-68px {
    right: 80px;
  }

  .btn-square-secondary.button-arrow-inside-card-left {
    bottom: 54px;
    right: 104px;
  }

  .btn-square-secondary.button-arrow-bottom-mbl {
    margin-bottom: 0;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-wrap.pd-164px---284px {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .utility-page-wrap._404-page {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .flex-horizontal.vertical-mbl {
    flex-direction: column;
  }

  .footer-list-wrapper.horizontal.left.center-mbl {
    justify-content: center;
  }

  .footer-list-item {
    margin-bottom: 14px;
  }

  .footer-list-item.horizontal.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-bottom.v2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .play-button-large {
    max-width: 80px;
  }

  .overflow-hidden.mg-bottom-72px.mg-bottom-40px-mbl {
    margin-bottom: 40px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cta-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .cta-section.v2 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .cta-section.v3 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cta-section.v4 {
    border-bottom-style: none;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .cta-section.v5 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .slider-wrapper.arrows-bottom {
    padding-bottom: 104px;
  }

  .slider-wrapper.arrows-bottom.pd-bottom-170px {
    padding-bottom: 80px;
  }

  .slider-wrapper.arrows-bottom.pd-bottom-154px {
    padding-bottom: 146px;
  }

  .slider-wrapper.arrows-top-right, .slider-wrapper.arrows-right---bottom-68px-slider {
    padding-bottom: 104px;
  }

  .slider-wrapper.arrows-top {
    padding-top: 104px;
  }

  .slider-wrapper.pd-sides-32px {
    padding-bottom: 104px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2, .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-big-number-wrapper {
    grid-column-gap: 24px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  ._404-not-found {
    margin-bottom: 16px;
    font-size: 120px;
    line-height: 110px;
  }

  .cart-button {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mg-bottom-12px.mg-bottom-0-mbl {
    margin-bottom: 0;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .display-5 {
    font-size: 30px;
  }

  .top-section-bg-image {
    margin-top: -84px;
    padding-top: 200px;
    padding-bottom: 240px;
  }

  .top-section-bg-image.v2 {
    padding-top: 330px;
    padding-bottom: 100px;
  }

  .top-section-bg-image.v3 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .top-section-bg-image.v4 {
    padding-top: 180px;
    padding-bottom: 260px;
  }

  .subtitle-line {
    max-width: 40px;
  }

  .subtitle-line.large {
    max-width: 80px;
  }

  .subtitle-line.small {
    max-width: 32px;
  }

  .subtitle-and-line-container {
    grid-column-gap: 16px;
    margin-bottom: 20px;
  }

  .subtitle-and-line-container.gap-32px {
    grid-column-gap: 24px;
  }

  .subtitle-and-line-container.mg-bottom-48px {
    margin-bottom: 40px;
  }

  .header-button-hide-on-mb-wrapper {
    display: none;
  }

  .link-underline-wrapper.blog-category-link {
    font-size: 18px;
  }

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

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

  .max-w-64px-mbp.mg-bottom-64px {
    margin-bottom: 40px;
  }

  .top-section-bottom-rectangle.v2 {
    min-height: 140px;
  }

  .top-section-bottom-rectangle.v3 {
    width: 90%;
    min-height: 80px;
  }

  .section-bottom-vertical-line {
    min-height: 40px;
    max-height: 40px;
  }

  .section-bottom-vertical-line.top-section-top-line.v2 {
    bottom: 140px;
  }

  .section-bottom-vertical-line.top-section-top-line.v3 {
    bottom: 80px;
  }

  .section-bottom-vertical-line.top-section-bottom-line {
    bottom: 30px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v2 {
    bottom: 100px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v3 {
    bottom: 40px;
  }

  .section-top-vertical-line {
    min-height: 40px;
    max-height: 40px;
  }

  .bottom-right-bg-rectangle {
    min-height: 620px;
  }

  .slider---arrows-divider {
    width: 60%;
    bottom: 27.5px;
  }

  .testimonial-details-line {
    width: 40px;
    margin-right: 14px;
  }

  .heading-top-line {
    max-width: 100px;
    min-height: 1.5px;
    margin-bottom: 32px;
  }

  .heading-top-line._62px {
    max-width: 48px;
  }

  .heading-top-line._124px {
    max-width: 80px;
    margin-bottom: 24px;
  }

  .heading-top-line._140px {
    margin-bottom: 24px;
  }

  .heading-top-line._140px.mg-bottom-40px {
    margin-bottom: 32px;
  }

  .heading-top-line._142px {
    margin-bottom: 24px;
  }

  .heading-top-line._100px {
    max-width: 80px;
    margin-bottom: 32px;
  }

  .heading-top-line._100px.bg-neutral-800 {
    margin-bottom: 20px;
  }

  .link-image.blog-post-featured-image {
    min-height: 560px;
  }

  .link-image.blog-v1-thumbnail-image {
    min-height: 280px;
  }

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

  .footer-top---left-section.v2 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .footer-top---right-section {
    grid-column-gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contact-link-large {
    font-size: 18px;
  }

  .mg-bottom-130px {
    margin-bottom: 72px;
  }

  .top-section {
    padding-top: 64px;
  }

  .top-section.pd-140px---300px {
    padding-top: 64px;
    padding-bottom: 180px;
  }

  .top-section.pd-top-140px {
    padding-top: 64px;
  }

  .top-section.pd-top-140px.bg-neutral-800 {
    padding-bottom: 60px;
  }

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

  .top-section.pd-bottom-300px {
    padding-bottom: 160px;
  }

  .top-section.pd-bottom-464px {
    padding-bottom: 220px;
  }

  .section-numbers-divider {
    max-width: 80px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .top-section-image---rectangle-top-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .stats-divider.vertical-mbl {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
  }

  .stats-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1px 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .mg-top-88px {
    margin-top: 72px;
  }

  .mg-top-88px.mg-top-0-mbl {
    margin-top: 0;
  }

  ._3-images-container {
    grid-column-gap: 16px;
  }

  .mg-top-and-bottom-62px {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .mg-top-and-bottom-62px.mg-top-and-bottom-0-mbl {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-image-top-left {
    top: -160px;
  }

  .cta-image-top-center {
    top: -320px;
    right: 14px;
  }

  .cta-image-top-right {
    top: -220px;
  }

  .cta-image-bottom-left {
    bottom: -210px;
  }

  .cta-image-bottom-center {
    bottom: -300px;
    left: 30px;
  }

  .cta-image-bottom-right {
    bottom: -120px;
    right: 16px;
  }

  .top-section-bg-image---slide-nav {
    grid-column-gap: 12px;
    font-size: 12px;
    bottom: 32px;
  }

  .scroll-down-arrow-wrapper {
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .scroll-down-arrow-wrapper:hover {
    transform: translate3d(0, -6px, .01px);
  }

  .scroll-down-arrow-wrapper.v2 {
    min-width: 56px;
    max-width: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .scroll-down-arrow {
    max-width: 28px;
  }

  .scroll-down-arrow.v2 {
    max-width: 22px;
  }

  ._3-columns-grid-bottom-line {
    min-height: 1.5px;
    max-height: 1.5px;
    margin-top: 32px;
  }

  .mg-top-90px {
    margin-top: 74px;
  }

  .mg-top-90px.mg-top-48px-tablet.mg-top-0-mbl {
    margin-top: 0;
  }

  .mg-top-180px {
    margin-top: 140px;
  }

  .mg-top-180px.mg-top-48px-tablet.mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-top--90px {
    margin-top: -82px;
  }

  .mg-top--90px.mg-top-48px-tablet.mg-top-0-mbl {
    margin-top: 0;
  }

  .image-link-overlay-container {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-container {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-divider {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1.5px;
    margin: 80px 0;
  }

  .cta-v3-image-wrapper {
    width: 100%;
    margin-top: 64px;
    position: static;
  }

  .image-and-bg-square-container {
    width: 100%;
    max-width: none;
  }

  .image-and-bg-square-container.left {
    margin-left: 0;
  }

  .image-and-bg-square-container.right {
    margin-right: 0;
  }

  .image-bg-square.top-right {
    top: -12px;
    right: -12px;
  }

  .image-bg-square.bottom-left {
    bottom: -12px;
    left: -12px;
  }

  .our-process-item-bottom-line {
    margin-top: 40px;
  }

  .mg-top-256px {
    margin-top: 160px;
  }

  .mg-top-256px.mg-top-0-mbp {
    margin-top: 120px;
  }

  .mg-top--256px {
    margin-top: -160px;
  }

  .mg-top--256px.mg-top-0-mbp {
    margin-top: -120px;
  }

  .contact-link-text-and-icon {
    font-size: 18px;
  }

  .cta-image-left-wrapper {
    width: 100%;
    margin-top: 120px;
    position: static;
  }

  .cta-image-left-wrapper._40-mbl {
    width: 100%;
  }

  .cta-v4-bottom-line {
    display: none;
  }

  .success-message-inner-container {
    min-height: 452px;
  }

  .max-w-64px-mbl {
    max-width: 64px;
  }

  .max-w-64px-mbl.max-w-48px-mbp.mg-bottom-48px {
    margin-bottom: 32px;
  }

  .top-section-bottom-right-corner-image-wrapper {
    width: 80%;
    margin-top: -30%;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .our-offices-map-image {
    width: 100%;
    min-height: 600px;
  }

  .heading-and-slider-grid {
    grid-row-gap: 48px;
  }

  .mg-bottom-100px {
    margin-bottom: 72px;
  }

  .portfolio-grid-collection-item {
    margin-left: auto;
    margin-right: auto;
  }

  .portfolio-grid-collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-line-left {
    max-width: 40px;
    margin-top: 16px;
    margin-right: 24px;
  }

  .mg-left-64px-mbl {
    margin-left: 64px;
  }

  .mg-top--102px.position-relative---z-index-1 {
    margin-top: -80px;
  }

  .button-inside-input-success-message {
    min-height: 60px;
  }

  .mg-bottom-110px {
    margin-bottom: 72px;
  }

  .pagination-container {
    margin-top: 80px;
    padding-top: 48px;
  }

  .pagination-container.v2 {
    margin-top: 80px;
    padding-top: 56px;
  }

  .search-bar-icon {
    background-size: 100%;
    min-width: 24px;
    max-width: 24px;
  }

  .cta-v5-image-wrapper {
    width: 100%;
    margin-top: 64px;
    position: static;
  }

  .blog-categories-text-single-list-container {
    grid-column-gap: 16px;
  }

  .blog-categories-text-single-list-container.center {
    grid-column-gap: 12px;
  }

  .collection-item-border-bottom {
    margin-bottom: 56px;
    padding-bottom: 56px;
  }

  .blog-post-details-wrapper {
    margin-bottom: -48px;
    padding-bottom: 48px;
  }

  .blog-post-details-bg-left {
    min-height: 48px;
    max-height: 48px;
    bottom: -48px;
  }

  .product---image-and-title-container {
    margin-bottom: 28px;
    padding-top: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .tabs-menu-line-bottom {
    margin-bottom: 48px;
  }

  .style---bg-dark {
    padding: 34px 24px;
  }

  .footer-simple-container {
    grid-row-gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .max-w-48px-mbl {
    max-width: 48px;
  }

  .font-size-18px-mbl {
    font-size: 18px;
  }

  .width-reduce {
    width: 70%;
    max-width: 50%;
  }

  .inner-container-hoover._100-mbl {
    max-width: 100%;
  }

  .inner-container-hoover._600px-mbl {
    max-width: 600px;
  }

  .inner-container-hoover._480px-mbl {
    max-width: 480px;
  }

  .inner-container-hoover._540px-mbl {
    max-width: 540px;
  }

  .section-2 {
    margin-top: 60px;
  }

  .grid-2-columns-presse {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns-presse.form {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
  }

  .grid-2-columns-presse._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-presse.template-page-sidebar, .grid-2-columns-presse.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.dropdown-columns-link {
    grid-row-gap: 48px;
  }

  .grid-2-columns-presse._3fr---1fr, .grid-2-columns-presse._1-42fr---1fr, .grid-2-columns-presse._2fr---1fr, .grid-2-columns-presse._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.footer-menu-links-grid {
    grid-column-gap: 24px;
    max-width: none;
  }

  .grid-2-columns-presse._1fr---1-2fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.full-width-images-right-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 64px;
    position: static;
  }

  .grid-2-columns-presse.our-process-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    margin-top: -60px;
  }

  .grid-2-columns-presse.our-offices-slider-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns-presse.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.portfolio-projects-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse._1-55fr---1fr, .grid-2-columns-presse._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.project-details-grid {
    grid-template-columns: auto auto;
    max-width: 320px;
  }

  .grid-2-columns-presse._2-06fr---1fr, .grid-2-columns-presse._1-3fr---1fr, .grid-2-columns-presse._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.blog-v1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.blog-post-link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse._1-42fr---1fr-copy {
    grid-template-columns: 1fr;
  }

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

  .section-presse {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-presse.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-presse.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-presse.pd-230px---214px {
    padding-top: 134px;
    padding-bottom: 120px;
  }

  .section-presse.pd-top-214px {
    padding-top: 120px;
  }

  .section-presse.pd-bottom-368px {
    padding-bottom: 200px;
  }

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

  .section-presse.pd-top-100px {
    padding-top: 72px;
  }

  .section-presse.pd-top-246px {
    padding-top: 130px;
  }

  .section-presse.pd-172px---200px {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section-presse.pd-180px---0 {
    padding-top: 100px;
  }

  .section-presse.pd-top-146px {
    padding-top: 106px;
  }

  .section-presse.pd-140px---200px {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

  .avatar-circle-about._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle-about._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle-about._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle-about._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle-about._06 {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .avatar-circle-about._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle-about._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .avatar-circle-about._05-about {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .bg-neutral-801.top-66._76-mbl {
    top: 76%;
  }

  .display-6 {
    font-size: 48px;
  }

  .heading-top-line-2 {
    max-width: 100px;
    min-height: 1.5px;
    margin-bottom: 32px;
  }

  .heading-top-line-2._140px {
    margin-bottom: 24px;
  }

  .text-center-2.mobile-l {
    text-align: center;
  }

  .section-portfolio {
    padding-top: 160px;
    padding-bottom: 0;
  }

  .section-portfolio.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-portfolio.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-portfolio.pd-230px---214px {
    padding-top: 134px;
    padding-bottom: 120px;
  }

  .section-portfolio.pd-top-214px {
    padding-top: 120px;
  }

  .section-portfolio.pd-bottom-368px {
    padding-bottom: 200px;
  }

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

  .section-portfolio.pd-top-100px {
    padding-top: 72px;
  }

  .section-portfolio.pd-top-246px {
    padding-top: 130px;
  }

  .section-portfolio.pd-172px---200px {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section-portfolio.pd-180px---0 {
    padding-top: 100px;
  }

  .section-portfolio.pd-top-146px {
    padding-top: 106px;
  }

  .section-portfolio.pd-140px---200px {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

  .contact-link-text-and-icon-2 {
    font-size: 18px;
  }

  .section-3 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .btn-primary-2 {
    padding: 20px 32px;
  }

  .subtitle-2 {
    font-size: 16px;
  }

  .display-7 {
    font-size: 40px;
  }

  .section-top-vertical-line-2 {
    min-height: 40px;
    max-height: 40px;
  }

  .subtitle-line-2 {
    max-width: 40px;
  }

  .btn-primary-3 {
    padding: 20px 32px;
  }

  .display-8 {
    font-size: 40px;
  }

  .section-top-vertical-line-3 {
    min-height: 40px;
    max-height: 40px;
  }

  .subtitle-line-3 {
    max-width: 40px;
  }

  .subtitle-line-3.large {
    max-width: 80px;
  }

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

  .grid-2-columns-copy.template-page-sidebar, .grid-2-columns-copy.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._3fr---1fr, .grid-2-columns-copy._1-42fr---1fr, .grid-2-columns-copy._2fr---1fr, .grid-2-columns-copy._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-55fr---1fr, .grid-2-columns-copy._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-06fr---1fr, .grid-2-columns-copy._1-3fr---1fr, .grid-2-columns-copy._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2fr---1fr-copy {
    grid-template-columns: 1fr;
  }

  .display-2-copy.mg-bottom-56px.mg-bottom-32px-mbl, .display-2-copy.mg-bottom-56px-copy.mg-bottom-32px-mbl, .display-2-copy.mg-bottom-56px-copy.mg-bottom-32px-mbl-copy {
    margin-bottom: 32px;
  }

  .subtitle-line-copy {
    max-width: 40px;
  }

  .subtitle-line-copy.large {
    max-width: 80px;
  }

  .subtitle-line-copy.small {
    max-width: 32px;
  }

  .subtitle-line-copy.large-copy {
    max-width: 80px;
  }

  .input-copy {
    min-height: 60px;
    padding-bottom: 34px;
    font-size: 16px;
  }

  .input-copy.large {
    min-height: 72px;
  }

  .input-copy.large.button-inside {
    min-height: 68px;
  }

  .input-copy.dark.search-bar-input {
    min-height: 52px;
    padding-bottom: 24px;
    padding-right: 40px;
  }

  .input-copy.dropdown-input {
    min-height: 48px;
    padding-bottom: 16px;
  }

  .input-2 {
    min-height: 60px;
    padding-bottom: 34px;
    font-size: 16px;
  }

  .card-2.contact-form-center {
    padding: 64px 32px;
  }

  .subtitle-3 {
    font-size: 16px;
  }

  .success-message-inner-container-2 {
    min-height: 452px;
  }

  .display-9 {
    font-size: 26px;
  }

  .display-10 {
    font-size: 48px;
  }

  .text-area-2 {
    font-size: 16px;
  }

  .text-area-2.large {
    min-height: 120px;
  }

  .container-default-footer-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-2-copy {
    font-size: 40px;
  }

  .display-2-copy.mg-bottom-0 {
    font-size: 30px;
  }

  .display-2-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .section-copy.small-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .display-2-copy-copy {
    font-size: 40px;
  }

  .display-2-copy-copy.mg-bottom-0 {
    font-size: 30px;
  }

  .display-2-copy-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .display-2-copy-copy.mg-bottom-0-copy {
    font-size: 30px;
  }

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

  .grid-2-columns-copy.template-page-sidebar, .grid-2-columns-copy.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._3fr---1fr, .grid-2-columns-copy._1-42fr---1fr, .grid-2-columns-copy._2fr---1fr, .grid-2-columns-copy._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-55fr---1fr, .grid-2-columns-copy._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-06fr---1fr, .grid-2-columns-copy._1-3fr---1fr, .grid-2-columns-copy._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-55fr---1fr-copy {
    grid-template-columns: 1fr;
  }

  .grid-4-columns-copy._4-columns-tablet {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns-copy._4-columns-tablet.gap-16px-mbl {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-4-columns-copy.project-details-grid, .grid-4-columns-copy.project-details-grid-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .btn-primary-copy {
    padding: 20px 32px;
  }

  .btn-primary-copy.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary-copy.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary-copy.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary-copy.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary-copy.next-button {
    font-size: 16px;
  }

  .display-2-copy-copy-copy {
    font-size: 40px;
  }

  .display-2-copy-copy-copy.mg-bottom-0 {
    font-size: 30px;
  }

  .display-2-copy-copy-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .display-2-copy-copy-copy.mg-bottom-0-copy, .display-2-copy-copy-copy.mg-bottom-0-copy-copy {
    font-size: 30px;
  }

  .subtitle-4 {
    font-size: 16px;
  }

  .display-11 {
    font-size: 40px;
  }

  .image-bg-square-2.bottom-left {
    bottom: -12px;
    left: -12px;
  }

  .image-bg-square-2.top-right {
    top: -12px;
    right: -12px;
  }

  .subtitle-5 {
    font-size: 16px;
  }

  .section-4 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

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

  .display-12 {
    font-size: 40px;
  }

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

  .mg-bottom-48px-copy {
    margin-bottom: 40px;
  }

  .mg-bottom-48px-copy.mg-bottom-24px-mbl, .mg-bottom-48px-copy.mg-bottom-24px-mbl-copy {
    margin-bottom: 24px;
  }

  .grid-1-column-copy.gap-row-80px {
    grid-row-gap: 72px;
  }

  .grid-1-column-copy.gap-row-80px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .grid-1-column-copy.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column-copy.dropdown-link-column {
    grid-row-gap: 14px;
  }

  .grid-1-column-copy.gap-row-32px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .grid-1-column-copy.full-width-images-right-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-1-column-copy.full-width-images-right-grid.top {
    padding-right: 24px;
  }

  .grid-1-column-copy.full-width-images-right-grid.bottom {
    padding-left: 24px;
  }

  .grid-1-column-copy.side-by-side-section---grid-left {
    grid-row-gap: 56px;
    margin-top: 0;
  }

  .grid-1-column-copy.side-by-side-section---grid-right {
    grid-row-gap: 56px;
  }

  .grid-1-column-copy._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column-copy.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-1-column-copy.side-by-side-section---grid-left-copy {
    grid-row-gap: 56px;
    margin-top: 0;
  }

  .image-and-bg-square-container-copy {
    width: 100%;
    max-width: none;
  }

  .image-and-bg-square-container-copy.left {
    margin-left: 0;
  }

  .image-and-bg-square-container-copy.right, .image-and-bg-square-container-copy.right-copy {
    margin-right: 0;
  }

  .section-4-copy {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-4-copy.pd-256px, .section-4-copy.pd-256px-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4-copy.pd-256px-copy.position-relative---z-index-1-copy {
    padding-top: 60px;
  }

  .image-7 {
    max-width: 70%;
  }

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

  .section-copy.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-copy.pd-230px---214px {
    padding-top: 134px;
    padding-bottom: 120px;
  }

  .section-copy.pd-top-214px {
    padding-top: 120px;
  }

  .section-copy.pd-bottom-368px {
    padding-bottom: 200px;
  }

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

  .section-copy.pd-top-100px {
    padding-top: 72px;
  }

  .section-copy.pd-top-246px {
    padding-top: 130px;
  }

  .section-copy.pd-172px---200px {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section-copy.pd-180px---0 {
    padding-top: 100px;
  }

  .section-copy.pd-top-146px {
    padding-top: 106px;
  }

  .section-copy.pd-140px---200px {
    padding-top: 100px;
    padding-bottom: 160px;
  }

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

  .section-copy.pd-top-100px-copy {
    padding-top: 72px;
  }

  .grid-1-column-copy-copy.gap-row-80px {
    grid-row-gap: 72px;
  }

  .grid-1-column-copy-copy.gap-row-80px.gap-row-32px-mbl {
    grid-row-gap: 32px;
  }

  .grid-1-column-copy-copy.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column-copy-copy.dropdown-link-column {
    grid-row-gap: 14px;
  }

  .grid-1-column-copy-copy.gap-row-32px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .grid-1-column-copy-copy.full-width-images-right-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-1-column-copy-copy.full-width-images-right-grid.top {
    padding-right: 24px;
  }

  .grid-1-column-copy-copy.full-width-images-right-grid.bottom {
    padding-left: 24px;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-left {
    grid-row-gap: 56px;
    margin-top: 0;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-right {
    grid-row-gap: 56px;
  }

  .grid-1-column-copy-copy._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-1-column-copy-copy.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-1-column-copy-copy.side-by-side-section---grid-left-copy {
    grid-row-gap: 56px;
    margin-top: 0;
  }

  .section-4-copy-copy {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-4-copy-copy.pd-256px, .section-4-copy-copy.pd-256px-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4-copy-copy.pd-256px-copy.position-relative---z-index-1-copy {
    padding-top: 60px;
  }

  .section-4-copy-copy.pd-256px-copy-copy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy, .section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy-copy {
    padding-top: 60px;
  }

  .display-13 {
    font-size: 48px;
  }

  .bg-neutral-803.top-66._76-mbl {
    top: 76%;
  }

  .heading-top-line-3 {
    max-width: 100px;
    min-height: 1.5px;
    margin-bottom: 32px;
  }

  .heading-top-line-3._140px {
    margin-bottom: 24px;
  }

  .container-default-copy-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-neutral-804.top-80._92-mbl {
    top: 92%;
  }

  .section-copy-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-copy-2.small-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .inner-container-copy._100-mbl {
    max-width: 100%;
  }

  .inner-container-copy._600px-mbl {
    max-width: 600px;
  }

  .inner-container-copy._480px-mbl {
    max-width: 480px;
  }

  .inner-container-copy._540px-mbl {
    max-width: 540px;
  }

  .container-2, .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2-columns-copy.template-page-sidebar, .grid-2-columns-copy.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._3fr---1fr, .grid-2-columns-copy._1-42fr---1fr, .grid-2-columns-copy._2fr---1fr, .grid-2-columns-copy._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-55fr---1fr, .grid-2-columns-copy._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-06fr---1fr, .grid-2-columns-copy._1-3fr---1fr, .grid-2-columns-copy._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

  .title-artist {
    font-size: 14px;
  }

  .grid-2-columns-copy {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns-copy.form {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
  }

  .grid-2-columns-copy._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns-copy.template-page-sidebar, .grid-2-columns-copy.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.dropdown-columns-link {
    grid-row-gap: 48px;
  }

  .grid-2-columns-copy._3fr---1fr, .grid-2-columns-copy._1-42fr---1fr, .grid-2-columns-copy._2fr---1fr, .grid-2-columns-copy._1-2fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.footer-menu-links-grid {
    grid-column-gap: 24px;
    max-width: none;
  }

  .grid-2-columns-copy._1fr---1-2fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.full-width-images-right-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 64px;
    position: static;
  }

  .grid-2-columns-copy.our-process-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    margin-top: -60px;
  }

  .grid-2-columns-copy.our-offices-slider-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns-copy.contact-links-and-form-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.portfolio-projects-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-55fr---1fr, .grid-2-columns-copy._1-75fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.project-details-grid {
    grid-template-columns: auto auto;
    max-width: 320px;
  }

  .grid-2-columns-copy._2-06fr---1fr, .grid-2-columns-copy._1-3fr---1fr, .grid-2-columns-copy._1fr---3-75fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.blog-v1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.blog-post-link-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-06fr---1fr-copy {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-3-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle-3-copy {
    font-size: 16px;
  }

  .link-image-copy.blog-post-featured-image {
    min-height: 560px;
  }

  .link-image-copy.blog-v1-thumbnail-image {
    min-height: 280px;
  }

  .heading-h1-size-copy {
    font-size: 38px;
  }
}

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

  blockquote {
    padding: 48px 32px;
    font-size: 18px;
  }

  figcaption {
    margin-top: 12px;
  }

  .grid-2-columns.form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-42fr---1fr.mg-bottom-56px {
    margin-bottom: 30px;
    padding-left: 25px;
  }

  .grid-2-columns._2fr---1fr.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-2-columns.footer-menu-links-grid {
    width: 100%;
  }

  .grid-2-columns.full-width-images-right-grid {
    grid-row-gap: 8px;
  }

  .grid-2-columns.our-process-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .grid-2-columns._2-06fr---1fr.mg-bottom-56px {
    margin-bottom: 30px;
  }

  .card.accordion-v3 {
    padding: 38px 24px;
  }

  .card.services-card {
    padding: 30px 10px 20px;
  }

  .card.services-card.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.contact-form-center {
    padding: 48px 24px;
  }

  .card.contact-form-center.v2 {
    padding: 48px 24px 40px;
  }

  .card.social-media-link-card, .card.contact-form-dark-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.our-offices-map-card {
    border-top-style: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 18px;
  }

  .card.testimonial-slider {
    padding: 40px 24px 144px;
  }

  .card.newsletter-cta-card {
    padding: 64px 24px;
  }

  .card.card-inside-image {
    border-style: solid;
    border-color: var(--neutral--300);
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
  }

  .card.pd-100px---72px---52px {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.password-protected-card {
    padding: 48px 24px;
  }

  .grid-4-columns, .grid-4-columns._4-columns-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.project-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
  }

  .grid-4-columns.portfolio-project-grid {
    padding-right: 24px;
  }

  .bg-neutral-800.bottom-56._66-mbl {
    bottom: 74%;
  }

  .bg-neutral-300.section-bg-shape-right {
    height: 22%;
  }

  .bg-neutral-100.top-66._76-mbl {
    top: 84%;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .color-neutral-400.mg-bottom-0 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._72px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._36px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .divider._100px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-72px {
    margin-bottom: 56px;
  }

  .mg-bottom-72px.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .mg-top-8px.mg-top-0-mbp {
    margin-top: 0;
  }

  .display-1 {
    font-size: 34px;
  }

  .display-1.color-neutral-100.mg-bottom-12px {
    justify-content: flex-start;
    display: flex;
    position: static;
    overflow: visible;
  }

  .grid-1-column.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-1-column.gap-row-32px.gap-row-24px-mbp {
    grid-row-gap: 24px;
  }

  .grid-1-column.gap-row-28px {
    align-items: end;
    justify-items: stretch;
  }

  .grid-1-column.full-width-images-right-grid {
    grid-column-gap: 8px;
  }

  .grid-1-column.gap-38px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-2.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .display-3 {
    font-size: 24px;
  }

  .text-400.text-uppercase.color-neutral-700 {
    direction: ltr;
    text-transform: uppercase;
    overflow-wrap: normal;
  }

  .text-400.blog-category-link {
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .text-300.blog-category-link {
    padding-bottom: 24px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
  }

  .text-300.blog-category-link.white---small {
    padding-bottom: 24px;
  }

  .text-300.tab-menu-link {
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .grid-3-columns.link-images-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    margin-bottom: 40px;
  }

  .grid-3-columns.portfolio-project-details-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-88px {
    grid-row-gap: 64px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._100-mbp {
    max-width: 100%;
  }

  .inner-container._586px._100-mbl {
    padding: 20px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 14px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .input {
    min-height: 48px;
    font-size: 14px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.cart-quantity-input {
    width: 40px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .input.newsletter-cta-input {
    padding-right: 140px;
  }

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

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .avatar-circle._05._56px-mbp {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._06 {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .social-icon-link {
    border-radius: 6px;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    font-size: 20px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .line-square-icon.success-message-check {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .rich-text h2, .rich-text h3 {
    margin-bottom: 12px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul {
    margin-top: 10px;
    padding-left: 24px;
  }

  .rich-text ol {
    padding-left: 24px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-bottom: 12px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .width-100 {
    max-width: 90%;
  }

  .container-default {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.overflow-hidden {
    padding-top: 100px;
  }

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

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    background-image: linear-gradient(#fff 76%, #4a3aff 76%);
    padding-bottom: 94px;
  }

  .section.pd-230px---214px {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section.pd-top-214px {
    padding-top: 100px;
  }

  .section.pd-top-214px.overflow-hidden {
    padding-bottom: 0;
  }

  .section.bg-neutral-800 {
    padding-top: 80px;
  }

  .section.position-relative---z-index-1.bg-neutral-800 {
    padding-top: 70px;
  }

  .section.pd-bottom-368px {
    padding-bottom: 164px;
  }

  .section.pd-256px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.pd-top-246px {
    padding-top: 90px;
  }

  .section.pd-172px---200px {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section.pd-180px---0 {
    padding-top: 80px;
  }

  .section.pd-top-146px {
    padding-top: 86px;
  }

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

  .section.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-link.hamburger-desktop-nav-link {
    font-size: 40px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 86%;
  }

  .header-logo-link.header-simple-logo {
    max-width: 180px;
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 160px;
  }

  .hamburger-menu-wrapper {
    margin-left: 12px;
  }

  .hamburger-menu-bar {
    width: 26px;
  }

  .btn-square-primary.button-arrow-bottom-right {
    margin-top: 320px;
  }

  .btn-square-primary.button-arrow-inside-card-right {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 48px;
    left: 72px;
    right: 0%;
  }

  .btn-square-secondary.small.accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .btn-square-secondary.button-arrow-bottom-left {
    margin-top: 320px;
  }

  .btn-square-secondary.button-arrow-inside-card-left {
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 48px;
    left: 0%;
    right: 72px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .utility-page-wrap.pd-164px---284px {
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .utility-page-wrap._404-page {
    padding-top: 48px;
  }

  .social-media-grid-top {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: repeat(auto-fit, 20px);
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-logo-wrapper.width-200px {
    max-width: 230px;
  }

  .footer-list-wrapper.horizontal {
    flex-direction: column;
  }

  .footer-list-item.horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-center {
    display: block;
  }

  .play-button-large {
    max-width: 64px;
  }

  .subtitle {
    font-size: 14px;
  }

  .cta-section.v4 {
    padding-top: 100px;
  }

  .slider-wrapper.pd-sides-32px.mg-bottom-56px {
    height: 20em;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .slider-mask {
    height: auto;
    max-height: 15em;
  }

  .slider-mask.width-418px {
    max-width: 100%;
    max-height: 20em;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  ._404-not-found {
    margin-bottom: 12px;
    font-size: 100px;
    line-height: 100px;
  }

  .cart-button, .cart-quantity.color-neutral-800 {
    font-size: 14px;
  }

  .cart-container {
    border-radius: 0;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hidden-on-mbp {
    display: none;
  }

  .display-5 {
    font-size: 26px;
  }

  .top-section-bg-image {
    padding-top: 180px;
    padding-bottom: 200px;
  }

  .top-section-bg-image.v2 {
    padding-top: 250px;
    padding-bottom: 80px;
  }

  .top-section-bg-image.v3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .top-section-bg-image.v4 {
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .subtitle-line {
    max-width: 32px;
  }

  .subtitle-line.large {
    max-width: 40px;
    min-height: 1.5px;
  }

  .subtitle-line.small {
    max-width: 24px;
  }

  .subtitle-and-line-container {
    grid-column-gap: 10px;
    margin-bottom: 16px;
  }

  .subtitle-and-line-container.center.mg-bottom-16px {
    margin-bottom: 12px;
  }

  .subtitle-and-line-container.gap-32px {
    grid-column-gap: 20px;
  }

  .link-underline-wrapper.link-row {
    text-align: center;
  }

  .link-underline-wrapper.blog-category-link {
    font-size: 16px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .max-w-64px-mbp {
    max-width: 64px;
  }

  .max-w-64px-mbp.mg-bottom-64px {
    margin-bottom: 32px;
  }

  .top-section-bottom-rectangle.v2 {
    min-height: 120px;
  }

  .section-bottom-vertical-line {
    min-height: 32px;
    max-height: 32px;
  }

  .section-bottom-vertical-line.top-section-top-line.v2 {
    bottom: 120px;
  }

  .section-bottom-vertical-line.top-section-bottom-line {
    bottom: 38px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v2 {
    bottom: 88px;
  }

  .section-bottom-vertical-line.top-section-bottom-line.v3 {
    bottom: 48px;
  }

  .section-top-vertical-line {
    min-height: 32px;
    max-height: 32px;
  }

  .bottom-right-bg-rectangle {
    min-height: 62%;
  }

  .slider---arrows-divider {
    width: 40%;
  }

  .testimonial-details-line {
    width: 28px;
    margin-right: 8px;
  }

  .heading-top-line {
    max-width: 80px;
  }

  .heading-top-line._62px {
    max-width: 40px;
    margin-bottom: 16px;
  }

  .heading-top-line._124px {
    max-width: 64px;
  }

  .link-image.blog-post-featured-image {
    min-height: auto;
  }

  .footer-top---left-section, .footer-top---left-section.v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-top---right-section {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-top---right-section.v2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .contact-link-large {
    display: flex;
  }

  .mg-bottom-130px {
    margin-bottom: 64px;
  }

  .top-section {
    padding-top: 48px;
  }

  .top-section.pd-140px---300px {
    padding-top: 48px;
    padding-bottom: 120px;
  }

  .top-section.pd-top-140px {
    padding-top: 48px;
  }

  .top-section.pd-top-140px.bg-neutral-800 {
    padding-bottom: 30px;
  }

  .top-section.pd-bottom-240px, .top-section.pd-bottom-300px {
    padding-bottom: 120px;
  }

  .top-section.pd-bottom-464px {
    padding-bottom: 180px;
  }

  .section-numbers-divider {
    max-width: 64px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .top-section-image---rectangle-top-wrapper, .pd-sides-8px-mbp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mg-top-88px {
    margin-top: 64px;
  }

  ._3-images-container {
    grid-column-gap: 8px;
  }

  .mg-top-and-bottom-62px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .cta-image-top-left {
    width: 40%;
    max-width: 144px;
    top: -176px;
  }

  .cta-image-top-center {
    max-width: 130px;
    right: 90px;
  }

  .cta-image-top-right {
    width: 32%;
    max-width: 116px;
  }

  .cta-image-bottom-left {
    width: 40%;
    max-width: 144px;
    bottom: -242px;
  }

  .cta-image-bottom-center {
    width: 40%;
    max-width: 156px;
    left: 148px;
  }

  .cta-image-bottom-right {
    width: 40%;
    max-width: 144px;
    bottom: -154px;
    right: 10px;
  }

  .top-section-bg-image---slide-nav {
    font-size: 10px;
    bottom: 16px;
  }

  .scroll-down-arrow-wrapper, .scroll-down-arrow-wrapper.v2 {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .scroll-down-arrow {
    max-width: 22px;
  }

  .scroll-down-arrow.v2 {
    max-width: 20px;
  }

  .mg-top-90px {
    margin-top: 64px;
  }

  .mg-top-180px {
    margin-top: 120px;
  }

  .mg-top--90px {
    margin-top: -74px;
  }

  .testimonials-divider {
    min-height: 1px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .max-w-48px-mbp {
    max-width: 48px;
  }

  .our-process-item-bottom-line {
    min-height: 1.5px;
    margin-top: 32px;
  }

  .mg-top-256px.mg-top-0-mbp, .mg-top--256px.mg-top-0-mbp {
    margin-top: 0;
  }

  .contact-link-text-and-icon {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 32px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-image-left-wrapper {
    margin-top: 100px;
  }

  .max-w-362px.width-100.max-w-100-mbp {
    max-width: 100%;
  }

  .success-message-inner-container {
    min-height: 608px;
  }

  .max-w-418px.width-100.max-w-100-mbp {
    max-width: 100%;
  }

  .max-w-64px-mbl.max-w-48px-mbp.mg-bottom-48px {
    margin-bottom: 24px;
  }

  .our-offices-map-image {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--neutral--400);
  }

  .heading-and-slider-grid {
    grid-row-gap: 40px;
  }

  .mg-bottom-100px {
    margin-bottom: 64px;
  }

  .mg-top--102px.position-relative---z-index-1 {
    margin-top: -56px;
  }

  .button-inside-input-success-message {
    min-height: 48px;
  }

  .pagination-container {
    grid-column-gap: 32px;
  }

  .pagination-container.v2 {
    grid-row-gap: 32px;
    justify-content: center;
    margin-top: 72px;
  }

  .blog-categories-text-single-list-container {
    grid-column-gap: 6px;
  }

  .blog-categories-text-single-list-container.center {
    grid-column-gap: 8px;
  }

  .blog-post-details-items-container {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-post-details-wrapper {
    margin-bottom: -20px;
    padding-bottom: 20px;
    padding-right: 24px;
  }

  .blog-post-details-bg-left {
    min-height: 20px;
    max-height: 20px;
    bottom: -20px;
  }

  .tabs-menu-line-bottom {
    margin-bottom: 48px;
  }

  .icon-square.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-simple-container {
    grid-row-gap: 24px;
  }

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

  .max-w-48px-mbl.max-w-34px-mbp {
    max-width: 34px;
  }

  .font-size-18px-mbl.font-size-16px-mbp {
    font-size: 16px;
  }

  .width-reduce {
    max-width: 60%;
  }

  .inner-container-hoover._864px.center {
    margin-bottom: 30px;
    padding: 20px;
  }

  .inner-container-hoover._100-mbp {
    max-width: 100%;
  }

  .image-2 {
    max-width: 50%;
  }

  .grid-2-columns-presse.form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-presse._1-42fr---1fr.mg-bottom-56px {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 70px;
  }

  .grid-2-columns-presse._2fr---1fr.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-2-columns-presse.footer-menu-links-grid {
    width: 100%;
  }

  .grid-2-columns-presse.full-width-images-right-grid {
    grid-row-gap: 8px;
  }

  .grid-2-columns-presse.our-process-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .grid-2-columns-presse._1-42fr---1fr-copy.mg-bottom-56px {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 70px;
  }

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

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

  .section-presse.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-presse.overflow-hidden {
    padding-top: 100px;
  }

  .section-presse.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-presse.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-presse.hero-page {
    background-image: linear-gradient(#fff 76%, #4a3aff 76%);
    padding-bottom: 94px;
  }

  .section-presse.pd-230px---214px {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-presse.pd-top-214px {
    padding-top: 100px;
  }

  .section-presse.pd-top-214px.overflow-hidden {
    padding-bottom: 150px;
  }

  .section-presse.pd-bottom-368px {
    padding-bottom: 164px;
  }

  .section-presse.pd-256px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-presse.pd-top-100px {
    padding-top: 64px;
  }

  .section-presse.pd-top-246px {
    padding-top: 90px;
  }

  .section-presse.pd-172px---200px {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section-presse.pd-180px---0 {
    padding-top: 80px;
  }

  .section-presse.pd-top-146px {
    padding-top: 86px;
  }

  .section-presse.pd-140px---200px {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-presse.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .avatar-circle-about._05._56px-mbp {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle-about._06 {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .avatar-circle-about._05-about._56px-mbp {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle-about._05-about._56px-mbp-about {
    width: 100px;
    max-width: 100px;
    height: 56px;
    max-height: 56px;
  }

  .width-reduce-about {
    max-width: 60%;
  }

  .image-4 {
    max-width: 70%;
  }

  .image-5 {
    max-width: 80%;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }

  .bg-neutral-801.top-66._76-mbl {
    top: 84%;
  }

  .display-6 {
    font-size: 34px;
  }

  .display-6.color-neutral-100.mg-bottom-12px {
    justify-content: flex-start;
    display: flex;
    position: static;
    overflow: visible;
  }

  .heading-top-line-2 {
    max-width: 80px;
  }

  .text-center-2 {
    display: block;
  }

  .section-portfolio {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-portfolio.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-portfolio.overflow-hidden {
    padding-top: 100px;
  }

  .section-portfolio.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-portfolio.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-portfolio.hero-page {
    background-image: linear-gradient(#fff 76%, #4a3aff 76%);
    padding-bottom: 94px;
  }

  .section-portfolio.pd-230px---214px {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-portfolio.pd-top-214px {
    padding-top: 100px;
  }

  .section-portfolio.pd-top-214px.overflow-hidden {
    padding-bottom: 100px;
  }

  .section-portfolio.bg-neutral-800 {
    padding-top: 80px;
  }

  .section-portfolio.position-relative---z-index-1.bg-neutral-800 {
    padding-top: 70px;
  }

  .section-portfolio.pd-bottom-368px {
    padding-bottom: 164px;
  }

  .section-portfolio.pd-256px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-portfolio.pd-top-100px {
    padding-top: 64px;
  }

  .section-portfolio.pd-top-246px {
    padding-top: 90px;
  }

  .section-portfolio.pd-172px---200px {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section-portfolio.pd-180px---0 {
    padding-top: 80px;
  }

  .section-portfolio.pd-top-146px {
    padding-top: 86px;
  }

  .section-portfolio.pd-140px---200px {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-portfolio.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-mail {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
  }

  .contact-link-text-and-icon-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 32px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-link-text-and-icon-2.align-center-2 {
    float: none;
    clear: none;
    text-align: left;
  }

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

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

  .section-3.position-relative---z-index-1.bg-neutral-800 {
    padding-top: 70px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .subtitle-2 {
    font-size: 14px;
  }

  .display-7 {
    font-size: 28px;
  }

  .section-top-vertical-line-2 {
    min-height: 32px;
    max-height: 32px;
  }

  .subtitle-line-2 {
    max-width: 32px;
  }

  .btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .display-8 {
    font-size: 28px;
  }

  .section-top-vertical-line-3 {
    min-height: 32px;
    max-height: 32px;
  }

  .subtitle-line-3 {
    max-width: 32px;
  }

  .subtitle-line-3.large {
    max-width: 40px;
    min-height: 1.5px;
  }

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

  .grid-2-columns-copy._2fr---1fr-copy.gap-row-40px, .grid-2-columns-copy._2fr---1fr-copy.gap-row-40px-copy {
    grid-row-gap: 32px;
  }

  .display-2-copy.mg-bottom-56px.mg-bottom-32px-mbl, .display-2-copy.mg-bottom-56px-copy.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .display-2-copy.mg-bottom-56px-copy.mg-bottom-32px-mbl-copy {
    margin-bottom: 24px;
    font-size: 35px;
  }

  .subtitle-line-copy {
    max-width: 32px;
  }

  .subtitle-line-copy.large {
    max-width: 40px;
    min-height: 1.5px;
  }

  .subtitle-line-copy.small {
    max-width: 24px;
  }

  .subtitle-line-copy.large-copy {
    max-width: 40px;
    min-height: 1.5px;
  }

  .color-neutral-100-copy.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .input-copy {
    min-height: 48px;
    font-size: 14px;
  }

  .input-copy.large.button-inside {
    min-height: 64px;
  }

  .input-copy.button-inside {
    margin-bottom: 16px;
  }

  .input-copy.cart-quantity-input {
    width: 40px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .input-copy.newsletter-cta-input {
    padding-right: 140px;
  }

  .input-2 {
    min-height: 48px;
    font-size: 14px;
  }

  .card-2.contact-form-center {
    padding: 48px 24px;
  }

  .subtitle-3 {
    font-size: 14px;
  }

  .success-message-inner-container-2 {
    min-height: 608px;
  }

  .display-9 {
    font-size: 24px;
  }

  .display-10 {
    font-size: 34px;
  }

  .text-area-2 {
    font-size: 14px;
  }

  .container-default-footer-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-portfolio {
    margin-bottom: 0;
  }

  .section-portofolio {
    margin-top: 60px;
  }

  .display-2-copy {
    font-size: 28px;
  }

  .display-2-copy.mg-bottom-0 {
    font-size: 25px;
  }

  .display-2-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .btn-primary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .grid-4-columns-copy, .grid-4-columns-copy._4-columns-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns-copy.portfolio-project-grid, .grid-4-columns-copy.portfolio-project-grid-copy {
    padding-right: 24px;
  }

  .section-copy.pd-top-100px {
    padding-top: 64px;
  }

  .section-copy.small-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy.small-copy.pd-bottom-0-copy {
    margin-top: 40px;
  }

  .display-2-copy-copy.mg-bottom-0-copy {
    font-size: 25px;
  }

  .display-2-copy-copy {
    font-size: 28px;
  }

  .display-2-copy-copy.mg-bottom-0 {
    font-size: 25px;
  }

  .display-2-copy-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .display-2-copy-copy.mg-bottom-0-copy {
    margin-left: 15px;
    padding-left: 10px;
    font-size: 25px;
  }

  .container-default-copy {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-4-columns-copy, .grid-4-columns-copy._4-columns-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns-copy.project-details-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
  }

  .grid-4-columns-copy.portfolio-project-grid {
    padding-right: 24px;
  }

  .grid-4-columns-copy.project-details-grid-copy {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
  }

  .btn-primary-copy {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: visible;
  }

  .btn-primary-copy.small {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .btn-primary-copy.inside-input {
    position: static;
  }

  .btn-primary-copy.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .display-2-copy-copy-copy {
    font-size: 28px;
  }

  .display-2-copy-copy-copy.mg-bottom-0 {
    font-size: 25px;
  }

  .display-2-copy-copy-copy.mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 24px;
  }

  .display-2-copy-copy-copy.mg-bottom-0-copy {
    font-size: 25px;
  }

  .display-2-copy-copy-copy.mg-bottom-0-copy-copy {
    float: left;
    clear: both;
    text-align: left;
    justify-content: flex-end;
    margin-left: 15px;
    font-size: 25px;
    display: block;
  }

  .subtitle-4 {
    font-size: 14px;
  }

  .display-11 {
    font-size: 28px;
  }

  .subtitle-5 {
    font-size: 14px;
  }

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

  .section-4.pd-256px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .display-12 {
    font-size: 28px;
  }

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

  .signature {
    max-width: 70%;
  }

  .grid-1-column-copy {
    padding-top: 0;
  }

  .grid-1-column-copy.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-1-column-copy.gap-row-32px.gap-row-24px-mbp {
    grid-row-gap: 24px;
  }

  .grid-1-column-copy.gap-row-28px {
    align-items: end;
    justify-items: stretch;
  }

  .grid-1-column-copy.full-width-images-right-grid {
    grid-column-gap: 8px;
  }

  .grid-1-column-copy.gap-38px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .section-4-copy.pd-256px, .section-4-copy.pd-256px-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4-copy.pd-256px-copy.position-relative---z-index-1-copy {
    padding-top: 60px;
  }

  .image-7 {
    flex: 1;
    max-width: 90%;
  }

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

  .section-copy.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy.overflow-hidden {
    padding-top: 100px;
  }

  .section-copy.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-copy.hero-page {
    background-image: linear-gradient(#fff 76%, #4a3aff 76%);
    padding-bottom: 94px;
  }

  .section-copy.pd-230px---214px {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-copy.pd-top-214px {
    padding-top: 100px;
  }

  .section-copy.pd-top-214px.overflow-hidden {
    padding-bottom: 0;
  }

  .section-copy.bg-neutral-800 {
    padding-top: 80px;
  }

  .section-copy.position-relative---z-index-1.bg-neutral-800 {
    padding-top: 70px;
  }

  .section-copy.pd-bottom-368px {
    padding-bottom: 164px;
  }

  .section-copy.pd-256px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section-copy.pd-172px---200px {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section-copy.pd-180px---0 {
    padding-top: 80px;
  }

  .section-copy.pd-top-146px {
    padding-top: 86px;
  }

  .section-copy.pd-140px---200px {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section-copy.pd-200px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .mg-bottom-16px-copy {
    float: left;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    font-size: 20px;
    display: block;
  }

  .div-block-5 {
    justify-content: center;
    display: flex;
  }

  .grid-1-column-copy-copy {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .grid-1-column-copy-copy.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-1-column-copy-copy.gap-row-32px.gap-row-24px-mbp {
    grid-row-gap: 24px;
  }

  .grid-1-column-copy-copy.gap-row-28px {
    align-items: end;
    justify-items: stretch;
  }

  .grid-1-column-copy-copy.full-width-images-right-grid {
    grid-column-gap: 8px;
  }

  .grid-1-column-copy-copy.gap-38px {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .section-4-copy-copy.pd-256px, .section-4-copy-copy.pd-256px-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4-copy-copy.pd-256px-copy.position-relative---z-index-1-copy {
    padding-top: 60px;
  }

  .section-4-copy-copy.pd-256px-copy-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy, .section-4-copy-copy.pd-256px-copy-copy.position-relative---z-index-1-copy-copy {
    padding-top: 60px;
  }

  .inner-container-copy._586px._100-mbl, .inner-container-copy._586px._100-mbl-copy, .inner-container-copy._586px-copy._100-mbl, .inner-container-copy._586px-copy._100-mbl-copy {
    padding: 20px;
  }

  .display-13 {
    font-size: 34px;
  }

  .display-13.color-neutral-100.mg-bottom-12px {
    justify-content: flex-start;
    display: flex;
    position: static;
    overflow: visible;
  }

  .bg-neutral-803.top-66._76-mbl {
    top: 84%;
  }

  .heading-top-line-3 {
    max-width: 80px;
  }

  .width-100-3 {
    max-width: 90%;
  }

  .container-default-copy-2 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-8 {
    max-width: 50%;
  }

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

  .section-copy-2.small-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy-2.small-copy.pd-bottom-0-copy {
    margin-top: 40px;
  }

  .inner-container-copy._100-mbp {
    max-width: 100%;
  }

  .inner-container-copy._586px._100-mbl {
    padding: 20px;
  }

  .mg-bottom-16px-copy-copy {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .container {
    text-align: left;
  }

  .container-2 {
    padding: 15px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
    margin-bottom: 30px;
  }

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

  .title-artist {
    font-size: 12px;
  }

  .image-artiste {
    max-width: 100%;
  }

  .grid-2-columns-copy.form {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._2-col-mbl._1-col-mbp {
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns-copy._1-42fr---1fr.mg-bottom-56px {
    margin-bottom: 30px;
    padding-left: 25px;
  }

  .grid-2-columns-copy._2fr---1fr.gap-row-40px {
    grid-row-gap: 32px;
  }

  .grid-2-columns-copy.footer-menu-links-grid {
    width: 100%;
  }

  .grid-2-columns-copy.full-width-images-right-grid {
    grid-row-gap: 8px;
  }

  .grid-2-columns-copy.our-process-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .grid-2-columns-copy._2-06fr---1fr.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px, .grid-2-columns-copy._2-06fr---1fr-copy.mg-bottom-56px-copy {
    margin-bottom: 30px;
  }

  .container-3-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subtitle-3-copy {
    font-size: 14px;
  }

  .link-image-copy.blog-post-featured-image {
    min-height: auto;
  }

  .image-6-copy {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }

  .background-video {
    object-fit: fill;
  }

  .heading-h1-size-copy {
    font-size: 32px;
  }
}

#w-node-d25260ea-57b3-d8f2-56d2-21212e55f977-571f83f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55eed89d-d1e1-d9cc-d1fd-4eae8a9acd43-571f83f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dba8600b-edc2-22e0-f6b3-9ccadb5ccdcf-571f83f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda902c3-7cad-ac2e-3869-115436ce0390-571f83f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c6772dc7-b802-638e-cdb6-f0c44124c19b-571f83f9, #w-node-a8d0c7a5-7d1c-0cda-d00d-e7ae395be80c-1e1e9ea3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9ead-1e1e9ea3, #w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9eb1-1e1e9ea3, #w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9ebd-1e1e9ea3, #w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9ef3-1e1e9ea3 {
  justify-self: start;
}

#w-node-f35c3635-feef-d221-1d8a-24801389d278-1389d260, #w-node-f35c3635-feef-d221-1d8a-24801389d27d-1389d260, #w-node-f35c3635-feef-d221-1d8a-24801389d292-1389d260, #w-node-f35c3635-feef-d221-1d8a-24801389d2a1-1389d260 {
  align-self: start;
}

#w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f2-571f8437, #w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f3-571f8437, #w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f4-571f8437, #w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f6-571f8437, #w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f7-571f8437, #w-node-_95f2d15a-0c27-9a0d-85fb-d09d5d34e6f8-571f8437 {
  align-self: stretch;
}

#w-node-_46831046-fe7e-4628-762b-e58ce5038549-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caea2d25-e87f-5ff9-f368-699426cdfd0d-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-caea2d25-e87f-5ff9-f368-699426cdfd0e-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caea2d25-e87f-5ff9-f368-699426cdfd16-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-caea2d25-e87f-5ff9-f368-699426cdfd1e-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-caea2d25-e87f-5ff9-f368-699426cdfd26-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_65451337-fd3f-9456-ab11-1750cf5141a8-571f845b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f845d {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_8b26b2a4-94ec-0152-25a1-407ee78016f9-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8b26b2a4-94ec-0152-25a1-407ee78016fb-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b26b2a4-94ec-0152-25a1-407ee78016fc-571f845d, #w-node-_8b26b2a4-94ec-0152-25a1-407ee78016fe-571f845d, #w-node-_2bf17d2d-c162-af80-da59-40692121678d-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2bf17d2d-c162-af80-da59-40692121678f-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf17d2d-c162-af80-da59-406921216790-571f845d, #w-node-_2bf17d2d-c162-af80-da59-406921216792-571f845d, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd0-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd2-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd3-571f845d, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd5-571f845d, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fe9c-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fe9f-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea0-571f845d, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea2-571f845d, #w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3cd-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3cf-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3d0-571f845d, #w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3d2-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f845d, #w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484a-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484c-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484d-571f845d, #w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484f-571f845d, #w-node-a424c028-e1ac-52a2-e129-4fe7936990b8-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a424c028-e1ac-52a2-e129-4fe7936990ba-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a424c028-e1ac-52a2-e129-4fe7936990bb-571f845d, #w-node-a424c028-e1ac-52a2-e129-4fe7936990bd-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_291ba317-c9fc-6512-5e36-09dd9506646e-571f845d {
  align-self: auto;
  justify-self: auto;
}

#w-node-bcdfa99d-d772-746b-6f54-af872da96ea2-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-bcdfa99d-d772-746b-6f54-af872da96ea4-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcdfa99d-d772-746b-6f54-af872da96ea5-571f845d, #w-node-bcdfa99d-d772-746b-6f54-af872da96ea7-571f845d, #w-node-baf6e182-805b-5156-6c1a-dd73a9712faa-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-baf6e182-805b-5156-6c1a-dd73a9712fac-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baf6e182-805b-5156-6c1a-dd73a9712fad-571f845d, #w-node-baf6e182-805b-5156-6c1a-dd73a9712faf-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_29920242-959a-79d1-bb09-02270257813f-571f845d, #w-node-b51a74dc-c5d5-5ac4-1d10-17c49dd46f13-571f845d, #w-node-ab5a823e-c18b-c18c-4f03-ea30569167f4-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1f0593-a70b-4ebe-38b9-b3c0651d6f87-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5ca29985-80f9-5055-20ca-b7d635c415dc-571f845d, #w-node-f24c31ae-d298-2317-c627-17240278f5ef-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f845d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f848b {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d67020a-e465-d195-1df0-d91161b3b0d8-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4d67020a-e465-d195-1df0-d91161b3b0db-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d67020a-e465-d195-1df0-d91161b3b0dc-571f848b, #w-node-_4d67020a-e465-d195-1df0-d91161b3b0de-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f848b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f848c {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f848c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_56cfc25a-f0bd-01ac-effa-1796f3863205-571f848d, #w-node-_56cfc25a-f0bd-01ac-effa-1796f3863209-571f848d {
  justify-self: end;
}

#w-node-_56cfc25a-f0bd-01ac-effa-1796f386320b-571f848d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56cfc25a-f0bd-01ac-effa-1796f386320d-571f848d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56cfc25a-f0bd-01ac-effa-1796f386320e-571f848d, #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8cbb-571f848d, #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8cbf-571f848d, #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8ccc-571f848d, #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8ce4-571f848d {
  justify-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f84a7 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f84a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f84a8 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f84a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9ab926de-5c5f-065a-474f-0e52ae5ee5bf-571f84a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59d605ba-d57e-6ed9-e0f9-5a58c34d5056-571f84a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b9bfefbe-237e-b540-ce7c-65727c40451a-571f84a9 {
  align-self: start;
}

#w-node-ebca9ced-6be7-1c4a-6935-5b37c32b055f-571f84aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebca9ced-6be7-1c4a-6935-5b37c32b0562-571f84aa {
  align-self: end;
  justify-self: end;
}

#w-node-_7b517c00-74fa-9341-a83b-9a764f0a90ad-571f84aa {
  align-self: start;
}

#w-node-_8519ebd9-c04e-9d9f-58eb-f79bd4a06c86-571f84bf {
  justify-self: end;
}

#w-node-_94284938-2ee2-b5d7-fadf-bc2d194ae494-571f84bf, #w-node-b014ac17-2a72-0352-6ed5-1a78308ec226-571f84bf, #w-node-_5ffef610-bc76-e788-a087-920223d60d17-571f84bf, #w-node-_614600de-97d5-e6c8-bba9-001f4981a890-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2124f3c4-737d-bf00-89cd-cbc7b63a3b98-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9f49a271-e24f-c4bb-4e87-960c691285bf-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3400009-3660-c36d-40be-011def38a761-571f84bf, #w-node-_1e064521-1ddb-d47e-c042-ef16196a661c-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d37cfddd-5c25-a6d8-9494-fb56a548f1a8-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfa4216f-77dd-036a-708b-3128a87abb98-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2afdb340-3378-da54-3880-1e36e3833ef5-571f84bf, #w-node-_2afdb340-3378-da54-3880-1e36e3833efb-571f84bf, #w-node-_2afdb340-3378-da54-3880-1e36e3833f01-571f84bf, #w-node-_0d478945-926a-5828-5cb7-6ee51c603bda-571f84bf, #w-node-_0d478945-926a-5828-5cb7-6ee51c603be1-571f84bf, #w-node-_0d478945-926a-5828-5cb7-6ee51c603be8-571f84bf, #w-node-d1707cec-72d5-44f8-b8cf-41fb8b6f5372-571f84bf, #w-node-d1707cec-72d5-44f8-b8cf-41fb8b6f5379-571f84bf, #w-node-d1707cec-72d5-44f8-b8cf-41fb8b6f5380-571f84bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a581e27a-f6e4-3fbd-76aa-1f74b50b2d5c-571f84c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-571f84c0 {
  justify-self: end;
}

#w-node-_22b8963e-db36-32c9-cd04-727f6c7028c8-571f84c8, #w-node-_22b8963e-db36-32c9-cd04-727f6c7028e7-571f84c8, #w-node-_22b8963e-db36-32c9-cd04-727f6c7028fe-571f84c8 {
  justify-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686cd-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686ce-571f84c8, #w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686d9-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686dc-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686dd-571f84c8, #w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686e0-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56872d-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568734-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568735-571f84c8 {
  align-self: end;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568759-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56875a-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568762-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56876a-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568772-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d568787-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56878e-571f84c8, #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568792-571f84c8, #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568796-571f84c8 {
  justify-self: start;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56879a-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d56879b-571f84c8, #w-node-_25fc89b7-1a24-4b8e-d892-40d67d56879f-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fc89b7-1a24-4b8e-d892-40d67d5687a0-571f84c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f84e3 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f84e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f84e7 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84e7, #w-node-d6e942fe-af12-1578-b1d5-9269e6dad432-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d6e942fe-af12-1578-b1d5-9269e6dad434-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6e942fe-af12-1578-b1d5-9269e6dad435-571f84e7, #w-node-d6e942fe-af12-1578-b1d5-9269e6dad437-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f84e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d7e0f3de-d33a-a7ba-e130-51322f27127d-571f84ee {
  align-self: end;
  justify-self: end;
}

#w-node-d7e0f3de-d33a-a7ba-e130-51322f27127e-571f84ee {
  justify-self: end;
}

#w-node-d7e0f3de-d33a-a7ba-e130-51322f271282-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-b8a419a0-8bc5-29f2-e150-fa98ce635cc8-571f84ee, #w-node-d7e0f3de-d33a-a7ba-e130-51322f271288-571f84ee, #w-node-d7e0f3de-d33a-a7ba-e130-51322f27128e-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_37f696d6-7ece-e7a1-bc01-a0d7460d1a4c-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ec399306-3631-e6d8-2243-93af854a9ab6-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-ec399306-3631-e6d8-2243-93af854a9abd-571f84ee, #w-node-ec399306-3631-e6d8-2243-93af854a9ac4-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-ec399306-3631-e6d8-2243-93af854a9acb-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca66c-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca675-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca67c-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca683-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4ec4f9cf-7258-6cb6-2472-104c4ed93ac9-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f0f88913-9d02-6710-a541-51e908443405-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f0f88913-9d02-6710-a541-51e90844340e-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-f0f88913-9d02-6710-a541-51e908443415-571f84ee, #w-node-f0f88913-9d02-6710-a541-51e90844341c-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_28d152e6-3c6e-6e19-4481-6a248b7efd61-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82099c09-1a15-231a-d32f-5b305a77fb9f-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_82099c09-1a15-231a-d32f-5b305a77fba8-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_82099c09-1a15-231a-d32f-5b305a77fbaf-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_82099c09-1a15-231a-d32f-5b305a77fbb6-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-e0d839d1-d2d0-f825-36a9-1a00ccb86faf-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_84be5b7b-6258-4f67-b42a-f93a7acbbaec-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_84be5b7b-6258-4f67-b42a-f93a7acbbaf5-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_84be5b7b-6258-4f67-b42a-f93a7acbbafc-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_84be5b7b-6258-4f67-b42a-f93a7acbbb03-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_9497d2a0-68c5-318d-f029-fb36feaa96cc-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7b4c0f78-8fe1-7167-d758-1ab08def956a-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7b4c0f78-8fe1-7167-d758-1ab08def9573-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_7b4c0f78-8fe1-7167-d758-1ab08def957a-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_7b4c0f78-8fe1-7167-d758-1ab08def9581-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4f707ffe-c0be-2979-27a6-d4b909a20f48-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f069621-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f069629-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f069630-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f069636-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f06963d-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-efe0eab0-827e-489b-7b03-f5777cddbd10-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-efe0eab0-827e-489b-7b03-f5777cddbd19-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-efe0eab0-827e-489b-7b03-f5777cddbd20-571f84ee, #w-node-efe0eab0-827e-489b-7b03-f5777cddbd27-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-a7716f88-4170-b86c-c74a-bd8830b13cfb-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-ec41ecd8-7b42-3e2d-d0fe-0e9b71d5a868-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ec41ecd8-7b42-3e2d-d0fe-0e9b71d5a871-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-ec41ecd8-7b42-3e2d-d0fe-0e9b71d5a878-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-ec41ecd8-7b42-3e2d-d0fe-0e9b71d5a87f-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-a51c60ac-cddb-dcb3-4d30-7ea6f2d4fdaa-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5079ca3c-6eb6-dca0-3254-59ba33026635-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5079ca3c-6eb6-dca0-3254-59ba3302663e-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_5079ca3c-6eb6-dca0-3254-59ba33026645-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_5079ca3c-6eb6-dca0-3254-59ba3302664c-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d943f2b2-5ed2-5c5a-5b5e-cb64707c1ec5-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_473e5c31-3057-0d78-e729-c0f1d6913184-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_473e5c31-3057-0d78-e729-c0f1d691318d-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_473e5c31-3057-0d78-e729-c0f1d6913194-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: stretch;
}

#w-node-_473e5c31-3057-0d78-e729-c0f1d691319b-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-d776f1ec-e5dc-0f96-8f0a-c3cc740bcd97-571f84ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8503 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8503 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8504 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8504, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd0-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd2-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd3-571f8504, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd5-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8505 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8505 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8506 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8506 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8507 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8507 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-571f8508 {
  align-self: stretch;
}

#w-node-_5ce7e619-7477-3027-c94e-79f2bd461358-571f8509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9cfe8e-66b8-a727-9d53-7d11bdd99923-571f8509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_24f09c5c-5546-7374-3194-49fcd445cb7c-571f8509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc0d430-8331-6345-d3e6-d87e97d8515c-571f8509 {
  justify-self: start;
}

#w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e1-571f8509, #w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e5-571f8509 {
  justify-self: end;
}

#w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e7-571f8509 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e9-571f8509 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a217469-b675-f22e-a1f5-d0c0240d73ea-571f8509 {
  justify-self: start;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-571f8521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b79d5ca0-5423-41d7-327f-76df034024be-571f8521, #w-node-_8326a97e-b101-d029-352d-b268e3f01111-571f8521, #w-node-f55c348e-3bda-463a-3f0b-893306320454-571f8521, #w-node-f6e4960f-2f52-30b7-3e9d-c60eb10fab77-571f8521 {
  justify-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b45e-571f8527 {
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b46c-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b472-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b478-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4af-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b1-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8527, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fe9c-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fe9f-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea0-571f8527, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea2-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bd-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4cb-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d2-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4d9-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4e8-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4ef-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4f6-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b505-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b50c-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b513-571f8527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-ec399306-3631-e6d8-2243-93af854a9ab6-571f84ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-ec399306-3631-e6d8-2243-93af854a9ac4-571f84ee {
    justify-self: end;
  }

  #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca675-571f84ee {
    justify-self: start;
  }

  #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca67c-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca683-571f84ee {
    justify-self: center;
  }

  #w-node-_4ec4f9cf-7258-6cb6-2472-104c4ed93ac9-571f84ee, #w-node-_28d152e6-3c6e-6e19-4481-6a248b7efd61-571f84ee {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b47e-571f845d {
    justify-self: center;
  }

  #w-node-ec399306-3631-e6d8-2243-93af854a9ab6-571f84ee, #w-node-ec399306-3631-e6d8-2243-93af854a9abd-571f84ee, #w-node-ec399306-3631-e6d8-2243-93af854a9ac4-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca675-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca67c-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca683-571f84ee {
    justify-self: start;
  }

  #w-node-_4ec4f9cf-7258-6cb6-2472-104c4ed93ac9-571f84ee {
    justify-self: end;
  }

  #w-node-f0f88913-9d02-6710-a541-51e908443415-571f84ee, #w-node-efe0eab0-827e-489b-7b03-f5777cddbd20-571f84ee {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ebca9ced-6be7-1c4a-6935-5b37c32b0562-571f84aa {
    justify-self: start;
  }

  #w-node-a581e27a-f6e4-3fbd-76aa-1f74b50b2d5c-571f84c0 {
    justify-self: center;
  }

  #w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-571f84c0 {
    order: -9999;
    justify-self: center;
  }

  #w-node-ec399306-3631-e6d8-2243-93af854a9abd-571f84ee, #w-node-ec399306-3631-e6d8-2243-93af854a9ac4-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca67c-571f84ee, #w-node-d61e9876-2ca5-3d33-fd6f-2c83ac5ca683-571f84ee, #w-node-f0f88913-9d02-6710-a541-51e908443415-571f84ee, #w-node-f0f88913-9d02-6710-a541-51e90844341c-571f84ee, #w-node-_82099c09-1a15-231a-d32f-5b305a77fbb6-571f84ee, #w-node-_84be5b7b-6258-4f67-b42a-f93a7acbbb03-571f84ee, #w-node-_7b4c0f78-8fe1-7167-d758-1ab08def9581-571f84ee, #w-node-_0ffd7b43-43fe-8cea-8dd3-d9669f069636-571f84ee, #w-node-a7716f88-4170-b86c-c74a-bd8830b13cfb-571f84ee, #w-node-ec41ecd8-7b42-3e2d-d0fe-0e9b71d5a87f-571f84ee, #w-node-_5079ca3c-6eb6-dca0-3254-59ba3302664c-571f84ee, #w-node-_473e5c31-3057-0d78-e729-c0f1d691319b-571f84ee {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_33d023f5-c1fa-8785-2ed3-aecac497696c-571f845b, #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f845d {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f845d {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f848b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f848b {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f848c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f848c {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f84a7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84a7 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f84a8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84a8, #w-node-_59d605ba-d57e-6ed9-e0f9-5a58c34d5056-571f84a9, #w-node-bfa4216f-77dd-036a-708b-3128a87abb98-571f84bf {
    justify-self: auto;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686e0-571f84c8 {
    order: -9999;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d5686fb-571f84c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568734-571f84c8 {
    justify-self: auto;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568735-571f84c8 {
    justify-self: start;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d5687a0-571f84c8 {
    justify-self: center;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f84e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84e3 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f84e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f84e7 {
    justify-self: auto;
  }

  #w-node-d7e0f3de-d33a-a7ba-e130-51322f27127d-571f84ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d7e0f3de-d33a-a7ba-e130-51322f27127e-571f84ee, #w-node-d7e0f3de-d33a-a7ba-e130-51322f27128e-571f84ee {
    justify-self: auto;
  }

  #w-node-_44da8f14-0e0e-eabc-193b-000fb2f28895-571f84ee, #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8503 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8503 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8504 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8504 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8505 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8505 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8506 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8506 {
    justify-self: auto;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8507 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8507, #w-node-aa9cfe8e-66b8-a727-9d53-7d11bdd99923-571f8509 {
    justify-self: auto;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-571f8521, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-571f8521, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-571f8521, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-571f8521, #w-node-_4e9d7306-a888-9f82-001a-9fc717ca4f6d-571f8521, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-571f8521, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-571f8521, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-571f8521, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-571f8521, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-571f8521, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-571f8521, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-571f8521, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-571f8521, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-571f8521, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-571f8521, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-571f8521, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-571f8521, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-571f8521, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-571f8521, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-571f8521, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-571f8521, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-571f8521, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-571f8521, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-571f8521, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-571f8521, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-571f8521, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-571f8521 {
    order: -9999;
  }

  #w-node-_8e862e66-c130-779c-9fdc-c0bdb2ef1755-571f8527 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4bf-571f8527 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9eb1-1e1e9ea3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_07420bd8-0287-2420-7bfb-bbc81e1e9eb8-1e1e9ea3 {
    justify-self: stretch;
  }

  #w-node-_3de73d51-9f7f-4f27-18a3-1ac95bc3c794-1e1e9ea3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f35c3635-feef-d221-1d8a-24801389d27d-1389d260, #w-node-f35c3635-feef-d221-1d8a-24801389d292-1389d260 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-caea2d25-e87f-5ff9-f368-699426cdfd16-571f845b {
    order: -9999;
    justify-self: auto;
  }

  #w-node-caea2d25-e87f-5ff9-f368-699426cdfd1e-571f845b {
    order: 9999;
  }

  #w-node-caea2d25-e87f-5ff9-f368-699426cdfd26-571f845b {
    justify-self: auto;
  }

  #w-node-_8b26b2a4-94ec-0152-25a1-407ee78016fc-571f845d, #w-node-_8b26b2a4-94ec-0152-25a1-407ee78016fe-571f845d, #w-node-_2bf17d2d-c162-af80-da59-406921216790-571f845d, #w-node-_2bf17d2d-c162-af80-da59-406921216792-571f845d, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd3-571f845d, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd5-571f845d, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea0-571f845d, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea2-571f845d, #w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3d0-571f845d, #w-node-_9bab6cf9-4de7-dbc9-d6bf-bde32965e3d2-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f845d, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f845d, #w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484d-571f845d, #w-node-ca479f81-ecb0-1b53-e6ac-6b626d8f484f-571f845d, #w-node-a424c028-e1ac-52a2-e129-4fe7936990bb-571f845d, #w-node-a424c028-e1ac-52a2-e129-4fe7936990bd-571f845d, #w-node-bcdfa99d-d772-746b-6f54-af872da96ea5-571f845d, #w-node-bcdfa99d-d772-746b-6f54-af872da96ea7-571f845d, #w-node-baf6e182-805b-5156-6c1a-dd73a9712fad-571f845d, #w-node-baf6e182-805b-5156-6c1a-dd73a9712faf-571f845d, #w-node-_4d67020a-e465-d195-1df0-d91161b3b0dc-571f848b, #w-node-_4d67020a-e465-d195-1df0-d91161b3b0de-571f848b, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f848c, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f848c {
    grid-column: span 2 / span 2;
  }

  #w-node-_56cfc25a-f0bd-01ac-effa-1796f3863205-571f848d, #w-node-_56cfc25a-f0bd-01ac-effa-1796f3863209-571f848d {
    justify-self: auto;
  }

  #w-node-_56cfc25a-f0bd-01ac-effa-1796f386320b-571f848d {
    grid-column: span 1 / span 1;
  }

  #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8cbf-571f848d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8cc6-571f848d {
    justify-self: stretch;
  }

  #w-node-_447a99ee-e66d-fcdc-9b70-52412cff8cf3-571f848d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84a7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84a8, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84a8 {
    grid-column: span 2 / span 2;
  }

  #w-node-ebca9ced-6be7-1c4a-6935-5b37c32b0562-571f84aa {
    justify-self: stretch;
  }

  #w-node-b3400009-3660-c36d-40be-011def38a761-571f84bf, #w-node-_1e064521-1ddb-d47e-c042-ef16196a661c-571f84bf {
    grid-column: span 2 / span 2;
  }

  #w-node-_03c54997-96e3-5dfd-dfdb-54604383ba1d-571f84c0, #w-node-_03c54997-96e3-5dfd-dfdb-54604383ba1e-571f84c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22b8963e-db36-32c9-cd04-727f6c7028c3-571f84c8 {
    justify-self: stretch;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568762-571f84c8 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d56876a-571f84c8 {
    order: 9999;
  }

  #w-node-_25fc89b7-1a24-4b8e-d892-40d67d568772-571f84c8 {
    justify-self: auto;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84e3, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f84e7, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f84e7, #w-node-d6e942fe-af12-1578-b1d5-9269e6dad435-571f84e7, #w-node-d6e942fe-af12-1578-b1d5-9269e6dad437-571f84e7 {
    grid-column: span 2 / span 2;
  }

  #w-node-b8a419a0-8bc5-29f2-e150-fa98ce635cc8-571f84ee {
    justify-self: end;
  }

  #w-node-d7e0f3de-d33a-a7ba-e130-51322f271288-571f84ee {
    justify-self: start;
  }

  #w-node-d7e0f3de-d33a-a7ba-e130-51322f27128e-571f84ee {
    justify-self: end;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8503, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8504, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd3-571f8504, #w-node-_1ba45082-3c05-fca3-b2d0-b4caeadd3bd5-571f8504, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8505, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8506, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8507, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8507 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e1-571f8509, #w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e5-571f8509 {
    justify-self: auto;
  }

  #w-node-_2a217469-b675-f22e-a1f5-d0c0240d73e7-571f8509 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b2-571f8527, #w-node-_1bc4804e-4b91-d38f-b244-2c2d2457b4b4-571f8527, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea0-571f8527, #w-node-_5e84234e-f012-9ac0-4f85-4c2c84d1fea2-571f8527 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}