@font-face {
  font-family: "Fa brands 400";
  src: url('/fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('/fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('/fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #021b1b;
  --paragraph-gray: #696e77;
  --primary: #0d9;
  --white: white;
  --gray: #f6f6f6;
  --light-gray: #fafafa;
  --green: #04634d;
  --light-green: #00bc8b;
  --form-border: #e4e4e7;
  --divider: #e2e8f0;
  --black: black;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

.w-commerce-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;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--dark-green);
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

h1 {
  color: var(--dark-green);
  letter-spacing: -.04px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--dark-green);
  letter-spacing: -.04px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--dark-green);
  letter-spacing: -.04px;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--dark-green);
  letter-spacing: -.04px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  color: var(--dark-green);
  letter-spacing: -.04px;
  font-family: DM Sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  color: var(--paragraph-gray);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--dark-green);
  letter-spacing: -.04px;
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  opacity: 1;
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  color: var(--paragraph-gray);
  letter-spacing: -.04em;
  align-items: center;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/quote-style.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

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

.section.banner {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  margin-top: -100px;
  padding-top: 180px;
  display: flex;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.banner-faq {
  background-image: url('../images/Home-1-Banner-1_1Home 1 Banner (1).webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  margin-top: -100px;
  padding-top: 180px;
  display: flex;
}

.section.about-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  padding-top: 180px;
  display: flex;
}

.section.without-top-spacing {
  aspect-ratio: auto;
  width: auto;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.shop-product-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.portfolio {
  background-color: var(--light-gray);
  overflow: hidden;
}

.section.green-bg-no-bottom-gap {
  background-color: var(--dark-green);
  border-bottom: 1px solid #ffffff4d;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: clip;
}

.section.overlay-numbers {
  padding-bottom: 40px;
}

.section.services-line {
  padding-bottom: 0;
  position: relative;
}

.section.about-us-team {
  background-color: var(--light-gray);
  padding-bottom: 90px;
}

.section.full-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-7414284.avif'), url('../images/Rectangle-1097.avif');
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

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

.section.banner-team-details {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.section.banner-portfolio {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, auto;
  flex-direction: row;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  display: flex;
}

.section.overlay-project-info {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.portfolio-body {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.banner-project {
  background-image: url('../images/Home-3.svg');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  padding-top: 180px;
  display: flex;
}

.section.services {
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.price {
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.section.overlay-location {
  padding-bottom: 70px;
}

.section.banner-blog {
  background-image: url('../images/Home-3.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
}

.section.blog-post {
  margin-top: -80px;
  padding-top: 140px;
  padding-bottom: 0;
}

.section.relative {
  position: relative;
}

.section.banner-product-detail {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 60px;
  display: flex;
}

.section.overlay-numbers-home {
  padding-top: 140px;
  padding-bottom: 40px;
}

.section.licensing {
  padding-top: 0;
}

.section.banner-licensing {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  align-items: center;
  margin-top: -100px;
  padding-top: 180px;
  display: flex;
}

.base-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  overflow: visible;
}

.base-container.align-left {
  align-items: flex-start;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #696e774d;
  border-right: 1px solid #696e774d;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #696e774d;
  border-left: 1px solid #696e774d;
  border-right: 1px solid #696e774d;
  width: 24%;
}

.grid-description.last-description {
  border-right: 1px solid #696e774d;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.green-style-guide {
  background-color: var(--green);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.headline-style-guide {
  background-color: var(--dark-green);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-blue-style-guide {
  background-color: var(--light-green);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.04px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .4s;
  display: block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.full-width-mobile {
  align-self: stretch;
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.button-burger {
  display: none;
}

.primary-button.service-page {
  align-self: center;
  margin-top: 20px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  margin-top: 15px;
  position: sticky;
  top: 15px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 12px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-dropdown-list.w--open {
  background-color: #0000;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  width: 320px;
  padding-top: 15px;
  padding-bottom: 0;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 100px;
  display: flex;
}

.nav-dropdown-list.medium.w--open {
  width: 240px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--dark-green);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  color: var(--dark-green);
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.nav-item-title:hover {
  color: var(--primary);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--form-border);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 0;
  margin-top: 40px;
  padding-bottom: 0;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
  transition: all .3s;
}

.licensing-image:hover {
  transform: scale(1.05);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--dark-green);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.banner-title.services {
  z-index: 10;
  text-align: left;
  max-width: 600px;
  padding-left: 40px;
  position: relative;
}

.banner-title.pricing {
  z-index: 10;
  text-align: left;
  max-width: 780px;
  padding-left: 40px;
  position: relative;
}

.licensing-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-fonts-wrapper {
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-top: 0;
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-font-title {
  color: var(--dark-green);
  text-transform: none;
  font-weight: 400;
}

.licensing-icons-wrapper {
  grid-column-gap: 20px;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--divider);
  border-radius: 8px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--dark-green);
}

.password-input::placeholder {
  color: var(--paragraph-gray);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  text-align: center;
  letter-spacing: 0;
  font-size: 50px;
}

._404-content-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--form-border);
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
}

.coming-soon-input:focus {
  border: 1px solid #afafaf;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  text-align: center;
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-post-title {
  max-width: 800px;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  display: flex;
  box-shadow: 0 6px 20px #00000026;
}

.blog-sidebar-right {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.sidebar-recent-post-image:hover {
  transform: scale(1.1);
}

.sidebar-recent-post {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 80px 1fr;
  grid-auto-columns: 1fr;
  padding: 15px;
  display: grid;
  position: relative;
  box-shadow: 0 2px 5px #0000001a;
}

.blog-recent-post-title {
  color: var(--dark-green);
  margin-top: 0;
  font-size: 16px;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  border-radius: 8px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.sidebar-categories {
  background-color: var(--white);
  padding-right: 20px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.sidebar-category {
  border: 1px solid var(--primary);
  color: var(--dark-green);
  border-radius: 8px;
  padding: 5px 15px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--dark-green);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 680px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-template-pagination {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--primary);
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-template-pagination-link {
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--divider);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-gray);
  letter-spacing: -.04px;
  padding-right: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer-copyright {
  color: var(--paragraph-gray);
  letter-spacing: -.04px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  display: inline;
}

.footer-copyright.link {
  color: var(--primary);
  font-weight: 500;
}

.footer-copyright.link:hover {
  color: var(--dark-green);
}

.footer-copyright-link {
  color: var(--primary);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--dark-green);
}

.footer-copyright-link.last {
  margin-right: 0;
  font-weight: 500;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.style-guide-button-wrapper {
  width: auto;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  letter-spacing: 0;
  font-size: 18px;
}

.paragraph-large.text-center, .paragraph-large.paragraph-tablet-center {
  letter-spacing: 0;
}

.paragraph-large.our-story {
  margin-top: 50px;
}

.banner-title-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-title-wrapper.portfolio {
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-left: 1px #000;
  align-items: flex-start;
  height: 400px;
  padding-bottom: 50px;
  padding-right: 30px;
  position: sticky;
  top: 50px;
}

.banner-title-wrapper.portfolio-banner {
  z-index: 10;
  align-self: center;
  max-width: 970px;
  position: relative;
}

.banner-title-wrapper.max-width {
  max-width: 800px;
}

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

.section-title-description {
  text-align: center;
  letter-spacing: 0;
  margin-top: 20px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.pricing-plan-item {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  padding-bottom: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px -2px #0000001a;
}

.pricing-plan-item:hover {
  transform: translate(0, -10px);
  box-shadow: 0 0 30px #0000001a;
}

.pricing-plan-list {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  list-style: none;
}

.pricing-plan-price-wrapper {
  align-self: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 46px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.section-title {
  letter-spacing: 0;
}

.section-title.mobile-center {
  text-align: left;
}

.comparing-table-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.comparing-table-features-wrapper {
  background-color: var(--white);
  width: 15%;
  margin-right: 20px;
}

.comparing-table-plans-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1.8fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  align-items: center;
  min-height: 180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 0;
  padding-left: 20px;
}

.comparing-table-list {
  grid-row-gap: 0px;
  margin-top: 0;
  padding-top: 10px;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid #d7e5ee;
  align-items: center;
  min-height: 60px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.5em;
  display: flex;
}

.comparing-table-plan-title {
  background-color: var(--light-gray);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.comparing-table-plan {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  border-radius: 8px;
  margin-right: 0;
}

.comparing-table-content-wrapper {
  grid-row-gap: 10px;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0000000d;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  display: flex;
}

.comparing-table-tick-icon {
  color: var(--primary);
  text-align: center;
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  padding-top: 50px;
  padding-bottom: 35px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  background-color: var(--white);
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-item.last {
  margin-bottom: 0;
}

.accordion-icon {
  border: 1px solid var(--divider);
  color: var(--dark-green);
  border-radius: 6px;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.accordion-title {
  letter-spacing: 0;
  font-size: 26px;
}

.mb-30 {
  margin-bottom: 30px;
}

.link-with-icon {
  text-transform: capitalize;
  margin-top: auto;
  transition: all .3s;
  display: flex;
}

.contacts-detail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-icon.location {
  padding-left: 2px;
  padding-right: 2px;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-link {
  color: var(--paragraph-gray);
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

.footer-link.medium {
  text-align: left;
  align-self: auto;
  max-width: none;
  font-weight: 500;
}

.footer-link.medium.w--current {
  color: var(--primary);
}

.footer-wrapper {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
}

.footer-brand {
  color: #fff;
  height: 34px;
  margin-bottom: 30px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  text-align: center;
  flex-direction: column;
  order: 0;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.footer-logo {
  width: 100%;
  height: 34px;
}

.search-wrap-input {
  color: var(--dark-green);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: 1;
  color: var(--dark-green);
}

.search-input {
  border: 1px solid #afafaf80;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--dark-green);
  border-radius: 8px;
}

.search-input::placeholder {
  color: var(--paragraph-gray);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-top: -100px;
  margin-bottom: 0;
  padding-top: 180px;
}

.footer-brand-description {
  text-align: left;
  letter-spacing: 0;
}

.customer-wrapper {
  opacity: .8;
  text-align: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: auto;
  max-height: 60px;
  display: flex;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper-one-column.relative {
  z-index: 5;
  position: relative;
}

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

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrapper.mt-25 {
  margin-top: 25px;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  background-color: var(--white);
  color: var(--green);
  text-align: center;
  letter-spacing: -.04px;
  border-radius: 8px;
  align-self: flex-start;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .4s;
}

.primary-button-white:hover {
  background-color: var(--primary);
  color: var(--gray);
}

.primary-button-white.banner {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slider-nav {
  z-index: 2;
  opacity: .03;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
  position: relative;
}

.slider-nav-wrapper {
  z-index: 1;
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.slider-active-item {
  z-index: 10;
  background-color: var(--primary);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 8px;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.portfolio-grid-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in;
}

.portfolio-grid-image:hover {
  transform: scale(1.1);
}

.portfolio-grid-collection-item {
  border-radius: 8px;
  width: 100%;
  position: relative;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-grid-title-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  padding: 10px 20px;
  display: flex;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-pagination-wrapper {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.sidebar-search {
  background-color: var(--white);
  padding: 20px;
  box-shadow: 0 0 20px #0000000f;
}

.sidebar-search-wrapper {
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.sidebar-search-input {
  color: var(--dark-green);
  border: 1px solid #afafaf80;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
}

.sidebar-search-input::placeholder {
  color: #afafaf;
  font-size: 16px;
}

.home-banner-section {
  background-image: url('../images/Banner-Home1-1_1Banner Home1 (1).webp');
  background-position: 48%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 180px;
  padding-bottom: 80px;
}

.secondary-button {
  background-color: var(--white);
  color: var(--dark-green);
  letter-spacing: .5px;
  border-radius: 8px;
  padding: 13px 24px;
  font-weight: 700;
  transition: all .5s;
}

.secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button.mt-26 {
  margin-top: 26px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 292px 0% auto;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 14px;
  display: flex;
  inset: auto 0 0% auto;
  transform: rotate(0);
}

.services-slider {
  background-color: #0000;
  width: auto;
  height: auto;
  margin-left: 145px;
  position: relative;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.image-background.absolute {
  width: 298px;
  position: absolute;
  inset: auto -100px -48px auto;
}

.courses-collection {
  width: 100%;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-right: 30px;
}

.form-block.blur {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  flex-flow: row;
  width: auto;
  padding: 40px;
  display: flex;
}

.home-4-testimonials-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  margin-right: 15px;
  display: block;
}

.testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-image-link {
  border-radius: 8px 8px 0 0;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.portfolio-grid-image-link:hover {
  opacity: 1;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.social-networks-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-right: 15px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog-details-link-title {
  transition: all .3s;
}

.blog-details-link-title:hover {
  color: var(--primary);
}

.project-button-link {
  color: var(--dark-green);
  justify-content: center;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-left {
  text-align: left;
  letter-spacing: 0;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.gallery-image:hover {
  transform: scale(1.1);
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.image-wrap {
  align-items: center;
  width: 60%;
  height: 500px;
  display: flex;
  position: relative;
}

.grid {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 480px 480px 480px 480px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style {
  width: auto;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style h2 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 42px;
}

.rich-text-style h3 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 32px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 28px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  margin-top: 25px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

.link {
  cursor: pointer;
}

.button-wrap {
  align-items: center;
  display: flex;
}

.button-wrap.gap {
  flex-flow: column;
  align-items: flex-start;
}

.button-wrap.mt-25 {
  margin-top: 25px;
}

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

.faq-image {
  z-index: 5;
  object-fit: cover;
  background-image: url('../images/aboutUs-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  position: relative;
}

.brand-tablet {
  display: none;
}

.brand {
  width: auto;
  padding-bottom: 10px;
}

.brand.w--current {
  width: auto;
  padding-bottom: 8px;
}

.heading-hover {
  margin-bottom: 5px;
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--primary);
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  background-color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #696e774d;
  border-left-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.style-guide-tabs-menu {
  border-left: 1px solid #696e7780;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--paragraph-gray);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--primary);
  height: 230px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 300px;
  transition: transform .3s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  background-color: var(--light-gray);
  color: var(--dark-green);
  border-radius: 8px;
  width: 100%;
  padding: 12px 18px;
  font-weight: 700;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
  width: 100%;
}

.main-shop-list-item {
  grid-row-gap: 5px;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.tabs {
  width: 100%;
  padding-left: 50px;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-start;
  width: 400px;
  padding-bottom: 50px;
  display: flex;
}

.shop-item-price {
  margin-top: 5px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-link-block {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}

.arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.shop-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.12fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-slider {
  background-color: #0000;
  border-radius: 10px;
  height: 570px;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 10px;
  display: flex;
}

.shop-details-image-lightbox {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.shop-details-block {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item-info-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.shop-details-slide-nav {
  font-size: 10px;
}

.shop-details-left-arrow {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: background-color .2s, color .2s;
  display: flex;
}

.shop-details-left-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-details-right-arrow {
  background-color: var(--primary);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .2s, background-color .2s;
  display: flex;
}

.shop-details-right-arrow:hover {
  background-color: var(--white);
  color: var(--primary);
}

.shop-details-content-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  font-size: 48px;
}

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

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.details-page-title {
  font-size: 60px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-portfolio {
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-portfolio.mt-30 {
  margin-top: 30px;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  color: var(--primary);
  background-color: #0000;
}

.error-message {
  color: #b72f06;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.primary-button-icon {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: -.04px;
  text-transform: none;
  border-radius: 8px;
  align-self: flex-end;
  margin-left: 0;
  padding: 13px 24px;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.primary-button-icon:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.secondary-button-white-icon {
  background-color: var(--white);
  color: var(--dark-green);
  text-align: center;
  letter-spacing: -.04px;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 13px 24px;
  transition: all .5s;
  display: flex;
}

.secondary-button-white-icon:hover {
  background-color: var(--primary);
  color: var(--gray);
}

.button-icons-wrapper {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  position: relative;
}

.default-arrow {
  position: absolute;
  inset: 0%;
}

.hover-arrow {
  width: 24px;
  display: block;
  position: absolute;
  inset: 0%;
}

.nav-logo {
  width: 100%;
  max-width: 226px;
  height: auto;
  max-height: 30px;
}

.hader-button-wrapper {
  min-width: auto;
  margin-left: 5px;
}

.nav-dropdown-list-inner {
  background-color: var(--white);
  border: 0 #696e771a;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 5px -1px #0000001a;
}

.phone-wrapper {
  grid-column-gap: 8px;
  padding: 10px;
  display: flex;
}

.phone-wrapper.burger {
  display: none;
}

.text-phone-icon {
  color: var(--gray);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.text-phone-icon:hover {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.phone-number-text {
  display: none;
}

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

.cart-button {
  color: var(--primary);
  background-color: #0000;
  padding-left: 5px;
  padding-right: 5px;
}

.cart-quantity {
  border-color: var(--form-border);
  background-color: var(--light-gray);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  position: absolute;
  inset: -22% 0% auto auto;
}

.cart {
  margin-right: 10px;
}

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

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

.button-text {
  letter-spacing: 0;
}

.nav-dropdown-link-menu {
  color: var(--dark-green);
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-menu:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link-menu.w--current {
  color: var(--primary);
}

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

.social-links-block {
  grid-column-gap: 24px;
  margin-top: auto;
  margin-bottom: 15px;
  display: flex;
}

.social-link {
  background-color: var(--gray);
  border-radius: 100px;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition-property: all;
  display: flex;
}

.social-link:hover {
  background-color: var(--dark-green);
}

.social-link.white {
  background-color: var(--light-gray);
}

.social-link.white:hover {
  background-color: var(--dark-green);
}

.social-icon-link {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
}

.insagram-image {
  width: 28px;
}

.susbcribe-block {
  align-self: stretch;
  width: 500px;
}

.footer-form {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.email-input {
  border: 1px solid var(--form-border);
  opacity: 1;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 14px 24px;
  font-size: 18px;
  line-height: 1.5em;
}

.email-input:active {
  border-color: var(--primary);
}

.email-input:focus {
  border-color: #11dba34d;
}

.email-input::placeholder {
  color: var(--paragraph-gray);
  letter-spacing: -.04px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer-links-label {
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.footer-links-label.mb-20 {
  font-size: 16px;
}

.footer-links-label.mb-30 {
  text-align: left;
  font-size: 16px;
}

.success-footer-message-form {
  background-color: #0000;
  padding-left: 0;
}

.success-footer-message-form.subscribe {
  padding-right: 0;
}

.header-link {
  padding: 10px 13px;
}

.links-wrapper-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr 1.4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  padding-right: 0;
  display: grid;
}

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

.banner-wrapper-text {
  max-width: 420px;
}

.white {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  transition-property: none;
}

.white.mobile-text-center {
  margin-top: 10px;
  margin-bottom: 10px;
}

.subheader-wrapper.max-width {
  max-width: 700px;
}

.container-right {
  max-width: 100%;
  margin-right: 0;
  padding-left: 15px;
}

.content-full-wrap {
  background-image: url('../images/background-green-arrow.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 408px;
  padding-bottom: 50px;
}

.services-collection {
  align-items: stretch;
  display: flex;
}

.services-collection-item {
  border-radius: 8px;
  overflow: hidden;
}

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

.services-list.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.service-info-wrap {
  background-color: var(--gray);
  border-radius: 8px 8px 0 0;
}

.service-slide {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 32%;
  margin-right: 25px;
  overflow: hidden;
}

.service-info-image-wrapper {
  flex-flow: column;
  display: block;
  overflow: hidden;
}

.service-image {
  object-fit: contain;
  width: auto;
  height: 250px;
}

.services-arrow {
  background-color: var(--white);
  border: 1px solid #11dba34d;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.services-arrow.left-arrow {
  margin-left: 0;
  position: absolute;
  inset: 0 41px auto -142px;
}

.services-arrow.right-arrow {
  inset: 0 auto auto -82px;
}

.service-text-wrap {
  z-index: 5;
  background-color: var(--gray);
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.subheading-service {
  min-height: 80px;
}

.service-slider-mask {
  overflow: hidden;
}

.green-line {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 8px;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.green-line.blog {
  height: 3px;
}

.content-wrapper-grid-2c {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper-grid-2c.mt-50 {
  margin-top: 50px;
}

.content-wrapper-grid-2c.z-index {
  z-index: 5;
  grid-column-gap: 30px;
  grid-template-columns: 1fr 600px;
  position: relative;
}

.content-wrapper-grid-2c.aligment-bottom {
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  display: flex;
}

.content-wrapper-grid-2c.home-3 {
  grid-template-columns: 514px 1fr;
}

.grid-cell-wrap {
  flex-direction: column;
  display: flex;
}

.about-us-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.paragraph-wrapper.banner-3 {
  max-width: 650px;
}

.social-prove-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.people-images-wrap {
  padding-left: 17px;
  display: flex;
}

.person-image {
  border: 2px solid var(--white);
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-left: -17px;
  overflow: hidden;
}

.social-prove-info-text {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.numeric {
  color: var(--green);
  font-size: 28px;
}

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

.heading-wrap-center {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-wrap-center.banner-3 {
  text-align: center;
  align-self: center;
  max-width: 970px;
}

.bg-image.absolute {
  width: 408px;
  position: absolute;
  top: -26px;
  left: -111px;
}

.bg-image.bottom-absolute {
  width: 408px;
  position: absolute;
  bottom: 290px;
  right: -138px;
}

.portfolio-content-wrapper {
  position: relative;
}

.portfolio-img-wrap {
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.portfolio-image {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.collection-item-inner-block {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 7px 1px #0000000d;
}

.portfolio-collection-item {
  background-color: var(--white);
  border-radius: 8px;
}

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

.text-wrap {
  min-height: 120px;
}

.text-wrap.portfolio-cart {
  min-height: auto;
}

.project-info {
  flex-direction: column;
  height: auto;
  padding: 20px 10px;
  display: flex;
}

.project-link-image {
  transition: all .3s;
}

.project-link-image:hover {
  opacity: 1;
  transform: scale(1.15);
}

.link-project-name:hover {
  opacity: 1;
}

.project-name {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 1.1em;
  transition: color .3s;
}

.project-name:hover {
  color: var(--primary);
}

.service-name-link:hover {
  opacity: 1;
}

.service-name {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-size: 22px;
  transition: color .3s;
}

.service-name:hover {
  color: var(--primary);
}

.service-image-link {
  justify-content: center;
  width: 100%;
  transition: all .5s;
  display: flex;
}

.service-image-link:hover {
  opacity: 1;
  transform: scale(1.15);
}

.our-portfolio-list {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
  position: relative;
}

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

.line-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fafafa4d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-block {
  border-left: 1px solid #fafafa4d;
  border-right: 1px solid #fafafa4d;
  width: 560px;
}

.line-block.center {
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
}

.text-wrapper {
  padding-right: 20px;
}

.text-wrapper.flex-v-space-b {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-label {
  font-weight: 500;
}

.heading-label.white {
  color: var(--primary);
  text-align: left;
  margin-bottom: 20px;
}

.feature-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 8px;
  width: 600px;
  min-width: auto;
  max-width: none;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  display: flex;
}

.feature-block-text {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.feature-number-block {
  border-right: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  max-width: 250px;
  margin-left: 20px;
  margin-right: 40px;
  padding: 19px 20px 19px 10px;
  display: flex;
}

.feature-number {
  color: var(--white);
  font-size: 40px;
  font-weight: 500;
}

.content-wrap-flex {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-flex.faq {
  z-index: 10;
  flex-direction: row;
  margin-top: 50px;
  position: relative;
}

.flex-wrap {
  display: flex;
}

.images-wrapper {
  justify-content: center;
  max-width: 50%;
  display: flex;
}

.circle {
  background-color: #0000;
  background-image: url('../images/箭头实心.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  align-self: flex-end;
  width: 1300px;
  max-width: none;
  height: 700px;
  margin-left: 410px;
  position: absolute;
}

.image-relative {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.contact-us-form {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-top: 15px;
  display: flex;
}

.heading-wrap-left {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.glass-input {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.glass-input:focus {
  border-color: #11dba34d;
}

.glass-input::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.form-with-glass-fields {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 150px;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.glass-select {
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 8px;
  height: auto;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.glass-select:active {
  color: var(--paragraph-gray);
}

.glass-select:focus {
  border-color: #11dba34d;
}

.portfolio-info-banner {
  border: 1px solid #000;
  position: relative;
}

.portfolio-info-banner.overlay {
  z-index: 5;
  grid-column-gap: 16px;
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  padding: 40px 80px;
  display: flex;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
  box-shadow: 0 6px 13px #0000001a;
}

.portfolio-info-banner.overlay-project {
  z-index: 5;
  grid-column-gap: 16px;
  background-color: var(--white);
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  padding: 40px 80px;
  display: flex;
  position: absolute;
  top: -160px;
  left: 0%;
  right: 0%;
  box-shadow: 0 6px 13px #0000001a;
}

.statistic-number-wrap {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.statistic-number-wrap.services-page {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #11dba34d;
  border-radius: 8px;
  align-items: center;
  padding: 20px;
}

.statistic-number {
  color: var(--green);
  margin-bottom: 5px;
  font-size: 70px;
  line-height: 1em;
}

.twitter-icon {
  width: 24px;
  display: block;
}

.twitter-icon.small {
  width: 18px;
}

.h1-banner {
  font-size: 60px;
  line-height: 1em;
}

.success-message-2 {
  background-color: #0000;
  padding-left: 0;
}

.green {
  color: var(--primary);
  text-align: left;
}

.heading-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.heading-wrap.max-width {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 660px;
  display: flex;
}

.big-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  letter-spacing: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1em;
}

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

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

.top-section-block-flex.banner {
  align-items: flex-end;
}

.mobile-text-center {
  letter-spacing: 0;
  margin-bottom: 20px;
}

.green-block {
  background-color: var(--white);
  border-radius: 300px;
  max-width: 230px;
  height: 230px;
  padding: 20px;
  overflow: hidden;
}

.green-block:hover {
  opacity: 1;
}

.greed-4c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 230px 230px 230px 230px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.greed-4c.mt-50 {
  margin-top: 50px;
}

.greed-4c.our-team {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto auto auto;
}

.team-collection.about-us {
  margin-top: 50px;
  padding-bottom: 80px;
}

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

.team-collection-item.home {
  align-items: center;
}

.worker-name {
  text-align: center;
  margin-top: 20px;
  transition: color .3s;
}

.worker-name:hover {
  color: var(--primary);
}

.worker-image {
  object-fit: cover;
  border-radius: 8px;
  transition: all .3s;
}

.worker-image:hover {
  transform: scale(1.1);
}

.worker-image.full-height {
  width: 100%;
}

.statistic-number-container {
  display: none;
}

.statistic-wrap {
  position: relative;
}

.subheader-banner {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 50px;
}

.primary-label {
  color: var(--primary);
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.primary-label.fill {
  background-color: var(--gray);
  border-radius: 30px;
  align-self: center;
  margin-bottom: 10px;
  padding: 6px 20px;
}

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

.inner-section-wrap {
  background-color: var(--white);
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 2px -20px 20px #015fc90d;
}

.inner-section-wrap.bottom-space {
  border-radius: 8px;
  padding-top: 0;
  padding-bottom: 80px;
  box-shadow: 2px 20px 20px #015fc90d;
}

.inner-section-wrap.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.slider-testimonials-wrap {
  margin-top: 50px;
  position: relative;
}

.right-arrow-11 {
  display: none;
  overflow: hidden;
}

.left-arrow-11 {
  display: none;
}

.testimonial-slide {
  width: 100%;
}

.mask-5 {
  width: 100%;
  overflow: visible;
}

.slider-testimonials {
  background-color: #0000;
  width: 370px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.review-text {
  min-height: 200px;
  font-weight: 500;
}

.review-text.testimonials-page {
  min-width: 320px;
  max-width: 400px;
  min-height: auto;
}

.overlay-slider {
  background-image: linear-gradient(93deg, #000, #fff);
  width: 33%;
  height: 100%;
  position: absolute;
}

.overlay-slider.right {
  z-index: 5;
  background-image: linear-gradient(93deg, #fff, #0000 82%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay-slider.left {
  z-index: 5;
  background-image: linear-gradient(260deg, #fff, #fff0 87%);
  inset: 0% 0% 0% auto;
}

.slide-content-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 7px 13px #015fc91a;
}

.author-name {
  margin-top: 30px;
  font-weight: 600;
}

.blog-wrap {
  margin-top: 60px;
}

.blog-item-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.blog-collection-item {
  flex-direction: column;
}

.blog-collection-list {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.blog-collection-list.category {
  margin-top: 0;
}

.blog-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: flex-start;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.blog-image-wrap {
  border-radius: 8px;
}

.blog-category {
  float: none;
  text-align: left;
  padding: 3px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  position: static;
}

.blog-category-link {
  background-color: var(--gray);
  color: var(--green);
  text-align: center;
  border-radius: 60px;
  margin-top: 15px;
  margin-bottom: 8px;
}

.blog-image {
  border-radius: 8px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.blog-post-name {
  text-align: left;
  margin-bottom: 5px;
  font-size: 26px;
  transition: color .3s;
}

.blog-post-name:hover {
  color: var(--primary);
}

.blog-link-image {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition-property: all;
  transition-duration: .5s;
}

.blog-link-image:hover {
  opacity: 1;
  transform: scale(1.1);
}

.home-2-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner-background-image.jpg');
  background-position: 0 0, 40% 10%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 60px;
}

.underline {
  background-image: url('../images/Header-Line.svg');
  background-position: 50% 82%;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.1em;
}

.heading-wrap-banner {
  max-width: 660px;
}

.heading-wrap-banner.home-3 {
  max-width: 750px;
}

.header-banner-menu-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.header-banner-menu-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  width: 100%;
  max-width: 370px;
}

.header-banner-menu-text {
  min-height: 150px;
}

.link-block {
  border-top: 1px solid #ffffff4d;
  padding: 20px;
}

.link-block.service {
  border-top-color: var(--divider);
  box-shadow: none;
  border-radius: 0;
  margin-top: 10px;
}

.link-with-icon-white {
  color: var(--white);
  margin-top: auto;
  transition: all .3s;
  display: flex;
}

.dot-block {
  border: 1px solid #fafafa4d;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 17px;
  display: flex;
}

.dot-block.green {
  border-color: var(--primary);
}

.dot {
  background-color: var(--primary);
  border-radius: 30px;
  width: 22px;
  height: 22px;
}

.menu-item-inner {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-item-inner.gap-20 {
  padding-bottom: 40px;
}

.header-card-description {
  color: var(--white);
  letter-spacing: 0;
}

.home-3-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.green-line-bg {
  background-color: var(--primary);
  height: 230px;
  position: absolute;
  inset: 0% 0% auto;
}

.services-arrow-white {
  border: 1px solid #fff9;
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.services-arrow-white.left-arrow {
  margin-left: 0;
  position: absolute;
  inset: 0 41px auto -142px;
}

.services-arrow-white.right-arrow {
  inset: 0 auto auto -82px;
}

.arrow-img-icon {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.about-us-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -100px;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}

.about-us-full-screen-image {
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.big-text-medium {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.offer-wrap {
  border-radius: 8px;
}

.offer-wrap.green {
  background-color: var(--primary);
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.offer-text-block {
  max-width: 520px;
  margin: 40px;
}

.advantages-wrap {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.advantages-list {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.advantage-text {
  font-weight: 500;
}

.adventage-item {
  grid-column-gap: 10px;
  display: flex;
}

.content-wrap.flex {
  grid-column-gap: 60px;
  display: flex;
}

.content-wrap.faq {
  max-width: 50%;
}

.our-history-img {
  width: 100%;
  max-width: 470px;
}

.text-content {
  max-width: 600px;
  margin-right: 40px;
}

.insertion {
  border-radius: 8px;
  margin-top: 25px;
  padding: 30px;
  position: relative;
  box-shadow: 2px 8px 14px #015fc91a;
}

.wrap-block.flex {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.grid-container-3c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: grid;
}

.image-container {
  border-radius: 8px;
}

.image-container.small {
  padding-bottom: 30px;
  padding-right: 30px;
}

.image-container.small-left {
  margin-bottom: 10px;
  margin-left: 30px;
}

.image-container.pt-20 {
  margin-top: 30px;
}

.image-container.pt-10 {
  padding-top: 10px;
}

.header-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-self: center;
  width: 100%;
  max-width: 500px;
  margin-right: 50px;
  display: flex;
}

.header-wrapper.team {
  min-width: 500px;
  max-width: 500px;
}

.banner-wrapper-flex {
  display: flex;
}

.worker-img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.social-icons {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.outline-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.outline-input:focus {
  border-color: #11dba34d;
}

.outline-input::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

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

.worker-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.profession {
  margin-top: 0;
}

.worker-social-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #11dba31a;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.worker-social-link:hover {
  background-color: var(--dark-green);
}

.slider-item-dot {
  z-index: -1;
  grid-column-gap: 5px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  opacity: .42;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  top: -4px;
  overflow: hidden;
}

.worker-info-wrap.flex {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 450px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.details-wrap {
  background-color: var(--light-gray);
  border-radius: 8px;
  align-self: stretch;
  width: 460px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #0000001a;
}

.worker-description-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-img-wrap {
  background-color: var(--gray);
  overflow: hidden;
}

.team-member-text-description {
  background-color: var(--light-gray);
  border-radius: 8px;
  width: 100%;
  padding: 40px;
}

.working-hours {
  grid-column-gap: 12px;
  align-items: center;
  max-width: 200px;
  font-weight: 500;
  display: flex;
}

.icon {
  font-family: "Fa solid 900", sans-serif;
}

.icon.primary {
  color: var(--primary);
}

.location {
  grid-column-gap: 12px;
  font-weight: 500;
  display: flex;
}

.email {
  grid-column-gap: 12px;
  display: flex;
}

.get-appointment-wrap {
  justify-content: flex-start;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.social-links-item {
  grid-column-gap: 20px;
  display: flex;
}

.team-member-image {
  width: 100%;
  position: static;
}

.list {
  grid-row-gap: 10px;
}

.team-member-information h4 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.team-member-information h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.location-link, .mail-link {
  font-weight: 500;
}

.phone-link {
  grid-column-gap: 12px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.phone-link:hover {
  color: var(--primary);
}

.images {
  align-self: flex-start;
  margin-right: 60px;
  position: relative;
}

.title-left-wrap.max-width {
  width: 600px;
}

.image-bg-absolute {
  z-index: 1;
  position: absolute;
  inset: -7% -4% auto auto;
}

.image-bg-absolute.bottom {
  box-sizing: border-box;
  width: 408px;
  inset: auto auto -12% -11%;
}

.heading-underline {
  background-image: url('../images/Header-Line.svg');
  background-position: 50% 87%;
  background-repeat: no-repeat;
  background-size: auto;
}

.subscribe-wrap {
  grid-row-gap: 30px;
  background-color: var(--green);
  background-image: url('../images/Frame-38.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.subscribe-wrap.flex-horizontal {
  flex-direction: row;
}

.subscribe-form-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.subscribe-form {
  align-self: center;
}

.subscribe-heading {
  color: var(--white);
  text-align: center;
  max-width: 800px;
}

.subscribe-heading.portfolio {
  text-align: left;
  max-width: 700px;
}

.portfolio-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.portfolio-view-button {
  z-index: 5;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.portfolio-subheading {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  max-width: 700px;
  font-size: 18px;
}

.portfolio-img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  position: absolute;
}

.portfolio-img._1 {
  display: block;
}

.offer-right-side {
  grid-row-gap: 5px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.service-list-wrap {
  border-bottom: 1px solid #fafafa80;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.service-list-name-item {
  opacity: 1;
  color: var(--white);
  transition: all .3s;
}

.service-list-name-item:hover {
  color: var(--primary);
}

.review-content-wrapper {
  background-color: var(--white);
  border-radius: 8px;
  max-width: 300px;
  padding: 20px;
  box-shadow: 0 7px 13px #015fc91a;
}

.location-icon {
  justify-content: center;
  width: 18px;
  display: flex;
}

.cta-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: grid;
  position: relative;
  box-shadow: 2px 8px 14px #015fc91a;
}

.max-width {
  max-width: 700px;
}

.project-information {
  color: var(--primary);
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1em;
}

.block-quote {
  color: var(--dark-green);
}

.project-rich-text-block {
  border-radius: 8px;
}

.project-rich-text-block img {
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-rich-text-block h2 {
  margin-bottom: 15px;
}

.project-rich-text-block h5 {
  margin-top: 35px;
  margin-bottom: 10px;
}

.project-info-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  display: flex;
}

.portfolio-item-galery-list {
  grid-column-gap: 30px;
  display: flex;
}

.project-gallery-wrap, .project-gallery-images {
  display: flex;
}

.tablet-text-center {
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex {
  display: flex;
}

.flex-block-testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.project-info-wrap {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.additional-image {
  border-radius: 8px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vertical-green-line {
  z-index: 2;
  background-color: var(--primary);
  border-radius: 8px;
  width: 5px;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 680px;
}

.bg-video {
  height: 80vh;
  position: absolute;
  inset: 0%;
}

.overlay-bg {
  z-index: 2;
  background-color: #09221cb3;
  position: absolute;
  inset: 0%;
}

.overlay-bg.pricing {
  background-color: #00000080;
  height: 80vh;
}

.services-inner-section-wrap {
  z-index: 100;
  background-color: var(--white);
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  box-shadow: -3px 20px 20px #015fc90d;
}

.title-wrap-center.max-width {
  grid-row-gap: 5px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
}

.why-choose-us-img {
  object-fit: cover;
  border-radius: 8px;
  width: 440px;
  min-width: auto;
  max-width: none;
  height: auto;
}

._404-title {
  color: var(--primary);
  font-size: 140px;
}

.text-block-4 {
  color: #b70609;
}

.about-us-image-banner {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 680px;
}

.about-service-rich-text {
  width: 100%;
}

.about-service-rich-text h2 {
  text-align: left;
  letter-spacing: 0;
}

.about-service-rich-text img {
  padding-right: 50px;
}

.service-feature {
  background-color: var(--white);
  border-radius: 8px;
  align-self: stretch;
  padding: 30px;
  position: relative;
  box-shadow: 2px 8px 14px #015fc91a;
}

.service-features-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-service-image-wrap {
  align-self: stretch;
  width: 100%;
  display: flex;
}

.about-service-img {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 360px;
}

.about-service-text-wrap {
  max-width: 50%;
}

.service-banner {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  overflow: hidden;
}

.service-banner-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 600px;
}

.testimonials-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px;
  display: block;
  box-shadow: 0 7px 13px #015fc91a;
}

.content-text-wrap.vertical-flex {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.pricing-plan-head {
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
}

.pricing-plan-head.top {
  background-color: var(--light-gray);
  border-radius: 8px;
}

.space-between {
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-image-bg {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-feature-name {
  display: none;
}

.pricing-list {
  height: 100%;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.month-package {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.success-message-text {
  color: var(--dark-green);
}

.white-input {
  border: 1px solid var(--form-border);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--paragraph-gray);
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.white-input:focus {
  color: var(--paragraph-gray);
  border-color: #11dba34d;
}

.white-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
  font-weight: 500;
}

.form-block-contact-us {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 30px 40px;
}

.form-wrap.contact-us {
  grid-column-gap: 40px;
  background-color: var(--primary);
  border-radius: 8px;
  padding: 20px 50px 20px 20px;
  display: flex;
}

.contact-info {
  margin-top: 30px;
}

.location-wrap {
  z-index: 5;
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 25px 40px 40px;
  position: relative;
  box-shadow: 0 2px 11px #0003;
}

.service {
  border-radius: 8px;
  box-shadow: 0 2px 18px #015fc91a;
}

.header-banner-menu-wrap-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  display: grid;
}

.medium-link {
  color: var(--paragraph-gray);
  text-transform: none;
  font-weight: 500;
}

.service-menu-image {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.header-blog-column-wrap {
  grid-column-gap: 50px;
  border-radius: 8px;
  display: flex;
}

.column-left {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: none;
  display: flex;
}

.title-container-blog {
  margin-bottom: 0;
}

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

.column-wrapper-right {
  max-width: 340px;
}

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

.blog-header-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 450px;
  text-decoration: overline;
  transition: all .3s ease-in;
}

.blog-header-image:hover {
  transform: scale(1.1);
}

.blog-info {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 800px;
  display: flex;
}

.contact-us-banner {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.white-link {
  color: var(--white);
  text-transform: none;
  transition-duration: .4s;
}

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

.price-list-item {
  border-bottom: 1px solid var(--divider);
  text-align: left;
  list-style: disc;
}

.contact-us-info {
  border: 1px solid #000;
  position: relative;
}

.contact-us-info.overlay {
  z-index: 5;
  grid-column-gap: 30px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: -190px;
  left: 0;
  right: 0;
}

.contact-form-text {
  flex-direction: column;
  align-self: stretch;
  max-width: 100%;
  display: flex;
}

.menu {
  display: none;
}

.collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.post-header-blog-image {
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-image {
  border-radius: 6px;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}

.about-service-flex {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.prev-post {
  color: var(--primary);
}

.next-post {
  color: var(--primary);
  text-align: right;
}

.blog-header-wrap {
  max-width: 800px;
}

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

.shop-list.category {
  grid-template-columns: 1fr 1fr 1fr;
}

.field-label {
  display: none;
}

.add-to-cart {
  z-index: 6;
  position: absolute;
}

.add-to-cart-button {
  z-index: 6;
  border: 1px solid var(--white);
  color: #0000;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
}

.shop-image-overlay {
  background-color: #0a2f274d;
  border-radius: 8px;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.shop-banner-section {
  background-image: url('../images/Banner-Home1-1_1Banner Home1 (1).webp');
  background-position: 48%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 180px;
  padding-bottom: 80px;
}

.banner-title-center.max-width {
  align-self: center;
}

.shop-pagination {
  justify-content: space-between;
  padding-top: 60px;
}

.field-label-2, .field-label-3, .label, .buy-now-button, .field-label-5 {
  display: none;
}

.previous {
  grid-column-gap: 10px;
  color: var(--dark-green);
  background-color: #0000;
  border-style: none;
  margin-left: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.next {
  grid-column-gap: 10px;
  color: var(--dark-green);
  background-color: #0000;
  border-style: none;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.cart-quantity-cart {
  border-color: var(--form-border);
  background-color: #0000;
}

.cart-quantity-cart:focus {
  border-color: var(--primary);
}

.cart-image {
  object-fit: cover;
  border-radius: 8px;
  width: 90px;
  height: 90px;
}

.cart-item {
  align-items: center;
}

.cart-item-price {
  font-size: 16px;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.prev-icon {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.error-state {
  background-color: #0000;
}

.product-name {
  margin-top: 15px;
  margin-bottom: 5px;
  transition: all .3s;
}

.product-name:hover {
  color: var(--primary);
}

.field-label-6 {
  display: none;
}

.shop-category {
  margin-bottom: 10px;
  display: flex;
}

.shop-category-inner-page {
  background-color: #11dba333;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}

.product-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 500px;
  transition: all .35s;
}

.product-image:hover {
  transform: scale(1.1);
}

.detail-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 350px;
  transition: all .35s;
}

.detail-image:hover {
  transform: scale(1.1);
}

.collection-list-wrapper {
  object-fit: cover;
}

.lightbox-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
  overflow: hidden;
}

.collection-item-image {
  height: 100%;
}

.primary-button-cart {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.04px;
  text-transform: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .4s;
  display: block;
}

.primary-button-cart:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.rich-text-style-detail {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style-detail h2 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 42px;
}

.rich-text-style-detail h3 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 32px;
}

.rich-text-style-detail h4 {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 28px;
}

.rich-text-style-detail h5 {
  margin-bottom: 15px;
}

.rich-text-style-detail h6 {
  margin-top: 20px;
}

.rich-text-style-detail ul {
  grid-row-gap: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style-detail li {
  font-size: 16px;
}

.rich-text-style-detail img {
  margin-top: 25px;
}

.lightbox {
  border-radius: 8px;
  overflow: hidden;
}

.checkout-form {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 0;
}

.block-content {
  border-right-color: var(--form-border);
  border-bottom-color: var(--form-border);
  border-left-color: var(--form-border);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-header {
  border-color: var(--form-border);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.required, .text-block-6 {
  color: var(--primary);
  font-size: 16px;
}

.field {
  border-color: var(--form-border);
  background-color: var(--light-gray);
  height: 48px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

.total {
  font-weight: 700;
}

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

.checkbox {
  border: 1px solid var(--form-border);
  width: 18px;
  height: 18px;
}

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

.order-image {
  border-radius: 8px;
  width: 95px;
  margin-right: 16px;
}

.order-item {
  margin-bottom: 20px;
}

.order-item-total {
  margin-left: 0;
}

.summary {
  margin-left: 10px;
}

.paypal-checkout-form {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 0;
}

.shipping-method {
  border-bottom: 1px solid var(--form-border);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
}

.order-items {
  margin-bottom: 0;
}

.customer-info, .payment-info, .shipping-address, .billing-address {
  margin-bottom: 30px;
}

.order-confirmation {
  background-color: var(--white);
  padding-top: 180px;
  padding-bottom: 0;
}

.method {
  border-bottom-color: #0000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.shipping-method-list {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.succes-message-white {
  color: var(--gray);
  text-align: left;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.icon-style-guide._900 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1em;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-left {
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding-right: 10px;
  position: absolute;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-labels-wrapper {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: var(--green);
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -7px;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20px auto;
  align-items: center;
}

.image-18 {
  width: 52px;
  min-height: auto;
  padding-left: 0;
}

.dropdown-toggle-4 {
  padding: 5px 12px;
}

.dropdown-list-2.w--open {
  background-color: var(--white);
  border-radius: 8px;
}

.grid-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.textarea {
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.image-19 {
  width: 110px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-7 {
  color: var(--paragraph-gray);
  text-align: left;
  font-style: normal;
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  text-align: center;
  display: flex;
}

.text-block-8 {
  color: var(--dark-green);
  font-size: 16px;
  font-weight: 500;
}

.image-20 {
  width: 60px;
  margin-bottom: 10px;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.primary-button-icon-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04px;
  text-transform: none;
  background-color: #11dba3;
  border: 1px solid #11dba3;
  border-radius: 8px;
  align-self: flex-end;
  padding: 13px 24px;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

.primary-button-icon-2:hover {
  opacity: 1;
  color: #11dba3;
  background-color: #fff;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.text-block-9 {
  margin-bottom: 20px;
  font-weight: 600;
}

.youtube-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
}

.section-2 {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-21 {
  border-radius: 8px;
  width: 200px;
  margin-top: 20px;
  margin-left: 40px;
}

.text-block-10 {
  color: var(--white);
  text-align: left;
}

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

.div-block-8 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.text-block-11 {
  font-size: 20px;
  font-weight: 500;
}

.paragraph-4 {
  margin-bottom: 0;
}

.div-block-13 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  text-align: center;
  letter-spacing: 0;
}

.section-4 {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

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

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

.image-23 {
  align-self: flex-start;
  width: 28px;
}

.section-7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8510.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.heading-12 {
  color: var(--white);
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
}

.select-field-2 {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 8px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.textarea-3 {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 8px;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.link-3 {
  color: var(--white);
  text-transform: none;
  font-weight: 500;
}

.bold-text {
  color: var(--white);
  font-weight: 500;
}

.bold-text-2 {
  color: var(--white);
  text-align: left;
  font-weight: 500;
  text-decoration: none;
}

.link-4 {
  color: var(--paragraph-gray);
  padding-right: 10px;
  font-weight: 500;
}

.text-block-14 {
  color: var(--green);
  text-align: center;
  font-weight: 500;
}

.paragraph-9 {
  text-align: center;
  letter-spacing: 0;
  font-family: "Fa solid 900", sans-serif;
}

.image-24 {
  height: 30px;
}

.div-block-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.image-25 {
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 460px;
  min-height: auto;
  max-height: none;
  position: absolute;
  top: 0%;
  left: 0%;
}

.div-block-22 {
  z-index: 2;
  background-color: #00000080;
  height: 460px;
  position: absolute;
  inset: 0%;
}

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

.section-8.without-bottom-spacing {
  padding-bottom: 0;
}

.sessions-tab-link-2 {
  color: #021b1b;
  background-color: #fafafa;
  border-radius: 8px;
  width: 100%;
  padding: 12px 18px;
  font-weight: 700;
}

.sessions-tab-link-2.w--current {
  color: #fff;
  background-color: #0d9;
  width: 100%;
}

.section-9 {
  background-image: url('../images/Home-3.svg');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-23 {
  margin-top: 50px;
  display: flex;
}

.section-10 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/pexels-solliefoto-298863_1pexels-solliefoto-298863.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-11 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-12 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/New-Product-Development2.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-13 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/Supply-Chain-Finance2.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

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

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

.div-block-25.licensing-image {
  text-transform: capitalize;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-231x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 60px;
  display: flex;
}

.image-26 {
  height: auto;
}

.div-block-26.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 0;
  height: 260px;
  min-height: 0;
  padding-top: 40px;
  padding-right: 60px;
  display: flex;
}

.div-block-27.licensing-image {
  background-image: linear-gradient(#0006, #0006), url('../images/蒙版组-241x.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  height: 260px;
  min-height: 0;
  padding-top: 40px;
  padding-left: 60px;
  display: flex;
}

.div-block-28.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/纺织品70.5x-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-29.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-2119877-3750640.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 220px;
  display: flex;
}

.div-block-30.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/季节性商品40.5x-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0464.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 260px;
  padding-top: 40px;
  padding-left: 60px;
  display: flex;
}

.div-block-32.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0465.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 0;
  height: 260px;
  min-height: 0;
  padding-top: 40px;
  padding-right: 60px;
  display: flex;
}

.div-block-33.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0463.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 260px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.div-block-34.licensing-image {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-fariphotography-1112598.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 0;
  display: flex;
}

.text-block-15 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}

.heading-14, .heading-15, .heading-16, .heading-17 {
  letter-spacing: 0;
  font-size: 26px;
}

.text-block-17 {
  color: var(--green);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.paragraph-11 {
  text-align: center;
  align-self: center;
  max-width: 280px;
  margin-bottom: 20px;
}

.text-block-18 {
  text-align: left;
  font-weight: 500;
}

.div-block-36 {
  background-image: linear-gradient(#0d9, #fff);
  height: 1px;
}

.div-block-37 {
  color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0d9, #fff);
  background-clip: border-box;
  height: 1px;
}

.div-block-38 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-39 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-camcasey-11572550.5x-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  text-align: center;
  letter-spacing: 0;
}

.heading-18 {
  text-align: center;
  font-size: 22px;
}

.div-block-42 {
  background-color: var(--gray);
  width: auto;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-19 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  max-width: 760px;
}

.section-16 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-buying-agent.avif');
  background-position: 0 0, 0 0, 50% 20%;
  background-size: cover, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-17 {
  background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-sourcing-agent.avif');
  background-position: 0 0, 0 0, 50% 90%;
  background-size: auto, auto, cover;
  align-items: center;
  min-height: 500px;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.dropdown-list-3 {
  background-color: #0000;
  border: 0 solid #0000002e;
  border-radius: 8px;
  width: 380px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-list-3.nav-dropdown-list.w--open {
  width: 380px;
}

.heading-21 {
  font-size: 26px;
}

.heading-28 {
  font-size: 22px;
}

.heading-29 {
  font-size: 20px;
}

.heading-30 {
  font-size: 22px;
}

.heading-31 {
  letter-spacing: 0;
  font-size: 22px;
}

.heading-32 {
  font-size: 22px;
}

.heading-41, .heading-42, .heading-43, .heading-44 {
  text-align: center;
}

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

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 230px 230px 230px 230px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 40px;
  display: grid;
}

.div-block-45 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid-18 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.heading-50, .heading-51 {
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
}

.heading-53 {
  text-align: center;
  letter-spacing: 0;
  font-size: 22px;
}

.heading-54, .heading-55, .heading-56, .heading-57 {
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
}

.div-block-47 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.heading-58, .heading-59, .heading-60 {
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
}

.heading-61 {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  max-width: 900px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--gray);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-21 {
  letter-spacing: 0;
  font-weight: 500;
}

.image-30 {
  max-width: 30%;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-63 {
  text-align: left;
  letter-spacing: 0;
}

.image-31 {
  border-radius: 8px;
  width: 260px;
  max-width: none;
}

.heading-64, .heading-65, .heading-66 {
  text-align: left;
  letter-spacing: 0;
  font-size: 32px;
}

.heading-67 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  font-size: 60px;
}

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

.div-block-50 {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  max-width: 600px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
  display: flex;
}

.heading-69 {
  text-align: left;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 1.1em;
}

.paragraph-14 {
  letter-spacing: 0;
}

.image-32 {
  max-width: 40%;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.list-2 {
  background-color: var(--white);
  color: var(--white);
  width: 260px;
}

.list-item {
  color: var(--primary);
  text-align: left;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 600;
}

.list-item-2 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
}

.list-item-3 {
  color: var(--primary);
}

.paragraph-15 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 20px;
  margin-left: 0;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  width: 800px;
  margin-top: 20px;
}

.grid-21 {
  grid-column-gap: 110px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-33 {
  width: 60px;
}

.div-block-52 {
  border-radius: 8px;
  max-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  box-shadow: 2px 8px 14px #0003;
}

.heading-70 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 26px;
}

.div-block-53 {
  background-color: var(--primary);
  color: var(--primary);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 110px;
  display: block;
}

.grid-22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-self: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-71 {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
}

.heading-72 {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
}

.paragraph-16 {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
}

.paragraph-17 {
  color: var(--white);
  letter-spacing: 0;
}

.div-block-54 {
  text-align: center;
  margin-top: 40px;
}

.div-block-55 {
  flex-flow: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.heading-73 {
  text-align: left;
  font-size: 26px;
}

.div-block-56 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  position: sticky;
  top: 150px;
}

.link-block-2 {
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.text-block-22 {
  font-weight: 500;
}

.grid-26 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.text-block-23 {
  color: var(--green);
  text-align: left;
}

.link-5 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.div-block-57 {
  flex-flow: row;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-6 {
  margin-top: -1px;
  font-size: 20px;
  font-weight: 500;
}

.image-34 {
  height: 18px;
}

.div-block-59 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.heading-75 {
  text-align: left;
  font-size: 50px;
  font-weight: 600;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 150px;
}

.link-7 {
  text-align: left;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

.text-block-26 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.link-8 {
  font-size: 20px;
  font-weight: 600;
}

.paragraph-19 {
  text-align: center;
  margin-bottom: 20px;
}

.div-block-63 {
  background-color: var(--light-gray);
  border-radius: 8px;
  height: 500px;
  padding: 20px;
}

.text-block-27 {
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
}

.paragraph-20 {
  color: var(--white);
  text-transform: none;
}

.div-block-64 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-27 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-65 {
  margin-top: 20px;
}

.grid-28 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #ffffff1a;
  border: 1px solid #fff6;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  padding: 40px;
}

.div-block-67 {
  border: 1px solid #fff6;
  border-radius: 8px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  display: grid;
}

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

.image-37 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: 0;
  display: block;
}

.paragraph-22 {
  letter-spacing: 0;
  min-width: 0;
  max-width: none;
}

.paragraph-23 {
  letter-spacing: 0;
  width: auto;
  max-width: none;
}

.heading-77, .heading-78 {
  text-align: left;
  letter-spacing: 0;
}

.heading-79, .heading-80, .heading-81 {
  text-align: left;
  font-size: 26px;
}

.heading-82, .heading-83, .heading-84 {
  text-align: left;
  letter-spacing: 0;
  font-size: 26px;
}

.paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
  letter-spacing: 0;
}

.heading-85 {
  text-align: left;
  font-weight: 600;
}

.paragraph-28 {
  color: var(--white);
  max-width: 60%;
}

.paragraph-29 {
  color: var(--white);
  text-align: right;
  max-width: 60%;
}

.heading-86, .heading-87, .heading-88 {
  text-align: left;
  font-size: 26px;
}

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

.image-38 {
  width: 30px;
}

.div-block-70 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  margin-bottom: 20px;
  display: flex;
}

.right-arrow-12 {
  display: none;
  overflow: hidden;
}

.review-content-wrapper-2 {
  background-color: #fff;
  border-radius: 8px;
  max-width: 300px;
  padding: 20px;
  box-shadow: 0 7px 13px #015fc91a;
}

.inner-section-wrap-2 {
  background-color: #fff;
  border-radius: 8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  box-shadow: 2px -20px 20px #015fc90d;
}

.inner-section-wrap-2.top {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.div-block-72 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  margin-bottom: 20px;
  display: flex;
}

.primary-label-2 {
  color: #0d9;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.image-39 {
  width: 30px;
}

.slider-active-item-2 {
  z-index: 10;
  background-color: #0d9;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 8px;
}

.slider-nav-2 {
  z-index: 2;
  opacity: .03;
  color: #0d9;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
  position: relative;
}

.slide-content-wrapper-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 7px 13px #015fc91a;
}

.left-arrow-12 {
  display: none;
}

.slider-item-dot-2 {
  z-index: -1;
  grid-column-gap: 5px;
  opacity: .42;
  background-color: #0d9;
  border: 1px solid #0d9;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  top: -4px;
  overflow: hidden;
}

.heading-90, .heading-91, .heading-92, .heading-93, .heading-94, .heading-95 {
  text-align: left;
  font-size: 26px;
}

.div-block-73 {
  max-height: 300px;
  overflow: visible;
}

.div-block-74 {
  max-height: 300px;
}

.heading-96, .heading-97, .heading-98 {
  font-size: 32px;
}

.heading-99 {
  letter-spacing: 0;
}

.heading-100 {
  text-align: left;
  line-height: 1.2em;
}

.heading-101 {
  color: var(--white);
  max-width: 780px;
}

.section-20 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0519.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-21 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0514.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.body, .body-2, .body-5 {
  display: block;
}

.section-22 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0515.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-23 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0516.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-24 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0517.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.section-25 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0630.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: block;
}

.section-26 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0635.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-27 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0636.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-28 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0638.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-29 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0637.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.div-block-75 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-40 {
  width: 30px;
}

.dropdown-toggle-6 {
  padding: 10px 40px 10px 10px;
}

.div-block-77 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 15px;
  display: grid;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  width: 90px;
}

.div-block-78 {
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 2px 0 5px -1px #0003;
}

.text-block-30 {
  padding: 10px;
}

.text-block-31 {
  font-weight: 700;
}

.div-block-80 {
  margin-top: 20px;
}

.heading-102 {
  letter-spacing: 0;
}

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

.paragraph-36, .paragraph-37, .paragraph-38, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47 {
  letter-spacing: 0;
}

.heading-105, .text-block-33, .text-block-34, .text-block-35, .heading-106, .text-block-36 {
  letter-spacing: 0;
}

.paragraph-48 {
  letter-spacing: 0;
}

.heading-107, .heading-108, .heading-109, .heading-110 {
  letter-spacing: 0;
}

.paragraph-49, .paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55 {
  letter-spacing: 0;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  letter-spacing: 0;
}

.paragraph-56, .paragraph-57 {
  letter-spacing: 0;
}

.text-block-41 {
  letter-spacing: 0;
}

.paragraph-58 {
  letter-spacing: 0;
}

.text-block-42, .text-block-43, .heading-111 {
  letter-spacing: 0;
}

.paragraph-59 {
  letter-spacing: 0;
}

.heading-112, .heading-113 {
  letter-spacing: 0;
}

.paragraph-60, .paragraph-61 {
  letter-spacing: 0;
}

.text-block-44, .text-block-45 {
  letter-spacing: 0;
}

.paragraph-62 {
  letter-spacing: 0;
}

.text-block-46, .text-block-47, .text-block-48, .heading-114 {
  letter-spacing: 0;
}

.paragraph-63, .paragraph-64, .paragraph-65 {
  letter-spacing: 0;
}

.text-block-49 {
  letter-spacing: 0;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

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

  .section.banner {
    background-image: url('../images/Home-3.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: -100px;
    padding-top: 210px;
  }

  .section.banner-faq {
    margin-top: -100px;
    padding-top: 210px;
  }

  .section.about-banner {
    margin-top: -100px;
  }

  .section.style-guide-section {
    padding-top: 230px;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

  .section.top-gap {
    padding-top: 130px;
  }

  .section.green-bg-no-bottom-gap {
    background-color: var(--dark-green);
    padding-bottom: 0;
    position: relative;
    overflow: clip;
  }

  .section.overlay-numbers {
    padding-top: 80px;
  }

  .section.services-line {
    padding-top: 115px;
  }

  .section.full-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-7414284.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.faq {
    padding-bottom: 130px;
  }

  .section.banner-team-details {
    padding-top: 210px;
    padding-bottom: 130px;
  }

  .section.banner-portfolio {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 50% 41%, 0 0, 50% 41%;
    background-size: auto, auto, auto;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
  }

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

  .section.banner-project {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .section.services, .section.price {
    margin-top: -100px;
  }

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

  .section.banner-blog {
    margin-top: -100px;
  }

  .section.banner-product-detail {
    padding-top: 210px;
    padding-bottom: 0;
  }

  .section.overlay-numbers-home {
    padding-top: 80px;
  }

  .section.banner-licensing {
    margin-top: -100px;
    padding-top: 210px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .primary-button.service-page {
    margin-top: 20px;
  }

  .navbar {
    position: sticky;
    top: 15px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-list.w--open {
    width: 320px;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100px;
  }

  .nav-dropdown-list.medium.w--open {
    width: 240px;
  }

  .licensing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .banner-title {
    margin-top: 0;
  }

  .banner-title.services {
    max-width: 800px;
  }

  .banner-title.pricing {
    max-width: 870px;
  }

  .licensing-font-title {
    margin-top: 0;
  }

  .blog-post-title {
    max-width: 800px;
  }

  .nav-menu-wrapper {
    padding-left: 30px;
    padding-right: 15px;
  }

  .sidebar-recent-posts {
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .sidebar-category {
    color: var(--dark-green);
    font-weight: 500;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-pagination {
    margin-top: 80px;
  }

  .footer {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .footer-bottom-wrapper {
    padding-top: 50px;
  }

  .footer-rights {
    padding-right: 10px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper.portfolio-banner {
    z-index: 10;
    align-self: center;
    max-width: 970px;
    position: relative;
  }

  .banner-title-wrapper.max-width {
    max-width: 700px;
  }

  .pricing-plan-item {
    padding-bottom: 10px;
  }

  .comparing-table-features-wrapper {
    background-color: var(--white);
    display: block;
  }

  .comparing-table-plans-wrapper {
    flex: 1;
    grid-template-columns: 1fr .5fr 1.8fr;
    width: 67%;
  }

  .comparing-table-list-wrapper {
    padding-top: 0;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 10px;
  }

  .comparing-table-list-item {
    min-height: 60px;
    margin-top: 10px;
  }

  .comparing-table-plan {
    background-color: var(--white);
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    grid-row-gap: 0px;
    padding-top: 10px;
  }

  .comparing-table-content-item {
    margin-top: 10px;
  }

  .contacts-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-wrapper {
    padding-bottom: 50px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .customer-wrapper {
    opacity: .8;
    height: 60px;
  }

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

  .sidebar-search-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home-banner-section {
    padding-top: 230px;
    padding-bottom: 100px;
  }

  .services-slider {
    margin-left: 175px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .form-block {
    width: 620px;
    padding-right: 50px;
  }

  .form-block.blur {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    flex: 0 auto;
    width: 1170px;
    display: flex;
  }

  .author-image {
    width: 42px;
    max-width: 100%;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .sidebar-categories-list {
    flex-flow: column;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 250px 250px;
    grid-template-columns: 250px 250px 250px 250px;
    margin-top: 100px;
  }

  .rich-text-style {
    width: auto;
    min-width: auto;
  }

  .center-title {
    padding-right: 140px;
  }

  .faq-image {
    width: 100%;
    height: auto;
  }

  .brand {
    width: auto;
    padding-bottom: 10px;
  }

  .brand.w--current {
    width: auto;
    padding-bottom: 8px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .testimonials-bg-element {
    background-color: var(--green);
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shop-tabs-menu {
    width: 400px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .shop-details-block {
    grid-template-columns: 1.5fr 1fr;
  }

  .primary-button-icon {
    justify-content: flex-start;
    margin-left: 0;
  }

  .nav-logo {
    max-width: 226.266px;
    height: auto;
    max-height: 30px;
  }

  .hader-button-wrapper {
    min-width: auto;
    margin-left: 30px;
  }

  .nav-dropdown-list-inner {
    border-style: none;
    border-width: 0;
  }

  .phone-wrapper {
    padding-right: 0;
  }

  .phone-number-text {
    display: none;
  }

  .nav-buttons-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .cart-button {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .social-links-block {
    margin-bottom: 15px;
  }

  .social-link {
    background-color: var(--gray);
    width: 52px;
    height: 52px;
  }

  .insagram-image {
    width: 28px;
    height: 28px;
  }

  .susbcribe-block {
    width: 500px;
  }

  .header-link.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-wrapper-flex {
    max-width: none;
  }

  .banner-wrapper-text {
    max-width: 465px;
  }

  .white.mobile-text-center {
    margin-bottom: 10px;
  }

  .subheader-wrapper.max-width {
    max-width: 700px;
  }

  .content-full-wrap {
    background-image: url('../images/background-green-arrow.svg');
    background-size: 408px;
  }

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

  .service-info-image-wrapper {
    max-width: 377px;
  }

  .service-text-wrap {
    padding: 20px 30px;
  }

  .subheading-service {
    min-height: auto;
  }

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

  .content-wrapper-grid-2c {
    grid-template-columns: .75fr 1fr;
  }

  .content-wrapper-grid-2c.z-index {
    grid-template-columns: 1fr auto;
  }

  .content-wrapper-grid-2c.home-3 {
    grid-template-columns: 1.5fr 1fr;
  }

  .social-prove-wrap {
    margin-top: 60px;
  }

  .social-prove-wrap.testimonials-banner {
    margin-top: 20px;
  }

  .bg-image.absolute, .bg-image.bottom-absolute {
    width: 408px;
  }

  .text-wrap.portfolio-cart {
    min-height: auto;
  }

  .project-info {
    height: 215px;
  }

  .project-name {
    font-size: 26px;
    line-height: 1.1em;
  }

  .service-name {
    font-size: 22px;
  }

  .line-block.center {
    max-width: 450px;
  }

  .feature-block {
    width: 600px;
    padding-right: 20px;
  }

  .feature-number-block {
    min-width: 200px;
    margin-left: 20px;
  }

  .images-wrapper {
    max-width: 570%;
  }

  .circle {
    background-color: #0000;
    background-image: url('../images/箭头实心.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    align-self: flex-end;
    width: 1300px;
    max-width: none;
    height: 700px;
    margin-left: 410px;
  }

  .image-relative {
    max-width: 624px;
  }

  .form-with-glass-fields {
    padding-bottom: 0;
  }

  .portfolio-info-banner.overlay, .portfolio-info-banner.overlay-project {
    padding-left: 110px;
    padding-right: 110px;
  }

  .statistic-number {
    color: var(--green);
  }

  .twitter-icon, .twitter-icon.small {
    width: 28px;
  }

  .h1-banner.white {
    font-size: 70px;
  }

  .mobile-text-center {
    margin-bottom: 20px;
  }

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

  .green-block.home {
    height: 230px;
  }

  .team-collection.about-us {
    margin-top: 80px;
    padding-bottom: 100px;
  }

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

  .primary-label {
    flex-wrap: wrap;
  }

  .primary-label.fill {
    background-color: var(--gray);
  }

  .inner-section-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inner-section-wrap.bottom-space {
    padding-top: 0;
    padding-bottom: 130px;
  }

  .review-text.testimonials-page {
    min-height: auto;
  }

  .review-text.main-page {
    min-height: 165px;
  }

  .blog-item-wrapper {
    aspect-ratio: auto;
  }

  .blog-collection-list, .blog-collection-list.category {
    grid-row-gap: 80px;
  }

  .blog-text {
    padding-right: 10px;
  }

  .blog-category-link {
    background-color: var(--gray);
    color: var(--green);
  }

  .blog-image {
    margin-left: 0;
  }

  .home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/banner-background-image.jpg');
    background-position: 0 0, 50% 10%;
    margin-top: -100px;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .heading-wrap-banner {
    max-width: 700px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 850px;
  }

  .header-banner-menu-wrap {
    margin-top: 40px;
  }

  .header-banner-menu-text {
    min-height: 150px;
  }

  .link-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-item-inner {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-3-banner {
    background-position: 50% -66%;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .about-us-banner {
    background-position: 50% -66%;
    background-size: cover;
    margin-top: -100px;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .about-us-full-screen-image {
    margin-left: 30px;
    margin-right: 30px;
  }

  .big-text-medium {
    font-size: 50px;
  }

  .advantages-list {
    grid-row-gap: 20px;
  }

  .content-wrap.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-content {
    max-width: 600px;
    margin-left: 80px;
    margin-right: 0;
  }

  .header-wrapper {
    max-width: 800px;
  }

  .header-wrapper.team {
    min-width: 565px;
    max-width: 565px;
  }

  .worker-info-wrap.flex {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-auto-columns: 1fr;
  }

  .image-bg-absolute.bottom {
    bottom: -22%;
  }

  .portfolio-subheading {
    max-width: 700px;
  }

  .offer-right-side {
    padding-left: 60px;
  }

  .review-content-wrapper {
    max-width: 370px;
  }

  .overlay-bg.pricing {
    background-color: #00000080;
  }

  .services-inner-section-wrap {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .partners {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose-us-img {
    min-width: 440px;
  }

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

  .about-service-image-wrap {
    max-width: 500px;
    height: 360px;
  }

  .about-service-img {
    object-fit: contain;
  }

  .service-banner {
    background-position: 50% -66%;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .service-banner-image {
    height: 500px;
  }

  .testimonials-content-wrap {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .month-package {
    margin-top: 10px;
  }

  .form-block-contact-us {
    width: 620px;
    padding-right: 50px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 40px;
  }

  .header-blog-column-wrap {
    grid-column-gap: 60px;
  }

  .column-left {
    flex: 1;
  }

  .column-wrapper-right {
    max-width: 350px;
  }

  .blog-info {
    max-width: 800px;
  }

  .contact-us-banner.height {
    height: 500px;
  }

  .price-list-item {
    text-align: left;
  }

  .contact-us-info.overlay {
    grid-column-gap: 40px;
  }

  .about-service-flex {
    grid-column-gap: 60px;
  }

  .shop-banner-section {
    padding-top: 230px;
    padding-bottom: 130px;
  }

  .shop-pagination {
    padding-top: 80px;
  }

  .paypal-checkout-form {
    padding-top: 210px;
  }

  .order-confirmation {
    padding-top: 230px;
  }

  .promotion-label-button, .promotion-label-paragraph {
    font-size: 16px;
  }

  .promotion-label-left {
    max-width: none;
    padding-right: 10px;
  }

  .promotion-label-holder {
    background-color: var(--green);
  }

  .promotion-label-close {
    right: -7px;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 8px;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    margin-top: 40px;
  }

  .textarea {
    color: var(--white);
    background-color: #ffffff1a;
    border: 1px solid #fff6;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .image-19 {
    width: 110px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .text-block-7 {
    align-self: auto;
    font-weight: 500;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    display: flex;
  }

  .text-block-8 {
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 500;
  }

  .image-20 {
    width: 60px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-7 {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .youtube-2 {
    margin-top: 0;
  }

  .section-2 {
    background-color: var(--gray);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-21 {
    width: 200px;
    margin-top: 20px;
    margin-left: 40px;
  }

  .text-block-10 {
    color: var(--white);
    font-weight: 500;
  }

  .section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-8 {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

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

  .text-block-11 {
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .section-4 {
    background-color: var(--gray);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-15 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 100px;
    display: grid;
  }

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

  .section-5 {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .image-23 {
    align-self: flex-start;
    width: 28px;
  }

  .section-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8510.JPG');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .heading-12 {
    color: var(--white);
  }

  .paragraph-7 {
    color: var(--white);
    text-align: center;
  }

  .select-field-2 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    flex: 1;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .textarea-3 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .link-3 {
    color: var(--white);
    text-transform: none;
    font-weight: 500;
  }

  .bold-text {
    color: var(--white);
    font-weight: 500;
  }

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

  .link-4 {
    color: var(--paragraph-gray);
    padding-right: 10px;
    font-weight: 500;
  }

  .text-block-14 {
    color: var(--green);
    text-align: center;
    font-weight: 500;
  }

  .paragraph-9 {
    text-align: center;
    font-family: "Fa solid 900", sans-serif;
  }

  .image-24 {
    height: 30px;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .image-25 {
    z-index: 1;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .div-block-22 {
    z-index: 2;
    background-color: #00000080;
    width: auto;
    height: 470px;
    position: absolute;
    inset: 0%;
  }

  .section-8 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-9 {
    background-image: url('../images/Home-3.svg');
    background-position: 0 0;
    background-size: cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .div-block-23 {
    margin-top: 50px;
    display: flex;
  }

  .section-10 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/pexels-solliefoto-298863_1pexels-solliefoto-298863.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-11 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 0 0, 0 0, 50% 70%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-12 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/New-Product-Development2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-13 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/Supply-Chain-Finance2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

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

  .section-14 {
    padding-top: 130px;
  }

  .div-block-25.licensing-image {
    color: var(--white);
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-231x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    font-weight: 500;
    display: flex;
  }

  .div-block-26.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-2.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-27.licensing-image {
    background-image: linear-gradient(#0006, #0006), url('../images/蒙版组-241x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-28.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/纺织品70.5x-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-2119877-3750640.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-30.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/季节性商品40.5x-2.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-31.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0464.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-32.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0465.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-33.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0463.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-34.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-fariphotography-1112598.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-15 {
    color: var(--white);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-17 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .paragraph-11 {
    text-align: center;
    align-self: center;
    max-width: 280px;
    margin-bottom: 20px;
  }

  .text-block-18 {
    text-align: left;
    font-weight: 500;
  }

  .div-block-38 {
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-39 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-camcasey-11572550.5x-6.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-12, .heading-18 {
    text-align: center;
  }

  .div-block-42 {
    background-color: var(--gray);
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-19 {
    color: var(--white);
    text-align: center;
  }

  .section-16 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-buying-agent.avif');
    background-position: 0 0, 0 0, 50% 20%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-17 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-sourcing-agent.avif');
    background-position: 0 0, 0 0, 50% 90%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .dropdown-list-3 {
    background-color: #0000;
    border: 0 solid #0000002e;
    border-radius: 8px;
    width: 380px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-3.nav-dropdown-list.w--open {
    width: 380px;
  }

  .section-18 {
    padding-top: 130px;
  }

  .div-block-44 {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .grid-18 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .heading-61 {
    color: var(--white);
    text-align: center;
  }

  .div-block-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

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

  .image-31 {
    width: 260px;
    max-width: none;
  }

  .heading-65, .heading-66 {
    text-align: left;
  }

  .div-block-53 {
    background-color: var(--primary);
  }

  .div-block-54 {
    text-align: center;
  }

  .heading-75 {
    text-align: left;
    font-weight: 600;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 30px;
    display: grid;
  }

  .heading-85 {
    font-weight: 600;
  }

  .review-content-wrapper-2 {
    max-width: 370px;
  }

  .inner-section-wrap-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .primary-label-2 {
    flex-wrap: wrap;
  }

  .heading-100 {
    text-align: left;
    font-size: 60px;
  }

  .section-20 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0519.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section-22, .section-23, .section-24, .section-25, .section-26, .section-27, .section-28, .section-29 {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section-30 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner {
    background-image: url('../images/Home-3.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: -100px;
  }

  .section.banner-faq, .section.about-banner {
    margin-top: -100px;
  }

  .section.green-bg-no-bottom-gap {
    background-color: var(--dark-green);
    position: relative;
    overflow: clip;
  }

  .section.full-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-7414284.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.faq {
    padding-bottom: 130px;
  }

  .section.banner-portfolio {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 0 0, 0 0, 50% 41%;
    background-size: cover, auto, cover;
    min-height: 600px;
    margin-top: -100px;
  }

  .section.services, .section.price, .section.banner-blog {
    margin-top: -100px;
  }

  .section.blog-post {
    margin-top: -80px;
  }

  .section.banner-licensing {
    margin-top: -100px;
  }

  .primary-button.service-page {
    margin-top: 20px;
  }

  .navbar {
    position: sticky;
    top: 15px;
  }

  .nav-dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-list.w--open {
    width: 320px;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100px;
  }

  .nav-dropdown-list.medium.w--open {
    width: 230px;
  }

  .nav-dropdown-link {
    padding-right: 0;
  }

  .licensing-grid {
    padding-bottom: 0;
  }

  .banner-title.pricing {
    max-width: 870px;
  }

  .blog-post-title {
    max-width: 800px;
  }

  .sidebar-recent-posts {
    padding-top: 20px;
  }

  .sidebar-category {
    color: var(--dark-green);
    font-weight: 500;
  }

  .blog-template-image {
    max-height: 500px;
  }

  .footer-rights {
    padding-right: 10px;
  }

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

  .banner-title-wrapper.portfolio-banner {
    z-index: 10;
    align-self: center;
    max-width: 970px;
    position: relative;
  }

  .pricing-plan-item {
    padding-bottom: 10px;
  }

  .comparing-table-features-wrapper {
    background-color: var(--white);
  }

  .comparing-table-plans-wrapper {
    grid-template-columns: 1fr .5fr 1.8fr;
  }

  .comparing-table-list-wrapper {
    padding-top: 0;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 10px;
  }

  .comparing-table-list-item {
    min-height: 60px;
  }

  .comparing-table-plan {
    background-color: var(--white);
  }

  .contacts-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .customer-wrapper {
    opacity: .8;
    height: 60px;
  }

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

  .sidebar-search-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home-banner-section {
    background-position: 50%;
  }

  .image-background.absolute {
    right: -140px;
  }

  .form-block.blur {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    width: 1170px;
    display: flex;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .sidebar-categories-list {
    flex-flow: column;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .grid {
    grid-template-rows: 300px 300px;
    grid-template-columns: 300px 300px 300px 300px;
  }

  .rich-text-style {
    width: auto;
    min-width: auto;
  }

  .brand, .brand.w--current {
    width: auto;
    padding-bottom: 10px;
  }

  .testimonials-bg-element {
    background-color: var(--green);
    color: var(--dark-green);
  }

  .shop-tabs-menu {
    width: 400px;
  }

  .shop-details-block {
    grid-column-gap: 60px;
    grid-template-columns: 1.75fr 1.25fr;
  }

  .nav-logo {
    max-width: 256.438px;
    height: auto;
    max-height: 34px;
  }

  .hader-button-wrapper {
    min-width: auto;
  }

  .text-phone-icon:hover {
    -webkit-text-stroke-color: var(--primary);
  }

  .phone-number-text {
    display: block;
  }

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

  .social-links-block {
    margin-bottom: 15px;
  }

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

  .insagram-image {
    width: 28px;
  }

  .header-link.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-wrapper-flex {
    max-width: none;
  }

  .banner-wrapper-text {
    max-width: 527px;
  }

  .white {
    text-align: left;
  }

  .white.mobile-text-center {
    margin-bottom: 10px;
  }

  .subheader-wrapper.max-width {
    max-width: 700px;
  }

  .container-right {
    max-width: 95%;
  }

  .content-full-wrap {
    background-image: url('../images/background-green-arrow.svg');
    background-size: 408px;
  }

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

  .service-slide {
    width: 32%;
  }

  .service-info-image-wrapper {
    max-width: none;
  }

  .service-image {
    overflow: clip;
  }

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

  .bg-image.absolute, .bg-image.bottom-absolute {
    width: 408px;
  }

  .project-name {
    font-size: 26px;
    line-height: 1.1em;
  }

  .service-name {
    font-size: 25px;
  }

  .feature-block {
    width: 600px;
    padding-right: 20px;
  }

  .feature-number-block {
    min-width: 200px;
    margin-left: 20px;
  }

  .images-wrapper {
    max-width: 570px;
  }

  .circle {
    background-color: #0000;
    background-image: url('../images/箭头实心.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    align-self: flex-end;
    width: 1300px;
    max-width: none;
    height: 700px;
    margin-left: 410px;
  }

  .image-relative {
    overflow: clip;
  }

  .statistic-number {
    color: var(--green);
  }

  .twitter-icon.small {
    width: 28px;
  }

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

  .h1-banner.white {
    font-size: 70px;
  }

  .mobile-text-center {
    margin-bottom: 20px;
  }

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

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

  .primary-label.fill {
    background-color: var(--gray);
  }

  .review-text.testimonials-page {
    min-height: auto;
  }

  .review-text.main-page {
    min-height: 240px;
  }

  .blog-collection-list {
    grid-row-gap: 80px;
  }

  .blog-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .blog-category-link {
    background-color: var(--gray);
    color: var(--green);
  }

  .blog-image {
    object-fit: cover;
    height: 250px;
  }

  .home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/banner-background-image.jpg');
    background-position: 0 0, 50% 10%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 850px;
  }

  .header-banner-menu-wrap {
    margin-top: 50px;
  }

  .header-banner-menu-text {
    min-height: 160px;
  }

  .link-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dot-block {
    margin-bottom: 30px;
  }

  .menu-item-inner {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-card-description {
    margin-top: 20px;
  }

  .about-us-banner {
    margin-top: -100px;
  }

  .content-wrap.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-content {
    max-width: 600px;
  }

  .header-wrapper.team {
    min-width: 565px;
  }

  .portfolio-subheading {
    max-width: 700px;
  }

  .flex-block-testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-image {
    max-height: 500px;
  }

  .overlay-bg.pricing {
    background-color: #00000080;
  }

  .partners {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose-us-img {
    min-width: 440px;
  }

  ._404-title {
    font-size: 180px;
  }

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

  .about-service-img {
    object-fit: contain;
    width: 100%;
    max-width: 500px;
  }

  .about-service-text-wrap {
    max-width: 600px;
  }

  .testimonials-content-wrap {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .pricing-plan-head {
    align-items: stretch;
  }

  .month-package {
    margin-top: 10px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 50px;
  }

  .service-menu-image {
    object-fit: contain;
    height: 100%;
  }

  .column-left {
    flex-flow: column;
    flex: 1;
  }

  .blog-header-collection {
    max-width: 800px;
  }

  .blog-info {
    width: auto;
    max-width: 800px;
  }

  .contact-us-banner {
    max-height: 500px;
  }

  .shop-banner-section {
    background-position: 50%;
  }

  .promotion-label-button, .promotion-label-paragraph {
    font-size: 16px;
  }

  .promotion-label-left {
    max-width: none;
    padding-right: 10px;
  }

  .promotion-label-holder {
    background-color: var(--green);
  }

  .promotion-label-close {
    right: -7px;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 20px auto;
    align-items: center;
  }

  .image-18 {
    width: 52px;
    min-height: auto;
    padding-left: 0;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 8px;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .textarea {
    color: var(--white);
    background-color: #ffffff1a;
    border: 1px solid #fff6;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .image-19 {
    width: 110px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    align-self: flex-start;
    font-weight: 500;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    display: flex;
  }

  .text-block-8 {
    color: var(--dark-green);
    font-size: 16px;
    font-weight: 500;
  }

  .image-20 {
    width: 60px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-7 {
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .youtube-2 {
    margin-top: 0;
  }

  .section-2 {
    background-color: var(--gray);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .image-21 {
    width: 200px;
    margin-top: 20px;
    margin-left: 40px;
  }

  .section-3 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-8 {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

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

  .text-block-11 {
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .section-4 {
    background-color: var(--gray);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-15 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 100px;
    display: grid;
  }

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

  .section-5 {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .image-23 {
    align-self: flex-start;
    width: 28px;
  }

  .section-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8510.JPG');
    background-position: 0 0, 50% 10%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .heading-12 {
    color: var(--white);
  }

  .paragraph-7 {
    color: var(--white);
    text-align: center;
  }

  .select-field-2 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    flex: 1;
    width: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .textarea-3 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .link-3, .bold-text, .bold-text-2 {
    color: var(--white);
    font-weight: 500;
  }

  .link-4 {
    color: var(--paragraph-gray);
    padding-right: 10px;
    font-weight: 500;
  }

  .text-block-14 {
    color: var(--green);
    text-align: center;
    font-weight: 500;
  }

  .image-24 {
    height: 30px;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .image-25 {
    z-index: 1;
    object-position: 0% 0%;
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .div-block-22 {
    z-index: 2;
    background-color: #00000080;
    position: absolute;
    inset: 0%;
  }

  .section-9 {
    background-image: url('../images/Home-3.svg');
    background-position: 0 0;
    background-size: auto;
    align-items: center;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .div-block-23 {
    margin-top: 50px;
    display: flex;
  }

  .section-10 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/pexels-solliefoto-298863_1pexels-solliefoto-298863.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 180px;
    display: flex;
  }

  .section-11 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 0 0, 0 0, 50% 70%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-12 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/New-Product-Development2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-13 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/Supply-Chain-Finance2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

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

  .section-14 {
    padding-top: 130px;
  }

  .div-block-25.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-231x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-26.licensing-image {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-2.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-27.licensing-image {
    background-image: linear-gradient(#0006, #0006), url('../images/蒙版组-241x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-28.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/纺织品70.5x-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .div-block-29.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-2119877-3750640.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-30.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/季节性商品40.5x-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-31.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0464.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-32.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0465.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .div-block-33.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0463.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-34.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-fariphotography-1112598.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-15 {
    color: var(--white);
    text-transform: capitalize;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .paragraph-10 {
    background-image: none;
  }

  .text-block-17 {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .paragraph-11 {
    text-align: center;
    align-self: center;
    max-width: 280px;
    margin-bottom: 20px;
  }

  .text-block-18 {
    font-weight: 500;
  }

  .div-block-38 {
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-39 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-camcasey-11572550.5x-6.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-12, .heading-18 {
    text-align: center;
  }

  .div-block-42 {
    background-color: var(--gray);
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-19 {
    color: var(--white);
    text-align: center;
    max-width: 840px;
  }

  .section-16 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-buying-agent.avif');
    background-position: 0 0, 0 0, 50% 20%;
    background-size: auto, auto, cover;
    justify-content: flex-start;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-17 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-sourcing-agent.avif');
    background-position: 0 0, 0 0, 50% 90%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 180px;
    padding-bottom: 130px;
    display: flex;
  }

  .dropdown-toggle-5 {
    padding: 5px 15px;
  }

  .dropdown-list-3 {
    background-color: #0000;
    border: 0 solid #0000002e;
    border-radius: 8px;
    width: 380px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-3.nav-dropdown-list.w--open {
    width: 380px;
  }

  .text-block-19, .text-block-20 {
    font-size: 16px;
  }

  .section-18 {
    padding-top: 130px;
  }

  .div-block-44 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .grid-18 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .heading-53 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .heading-61 {
    color: var(--white);
    text-align: center;
  }

  .image-31 {
    width: 260px;
  }

  .heading-65, .heading-66 {
    text-align: left;
  }

  .grid-21 {
    grid-template-columns: .5fr 1fr;
  }

  .image-33 {
    width: 60px;
  }

  .div-block-52 {
    margin-bottom: 20px;
    padding: 20px;
  }

  .heading-75 {
    text-align: left;
    font-weight: 600;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 30px;
    display: grid;
  }

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

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

  .section-20 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0519.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-bottom: 100px;
    display: flex;
  }

  .section-23 {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  img {
    display: inline-block;
  }

  .section.banner {
    background-image: url('../images/Home-3.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: -100px;
  }

  .section.banner-faq {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-karolina-grabowska-5239913.avif'), url('../images/Home-1-Banner-1_1Home 1 Banner (1).webp');
    background-position: 0 0, 50% 100%, 0 0;
    background-size: auto, cover, cover;
    margin-top: -100px;
  }

  .section.about-banner {
    background-image: url('../images/Home-3.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -100px;
  }

  .section.without-top-spacing {
    background-color: var(--white);
    color: var(--paragraph-gray);
  }

  .section.without-space {
    background-color: var(--gray);
  }

  .section.green-bg-no-bottom-gap {
    background-color: #021b1b;
    position: relative;
    overflow: clip;
  }

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

  .section.services-line {
    padding-top: 107px;
    padding-bottom: 0;
  }

  .section.full-image {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-rdne-7414284.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .section.faq {
    padding-bottom: 130px;
  }

  .section.banner-portfolio {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 50% 41%, 0 0, 50%;
    background-size: cover, auto, cover;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    display: flex;
  }

  .section.services, .section.price {
    margin-top: -100px;
  }

  .section.banner-blog {
    border: 0px solid var(--primary);
    background-position: 0 0;
    background-size: cover;
    margin-top: -100px;
    font-size: 20px;
  }

  .section.blog-post {
    margin-top: -80px;
  }

  .section.banner-product-detail {
    padding-bottom: 0;
  }

  .section.banner-licensing {
    margin-top: -100px;
  }

  .primary-button.shrink {
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .primary-button.service-page {
    text-transform: capitalize;
    margin-top: 20px;
    display: block;
  }

  .navbar {
    position: sticky;
    top: 15px;
  }

  .nav-container {
    z-index: 2147483647;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-dropdown-list.w--open {
    width: 320px;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100px;
  }

  .nav-dropdown-list.medium.w--open {
    width: 230px;
  }

  .nav-dropdown-link {
    padding-right: 0;
  }

  .licensing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .licensing-image {
    object-fit: cover;
    transition: all .3s;
  }

  .banner-title.pricing {
    max-width: 870px;
  }

  .text-center {
    min-width: auto;
    font-size: 50px;
    line-height: 1.2em;
  }

  .blog-grid-wrapper {
    padding-top: 40px;
  }

  .nav-menu-wrapper {
    z-index: 1000;
    position: static;
    top: 15px;
  }

  .sidebar-recent-posts {
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .sidebar-category {
    border-color: var(--primary);
    color: var(--dark-green);
    font-size: 18px;
    font-weight: 500;
  }

  .blog-template-date {
    flex: 0 auto;
    align-self: flex-end;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .blog-template-prev-button {
    justify-content: flex-end;
    align-items: center;
  }

  .blog-template-next-button {
    justify-content: flex-start;
  }

  .footer {
    background-color: var(--white);
    position: relative;
  }

  .footer-rights {
    margin-left: 0;
    padding-right: 10px;
  }

  .footer-copyright-link {
    text-transform: none;
    margin-right: 0;
  }

  .section-title-wrapper {
    max-width: 800px;
  }

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

  .paragraph-large.text-center {
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5em;
  }

  .paragraph-large.paragraph-tablet-center {
    text-align: left;
  }

  .paragraph-large.our-story {
    text-align: center;
    max-width: 800px;
    margin-top: 20px;
  }

  .banner-title-wrapper.portfolio-banner {
    z-index: 10;
    flex: 0 auto;
    align-self: center;
    max-width: 970px;
    position: relative;
  }

  .pricing-plan-item {
    padding-bottom: 10px;
  }

  .section-title.mobile-center {
    text-align: left;
  }

  .comparing-table-wrapper {
    justify-content: center;
  }

  .comparing-table-features-wrapper {
    background-color: var(--white);
    width: 15%;
  }

  .comparing-table-plans-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr 1.8fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .comparing-table-features-title {
    min-height: 100px;
  }

  .comparing-table-list-wrapper {
    padding-top: 0;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 10px;
    padding-right: 0;
  }

  .comparing-table-list-item {
    color: var(--dark-green);
    text-align: left;
    min-height: 60px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
  }

  .comparing-table-plan-title {
    min-height: 100px;
  }

  .comparing-table-plan {
    background-color: var(--white);
    width: 100%;
  }

  .comparing-table-tick-icon {
    color: var(--primary);
  }

  .accordion-title {
    font-size: 26px;
  }

  .contacts-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .contacts-icon {
    top: 308.991px;
  }

  .footer-link.medium {
    text-align: left;
    align-self: auto;
    max-width: none;
    font-size: 18px;
  }

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-brand-wrapper {
    max-width: 250px;
  }

  .footer-links-wrapper {
    width: 100%;
    min-width: auto;
  }

  .search-section {
    margin-top: -100px;
  }

  .footer-brand-description {
    letter-spacing: 0;
    font-size: 18px;
  }

  .customer-wrapper {
    opacity: .8;
    height: 60px;
  }

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

  .customer-image {
    mix-blend-mode: normal;
  }

  .sidebar-search {
    box-shadow: none;
    background-color: #0000;
  }

  .sidebar-search-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .home-banner-section {
    height: 90vh;
    padding-top: 330px;
    padding-bottom: 100px;
  }

  .form-block {
    padding-right: 30px;
  }

  .form-block.blur {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border: 1px solid #ffffff4d;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 1170px;
    display: flex;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .sidebar-categories-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-details-link-title {
    font-weight: 600;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .grid {
    grid-template-rows: 410px 410px;
    grid-template-columns: 410px 410px 410px 410px;
  }

  .rich-text-style {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .rich-text-style h2, .rich-text-style h3 {
    text-align: left;
  }

  .mobile-center {
    color: var(--dark-green);
  }

  .button-wrap.gap {
    flex-flow: column;
    align-items: flex-start;
  }

  .faq-image {
    height: auto;
  }

  .brand, .brand.w--current {
    width: auto;
    padding-bottom: 10px;
  }

  .banner-title-wrapper-2 {
    max-width: none;
  }

  .testimonials-bg-element {
    background-color: var(--green);
  }

  .shop-tabs-menu {
    width: 400px;
  }

  .shop-details-block {
    grid-template-columns: 1.5fr 1fr;
  }

  .details-page-title {
    display: block;
  }

  .primary-button-icon {
    border-color: var(--primary);
  }

  .nav-logo {
    max-width: 256.438px;
    height: auto;
    max-height: 34px;
  }

  .nav-dropdown-list-inner {
    border-style: none;
    border-width: 0;
  }

  .phone-wrapper {
    padding-right: 30px;
  }

  .nav-dropdown-link-menu, .nav-dropdown-link-menu.w--current {
    padding-right: 0;
  }

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

  .social-links-block {
    margin-top: auto;
    margin-bottom: 15px;
  }

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

  .social-link.white {
    background-color: var(--light-gray);
  }

  .insagram-image {
    width: 28px;
  }

  .susbcribe-block {
    width: 500px;
  }

  .email-input {
    border-color: var(--dark-green);
  }

  .footer-links-label.mb-20 {
    text-align: left;
    font-size: 18px;
  }

  .footer-links-label.mb-30 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    display: block;
  }

  .header-link.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .links-wrapper-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.3fr 1.3fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

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

  .white.mobile-text-center {
    text-align: left;
    margin-bottom: 10px;
  }

  .white.mobile-center {
    color: var(--white);
    text-align: left;
  }

  .subheader-wrapper.max-width {
    max-width: 700px;
  }

  .container-right {
    max-width: 90%;
  }

  .content-full-wrap {
    background-image: url('../images/background-green-arrow.svg');
    background-repeat: no-repeat;
    background-size: 408px;
    padding-bottom: 46px;
  }

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

  .service-slide {
    width: 370px;
  }

  .service-info-image-wrapper {
    display: block;
  }

  .service-image {
    vertical-align: middle;
    object-fit: contain;
    width: auto;
    height: 250px;
  }

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

  .content-wrapper-grid-2c.z-index {
    grid-template-columns: 1fr auto;
  }

  .content-wrapper-grid-2c.aligment-bottom {
    grid-column-gap: 60px;
    grid-template-columns: 1.5fr 1fr;
    align-self: auto;
    align-items: center;
  }

  .about-us-image {
    width: 100%;
    margin-top: 10px;
  }

  .bg-image.absolute {
    max-width: 408px;
  }

  .bg-image.bottom-absolute {
    position: absolute;
  }

  .collection-item-inner-block {
    flex-flow: column;
  }

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

  .project-info {
    height: auto;
  }

  .project-link-image {
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  .project-name {
    text-align: left;
    font-size: 26px;
    line-height: 1.1em;
  }

  .service-name {
    margin-right: 0;
    font-size: 25px;
    line-height: 1.1em;
  }

  .service-image-link {
    justify-content: center;
    display: flex;
  }

  .heading-label.white {
    color: var(--primary);
    text-align: left;
  }

  .feature-block {
    align-self: auto;
    width: 600px;
  }

  .feature-block-text {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .feature-number-block {
    flex: 0 auto;
    align-self: auto;
    width: 250px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-number {
    color: var(--white);
    text-align: left;
    align-self: center;
    font-size: 40px;
    text-decoration: none;
  }

  .images-wrapper {
    align-items: flex-end;
    max-width: 570px;
  }

  .circle {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/箭头实心.png');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    order: 0;
    align-self: flex-end;
    width: 1300px;
    min-width: 800px;
    max-width: 1300px;
    height: 700px;
    margin-left: 410px;
    display: block;
    position: absolute;
    overflow: clip;
  }

  .image-relative {
    box-sizing: border-box;
    min-width: 570px;
    overflow: clip;
  }

  .glass-select {
    margin-bottom: 0;
  }

  .portfolio-info-banner.overlay-project {
    padding-left: 100px;
    padding-right: 100px;
  }

  .statistic-number-wrap {
    background-color: var(--white);
  }

  .statistic-number {
    color: var(--green);
  }

  .twitter-icon, .twitter-icon.small {
    width: 28px;
  }

  .h1-banner.white {
    text-align: left;
    font-size: 70px;
    line-height: 1.3em;
    text-decoration: none;
  }

  .heading-wrap.max-width {
    align-items: flex-start;
  }

  .top-section-block-flex {
    display: flex;
  }

  .mobile-text-center {
    margin-bottom: 20px;
  }

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

  .team-collection.about-us {
    padding-bottom: 40px;
  }

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

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

  .primary-label.fill {
    background-color: var(--gray);
  }

  .primary-label.text-center {
    text-align: center;
    font-size: 20px;
  }

  .inner-section-wrap {
    box-shadow: 16px -12px 20px #015fc90d;
  }

  .inner-section-wrap.bottom-space {
    box-shadow: none;
    color: var(--green);
  }

  .inner-section-wrap.top {
    box-shadow: none;
  }

  .review-text.testimonials-page {
    text-align: left;
    min-width: auto;
    max-width: none;
  }

  .review-text.main-page {
    min-height: 165px;
  }

  .overlay-slider.right, .overlay-slider.left, .overlay-slider.right, .overlay-slider.left {
    width: 40%;
  }

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

  .blog-wrap {
    margin-top: 60px;
  }

  .blog-item-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-column-gap: 40px;
    flex-flow: row;
  }

  .blog-text {
    padding-right: 0;
  }

  .blog-image-wrap {
    flex: 0 auto;
    align-self: auto;
    width: auto;
  }

  .blog-category {
    font-size: 18px;
  }

  .blog-category-link {
    background-color: var(--gray);
    color: var(--green);
  }

  .blog-image {
    height: auto;
    padding-right: 0;
  }

  .blog-post-name {
    text-align: left;
    font-size: 26px;
  }

  .blog-link-image {
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-banner {
    background-image: linear-gradient(#0009, #0009), url('../images/banner-background-image.jpg');
    background-position: 0 0, 50% 10%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: -100px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 800px;
  }

  .header-banner-menu-wrap {
    margin-top: 60px;
  }

  .header-banner-menu-text {
    min-height: 160px;
  }

  .menu-item-inner.gap-20 {
    padding-bottom: 40px;
  }

  .header-card-description {
    letter-spacing: 0;
  }

  .home-3-banner {
    background-position: 0 -28%;
  }

  .about-us-banner {
    background-position: 50% 0;
    background-size: cover;
    margin-top: -100px;
  }

  .offer-wrap.green {
    background-color: var(--green);
    color: var(--dark-green);
  }

  .offer-text-block {
    max-width: none;
  }

  .advantages-list {
    grid-row-gap: 10px;
  }

  .content-wrap.flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .our-history-img {
    object-fit: cover;
    border-radius: 8px;
    width: auto;
    min-width: 540px;
    max-width: none;
  }

  .text-content {
    flex-flow: column;
    align-items: center;
    max-width: none;
    margin-left: 0;
    display: flex;
  }

  .grid-container-3c {
    grid-template-rows: auto auto;
    place-items: stretch stretch;
  }

  .image-container.small-left {
    max-height: none;
  }

  .header-wrapper.team {
    min-width: 565px;
  }

  .worker-img {
    aspect-ratio: auto;
  }

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

  .image-bg-absolute.bottom {
    max-width: 408px;
  }

  .heading-underline {
    background-image: url('../images/Header-Line.svg');
    background-position: 50% 82%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .subscribe-form-block {
    justify-content: center;
  }

  .subscribe-heading, .portfolio-subheading {
    max-width: 700px;
  }

  .review-content-wrapper._1 {
    flex-flow: column;
    display: block;
  }

  .cta-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .tablet-text-center {
    text-align: center;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-testimonials {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .project-image {
    width: 100%;
  }

  .overlay-bg {
    background-color: #08251fb3;
    background-image: none;
  }

  .overlay-bg.pricing {
    background-color: #00000080;
  }

  .services-inner-section-wrap {
    margin-left: 50px;
    margin-right: 50px;
  }

  .partners {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why-choose-us-img {
    object-fit: contain;
    width: 440px;
    min-width: auto;
    max-width: none;
    height: auto;
    display: inline-block;
    position: static;
  }

  .about-us-image-banner {
    object-fit: cover;
    width: 100%;
  }

  .service-feature {
    background-color: var(--white);
    border: .5px #0d9;
    padding-left: 28px;
    padding-right: 28px;
    box-shadow: 2px 8px 14px #015fc91a;
  }

  .service-features-wrap {
    grid-row-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .about-service-img {
    object-fit: contain;
  }

  .service-banner {
    background-image: url('../images/Home-3.svg');
    background-size: cover;
    margin-top: -100px;
  }

  .testimonials-content-wrap {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-plan-head {
    background-color: var(--light-gray);
  }

  .pricing-plan-head.top {
    background-color: var(--gray);
  }

  .month-package {
    margin-top: 10px;
  }

  .form-block-contact-us {
    padding-right: 30px;
  }

  .form-wrap.contact-us {
    background-color: var(--primary);
  }

  .contact-info {
    margin-top: 20px;
  }

  .header-banner-menu-wrap-contact {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .medium-link {
    color: var(--paragraph-gray);
    font-size: 18px;
  }

  .service-menu-image {
    object-fit: contain;
    width: 565px;
  }

  .column-left {
    flex: 1;
  }

  .title-container-blog {
    margin-bottom: 0;
  }

  .column-wrapper-right {
    min-width: 350px;
  }

  .contact-us-banner {
    width: 100%;
  }

  .contact-us-banner.height {
    object-position: 50% 50%;
    overflow: clip;
  }

  .price-list-item {
    text-align: left;
  }

  .contact-form-text {
    max-width: 100%;
  }

  .close-popup-image {
    width: 16px;
  }

  .promotion-label-button, .promotion-label-paragraph {
    font-size: 16px;
  }

  .promotion-label-left {
    max-width: none;
    padding-right: 10px;
  }

  .promotion-labels-wrapper {
    padding-right: 0;
  }

  .promotion-label-buttons-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
  }

  .promotion-label-holder {
    background-color: var(--green);
    flex-flow: column;
  }

  .promotion-label-close {
    right: -7px;
  }

  .grid-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 20px auto;
    align-items: center;
  }

  .image-18 {
    color: #0068ff;
    width: 52px;
    min-height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .dropdown-toggle-3 {
    padding: 20px 30px 20px 10px;
  }

  .dropdown-toggle-4 {
    padding: 5px 15px;
  }

  .icon-2 {
    margin-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-5 {
    font-size: 18px;
    font-weight: 700;
  }

  .dropdown-list-2 {
    border-radius: 10px;
  }

  .dropdown-list-2.w--open {
    background-color: var(--white);
    border-radius: 8px;
  }

  .dropdown-link {
    padding: 8px 0;
    display: flex;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .link-2 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 20px;
    display: block;
  }

  .collection-list-2 {
    z-index: 5;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
    position: relative;
  }

  .collection-item-3 {
    position: static;
  }

  .textarea {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white);
    text-align: left;
    background-color: #ffffff1a;
    border: 1px solid #fff6;
    border-radius: 8px;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
    overflow: clip;
  }

  .image-19 {
    align-self: flex-start;
    width: 110px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    color: var(--paragraph-gray);
    text-align: left;
    align-self: flex-start;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    display: flex;
  }

  .text-block-8 {
    color: var(--dark-green);
    max-width: none;
    font-size: 18px;
    font-weight: 500;
  }

  .youtube {
    width: 1000px;
  }

  .image-20 {
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .primary-button-icon-2 {
    border-color: var(--dark-green);
    background-color: var(--dark-green);
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-9 {
    margin-bottom: 20px;
    font-weight: 600;
  }

  .youtube-2 {
    border-radius: 8px;
    margin-top: 0;
  }

  .section-2 {
    background-color: var(--gray);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .select-field {
    border: 1px solid var(--form-border);
    background-color: var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--paragraph-gray);
    text-align: left;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 14px 24px 14px 20px;
    font-size: 18px;
    font-weight: 500;
    overflow: clip;
  }

  .textarea-2 {
    border: 1px solid var(--form-border);
    color: var(--paragraph-gray);
    border-radius: 8px;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
    overflow: clip;
  }

  .image-21 {
    border-radius: 8px;
    width: 200px;
    margin-top: 20px;
    padding-top: 0;
  }

  .text-block-10 {
    color: var(--white);
    font-weight: 700;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .section-3 {
    background-color: var(--white);
    padding-top: 130px;
    padding-bottom: 130px;
    padding-right: 0;
  }

  .div-block-8 {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-9 {
    grid-column-gap: 30px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    display: grid;
  }

  .div-block-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .div-block-11 {
    background-color: var(--gray);
    border-radius: 8px;
    padding: 30px 60px;
  }

  .div-block-12 {
    background-color: var(--gray);
    border-radius: 8px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-11 {
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-12 {
    font-weight: 500;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 18px;
  }

  .div-block-13 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .div-block-14 {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    background-color: var(--green);
    background-image: url('../images/Frame-38.svg');
    background-position: 0 0;
    background-size: auto;
    border-radius: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 30px;
    display: grid;
  }

  .heading-11 {
    color: var(--white);
  }

  .paragraph-6 {
    color: var(--white);
    margin-bottom: 35px;
    font-size: 18px;
  }

  .section-4 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .div-block-15 {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

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

  .section-5 {
    margin-top: 0;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    margin-top: 80px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .image-22 {
    z-index: 2;
    object-fit: cover;
    width: 100%;
    margin-left: 410px;
    position: relative;
    overflow: clip;
  }

  .image-23 {
    align-self: flex-start;
    width: 28px;
  }

  .div-block-18 {
    background-color: var(--white);
  }

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

  .section-7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8510.JPG');
    background-position: 0 0, 50% 30%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .heading-12 {
    color: var(--white);
  }

  .paragraph-7 {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
  }

  .select-field-2 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    flex: 1;
    width: auto;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
    overflow: visible;
  }

  .textarea-3 {
    color: var(--white);
    background-color: #0000;
    border: 1px solid #fff6;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 14px 24px;
    font-size: 18px;
    font-weight: 500;
  }

  .div-block-19 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .text-block-13 {
    color: var(--white);
    font-weight: 500;
  }

  .link-3 {
    color: var(--white);
    text-transform: none;
    font-weight: 500;
  }

  .bold-text, .bold-text-2 {
    font-weight: 500;
  }

  .link-4 {
    color: var(--paragraph-gray);
    text-transform: none;
    padding-right: 10px;
    font-weight: 500;
  }

  .text-block-14 {
    color: var(--green);
    text-align: center;
    font-weight: 500;
  }

  .paragraph-8 {
    color: var(--primary);
  }

  .paragraph-9 {
    color: var(--paragraph-gray);
    text-align: center;
    font-family: "Fa solid 900", sans-serif;
  }

  .image-24 {
    height: 34px;
  }

  .div-block-20 {
    margin-top: 50px;
    display: flex;
  }

  .div-block-21 {
    grid-column-gap: 10px;
    flex-flow: row;
    align-items: center;
    display: flex;
  }

  .image-25 {
    z-index: 1;
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    height: 470px;
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .div-block-22 {
    z-index: 2;
    background-color: #00000080;
    height: 470px;
    position: absolute;
    inset: 0%;
  }

  .section-9 {
    background-image: url('../images/Home-3.svg');
    background-size: cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  .section-10 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/pexels-solliefoto-298863_1pexels-solliefoto-298863.webp');
    background-position: 0 0, 0 0, 50%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-11 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 0 0, 0 0, 50% 70%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-12 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/New-Product-Development2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .section-13 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/Supply-Chain-Finance2.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .div-block-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .section-14 {
    padding-top: 130px;
  }

  .section-15 {
    background-image: url('../images/banner-about-us.avif');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    min-height: 680px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-25 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/gifts.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 220px;
    transition: all .3s;
    display: flex;
    overflow: visible;
  }

  .div-block-25.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-231x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 260px;
    padding-top: 40px;
    padding-left: 60px;
  }

  .image-26 {
    aspect-ratio: auto;
    text-align: left;
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    text-decoration: none;
    display: inline-block;
  }

  .div-block-26 {
    background-image: url('../images/home-furnishings.avif');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-26.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/蒙版组-2.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 260px;
    min-height: 0;
    padding-top: 40px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-27 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-27.licensing-image {
    background-image: linear-gradient(#0006, #0006), url('../images/蒙版组-241x.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 260px;
    padding-top: 40px;
    padding-left: 60px;
    display: flex;
  }

  .div-block-28 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-28.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/纺织品70.5x-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-29 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-29.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-2119877-3750640.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .div-block-30 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-30.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/季节性商品40.5x-2.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-31 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-31.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0464.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 260px;
    padding-top: 40px;
    padding-left: 60px;
    display: flex;
  }

  .div-block-32 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-32.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0465.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    height: 260px;
    padding-top: 40px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-33 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-33.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/IMG_0463.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 260px;
    padding-top: 40px;
    padding-left: 60px;
    display: flex;
  }

  .div-block-34 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-34.licensing-image {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-fariphotography-1112598.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-15 {
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500;
  }

  .paragraph-10 {
    background-image: none;
  }

  .text-block-16 {
    color: var(--paragraph-gray);
    text-align: left;
    text-transform: capitalize;
  }

  .div-block-35 {
    background-color: var(--white);
    border-radius: 300px;
    min-width: 230px;
    height: 230px;
    padding: 20px;
    overflow: hidden;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    text-align: center;
  }

  .text-block-17 {
    color: var(--green);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .paragraph-11 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .text-block-18 {
    text-align: left;
    font-weight: 500;
  }

  .div-block-36 {
    z-index: 2;
    background-color: var(--primary);
    color: var(--primary);
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    bottom: 0%;
    left: 8%;
    right: 8%;
  }

  .div-block-37 {
    background-color: var(--primary);
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-27 {
    border-radius: 6px;
    width: 100%;
    height: 100%;
  }

  .div-block-38 {
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-39 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-camcasey-11572550.5x-6.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-28 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 314px;
    display: inline-block;
    position: static;
    bottom: 0%;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .paragraph-12 {
    text-align: center;
    letter-spacing: 0;
  }

  .heading-18 {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-42 {
    background-color: var(--gray);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-19 {
    color: var(--white);
    text-align: center;
    line-height: 1.2em;
  }

  .section-16 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-buying-agent.avif');
    background-position: 0 0, 0 0, 50% 20%;
    background-size: auto, auto, cover;
    justify-content: flex-start;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    padding-right: 0;
    display: flex;
  }

  .section-17 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-sourcing-agent.avif');
    background-position: 0 0, 0 0, 50% 90%;
    background-size: cover, auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-5 {
    padding: 5px 15px;
  }

  .dropdown-list-3 {
    background-color: #0000;
    border-width: 0;
    border-radius: 8px;
    padding-top: 15px;
  }

  .dropdown-list-3.nav-dropdown-list.w--open {
    width: 380px;
  }

  .heading-20, .heading-21 {
    font-size: 26px;
  }

  .heading-22, .heading-23 {
    font-size: 22px;
  }

  .heading-24 {
    font-size: 26px;
  }

  .heading-25, .heading-26, .heading-27 {
    font-size: 22px;
  }

  .div-block-43, .image-29 {
    border-radius: 8px;
  }

  .text-block-19, .text-block-20 {
    font-size: 16px;
  }

  .section-18 {
    padding-top: 130px;
  }

  .div-block-44 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 230px 230px 230px 230px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-self: auto;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-18 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .div-block-46 {
    border: .5px solid var(--primary);
    background-color: var(--white);
    border-radius: 8px;
    padding: 30px 28px;
    position: relative;
  }

  .heading-50, .heading-51 {
    font-size: 40px;
  }

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

  .heading-53 {
    font-size: 22px;
  }

  .heading-54 {
    text-align: left;
    font-size: 40px;
  }

  .heading-55, .heading-56, .heading-57 {
    font-size: 40px;
  }

  .div-block-47 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .heading-58, .heading-59, .heading-60 {
    font-size: 32px;
  }

  .heading-61 {
    color: var(--white);
    text-align: center;
    min-width: 900px;
  }

  .paragraph-13 {
    margin-top: 20px;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
  }

  .div-block-48 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: .5px solid var(--gray);
    background-color: var(--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .text-block-21 {
    text-align: center;
    font-weight: 500;
  }

  .image-30 {
    max-width: 30%;
  }

  .div-block-49 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .heading-63 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 1.1em;
  }

  .image-31 {
    border-radius: 8px;
    flex: 0 auto;
    align-self: auto;
    width: 260px;
    max-width: none;
    margin-right: 0;
    padding: 0;
  }

  .heading-64, .heading-65, .heading-66 {
    text-align: left;
    font-size: 32px;
  }

  .heading-67 {
    color: var(--white);
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
  }

  .heading-68 {
    text-align: left;
    font-size: 60px;
  }

  .div-block-50 {
    background-color: var(--white);
    border-radius: 8px;
    flex-flow: row;
    justify-content: center;
    max-width: 600px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    display: flex;
  }

  .heading-69 {
    text-align: left;
    font-size: 26px;
    line-height: 1.1em;
  }

  .paragraph-14 {
    color: var(--paragraph-gray);
  }

  .image-32 {
    max-width: 40%;
  }

  .div-block-51 {
    justify-content: center;
    align-items: center;
    min-width: 200px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .list-2 {
    background-color: var(--white);
    width: 260px;
    margin-left: 0;
  }

  .list-item, .list-item-2, .list-item-3 {
    color: var(--primary);
    text-align: left;
  }

  .paragraph-15 {
    color: var(--white);
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
    width: 800px;
    margin-top: 20px;
  }

  .grid-21 {
    grid-column-gap: 110px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
  }

  .image-33 {
    width: 60px;
    max-width: 100%;
  }

  .div-block-52 {
    background-color: var(--white);
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 2px 8px 14px #0003;
  }

  .heading-70 {
    text-align: left;
    font-size: 26px;
  }

  .div-block-53 {
    background-color: var(--primary);
    width: 2px;
    height: 110px;
  }

  .grid-22 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-71 {
    color: var(--white);
    text-align: right;
    font-size: 32px;
  }

  .heading-72 {
    color: var(--white);
    text-align: left;
    font-size: 32px;
  }

  .paragraph-16 {
    color: var(--white);
    text-align: right;
  }

  .paragraph-17 {
    color: var(--white);
  }

  .div-block-54 {
    align-self: center;
    margin-top: 40px;
  }

  .paragraph-18 {
    margin-top: 20px;
  }

  .grid-23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .div-block-55 {
    z-index: 10;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
    position: relative;
  }

  .heading-73 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .grid-24 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    margin-top: 40px;
  }

  .div-block-56 {
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .grid-25 {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
    position: sticky;
    top: 150px;
  }

  .link-block-2 {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-22 {
    text-align: center;
    font-weight: 500;
  }

  .section-19 {
    margin-top: -60px;
  }

  .grid-26 {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }

  .text-block-23 {
    color: var(--green);
    text-align: left;
    align-self: flex-start;
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .link-5 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

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

  .div-block-58 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .link-6 {
    letter-spacing: normal;
    margin-top: -1px;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-24 {
    font-size: 30px;
    font-weight: 500;
  }

  .text-block-25 {
    font-weight: 500;
  }

  .image-34 {
    height: 18px;
    font-weight: 500;
  }

  .div-block-59 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .image-35 {
    border-radius: 8px;
    width: auto;
  }

  .heading-74 {
    font-size: 40px;
  }

  .heading-75 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
  }

  .div-block-60 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-36 {
    border-radius: 100px;
    width: 60px;
  }

  .div-block-61 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
    position: sticky;
    top: 150px;
  }

  .link-7 {
    text-align: left;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-26 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
  }

  .div-block-62 {
    z-index: 1000;
    border-radius: 8px;
    flex-flow: column;
    align-items: center;
    height: 300px;
    padding: 20px;
    display: flex;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .link-8 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .paragraph-19 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.1em;
  }

  .div-block-63 {
    background-color: var(--light-gray);
    border-radius: 8px;
    height: 480px;
    padding: 20px;
  }

  .text-block-27 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .paragraph-20 {
    color: var(--white);
    text-transform: none;
  }

  .div-block-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-27 {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-65 {
    margin-top: 20px;
  }

  .div-block-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 40px;
    display: grid;
  }

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

  .grid-28 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    background-color: #ffffff1a;
    border: 1px solid #fff6;
    border-radius: 8px;
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
    justify-content: stretch;
    padding: 40px;
  }

  .div-block-67 {
    border: 1px solid #fff6;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-28 {
    color: var(--white);
    text-align: center;
  }

  .div-block-68 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: grid;
  }

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

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

  .paragraph-22 {
    min-width: 0;
    max-width: none;
  }

  .paragraph-23 {
    width: auto;
  }

  .heading-79, .heading-80, .heading-81 {
    text-align: left;
    font-size: 26px;
  }

  .heading-82, .heading-83, .heading-84 {
    text-align: left;
  }

  .paragraph-28 {
    color: var(--white);
    max-width: 60%;
  }

  .paragraph-29 {
    color: var(--white);
    text-align: right;
    max-width: 60%;
  }

  .heading-86, .heading-89 {
    text-align: left;
  }

  .image-38 {
    width: 30px;
  }

  .div-block-70 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-71 {
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .review-content-wrapper-2._1 {
    flex-flow: column;
    display: block;
  }

  .inner-section-wrap-2 {
    box-shadow: 16px -12px 20px #015fc90d;
  }

  .inner-section-wrap-2.top {
    box-shadow: none;
  }

  .div-block-72 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 20px;
    display: flex;
  }

  .primary-label-2 {
    text-align: left;
  }

  .image-39 {
    width: 30px;
  }

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

  .heading-91 {
    text-align: left;
    font-size: 26px;
  }

  .div-block-73, .div-block-74 {
    max-height: 300px;
  }

  .heading-99 {
    line-height: 1.2em;
  }

  .heading-100 {
    text-align: left;
    font-size: 60px;
  }

  .heading-101 {
    color: var(--white);
    min-width: auto;
    max-width: 820px;
    line-height: 1.2em;
  }

  .section-20 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0519.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    min-height: 600px;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
    display: flex;
  }

  .section-21 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0514.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 130px;
    display: flex;
  }

  .body, .body-2, .body-3, .body-4, .body-5 {
    display: block;
  }

  .section-22 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0515.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
    display: flex;
  }

  .section-23 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0516.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
    display: flex;
  }

  .section-24 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0517.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
    display: flex;
  }

  .link-block-3 {
    display: block;
  }

  .section-25 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0630.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
    display: flex;
  }

  .section-26 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0635.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .section-27 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0636.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .section-28 {
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .section-29 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0637.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-top: -100px;
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .div-block-75 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .image-40 {
    width: 30px;
    padding-left: 0;
  }

  .dropdown-2 {
    font-weight: 700;
  }

  .dropdown-toggle-6 {
    padding: 10px 40px 10px 10px;
    display: flex;
  }

  .div-block-77 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 15px;
    display: grid;
  }

  .image-41 {
    width: 30px;
  }

  .dropdown-link-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-4 {
    width: 200px;
  }

  .dropdown-list-4.w--open {
    background-color: #0000;
    width: 90px;
  }

  .div-block-78 {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 2px 0 5px -1px #0003;
  }

  .text-block-30 {
    padding: 10px;
  }

  .div-block-80 {
    margin-top: 20px;
  }

  .section-30 {
    padding-bottom: 130px;
  }

  .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-48 {
    letter-spacing: 0;
  }

  .heading-108 {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

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

  .section.banner-faq {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.about-banner {
    padding-top: 140px;
  }

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

  .section.overlay-numbers {
    padding-bottom: 20px;
  }

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

  .section.banner-team-details {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.banner-portfolio {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-procurement-agent_1.avif');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, auto;
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.portfolio-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-project {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.overlay-location {
    padding-bottom: 520px;
  }

  .section.banner-blog {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.blog-post, .section.banner-product-detail {
    padding-top: 140px;
  }

  .section.overlay-numbers-home {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .section.banner-licensing {
    padding-top: 140px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button {
    align-self: center;
  }

  .primary-button.button-burger {
    display: block;
  }

  .primary-button.shrink {
    align-self: stretch;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    font-size: 18px;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-width: 0;
    flex-direction: column;
    flex: 0 auto;
    width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 18px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: 320px;
    height: auto;
    padding-left: 10px;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-image {
    height: auto;
  }

  .licensing-fonts-wrapper {
    display: block;
  }

  .licensing-paragraph {
    width: 100%;
  }

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

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-right {
    width: 100%;
    max-width: none;
    position: static;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    flex-direction: row;
    column-gap: 20px;
    display: flex;
  }

  .sidebar-recent-post-item {
    width: 100%;
    max-width: 400px;
    display: inline-block;
  }

  .sidebar-recent-post-image {
    width: 100%;
  }

  .sidebar-recent-post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sidebar-recent-posts {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .blog-template-image {
    height: 500px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .blog-template-pagination-link {
    width: auto;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

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

  .paragraph-large.our-story {
    margin-bottom: 0;
  }

  .banner-title-wrapper.portfolio {
    height: auto;
  }

  .banner-title-wrapper.max-width {
    max-width: 500px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item.last {
    width: 100%;
    max-width: 50%;
  }

  .comparing-table-features-wrapper {
    display: none;
  }

  .comparing-table-plans-wrapper {
    grid-template-columns: 1fr .8fr 1.5fr;
    display: flex;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .footer-link.medium {
    text-align: center;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 65%;
    margin-bottom: 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

  .accordion-wrapper-one-column.relative {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .button-wrapper.burger {
    margin-top: 10px;
  }

  .button-wrapper.mt-25 {
    justify-content: center;
    align-self: flex-start;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    padding-right: 20px;
    inset: auto 0% 0%;
  }

  .sidebar-search-wrapper {
    margin-top: 20px;
  }

  .home-banner-section {
    background-position: 26%;
    background-size: cover;
    padding-top: 180px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .image-background.absolute {
    object-fit: fill;
    height: auto;
  }

  .form-block {
    width: 100%;
    padding-right: 0;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .social-networks-wrap {
    margin-top: 30px;
    margin-right: 60px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .image-wrap {
    width: 100%;
  }

  .grid {
    grid-template-rows: 354px 354px 354px 354px;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .rich-text-style {
    width: auto;
    min-width: auto;
  }

  .rich-text-style h2 {
    font-size: 36px;
  }

  .rich-text-style h3 {
    font-size: 28px;
  }

  .rich-text-style h4 {
    font-size: 24px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .button-wrap {
    flex: none;
    align-self: center;
  }

  .button-wrap.gap {
    justify-content: flex-start;
    align-self: auto;
    margin-top: 25px;
  }

  .button-wrap.get-in-touch {
    align-self: flex-start;
  }

  .faq-image {
    width: 100%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .brand-tablet {
    display: block;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .testimonials-bg-element {
    background-color: var(--green);
  }

  .shop-tabs {
    flex-direction: column;
  }

  .shop-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .tabs {
    padding-left: 0;
  }

  .shop-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .shop-details-slider {
    height: 400px;
  }

  .shop-details-block {
    grid-template-columns: 1fr;
  }

  .details-page-title {
    font-size: 48px;
  }

  .footer-rights-wrapper, .coming-soon-form-main {
    justify-content: center;
  }

  .secondary-button-white-icon {
    justify-content: flex-start;
  }

  .secondary-button-white-icon:hover {
    opacity: 1;
  }

  .hader-button-wrapper {
    display: none;
  }

  .nav-dropdown-list-inner {
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    padding: 0;
  }

  .logo-burger {
    width: 100%;
    max-width: 226px;
    height: auto;
    max-height: 30px;
  }

  .phone-wrapper {
    display: none;
  }

  .phone-wrapper.burger {
    margin-top: 15px;
    display: flex;
  }

  .phone-number-text {
    display: block;
  }

  .nav-buttons-wrap {
    margin-left: auto;
    margin-right: 15px;
    display: block;
  }

  .nav-dropdown-link-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
  }

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

  .social-links-block {
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 40px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

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

  .footer-form {
    grid-row-gap: 20px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
  }

  .email-input {
    margin-right: 20px;
    font-size: 18px;
  }

  .footer-links-label.mb-20 {
    margin-bottom: 8px;
  }

  .footer-links-label.mb-30 {
    text-align: center;
    margin-bottom: 15px;
  }

  .header-link {
    padding-top: 10px;
    padding-left: 0;
  }

  .header-link.w--current {
    padding-right: 0;
  }

  .links-wrapper-flex {
    text-align: center;
  }

  .white {
    text-align: left;
  }

  .white.mobile-text-center {
    text-align: left;
    margin-top: 10px;
  }

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

  .content-full-wrap {
    padding-bottom: 30px;
  }

  .services-list, .services-list.grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-slide {
    width: 47%;
  }

  .service-image {
    object-fit: contain;
    height: 230px;
  }

  .content-wrapper-grid-2c {
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.z-index {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.aligment-bottom {
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1.5fr;
  }

  .content-wrapper-grid-2c.home-3 {
    grid-template-columns: 1.25fr;
  }

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

  .social-prove-wrap {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .social-prove-wrap.margin-top-20 {
    margin-top: 30px;
  }

  .social-prove-wrap.testimonials-banner {
    flex-direction: row;
  }

  .social-prove-info-text {
    align-items: center;
    width: 100%;
  }

  .heading-wrap-center {
    padding-left: 50px;
    padding-right: 50px;
  }

  .collection-item-inner-block {
    width: 100%;
    height: 100%;
  }

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

  .project-info {
    height: auto;
  }

  .project-link-image {
    width: 100%;
  }

  .our-portfolio-list {
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .text-wrapper.flex-v-space-b {
    padding-right: 0;
  }

  .feature-block {
    width: 100%;
  }

  .feature-block-text {
    text-align: left;
    margin-left: 0;
    text-decoration: none;
  }

  .feature-number-block {
    border-right-style: solid;
    width: 200px;
    max-width: none;
    margin-right: 30px;
    padding: 10px 25px;
  }

  .content-wrap-flex.faq, .flex-wrap {
    flex-direction: column;
  }

  .images-wrapper {
    justify-content: center;
    max-width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .circle {
    background-position: 50%;
    width: 800px;
    max-width: none;
    height: 467px;
    margin-left: 280px;
  }

  .image-relative {
    object-fit: cover;
    height: 600px;
  }

  .form-with-glass-fields {
    padding-bottom: 0;
  }

  .glass-select {
    height: 55px;
  }

  .portfolio-info-banner.overlay {
    padding-left: 50px;
    padding-right: 50px;
  }

  .portfolio-info-banner.overlay-project {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .statistic-number-wrap {
    align-items: center;
  }

  .statistic-number {
    font-size: 62px;
  }

  .h1-banner.white {
    text-align: left;
  }

  .heading-wrap.max-width {
    width: 454px;
  }

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

  .top-section-block-flex.banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-text-center {
    text-align: center;
    margin-top: 0;
  }

  .green-block {
    max-width: 300px;
    height: 300px;
    max-height: none;
  }

  .greed-4c {
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: stretch;
  }

  .greed-4c.mt-50 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: center;
    height: auto;
  }

  .greed-4c.our-team {
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .team-collection.about-us {
    margin-top: 60px;
  }

  .worker-image.full-height {
    object-fit: none;
    height: 400px;
  }

  .review-text.testimonials-page {
    min-height: auto;
  }

  .overlay-slider.right, .overlay-slider.left, .overlay-slider.right, .overlay-slider.left {
    width: 25%;
  }

  .blog-text {
    max-width: 380px;
  }

  .blog-image {
    object-fit: cover;
    height: auto;
  }

  .home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/banner-background-image.jpg');
    background-position: 0 0, 50% 10%;
    background-size: auto, cover;
    padding-top: 140px;
  }

  .heading-wrap-banner.home-3 {
    max-width: 750px;
  }

  .header-banner-menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-banner-menu-text {
    min-height: 150px;
  }

  .dot-block {
    margin-bottom: 20px;
  }

  .home-3-banner, .about-us-banner {
    padding-top: 140px;
  }

  .offer-text-block {
    max-width: 300px;
  }

  .content-wrap.flex {
    flex-direction: column;
  }

  .content-wrap.faq {
    max-width: 100%;
    margin-top: 40px;
  }

  .our-history-img {
    max-width: none;
  }

  .text-content {
    max-width: none;
    margin-top: 40px;
    margin-right: 0;
  }

  .header-wrapper {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .header-wrapper.team {
    max-width: 600px;
  }

  .banner-wrapper-flex {
    flex-direction: column;
  }

  .worker-info {
    justify-content: flex-start;
  }

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

  .worker-info-wrap.flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .details-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

  .worker-description-wrap {
    width: 100%;
    padding-left: 40px;
  }

  .team-member-text-description {
    margin-left: 0;
  }

  .get-appointment-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .team-member-image {
    object-fit: cover;
    height: 100%;
  }

  .team-member-information h4 {
    margin-top: 30px;
  }

  .images {
    width: 100%;
    margin-right: 0;
  }

  .title-left-wrap.max-width {
    width: auto;
  }

  .image-bg-absolute.bottom {
    width: 408px;
  }

  .subscribe-wrap.flex-horizontal {
    flex-direction: column;
  }

  .portfolio-wrapper {
    grid-column-gap: 30px;
    flex-direction: column;
  }

  .portfolio-img._1 {
    width: 100%;
  }

  .offer-right-side {
    padding-left: 0;
  }

  .review-content-wrapper {
    max-width: none;
    padding: 30px;
  }

  .cta-testimonials {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-information {
    font-size: 22px;
  }

  .project-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .portfolio-item-galery-list {
    padding-top: 25px;
  }

  .project-gallery-wrap {
    flex-direction: column;
  }

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

  .flex-block-testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .project-image {
    object-fit: cover;
    height: 100%;
  }

  .bg-video {
    height: 55vh;
    min-height: 620px;
  }

  .overlay-bg.pricing {
    background-color: #00000080;
    height: 55vh;
    min-height: 620px;
  }

  .features-grid-container {
    margin-top: 50px;
  }

  .why-choose-us-img {
    width: 100%;
  }

  .about-us-image-banner {
    object-fit: cover;
    height: 100%;
  }

  .about-service-rich-text img {
    width: 100%;
    padding-right: 0;
  }

  .service-feature.last {
    max-width: none;
  }

  .service-features-wrap {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .about-service-image-wrap {
    width: 100%;
    max-width: 100%;
  }

  .about-service-text-wrap {
    max-width: 100%;
  }

  .service-banner {
    padding-top: 140px;
  }

  .testimonials-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-image-bg {
    object-fit: cover;
    height: 55vh;
    min-height: 620px;
  }

  .pricing-feature-name {
    color: var(--green);
    font-size: 16px;
    font-weight: 500;
    display: block;
  }

  .form-block-contact-us {
    width: 100%;
  }

  .form-wrap.contact-us {
    flex-direction: column;
    padding-right: 20px;
  }

  .location-wrap {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .header-banner-menu-wrap-contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-blog-column-wrap {
    flex-direction: column;
  }

  .column-wrapper-right {
    max-width: none;
  }

  .blog-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-us-banner {
    object-fit: cover;
    height: 100%;
  }

  .contact-us-banner.height {
    height: 400px;
  }

  .contact-us-info.overlay {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contact-form-text {
    max-width: 100%;
    margin-top: 0;
  }

  .collection-list {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .recent-post-image {
    width: 100%;
  }

  .about-service-flex {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .shop-list, .shop-list.category {
    grid-template-columns: 1fr 1fr;
  }

  .shop-banner-section {
    background-position: 26%;
    background-size: cover;
    padding-top: 180px;
  }

  .primary-button-cart {
    align-self: flex-start;
  }

  .rich-text-style-detail h2 {
    font-size: 36px;
  }

  .rich-text-style-detail h3 {
    font-size: 28px;
  }

  .rich-text-style-detail h4 {
    font-size: 24px;
  }

  .default-state {
    margin-bottom: 0;
  }

  .order-image {
    object-fit: cover;
    width: 100px;
    height: 100%;
  }

  .order-item {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .row, .row-3 {
    flex-direction: column;
  }

  .order-item-total {
    margin-left: 0;
    margin-right: 0;
  }

  .summary {
    flex-basis: 300px;
  }

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

  .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .div-block-2 {
    flex-flow: row;
  }

  .text-block-7 {
    text-align: left;
    align-self: center;
    max-width: 400px;
  }

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

  .image-20 {
    margin-bottom: 10px;
  }

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

  .div-block-8 {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    grid-template-columns: 1.5fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .div-block-15 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

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

  .image-23 {
    align-self: center;
  }

  .section-9 {
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .div-block-23 {
    flex-flow: row;
  }

  .section-10, .section-11 {
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

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

  .section-12, .section-13 {
    min-height: 500px;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .div-block-25.licensing-image, .div-block-26.licensing-image, .div-block-27.licensing-image {
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28.licensing-image {
    height: auto;
    min-height: auto;
  }

  .div-block-29.licensing-image {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .div-block-31.licensing-image {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-32.licensing-image {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }

  .div-block-33.licensing-image {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
  }

  .div-block-34.licensing-image {
    width: auto;
    height: 130px;
  }

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

  .div-block-39 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-camcasey-11572550.5x-6.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .section-17 {
    background-image: url('../images/Home-3.svg'), linear-gradient(#00000080, #00000080), url('../images/banner-china-sourcing-agent.avif');
    background-position: 0 0, 0 0, 50% 90%;
    background-size: auto, auto, cover;
    align-items: center;
    margin-top: -100px;
    padding-top: 140px;
    padding-bottom: 60px;
    display: flex;
  }

  .dropdown-list-3 {
    border-width: 0;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: flex;
    position: static;
  }

  .dropdown {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

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

  .div-block-44 {
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: stretch;
  }

  .heading-53 {
    text-align: center;
    font-size: 22px;
  }

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

  .image-31 {
    width: 100%;
  }

  .heading-65, .heading-66 {
    text-align: left;
  }

  .grid-20 {
    width: auto;
    max-width: 800px;
  }

  .grid-21 {
    grid-column-gap: 80px;
  }

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

  .heading-71, .heading-72, .paragraph-16, .paragraph-17 {
    text-align: center;
  }

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

  .grid-26 {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .div-block-59 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-75 {
    font-size: 40px;
  }

  .div-block-63 {
    height: 400px;
  }

  .div-block-64 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 3fr;
    grid-auto-columns: 1fr;
  }

  .div-block-65 {
    margin-top: 20px;
    position: relative;
    overflow: visible;
  }

  .grid-28 {
    grid-template-columns: 3fr;
  }

  .div-block-68 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .div-block-69 {
    grid-template-columns: 1fr;
  }

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

  .paragraph-28, .paragraph-29 {
    max-width: 100%;
  }

  .review-content-wrapper-2 {
    max-width: none;
    padding: 30px;
  }

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

  .div-block-80 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    text-align: left;
  }

  blockquote {
    font-family: DM Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

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

  .section.banner-faq {
    padding-top: 125px;
  }

  .section.about-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 160px;
  }

  .section.top-gap {
    padding-top: 60px;
  }

  .section.overlay-numbers {
    padding-bottom: 30px;
  }

  .section.faq {
    padding-bottom: 60px;
  }

  .section.banner-team-details {
    padding-top: 125px;
    padding-bottom: 60px;
  }

  .section.banner-portfolio {
    min-height: auto;
  }

  .section.banner-project {
    padding-top: 125px;
  }

  .section.services, .section.price {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .section.overlay-location {
    padding-bottom: 555px;
  }

  .section.blog-post {
    padding-top: 140px;
  }

  .section.overlay-numbers-home {
    padding-top: 120px;
    padding-bottom: 355px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-top-color: #696e774d;
    border-left: 1px solid #696e774d;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #696e774d;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #696e774d;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-top-color: #696e774d;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button {
    margin-bottom: 0;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.shrink {
    align-self: stretch;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 15px;
  }

  .nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

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

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .sidebar-recent-post-item {
    margin-bottom: 0;
  }

  .blog-template-image {
    height: 350px;
    margin-top: 30px;
  }

  .blog-template-date {
    flex: 0 auto;
    align-self: auto;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .banner-title-wrapper.portfolio-banner {
    align-self: center;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    width: 100%;
    max-width: none;
  }

  .pricing-plan-item.last {
    max-width: 100%;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .button-wrapper {
    margin-top: 20px;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .project-pagination-wrapper {
    padding-top: 60px;
  }

  .home-banner-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .secondary-button.mt-26 {
    margin-top: 16px;
  }

  .left-arrow {
    left: 0;
    right: auto;
  }

  .right-arrow {
    right: 0;
  }

  .services-slider {
    padding-right: 15px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-background.absolute {
    object-fit: fill;
    height: auto;
  }

  .form-block {
    padding-right: 0;
  }

  .form-block.blur {
    flex-flow: column;
    padding-right: 30px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .social-networks-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .image-wrap {
    height: 300px;
    display: block;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 525px 525px 525px 525px 525px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .button-wrap.gap {
    margin-top: 20px;
  }

  .faq-image {
    height: 538px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    width: auto;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #0000001a;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-left-color: #696e774d;
    border-right-style: none;
    border-right-color: #696e774d;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-tabs {
    display: block;
  }

  .sessions-tab-link {
    justify-content: center;
    display: flex;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .tabs {
    padding-left: 0;
  }

  .shop-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-bottom: 40px;
    display: grid;
    position: static;
  }

  .shop-item-price {
    text-align: left;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-content-block {
    grid-row-gap: 10px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .primary-button-icon {
    justify-content: flex-start;
  }

  .nav-logo {
    height: auto;
  }

  .logo-burger {
    max-width: 226px;
    height: auto;
    max-height: 30px;
  }

  .nav-buttons-wrap {
    margin-right: 10px;
  }

  .nav-dropdown-link-menu {
    font-size: 18px;
  }

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

  .footer-form {
    flex-direction: column;
  }

  .links-wrapper-flex {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-wrapper-text {
    max-width: 320px;
  }

  .white {
    text-align: left;
  }

  .white.mobile-text-center {
    margin-top: 10px;
  }

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

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

  .services-list.grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-slide {
    width: 100%;
  }

  .content-wrapper-grid-2c {
    grid-template-columns: 1fr;
  }

  .content-wrapper-grid-2c.mt-50 {
    margin-top: 30px;
  }

  .content-wrapper-grid-2c.z-index {
    grid-row-gap: 40px;
  }

  .social-prove-wrap {
    flex-direction: row;
    margin-top: 30px;
  }

  .social-prove-wrap.testimonials-banner {
    margin-top: 10px;
  }

  .person-image {
    width: 60px;
    height: 60px;
  }

  .social-prove-info-text {
    flex-direction: row;
    align-items: center;
  }

  .portfolio-image {
    height: auto;
  }

  .text-wrap.portfolio-cart {
    min-height: 80px;
  }

  .project-link-image {
    width: 100%;
  }

  .our-portfolio-list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .text-wrapper.flex-v-space-b {
    padding-right: 0;
  }

  .heading-label.white {
    margin-bottom: 15px;
  }

  .feature-block {
    width: auto;
    padding-right: 16px;
  }

  .feature-number-block {
    margin-right: 30px;
  }

  .content-wrap-flex.faq {
    margin-top: 40px;
  }

  .images-wrapper {
    max-width: 70%;
    margin-top: 0;
  }

  .circle {
    max-width: 450px;
    height: 467px;
  }

  .image-relative {
    width: auto;
  }

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

  .portfolio-info-banner.overlay {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 30px 15px;
    top: -150px;
  }

  .portfolio-info-banner.overlay-project {
    padding: 30px 15px;
  }

  .statistic-number-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .statistic-number {
    color: var(--green);
    font-size: 48px;
  }

  .h1-banner.white {
    font-size: 46px;
  }

  .heading-wrap.max-width {
    width: auto;
    display: flex;
  }

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

  .top-section-block-flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .green-block {
    max-width: 250px;
    max-height: 250px;
  }

  .greed-4c.mt-50 {
    margin-top: 40px;
  }

  .team-collection.about-us {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .worker-image.full-height {
    object-fit: contain;
    height: auto;
  }

  .subheader-banner {
    margin-bottom: 30px;
  }

  .primary-label {
    font-size: 18px;
  }

  .inner-section-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: -5px -19px 20px #015fc90d;
  }

  .inner-section-wrap.bottom-space {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .slider-testimonials-wrap {
    margin-top: 40px;
  }

  .review-text.testimonials-page {
    text-align: left;
    min-width: 320px;
    max-width: 430px;
    min-height: auto;
  }

  .review-text.main-page {
    min-height: 120px;
  }

  .overlay-slider.right, .overlay-slider.left, .overlay-slider.right, .overlay-slider.left {
    width: 15%;
  }

  .author-name {
    text-align: left;
    margin-top: 20px;
  }

  .blog-item-wrapper {
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-row-gap: 40px;
  }

  .blog-text {
    max-width: none;
  }

  .blog-image-wrap {
    width: auto;
  }

  .blog-image {
    aspect-ratio: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-banner {
    padding-top: 120px;
  }

  .header-banner-menu-wrap {
    grid-template-columns: 1fr;
  }

  .header-banner-menu-item {
    max-width: none;
  }

  .header-banner-menu-text {
    min-height: 120px;
    padding-left: 20px;
  }

  .link-block {
    padding-left: 100px;
  }

  .menu-item-inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item-inner.gap-20 {
    grid-column-gap: 20px;
  }

  .home-3-banner, .about-us-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .big-text-medium {
    font-size: 32px;
  }

  .offer-wrap.green {
    flex-direction: column;
    margin-top: 40px;
  }

  .offer-text-block {
    max-width: none;
    margin-bottom: 30px;
  }

  .advantages-wrap {
    grid-row-gap: 20px;
    width: auto;
    max-width: none;
    margin-left: 10px;
  }

  .worker-info-wrap.flex {
    grid-row-gap: 40px;
  }

  .details-wrap {
    grid-template-columns: 1fr;
  }

  .worker-description-wrap {
    padding-left: 20px;
  }

  .team-member-text-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-appointment-wrap {
    padding-left: 20px;
  }

  .subscribe-wrap {
    padding: 40px 20px;
  }

  .subscribe-form-block {
    width: auto;
  }

  .subscribe-form {
    width: 100%;
  }

  .portfolio-wrapper {
    display: block;
  }

  .review-content-wrapper._1 {
    max-width: none;
  }

  .cta-testimonials, .block-quote {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-info-wrapper {
    grid-template-columns: 1fr;
  }

  .portfolio-item-galery-list {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .project-gallery-wrap {
    flex-direction: column;
  }

  .flex-block-testimonials {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .project-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bg-video {
    height: 75vh;
    min-height: auto;
  }

  .overlay-bg.pricing {
    background-color: #00000080;
    height: 85vh;
  }

  .services-inner-section-wrap {
    box-shadow: -5px -19px 20px #015fc90d;
  }

  .features-grid-container {
    margin-top: 40px;
  }

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

  .service-feature {
    min-width: 150px;
  }

  .service-feature.last {
    max-width: 100%;
  }

  .service-features-wrap {
    grid-template-columns: 1fr;
  }

  .service-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .service-banner-image {
    height: 300px;
  }

  .testimonials-content-wrap {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .pricing-image-bg {
    height: 85vh;
  }

  .location-wrap {
    flex-direction: column;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .header-banner-menu-wrap-contact {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .title-container-blog {
    margin-bottom: 40px;
  }

  .blog-header-image {
    height: auto;
  }

  .contact-us-banner.height {
    height: 350px;
  }

  .contact-us-info.overlay {
    top: -150px;
  }

  .about-service-flex {
    grid-row-gap: 40px;
  }

  .shop-list, .shop-list.category {
    grid-template-columns: 1fr;
  }

  .product-info {
    align-self: flex-start;
  }

  .shop-banner-section {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .shop-pagination {
    padding-top: 40px;
  }

  .product-image {
    height: 350px;
  }

  .order-image {
    width: 100%;
  }

  .order-item {
    grid-row-gap: 5px;
    grid-template-columns: .5fr 2.25fr;
  }

  .summary {
    flex: 0 auto;
    margin-top: 30px;
    margin-left: 0;
    position: static;
  }

  .order-confirmation {
    padding-top: 125px;
  }

  .order-summary {
    margin-bottom: 0;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .grid-16 {
    margin-right: 0;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-rows: auto;
    display: flex;
  }

  .primary-button-icon-2 {
    justify-content: flex-start;
  }

  .youtube-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .section-2, .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
  }

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

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

  .textarea-3 {
    flex: 0 auto;
  }

  .image-25, .div-block-22 {
    height: 405px;
  }

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

  .sessions-tab-link-2 {
    justify-content: center;
    display: flex;
  }

  .section-9 {
    min-height: auto;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .section-10, .section-11, .section-12, .section-13 {
    min-height: auto;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: grid;
  }

  .section-14 {
    padding-top: 60px;
  }

  .div-block-25.licensing-image {
    padding-top: 20px;
    padding-left: 30px;
  }

  .div-block-26.licensing-image {
    height: auto;
    padding-right: 30px;
  }

  .div-block-27.licensing-image {
    padding-left: 30px;
  }

  .div-block-28.licensing-image, .div-block-29.licensing-image, .div-block-30.licensing-image {
    height: 150px;
  }

  .div-block-31.licensing-image {
    height: auto;
    padding-top: 20px;
    padding-left: 30px;
  }

  .div-block-32.licensing-image, .div-block-33.licensing-image {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-34.licensing-image {
    max-width: 350px;
    height: 150px;
    max-height: 370px;
  }

  .text-block-15 {
    margin-bottom: 0;
  }

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

  .heading-14, .heading-15, .heading-16, .heading-17 {
    text-align: center;
  }

  .paragraph-11 {
    max-width: none;
  }

  .section-16, .section-17 {
    min-height: auto;
  }

  .heading-28, .heading-30, .heading-31, .heading-32 {
    text-align: center;
  }

  .section-18 {
    padding-top: 60px;
  }

  .heading-53 {
    font-size: 22px;
  }

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

  .heading-67 {
    font-size: 40px;
  }

  .grid-20 {
    align-content: stretch;
  }

  .grid-21 {
    grid-column-gap: 40px;
  }

  .div-block-52 {
    width: 100px;
    min-width: 100px;
  }

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

  .grid-26 {
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-6 {
    font-size: 18px;
  }

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

  .review-content-wrapper-2._1 {
    max-width: none;
  }

  .inner-section-wrap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: -5px -19px 20px #015fc90d;
  }

  .primary-label-2 {
    font-size: 18px;
  }

  .slider-nav-2 {
    margin-top: 40px;
  }

  .heading-100 {
    line-height: 1.2em;
  }

  .heading-101 {
    max-width: 600px;
  }

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

  .div-block-80 {
    margin-top: 20px;
  }

  .section-30 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section.overlay-numbers {
    padding-bottom: 100px;
  }

  .section.green-bg-section {
    display: block;
  }

  .section.portfolio-body {
    padding-top: 120px;
  }

  .section.overlay-location {
    padding-bottom: 740px;
  }

  .section.banner-blog {
    margin-top: -100px;
  }

  .section.blog-post {
    padding-top: 120px;
  }

  .section.overlay-numbers-home {
    padding-top: 140px;
    padding-bottom: 255px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button {
    align-self: stretch;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button.button-burger {
    font-size: 14px;
  }

  .primary-button.grow-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-dropdown {
    padding-top: 10px;
  }

  .nav-dropdown-list.megamenu {
    height: auto;
    padding-left: 15px;
    padding-right: 0;
  }

  .nav-dropdown-link {
    font-size: 14px;
  }

  .nav-item-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .banner-title.text-white {
    font-size: 36px;
  }

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

  .text-center {
    box-sizing: border-box;
    clear: none;
    text-align: center;
    mix-blend-mode: normal;
    object-fit: fill;
    position: static;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .nav-menu-wrapper {
    padding-left: 15px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .paragraph-large.white {
    font-size: 16px;
  }

  .paragraph-large.our-story {
    margin-top: 40px;
  }

  .section-title.mobile-center {
    font-size: 36px;
  }

  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link.medium {
    padding-top: 5px;
    font-size: 18px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-brand-description {
    font-size: 18px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-grid-image {
    height: 280px;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-pagination-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
  }

  .home-banner-section {
    background-position: 50%;
  }

  .services-slider {
    margin-left: 0;
    padding-top: 70px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .image-background.absolute {
    object-fit: fill;
    height: auto;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block.blur {
    padding: 30px 15px;
  }

  .portfolio-grid-image-link {
    height: auto;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-start;
  }

  .project-button-link.right {
    flex: 1;
    margin-left: auto;
  }

  .home-9-team-item {
    width: 100%;
  }

  .grid {
    grid-template-rows: 315px 315px 315px 315px 315px 315px;
  }

  .menu-wrap {
    padding-bottom: 20px;
  }

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

  .home-23-team-item {
    width: 100%;
  }

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

  .faq-image {
    height: 330px;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .brand.w--current {
    padding-bottom: 8px;
    padding-right: 10px;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .sessions-tab-link {
    text-align: center;
  }

  .sessions-tab-link.last {
    max-width: 100%;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .tabs {
    padding-left: 0;
  }

  .shop-tabs-menu {
    grid-template-columns: 1fr;
  }

  .shop-details-left-arrow {
    margin-left: 10px;
  }

  .shop-details-right-arrow {
    margin-right: 10px;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-logo {
    height: auto;
  }

  .logo-burger {
    width: 100%;
    max-width: 151px;
    height: auto;
    max-height: 20px;
  }

  .nav-buttons-wrap {
    margin-right: 0;
  }

  .nav-dropdown-link-menu {
    font-size: 14px;
  }

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

  .social-links-block {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .susbcribe-block {
    width: 100%;
  }

  .footer-form {
    flex-direction: column;
  }

  .email-input:focus {
    border-color: var(--primary);
  }

  .footer-links-label.mb-20, .footer-links-label.mb-30 {
    font-size: 18px;
  }

  .header-link {
    padding-right: 0;
    font-size: 14px;
  }

  .links-wrapper-flex {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: flex;
  }

  .banner-wrapper-text {
    max-width: 100%;
  }

  .white {
    text-align: left;
    align-self: auto;
    font-size: 26px;
  }

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

  .white.mobile-center {
    text-align: center;
    font-size: 16px;
  }

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

  .services-arrow.left-arrow {
    left: 0;
  }

  .services-arrow.right-arrow {
    left: 60px;
  }

  .social-prove-wrap, .social-prove-wrap.testimonials-banner {
    flex-direction: column;
  }

  .heading-wrap-center {
    box-sizing: border-box;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-wrap.portfolio-cart {
    min-height: 100px;
  }

  .project-info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-wrapper {
    aspect-ratio: auto;
    position: static;
  }

  .line-block {
    width: auto;
  }

  .heading-label.white {
    text-align: left;
    font-size: 18px;
  }

  .feature-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 450px;
    height: auto;
    min-height: auto;
    overflow: visible;
  }

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

  .feature-number-block {
    border-bottom: 0px solid var(--white);
    border-right-width: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number {
    font-size: 32px;
  }

  .images-wrapper {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .circle {
    max-width: 340px;
    height: 467px;
  }

  .image-relative {
    height: 537px;
  }

  .fields-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .portfolio-info-banner.overlay {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: grid;
    top: -200px;
  }

  .portfolio-info-banner.overlay-project {
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px 20px;
    display: grid;
    top: -250px;
  }

  .statistic-number-wrap {
    align-items: center;
  }

  .h1-banner.white {
    font-size: 40px;
  }

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

  .mobile-text-center {
    margin-left: 5px;
    margin-right: 5px;
  }

  .greed-4c, .greed-4c.mt-50, .greed-4c.our-team {
    grid-template-columns: auto;
  }

  .primary-label {
    line-height: 1.2em;
  }

  .slider-testimonials {
    width: auto;
  }

  .overlay-slider.right, .overlay-slider.left, .overlay-slider.right, .overlay-slider.left {
    width: 0%;
  }

  .blog-text {
    padding-left: 0;
  }

  .blog-category-link {
    background-color: var(--gray);
    color: var(--green);
  }

  .blog-image {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-name {
    margin-right: 0;
    font-size: 26px;
  }

  .blog-link-image {
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/banner-background-image.jpg');
    background-position: 0 0, 60%;
  }

  .header-banner-menu-text {
    margin-left: 0;
    padding-left: 0;
  }

  .link-block {
    padding-left: 20px;
  }

  .menu-item-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-item-inner.last {
    align-items: flex-start;
  }

  .services-arrow-white.left-arrow {
    left: 0;
  }

  .services-arrow-white.right-arrow {
    left: 60px;
  }

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

  .grid-container-3c {
    grid-template-columns: 1fr 1fr;
  }

  .image-container.small {
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-container.small-left {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-container.pt-20 {
    margin-top: 0;
  }

  .image-container.pt-10 {
    padding-top: 0;
  }

  .header-wrapper.team {
    min-width: auto;
  }

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

  .worker-description-wrap, .team-member-text-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .get-appointment-wrap {
    padding-left: 15px;
  }

  .subscribe-wrap.flex-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }

  .subscribe-form-block {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .portfolio-subheading {
    font-size: 16px;
  }

  .project-info-wrapper {
    grid-template-columns: 1fr;
  }

  .project-info-wrap {
    align-items: center;
  }

  .project-image {
    object-fit: cover;
    height: 400px;
  }

  .bg-video {
    height: 540px;
  }

  .overlay-bg.pricing {
    height: 540px;
    overflow: visible;
  }

  .services-inner-section-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-grid-container {
    grid-template-columns: 1fr;
  }

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

  .why-choose-us-img {
    min-width: auto;
  }

  ._404-title {
    font-size: 100px;
  }

  .service-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 450px;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .testimonials-content-wrap {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    display: block;
  }

  .pricing-image-bg {
    height: 540px;
  }

  .form-block-contact-us, .form-wrap.contact-us {
    padding-left: 10px;
    padding-right: 10px;
  }

  .location-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .medium-link {
    font-size: 18px;
  }

  .contact-us-info.overlay {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    top: -200px;
  }

  .menu {
    display: block;
  }

  .recent-post-image {
    height: 100%;
  }

  .product-info {
    align-self: flex-start;
  }

  .shop-banner-section {
    background-position: 50%;
  }

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

  .primary-button-cart {
    align-self: stretch;
  }

  .block-content, .block-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .order-image {
    max-height: 100px;
  }

  .order-item {
    grid-template-columns: 1fr 2.25fr;
  }

  .paypal-checkout-form {
    padding-top: 126px;
  }

  .item-order-name {
    color: var(--dark-green);
  }

  .grid-16 {
    grid-template-columns: 14px auto;
    margin-right: 0;
  }

  .dropdown-link {
    font-size: 14px;
  }

  .grid-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    max-width: none;
  }

  .text-block-8, .image-20 {
    text-align: left;
  }

  .div-block-6 {
    text-align: left;
    align-items: center;
    text-decoration: none;
  }

  .youtube-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-8 {
    flex-flow: column-reverse;
    display: flex;
  }

  .div-block-9 {
    grid-template-columns: 1fr;
  }

  .image-23 {
    align-self: flex-start;
  }

  .dropdown-link-2 {
    font-size: 14px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .image-25, .div-block-22 {
    height: 450px;
  }

  .sessions-tab-link-2 {
    text-align: center;
  }

  .sessions-tab-link-2.last {
    max-width: 100%;
  }

  .div-block-26.licensing-image {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 0;
  }

  .div-block-31.licensing-image {
    height: 300px;
    padding-left: 30px;
  }

  .div-block-32.licensing-image {
    align-items: flex-start;
  }

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

  .heading-14, .heading-15, .heading-16, .heading-17, .div-block-41, .heading-18 {
    text-align: center;
  }

  .div-block-42 {
    background-color: var(--gray);
    align-self: stretch;
  }

  .heading-19 {
    font-size: 32px;
  }

  .heading-20, .heading-21, .heading-24, .heading-33, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-45, .heading-46, .heading-47, .heading-48, .heading-49 {
    text-align: center;
  }

  .div-block-44 {
    grid-template-columns: auto;
  }

  .heading-53 {
    font-size: 22px;
  }

  .heading-61 {
    font-size: 32px;
  }

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

  .image-30 {
    max-width: 40%;
  }

  .heading-67 {
    font-size: 40px;
  }

  .div-block-50 {
    flex-flow: column;
  }

  .heading-69, .paragraph-14 {
    text-align: center;
  }

  .grid-21 {
    grid-template-columns: auto;
  }

  .div-block-52 {
    width: auto;
    min-width: 0;
  }

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

  .grid-26 {
    grid-row-gap: 60px;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .link-6 {
    line-height: 1.2em;
  }

  .heading-75 {
    font-size: 32px;
  }

  .div-block-63 {
    height: 480px;
  }

  .grid-28 {
    padding: 20px;
  }

  .div-block-68 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 16px;
  }

  .paragraph-22 {
    text-align: center;
    min-width: 0;
    max-width: none;
  }

  .paragraph-23 {
    text-align: center;
    width: auto;
  }

  .paragraph-24, .paragraph-25, .paragraph-26, .paragraph-27 {
    text-align: center;
  }

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

  .primary-label-2 {
    line-height: 1.2em;
  }

  .heading-90, .heading-91, .heading-92, .heading-93, .heading-95, .text-block-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .paragraph-35 {
    text-align: center;
  }

  .section-20, .section-21, .section-22, .section-23, .section-24, .section-25, .section-26, .section-27, .section-28, .section-29 {
    padding-top: 140px;
  }

  .image-40 {
    min-width: 20px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .div-block-79 {
    margin-left: 20px;
  }

  .icon-3 {
    font-size: 16px;
  }

  .heading-102, .heading-103, .heading-104, .text-block-32 {
    text-align: center;
  }

  .section-30 {
    padding-bottom: 60px;
  }
}

#w-node-_67d3ba30-60a6-a7d1-acb1-e0fb364c3ac6-7bb0014a, #w-node-_491fb23e-feec-1bb7-ca26-b968b6281b16-7bb0014a, #w-node-e485d169-869d-db9c-92aa-e3acb9f3d81b-7bb0014a, #w-node-_86d1fb22-ddda-4e84-3ad7-6aaf6fc374a1-7bb0014a, #w-node-b0903d3b-f6f0-3a7e-ed06-ce243f3369ac-7bb0014a, #w-node-_8c6f4277-d936-4ee3-66a0-4640e786548f-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09aef928-22a2-4e5c-799f-32434ee98a6c-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_09aef928-22a2-4e5c-799f-32434ee98a83-7bb0014a, #w-node-ef8b7a75-b29f-7f4a-95e3-ba1e8a058917-7bb0014a, #w-node-_09aef928-22a2-4e5c-799f-32434ee98a94-7bb0014a, #w-node-_853fabd8-901c-fc31-d8b6-3166256a6e1f-7bb0014a, #w-node-_853fabd8-901c-fc31-d8b6-3166256a6e21-7bb0014a, #w-node-_853fabd8-901c-fc31-d8b6-3166256a6e38-7bb0014a, #w-node-_8221cebe-cc19-d3f8-af36-0aee0181a382-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc085d2b-d646-bc4e-dba4-f26cfad5f9ed-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc085d2b-d646-bc4e-dba4-f26cfad5fa04-7bb0014a, #w-node-_7ad75c25-e724-c434-9595-573c17d4d1eb-7bb0014a, #w-node-fc085d2b-d646-bc4e-dba4-f26cfad5fa15-7bb0014a, #w-node-_8b154a4d-fc96-7b49-7515-e9491784c038-7bb0014a, #w-node-_8b154a4d-fc96-7b49-7515-e9491784c03c-7bb0014a, #w-node-_8b154a4d-fc96-7b49-7515-e9491784c03d-7bb0014a, #w-node-_8b154a4d-fc96-7b49-7515-e9491784c040-7bb0014a, #w-node-eff69d8a-4bb7-0eaa-ab44-e4ce56ffde16-7bb0014a, #w-node-eff69d8a-4bb7-0eaa-ab44-e4ce56ffde18-7bb0014a, #w-node-eff69d8a-4bb7-0eaa-ab44-e4ce56ffde19-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3457c864-e901-d7e1-66be-c5f1dd5dcf0d-7bb0014a, #w-node-_3457c864-e901-d7e1-66be-c5f1dd5dcf0f-7bb0014a, #w-node-_3457c864-e901-d7e1-66be-c5f1dd5dcf11-7bb0014a, #w-node-_3457c864-e901-d7e1-66be-c5f1dd5dcf13-7bb0014a, #w-node-_3457c864-e901-d7e1-66be-c5f1dd5dcf15-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e7b76ac6-cec9-b5c4-b836-1784c00e47fd-7bb0014a, #w-node-e7b76ac6-cec9-b5c4-b836-1784c00e47fe-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b76ac6-cec9-b5c4-b836-1784c00e4824-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e7b76ac6-cec9-b5c4-b836-1784c00e4826-7bb0014a, #w-node-e7b76ac6-cec9-b5c4-b836-1784c00e4828-7bb0014a, #w-node-e7b76ac6-cec9-b5c4-b836-1784c00e482a-7bb0014a, #w-node-e7b76ac6-cec9-b5c4-b836-1784c00e482c-7bb0014a, #w-node-e7b76ac6-cec9-b5c4-b836-1784c00e482e-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_6530db8d-198a-79bb-4f1f-b33b5080375a-7bb0014a {
  justify-self: center;
}

#w-node-dcb7424c-c046-6836-2be6-1b309b234c67-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c69-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c6a-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcb7424c-c046-6836-2be6-1b309b234c6c-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dcb7424c-c046-6836-2be6-1b309b234c75-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c7e-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c87-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c90-7bb0014a, #w-node-dcb7424c-c046-6836-2be6-1b309b234c92-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503339-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e950333b-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e950333c-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cfe5e8f-239c-f84d-7c04-61f6e950333e-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503346-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e950334f-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503358-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503361-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503363-7bb0014a, #w-node-a46710e2-dfec-7e4b-3d26-dda2aee3ce9c-7bb0014a, #w-node-a46710e2-dfec-7e4b-3d26-dda2aee3ce9e-7bb0014a, #w-node-a46710e2-dfec-7e4b-3d26-dda2aee3ce9f-7bb0014a, #w-node-_9af29b12-4111-44e2-426c-2a6163801154-7bb0014a, #w-node-_9af29b12-4111-44e2-426c-2a6163801156-7bb0014a, #w-node-_9af29b12-4111-44e2-426c-2a6163801157-7bb0014a, #w-node-_8c446bbf-82fc-e9eb-35a3-292ebec2ce79-7bb0014a, #w-node-_2af07b06-2d93-76c3-189a-e81ed326c067-7bb0014a, #w-node-_77de17d7-9cb4-efb4-67d5-43f9b4dfc2a9-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d32276d-5346-35e2-91bd-b40cb5a3911c-7bb0014a {
  align-self: center;
}

#w-node-_2d32276d-5346-35e2-91bd-b40cb5a39120-7bb0014a, #w-node-_2d32276d-5346-35e2-91bd-b40cb5a39124-7bb0014a, #w-node-_2d32276d-5346-35e2-91bd-b40cb5a39126-7bb0014a, #w-node-_2d32276d-5346-35e2-91bd-b40cb5a39127-7bb0014a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daf981fd-9b17-a0fb-7466-2c35634f2c75-634f2c73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_098b7941-eca9-d8a5-fb38-eeeb77291f3e-72cc13b5, #w-node-_098b7941-eca9-d8a5-fb38-eeeb77291f3f-72cc13b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb0-7bb00175 {
  justify-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb1-7bb00175 {
  place-self: auto;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb2-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb4-7bb00175 {
  align-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb9-7bb00175 {
  justify-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acba-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acbb-7bb00175 {
  place-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acbd-7bb00175 {
  align-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acc2-7bb00175 {
  justify-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acc4-7bb00175 {
  place-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acc6-7bb00175 {
  align-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0accb-7bb00175 {
  justify-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0accd-7bb00175 {
  place-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0accf-7bb00175 {
  align-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acd4-7bb00175 {
  justify-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acd6-7bb00175 {
  place-self: center;
}

#w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acd8-7bb00175 {
  align-self: center;
}

#w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eeba-7bb00175 {
  align-self: end;
}

#w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eec8-7bb00175, #w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eecb-7bb00175, #w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eed9-7bb00175, #w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eee9-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e22730543f-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e227305441-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e227305442-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcebd8f5-5428-de93-5602-29e227305444-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-fcebd8f5-5428-de93-5602-29e22730544c-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e227305455-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e22730545e-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e227305467-7bb00175, #w-node-fcebd8f5-5428-de93-5602-29e227305469-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcebd8f5-5428-de93-5602-29e22730546a-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b9cd2821-70bf-2790-30ad-68beda41a59c-7bb00175, #w-node-b9cd2821-70bf-2790-30ad-68beda41a5a0-7bb00175, #w-node-b9cd2821-70bf-2790-30ad-68beda41a5a2-7bb00175, #w-node-b9cd2821-70bf-2790-30ad-68beda41a5a3-7bb00175 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0bf8584-241e-7289-6d47-f21bbc38d264-7bb001c3 {
  justify-self: center;
}

#w-node-_9b13cab8-7f31-2120-4691-3999ace999d8-7bb001c3, #w-node-_9b13cab8-7f31-2120-4691-3999ace999d9-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b13cab8-7f31-2120-4691-3999ace999ff-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9b13cab8-7f31-2120-4691-3999ace99a03-7bb001c3, #w-node-_9b13cab8-7f31-2120-4691-3999ace99a05-7bb001c3, #w-node-_9b13cab8-7f31-2120-4691-3999ace99a07-7bb001c3, #w-node-_9b13cab8-7f31-2120-4691-3999ace99a09-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d8261ce5-2c35-310a-1f28-400c192379a2-7bb001c3, #w-node-c751d471-61b0-5b7a-1903-b4789590c114-7bb001c3, #w-node-a2ff037e-0bab-9485-84a8-af7c8ec05a5e-7bb001c3, #w-node-_1e4511f9-d877-416a-8eca-ed1c48b8d32d-7bb001c3, #w-node-_827afc2f-b98a-d906-f15e-4ad4c44c84df-7bb001c3, #w-node-_6c52c643-45ac-b80c-6c28-cef7d8c93805-7bb001c3, #w-node-_0f2481a2-9da6-358a-1d5d-b11f266a8135-7bb001c3, #w-node-ab4a0027-b5c1-eb51-a428-2e7fbf74aeb1-7bb001c3, #w-node-c01d2af4-5db2-9c6b-282a-92824de2c756-7bb001c3, #w-node-_863a7c41-0ba8-acc0-c36b-23b53ef2e2d5-7bb001c3, #w-node-_7425eecd-affa-7dea-afed-5c0e881198e6-7bb001c3, #w-node-_11bce480-8bf2-69a5-3d67-fb65c19b336a-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6950-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6954-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6955-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6958-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a695d-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a695f-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6960-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6974-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6976-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a6978-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a697a-7bb001c3, #w-node-_0bb103e8-094f-3b0c-afd3-4cc0836a697c-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5da19fb1-b34b-f766-e522-1c9af705e79c-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e79f-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da19fb1-b34b-f766-e522-1c9af705e7c5-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5da19fb1-b34b-f766-e522-1c9af705e7c9-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7cb-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7cd-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7cf-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5da19fb1-b34b-f766-e522-1c9af705e7d1-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7d3-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7d5-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7d7-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7d9-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7db-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7dd-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7df-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7e1-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7e3-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7e5-7bb001c3, #w-node-_5da19fb1-b34b-f766-e522-1c9af705e7e7-7bb001c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c3da7c3e-6101-aaea-50cd-8eb35fe04e03-7bb001c3 {
  align-self: center;
}

#w-node-_994e3e7b-021f-9f40-eb19-1d9b44a29c5c-7bb001c3, #w-node-_9b147186-8d8a-5f5d-dd9f-11984d39354a-7bb001c3, #w-node-_9b147186-8d8a-5f5d-dd9f-11984d39354c-7bb001c3, #w-node-_9b147186-8d8a-5f5d-dd9f-11984d39354d-7bb001c3, #w-node-_0541d705-0b43-4829-502b-1e158dc48a63-7bb001c3, #w-node-_0541d705-0b43-4829-502b-1e158dc48a65-7bb001c3, #w-node-_0541d705-0b43-4829-502b-1e158dc48a66-7bb001c3, #w-node-f0ba5ee2-230a-6bee-070f-37cfe19e02e9-7bb001c3, #w-node-_87408261-72ef-e671-3730-1f34f6a8200d-7bb001c3, #w-node-d23b80bd-71e4-cd90-5859-0b25ccc3886d-7bb001c3, #w-node-_98105ab4-7abc-73ef-4eb8-a996d8657aa1-7bb001c3, #w-node-_98105ab4-7abc-73ef-4eb8-a996d8657aa3-7bb001c3, #w-node-_98105ab4-7abc-73ef-4eb8-a996d8657aa4-7bb001c3, #w-node-_1c9fe55f-ce60-4c5d-9808-a1acb871c4cb-7bb001c3, #w-node-_1c9fe55f-ce60-4c5d-9808-a1acb871c4de-7bb001c3, #w-node-_1c9fe55f-ce60-4c5d-9808-a1acb871c4f1-7bb001c3, #w-node-_21df4db5-d703-c347-61db-eaa0aebbf903-7bb001c3, #w-node-_4b68ea71-bcb4-10a6-e443-00c4615dd8da-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca23209-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca2321c-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca2322f-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca23242-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca23255-7bb001c3, #w-node-_310e5e1f-0bf0-da43-2969-5f829ca23268-7bb001c3, #w-node-_77ffa6d7-e260-55bb-93f7-ad8c5f1cea4d-7bb001c3, #w-node-_77ffa6d7-e260-55bb-93f7-ad8c5f1cea51-7bb001c3, #w-node-_77ffa6d7-e260-55bb-93f7-ad8c5f1cea53-7bb001c3, #w-node-_77ffa6d7-e260-55bb-93f7-ad8c5f1cea54-7bb001c3, #w-node-_102ddc13-8b28-7023-8ddf-738a1cf30ba1-7bb001c4, #w-node-_102ddc13-8b28-7023-8ddf-738a1cf30bb8-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_102ddc13-8b28-7023-8ddf-738a1cf30bc4-7bb001c4 {
  align-self: center;
}

#w-node-_102ddc13-8b28-7023-8ddf-738a1cf30bc9-7bb001c4, #w-node-_5e8635ee-b9a7-933c-531d-0154a574882e-7bb001c4, #w-node-_5e8635ee-b9a7-933c-531d-0154a5748806-7bb001c4, #w-node-_5e8635ee-b9a7-933c-531d-0154a574881d-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e8635ee-b9a7-933c-531d-0154a5748829-7bb001c4 {
  align-self: center;
}

#w-node-c04aee18-75fb-6c3a-b4e9-a5a5161a1c1d-7bb001c4, #w-node-c04aee18-75fb-6c3a-b4e9-a5a5161a1c34-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c04aee18-75fb-6c3a-b4e9-a5a5161a1c40-7bb001c4 {
  align-self: center;
}

#w-node-c04aee18-75fb-6c3a-b4e9-a5a5161a1c45-7bb001c4, #w-node-b0f7bde0-e1d3-eca1-22ed-736ddbe2a513-7bb001c4, #w-node-b0f7bde0-e1d3-eca1-22ed-736ddbe2a52c-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0f7bde0-e1d3-eca1-22ed-736ddbe2a538-7bb001c4 {
  align-self: center;
}

#w-node-_70606aaf-20dd-bf65-2e59-e2fc9ef574cf-7bb001c4, #w-node-_70606aaf-20dd-bf65-2e59-e2fc9ef574e6-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70606aaf-20dd-bf65-2e59-e2fc9ef574f2-7bb001c4 {
  align-self: center;
}

#w-node-_70606aaf-20dd-bf65-2e59-e2fc9ef574f7-7bb001c4, #w-node-_6d8f4f20-ac14-e84c-0a00-4c5978356acb-7bb001c4, #w-node-_6d8f4f20-ac14-e84c-0a00-4c5978356ae4-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d8f4f20-ac14-e84c-0a00-4c5978356af0-7bb001c4 {
  align-self: center;
}

#w-node-_7dc03231-8a35-979c-3965-9ff6a74bab1e-7bb001c4, #w-node-_7dc03231-8a35-979c-3965-9ff6a74bab22-7bb001c4, #w-node-_7dc03231-8a35-979c-3965-9ff6a74bab24-7bb001c4, #w-node-_7dc03231-8a35-979c-3965-9ff6a74bab25-7bb001c4, #w-node-_4b665190-8c8d-fc44-1788-37b2fa5d4a5e-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdc719ba-d34f-e2cc-dd8c-be372cdd03fa-7bb001c4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_649bc4a5-cac4-76b5-3c77-da46205c775e-7bb001c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e64796eb-7209-694c-d114-9a9afc4c05e7-7bb001c4, #w-node-_6ec08cd8-9c05-6c3d-6fd9-cff19d0a64a9-7bb001c4, #w-node-_4ae2b131-ce20-7c01-6b3c-42bcc805f517-7bb001c4, #w-node-f6f4b6b3-c293-e5c9-dd19-919d8a17920b-7bb001c4, #w-node-_04d417dd-0801-4dba-c754-9a0e9bb03096-7bb001c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b458465-ed49-e78d-9712-30895b673801-7bb001c5 {
  align-self: start;
}

#w-node-_4b458465-ed49-e78d-9712-30895b673814-7bb001c5, #w-node-d49b1aec-1695-1c79-41dd-bd7211852342-7bb001c5, #w-node-e46e8534-ea00-7d4e-33f0-4d9666956e77-7bb001c5, #w-node-_7d437992-49d7-954e-9f4a-563c00265aab-7bb001c5, #w-node-_73073dcb-e82d-6dc0-e853-64c4ba4ecfdb-7bb001c5, #w-node-_8b474f1e-790f-f7e8-0586-754b01ab9e31-7bb001c5, #w-node-_8b474f1e-790f-f7e8-0586-754b01ab9e33-7bb001c5, #w-node-_8b474f1e-790f-f7e8-0586-754b01ab9e34-7bb001c5, #w-node-d545b92e-bfd7-aaf0-f7a3-80713149e18a-7bb001c6, #w-node-d545b92e-bfd7-aaf0-f7a3-80713149e18c-7bb001c6, #w-node-d545b92e-bfd7-aaf0-f7a3-80713149e18d-7bb001c6, #w-node-_7c7aa84d-e749-f34b-a490-1dee16d035ec-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c7aa84d-e749-f34b-a490-1dee16d035ee-7bb001c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7c7aa84d-e749-f34b-a490-1dee16d035f0-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7c7aa84d-e749-f34b-a490-1dee16d035f2-7bb001c6, #w-node-_7c7aa84d-e749-f34b-a490-1dee16d035f4-7bb001c6, #w-node-_8d9e5d92-68c3-a43d-a4e2-ef3c4592e667-7bb001c6, #w-node-da672d95-0e85-2395-4b7b-db175fcf0e77-7bb001c6, #w-node-_5c26e3dc-d500-73d5-10b6-38a67784a081-7bb001c6, #w-node-bc794253-28f1-c9aa-c9c5-c507378c47c5-7bb001c6, #w-node-a4aa3f11-9c12-a9f7-a3a5-1118e38f9116-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9830-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9832-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9833-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07a6-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07a8-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07a9-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07ab-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07b8-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07c1-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07ca-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07d3-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07d5-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07e0-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07e2-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07e3-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07e5-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07ed-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07f6-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07ff-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c0808-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c080a-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081cef-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081cf1-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081cf2-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7da2254-179b-c9f6-5347-6a13fa081cf4-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a7da2254-179b-c9f6-5347-6a13fa081cfc-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d05-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d0e-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d17-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d19-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7da2254-179b-c9f6-5347-6a13fa081d1a-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a7da2254-179b-c9f6-5347-6a13fa081d22-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d2b-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d34-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d3d-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081d3f-7bb001c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f66c-7bb001c7 {
  justify-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f66d-7bb001c7 {
  place-self: auto;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f66e-7bb001c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f670-7bb001c7 {
  align-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f675-7bb001c7 {
  justify-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f676-7bb001c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f677-7bb001c7 {
  place-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f679-7bb001c7 {
  align-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f67e-7bb001c7 {
  justify-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f680-7bb001c7 {
  place-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f682-7bb001c7 {
  align-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f687-7bb001c7 {
  justify-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f689-7bb001c7 {
  place-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f68b-7bb001c7 {
  align-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f690-7bb001c7 {
  justify-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f692-7bb001c7 {
  place-self: center;
}

#w-node-_023a09d8-1432-78e0-c595-4dca1877f694-7bb001c7 {
  align-self: center;
}

#w-node-d8a34e13-3fb5-4289-aebd-ed5452eb9acb-7bb001c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6be6b48-259f-d1fd-8f37-4c30eda4985c-7bb001c7 {
  align-self: end;
}

#w-node-c6be6b48-259f-d1fd-8f37-4c30eda4986a-7bb001c7, #w-node-c6be6b48-259f-d1fd-8f37-4c30eda4986d-7bb001c7, #w-node-dcbc4925-3d1a-1293-41ac-a7d42fd2b5e8-7bb001c7, #w-node-c6be6b48-259f-d1fd-8f37-4c30eda4988b-7bb001c7, #w-node-_6c81967c-9c06-deda-4786-146f0b03ed33-7bb001c7, #w-node-_6c81967c-9c06-deda-4786-146f0b03ed37-7bb001c7, #w-node-_6c81967c-9c06-deda-4786-146f0b03ed3b-7bb001c7, #w-node-_6c81967c-9c06-deda-4786-146f0b03ed3d-7bb001c7, #w-node-_6c81967c-9c06-deda-4786-146f0b03ed3e-7bb001c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf7adbcb-beb4-5dfe-5f89-1491e5f8fe4f-7bb001dc {
  align-self: end;
}

#w-node-bf20bf09-2045-3a04-baab-760c3ba40974-7bb001dc, #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-7bb001dc, #w-node-_4f526e29-4473-4a1b-ce0c-f21fe9d9aace-7bb001dc, #w-node-_007dca75-803a-f612-89d3-996008f765c0-7bb001dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf21d479-b254-e1c6-d9cd-f45e35b8c7f5-7bb001dc {
  align-self: stretch;
}

#w-node-_3ae21160-aceb-8fd3-583f-9ad504fc1501-7bb001e4 {
  place-self: end;
}

#w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b99e0-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b99f3-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a06-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a19-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a2c-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a3f-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a52-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a65-7bb001e5, #w-node-_292357c5-7f82-09b1-5d1f-5cee7e2b9a78-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b461-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b476-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b48b-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b4a0-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b4b5-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b4ca-7bb001e5, #w-node-c79dda72-025a-ed2a-e694-a019ca2df544-7bb001e5, #w-node-c79dda72-025a-ed2a-e694-a019ca2df546-7bb001e5, #w-node-c79dda72-025a-ed2a-e694-a019ca2df547-7bb001e5, #w-node-_2c7f6520-05d2-f75c-c937-3905f2aec34c-7bb001e6, #w-node-_2c7f6520-05d2-f75c-c937-3905f2aec350-7bb001e6, #w-node-_2c7f6520-05d2-f75c-c937-3905f2aec352-7bb001e6, #w-node-_2c7f6520-05d2-f75c-c937-3905f2aec353-7bb001e6, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff8d-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff8f-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff90-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff92-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff9a-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ffa3-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ffac-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ffb5-7bb001e7, #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ffb7-7bb001e7, #w-node-_01574906-637c-af66-546b-9882d538cd36-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4154404b-98c6-14c0-0ef5-70d247167fab-7bb001e7 {
  align-self: center;
}

#w-node-_9ff08a69-7ba8-4ec8-6a9c-24704867fc87-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f4043812f4-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f4043812f6-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f4043812f7-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98043709-dea8-48f4-fd10-d7f4043812f9-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_98043709-dea8-48f4-fd10-d7f404381301-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f40438130a-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f404381313-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f40438131c-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f40438131e-7bb001e7, #w-node-_7e6f4bd1-2736-451e-3732-0aa049acb1f7-7bb001e7, #w-node-_7e6f4bd1-2736-451e-3732-0aa049acb1fb-7bb001e7, #w-node-_7e6f4bd1-2736-451e-3732-0aa049acb1fd-7bb001e7, #w-node-_7e6f4bd1-2736-451e-3732-0aa049acb1fe-7bb001e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3717-7bb001e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3734-7bb001e8 {
  align-self: center;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f373f-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3742-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3744-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f375b-7bb001e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3767-7bb001e8 {
  align-self: center;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3773-7bb001e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3797-7bb001e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f37a3-7bb001e8 {
  align-self: center;
}

#w-node-fd0006f1-7764-ea6c-5a31-b5d9542f37a8-7bb001e8, #w-node-_44dd4b54-49d8-de66-e80f-6c9805e86d85-7bb001e8, #w-node-_44dd4b54-49d8-de66-e80f-6c9805e86d89-7bb001e8, #w-node-_44dd4b54-49d8-de66-e80f-6c9805e86d8b-7bb001e8, #w-node-_44dd4b54-49d8-de66-e80f-6c9805e86d8c-7bb001e8, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-7bb001e8, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-7bb001e8, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-7bb001e8, #w-node-_06618175-1d17-d1e6-47d5-dd53bd66c00b-7bb001e8, #w-node-c5b82ca1-cea7-4f7a-c791-2702eb68cc81-7bb001e8, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fa3-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fa5-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fa6-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fa8-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fb0-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fb9-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fc2-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fcb-7bb001e9, #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fcd-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615fce-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_54c6ab86-2d29-52e7-3af7-294d454b853e-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8541-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c6ab86-2d29-52e7-3af7-294d454b8567-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_54c6ab86-2d29-52e7-3af7-294d454b856b-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b856d-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b856f-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8571-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_54c6ab86-2d29-52e7-3af7-294d454b8573-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8575-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8577-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8579-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b857b-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b857d-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b857f-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8581-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8583-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8585-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8587-7bb001e9, #w-node-_54c6ab86-2d29-52e7-3af7-294d454b8589-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_00b753f9-7cbe-808e-a773-92277da90882-7bb001e9, #w-node-_00b753f9-7cbe-808e-a773-92277da90886-7bb001e9, #w-node-_00b753f9-7cbe-808e-a773-92277da90888-7bb001e9, #w-node-_00b753f9-7cbe-808e-a773-92277da90889-7bb001e9, #w-node-_293394fc-4e6f-8503-0393-c3bb9162d9cf-7bb001e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_687bfd05-a5c0-b651-f856-5583b9fea20e-7bb001ea {
  align-self: stretch;
}

#w-node-_5d1f965e-4c69-a11d-20d5-f276fbb0b443-7bb001ea, #w-node-_5d1f965e-4c69-a11d-20d5-f276fbb0b447-7bb001ea, #w-node-_5d1f965e-4c69-a11d-20d5-f276fbb0b449-7bb001ea, #w-node-_5d1f965e-4c69-a11d-20d5-f276fbb0b44a-7bb001ea, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab04-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab17-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab2a-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab2f-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab46-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab4c-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab4e-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab51-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab53-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab6a-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab70-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab73-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab8a-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab90-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab92-7bb001ec, #w-node-ff766584-c31d-0977-618c-84046821a7ca-7bb001ec, #w-node-e92369da-e577-13e8-91fd-85fdace6f3bc-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc399-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_46834a45-1b7c-6861-593e-e635b37fc39d-7bb001ec, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a3-7bb001ec, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3a9-7bb001ec, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3ad-7bb001ec, #w-node-_46834a45-1b7c-6861-593e-e635b37fc3c3-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f140d530-82e6-c58b-c406-ecc87bb4b6a1-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6a4-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f140d530-82e6-c58b-c406-ecc87bb4b6ca-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f140d530-82e6-c58b-c406-ecc87bb4b6ce-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6d0-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6d2-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6d4-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-f140d530-82e6-c58b-c406-ecc87bb4b6d6-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6d8-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6da-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6dc-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6de-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6e0-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6e2-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6e4-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6e6-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6e8-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6ea-7bb001ec, #w-node-f140d530-82e6-c58b-c406-ecc87bb4b6ec-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-bdc64250-06f8-b4fa-e2b7-24869e923936-7bb001ec, #w-node-bdc64250-06f8-b4fa-e2b7-24869e92393a-7bb001ec, #w-node-bdc64250-06f8-b4fa-e2b7-24869e92393c-7bb001ec, #w-node-bdc64250-06f8-b4fa-e2b7-24869e92393d-7bb001ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a54-7bb001ed {
  justify-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a55-7bb001ed {
  place-self: auto;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a56-7bb001ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a58-7bb001ed {
  align-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a5d-7bb001ed {
  justify-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a5e-7bb001ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a5f-7bb001ed {
  place-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a61-7bb001ed {
  align-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a66-7bb001ed {
  justify-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a68-7bb001ed {
  place-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a6a-7bb001ed {
  align-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a6f-7bb001ed {
  justify-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a71-7bb001ed {
  place-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a73-7bb001ed {
  align-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a78-7bb001ed {
  justify-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a7a-7bb001ed {
  place-self: center;
}

#w-node-_178e7565-829e-78de-958d-1785ad6e0a7c-7bb001ed {
  align-self: center;
}

#w-node-_20371682-dd06-3b91-4860-299b2a6eb692-7bb001ed, #w-node-_7fd14e56-06b2-ad5f-de46-5750536e1fd7-7bb001ed, #w-node-_7fd14e56-06b2-ad5f-de46-5750536e1fdb-7bb001ed, #w-node-_7fd14e56-06b2-ad5f-de46-5750536e1fdd-7bb001ed, #w-node-_7fd14e56-06b2-ad5f-de46-5750536e1fde-7bb001ed, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee55-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee58-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e185397b-df05-08ac-aa7c-6cbbc306ee7e-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e185397b-df05-08ac-aa7c-6cbbc306ee82-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee84-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee86-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee88-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-e185397b-df05-08ac-aa7c-6cbbc306ee8a-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee8c-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee8e-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee90-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee92-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee94-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee96-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee98-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee9a-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee9c-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306ee9e-7bb001ee, #w-node-e185397b-df05-08ac-aa7c-6cbbc306eea0-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a092ed31-5225-a5c4-7bd7-93a21ab7085b-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a092ed31-5225-a5c4-7bd7-93a21ab7085d-7bb001ee {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a092ed31-5225-a5c4-7bd7-93a21ab7085f-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a092ed31-5225-a5c4-7bd7-93a21ab70860-7bb001ee, #w-node-a092ed31-5225-a5c4-7bd7-93a21ab70861-7bb001ee, #w-node-a092ed31-5225-a5c4-7bd7-93a21ab70862-7bb001ee, #w-node-a092ed31-5225-a5c4-7bd7-93a21ab70863-7bb001ee, #w-node-c82a1388-b189-b55e-8b2e-cd99c75231d0-7bb001ee, #w-node-c82a1388-b189-b55e-8b2e-cd99c75231d4-7bb001ee, #w-node-c82a1388-b189-b55e-8b2e-cd99c75231d6-7bb001ee, #w-node-c82a1388-b189-b55e-8b2e-cd99c75231d7-7bb001ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa1b8cf-e278-0c9c-55fb-1de9e2dbe708-7bb001ef {
  align-self: center;
}

#w-node-_37c7d2f0-4aee-1e8f-cee3-7d314c1de129-7bb001ef {
  align-self: end;
}

#w-node-_5bcaa068-2f75-d813-f0c3-a03f3cc93313-7bb001ef, #w-node-_21e074af-b296-ec05-5cf9-9d698c9dd1ef-7bb001ef {
  align-self: stretch;
}

#w-node-_29ce9cd1-3969-ed2a-85cf-d60edbaceab3-7bb001ef, #w-node-d07d6f14-5f2a-1687-2ac0-160724d85f64-7bb001ef {
  align-self: end;
}

#w-node-_7eecf089-8cb3-90f0-8590-0335103f9464-7bb001ef {
  align-self: stretch;
}

#w-node-_5f4ac41b-459b-e9a5-f53b-9f71553aad29-7bb001ef, #w-node-_427d97b9-c731-a780-0f4a-e1c56aa48070-7bb001ef {
  align-self: end;
}

#w-node-d1148644-1471-36c0-a685-3d92dde25fe6-7bb001ef, #w-node-d1148644-1471-36c0-a685-3d92dde25fea-7bb001ef, #w-node-d1148644-1471-36c0-a685-3d92dde25fec-7bb001ef, #w-node-d1148644-1471-36c0-a685-3d92dde25fed-7bb001ef, #w-node-_87538aa4-87a5-b7f3-0afd-d06f603f887f-7bb001f1, #w-node-_5ab40052-207d-7a07-7c3d-93300996ae0b-7bb001f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ab40052-207d-7a07-7c3d-93300996ae1a-7bb001f1 {
  align-self: center;
}

#w-node-_5b8581af-7810-2175-88d8-fd76f3a2662b-7bb001f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5bab951-35fc-7d5d-c7e8-2a40557610f7-7bb001f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_48cd51f7-0a9e-3e23-bd92-e0ebada1a1e1-7bb001f9, #w-node-_48cd51f7-0a9e-3e23-bd92-e0ebada1a1e3-7bb001f9, #w-node-_48cd51f7-0a9e-3e23-bd92-e0ebada1a1e4-7bb001f9, #w-node-e2e42f64-4ab6-29c2-2a7e-6f2aa887dc0e-7bb001f9, #w-node-e2e42f64-4ab6-29c2-2a7e-6f2aa887dc10-7bb001f9, #w-node-e2e42f64-4ab6-29c2-2a7e-6f2aa887dc11-7bb001f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3361-7bb001fa {
  justify-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3362-7bb001fa {
  place-self: auto;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3363-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3365-7bb001fa {
  align-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b336a-7bb001fa {
  justify-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b336b-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b336c-7bb001fa {
  place-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b336e-7bb001fa {
  align-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3373-7bb001fa {
  justify-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3375-7bb001fa {
  place-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3377-7bb001fa {
  align-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b337c-7bb001fa {
  justify-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b337e-7bb001fa {
  place-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3380-7bb001fa {
  align-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3385-7bb001fa {
  justify-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3390-7bb001fa {
  place-self: center;
}

#w-node-_7396b8fa-22d4-6061-edbe-4504357b3392-7bb001fa {
  align-self: center;
}

#w-node-ccca48da-d801-8c1c-58de-212f0d5d6433-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6435-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6436-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccca48da-d801-8c1c-58de-212f0d5d6438-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ccca48da-d801-8c1c-58de-212f0d5d6445-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d644e-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6457-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6460-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6462-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d646d-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d646f-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6470-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccca48da-d801-8c1c-58de-212f0d5d6472-7bb001fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ccca48da-d801-8c1c-58de-212f0d5d647a-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6483-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d648c-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6495-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6497-7bb001fa, #w-node-_9f826925-6ab3-9744-74b1-8bc6c979907c-7bb001fa, #w-node-_9f826925-6ab3-9744-74b1-8bc6c979907e-7bb001fa, #w-node-_9f826925-6ab3-9744-74b1-8bc6c979907f-7bb001fa, #w-node-_282a8a55-3a0f-9294-a20b-41c55b51ddd0-7bb001fa, #w-node-_282a8a55-3a0f-9294-a20b-41c55b51ddd4-7bb001fa, #w-node-_282a8a55-3a0f-9294-a20b-41c55b51ddd6-7bb001fa, #w-node-_282a8a55-3a0f-9294-a20b-41c55b51ddd7-7bb001fa, #w-node-_99fb1909-5471-e473-42e4-7a19aadedb26-7bb001fd, #w-node-_99fb1909-5471-e473-42e4-7a19aadedb28-7bb001fd, #w-node-_99fb1909-5471-e473-42e4-7a19aadedb29-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae025-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae038-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae04b-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae050-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae073-7bb001fd {
  align-self: center;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae07c-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae07e-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae081-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae083-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae09a-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0a6-7bb001fd {
  align-self: center;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0af-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0b2-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0d6-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0e2-7bb001fd {
  align-self: center;
}

#w-node-d8c1eed9-e59d-1489-efa8-053b600ae0eb-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae0ed-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa06b-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa06d-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa06e-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa070-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa078-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa081-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa08a-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa093-7bb001fd, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa095-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa096-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ee675fc6-a23d-a145-3c01-c9954553bf33-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf35-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf36-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee675fc6-a23d-a145-3c01-c9954553bf38-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ee675fc6-a23d-a145-3c01-c9954553bf40-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf49-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf52-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf5b-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf5d-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee675fc6-a23d-a145-3c01-c9954553bf5e-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-ee675fc6-a23d-a145-3c01-c9954553bf66-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf6f-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf78-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf81-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf83-7bb001fd, #w-node-_7e3e242d-70e6-4cc0-5c0d-5ab976284dee-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a94529b-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a94529d-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a94529e-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f18e0dcd-ea42-b238-9a21-85291a9452a0-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f18e0dcd-ea42-b238-9a21-85291a9452a8-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a9452b1-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a9452ba-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a9452c3-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a9452ce-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c880-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c888-7bb001fd, #w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c891-7bb001fd, #w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c89a-7bb001fd, #w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c8a3-7bb001fd, #w-node-b9b7a5a6-a4a8-d693-5cd5-0d7262a2c8a5-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2575d4a-834d-bbd2-ab37-6f52d9efa2c7-7bb001fd {
  align-self: stretch;
}

#w-node-_395e9b0a-a013-d69c-5485-f8a5fea4e841-7bb001fd {
  justify-self: center;
}

#w-node-_5a21e945-e51d-d70c-a46c-9124c92ffcd8-7bb001fd {
  place-self: auto;
}

#w-node-eea6bd6b-dcd6-d897-9009-41e8649085f3-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-dd462b70-c56a-fb66-e567-b05b6e1a887e-7bb001fd {
  align-self: center;
}

#w-node-ef132434-da68-ac60-7dbf-954d337f4b92-7bb001fd {
  justify-self: center;
}

#w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18f5-7bb001fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18f6-7bb001fd {
  justify-self: center;
}

#w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18f8-7bb001fd {
  align-self: center;
}

#w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18fd-7bb001fd, #w-node-_472a851e-6042-0ba4-e238-58833c0cc839-7bb001fd {
  justify-self: center;
}

#w-node-_472a851e-6042-0ba4-e238-58833c0cc83b-7bb001fd {
  align-self: center;
}

#w-node-_472a851e-6042-0ba4-e238-58833c0cc840-7bb001fd, #w-node-fb60f6c7-cbd6-9747-f670-38924ebcdc86-7bb001fd {
  justify-self: center;
}

#w-node-fb60f6c7-cbd6-9747-f670-38924ebcdc88-7bb001fd {
  align-self: center;
}

#w-node-fb60f6c7-cbd6-9747-f670-38924ebcdc8d-7bb001fd, #w-node-_4eacd910-0e40-fb79-b999-de873f0beaa5-7bb001fd {
  justify-self: center;
}

#w-node-_4eacd910-0e40-fb79-b999-de873f0beaa7-7bb001fd {
  align-self: center;
}

#w-node-_4eacd910-0e40-fb79-b999-de873f0beaac-7bb001fd, #w-node-_6adee559-7859-2c68-d516-300c028e6e7a-7bb001fd {
  justify-self: center;
}

#w-node-_6adee559-7859-2c68-d516-300c028e6e7c-7bb001fd {
  align-self: center;
}

#w-node-_3c57434d-a059-0667-364e-de502fba8b5b-7bb001fd {
  place-self: center;
}

#w-node-_2bde6492-08bb-292d-bd2d-313b5c7a72fb-7bb001fd, #w-node-_2bde6492-08bb-292d-bd2d-313b5c7a72fd-7bb001fd, #w-node-_2bde6492-08bb-292d-bd2d-313b5c7a72fe-7bb001fd, #w-node-d1d54436-5033-dc5d-4092-4af47c19a983-7bb001fd, #w-node-d1d54436-5033-dc5d-4092-4af47c19a985-7bb001fd, #w-node-d1d54436-5033-dc5d-4092-4af47c19a986-7bb001fd, #w-node-d1d54436-5033-dc5d-4092-4af47c19a997-7bb001fd, #w-node-db4a3ac7-a2c7-a472-8ba2-237879de60d6-7bb001fd, #w-node-db4a3ac7-a2c7-a472-8ba2-237879de60d8-7bb001fd, #w-node-db4a3ac7-a2c7-a472-8ba2-237879de60d9-7bb001fd, #w-node-db4a3ac7-a2c7-a472-8ba2-237879de60ea-7bb001fd, #w-node-_861f6ed5-a404-2b15-70a9-3ed23a36eaa0-7bb001fd, #w-node-_861f6ed5-a404-2b15-70a9-3ed23a36eaa4-7bb001fd, #w-node-_861f6ed5-a404-2b15-70a9-3ed23a36eaa6-7bb001fd, #w-node-_861f6ed5-a404-2b15-70a9-3ed23a36eaa7-7bb001fd, #w-node-_613c18db-1831-4c74-9764-73084cc9a6b1-7bb001ff, #w-node-_613c18db-1831-4c74-9764-73084cc9a6b3-7bb001ff, #w-node-_613c18db-1831-4c74-9764-73084cc9a6b4-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2e5-7bb001ff {
  align-self: stretch;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a0c8-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a0db-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a0ee-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a0f3-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a110-7bb001ff {
  align-self: center;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a119-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a11b-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a11e-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a120-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a137-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a143-7bb001ff {
  align-self: center;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a14c-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a14f-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a173-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a17f-7bb001ff {
  align-self: center;
}

#w-node-d4e87184-cf00-805b-4428-1f33ec99a18a-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc104-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc105-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc12b-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc12f-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc131-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc133-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc135-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc137-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc139-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc13b-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc13d-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc13f-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc141-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc143-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc145-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc147-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc149-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc14b-7bb001ff, #w-node-_56a2dbff-f499-2813-10d5-cc25ed6cc14d-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0cb2b683-0991-0bae-0b10-f895d2f662c5-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662c7-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662c8-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb2b683-0991-0bae-0b10-f895d2f662cc-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0cb2b683-0991-0bae-0b10-f895d2f662d4-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662dd-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662e6-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662ef-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662f1-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cb2b683-0991-0bae-0b10-f895d2f662f2-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_0cb2b683-0991-0bae-0b10-f895d2f662fa-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f66312-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f6631b-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f66324-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f66326-7bb001ff, #w-node-_0cb2b683-0991-0bae-0b10-f895d2f6632e-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a786-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a788-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a789-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7713755b-7384-5342-5b41-0779eb03a78b-7bb001ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_7713755b-7384-5342-5b41-0779eb03a793-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a79c-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a7a5-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a7ae-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a7b0-7bb001ff, #w-node-ec269e13-1b73-5c3b-0f16-b4f85f3882fe-7bb001ff, #w-node-ec269e13-1b73-5c3b-0f16-b4f85f388300-7bb001ff, #w-node-ec269e13-1b73-5c3b-0f16-b4f85f388301-7bb001ff, #w-node-_67a5c353-d651-b2f0-d729-1e25d75b5343-7bb001ff, #w-node-_67a5c353-d651-b2f0-d729-1e25d75b5345-7bb001ff, #w-node-_67a5c353-d651-b2f0-d729-1e25d75b5346-7bb001ff, #w-node-_67a5c353-d651-b2f0-d729-1e25d75b5357-7bb001ff, #w-node-_91036601-d384-6da3-9acb-a963ac8129c1-7bb001ff, #w-node-_91036601-d384-6da3-9acb-a963ac8129c5-7bb001ff, #w-node-_91036601-d384-6da3-9acb-a963ac8129c7-7bb001ff, #w-node-_91036601-d384-6da3-9acb-a963ac8129c8-7bb001ff, #w-node-_9557bec0-8480-2e4c-b9ad-f5e7a27d6b7b-7bb00200, #w-node-_9557bec0-8480-2e4c-b9ad-f5e7a27d6b7d-7bb00200, #w-node-_9557bec0-8480-2e4c-b9ad-f5e7a27d6b7e-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac7529a-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac752ad-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac752c0-7bb00200, #w-node-fdbca015-9132-0393-2b01-d5eaa41b26b0-7bb00200, #w-node-fdbca015-9132-0393-2b01-d5eaa41b26c7-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdbca015-9132-0393-2b01-d5eaa41b26d3-7bb00200 {
  align-self: center;
}

#w-node-fdbca015-9132-0393-2b01-d5eaa41b26d8-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac752f0-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac752f2-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75309-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75315-7bb00200 {
  align-self: center;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac7531e-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75321-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75345-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75351-7bb00200 {
  align-self: center;
}

#w-node-_30caf12f-ed05-6cc7-cf4c-c154cac7535a-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac7535c-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e34f-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e351-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e352-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e356-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e35e-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e367-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e370-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e379-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e37b-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e37c-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e384-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e39c-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e3a5-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e3ae-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e3b0-7bb00200, #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e3b8-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a383f5-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a383f7-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a383f8-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a383fa-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a38402-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a3840b-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a38414-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a3841d-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a3841f-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f909c2c9-828f-745c-559d-c94d0131b08f-7bb00200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f909c2c9-828f-745c-559d-c94d0131b097-7bb00200, #w-node-f909c2c9-828f-745c-559d-c94d0131b0a0-7bb00200, #w-node-f909c2c9-828f-745c-559d-c94d0131b0a9-7bb00200, #w-node-f909c2c9-828f-745c-559d-c94d0131b0b2-7bb00200, #w-node-f909c2c9-828f-745c-559d-c94d0131b0b4-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365be3-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365be5-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365be6-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365bfb-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365c10-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365c25-7bb00200, #w-node-_60721c29-1f99-de13-46d5-ba54ff8e1281-7bb00200, #w-node-_60721c29-1f99-de13-46d5-ba54ff8e1285-7bb00200, #w-node-_60721c29-1f99-de13-46d5-ba54ff8e1287-7bb00200, #w-node-_60721c29-1f99-de13-46d5-ba54ff8e1288-7bb00200, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00202, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00202, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00202, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00202, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00202, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00202, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00202, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00202, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00202, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00202, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00202, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00202, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00202, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00202, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00202 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00202, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00202, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00202, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00202, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00202, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00202, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00202, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00203, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00203, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00203, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00203, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00203, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00203, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00203, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00203, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00203, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00203, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00203, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00203, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00203, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00203, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00203 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00203 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00203, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00203, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00203, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00203, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00203, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00203, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00203, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00204, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00204, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00204, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00204, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00204, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00204, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00204, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00204, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00204, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00204, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00204, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00204, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00204, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00204, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00204 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00204, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00204, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00204, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00204, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00204, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00204, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00204, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00205, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00205, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00205, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00205, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00205, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00205, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00205, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00205, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00205, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00205, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00205, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00205, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00205, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00205, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00205 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00205 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00205, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00205, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00205, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00205, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00205, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00205, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00205, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00206, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00206, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00206, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00206, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00206, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00206, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00206, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00206, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00206, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00206, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00206, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00206, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00206, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00206, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00206 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00206, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00206, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00206, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00206, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00206, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00206, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00206, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00207, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00207, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00207, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00207, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00207, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00207, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00207, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00207, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00207, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00207, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00207, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00207, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00207, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00207, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00207 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00207 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00207, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00207, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00207, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00207, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00207, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00207, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00207, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00208, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00208, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00208, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00208, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00208, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00208, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00208, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00208, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00208, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00208, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00208, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00208, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00208, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00208, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00208 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00208 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00208, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00208, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00208, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00208, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00208, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00208, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00208, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb00209, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb00209, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb00209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb00209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb00209, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb00209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb00209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb00209, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb00209, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb00209, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb00209, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb00209, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb00209, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb00209, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb00209, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb00209, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb00209, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb00209, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb00209 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00209 {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb00209, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb00209, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb00209, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb00209, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb00209, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb00209, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb00209, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb0020a, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb0020a, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb0020a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb0020a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb0020a, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb0020a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb0020a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb0020a, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb0020a, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb0020a, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb0020a, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb0020a, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb0020a, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb0020a, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb0020a, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb0020a, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb0020a, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb0020a, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb0020a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb0020a {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb0020a, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb0020a, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb0020a, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb0020a, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb0020a, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb0020a, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb0020a, #w-node-_09110e42-8974-bf28-e787-61782929e5a7-7bb0020e, #w-node-_09110e42-8974-bf28-e787-61782929e5a9-7bb0020e, #w-node-_09110e42-8974-bf28-e787-61782929e5aa-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b4-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b6-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60b7-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60b9-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60c1-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60ca-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60d3-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60dc-7bb0020e, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60de-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f665d458-4bf8-e7c7-f3da-649beaad60df-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-f7f68121-05fe-1a34-1dc2-87871f9c0aa5-7bb0020e, #w-node-_5168a554-3b26-d654-1f50-51f144df298b-7bb0020e, #w-node-_4cca0581-e7d0-4640-64a2-95161fe6fb84-7bb0020e, #w-node-_61bfbe0c-5bec-49b5-c3aa-06d44b15a5fc-7bb0020e, #w-node-_2a0a0dad-e13f-dc76-1ebb-e6cf818ea076-7bb0020e, #w-node-a8cf4a6b-615a-d1e1-faab-cbe90121e9ad-7bb0020e, #w-node-_58574e26-72e5-d12e-ba02-9a76079e391c-7bb0020e, #w-node-_702d2f46-e943-dc3b-74ba-5ab24ee53d02-7bb0020e, #w-node-d060f82f-5a23-a534-2376-da0b34f28276-7bb0020e, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932a-7bb0020e, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932c-7bb0020e, #w-node-_77bf0121-e034-8ed8-323b-3f0c44c4932d-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb0020e {
  place-self: center;
}

#w-node-_98763aa5-e744-a694-71a0-42adc59da00d-7bb0020e, #w-node-_98763aa5-e744-a694-71a0-42adc59da00f-7bb0020e, #w-node-_98763aa5-e744-a694-71a0-42adc59da010-7bb0020e, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d668-7bb0020e, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66c-7bb0020e, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66e-7bb0020e, #w-node-_43a8f9b1-6b01-3db9-4acc-ae26e478d66f-7bb0020e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa1b8cf-e278-0c9c-55fb-1de9e2dbe708-fbb33c50 {
  align-self: center;
}

#w-node-_37c7d2f0-4aee-1e8f-cee3-7d314c1de129-fbb33c50 {
  align-self: end;
}

#w-node-_5bcaa068-2f75-d813-f0c3-a03f3cc93313-fbb33c50, #w-node-_21e074af-b296-ec05-5cf9-9d698c9dd1ef-fbb33c50 {
  align-self: stretch;
}

#w-node-_29ce9cd1-3969-ed2a-85cf-d60edbaceab3-fbb33c50, #w-node-d07d6f14-5f2a-1687-2ac0-160724d85f64-fbb33c50 {
  align-self: end;
}

#w-node-_7eecf089-8cb3-90f0-8590-0335103f9464-fbb33c50 {
  align-self: stretch;
}

#w-node-_5f4ac41b-459b-e9a5-f53b-9f71553aad29-fbb33c50, #w-node-_427d97b9-c731-a780-0f4a-e1c56aa48070-fbb33c50 {
  align-self: end;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa157fd-fbb33c50 {
  align-self: stretch;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa15817-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1582a-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1583d-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa15842-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa1585f-fbb33c50 {
  align-self: center;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa15868-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1586a-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1586d-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1586f-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa15886-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa15892-fbb33c50 {
  align-self: center;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa1589b-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa1589e-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa158c3-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa158cf-fbb33c50 {
  align-self: center;
}

#w-node-db438d8c-1137-a09d-1abb-957c5fa158d4-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c71c-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c71e-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c71f-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b4266733-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b4266746-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b4266759-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b426676c-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b426677f-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b4266792-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b42667a6-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b42667b9-fbb33c50, #w-node-_8472ac2a-d111-081e-a382-1f15b42667cc-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bece4390-9ba0-9198-b807-a968aca1a4b3-fbb33c50 {
  align-self: end;
}

#w-node-bece4390-9ba0-9198-b807-a968aca1a4c1-fbb33c50, #w-node-bece4390-9ba0-9198-b807-a968aca1a4c5-fbb33c50, #w-node-bece4390-9ba0-9198-b807-a968aca1a4d3-fbb33c50, #w-node-bece4390-9ba0-9198-b807-a968aca1a4e3-fbb33c50, #w-node-_4ab646de-854a-a7d9-8f62-a5b420636187-fbb33c50, #w-node-_4ab646de-854a-a7d9-8f62-a5b42063619a-fbb33c50, #w-node-_4ab646de-854a-a7d9-8f62-a5b4206361ad-fbb33c50, #w-node-d1148644-1471-36c0-a685-3d92dde25fe6-fbb33c50, #w-node-d1148644-1471-36c0-a685-3d92dde25fea-fbb33c50, #w-node-d1148644-1471-36c0-a685-3d92dde25fec-fbb33c50, #w-node-d1148644-1471-36c0-a685-3d92dde25fed-fbb33c50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_09aef928-22a2-4e5c-799f-32434ee98a6c-7bb0014a, #w-node-fc085d2b-d646-bc4e-dba4-f26cfad5f9ed-7bb0014a, #w-node-ff778c38-0939-3e04-7c96-65ab23ffb186-7bb0014a, #w-node-ff778c38-0939-3e04-7c96-65ab23ffb18e-7bb0014a, #w-node-ff778c38-0939-3e04-7c96-65ab23ffb196-7bb0014a, #w-node-ff778c38-0939-3e04-7c96-65ab23ffb19e-7bb0014a {
    align-self: center;
  }

  #w-node-_6530db8d-198a-79bb-4f1f-b33b5080375a-7bb0014a {
    justify-self: center;
  }

  #w-node-_7cc29dde-1424-5590-851b-9b5ef05b47c3-7bb0014a {
    align-self: auto;
  }

  #w-node-ce949b4d-9f6b-3fef-6b36-1f66dc28f811-7bb0014a, #w-node-_763c131f-cfa9-f3d9-db82-39c496e929bf-7bb0014a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d32276d-5346-35e2-91bd-b40cb5a3911c-7bb0014a {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb0-7bb00175 {
    justify-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb4-7bb00175 {
    place-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb9-7bb00175 {
    place-self: auto center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acbd-7bb00175 {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acc2-7bb00175 {
    place-self: auto center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acc6-7bb00175 {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0accb-7bb00175 {
    place-self: auto center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0accf-7bb00175 {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acd4-7bb00175 {
    place-self: auto center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acd8-7bb00175 {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acdd-7bb00175 {
    place-self: auto center;
  }

  #w-node-_9cc82728-55db-3b74-bd05-dc446c7f22e1-7bb00175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eecb-7bb00175 {
    grid-row: span 1 / span 1;
  }

  #w-node-_818b7772-1d02-380a-9c3f-a5998bf7504e-7bb001c3 {
    align-self: auto;
  }

  #w-node-c6f5614e-0008-5d6f-8e4c-b8dc43c7df29-7bb001c4, #w-node-c6f5614e-0008-5d6f-8e4c-b8dc43c7df31-7bb001c4, #w-node-c6f5614e-0008-5d6f-8e4c-b8dc43c7df39-7bb001c4, #w-node-c6f5614e-0008-5d6f-8e4c-b8dc43c7df41-7bb001c4 {
    align-self: center;
  }

  #w-node-_4b458465-ed49-e78d-9712-30895b673801-7bb001c5 {
    align-self: start;
  }

  #w-node-_8b474f1e-790f-f7e8-0586-754b01ab9e23-7bb001c5 {
    align-self: center;
  }

  #w-node-_7c7aa84d-e749-f34b-a490-1dee16d035ec-7bb001c6 {
    align-self: end;
  }

  #w-node-_7c7aa84d-e749-f34b-a490-1dee16d035f0-7bb001c6 {
    place-self: stretch;
  }

  #w-node-_7c7aa84d-e749-f34b-a490-1dee16d035f2-7bb001c6 {
    align-self: start;
  }

  #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b981a-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b980a-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b980e-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9822-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b982a-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9806-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9812-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9816-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b981e-7bb001c6, #w-node-_2719ebd4-64ea-3717-bc73-c9432b1b9826-7bb001c6 {
    align-self: auto;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f66c-7bb001c7 {
    justify-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f670-7bb001c7 {
    place-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f675-7bb001c7 {
    place-self: auto center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f679-7bb001c7 {
    align-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f67e-7bb001c7 {
    place-self: auto center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f682-7bb001c7 {
    align-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f687-7bb001c7 {
    place-self: auto center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f68b-7bb001c7 {
    align-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f690-7bb001c7 {
    place-self: auto center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f694-7bb001c7 {
    align-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f699-7bb001c7 {
    place-self: auto center;
  }

  #w-node-e0038dee-8083-f05f-6466-083dd7ccbe00-7bb001c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6be6b48-259f-d1fd-8f37-4c30eda4986d-7bb001c7 {
    grid-row: span 1 / span 1;
  }

  #w-node-b393adb5-3f97-89fa-5a5a-13c59de19b40-7bb001dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caab543c-6c9a-4422-7ffd-332ab0109efb-7bb001dc {
    grid-row: span 1 / span 1;
  }

  #w-node-_3ae21160-aceb-8fd3-583f-9ad504fc1501-7bb001e4 {
    justify-self: end;
  }

  #w-node-c79dda72-025a-ed2a-e694-a019ca2df536-7bb001e5, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3717-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3773-7bb001e8 {
    align-self: center;
  }

  #w-node-bb238dc3-681f-c681-2893-80654e553064-7bb001ea {
    align-self: auto;
  }

  #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab2f-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab73-7bb001ec {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a54-7bb001ed {
    justify-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a58-7bb001ed {
    place-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a5d-7bb001ed {
    place-self: auto center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a61-7bb001ed {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a66-7bb001ed {
    place-self: auto center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a6a-7bb001ed {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a6f-7bb001ed {
    place-self: auto center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a73-7bb001ed {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a78-7bb001ed {
    place-self: auto center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a7c-7bb001ed {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a81-7bb001ed {
    place-self: auto center;
  }

  #w-node-_5bcaa068-2f75-d813-f0c3-a03f3cc93313-7bb001ef {
    align-self: stretch;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3361-7bb001fa {
    justify-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3365-7bb001fa {
    place-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b336a-7bb001fa {
    place-self: auto center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b336e-7bb001fa {
    align-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3373-7bb001fa {
    place-self: auto center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3377-7bb001fa {
    align-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b337c-7bb001fa {
    place-self: auto center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3380-7bb001fa {
    align-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3385-7bb001fa {
    place-self: auto center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3392-7bb001fa {
    align-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3397-7bb001fa {
    place-self: auto center;
  }

  #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f87186-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f8718b-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f87190-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f87195-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f8719a-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f8719f-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f871a4-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f871a9-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f871ae-7bb001fa, #w-node-_70a76d96-ea8a-5346-dc53-ff9e65f871b3-7bb001fa {
    align-self: auto;
  }

  #w-node-d8c1eed9-e59d-1489-efa8-053b600ae050-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae0b2-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b75-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b7d-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b85-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b8d-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b95-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b9d-7bb001fd, #w-node-bb9fcd0d-8157-ad7a-ebc3-98763f67b4cb-7bb001fd, #w-node-_6bfc85af-d816-f787-e112-d54aca6dec33-7bb001fd {
    align-self: center;
  }

  #w-node-e2575d4a-834d-bbd2-ab37-6f52d9efa2c7-7bb001fd {
    align-self: stretch;
  }

  #w-node-_395e9b0a-a013-d69c-5485-f8a5fea4e841-7bb001fd {
    justify-self: center;
  }

  #w-node-dd462b70-c56a-fb66-e567-b05b6e1a887e-7bb001fd {
    place-self: center;
  }

  #w-node-ef132434-da68-ac60-7dbf-954d337f4b92-7bb001fd {
    place-self: auto center;
  }

  #w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18f8-7bb001fd {
    align-self: center;
  }

  #w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18fd-7bb001fd {
    place-self: auto center;
  }

  #w-node-_472a851e-6042-0ba4-e238-58833c0cc83b-7bb001fd {
    align-self: center;
  }

  #w-node-_472a851e-6042-0ba4-e238-58833c0cc840-7bb001fd {
    place-self: auto center;
  }

  #w-node-fb60f6c7-cbd6-9747-f670-38924ebcdc88-7bb001fd {
    align-self: center;
  }

  #w-node-fb60f6c7-cbd6-9747-f670-38924ebcdc8d-7bb001fd {
    place-self: auto center;
  }

  #w-node-_4eacd910-0e40-fb79-b999-de873f0beaa7-7bb001fd {
    align-self: center;
  }

  #w-node-_4eacd910-0e40-fb79-b999-de873f0beaac-7bb001fd {
    place-self: auto center;
  }

  #w-node-_6adee559-7859-2c68-d516-300c028e6e7c-7bb001fd {
    align-self: center;
  }

  #w-node-_6adee559-7859-2c68-d516-300c028e6e81-7bb001fd {
    place-self: auto center;
  }

  #w-node-a8c5a2ed-e852-e592-4ba6-6735d7960b95-7bb001fd, #w-node-b7ece967-cee3-d350-2406-41f890597bbf-7bb001fd, #w-node-ce2432a3-adab-7361-51c8-a83cfc3f2d46-7bb001fd, #w-node-_3c57434d-a059-0667-364e-de502fba8b5b-7bb001fd, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2a5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2ad-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2b5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2bd-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2c5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2cd-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2d5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2dd-7bb001ff {
    align-self: center;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2e5-7bb001ff {
    align-self: stretch;
  }

  #w-node-d4e87184-cf00-805b-4428-1f33ec99a0f3-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a14f-7bb001ff, #w-node-d9158ac0-01e7-468e-869b-b52a84c71476-7bb001ff, #w-node-d9158ac0-01e7-468e-869b-b52a84c7147e-7bb001ff, #w-node-d9158ac0-01e7-468e-869b-b52a84c71486-7bb001ff {
    align-self: center;
  }

  #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265a4-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265a9-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265ae-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265b3-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265b8-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265bd-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265c2-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265c7-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265cc-7bb001ff, #w-node-ffd5fe47-0ea1-4b2c-c664-64054c1265d1-7bb001ff {
    align-self: auto;
  }

  #w-node-_841938b4-e031-11ca-1f87-7b9c958994aa-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994b2-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994ba-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994c2-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994ca-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994d2-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994da-7bb00200, #w-node-_841938b4-e031-11ca-1f87-7b9c958994e2-7bb00200, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75321-7bb00200 {
    align-self: center;
  }

  #w-node-da7b05cd-99b7-4dbc-a5ad-a6dac5259633-7bb00200 {
    align-self: auto;
  }

  #w-node-_763df461-e0fe-2295-8be3-abcf31365c28-7bb00200, #w-node-_763df461-e0fe-2295-8be3-abcf31365c2a-7bb00200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00202, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00203, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00204, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00205, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00206, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00207, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00208, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb00209, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb0020a, #w-node-_98763aa5-e744-a694-71a0-42adc59d9fff-7bb0020e {
    align-self: center;
  }

  #w-node-_5bcaa068-2f75-d813-f0c3-a03f3cc93313-fbb33c50 {
    align-self: stretch;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157a7-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157b2-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157bd-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157c8-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157d3-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157dd-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157e8-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157f2-fbb33c50 {
    align-self: center;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157fd-fbb33c50 {
    align-self: stretch;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa15842-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1589e-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa158e1-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa158e9-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa158f1-fbb33c50 {
    align-self: center;
  }

  #w-node-_87614636-cabf-30da-3fc1-b805fe32c6e8-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c6ed-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c6f2-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c6f7-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c6fc-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c701-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c706-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c70b-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c710-fbb33c50, #w-node-_87614636-cabf-30da-3fc1-b805fe32c715-fbb33c50 {
    align-self: auto;
  }

  #w-node-bece4390-9ba0-9198-b807-a968aca1a4c3-fbb33c50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bece4390-9ba0-9198-b807-a968aca1a4c5-fbb33c50 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_09aef928-22a2-4e5c-799f-32434ee98a6c-7bb0014a, #w-node-fc085d2b-d646-bc4e-dba4-f26cfad5f9ed-7bb0014a {
    align-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb2-7bb00175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb4-7bb00175 {
    place-self: auto;
  }

  #w-node-_4b458465-ed49-e78d-9712-30895b673801-7bb001c5 {
    align-self: start;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f66e-7bb001c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f670-7bb001c7 {
    place-self: auto;
  }

  #w-node-_3ae21160-aceb-8fd3-583f-9ad504fc1501-7bb001e4 {
    place-self: end;
  }

  #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3717-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3773-7bb001e8, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab2f-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab73-7bb001ec {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a56-7bb001ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a58-7bb001ed {
    place-self: auto;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3363-7bb001fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3365-7bb001fa {
    place-self: auto;
  }

  #w-node-d8c1eed9-e59d-1489-efa8-053b600ae050-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae0b2-7bb001fd {
    align-self: center;
  }

  #w-node-e2575d4a-834d-bbd2-ab37-6f52d9efa2c7-7bb001fd {
    align-self: stretch;
  }

  #w-node-eea6bd6b-dcd6-d897-9009-41e8649085f3-7bb001fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-dd462b70-c56a-fb66-e567-b05b6e1a887e-7bb001fd {
    place-self: auto;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2e5-7bb001ff {
    align-self: stretch;
  }

  #w-node-d4e87184-cf00-805b-4428-1f33ec99a0f3-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a14f-7bb001ff, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75321-7bb00200 {
    align-self: center;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157fd-fbb33c50 {
    align-self: stretch;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa15842-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1589e-fbb33c50 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_09aef928-22a2-4e5c-799f-32434ee98a6c-7bb0014a, #w-node-fc085d2b-d646-bc4e-dba4-f26cfad5f9ed-7bb0014a {
    align-self: center;
  }

  #w-node-_6530db8d-198a-79bb-4f1f-b33b5080375a-7bb0014a {
    justify-self: center;
  }

  #w-node-_8c446bbf-82fc-e9eb-35a3-292ebec2ce68-7bb0014a {
    align-self: auto;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb9-7bb00175 {
    justify-self: center;
  }

  #w-node-_04d417dd-0801-4dba-c754-9a0e9bb03085-7bb001c5 {
    align-self: auto;
  }

  #w-node-_4b458465-ed49-e78d-9712-30895b673801-7bb001c5 {
    align-self: start;
  }

  #w-node-d49b1aec-1695-1c79-41dd-bd721185232f-7bb001c5, #w-node-e46e8534-ea00-7d4e-33f0-4d9666956e64-7bb001c5, #w-node-_7d437992-49d7-954e-9f4a-563c00265a98-7bb001c5, #w-node-_73073dcb-e82d-6dc0-e853-64c4ba4ecfc8-7bb001c5 {
    align-self: auto;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f675-7bb001c7 {
    justify-self: center;
  }

  #w-node-_3ae21160-aceb-8fd3-583f-9ad504fc1501-7bb001e4 {
    place-self: end;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b44e-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b463-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b478-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b48d-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b4a2-7bb001e5, #w-node-_771743ce-847a-a897-6964-d7ab6c18b4b7-7bb001e5 {
    align-self: auto;
  }

  #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3717-7bb001e8, #w-node-fd0006f1-7764-ea6c-5a31-b5d9542f3773-7bb001e8, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab2f-7bb001ec, #w-node-_2b041e88-4e0d-07c4-fda4-6ac83628ab73-7bb001ec {
    align-self: center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a5d-7bb001ed, #w-node-_7396b8fa-22d4-6061-edbe-4504357b336a-7bb001fa {
    justify-self: center;
  }

  #w-node-d8c1eed9-e59d-1489-efa8-053b600ae050-7bb001fd, #w-node-d8c1eed9-e59d-1489-efa8-053b600ae0b2-7bb001fd {
    align-self: center;
  }

  #w-node-e2575d4a-834d-bbd2-ab37-6f52d9efa2c7-7bb001fd {
    align-self: stretch;
  }

  #w-node-ef132434-da68-ac60-7dbf-954d337f4b92-7bb001fd {
    justify-self: center;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2e5-7bb001ff {
    align-self: stretch;
  }

  #w-node-d4e87184-cf00-805b-4428-1f33ec99a0f3-7bb001ff, #w-node-d4e87184-cf00-805b-4428-1f33ec99a14f-7bb001ff, #w-node-_30caf12f-ed05-6cc7-cf4c-c154cac75321-7bb00200 {
    align-self: center;
  }

  #w-node-_763df461-e0fe-2295-8be3-abcf31365bea-7bb00200 {
    align-self: auto;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157fd-fbb33c50 {
    align-self: stretch;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa15842-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa1589e-fbb33c50 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e485d169-869d-db9c-92aa-e3acb9f3d80d-7bb0014a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_172cfb26-fd93-9a90-0b81-09abab2cf017-7bb00175, #w-node-_4b2ef4c5-a358-d098-0644-3885a16832cf-7bb00175, #w-node-a5584267-9ee6-f5de-044d-fa2007755018-7bb001c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_136f64c8-7338-2549-0d72-efad036eb256-7bb001c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5ec0a97d-2ebf-25cb-e2bb-b2c7b53a6b16-7bb001c5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a8941fdc-23ac-ed52-e621-d51c948507fd-7bb001c5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce45256b-af69-b4f7-6d8b-fab1df83daf1-7bb001c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3dd388e6-c012-6749-e0d0-bba21fa96640-7bb001c5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_02b51494-f8ea-d8ed-dd8a-df5052fa3fb2-7bb001c5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-dde1bb4d-a860-086a-4b5c-6c525a47de7c-7bb001c5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-fc9c12c7-82ac-ae9e-b48c-74bc58252865-7bb001c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_941cae98-8f10-fc32-89ab-1bd357dea72e-7bb001c5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_850e03c7-2299-6c51-d579-4f8b7f830f90-7bb001c6, #w-node-_2b1879da-fc98-70cf-df74-40bd91860b77-7bb001c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-cf21d479-b254-e1c6-d9cd-f45e35b8c830-7bb001dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b44c-7bb001e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4cd-7bb001e5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4d2-7bb001e5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4d5-7bb001e5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4d8-7bb001e5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4db-7bb001e5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4de-7bb001e5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b4e1-7bb001e5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_771743ce-847a-a897-6964-d7ab6c18b504-7bb001e5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9611aa3a-90d2-7659-370f-3123de9c56aa-7bb001e8, #w-node-_880639be-e024-3f86-c4f8-efb8854d0aa1-7bb001e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_687bfd05-a5c0-b651-f856-5583b9fea243-7bb001ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_46ab7bdd-f0dc-a696-0100-d87ddd28f6c9-7bb001ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_39aa76e5-f2a6-60e1-ce57-853fa491c26a-7bb001ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a87d0069-0efa-bb3d-3e34-dfc1de059d0d-7bb001ed, #w-node-_7526f8c9-d06f-b7ba-6188-46e669a43ef1-7bb001ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5b8581af-7810-2175-88d8-fd76f3a2662b-7bb001f1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_64db975516bc17ffd3981c3b000000000088-7bb001f3, #w-node-_64db975616bc17ffd3981cd2000000000058-7bb001f4, #w-node-_64db975616bc17ffd3981d1c000000000053-7bb001f5 {
    grid-row: span 2 / span 2;
  }

  #w-node-f1ab2f2a-3857-5d93-1285-5aaef4dc6e19-7bb001f9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_279eb2a2-ba8a-9ba1-d987-ca090b5ff83e-7bb001f9 {
    justify-self: start;
  }

  #w-node-_81f24d6e-6b5a-9e20-3a20-a353bfebd5d7-7bb001fa, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b85-7bb001fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e2575d4a-834d-bbd2-ab37-6f52d9efa2c7-7bb001fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: stretch;
  }

  #w-node-dd00d826-845a-5aba-8c49-a4d092bb6f21-7bb001fd, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2b5-7bb001ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2e5-7bb001ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_0e0fb636-8dd1-357b-bc84-43256a32b5f8-7bb001ff, #w-node-_841938b4-e031-11ca-1f87-7b9c958994ba-7bb00200, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00202, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00203, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00204, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00205, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00206, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00207, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00208, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00209, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb0020a, #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb0020e, #w-node-db438d8c-1137-a09d-1abb-957c5fa157bd-fbb33c50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157fd-fbb33c50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e485d169-869d-db9c-92aa-e3acb9f3d80d-7bb0014a {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-dcb7424c-c046-6836-2be6-1b309b234c5f-7bb0014a, #w-node-_6cfe5e8f-239c-f84d-7c04-61f6e9503331-7bb0014a, #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c9a-634f2c73, #w-node-dcb11eec-bae6-f3af-ea30-aad6303e2db4-634f2c73 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_172cfb26-fd93-9a90-0b81-09abab2cf017-7bb00175 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb0-7bb00175 {
    place-self: auto center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb1-7bb00175 {
    place-self: auto;
  }

  #w-node-_9cc82728-55db-3b74-bd05-dc446c7f22e1-7bb00175, #w-node-_87bc7ef4-37f0-03ea-808c-ea0959f4eeca-7bb00175 {
    order: 9999;
  }

  #w-node-fcebd8f5-5428-de93-5602-29e227305435-7bb00175 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b2ef4c5-a358-d098-0644-3885a16832cf-7bb00175, #w-node-a5584267-9ee6-f5de-044d-fa2007755018-7bb001c4, #w-node-_850e03c7-2299-6c51-d579-4f8b7f830f90-7bb001c6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c079e-7bb001c6, #w-node-_85b620fb-2efd-8dc5-4aa3-7340bc7c07d8-7bb001c6, #w-node-a7da2254-179b-c9f6-5347-6a13fa081ce7-7bb001c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b1879da-fc98-70cf-df74-40bd91860b77-7bb001c7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f66c-7bb001c7 {
    place-self: auto center;
  }

  #w-node-_023a09d8-1432-78e0-c595-4dca1877f66d-7bb001c7 {
    place-self: auto;
  }

  #w-node-e0038dee-8083-f05f-6466-083dd7ccbe00-7bb001c7, #w-node-c6be6b48-259f-d1fd-8f37-4c30eda4986c-7bb001c7, #w-node-b393adb5-3f97-89fa-5a5a-13c59de19b40-7bb001dc {
    order: 9999;
  }

  #w-node-cf21d479-b254-e1c6-d9cd-f45e35b8c830-7bb001dc {
    grid-column: span 1 / span 1;
  }

  #w-node-_3ae21160-aceb-8fd3-583f-9ad504fc1501-7bb001e4 {
    justify-self: start;
  }

  #w-node-e65312ca-3a0c-8d9c-ee43-09630da1ff85-7bb001e7, #w-node-_98043709-dea8-48f4-fd10-d7f4043812ec-7bb001e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9611aa3a-90d2-7659-370f-3123de9c56aa-7bb001e8, #w-node-_880639be-e024-3f86-c4f8-efb8854d0aa1-7bb001e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_256fbc9b-4a1e-ace9-769a-44a0bb615f99-7bb001e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_687bfd05-a5c0-b651-f856-5583b9fea243-7bb001ea, #w-node-_46ab7bdd-f0dc-a696-0100-d87ddd28f6c9-7bb001ea, #w-node-_39aa76e5-f2a6-60e1-ce57-853fa491c26a-7bb001ea, #w-node-a87d0069-0efa-bb3d-3e34-dfc1de059d0d-7bb001ed {
    grid-column: span 1 / span 1;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a54-7bb001ed {
    place-self: auto center;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a55-7bb001ed {
    place-self: auto;
  }

  #w-node-_7526f8c9-d06f-b7ba-6188-46e669a43ef1-7bb001ee {
    grid-column: span 1 / span 1;
  }

  #w-node-_279eb2a2-ba8a-9ba1-d987-ca090b5ff83e-7bb001f9 {
    justify-self: start;
  }

  #w-node-_81f24d6e-6b5a-9e20-3a20-a353bfebd5d7-7bb001fa {
    grid-column: span 1 / span 1;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3361-7bb001fa {
    place-self: auto center;
  }

  #w-node-_7396b8fa-22d4-6061-edbe-4504357b3362-7bb001fa {
    place-self: auto;
  }

  #w-node-ccca48da-d801-8c1c-58de-212f0d5d642b-7bb001fa, #w-node-ccca48da-d801-8c1c-58de-212f0d5d6465-7bb001fa, #w-node-_9ec33790-80ba-f3f2-4800-dbe7c9efa063-7bb001fd, #w-node-ee675fc6-a23d-a145-3c01-c9954553bf2b-7bb001fd, #w-node-f18e0dcd-ea42-b238-9a21-85291a945293-7bb001fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58f55323-7acf-0786-5b3d-360b0b061b85-7bb001fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_395e9b0a-a013-d69c-5485-f8a5fea4e841-7bb001fd {
    place-self: auto center;
  }

  #w-node-_5a21e945-e51d-d70c-a46c-9124c92ffcd8-7bb001fd {
    place-self: auto;
  }

  #w-node-dd00d826-845a-5aba-8c49-a4d092bb6f21-7bb001fd, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2b5-7bb001ff {
    grid-column: span 1 / span 1;
  }

  #w-node-_0cb2b683-0991-0bae-0b10-f895d2f662bb-7bb001ff, #w-node-_7713755b-7384-5342-5b41-0779eb03a77e-7bb001ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e0fb636-8dd1-357b-bc84-43256a32b5f8-7bb001ff, #w-node-_841938b4-e031-11ca-1f87-7b9c958994ba-7bb00200 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4a1b1ef1-75cc-13f6-1f22-fc3658a8e345-7bb00200, #w-node-c7d059b9-63e4-d6f9-15ca-ea8c71a383ed-7bb00200, #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00202 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00202 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00203 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00203 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00204 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00205 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00205 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00206 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00206 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00207 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00207 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00208 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00208 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb00209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb00209 {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb0020a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb0020a {
    grid-column: span 1 / span 1;
  }

  #w-node-f665d458-4bf8-e7c7-f3da-649beaad60aa-7bb0020e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98763aa5-e744-a694-71a0-42adc59da027-7bb0020e, #w-node-db438d8c-1137-a09d-1abb-957c5fa157bd-fbb33c50 {
    grid-column: span 1 / span 1;
  }

  #w-node-bece4390-9ba0-9198-b807-a968aca1a4c3-fbb33c50, #w-node-bece4390-9ba0-9198-b807-a968aca1a4c4-fbb33c50 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c9a-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start center;
  }

  #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acb2-7bb00175, #w-node-_3802c6fd-6deb-7975-9c56-fd13fff0acbb-7bb00175, #w-node-_023a09d8-1432-78e0-c595-4dca1877f66e-7bb001c7, #w-node-_023a09d8-1432-78e0-c595-4dca1877f677-7bb001c7 {
    align-self: center;
  }

  #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-7bb001e8, #w-node-_20035d49-3e81-c7d9-d915-74f91bb87eaf-7bb001e8, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-7bb001e8, #w-node-_06618175-1d17-d1e6-47d5-dd53bd66c00b-7bb001e8, #w-node-c5b82ca1-cea7-4f7a-c791-2702eb68cc81-7bb001e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_178e7565-829e-78de-958d-1785ad6e0a56-7bb001ed, #w-node-_178e7565-829e-78de-958d-1785ad6e0a5f-7bb001ed, #w-node-_7396b8fa-22d4-6061-edbe-4504357b3363-7bb001fa, #w-node-_7396b8fa-22d4-6061-edbe-4504357b336c-7bb001fa {
    align-self: center;
  }

  #w-node-_58f55323-7acf-0786-5b3d-360b0b061b75-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b7d-7bb001fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_58f55323-7acf-0786-5b3d-360b0b061b85-7bb001fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_58f55323-7acf-0786-5b3d-360b0b061b8d-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b95-7bb001fd, #w-node-_58f55323-7acf-0786-5b3d-360b0b061b9d-7bb001fd, #w-node-bb9fcd0d-8157-ad7a-ebc3-98763f67b4cb-7bb001fd, #w-node-_6bfc85af-d816-f787-e112-d54aca6dec33-7bb001fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-eea6bd6b-dcd6-d897-9009-41e8649085f3-7bb001fd, #w-node-_3556c6c0-6738-a4d9-57db-bb016fdd18f6-7bb001fd {
    align-self: center;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2a5-7bb001ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2ad-7bb001ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2b5-7bb001ff {
    grid-column: span 2 / span 2;
  }

  #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2bd-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2c5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2cd-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2d5-7bb001ff, #w-node-_8dbfb069-97d6-c88b-9059-a5905f9fd2dd-7bb001ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157a7-fbb33c50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157b2-fbb33c50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157bd-fbb33c50 {
    grid-column: span 2 / span 2;
  }

  #w-node-db438d8c-1137-a09d-1abb-957c5fa157c8-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157d3-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157dd-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157e8-fbb33c50, #w-node-db438d8c-1137-a09d-1abb-957c5fa157f2-fbb33c50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}