:root {
  --black: #0a0503de;
  --sea-green: var(--mint-cream-3);
  --dark-slate-grey-2: #002e24;
  --white: white;
  --sea-blue: white;
  --gainsboro: #e5e5e5;
  --dark-slate-grey: #007e60;
  --medium-aquamarine: #9addb2;
  --mint-cream-2: #f0f9f5;
  --walsh--walsh-dark-green: #0b7e60;
  --gray: #0b141fcc;
  --ivory: #fffae7;
  --gainsboro-2: #e1e1e1;
  --light-grey: #ced9d8;
  --mint-cream-3: #f0f9f5;
  --dark-slate-grey-3: #002e2433;
  --dark-slate-grey-4: #4f615f;
  --gainsboro-3: #e1e1e1;
  --dark-slate-grey-5: #283338;
  --walsh--black: #2c2c2c;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Thicccboi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 101%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 112%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 137%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 136%;
}

h6 {
  color: var(--sea-green);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

p {
  color: var(--black);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%;
}

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

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

blockquote {
  border-left: 8px solid var(--sea-green);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.flex-horizontal {
  display: flex;
}

.flex-horizontal.center-apart {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.center-apart.style-guide-colour {
  margin-bottom: 20px;
}

.style-guide-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-titles {
  color: var(--dark-slate-grey-2);
  margin-bottom: 20px;
}

.text-block-16px {
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 162%;
}

.paragraph-18px-white {
  color: #fff;
  font-size: 18px;
}

.h6-heading-white {
  color: #fff;
}

.style-guide-main {
  background-color: #f2f6ff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.h5-heading-white {
  color: #fff;
}

.style-guide-links {
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-link {
  justify-content: center;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.h3-heading-white {
  color: #fff;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
  position: relative;
}

.paragraph-18px {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.style-guide-content {
  border: 2px solid #000;
  border-radius: 5px;
  width: 100%;
  margin-top: 50px;
  padding: 40px 40px 100px;
}

.style-guide-note {
  color: #ff0707;
  letter-spacing: .5px;
  background-color: #ffe8e8;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-link {
  color: var(--sea-green);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 162%;
  text-decoration: none;
}

.h2-heading-white, .h4-heading-white, .h1-heading-white {
  color: #fff;
}

.colour-box {
  background-color: #000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.colour-box.body-bg {
  background-color: var(--white);
}

.colour-box.body-text-color, .colour-box.heading-color {
  background-color: var(--black);
}

.colour-box.brand-color {
  background-color: var(--sea-green);
}

.colour-box.bg-1 {
  background-color: var(--sea-blue);
}

.colour-box.bg-2 {
  background-color: var(--gainsboro);
}

.colour-box.bg-3 {
  background-color: var(--dark-slate-grey);
}

.colour-box.bg-4 {
  background-color: var(--medium-aquamarine);
}

.page-wrapper {
  font-family: Thicccboi, sans-serif;
  overflow: hidden;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.main-wrapper {
  background-color: #fff;
  height: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 24px;
}

.main-wrapper.thankyou {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.navigation-link {
  color: var(--black);
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.navigation-link:hover, .navigation-link.w--current, .navigation-link.w--current:hover {
  color: var(--dark-slate-grey);
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px solid #002e2433;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 0% 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation.navigation-mint-bg {
  background-color: var(--sea-blue);
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  width: 140px;
  height: 39px;
  padding-left: 0;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 1000;
  background-color: var(--white);
  text-align: left;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-wrap:lang(en) {
  color: var(--sea-green);
}

.navigation-wrap.navigation-mint-bg {
  background-color: var(--sea-blue);
}

.nav-menu {
  color: #283338;
  align-items: center;
  margin-left: 200px;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.logo {
  object-fit: contain;
  width: 100%;
  min-width: 250px;
  height: 100%;
  min-height: 80px;
  max-height: 100px;
  margin-top: -14px;
  margin-bottom: 0;
  margin-left: -20px;
  padding: 0;
}

.primary-button {
  background-color: var(--sea-blue);
  color: var(--dark-slate-grey);
  letter-spacing: .3px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--dark-slate-grey);
  color: var(--sea-blue);
}

.primary-button.footer-form-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.primary-button.about-2-form-button {
  margin-top: 20px;
}

.primary-button.pricing-button {
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button.green {
  transition-duration: .3s;
}

.primary-button.green:hover {
  background-color: var(--black);
}

.secoundary-button {
  background-color: var(--sea-green);
  color: var(--sea-blue);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 12px;
  margin-top: -2px;
  margin-left: -47px;
  margin-right: -68px;
  padding: 20px 60px 20px 57px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.secoundary-button:hover {
  background-color: var(--dark-slate-grey);
}

.secoundary-button.pricing-button {
  background-color: var(--dark-slate-grey);
  color: var(--mint-cream-2);
  text-align: left;
  width: 70%;
  margin-top: auto;
  margin-left: 32px;
  margin-right: -58px;
  padding-left: 50px;
  padding-right: 20px;
}

.secoundary-button.pricing-button:hover {
  background-color: var(--dark-slate-grey-2);
}

.secoundary-button.sign-button {
  width: 100%;
}

.secoundary-button.middle-price-button {
  background-color: var(--white);
  color: var(--sea-green);
}

.secoundary-button.middle-price-button:hover {
  background-color: var(--gainsboro);
}

.secoundary-button.password-button {
  padding-top: 14px;
  padding-bottom: 14px;
}

.secoundary-button.contactbutton {
  margin-left: 2px;
}

.secoundary-button.sevicebutton {
  background-color: var(--dark-slate-grey);
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 46px;
}

.secoundary-button.sevicebutton:hover {
  background-color: var(--walsh--walsh-dark-green);
}

.secoundary-button.sevicebutton.migration-free-button {
  margin-left: 20%;
}

.secoundary-button.sevicebutton.mig-2-button {
  margin-top: -1px;
  margin-left: -11%;
}

.secoundary-button.sevicebutton.mig-2-button.migration-custom-audit {
  margin-top: 60px;
}

.secoundary-button.sevicebutton.webflow-wrap {
  margin-left: 27%;
  font-family: Thicccboi, sans-serif;
}

.secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
  background-color: var(--dark-slate-grey);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp.mid-sec-secondary-box {
  margin-left: auto;
  margin-right: auto;
}

.secoundary-button.servicebutton {
  background-color: var(--white);
  color: var(--sea-green);
  text-align: center;
  width: 15%;
  margin-left: 510px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.secoundary-button.servicebutton:hover {
  background-color: var(--sea-green);
  color: var(--white);
}

.secoundary-button.servicebutton.expertsbutton {
  color: var(--dark-slate-grey);
  width: 20%;
  margin-left: 42%;
}

.secoundary-button.servicepricebutoon {
  background-color: var(--dark-slate-grey);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-button {
  background-color: var(--sea-green);
  color: var(--sea-blue);
  letter-spacing: .4px;
  border-radius: 12px;
  padding: 16px 36px;
  font-size: 18px;
  transition: background-color .23s;
}

.nav-button:hover {
  background-color: var(--dark-slate-grey);
}

.wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200px.home-hero-wrapper {
  display: flex;
}

.wrapper-1200px.customer-story-full-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.wrapper-1200px.home-3-hero-wrapper {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.wrapper-1200px.wrapper-full {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.wrapper-1200px.contact-map-wrapper {
  width: 100%;
  max-width: 1440px;
}

.wrapper-1200px.plan-wrapper {
  width: 100%;
  max-width: 1270px;
  display: flex;
}

.wrapper-1200px.about-2-side-wrapper {
  margin-left: 0;
}

.wrapper-1200px.cta-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1200px.overview-two {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.home-hero-section {
  background-color: var(--sea-green);
  background-image: url('../images/Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 200px;
  padding-top: 180px;
  padding-bottom: 80px;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: 590px;
  position: relative;
}

.text-container.about {
  max-width: 530px;
}

.heading-wrapper {
  width: 100%;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 500px;
  margin-top: 32px;
  margin-bottom: 60px;
}

.image-container {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 550px;
  display: flex;
  position: relative;
}

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

.home-hero-paragraph {
  color: #ffffffe6;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.home-hero-button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-hero-button-arrow-image {
  position: absolute;
  inset: -37% 19% auto auto;
  transform: rotate(-40deg);
}

.logos-section {
  background-color: #fff;
  height: 20%;
  max-height: 20%;
  margin-top: -96px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 68px;
  padding-bottom: 0;
}

.logos-text-wrapper {
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -8px;
  margin-bottom: -164px;
  margin-left: 0;
  padding-bottom: 1px;
  padding-right: 30px;
  display: flex;
}

.logos-text-wrapper.about-logo-box {
  justify-content: center;
  align-items: center;
}

.logos-text-wrapper.about-logo-box.clients-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
}

.brand-logo-text {
  color: var(--black);
  letter-spacing: .4px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.brands-logo-grid {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: 150px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 150px;
  margin: 3px 83px 180px 5px;
  padding-left: 185px;
  display: grid;
}

.brands-logo-grid.pricing-logo-grid {
  margin-bottom: 60px;
}

.brands-logo-grid.webflow-expert-logo {
  margin-bottom: 180px;
  margin-left: -104px;
}

.brands-logo-grid.webflow-expert-logo.figma-web-logo {
  margin-bottom: 30px;
}

.brands-logo-grid.about-brand-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin: 200px 10px 60px;
  padding-left: 0;
}

.brands-logo-grid.about-brand-logo.client-brand-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brands-logo-grid.customclass.wordpress-brand-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 10px 0 40px;
  padding-left: 0;
}

.brands-logo-grid.customclass.mogration-logos {
  grid-column-gap: 72px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.brand-logo-container {
  margin-left: -20px;
  padding-left: 0;
}

.brand-logo-container._50 {
  opacity: .5;
}

.brand-logo-container.container2 {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-left: -44px;
  padding-left: 0;
}

.brand-logo-container.container3 {
  margin-top: 9px;
  margin-left: 50px;
  padding-top: 10px;
  padding-left: 2px;
  overflow: visible;
}

.brand-logo-container.container1 {
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.brand-logo-container.about-logo-container {
  margin-left: 0;
}

.brands-logo {
  float: none;
  opacity: 1;
  filter: contrast(200%);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #fff;
  background-clip: border-box;
  width: 100%;
  min-width: 120px;
  height: 100%;
  min-height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  transition: opacity 1s;
  position: static;
}

.brands-logo.logo6 {
  width: 50%;
  margin-left: 5px;
}

.brands-logo.logo3 {
  width: 70%;
  height: 100%;
  margin-top: 0;
  padding-top: 14px;
  padding-left: 21px;
}

.brands-logo.logo1 {
  width: 100px;
  min-width: 100px;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}

.home-features-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.underlined-span {
  margin-right: 3px;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 100%;
  display: inline-block;
}

.underlined-span.expert-hero-head {
  font-size: 62px;
}

.underlined-span.expert-hero-head.migration-hero-head {
  color: #0a0503de;
}

.home-hero-heading {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 43px;
  line-height: 100%;
}

.about-hero-section {
  background-image: url('../images/about-us-banner.jpg');
  background-position: 0 0;
  background-size: cover;
}

.about-hero-section.custom-about-banner {
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-size: cover;
  font-family: Thicccboi, sans-serif;
}

.about-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
}

.headings-wrapper-about {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 28px;
  display: flex;
}

.about-subhead {
  color: var(--dark-slate-grey);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 18px;
  line-height: 140%;
}

.about-h1 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 62px;
  font-weight: 700;
  line-height: 103%;
}

.about-h1.about-content {
  color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}

.about-hero-paragraph {
  color: #0b141fb3;
  text-align: center;
  max-width: 556px;
  margin-top: 22px;
  line-height: 160%;
}

.main-image-wrapper {
  position: relative;
}

.contain {
  object-fit: contain;
}

.floating-image-1 {
  max-width: 480px;
  position: absolute;
  inset: 24px auto auto 24px;
  box-shadow: 0 20px 80px #0000000f;
}

.floating-image-2 {
  max-width: 480px;
  position: absolute;
  inset: auto 24px 24px auto;
  box-shadow: 0 20px 80px #0000000f;
}

.about-section-2 {
  background-color: var(--sea-blue);
  margin-top: 0;
  padding-top: 0;
}

.stats-wrapper.about-stats {
  margin-top: 25px;
}

.stats-bold-text {
  color: var(--black);
  text-align: center;
  border-left: 2px solid #007e6033;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 18px;
  font-weight: 600;
}

.stats-text {
  color: #0b141fcc;
  text-align: center;
  letter-spacing: .4px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 144%;
}

.statisics-grid {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 0%;
  max-height: 100%;
  margin: 100px auto;
  display: grid;
}

.who-are-we-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.about-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
}

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

.about-paragraph {
  color: #0b141fcc;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

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

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.about-heading-22px {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 127%;
}

.about-text-16px {
  color: #0b141fcc;
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 140%;
}

.about-image-container {
  width: 45%;
  max-width: 560px;
  position: relative;
}

.about-floating-image {
  max-width: 520px;
  position: absolute;
  inset: auto auto 60px -60px;
  box-shadow: 0 20px 80px #0000000f;
}

.background-colour-div {
  background-color: var(--sea-blue);
  background-image: url('../images/Bg-4.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -11px;
  padding-top: 20px;
  position: relative;
}

.about-us-wrapper {
  z-index: 10;
  background-image: url('../images/Bg-4.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-us-paragraph {
  color: #0b141fb3;
  text-align: center;
  max-width: 624px;
  font-size: 16px;
  line-height: 190%;
}

.about-us-image-wrapper {
  border-radius: 40px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 14px 14px 100px #00000029;
}

.image {
  width: 100%;
  height: 100%;
}

.about-floating-1 {
  max-width: 280px;
  position: absolute;
  inset: auto auto -10% -10%;
  overflow: hidden;
  box-shadow: 0 1px 100px #0000000f;
}

.about-floating-2 {
  max-width: 400px;
  position: absolute;
  inset: auto -10% 15% auto;
  overflow: hidden;
  box-shadow: 0 20px 100px #0000000f;
}

.green-top-heading {
  color: var(--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.green-top-heading.blog-top-head {
  color: #007e60cc;
}

.green-top-heading._90-opacity {
  color: #007e60e6;
}

.green-top-heading.thankyou {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
  line-height: 27px;
}

.home-features-tab-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

.home-feature-split-section {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
}

.home-feature-split-section.home-feature-split-middle {
  justify-content: space-between;
}

.home-feature-split-section.home-feature-split-middle.how-work-split {
  margin-top: 40px;
  margin-bottom: 60px;
}

.feature-image-wrapper {
  flex: none;
  width: auto;
  max-width: 420px;
  position: relative;
}

.feature-image-wrapper.home-3-feature-image-main {
  max-width: 510px;
}

.features-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.feature-side-image1-wrapper {
  border-radius: 20px;
  max-width: 230px;
  position: absolute;
  inset: -20% 0% auto 20%;
  overflow: hidden;
  box-shadow: -14px 14px 40px #0000001a;
}

.feature-side-image1-wrapper.about-tab-image {
  top: -17%;
}

.feature-imagewrapper-2 {
  border-radius: 20px;
  max-width: 200px;
  position: absolute;
  inset: auto -16% 15% auto;
  overflow: hidden;
  box-shadow: 7px 7px 50px #0000001a;
}

.feature-image-wrapper-3 {
  border-radius: 20px;
  max-width: 300px;
  position: absolute;
  inset: auto auto -11% -10%;
  overflow: hidden;
  box-shadow: -14px 14px 100px #0000001a;
}

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

.feature-content-wrapper {
  width: 48%;
  max-width: 530px;
  margin-left: 100px;
}

.feature-content-wrapper.feature-content-wrapper-2 {
  width: 50%;
  margin-left: 0;
  margin-right: 20px;
}

.feature-content-wrapper._100-width {
  width: 100%;
  max-width: 610px;
  margin-left: 0;
}

.feature-content-header-wrapper {
  width: 500px;
  margin-bottom: 32px;
  font-family: Thicccboi, sans-serif;
}

.feature-content-header-wrapper.feature-content-header-2 {
  width: auto;
}

.button-container-60px-top {
  margin-top: 40px;
  margin-left: 170px;
  margin-right: 200px;
  padding-left: 0;
  position: relative;
}

.button-container-60px-top.customer-story-button-wrapper {
  align-items: center;
  display: flex;
}

.features-pointer-wrapper {
  width: 100%;
  max-width: 600px;
}

.features-pointer-content-block {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.features-pointer-block {
  flex-direction: column;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.features-pointer-icon-container {
  width: 42px;
  height: 42px;
}

.features-pointer-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.features-pointer-divider-line {
  border: 1px dashed #007e604d;
  width: 1px;
  height: 70px;
  margin-top: 10px;
}

.features-pointer-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-pointer-header {
  color: var(--black);
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.features-pointer-description {
  color: var(--black);
  font-size: 18px;
  line-height: 120%;
}

.feature-image-wrapper-4 {
  border-radius: 10px;
  max-width: 320px;
  position: absolute;
  inset: auto -11% 4% auto;
  overflow: hidden;
  box-shadow: 20px 0 80px #0000001a;
}

.feature-image-wrapper-5 {
  border-radius: 20px;
  width: 90%;
  max-width: 460px;
  position: absolute;
  inset: 5% 20% auto auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.feature-image-wrapper-6 {
  border-radius: 20px;
  max-width: 240px;
  position: absolute;
  inset: auto auto 25% -28%;
  overflow: hidden;
  box-shadow: -14px 14px 100px #0000001a;
}

.feature-arrow-image {
  position: absolute;
  inset: auto auto 6% -24%;
  transform: rotate(35deg);
}

.feature-image-wrapper-7 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  inset: -4% auto auto -13%;
  box-shadow: 14px 14px 100px #0000001a;
}

.features-image-wrapper-8 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  inset: 20% auto auto 10%;
  box-shadow: 14px 14px 100px #0000001a;
}

.feature-image-icon {
  position: absolute;
  inset: -34% -9% auto auto;
}

.feature-image-wrapper-9 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  inset: 47% auto auto -13%;
  box-shadow: 14px 14px 100px #0000001a;
}

.feature-image-wrapper-10 {
  border-radius: 20px;
  width: 90%;
  max-width: 410px;
  position: absolute;
  inset: 74% auto auto 19%;
  box-shadow: -14px 14px 100px #0000001a;
}

.feature-image-icon-2 {
  position: absolute;
  inset: auto auto -40% -10%;
}

.feature-image-icon-3 {
  position: absolute;
  inset: -36% -35% 0% auto;
}

.home-customer-story-section {
  background-color: #fafafa;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.customer-story-content-wrapper {
  border: 1px solid #0000003d;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  max-width: 540px;
  margin-top: 6px;
  margin-right: 1%;
  padding-top: 14px;
  padding-left: 33px;
  padding-right: 10px;
  display: flex;
  box-shadow: 6px 6px 8px 1px #0003;
}

.customer-story-content-wrapper.diffrent2 {
  border-radius: 0;
  margin-top: 6px;
  padding-bottom: 65px;
  padding-left: 15px;
  padding-right: 0;
}

.customer-story-content-wrapper.diffrent3 {
  margin-top: 6px;
  margin-bottom: 0;
  padding-bottom: 41px;
}

.customer-story-content-wrapper.diffrent4 {
  padding-bottom: 22px;
}

.customer-story-description {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.home-feature-video-wrapper {
  width: 45%;
  max-width: 520px;
  position: relative;
}

.customer-story-lightbox, .lightbox-thumbnail {
  width: 100%;
  height: 100%;
}

.customer-story-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cusomer-story-icon-wrapper {
  border-radius: 30px;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 10% auto auto -10%;
  box-shadow: 7px 7px 100px #0000001a;
}

.customer-story-title-container {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 5% 5%;
}

.customer-story-title-container:hover {
  background-color: var(--sea-blue);
}

.lightbox-play-icon {
  margin-right: 15px;
}

.customer-story-title {
  color: var(--sea-green);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-product-tab {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-product-tab-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  margin-left: 0;
  padding-top: 79px;
  padding-bottom: 79px;
  display: flex;
}

.product-tab {
  color: #0b141f66;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 48px;
  line-height: 120%;
  display: flex;
}

.product-tab.w--current {
  color: var(--black);
  background-color: #0000;
  border-bottom: 2px solid #000;
}

.product-tab-text {
  font-size: 40px;
}

.tab-arrow-icon {
  margin-left: 16px;
}

.product-tab-pane {
  width: auto;
  max-width: 800px;
  height: 100%;
  min-height: auto;
}

.product-tab-image {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-tab-content {
  width: 70%;
  margin-left: 2%;
  margin-right: 0%;
  left: 0;
  overflow: visible;
}

.review-section {
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.review-header-wrapper {
  max-width: 420px;
  margin-bottom: 60px;
}

.reviwer-container {
  width: 100%;
  position: relative;
}

.review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.rveiew-no-mask {
  width: 400px;
  overflow: visible;
}

.review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-star {
  margin-right: 10px;
}

.review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-head-text {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 130%;
}

.review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-author-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.review-author-job-title {
  letter-spacing: .6px;
  font-size: 18px;
}

.slide-nav {
  color: var(--sea-green);
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.left-arrow.about-1-arrow {
  flex-direction: row;
  align-items: center;
  width: 10%;
  display: flex;
}

.right-arrow {
  width: 50%;
  right: -8px;
}

.right-arrow.about-1-arrow {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.home-pricing-section {
  margin-top: -83px;
  margin-bottom: 200px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.home-pricing-wrapper {
  flex-direction: column;
  display: flex;
}

.home-pricing-header-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin-left: 26px;
  padding-left: 0;
  display: flex;
}

.pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 200px;
  display: flex;
}

.pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle-text {
  color: #0b141f99;
  font-size: 20px;
  line-height: 120%;
}

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

.toggle-contain {
  background-color: var(--sea-green);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.toggle-contain.white-toggle {
  background-color: var(--sea-blue);
}

.toggle-dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.toggle-dot.green-toggle-dot {
  background-color: var(--sea-green);
}

.toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.toggle-save-text {
  color: var(--sea-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

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

.toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.pricing-box-wrapper {
  margin-top: 0;
}

.pricing-box-wrapper.pricing-1-box {
  border: 1px #000;
  margin-top: 0;
  position: relative;
  top: -120px;
}

.pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.pricing-box {
  border: 1px solid var(--gainsboro);
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.pricing-box.pricing-recommended {
  border-color: var(--sea-green);
  background-color: #fafafa;
}

.pricing-box.pricing-highlighted {
  background-color: var(--sea-green);
  color: var(--white);
  max-width: 277px;
  padding: 23px 20px;
}

.pricing-box.pricing-box-alternative {
  width: 31%;
  max-width: 277px;
  padding: 24px 20px;
}

.pricing-box.white-pricing-box {
  background-color: var(--white);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-box.green-pricing-box {
  background-color: var(--gray);
  color: var(--white);
  border-style: none;
}

.pricing-box.pricing-1-box {
  background-color: var(--white);
}

.pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 2px;
  padding-left: 0;
  display: flex;
}

.pricing-box-plan-wrapper.white-border {
  border-bottom-color: #fff3;
}

.pricing-plan {
  margin-bottom: 16px;
  margin-left: 26px;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 24px;
}

.pricing-plan-price {
  text-align: left;
  letter-spacing: 0;
  width: 280px;
  margin-bottom: 48px;
  margin-left: 2px;
  padding-bottom: 0;
  padding-left: 17px;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  overflow: hidden;
}

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

.pricing-plan-price.pricing-3-price {
  margin-bottom: 0;
}

.pricing-plan-price.price-ecom {
  margin-bottom: 0;
  margin-right: 2px;
  font-size: 32px;
}

.pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.pricing-plan-content-wrapper.pricing-3-content {
  max-width: 228px;
  margin-bottom: 0;
}

.pricing-plan-content-wrapper.pricing-3-content.advanced-migration {
  padding-top: 20px;
}

.pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.pricing-plan-content-text {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 130%;
}

.home-about-section {
  margin-top: 200px;
  margin-bottom: 200px;
}

.home-about-section.webflowhappycust {
  margin-top: 250px;
  margin-bottom: -41px;
}

.home-about-section.home-about-review-secion {
  margin-bottom: 80px;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: -180px;
  margin-bottom: 140px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.home-about-wrapper.home-about-wrap {
  margin-bottom: 80px;
}

.home-about-content-wrapper {
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  max-width: 1000px;
  height: 80%;
  display: flex;
}

.home-about-heading {
  text-align: center;
  width: 100%;
  margin-top: 19px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 44px;
}

.home-about-content-container {
  border: 1px #000;
  border-right: 0 solid #000;
  margin-top: 36px;
}

.home-about-paragraph {
  color: #0b141fcc;
  letter-spacing: .4px;
  margin-bottom: 48px;
  line-height: 130%;
}

.home-about-underline {
  background-color: #0b141f1a;
  height: 1px;
  margin-bottom: 48px;
}

.home-about-author-wrapper {
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.home-about-author-container {
  border-radius: 50%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
  overflow: hidden;
}

.home-about-author-image {
  width: 100%;
  height: 100%;
}

.home-about-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-right: 168px;
  display: flex;
}

.home-about-author-para {
  color: #0b141fcc;
  flex: 0 auto;
  width: 357px;
  max-width: 1000px;
  height: 40%;
  min-height: 90px;
  margin-bottom: 16px;
  margin-left: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.home-about-author-job-title {
  font-size: 18px;
  font-weight: 600;
}

.hoem-about-image-wrapper {
  width: 45%;
  max-width: 520px;
  height: 100%;
  max-height: 680px;
  position: relative;
}

.hoem-about-image {
  object-fit: cover;
  width: 494px;
  max-width: 500px;
  height: 100%;
  max-height: 500%;
  margin-left: 0;
}

.home-about-image-container-2 {
  border-radius: 24px;
  width: 230px;
  height: 190px;
  position: absolute;
  inset: auto auto 23% -10%;
  box-shadow: 14px 14px 100px #0000001a;
}

.home-about-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-about-image-container-3 {
  border-radius: 20px;
  width: 154px;
  height: 178px;
  position: absolute;
  inset: 8% -8% auto auto;
  box-shadow: 14px 14px 100px #0000001a;
}

.about-stats-wrapper {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-stats-wrapper.overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-about-stats-item {
  text-align: center;
  letter-spacing: .2px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-about-stat-number {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

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

.home-about-stat-cause {
  color: #0b141fcc;
  font-size: 24px;
  line-height: 120%;
}

.blogs-section {
  margin-bottom: 200px;
}

.page-blog-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.page-blog-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-blog-item {
  max-width: 560px;
}

.blog-image-wrapper {
  width: 100%;
  max-width: 560px;
  height: 380px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

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

.home-blog-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-item-header {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.blog-item-info-text {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 140%;
}

.blog-tag {
  background-color: var(--white);
  border-radius: 12px;
  padding: 8px 14px;
  position: absolute;
  inset: 7% auto auto 7%;
  box-shadow: 7px 7px 20px #0000001a;
}

.blog-tag.blogs {
  padding: 12px 24px;
}

.blog-tag-text {
  font-size: 18px;
  font-weight: 600;
}

.cta-section {
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 140px;
}

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

.cta-header-wrapper {
  text-align: center;
  max-width: 630px;
}

.cta-header-wrapper.overview {
  max-width: 860px;
}

.cta-arrow-icon {
  position: absolute;
  inset: -60% -100% auto auto;
  transform: rotate(-60deg);
}

.footer-section {
  color: var(--white);
  background-image: url('../images/Bg-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 36px;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 10%;
  display: grid;
}

.footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
  left: -15px;
}

.footer-para {
  letter-spacing: .5px;
  width: 100%;
  max-width: 400px;
  min-height: 250px;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.footer-para.footeraddress {
  color: var(--white);
  width: 250px;
  max-width: 500px;
  margin-top: 10px;
}

.footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-social-link-block {
  background-color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.footer-social-link-block:hover {
  background-color: var(--medium-aquamarine);
}

.footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-links-header {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.footer-links {
  color: #fff;
  letter-spacing: .5px;
  height: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.footer-links.w--open {
  padding-right: 55px;
}

.footer-links.custom-footer-link {
  color: #fff;
  padding-top: 15px;
}

.footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  margin-top: 20px;
  padding-top: 32px;
}

.copyright-text {
  color: #fffc;
  font-size: 18px;
  line-height: 120%;
}

.home-hero-image-2-wrapper {
  z-index: 20;
  border-radius: 20px;
  max-width: 230px;
  max-height: 260px;
  position: absolute;
  inset: auto auto 6% -18%;
  box-shadow: 14px 14px 100px #0003;
}

.home-hero-image-2 {
  width: 100%;
  height: 100%;
}

.home2-hero-section {
  background-image: url('../images/63d7b8826d7985cd65d08cd7_Mask-Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 140px;
}

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

.about-header-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.about-team-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.about-team-image-wrapper {
  width: 100%;
  height: 460px;
  margin-bottom: 32px;
}

.about-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-team-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-team-member-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.about-team-member-title {
  letter-spacing: .5px;
  font-size: 20px;
  line-height: 120%;
}

.review-slider-section {
  padding-bottom: 200px;
}

.review-slider-wrapper {
  height: 100%;
}

.main-review-slider {
  background-color: #0000;
  height: auto;
}

.review-slide-item {
  margin-left: auto;
  margin-right: auto;
}

.review-item-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 48px;
}

.review-icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 48px;
}

.review-item-text {
  color: var(--dark-slate-grey);
  max-width: 830px;
  font-size: 42px;
  line-height: 100%;
}

.review-mask {
  height: 100%;
  overflow: visible;
}

.review-author-block {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.review-image-container {
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 32px;
  overflow: hidden;
}

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

.author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.about-blog-section {
  padding-bottom: 200px;
}

.about-blog-container {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-section-2 {
  background-image: url('../images/CTA-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cta-section-content-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 519px;
  display: flex;
}

.white-top-heading {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

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

.cta-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 80%;
  height: 100%;
  margin-top: 0;
  margin-right: -30%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-2-hero-section {
  background-color: var(--dark-slate-grey);
  padding-top: 160px;
  padding-bottom: 60px;
}

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

.about-2-hero-text-wrapper {
  flex-direction: column;
  align-items: stretch;
  max-width: 585px;
  margin-right: 100px;
  display: flex;
}

.about-2-hero-heading-wrapper {
  margin-bottom: 40px;
}

.about-2-hero-heading-wrapper.hero-clients {
  margin-bottom: 0;
}

.about-2-hero-heading {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 44px;
}

.about-2-hero-para {
  color: #0b141fb3;
  max-width: 450px;
}

.terms-text-field {
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 120%;
}

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

.privacy-policy-form-link {
  text-decoration: underline;
}

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

.about-2-hero-right-wrapper {
  width: 49%;
  max-width: 559px;
}

.about-2-hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  margin-bottom: 30px;
  overflow: hidden;
}

.about-2-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-2-hero-stats-wrapper {
  align-items: flex-start;
  display: flex;
}

.about-2-hero-stat-item {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.about-2-hero-stat {
  border-left: 2px solid #007e6033;
  margin-bottom: 16px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.about-2-hero-stat-info {
  color: #0b141fcc;
  letter-spacing: .4px;
  font-size: 18px;
  line-height: 120%;
}

.about-2-who-wrapper {
  background-color: #e5dea442;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 60px;
}

.about-2-who-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-2-who-header {
  margin-top: 30px;
  margin-bottom: 32px;
  margin-left: -400px;
}

.about-2-who-para {
  text-align: center;
  max-width: 670px;
  font-style: normal;
}

.about-2-who-image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-2-who-image-container {
  max-width: 560px;
  max-height: 700px;
  position: relative;
}

.about-2-who-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-2-who-image-container-2 {
  border-radius: 30px;
  max-width: 700px;
  position: absolute;
  inset: 12% auto auto -88%;
  box-shadow: 14px 14px 100px #0000001a;
}

.about-2-about-us-section {
  padding-bottom: 60px;
}

.about-2-about-us-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-us-content-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 460px;
  display: flex;
}

.about-us-heading {
  margin-bottom: 20px;
  font-size: 37px;
}

.about-us-para {
  color: #0b141fcc;
  margin-bottom: 60px;
}

.about-us-author-wrapper {
  border-top: 1px solid #0000001a;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.about-us-author-image-wrapper {
  border-radius: 100%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
}

.about-us-author-image {
  width: 100%;
  height: 100%;
}

.about-us-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-us-author-talk-text {
  color: #0b141fcc;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.about-us-author-job-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.about-us-image-container {
  width: 50%;
  max-width: 640px;
  margin-left: 0;
  position: relative;
}

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

.insights-section {
  background-image: url('../images/Watch-Insights.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -122px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.insigts-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 610px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.insights-heading {
  color: var(--white);
}

.insights-video-wrapper {
  max-width: 1040px;
  height: 650px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.insights-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.insights-para-wrapper {
  color: var(--white);
  text-align: center;
  max-width: 690px;
  margin: 80px auto 120px;
}

.about-2-insights-para {
  color: #fffc;
  font-size: 28px;
  line-height: 130%;
}

.insights-stats-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insights-stats-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insights-stats-head {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.medium-color-span {
  color: var(--medium-aquamarine);
}

.insights-stat-para {
  color: #fffc;
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
}

.insights-stat-para.home-3 {
  margin-top: 10px;
}

.about-2-people-wrapper {
  margin-top: 200px;
}

.about-2-people-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-2-people-content-wrapper {
  width: 45%;
  max-width: 500px;
}

.about-2-people-name {
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.about-people-job-title {
  color: #0b141fcc;
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 120%;
}

.about-2-people-info-para {
  color: #0b141fcc;
  margin-bottom: 48px;
  font-size: 20px;
}

.about-2-people-quote-wrapper {
  border-top: 1px solid #0000001a;
  margin-bottom: 80px;
  padding-top: 48px;
}

.about-2-people-quote-text {
  color: var(--dark-slate-grey);
  font-size: 26px;
  line-height: 120%;
}

.about-2-people-social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-2-people-social-link {
  width: 30px;
  height: 30px;
  margin-right: 24px;
}

.about-2-people-social-image {
  width: 100%;
  height: 100%;
}

.about-2-people-image-wrapper {
  width: 48%;
  max-width: 550px;
  max-height: 680px;
  overflow: hidden;
}

.about-2-people-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.multi-logo-section {
  padding-top: 0;
  padding-bottom: 150px;
}

.multi-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-logo-container {
  opacity: .6;
}

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

.contact-section {
  background-image: url('../images/Bg-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -146px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.contact-section.expert-contact {
  margin-top: 0;
}

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

.about-2-contact-image-wrapper {
  width: 48%;
  max-width: 550px;
  position: relative;
}

.about-2-contact-image {
  width: 100%;
  height: 100%;
}

.about-contact-image-2-wrapper {
  border-radius: 30px;
  max-width: 203px;
  position: absolute;
  inset: 4% -3% auto auto;
  box-shadow: 14px 14px 100px #0003;
}

.about-2-contact-image3 {
  max-width: 224px;
  position: absolute;
  inset: auto auto 10% -10%;
  box-shadow: 14px 14px 100px #0000001a;
}

.about-2-contact-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 540px;
  margin-left: 2%;
  display: flex;
}

.about-2-contact-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.about-2-contact-para {
  color: var(--white);
  margin-bottom: 40px;
}

.about-contact-form-wrapper {
  width: 100%;
}

.about-2-contact-form-field {
  color: var(--white);
  background-color: #0000;
  border: 1px #fffc;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 24px;
  padding: 10px 22px 29px 0;
  font-size: 20px;
  font-weight: 500;
}

.about-2-contact-form-field:focus {
  border-color: var(--white);
}

.about-2-contact-form-field::placeholder {
  color: var(--white);
}

.about-3-hero-section {
  padding-top: 224px;
  padding-bottom: 220px;
}

.about-3-hero-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-3-hero-heading {
  margin-bottom: 32px;
  font-size: 60px;
}

.about-3-hero-paragraph {
  max-width: 814px;
}

.horizontal-track-wrapper {
  z-index: 2;
  width: 400vw;
  padding-top: 60px;
  position: relative;
}

.horizontal-track-wrapper-inner {
  align-items: center;
  display: flex;
}

.horizintal-tack-item-1 {
  max-width: 300px;
  max-height: 360px;
}

.horizontal-track-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.horizintal-tack-item-2 {
  border-radius: 20px;
  max-width: 310px;
  position: relative;
  bottom: 100px;
  left: 40px;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.horizintal-tack-item-3 {
  max-width: 300px;
  margin-left: 80px;
  overflow: hidden;
}

.horizintal-tack-item-4 {
  border-radius: 20px;
  max-width: 300px;
  margin-left: 40px;
  position: relative;
  box-shadow: 14px 14px 70px #0000001a;
}

.horizintal-tack-item-5 {
  border-radius: 20px;
  max-width: 420px;
  position: absolute;
  inset: -50% auto auto 0%;
  box-shadow: 0 20px 100px #0000001a;
}

.logo-section {
  margin-top: -89px;
  padding-bottom: 0;
}

.logo-section.servicelogo {
  margin: -115px 0 0 -95px;
}

.logo-section.servicelogo.wordpress-logo {
  margin-top: 0;
  margin-left: 0;
}

.logo-section.servicelogo.wordpress-logo.mig-logo-section {
  margin-top: 0;
}

.logo-section.servicelogo.wordpress-logo.logo-group-block {
  margin-top: -115px;
}

.logo-section.servicelogo.wordpress-logo.logo-group-block.wordpress-logo-strip {
  margin-top: 0;
}

.logo-section.servicelogo.migration-section {
  margin-top: 0;
  margin-left: 0;
}

.logo-section.servicelogo.migration-section.logo-group-block-sec {
  margin-top: 0;
}

.logo-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100px;
  margin-left: 0;
  display: flex;
}

.logo-main-text {
  margin-right: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.logo-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 940px;
  display: grid;
}

.logo-grid._100 {
  grid-column-gap: 36px;
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: 100px;
  padding-top: 0;
  padding-bottom: 21px;
}

.about-3-statistics-section {
  padding-bottom: 200px;
}

.about-3-statistics-header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.about-3-head-content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.about-3-statistics-heading {
  max-width: 430px;
}

.about-3-statistics-para-container {
  max-width: 550px;
}

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

.about-3-statistics-image-wrap {
  max-width: 1200px;
  max-height: 700px;
  overflow: hidden;
}

.about-3-stats-image {
  width: 100%;
  height: 100%;
}

.about-3-feature-section {
  padding-bottom: 200px;
}

.product-feature-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-feature-tabs {
  margin-top: -72px;
}

.product-feature-tabs.sec-bg-tab {
  margin-top: 0;
}

.product-feature-tab-menu {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 109px;
  margin-bottom: 130px;
  display: flex;
}

.product-feature-tab-menu.webflow-migration-services {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.product-feature-tab-menu.expertsservices {
  margin-top: 115px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tabs.w--current {
  background-color: var(--sea-blue);
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 49%;
  max-width: 600px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.tabs.about, .tabs.about.w--current, .tabs._50 {
  width: 50%;
}

.tabs.webflow-maintenance.w--current {
  width: 49%;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.tabs.customgridflow {
  flex-flow: row;
}

.tabs.customgridflow.services-grid, .tabs.customgridflow.service-grid-custom {
  flex-flow: column;
}

.tabs.sec-grid-tab {
  flex-flow: row;
  width: 49%;
  margin-bottom: 20px;
  overflow: visible;
}

.tabs.sec-grid-tab.service-grid-custom {
  opacity: 1;
  mix-blend-mode: normal;
  flex-flow: column;
  margin-bottom: 10px;
}

.tabs.sec-grid-tab.service-grid-custom.w--current {
  color: var(--black);
  text-align: center;
  flex-flow: column;
}

.tab-icon-container {
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  position: relative;
}

.tab-icon {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.tab-icon.tab-icon-secoundary {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.product-feature-tab-content {
  overflow: visible;
}

.product-tab-content-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-top: -37px;
  display: flex;
}

.product-tab-content-wrapper.custom-design-inner {
  margin-top: 120px;
}

.product-tab-content-block {
  width: 45%;
  max-width: 460px;
}

.product-feature-author-wrapper {
  border-top: 1px solid #0003;
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 48px;
  display: flex;
}

.feature-author-image-wrapper {
  border-radius: 100%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
}

.about-3-feature-author-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-tab-para {
  color: #0b141fcc;
  margin-right: 29px;
  font-family: Thicccboi, sans-serif;
}

.product-tab-image-wrapper {
  width: 45%;
  max-width: 640px;
}

.people-review-section {
  background-color: var(--ivory);
  padding-top: 140px;
  padding-bottom: 140px;
}

.reviews-wrapper {
  justify-content: space-between;
  display: flex;
}

.review-container {
  width: 45%;
  max-width: 650px;
}

.reviewer-review-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.review-text {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.reviewer-job-title-text {
  letter-spacing: .2px;
  font-size: 18px;
}

.reviwer {
  font-weight: 500;
}

.review-stats-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 350px;
  display: flex;
}

.reviwer-stat-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding-bottom: 48px;
  display: flex;
}

.reviwer-stat-item.middle {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
}

.review-stat-number {
  border-left: 2px solid #007e6033;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.stat-number-para {
  letter-spacing: .3px;
  font-size: 20px;
  line-height: 120%;
}

.more-review-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-review-link {
  border-bottom: 1px solid var(--sea-green);
  flex-direction: row;
  padding: 8px;
  display: flex;
}

.more-review-text {
  color: var(--sea-green);
  margin-right: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.about-3-about-us-section {
  background-image: url('../images/Bg-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 220px;
}

.about-3-about-us-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-3-about-header {
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 80px;
  display: flex;
}

.about-2-about-heading {
  color: var(--white);
  margin-bottom: 32px;
}

.about-2-about-para {
  color: var(--white);
  max-width: 624px;
}

.about-3-about-image-wrapper {
  max-width: 944px;
  position: relative;
}

.about-3-about-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.about-3-image-2 {
  border-radius: 20px;
  max-width: 380px;
  position: absolute;
  inset: 14% -9% auto auto;
  box-shadow: -15px 13px 100px #0000001a;
}

.about-3-image-3 {
  border-radius: 20px;
  max-width: 260px;
  position: absolute;
  inset: auto auto 13% -7%;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.about-3-product-section {
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.about-3-product-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 540px;
  position: relative;
}

.about-3-product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-image-top-text {
  background-color: var(--medium-aquamarine);
  text-align: center;
  border-radius: 24px;
  max-width: 440px;
  max-height: 420px;
  padding: 45px;
  position: absolute;
  inset: 15% 10% 0%;
}

.product-image-text {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.product-author-text {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.product-author-job-title {
  font-size: 22px;
  line-height: 120%;
}

.about-3-product-content-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 560px;
  margin-left: 2%;
  display: flex;
}

.about-3-product-heading {
  margin-bottom: 48px;
}

.about-3-product-feature-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-3-product-feature-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-3-product-feature-head {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.about-3-product-feature-para {
  color: #0b141fcc;
  font-size: 18px;
  line-height: 120%;
}

.about-3-team-section {
  margin-bottom: 60px;
}

.about-3-team-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-3-team-slider {
  max-width: 1440px;
}

.about-3-slider {
  background-color: #0000;
  height: auto;
}

.no-mask {
  max-width: 360px;
  overflow: visible;
}

.about-3-team-slide {
  max-width: 360px;
  margin-right: 60px;
}

.about-3-slide-wrapper {
  width: 100%;
}

.about-3-team-image-wrapper {
  width: 100%;
  height: 460px;
  max-height: 460px;
  margin-bottom: 32px;
  overflow: hidden;
}

.about-3-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-3-team-slide-author-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-3-team-job-title {
  color: #0b141fcc;
  font-size: 20px;
  line-height: 120%;
}

.question-section {
  margin-top: 0;
  margin-bottom: 19px;
}

.question-header-wrapper {
  text-align: center;
  max-width: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.question-heading {
  font-size: 42px;
}

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

.question-item {
  border: 1px solid var(--gainsboro-2);
  cursor: pointer;
  border-radius: 16px;
  padding: 25px;
}

.question-item.help-centre-question {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.question-text {
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.question-icon-container {
  width: 24px;
  height: 24px;
}

.question-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.answer-wrapper {
  overflow: hidden;
}

.answer {
  color: #0b141fcc;
  padding-top: 30px;
  font-size: 18px;
  line-height: 120%;
}

.home-2-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-2-hero-heading {
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-hero-para-wrapper {
  max-width: 556px;
  margin-bottom: 54px;
  position: relative;
}

.home-2-hero-arrow-icon {
  position: absolute;
  inset: -70% -15% auto auto;
}

.home-2-form-wrapper {
  width: 100%;
  max-width: 580px;
}

.email-form {
  background-color: #f0f9f5;
  border: 1px solid #ced9d8;
  border-radius: 18px;
  height: 75px;
  padding: 8px;
  display: flex;
}

.email-form-text-field {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  padding-left: 26px;
  font-size: 18px;
  line-height: 120%;
}

.home-2-hero-image-wrapper {
  border-radius: 30px;
  max-width: 940px;
  margin-top: 54px;
  position: relative;
  box-shadow: 14px 14px 100px #0003;
}

.home-2-hero-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-2-hero-image-wrapper-2 {
  border-radius: 30px;
  max-width: 400px;
  position: absolute;
  inset: 40% -10% auto auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.home-2-image-wrapper-3 {
  border-radius: 30px;
  max-width: 280px;
  position: absolute;
  inset: auto auto -11% -10%;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.home-2-product-section {
  padding-top: 140px;
  padding-bottom: 200px;
}

.home-2-product-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-2-product-wrapper.wordpress-home-wrap.migration-guarantees.why-us-section {
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 60px;
}

.home-2-product-wrapper.wordpress-home-wrap.bg-color {
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 80px;
}

.home-2-product-wrapper.wordpress-home-wrap.bg-color.guarantees {
  margin-bottom: 40px;
}

.home-2-product-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.home-2-product-content-grid {
  grid-column-gap: 105px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 200px;
  display: grid;
}

.home-2-product-content-grid.wordpress-home-product {
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.home-2-product-content-grid.wordpress-home-product.figma-gaurantees-sec {
  width: 100%;
  max-width: 1200px;
}

.home-2-product-content-grid.wordpress-home-product.btn-spcing {
  padding-bottom: 0;
}

.home-2-product-content-grid.gurantee-section-mid {
  grid-column-gap: 105px;
  grid-row-gap: 80px;
  grid-column-gap: 260px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: grid;
}

.home-2-product-grid-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.home-2-product-grid-item.gurante-box {
  justify-content: center;
  align-items: center;
  max-width: 330px;
}

.home-2-product-icon-container {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.home-2-product-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-2-product-item-head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.home-2-product-item-para {
  color: #0b141fcc;
  text-align: center;
  letter-spacing: .4px;
  font-family: Thicccboi, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.home-2-product-item-para.sec-text-color {
  color: #0a0503de;
}

.home-2-about-image-wrapper-2 {
  border-radius: 30px;
  max-width: 450px;
  position: absolute;
  inset: -8% auto auto -15%;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.home-2-about-stats-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.home-2-about-stat-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-2-about-stat-number {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.home-2-about-stat-para {
  color: #0b141fcc;
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 120%;
}

.home-2-work-section {
  padding-top: 0;
  padding-bottom: 200px;
}

.home-2-work-wrapper {
  text-align: center;
}

.home-2-work-header {
  max-width: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-work-content-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-2-work-item {
  flex-direction: column;
  align-items: center;
  max-width: 340px;
  display: flex;
}

.home-2-work-image-wrapper {
  width: 100%;
  max-width: 300px;
  margin-bottom: 48px;
}

.home-2-work-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-2-work-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  display: flex;
}

.home-2-work-text-header {
  letter-spacing: .2px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.home-2-work-para {
  color: #0b141fcc;
  letter-spacing: .3px;
  font-size: 18px;
  line-height: 130%;
}

.work-block-divider {
  border: 1px dashed #007e6033;
  width: 70px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.customer-stories-section {
  background-image: url('../images/Customer-Story-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 200px;
  position: relative;
}

.customer-stories-section.overview {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(95deg, var(--sea-green) 46%, var(--dark-slate-grey) 59%);
}

.customer-story-image-wrapper {
  width: 42%;
  max-width: 580px;
  height: 100%;
}

.customer-story-image-wrapper.overview {
  background-color: var(--sea-green);
  justify-content: center;
  align-items: stretch;
  width: 45%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.customer-story-text-wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 45%;
  margin: 0 8% 0 0;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.customer-story-text-wrapper.overview {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Group-19877.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 100px 5% 100px 2%;
}

.customer-stories-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.customer-story-name {
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

.customer-stoty-para {
  color: #fffc;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.customer-stoty-para.overview {
  font-size: 18px;
}

.lightbox-button {
  color: var(--white);
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.lightbox-button.product-lightbox-button {
  margin-left: 128px;
}

.lightbox-text {
  letter-spacing: .5px;
  font-size: 18px;
}

.lightbox-text.is-dark {
  color: var(--dark-slate-grey-2);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-2-blog-section {
  margin-bottom: 200px;
}

.home-3-hero-section {
  margin-bottom: 150px;
  padding-top: 80px;
}

.home-3-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-3-hero-image-wrapper {
  width: 48%;
  max-width: 650px;
  height: 100%;
  max-height: 820px;
  position: relative;
  overflow: hidden;
}

.home-3-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-hero-content-wrapper {
  background-image: url('../images/63d7b8826d7985cd65d08cd7_Mask-Group.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0%;
  padding-top: 2%;
  display: flex;
}

.home-3-hero-head-wrapper {
  max-width: 510px;
  margin-bottom: 48px;
}

.home-3-hero-heading {
  text-align: center;
  width: 950px;
  margin-top: 52px;
  margin-bottom: 32px;
  margin-left: -197px;
  font-size: 44px;
}

.home-3-hero-para {
  color: #0b141fcc;
  text-align: center;
  width: 900px;
  margin-left: -158px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.extra-hero-image-wrapper-2 {
  background-color: var(--white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: auto 0% 10% 15%;
}

.hero-review-text {
  color: #0b141fcc;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.hero-reviwer-name {
  font-size: 18px;
  font-weight: 500;
}

.home-3-hero-form-wrapper {
  text-align: center;
}

.home-3-hero-content-main {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block-dark {
  width: 100%;
  max-width: 100%;
}

.form-block-dark.margin-adjust {
  margin-top: -70px;
}

.form-dark {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 49px;
  display: block;
}

.form-dark.audit-section {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.form-dark.audit-section.space-adjust {
  flex-flow: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 186px;
}

.form-dark.audit-section.midaudit-btn {
  justify-content: center;
  align-items: center;
}

.form-dark.audit-section.custom-audit-btn {
  margin-top: 20px;
}

.form-dark.flow-btn {
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
}

.form-dark.flow-btn.mid-sec-sec-btn {
  position: relative;
  top: -110px;
}

.form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit, .form-dark.flow-btn.joomla-flow-btn {
  margin-bottom: 40px;
}

.form-field-dark {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  min-height: 70px;
  margin-bottom: 24px;
  padding: 22px 22px 22px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.form-field-dark:focus {
  border-color: var(--sea-green);
  box-shadow: 1px 1px 10px #007e601a;
}

.home-3-product-section {
  margin-top: -140px;
  margin-bottom: 200px;
}

.home-3-product-section.design-section {
  margin-bottom: 130px;
}

.home-3-product-section.wordpress-page {
  margin-top: -50px;
  margin-bottom: 170px;
}

.home-3-product-section.migration-product-sec {
  margin-top: -80px;
  margin-bottom: 140px;
}

.home-3-product-section.custom-expert-row {
  margin-top: -20px;
}

.home-3-product-section.custom-expert-row.design-web-section {
  margin-bottom: 60px;
}

.home-3-product-section.custom-expert-row.experts-india {
  margin-top: 0;
}

.home-3-product-section.custom-expert-row.highest-level {
  margin-top: 20px;
}

.home-3-product-wrapper {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.home-3-product-wrapper.wordpress-wrapper {
  margin-top: 80px;
}

.home-3-product-wrapper.wordpress-wrapper.custom-migrate-wrapper {
  margin-top: 100px;
}

.home-3-product-wrapper.migration-services-page {
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-3-product-wrapper.figma-product-wrap.high-impact {
  margin-top: 60px;
}

.home-3-product-content-wrapper {
  flex-direction: column;
  width: 50%;
  max-width: 550px;
  display: flex;
}

.home-3-product-heading {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 44px;
  line-height: 105%;
}

.home-3-product-para {
  color: #0b141fcc;
  max-width: 414px;
}

.underline {
  background-color: #0b141f33;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-3-product-split-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.home-3-product-split-content-grid.design-grid-box {
  grid-template-columns: 1fr;
}

.home-3-product-split-content-grid.optimized-flow {
  display: block;
}

.home-3-split-content-item {
  margin-top: 10px;
}

.home-3-split-text-head {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.home-3-product-split-para {
  color: #0b141fcc;
  letter-spacing: .3px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.home-3-product-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-3-product-image-wrapper {
  width: 45%;
  max-width: 545px;
  max-height: 660px;
  margin-left: 2%;
  position: relative;
}

.home-3-product-image-wrapper.joomla-migrate-wrap {
  max-height: 620px;
}

.home-3-product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.home-3-product-image.webflowservice {
  margin-top: 20px;
}

.home-3-product-image-wrapper-2 {
  border-radius: 20px;
  max-width: 480px;
  position: absolute;
  inset: 5% auto auto -20%;
  box-shadow: 14px 14px 100px #0003;
}

.extra-icon-1 {
  position: absolute;
  inset: auto auto -34% -8%;
}

.home-3-product-image-wrapper-3 {
  border-radius: 20px;
  max-width: 460px;
  position: absolute;
  inset: auto -4% 4% auto;
  box-shadow: 14px 14px 100px #0003;
}

.extra-icon-2 {
  position: absolute;
  inset: -27% -9% auto auto;
}

.extra-icon-3 {
  margin-top: 0;
  position: absolute;
  inset: auto auto -3% -20%;
}

.home-3-feature-section {
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 200px;
}

.home-3-feature-section.bg-grey {
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 170px;
  padding-bottom: 80px;
}

.home-3-feature-section.bg-grey.btn-padding, .home-3-feature-section.bg-grey.btn-spacing {
  padding-bottom: 0;
}

.home-3-feature-section.bg-grey.site-core-btn {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.home-3-feature-section.bg-grey.sitecore-spacing {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.home-3-feature-section.bg-grey.customer-service {
  margin-bottom: 140px;
  padding-bottom: 0;
}

.home-3-feature-section.bg-grey.btn-space {
  margin-bottom: 60px;
  padding-bottom: 0;
}

.home-3-feature-wrapper {
  margin-top: -107px;
}

.home-3-feature-wrapper.webflow-services {
  margin-top: 0;
}

.home-3-feature-wrapper.webflow-services.bg-grey {
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 90px;
  padding-bottom: 80px;
}

.home-3-feature-header {
  text-align: center;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.home-3-feature-header.sec-feature-head {
  margin-bottom: 0;
  padding-top: 70px;
}

.home-3-feature-image {
  border-radius: 20px;
  max-width: 370px;
  position: absolute;
  inset: auto auto 0% 0%;
  box-shadow: 14px 14px 100px #0000001a;
}

.home-3-feature-image.up {
  z-index: 2;
  bottom: -7%;
  left: -10%;
}

.home-3-feature-image.down {
  inset: -11% -16% auto auto;
}

.home-3-product-feature-section {
  margin-bottom: 220px;
}

.home-3-product-feature-section.expertsgrid {
  margin-bottom: 160px;
}

.home-3-product-feature-section.expertsgrid.expert-grid-box {
  margin-top: 40px;
}

.home-3-product-feature-section.joomla-product-feture {
  margin-bottom: 181px;
}

.home-3-product-feature-wrapper {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: -100px;
  margin-bottom: -80px;
  display: flex;
}

.home-3-product-feature-wrapper.how-do-migrate-webflow-service {
  width: 90%;
  margin-top: 0;
  margin-bottom: -100px;
  margin-left: 59px;
}

.home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section {
  margin-top: 100px;
}

.home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section.space-btn {
  margin-bottom: 0;
}

.home-3-product-feature-wrapper.wordpress-feature {
  margin-bottom: -115px;
}

.home-3-product-feature-wrapper.wordpress-feature.btn-sec-4 {
  margin-bottom: -172px;
}

.home-3-product-feature-wrapper.sitcore-feature {
  margin-bottom: -120px;
}

.product-feature-content-wrapper {
  width: 50%;
  max-width: 560px;
}

.product-feature-heading {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 105%;
}

.product-feature-text-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-feature-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-feature-text-head {
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.product-feature-text-para {
  color: #0a0503de;
  -webkit-text-stroke-color: #0b141fcc;
  font-family: Thicccboi, sans-serif;
}

.product-feature-image-wrapper {
  width: 50%;
  max-width: 540px;
  max-height: 700px;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}

.product-feature-image-wrapper.prestashop-img {
  max-height: none;
}

.product-feature-image-wrapper.sitcore-img {
  max-height: 890px;
}

.product-feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-full-slider-section {
  margin-top: 100px;
  margin-bottom: 220px;
}

.home-3-full-slider-section.client-story-section {
  margin-top: 120px;
  margin-bottom: 120px;
}

.home-3-full-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -38px;
  display: flex;
}

.full-slide {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 30%;
}

.home-3-slider-image-wrapper {
  width: 100%;
  max-height: 440px;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-3-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-slider-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-3-slider-author-name {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.home-slider-3-author-para {
  color: #0b141fcc;
  margin-bottom: 20px;
  font-size: 24px;
}

.home-3-slider-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.home-3-slider-arrow.left {
  inset: 0% auto 0% 0%;
  background-color: #ffffffb3;
  justify-content: flex-end;
  width: 25%;
  display: flex;
  inset: 0% auto 0% 0%;
}

.home-3-slider-arrow.right {
  background-color: #ffffffb3;
  width: 25%;
  inset: 0% 0% 0% auto;
}

.home-3-slider-icon-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
}

.arrow-icon {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-icon.opacity-0 {
  opacity: 0;
  opacity: 0;
}

.home-3-blog-feature-section {
  margin-bottom: 140px;
}

.home-3-blog-feature-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.home-3-blog-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-blog-item {
  flex-direction: row;
  align-items: stretch;
  max-width: 560px;
  display: flex;
}

.home-3-blog-image-wrapper {
  flex: 1;
  max-width: 240px;
  max-height: 260px;
  margin-right: 40px;
  overflow: hidden;
}

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

.home-3-blog-item-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

.home-3-blog-heading {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.home-3-blog-para {
  color: #0b141fcc;
}

.home-3-blog-link-block {
  border-bottom: 1px solid var(--sea-green);
  align-items: center;
  margin-top: 38px;
  padding-bottom: 10px;
  display: flex;
}

.home-3-blog-link-text {
  color: var(--sea-green);
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-3-blog-arrow-icon {
  width: 20px;
  height: 20px;
}

.careers-hero-section {
  margin-top: 224px;
  margin-bottom: 200px;
}

.careers-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-hero-heading {
  max-width: 510px;
  margin-bottom: 32px;
}

.careers-hero-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.careers-hero-image-container {
  max-width: 460px;
  max-height: 620px;
  overflow: hidden;
}

.careers-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.careers-metrics-section {
  margin-bottom: 200px;
}

.carees-metrics-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.careers-metrics-image-wrapper {
  flex: none;
  width: 45%;
  max-width: 540px;
  height: 100%;
  position: relative;
}

.careers-metrics-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carees-metrics-text-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  margin-left: 2%;
  display: flex;
}

.careers-metrics-heading {
  margin-bottom: 32px;
}

.careers-metrics-para {
  color: #0b141fcc;
  margin-bottom: 48px;
}

.green-underline {
  background-color: #007e6033;
  width: 100%;
  height: 1px;
}

.careers-metrics-grid {
  grid-column-gap: 90px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 48px;
  display: grid;
}

.careers-metrics-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.careers-metics-number {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.career-metrics-number-para {
  color: #0b141fcc;
}

.careers-job-section {
  margin-bottom: 200px;
}

.careers-job-heading-wrapper {
  max-width: 644px;
  margin-bottom: 100px;
}

.careers-job-heading {
  margin-bottom: 32px;
}

.careers-job-para {
  font-size: 24px;
}

.email-text {
  color: var(--sea-green);
  font-size: 20px;
  text-decoration: underline;
}

.email-text:hover {
  color: var(--dark-slate-grey);
}

.careers-job-opening-wrapper {
  max-width: 1020px;
  margin-left: auto;
}

.job-collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-job-item {
  border-bottom: 1px solid var(--dark-slate-grey-3);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.careers-job-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.job-title {
  font-size: 60px;
  line-height: 120%;
}

.job-type-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.job-location {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.job-type-divider {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.job-type-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.link-block {
  border-bottom: 1px solid var(--sea-green);
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.link-block-text {
  color: var(--sea-green);
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

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

.careers-template-hero-section {
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 220px;
}

.careers-template-hero-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey-3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.careers-template-content-section {
  margin-bottom: 200px;
}

.careers-rich-text-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

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

.template-rich-text h2 {
  margin-bottom: 23px;
  font-size: 32px;
  font-weight: 600;
}

.template-rich-text p {
  margin-bottom: 20px;
  font-size: 20px;
}

.template-rich-text ul {
  font-size: 20px;
  line-height: 160%;
}

.template-rich-text img {
  margin-top: 40px;
  margin-bottom: 0;
}

.template-rich-text figcaption {
  color: #007e6099;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.template-rich-text blockquote {
  color: var(--sea-green);
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 137%;
}

.template-rich-text li {
  margin-bottom: 20px;
}

.careers-template-link-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.careers-template-link {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 24px;
  line-height: 120%;
}

.integration-hero-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 220px;
}

.integration-hero-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-hero-para {
  color: #0b141fcc;
  max-width: 670px;
  margin-top: 32px;
}

.integration-main-section {
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 220px;
}

.integration-main-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-collection-item {
  max-width: 375px;
}

.integration-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 100%;
  padding: 45px;
  display: flex;
  box-shadow: 7px 7px 100px #0000000f;
}

.integration-icon-container {
  border-radius: 24px;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 7px 7px 100px #0000001a;
}

.integration-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.integration-item-name {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.integration-item-para {
  max-width: 295px;
  margin-bottom: 32px;
}

.learn-more-link-block {
  border-bottom: 1px solid #007e60e6;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.learn-more-text {
  color: var(--sea-green);
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.learn-more-icon {
  width: 20px;
  height: 20px;
}

.integration-template-hero-section {
  margin-bottom: 100px;
  padding-top: 220px;
}

.integration-template-head {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-image-wrapper {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 358px;
  padding: 20px;
  display: flex;
  box-shadow: 14px 14px 100px #0000001a;
}

.integration-main-image-wrapper {
  border-radius: 24px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

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

.interation-head-divider {
  border: 1px dashed var(--sea-green);
  width: 70px;
  margin-left: 24px;
  margin-right: 24px;
}

.integration-head-wrapper {
  text-align: center;
  max-width: 676px;
  margin: 32px auto;
}

.integration-heading {
  margin-bottom: 32px;
}

.integration-head-divider {
  background-color: #007e6033;
  width: 100%;
  height: 1px;
}

.integration-content-section {
  margin-bottom: 200px;
}

.integration-content-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.integration-extra-section {
  margin-bottom: 200px;
}

.integration-extra-head {
  text-align: center;
  margin-bottom: 80px;
}

.contact-hero-section {
  background-image: url('../images/Bg222.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 224px;
  padding-bottom: 200px;
}

.contact-hero-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-hero-heading {
  color: var(--white);
}

.contact-hero-para-wrapper {
  max-width: 676px;
  margin-top: 32px;
}

.contact-hero-para {
  color: var(--white);
}

.contact-hero-para._90-opactity {
  color: #ffffffe6;
}

.contact-main-form-section {
  margin-top: -200px;
}

.contact-form-block {
  background-color: var(--white);
  border-radius: 32px;
  width: 100%;
  max-width: 1200px;
  padding: 60px;
  box-shadow: 7px 7px 100px #0000001a;
}

.contact-text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gainsboro-2) var(--black) var(--black) var(--gainsboro-2);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 30px 30px 0;
  font-size: 20px;
}

.contact-text-field::placeholder {
  color: var(--black);
}

.contact-text-field._30px-right-margin {
  border-style: none none solid;
  border-bottom-color: var(--black);
  border-radius: 0;
  margin-right: 30px;
  padding-left: 0;
}

.contact-text-field._30px-right-margin::placeholder {
  color: var(--black);
}

.contact-text-field._30px-right-margin.mobilenumber {
  width: 100%;
  margin-left: 41px;
}

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

.contact-field-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.select-field {
  border: 1px solid var(--gainsboro-2);
  color: var(--black);
  background-color: #0000;
  border-radius: 16px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 20px;
}

.contact-text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--gainsboro-2) var(--black) var(--black) var(--gainsboro-2);
  border-radius: 0;
  min-height: 240px;
  padding: 29px 30px 29px 0;
}

.contact-text-area::placeholder {
  color: var(--black);
  font-size: 20px;
}

.contact-card-section {
  margin-top: 200px;
  margin-bottom: 140px;
}

.contact-card-main-wrapper {
  margin-top: -140px;
  padding-bottom: 20px;
  position: relative;
  top: -75px;
}

.contact-card-head-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

.contact-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-card {
  text-align: center;
  border: 1px solid #0b141f33;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px;
  transition: border-color .28s;
  display: flex;
}

.contact-card:hover {
  border-color: #0b141f;
}

.contact-card-icon-container {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.contact-card-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-card-head {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.contact-card-para {
  color: #0b141fcc;
}

.contact-card-line {
  background-color: #0b141f33;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.contact-number {
  color: #0b141fcc;
  margin-top: -20px;
  font-size: 18px;
  display: inline-block;
}

.contact-map {
  width: 100%;
  max-height: 700px;
}

.contact-map-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.sign-hero-section {
  margin-top: 174px;
  margin-bottom: 100px;
}

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

.sign-hero-image-wrapper {
  width: 45%;
  max-width: 540px;
  position: relative;
  overflow: hidden;
}

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

.sign-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 540px;
  margin-left: 2%;
  display: flex;
}

.sign-head-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.sign-heading {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
}

.sign-head-para {
  font-size: 20px;
  line-height: 120%;
}

.sign-form-wrapper {
  width: 100%;
}

.sign-form {
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.sign-text-field {
  border: 1px #000;
  border-bottom: 1px solid #0b141f33;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 0;
  font-size: 28px;
}

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

.sign-text-field::placeholder {
  font-size: 22px;
  line-height: 120%;
}

.sign-checkbox {
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.sign-checkbox-label {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.terms {
  color: var(--sea-green);
}

.sign-checkbox-button {
  opacity: .3;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.sign-checkbox-button.w--redirected-checked {
  background-color: var(--sea-green);
}

.have-an-account-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 120%;
}

.signin-link {
  color: var(--sea-green);
}

.sign-logo-section {
  margin-bottom: 140px;
}

.forgot-password {
  color: var(--sea-green);
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.case-study-hero-section {
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 140px;
}

.case-study-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-heading {
  font-size: 44px;
}

.case-study-item-section {
  margin-bottom: 220px;
}

.case-study-split-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-study-split-left {
  width: 45%;
  max-width: 520px;
  margin-right: 1%;
}

.case-study-split-right {
  width: 45%;
  max-width: 520px;
  margin-left: 1%;
  padding-top: 170px;
}

.case-study-split-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-study-collection {
  width: 100%;
}

.case-study-collection-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-thumbnail-wrapper {
  width: 100%;
  max-height: 540px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.case-study-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-company-wrapper {
  background-color: var(--white);
  border-radius: 16px;
  max-width: 200px;
  padding: 20px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.case-study-company {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.case-study-title {
  margin-bottom: 32px;
}

.case-study-short-para {
  color: #0b141fcc;
  margin-bottom: 48px;
  font-size: 24px;
}

.cs-template-hero-section {
  background-image: url('../images/Customer-Story-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

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

.cs-hero-image-wrapper {
  width: 41%;
  max-width: 580px;
  height: 100%;
  overflow: hidden;
}

.cs-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cs-hero-text-section {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-name {
  margin-bottom: 32px;
}

.cs-hero-para {
  max-width: 560px;
}

.cs-customer-brief-section {
  background-color: var(--dark-slate-grey);
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cs-client-brief-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-client-brief-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-brief-head {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.client-brief-info-text {
  color: var(--white);
  font-size: 25px;
  line-height: 120%;
}

.cs-content-section {
  padding-bottom: 60px;
}

.wrapper-1000px {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cs-split-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cs-social-wrapper {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  max-width: 80px;
  margin-right: 10%;
  display: flex;
  position: sticky;
  top: 20px;
}

.share-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

.social-link {
  border: 1px solid var(--dark-slate-grey-4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  padding: 16px;
  transition: background-color .34s;
  display: flex;
}

.social-link:hover {
  background-color: var(--medium-aquamarine);
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cs-rich-text-wrapper {
  max-width: 810px;
}

.template-author-wrapper {
  border-top: 1px solid #0b141f1a;
  border-bottom: 1px solid #0b141f1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.cs-template-author-block {
  align-items: center;
  display: flex;
}

.author-image-wrapper {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

.cs-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cs-author-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.author-verification-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.verified-badge {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.verified-text {
  color: #0b141f99;
}

.date-text {
  color: #0b141fcc;
  font-weight: 600;
  line-height: 120%;
}

.more-cs-section {
  margin-bottom: 200px;
}

.more-cs-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 512px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-cs-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-hero-section {
  background-image: url('../images/Bg-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 173px;
  padding-bottom: 50px;
  position: relative;
}

.pricing-hero-section.web-expert-banner.bg-services-sec {
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 20px;
}

.pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-hero-heading {
  color: var(--white);
  margin-bottom: 32px;
}

.pricing-hero-para {
  color: var(--white);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-review-secton {
  margin-top: 150px;
  margin-bottom: 140px;
}

.pricing-review-secton.no-bottom-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-2-hero-section {
  margin-top: 80px;
}

.pricing-2-hero-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-hero-image-wrapper {
  width: 45%;
  max-width: 650px;
  height: 100%;
  position: relative;
}

.pricing-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pricing-hero-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 590px;
  margin-top: 80px;
  margin-left: 6%;
  display: flex;
}

.pricing-2-heading {
  margin-bottom: 32px;
  font-size: 61px;
}

.pricing-2-hero-paragraph {
  color: #0b141fcc;
  max-width: 566px;
}

.pricing-2-main-hero-content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: 60px;
  display: grid;
}

.pricing-2-main-content-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-hero-content-head {
  border-left: 2px solid #007e6033;
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.pricing-hero-content-item-para {
  color: #0b141fcc;
}

.pricing-2-price-card-section {
  margin-top: 200px;
  margin-bottom: 150px;
}

.pricing-question-section {
  margin-bottom: 200px;
}

.pricing-question-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-question-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 520px;
  display: flex;
}

.pricing-question-heading {
  margin-bottom: 32px;
}

.pricing-question-para {
  color: #0b141fcc;
  margin-bottom: 60px;
}

.pricing-q-a-container {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.pricing-question-container {
  border-bottom: 1px solid var(--gainsboro-3);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.pricing-question-text {
  width: 90%;
  max-width: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-icon-container {
  width: 24px;
  height: 24px;
}

.dropdown-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pricing-answer-container {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.pricing-question-image-wrapper {
  width: 50%;
  max-width: 580px;
  height: 100%;
  margin-left: 4%;
  position: relative;
}

.pricing-question-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.extra-image-wrapper {
  border-radius: 24px;
  max-width: 480px;
  position: absolute;
  inset: 4% auto auto -20%;
  box-shadow: 7px 7px 100px #0003;
}

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

.extra-image-2 {
  border-radius: 24px;
  max-width: 270px;
  position: absolute;
  inset: auto 5% -9% auto;
  box-shadow: 7px 7px 100px #0000001a;
}

.pricing-3-hero-secton {
  padding-top: 220px;
}

.pricing-3-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-3-heading {
  max-width: 880px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-3-hero-para {
  color: #0b141fe6;
  max-width: 676px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.pricing-hero-block-section {
  background-image: url('../images/Plans.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 200px;
}

.pricing-hero-block-section.home-3 {
  margin-top: -271px;
  margin-bottom: 60px;
  padding-top: 0;
}

.pricing-3-box {
  grid-column-gap: 60px;
  background-color: var(--white);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  box-shadow: 0 10px 100px #0000001a;
}

.pricing-3-box.middle-block {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.pricing-3-box-plan-block {
  border-right: 1px solid #002e2433;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 80px;
  display: flex;
}

.pricing-plan-name {
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-plan-description {
  color: #0b141fb3;
  text-align: center;
  max-width: 270px;
}

.pricing-plan-description.middle-para {
  color: #ffffffb3;
}

.pricing-plan-amount-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.pricing-price-container {
  border-top: 1px solid #002e2433;
  border-bottom: 1px solid #002e2433;
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.help-hero-section {
  background-image: url('../images/Bg-6.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 120px;
}

.help-hero-wrapper {
  text-align: center;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}

.help-hero-heading {
  color: var(--white);
  margin-bottom: 32px;
}

.help-hero-para {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-size: 20px;
}

.help-category-section {
  background-color: var(--mint-cream-3);
  padding-top: 150px;
  padding-bottom: 150px;
}

.help-category-head {
  text-align: center;
  margin-bottom: 80px;
}

.categories-collection-grid {
  grid-column-gap: 100px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.category-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.category-icon-container {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  overflow: hidden;
}

.category-block-head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.category-para {
  color: #0b141fcc;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 140%;
}

.help-question-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.help-question-wrapper-head {
  text-align: center;
  margin-bottom: 80px;
}

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

.green-top-head {
  color: var(--sea-green);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.question-head {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.question-para-text {
  color: #0b141fcc;
  margin-bottom: 32px;
}

.question-alter-block {
  text-align: center;
  max-width: 516px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.question-alter-head {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
}

.question-alter-para {
  color: #0b141fcc;
  margin-bottom: 40px;
}

.blog-two-section {
  padding-top: 224px;
  padding-bottom: 150px;
}

.blog-hero-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-heading {
  margin-bottom: 32px;
}

.blog-hero-para {
  color: #0b141fb3;
  font-size: 20px;
  line-height: 32px;
}

.blog-top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-top-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-thumbnail-image-container {
  width: 100%;
  height: 380px;
  max-height: 380px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.blog-item-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-item-head {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.blog-item-para {
  color: #0b141fcc;
}

.latest-news-section {
  background-color: var(--mint-cream-3);
  padding-top: 150px;
  padding-bottom: 150px;
}

.latest-news-head {
  text-align: center;
  max-width: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.latest-news-collection-grid {
  grid-column-gap: 37px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.blog-card-head {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.pagination-switch-block {
  border-color: var(--dark-slate-grey-2);
  color: var(--black);
  background-color: #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-size: 24px;
  font-weight: 600;
  transition: background-color .35s, border-color .35s, color .35s;
  display: flex;
}

.pagination-switch-block:hover {
  border-color: var(--sea-green);
  background-color: var(--sea-green);
  color: var(--sea-blue);
}

.pagination-arrow-icon {
  width: 23px;
  height: 23px;
  margin-left: 10px;
  display: inline;
}

.pagination-arrow-icon.previous-arrow {
  margin-left: 0;
  margin-right: 10px;
}

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

.subscription-section.blog-template {
  padding-top: 0;
}

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

.subscription-image-wrapper {
  width: 46%;
  max-width: 559px;
  margin-right: 5%;
  overflow: hidden;
}

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

.subscription-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 550px;
  display: flex;
}

.subscription-heading {
  margin-bottom: 32px;
  line-height: 120%;
}

.subsccription-para {
  color: #0b141fe6;
  margin-bottom: 40px;
}

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

.subscribe-note {
  margin-top: 16px;
  font-size: 18px;
}

.success-message {
  background-color: var(--sea-green);
  color: var(--sea-blue);
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
}

.success-message.pricing-2 {
  background-color: var(--sea-blue);
  color: var(--sea-green);
}

.error-message {
  background-color: var(--dark-slate-grey-2);
  color: var(--sea-blue);
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
}

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

.blog-template-hero-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-top-tag-wrapper {
  color: var(--sea-green);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.tag-text.middle {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-heading {
  margin-bottom: 30px;
  line-height: 130%;
}

.blog-hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.help-template-hero-section {
  padding-top: 224px;
  padding-bottom: 100px;
}

.help-hero-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.help-template-hero-heading {
  margin-bottom: 32px;
}

.help-template-hero-para {
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
}

.help-hero-divider {
  background-color: #002e2433;
  width: 100%;
  height: 1px;
  margin-top: 100px;
}

.help-content-section {
  padding-bottom: 200px;
}

.help-rich-text-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.product-feature-split-heading {
  font-size: 44px;
}

.home-2-product-heading {
  font-size: 44px;
  line-height: 105%;
}

.home-2-product-heading.sec-main-heading {
  color: var(--black);
  padding-top: 70px;
}

.home-3-product-feature-head {
  width: 35%;
  margin-left: 200px;
  margin-right: 0;
  padding-right: 0;
}

.home-3-product-feature-head.webflow-mig-services {
  margin-top: -30px;
  margin-right: 200px;
  font-size: 44px;
  line-height: 105%;
}

.home-3-product-feature-head.webflow-mig-services.migration-serviced {
  width: 90%;
  margin-top: 0;
  padding-top: 0;
}

.home-3-product-feature-head.webflow-mig-services.sec-bg-top-head {
  margin-top: 0;
  padding-top: 0;
}

.home-3-product-feature-head.webflow-mig-services.sec-bg-top-head.hubspot-servirg {
  padding-top: 60px;
}

.home-3-product-feature-head.webflow-services {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 44px;
}

.price-divide {
  align-items: center;
  display: flex;
}

.price-month {
  font-size: 20px;
}

.plan-rich-text h5 {
  background-image: url('../images/arrow-old.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
}

.add-to-cart {
  width: 100%;
  margin-top: 30px;
}

.plans-section {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.plans-section.plans-wrapper {
  padding-top: 140px;
}

.product-details-2 {
  margin-top: 20px;
  font-size: 18px;
}

.plan-detail-title {
  color: #04121f;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.select-field-2 {
  background-color: #f6f6fa;
  border: 1px #836ae4;
  border-radius: 100px;
  height: 55px;
  padding: 10px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px #8181ac29;
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.about-product-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.product-name-wrap-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.quantity-2 {
  background-color: #f1f2f6;
  border-style: none;
  width: 100px;
  height: 40px;
  margin-bottom: 20px;
  display: none;
}

.buy-now-button {
  background-color: var(--sea-green);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--black);
}

.image-container-2 {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container-2.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.product-name-2 {
  margin-bottom: 8px;
  margin-right: 10px;
}

.cart-button-wrap {
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.text-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-container-2.product-hero {
  width: 45%;
  max-width: 500px;
}

.add-to-cart-button {
  background-color: var(--black);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  margin-top: 15px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  background-color: var(--sea-green);
  color: #fff;
}

.plan-price {
  color: #04121f;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

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

.block-content {
  border-right-color: var(--sea-green);
  border-bottom-color: var(--sea-green);
  border-left-color: var(--sea-green);
  font-size: 18px;
  line-height: 40px;
}

.block-header {
  border-color: var(--sea-green);
}

.pricing-field {
  border-radius: 8px;
}

.div-shadow {
  opacity: .15;
  filter: blur(100px);
  background-color: #0b141f0d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 120%;
  display: flex;
}

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

.cart {
  background-color: #0000;
}

.cart-button {
  color: var(--sea-green);
  background-color: #0000;
  font-size: 18px;
  font-weight: 600;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  min-width: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.cart-container {
  border-radius: 10px;
}

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.web-payments {
  border-radius: 10px;
}

.cart-quantity-2 {
  background-color: var(--sea-blue);
  color: var(--black);
}

.cart-text {
  margin-right: 3px;
}

.home-tab-div {
  width: 100%;
  height: 100%;
}

.home-tab-div.right-padding {
  margin-right: 0%;
  padding-right: 0%;
}

.home-3-slider-mask {
  width: 50%;
  max-width: 520px;
  overflow: visible;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.overview-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fafbed;
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: 46.5041%;
  padding-top: 180px;
  padding-left: 62px;
  padding-right: 200px;
  display: block;
}

.wrapper.overview-section {
  flex-direction: column;
  max-width: 1040px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.overview-page {
  flex-direction: column;
}

.wrapper.licensing-wrapper {
  align-items: flex-start;
}

.wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 140px;
}

.wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 220px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.overview-image-contain {
  background-color: var(--ivory);
  justify-content: center;
  width: 100%;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.overview-hero-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-right: 0%;
}

.home-hero-section-2 {
  margin-top: 93px;
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.overview {
  text-align: left;
  max-width: 550px;
  margin-bottom: 16px;
  margin-left: 47px;
  margin-right: 173px;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  display: block;
}

.home-stats-grid-item {
  padding-top: 48px;
}

.subheading {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.subheading.dark {
  color: var(--sea-green);
}

.hero-bg-circle-reviews {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 0 0, #f1f3f6, #f1f3f633);
  border-radius: 100%;
  width: 920px;
  height: 920px;
  position: absolute;
  inset: auto -27% -224% auto;
}

.hero-bg-circle-reviews.overview {
  background-image: radial-gradient(circle closest-corner at 100% 100%, #f1f3f6, #f1f3f633);
  inset: 34% -34% auto auto;
}

.overview-image {
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px #007e601a;
}

.image-scroll {
  border-radius: 10px;
  width: 400px;
  position: relative;
  inset: 0% auto auto 0%;
}

.overview-image-wrapper {
  background-color: var(--mint-cream-2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 600px;
  margin-bottom: 0;
  padding-top: 96px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-heading.overview {
  width: 80%;
  max-width: 800px;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.overview-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: grid;
}

.overview-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

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

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.dropdown-toggle-div {
  color: #04121f;
  padding-left: 12px;
  padding-right: 15px;
  transition: color .2s;
}

.dropdown-toggle-div:hover {
  color: var(--sea-green);
  font-weight: 500;
}

.dropdown-list-nav {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.dropdown-list-nav.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-nav {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.footer-links-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.licensing-hero-section {
  background-color: #f1f3f6;
}

.source-link {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.progress-bar-grey-line {
  background-color: #e1e4eb;
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.licensing-main {
  width: 70%;
  max-width: 840px;
}

.source-line {
  position: absolute;
  inset: auto 0% 0%;
}

.licensing-item {
  margin-bottom: 100px;
}

.image-3 {
  flex: none;
  margin-left: 12px;
}

.licensing-hero-heading {
  margin-bottom: 16px;
}

.progress-bar-blue-line {
  background-color: var(--dark-slate-grey);
  position: absolute;
  inset: 0%;
}

.licensing-icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.font-text {
  text-align: center;
  background-color: #007e604d;
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 80px;
}

.licensing-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.licensing-small-image {
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.progress-bar-item {
  color: #40454f;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.licensing-item-heading-and-source {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.licensing-large-image {
  border-radius: 8px;
  height: 510px;
  overflow: hidden;
}

.youtube {
  margin-top: 40px;
}

.instructions-hero-section {
  background-color: var(--sea-blue);
}

.instructions-hero-heading, .conditional-visibility-heading {
  margin-bottom: 16px;
}

.home-3-slide-1.left-end-ghost-slide {
  max-width: 520px;
  margin-left: -130%;
  position: absolute;
}

.home-3-slide-1.right-end-ghost-slide {
  width: 520px;
  max-width: 520px;
  margin-left: 130%;
  position: absolute;
}

._404-heading {
  margin-bottom: 20px;
}

._404-main-heading {
  color: var(--sea-green);
  font-size: 230px;
}

.page-para {
  margin-bottom: 20px;
}

.changelog-hero-section {
  background-color: var(--sea-blue);
}

.changelog-date, .changelog-hero-heading {
  margin-bottom: 16px;
}

.password-heading {
  margin-bottom: 20px;
  font-size: 50px;
}

.password-page-logo {
  width: 100%;
  margin-bottom: 40px;
}

.password-label {
  margin-bottom: 40px;
}

.empty-state {
  background-color: var(--sea-green);
  color: var(--sea-blue);
  text-align: center;
  border-radius: 12px;
  padding: 18px;
  font-size: 18px;
  font-weight: 500;
}

.empty-state.white-state {
  background-color: var(--sea-blue);
  color: var(--sea-green);
}

.page-count {
  font-size: 16px;
}

.horizontal-track-item-5 {
  max-width: 300px;
  margin-left: 40px;
  margin-right: 40px;
}

.white-div {
  background-color: var(--white);
  background-image: url('../images/Bg-4.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.help-center-heading {
  display: inline;
}

.about-image-2 {
  border-radius: 10px;
  width: 50%;
  max-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% -24% auto;
  box-shadow: 0 10px 60px #0000000d;
}

.overview-image-text {
  z-index: 20;
  background-color: var(--mint-cream-2);
  align-items: center;
  height: 96px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.overview-image-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.nav-dropdown-top {
  border-bottom: 1px solid #0b141f4d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.nav-dropdown-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.nav-dropdown-title-para {
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
}

.nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.nav-underline {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resource-visual-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.resource-visual {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resource-visual-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--medium-aquamarine);
}

.help-question-item {
  border: 1px solid var(--gainsboro-2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  transition: border-color .34s;
  display: flex;
}

.help-question-item:hover {
  border-color: var(--sea-green);
}

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

.overview-wrapper-no-move {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

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

.overview-image-two {
  object-fit: contain;
}

.paragraph {
  flex-direction: row;
  max-width: 680px;
  margin-left: 47px;
  margin-right: 173px;
  padding-right: 0;
  display: block;
}

.image-4 {
  text-align: justify;
  margin-left: 200px;
  margin-right: -200px;
  padding-left: 23px;
  padding-right: 0;
}

.hover {
  color: var(--sea-blue);
}

.image-7 {
  max-width: 50%;
  margin-left: 200px;
  padding-left: 200px;
  padding-right: 0;
  display: block;
}

.button {
  margin-top: 15px;
  margin-left: 38px;
}

.button.hover {
  background-color: #6759ff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
  width: 189.28px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding: 16px 50px 0;
}

.button.hover:hover {
  color: var(--sea-green);
  background-color: #fff;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-heading-xxlarge {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
  line-height: .95;
}

.walsh-center-hero {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

.heading-91 {
  margin-top: 16px;
  margin-left: 200px;
  font-size: 44px;
}

.bold-text {
  margin-left: -2px;
  padding-left: 0;
}

.heading-92 {
  color: var(--dark-slate-grey);
  width: 600px;
  padding-bottom: 20px;
  padding-left: 129px;
}

.heading-93 {
  width: 100%;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: -170px;
  padding: 111px 30px 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-3.expertspartnersgrid {
  max-width: 1200px;
  margin-top: -160px;
}

.container-3.expertspartnersgrid.figma-grid-box {
  margin-top: -20px;
}

.container-3.how-does-work {
  margin-top: -70px;
  margin-bottom: 60px;
}

.container-3.how-does-work.design-services {
  max-width: 1200px;
}

.container-3.how-does-work.expert-how {
  max-width: 1200px;
  margin-top: 80px;
}

.container-3.how-does-work.figma-convirsen-step {
  margin-top: 70px;
  margin-bottom: 70px;
}

.container-3.how-does-work.ecommerce-webflow-steps {
  margin-top: 70px;
}

.container-3.figma-container {
  max-width: 1200px;
  margin-top: -20px;
}

.container-3.figma-container.visual-web-block {
  margin-top: 60px;
}

.centered-heading-2 {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 44px;
  display: flex;
}

.centered-heading-2.make-text-grid.new-grid-text {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 44px;
}

.centered-heading-2.figma-custom-heading {
  font-size: 44px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
}

.comparison-table-2.figma-com-table {
  margin-top: 35px;
  margin-bottom: 40px;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 19px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  font-family: Thicccboi, sans-serif;
}

.bold-text-2 {
  width: 100%;
  font-size: 20px;
}

.bold-text-3, .bold-text-4 {
  font-size: 20px;
}

.bold-text-4.inner-row-partner {
  font-size: 22px;
}

.bold-text-5 {
  font-size: 20px;
}

.bold-text-5.inner-row-partner {
  font-size: 22px;
}

.bold-text-6, .bold-text-7 {
  font-size: 20px;
}

.text-block {
  width: 400px;
  margin-left: 62px;
}

.text-block-2 {
  width: 400px;
  margin-left: 68px;
}

.text-block-3 {
  width: 400px;
  margin-left: 68px;
  padding-top: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-4 {
  width: 400px;
  margin-left: 65px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-4.speedpage {
  padding-top: 10px;
  font-size: 18px;
  line-height: 23px;
}

.text-block-5, .text-block-6 {
  width: 400px;
  margin-left: 65px;
}

.div-block-8 {
  margin-top: -200px;
}

.testimonial-column-light {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 112px;
  padding: 0 30px 22px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  display: grid;
}

.testimonial-grid-two.bussiness-testmonial {
  margin-top: 20px;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 50px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.testimonial-text-two.test-monial-inner {
  margin-bottom: 25px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-94 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.heading-95 {
  width: 30%;
  margin-left: 400px;
  padding-right: 0;
}

.navigation-link-copy {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.navigation-link-copy:hover {
  color: var(--sea-green);
}

.navigation-link-copy.w--current, .navigation-link-copy.w--current:hover {
  color: var(--dark-slate-grey);
}

.navigation-link-copy.w--current:active {
  color: var(--black);
}

.navigation-link-copy.w--current:lang(en) {
  color: var(--sea-green);
}

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

.heading-97 {
  width: 50%;
  font-size: 36px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-size: 37px;
  line-height: 100px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-98 {
  line-height: 50%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-99 {
  font-size: 44px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  height: 150px;
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 10px;
  line-height: 5px;
  display: flex;
}

.features-block-two.ourmission {
  margin-top: -6px;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-100 {
  font-size: 37px;
  line-height: 100%;
}

.heading-101 {
  width: 200px;
}

.paragraph-2 {
  margin-top: -9px;
  padding-top: 0;
}

.heading-102 {
  text-align: center;
  margin-top: -41px;
  font-size: 44px;
}

.white-top-heading-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.contact-hero-heading-2 {
  color: #fff;
}

.underlined-span-2 {
  background-image: url('../images/Fill-90.svg');
  background-position: 50% 110%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.contact-hero-para-2 {
  color: #fff;
}

.contact-hero-para-2._90-opactity {
  color: #ffffffe6;
}

.features-table-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-3 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-3 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-3 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 30px;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-3 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-negative-4 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.text-block-7 {
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-block-7.align-text {
  text-align: center;
  margin-top: 10px;
}

.text-block-8 {
  color: var(--black);
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-block-8.align-text {
  text-align: center;
  margin-top: 10px;
}

.text-block-9 {
  color: var(--black);
  text-align: center;
  margin-left: 0;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-block-9.align-text {
  text-align: center;
  margin-top: 10px;
}

.text-block-10 {
  text-align: center;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-block-10.align-text {
  text-align: center;
  margin-top: 10px;
}

.heading-103 {
  text-align: center;
  width: 50%;
  margin-left: 200px;
  margin-right: 200px;
  padding-bottom: 20px;
  padding-left: 165px;
  font-size: 34px;
}

.link, .bold-text-8, .bold-text-9 {
  color: var(--medium-aquamarine);
}

.about-2-contact-form-field-copy {
  color: var(--white);
  background-color: #0000;
  border: 1px #fffc;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 24px;
  padding: 30px 22px 29px 0;
  font-size: 20px;
  font-weight: 500;
}

.about-2-contact-form-field-copy:focus {
  border-color: var(--white);
}

.about-2-contact-form-field-copy::placeholder {
  color: var(--white);
}

.text-block-11 {
  color: var(--white);
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: -176px;
  padding: 60px 30px 80px;
  position: relative;
}

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

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-3 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-104 {
  padding-left: 60px;
}

.heading-105 {
  font-size: 30px;
}

.heading-106 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 44px;
}

.heading-106.custom-head-work {
  text-align: center;
  width: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 44px;
}

.heading-107 {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 20px;
  font-size: 44px;
}

.heading-108 {
  margin-left: 125px;
}

.heading-109 {
  width: 90%;
}

.heading-110 {
  text-align: center;
  width: 100%;
  margin-left: 0;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 44px;
}

.link-block-2 {
  width: 205px;
  height: 67px;
  margin-bottom: -28px;
  margin-left: -158px;
  padding: 0 0 25px 65px;
}

.link-block-2.service-link {
  width: 210px;
  margin-left: -170px;
}

.link-block-2.service-link.audit-link {
  margin-left: -176px;
  position: relative;
  left: 98%;
}

.link-block-2.service-link.audit-link.audit-custom {
  top: 60px;
  left: 16%;
}

.link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp {
  text-align: left;
  position: relative;
  top: -60px;
  left: 56%;
}

.image-11 {
  width: 100%;
  min-width: 120px;
  height: 65px;
  min-height: 68px;
}

.heading-112 {
  font-size: 44px;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-weight: 600;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-xsmall {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image-small {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph {
  color: #000000bf;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.walsh-paragraph-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-quote-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-quote-image-small {
  opacity: .26;
  height: 40px;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 30px 20px;
  display: flex;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-2.client-page-review {
  margin-bottom: 200px;
}

.heading-113 {
  text-align: center;
  font-size: 44px;
  line-height: 105%;
}

.heading-113.expert-testimonial {
  margin-top: 40px;
  font-size: 42px;
}

.heading-114 {
  text-align: center;
  padding: 20px;
  font-size: 44px;
}

.italic-text, .italic-text-2 {
  font-size: 12px;
  font-weight: 400;
}

.heading-115 {
  text-align: center;
  padding: 40px 20px;
}

.html-embed {
  text-align: left;
  justify-content: center;
  display: flex;
}

.walsh-image-hero-device {
  height: 36.9em;
}

.walsh-ui-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 3em;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-text-burst-2 {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xxlarge-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: .95;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5em 20px;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-background-darkgreen-2 {
  background-color: var(--walsh--walsh-dark-green);
  position: relative;
}

.text-block-14, .list, .list-2 {
  font-size: 18px;
  line-height: 32px;
}

.list-3 {
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
}

.container-9 {
  margin-bottom: 40px;
}

.list-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 34px;
}

.paragraph-7 {
  padding-bottom: 20px;
}

.paragraph-9 {
  font-family: Thicccboi, sans-serif;
}

.destop-drop-menu.destop-inner-item {
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-link.w--current {
  color: var(--dark-slate-grey);
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-20 {
  font-size: 22px;
  line-height: 26px;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.heading-132 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 20px;
}

.heading-133 {
  text-align: center;
  font-size: 44px;
  line-height: 105%;
}

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

.container-14 {
  max-width: 1200px;
  margin-bottom: 20px;
}

.container-15, .container-16 {
  max-width: 1200px;
}

.bold-text-21 {
  font-size: 44px;
}

.image-12.icon-portfolio, .image-13, .image-14, .image-15, .image-16 {
  margin-left: 40%;
}

.bold-text-22 {
  font-size: 20px;
  line-height: 120%;
}

.bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26 {
  font-size: 20px;
}

.image-17, .image-18, .image-19 {
  margin-left: 45%;
}

.heading-134 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.custom-brand-logo {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.custom-booking-form {
  background-image: url('../images/Bg-6.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-135 {
  color: var(--white);
  font-size: 44px;
}

.paragraph-10 {
  color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-11 {
  color: var(--white);
}

.link-2 {
  color: var(--white);
  border-bottom: 1px solid #fff;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007f61;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  padding: 1.2em 35px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #007f61;
}

.walsh-button-orange.mid-quote-button {
  color: #007f61;
  background-color: #fff;
}

.walsh-button-orange.last-custom-button {
  z-index: 5;
  top: 40px;
}

.walsh-pricing-wrapper-buttons {
  grid-column-gap: 35px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.walsh-pricing-wrapper-buttons.button-first {
  margin-top: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.walsh-pricing-wrapper-buttons.button-first.last-button-space {
  z-index: 5;
  margin-top: 60%;
  padding-bottom: 81px;
  position: relative;
  top: 40px;
}

.walsh-pricing-wrapper-buttons.button-first.last-button-space.expert-quote {
  margin-top: 0%;
  padding-bottom: 80px;
}

.walsh-pricing-wrapper-buttons.button-first.last-button-space.price-figma-div {
  margin-top: 0%;
}

.walsh-pricing-wrapper-buttons.button-first.expert-one {
  margin-top: 45%;
}

.walsh-pricing-wrapper-buttons.button-first.figma-price-btn {
  margin-top: 155%;
}

.walsh-pricing-wrapper-buttons.expert-two {
  margin-top: 83px;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-circle-check {
  background-color: #eee;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.walsh-list-wrapper-padding-side {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.walsh-list-wrapper-padding-side.custombox {
  height: auto;
}

.walsh-paragraph-small {
  color: #161616ad;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price {
  color: var(--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: .8;
}

.walsh-price.mid-box-price {
  color: var(--white);
  font-family: Thicccboi, sans-serif;
  font-size: 30px;
}

.walsh-heading-regular-dark-green {
  color: #2c5c5d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.9em;
  font-weight: 700;
}

.walsh-price-green-wrapper-border {
  grid-row-gap: .6em;
  background-color: #0000;
  border-bottom: 1px solid #d3d3d3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 35px;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3;
}

.walsh-price-green-wrapper-border.mid-box-pricimg {
  background-color: #007f61;
  justify-content: center;
  align-items: center;
}

.walsh-price-green-wrapper-border.custom-figma, .walsh-price-green-wrapper-border.custom-figma-basic {
  border-radius: 4px;
}

.walsh-pricing-grid-auto {
  grid-column-gap: 1.6em;
  grid-row-gap: 0em;
  grid-template-rows: .25fr 1fr;
  width: 100%;
  overflow: hidden;
}

.walsh-pricing-grid-auto.mid-price-box {
  grid-row-gap: 0em;
  background-color: #007f61;
  grid-template-rows: .5fr 1fr;
}

.walsh-pricing-card-outline {
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-main-grid-no-gap-3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.walsh-main-grid-no-gap-3.expert-pricing-mid {
  margin-bottom: 20px;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.bold-text-27 {
  font-size: 30px;
}

.text-block-17, .text-block-18, .text-block-20 {
  color: #fff;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.bold-text-28 {
  color: #000;
}

.bold-text-29 {
  color: #fff;
  font-family: Thicccboi, sans-serif;
}

.bold-text-30 {
  color: #000;
  font-family: Thicccboi, sans-serif;
}

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

.heading-136 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 44px;
  line-height: 120%;
}

.heading-136.expert-pricing-heading {
  padding-top: 20px;
  font-size: 42px;
}

.heading-136.heading-pricing-joomla {
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-21, .text-block-22 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-23 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-24, .text-block-25, .text-block-26 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.text-block-27, .text-block-28 {
  font-size: 18px;
  line-height: 24px;
}

.simple-pricing-sec {
  margin-bottom: 60px;
}

.simple-pricing-sec.hubspot-section {
  margin-top: -135px;
}

.container-22, .container-23, .container-24 {
  max-width: 1200px;
}

.migration-img {
  padding-bottom: 60px;
}

.bold-text-31 {
  color: #0b7e60;
}

.bold-text-31.bold-text {
  color: #007e60;
}

.bold-text-32 {
  color: #0b7e60;
}

.bold-text-32.bold-text {
  color: #007e60;
}

.bold-text-33 {
  color: #0b7e60;
}

.bold-text-33.bold-text {
  color: #007e60;
}

.bold-text-34 {
  color: #0b7e60;
}

.bold-text-34.bold-text {
  color: #007e60;
}

.bold-text-35 {
  color: #0b7e60;
}

.bold-text-35.bold-text {
  color: #007e60;
}

.bold-text-36 {
  color: #0b7e60;
}

.bold-text-36.bold-text {
  color: #007e60;
}

.list-item-10, .list-item-11 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.list-5.hero-list {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 20px;
}

.image-container-3 {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.div-block-9 {
  width: 35%;
  max-width: 100%;
}

.home-hero-button-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-hero-button-wrapper-2.bubble-button {
  justify-content: center;
  align-items: center;
}

.home-hero-button-arrow-image-2 {
  position: absolute;
  inset: -37% -90% auto auto;
  transform: rotate(-40deg);
}

.text-container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  max-width: 100%;
  padding-right: 20px;
  position: relative;
}

.primary-button-2 {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button-2:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.list-item-12 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.wrapper-1200px-2 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200px-2.home-hero-wrapper {
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.paragraph-wrapper-2 {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.home-hero-heading-2 {
  color: #fff;
  text-align: left;
  font-size: 62px;
}

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

.home-hero-paragraph-2 {
  color: #ffffffe6;
  text-align: left;
  position: relative;
  top: 20px;
}

.expert-hero-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
}

.list-item-13 {
  color: var(--white);
}

.list-item-13.migration-list {
  color: var(--gray);
  line-height: 27px;
}

.list-item-14 {
  color: var(--white);
}

.list-item-14.migration-list {
  color: var(--gray);
  line-height: 27px;
}

.list-item-15 {
  color: var(--white);
}

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

.heading-137 {
  color: #007e60;
  text-align: left;
  font-size: 32px;
}

.heading-137.vision-head {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
}

.column-9 {
  padding-left: 0;
  padding-right: 0;
}

.heading-138 {
  color: #007e60;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
}

.paragraph-13 {
  line-height: 156%;
}

.paragraph-13.mission-text {
  text-align: left;
  font-family: Thicccboi, sans-serif;
}

.paragraph-13.mission-text.about {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.paragraph-12 {
  text-align: left;
  font-family: Thicccboi, sans-serif;
  font-weight: 400;
  line-height: 145%;
}

.paragraph-12.vision-text {
  line-height: 158%;
}

.paragraph-12.vision-text.about {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.section-5 {
  text-align: center;
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 160px;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  transition: opacity .2s ease-in;
}

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

.section-5.mission-section.about-mission-group {
  margin-top: 40px;
  margin-bottom: 60px;
}

.column-10 {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.bold-text-37 {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
}

.comparison-positive-4 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.bold-text-38 {
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-27.what-we-include {
  max-width: 1200px;
  margin-top: 0;
}

.container-27.what-we-include.core-value-section {
  margin-top: 85px;
  margin-bottom: 40px;
}

.green-top-heading-2 {
  text-align: center;
}

.green-top-heading-2.small-mid-class {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 10px;
}

.green-top-heading-2.small-mid-class.about-core-small {
  margin-top: 150px;
}

.green-top-heading-2.small-mid-class.small-story {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 6px;
}

.green-top-heading-2.small-mid-class.small-story.startup {
  color: #007e60;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.green-top-heading-2.small-mid-class.how-it-work {
  margin-top: 0;
}

.green-top-heading-2.small-mid-class {
  text-align: center;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}

.green-top-heading-2.small-mid-class.flutter-small-heading {
  margin-top: 0;
}

.comparison-table-4 {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.centered-heading-6 {
  text-align: center;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 48px;
  display: flex;
}

.centered-heading-6.about-core-value {
  margin-top: 0;
  font-size: 44px;
}

.text-block-30 {
  width: 400px;
  margin-left: 65px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text-block-31 {
  width: 400px;
  margin-left: 68px;
  padding-top: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.comparison-row-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

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

.core-text-block {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.list-item-16, .list-item-17 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.div-block-10 {
  width: 45%;
  max-width: 100%;
}

.text-container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  max-width: 100%;
  padding-right: 20px;
  position: relative;
}

.text-container-4.calendy-text {
  width: 50%;
}

.list-item-18 {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.home-hero-heading-3 {
  color: #fff;
  text-align: left;
  font-size: 62px;
}

.home-hero-heading-3.heading-calendy {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 104%;
}

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

.home-hero-section-3 {
  background-color: #007e60;
  background-image: url('../images/Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  padding-top: 160px;
  padding-bottom: 80px;
}

.home-hero-section-3.calendy-section {
  background-color: #f0f9f5;
  background-image: none;
  margin-bottom: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-hero-paragraph-3 {
  color: #000;
  text-align: left;
  font-family: Thicccboi, sans-serif;
  position: relative;
  top: 20px;
}

.heading-139 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 44px;
}

.paragraph-14 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 20px 40px;
  display: block;
}

.paragraph-14.canlendy-text {
  padding-left: 0;
  padding-right: 0;
  font-family: Thicccboi, sans-serif;
}

.list-6 {
  color: var(--black);
  padding-left: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

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

.bold-text-39 {
  font-size: 48px;
  line-height: 105%;
}

.bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74 {
  font-size: 22px;
  line-height: 30px;
}

.image-26 {
  padding-bottom: 60px;
}

.bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78 {
  font-size: 22px;
  line-height: 30px;
}

.paragraph-15 {
  color: var(--white);
}

.wrapper-1200px-3 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200px-3.wrapper-full {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.secoundary-button-2 {
  color: #f0f9f5;
  text-align: center;
  letter-spacing: .5px;
  background-color: #007e60;
  border-radius: 12px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.secoundary-button-2:hover {
  background-color: #1d4a35;
}

.home-3-slider-icon-wrapper-2 {
  width: 80px;
  height: 80px;
  position: relative;
}

.home-3-full-slider-2 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.home-3-slider-author-name-2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.home-slider-3-author-para-2 {
  color: #0b141fcc;
  margin-bottom: 20px;
  font-size: 24px;
}

.green-top-heading-3 {
  color: #007e60;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.heading-140 {
  width: 60%;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 63px;
}

.heading-140.common-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 44px;
}

.testimonial-text-two-3 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 50px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.testimonial-card-two-3 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-card-two-3.custom-box-shadow {
  border-width: 1px;
  border-radius: 6px;
}

.container-29 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-29.custom-container {
  max-width: 1200px;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-29.custom-container.client-story-solution {
  margin-top: 0;
  margin-bottom: 220px;
}

.container-29.custom-container.client-story-solution.success-story {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.heading-141 {
  text-align: center;
  font-size: 20px;
}

.testimonial-grid-two-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 40px;
  display: grid;
}

.testimonial-grid-two-3.choose-solutions-row {
  grid-template-rows: auto;
}

.heading-142 {
  width: 60%;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 63px;
}

.heading-142.common-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 48px;
}

.paragraph-16 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Thicccboi, sans-serif;
}

.testimonial-text-two-4 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 50px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.testimonial-card-two-4 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.container-30 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-30.custom-container {
  max-width: 1200px;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-30.custom-container.hire-container {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-30.custom-container.hire-container.our-goal {
  margin-top: 20px;
}

.heading-143 {
  text-align: center;
  font-size: 20px;
}

.testimonial-grid-two-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 49px;
  display: grid;
}

.testimonial-grid-two-4.bubble-row {
  grid-template-rows: auto auto auto;
}

.testimonial-grid-two-4.bubble-row.hire-bubble-grid {
  grid-template-rows: auto auto;
  margin-bottom: 60px;
}

.bold-text-81 {
  font-size: 44px;
  line-height: 105%;
}

.green-top-heading-4 {
  color: #007e60;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.green-top-heading-4.reviewclass {
  text-align: left;
  margin-bottom: 20px;
}

.review-section-2 {
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-section-2.hire-review {
  margin-top: 80px;
}

.review-section-2.hire-review.flutter-review.zenith-review {
  margin-top: 60px;
  margin-bottom: 220px;
}

.review-section-2.hire-review.flutter-review.zenith-review.joomla-review {
  background-image: url('../images/Bg-7.svg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.review-section-2.hire-review.flutter-review.zenith-review.joomla-review.hubspop-review {
  margin-top: 151px;
  margin-bottom: 0;
}

.review-section-2.hire-review.flutter-review.zenith-review.joomla-review.clients-review {
  margin-bottom: 60px;
}

.review-section-2.hire-review.flutter-review.zenith-review.joomla-review.wordpress-review, .review-section-2.hire-review.flutter-review.zenith-review.joomla-review.sitcore-review, .review-section-2.hire-review.flutter-review.zenith-review.how-we-work {
  margin-top: 40px;
}

.review-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-header-wrapper-2 {
  max-width: 479px;
  margin-bottom: 60px;
}

.review-star-wrapper-2 {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-star-2 {
  width: 20px;
  margin-right: 10px;
}

.underlined-span-3 {
  background-image: url('../images/Fill-90.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.heading-145 {
  font-size: 44px;
}

.review-para-text-2 {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.slide-nav-2 {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.heading-146 {
  width: 60%;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 63px;
}

.heading-146.common-heading {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 44px;
}

.paragraph-17 {
  text-align: center;
  padding-top: 30px;
  font-family: Thicccboi, sans-serif;
}

.testimonial-text-two-5 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 50px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.testimonial-card-two-5 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.container-31 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-31.custom-container {
  max-width: 1200px;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-31.custom-container.hire-container {
  margin-top: -150px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-31.custom-container.hire-container.migration-step.sets-migrations {
  margin-top: 0;
}

.container-31.custom-container.hire-container.migration-step.figma-consider {
  margin-top: -15px;
}

.heading-147 {
  text-align: center;
  font-size: 20px;
}

.testimonial-grid-two-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 49px;
  display: grid;
}

.testimonial-grid-two-5.bubble-row {
  grid-template-rows: auto auto auto;
}

.testimonial-grid-two-5.bubble-row.hire-bubble-grid {
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 70px;
}

.testimonial-grid-two-5.bubble-row.hire-bubble-grid.figma-con-block {
  grid-template-rows: auto auto auto;
}

.green-top-heading-5 {
  color: #007e60;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.green-top-heading-5.reviewclass {
  text-align: left;
  margin-bottom: 20px;
}

.feature-image-wrapper-11 {
  flex: none;
  width: auto;
  max-width: 470px;
  position: relative;
}

.features-pointer-header-2 {
  color: #0b141f;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.feature-image-wrapper-12 {
  border-radius: 20px;
  width: 90%;
  max-width: 460px;
  position: absolute;
  inset: 5% 20% auto auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px #0000001a;
}

.feature-image-wrapper-13 {
  border-radius: 10px;
  max-width: 320px;
  position: absolute;
  inset: auto -11% 4% auto;
  overflow: hidden;
  box-shadow: 20px 0 80px #0000001a;
}

.feature-image-wrapper-14 {
  border-radius: 20px;
  max-width: 240px;
  position: absolute;
  inset: auto auto 25% -28%;
  overflow: hidden;
  box-shadow: -14px 14px 100px #0000001a;
}

.underlined-span-4 {
  background-image: url('../images/Fill-90.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.features-image-4 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.features-image-4.first-how-work-split {
  margin-bottom: 20px;
}

.features-pointer-description-2 {
  color: #0b141f;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.container-32 {
  width: 90%;
  max-width: 1200px;
}

.bold-text-83, .bold-text-84 {
  font-size: 22px;
}

.bold-text-85, .bold-text-86, .bold-text-87, .bold-text-88 {
  font-size: 22px;
  line-height: 120%;
}

.text-block-33 {
  padding-top: 15px;
  font-size: 18px;
}

.bold-text-89, .bold-text-90 {
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
}

.bold-text-91 {
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.bold-text-92, .bold-text-93 {
  font-family: Thicccboi, sans-serif;
  font-size: 22px;
}

.home-client-logo-group {
  margin-bottom: 170px;
}

.heading-148 {
  font-size: 44px;
}

.heading-149 {
  text-align: center;
  font-size: 44px;
}

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

.hom-client-logo-div {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strong-text {
  color: var(--black);
  padding-bottom: 20px;
  line-height: 136%;
}

.image-28 {
  width: 100%;
}

.home-2-product-item-para-2 {
  color: #0b141fcc;
  text-align: left;
  letter-spacing: .4px;
  font-size: 17px;
  line-height: 130%;
}

.home-2-product-header-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.home-2-product-heading-2 {
  font-size: 48px;
}

.review-section-3 {
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.review-section-3.hire-review {
  margin-top: 80px;
}

.review-section-3.hire-review.flutter-review.about-review {
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.review-wrapper-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-header-wrapper-3 {
  max-width: 479px;
  margin-bottom: 60px;
}

.review-star-wrapper-3 {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-star-3 {
  width: 20px;
  margin-right: 10px;
}

.wrapper-1200px-4 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.review-para-text-3 {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.slide-nav-3 {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.wrapper-1200px-5 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-team1 {
  width: 60%;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 63px;
}

.heading-team1.common-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 44px;
}

.paragraph-18 {
  text-align: center;
  padding-top: 30px;
  font-family: Thicccboi, sans-serif;
}

.testimonial-text-two-6 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.testimonial-card-two-6 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-card-two-6.custom-box-shadow {
  padding-top: 15px;
}

.container-34 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-34.custom-container {
  max-width: 1200px;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-34.custom-container.hire-container {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-34.custom-container.hire-container.team-grid {
  margin-top: 50px;
}

.heading-152 {
  text-align: center;
  font-size: 20px;
}

.testimonial-grid-two-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 49px;
  display: grid;
}

.testimonial-grid-two-6.bubble-row {
  grid-template-rows: auto auto auto;
}

.testimonial-grid-two-6.bubble-row.hire-bubble-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 119px;
  display: grid;
}

.heading-153, .heading-154, .heading-155, .heading-156, .heading-157, .heading-158 {
  font-size: 44px;
}

.heading-159 {
  font-size: 44px;
  line-height: 100%;
}

.heading-160, .heading-161, .heading-162, .heading-163 {
  font-size: 44px;
}

.bold-text-97 {
  font-family: Thicccboi, sans-serif;
}

.heading-164, .heading-165, .heading-166, .heading-167, .heading-168, .heading-169, .heading-170, .heading-171, .heading-172, .heading-173, .heading-174, .heading-175, .heading-176, .heading-177, .heading-178, .bold-text-99, .heading-179, .bold-text-100, .heading-180, .bold-text-101, .heading-181, .heading-182, .heading-183, .heading-184 {
  font-size: 44px;
}

.heading-185 {
  font-size: 41px;
}

.heading-186, .heading-187, .heading-188 {
  font-size: 44px;
}

.bold-text-102 {
  font-size: 22px;
}

.container-35 {
  width: 100%;
  max-width: 940px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-35.custom-container {
  max-width: 1200px;
  margin-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
}

.container-35.custom-container.hire-container {
  margin-top: -150px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-text-two-7 {
  text-align: center;
  margin-top: 3px;
  margin-bottom: 50px;
  font-family: Thicccboi, sans-serif;
  line-height: 140%;
}

.paragraph-19 {
  text-align: center;
  padding-top: 30px;
  font-family: Thicccboi, sans-serif;
}

.heading-189 {
  width: 60%;
  margin-top: 0;
  margin-left: 250px;
  margin-right: 0;
  padding-left: 63px;
}

.heading-189.common-heading {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 44px;
}

.bold-text-103 {
  font-size: 22px;
  line-height: 120%;
}

.testimonial-card-two-7 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-grid-two-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 49px;
  display: grid;
}

.testimonial-grid-two-7.bubble-row {
  grid-template-rows: auto auto auto;
}

.testimonial-grid-two-7.bubble-row.hire-bubble-grid {
  grid-template-rows: auto auto;
  margin-top: 40px;
  margin-bottom: 70px;
}

.bold-text-104 {
  font-size: 22px;
}

.bold-text-105 {
  font-size: 22px;
  line-height: 120%;
}

.heading-190 {
  text-align: center;
  font-size: 20px;
}

.bold-text-106, .bold-text-107 {
  font-size: 22px;
  line-height: 120%;
}

.list-7 {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.text-block-34.process-content {
  text-align: center;
  padding-top: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
}

.heading-191, .heading-192, .heading-193 {
  font-size: 44px;
}

.image-30, .container-37 {
  max-width: 100%;
}

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

.button-primary-white {
  grid-column-gap: 50px;
  color: #fff;
  letter-spacing: -.05em;
  background-color: #f9bb13;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  padding: 16px 24px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.button-primary-white:hover {
  color: #f1c40f;
  background-color: #f0f0f0;
  border: 1px #8000ff;
}

.button-primary-white.transparent-btn {
  color: #f9bb13;
  background-color: #0000;
  border-color: #f9bb13;
}

.button-primary-white.transparent-btn:hover {
  border-style: solid;
}

.big-text {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
}

.big-text.margin-top-section-space {
  margin-top: 80px;
}

.big-text.margin-top-section-space.quote-main {
  text-align: left;
  max-width: 1200px;
  margin-bottom: 80px;
}

.big-text.margin-top-section-space.quote-main.size {
  margin-left: auto;
  margin-right: auto;
  font-size: 41px;
  line-height: 1em;
}

.big-text.margin-top-section-space.quote-main.size2 {
  font-size: 30px;
}

.banner-buttons-wrap {
  grid-column-gap: 12px;
  display: flex;
}

.light-text-span {
  color: #f9bb13;
}

.button-text {
  font-weight: 500;
  line-height: 1em;
}

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container:hover {
  border: 1px #fff;
}

.base-container.flex {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.base-container.flex.quote-flex.development-black-logo-services.testimonials {
  text-align: left;
}

.dark-background-with-logo {
  background-color: #180030;
  background-image: url('../images/Logo-White_1Logo White.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
}

.dark-background-with-logo.big-text {
  background-color: #000;
  margin-top: -90px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.dark-background-with-logo.big-text.quote.custom-black-logo-group.newclass.newtest {
  background-color: #007e60;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.dark-background-with-logo.big-text.quote.custom-black-logo-group {
  margin-top: 80px;
  padding-top: 60px;
}

.img-author {
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.testmonial-head {
  color: #f9bb13;
  text-align: right;
  width: 100%;
}

.testmonial-head.author-name {
  width: auto;
  margin-left: 15px;
  display: block;
}

.testmonial-head.author-name.gaurav.size {
  color: #fff;
}

.div-block-26 {
  width: 100%;
}

.div-block-26.author-block {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.text-block-35 {
  font-weight: 600;
}

.text-block-35.auther-text {
  text-align: right;
  width: 100%;
  font-size: 32px;
}

.light-text-span-2 {
  color: #f9bb13;
}

.div-block-27 {
  width: 100%;
}

.div-block-27.author-block {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.text-block-36 {
  font-weight: 600;
}

.text-block-36.auther-text {
  text-align: right;
  width: 100%;
  font-size: 32px;
}

.italic-text-3.size {
  text-align: left;
  max-width: 1200px;
  padding-left: 0;
}

.bold-text-110.height {
  text-align: left;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.joomla-webflow {
  background-color: #007e60;
  border-radius: 12px;
  margin-left: 10px;
  padding: 16px 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.joomla-webflow.wordpress-btn-2 {
  text-align: center;
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.wordpress-btn-2.wordpress-bt-3.wordpress-button, .joomla-webflow.wordpress-btn-2.wordpress-btn-4.wordpress-button {
  max-width: 250px;
}

.joomla-webflow.joomla-btn1.joomla-btn-2 {
  margin-bottom: 100px;
}

.joomla-webflow.joomla-btn1.joomla-btn-2.drupal-btn-3.wordpress-btn-2 {
  max-width: 250px;
}

.joomla-webflow.joomla-btn1.sitecore2 {
  margin-left: auto;
  margin-right: auto;
}

.joomla-webflow.joomla-btn1.sitecore2.sitecore-3 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.joomla-btn1.sitecore2.wordpress-btn-2 {
  max-width: 250px;
}

.joomla-webflow.joomla-btn1.sitcore-btn {
  max-width: 30%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2 {
  max-width: 18%;
  margin-left: auto;
}

.joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2.sitecore-3.sitcore-btn-new, .joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2.sitecore-3.sitcore-btn-new2, .joomla-webflow.joomla-btn1.sitcore-btn.sitcore5 {
  text-align: center;
  max-width: 250px;
}

.joomla-webflow.joomla-btn1.weebly-btn-2 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.joomla-btn1.weebly-btn-3 {
  text-align: center;
  max-width: 250px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.joomla-btn-2 {
  float: none;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.joomla-webflow.joomla-btn-2.drupal-btn-2.wordpress-btn-2, .joomla-webflow.joomla-btn-2.wordpress-btn-2 {
  max-width: 250px;
}

.joomla-webflow.wix-webflow.wix-btn-2 {
  margin-bottom: 40px;
  margin-left: 550px;
  margin-right: 0;
}

.joomla-webflow.wix-webflow.cs-service-2 {
  text-align: center;
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.wix-webflow.cs-service-2.wordpress-btn-2 {
  max-width: 250px;
}

.joomla-webflow.wix-webflow.cs-service-3 {
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.wix-webflow.cs-service-3.wordpress-btn-2 {
  max-width: 250px;
}

.joomla-webflow.wix-webflow.squarespace-btn.squarespace-btn-2 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.wix-webflow.square-space-btn-3 {
  text-align: center;
  max-width: 250px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.webflow-experts-btn {
  color: var(--white);
  background-color: #007e60;
  border: 1px solid #007e60;
}

.joomla-webflow.webflow-experts-btn.experts-btn-2 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.webflow-exprts-btn {
  color: var(--dark-slate-grey);
  background-color: #fff;
}

.joomla-webflow.experts-btn-3 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.experts-btn-5 {
  text-align: center;
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.figma-to-webflow-btn-2, .joomla-webflow.figma-btn-3, .joomla-webflow.maintenance-btn-2, .joomla-webflow.maintenance-btn-3 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.ecommerce-btn-2 {
  text-align: center;
  max-width: 250px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.ecommerce-btn-3 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.ecommerce-btn-4 {
  max-width: 18%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.migration-btn2 {
  margin-left: auto;
  margin-right: auto;
}

.joomla-webflow.migration-btn3 {
  text-align: center;
  max-width: 250px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.migration-btn4, .joomla-webflow.design-btn1 {
  text-align: center;
  max-width: 250px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.design-btn2 {
  text-align: center;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.joomla-webflow.design-btn3 {
  max-width: 18%;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1280px) {
  .page-wrapper.overflow-hidden {
    background-color: #fff;
  }

  .main-wrapper {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navigation-link.w--current {
    color: var(--dark-slate-grey);
  }

  .logo {
    margin-left: -10px;
  }

  .primary-button {
    background-color: var(--dark-slate-grey);
  }

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

  .primary-button.homebttn:hover {
    color: var(--dark-slate-grey);
  }

  .secoundary-button {
    pointer-events: auto;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: block;
  }

  .secoundary-button:hover {
    background-color: var(--white);
    color: var(--sea-green);
  }

  .secoundary-button.pricing-button {
    background-color: var(--dark-slate-grey);
  }

  .secoundary-button.sevicebutton {
    background-color: var(--dark-slate-grey);
    padding-left: 30px;
    padding-right: 30px;
  }

  .secoundary-button.sevicebutton.migration-free-button {
    margin-left: 20%;
  }

  .secoundary-button.sevicebutton.mig-2-button {
    margin-left: 0;
    margin-right: 0;
  }

  .secoundary-button.sevicebutton.webflow-wrap {
    margin-left: 25%;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    text-align: center;
    max-width: none;
    margin-bottom: 100px;
    margin-left: 0%;
    margin-right: 0;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp.mid-sec-secondary-box {
    margin-bottom: 60px;
  }

  .secoundary-button.servicebutton.expertsbutton {
    color: var(--dark-slate-grey);
    width: 17%;
    margin-left: 42%;
  }

  .secoundary-button.servicepricebutoon {
    background-color: var(--dark-slate-grey);
  }

  .home-hero-section {
    margin-bottom: 200px;
  }

  .text-container {
    width: 52%;
    max-width: 550px;
  }

  .paragraph-wrapper {
    max-width: 520px;
  }

  .image-container {
    width: 80%;
    max-width: 580px;
  }

  .home-hero-button-arrow-image {
    right: 22%;
  }

  .brand-logo-text {
    margin-bottom: 10px;
  }

  .brands-logo-grid.about-brand-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
    margin-top: 200px;
    margin-bottom: 60px;
    margin-right: 0;
    padding-left: 0;
  }

  .brands-logo-grid.about-brand-logo.client-brand-logo {
    margin-bottom: 30px;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
    margin: 10px 10px 50px;
    padding-left: 0;
  }

  .brands-logo-grid.customclass.mogration-logos {
    grid-column-gap: 65px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .brand-logo-container.about-logo-container {
    margin-left: 0;
  }

  .underlined-span {
    font-size: 44px;
  }

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

  .about-hero-section {
    background-image: url('../images/Bg-4.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .about-hero-wrapper {
    padding-top: 141px;
    overflow: visible;
  }

  .about-subhead {
    color: var(--dark-slate-grey);
    font-size: 18px;
  }

  .about-h1 {
    padding-bottom: 40px;
  }

  .about-h1.about-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .stats-wrapper {
    margin-top: 0;
  }

  .stats-wrapper.about-stats {
    margin-top: 25px;
  }

  .stats-bold-text {
    color: var(--black);
  }

  .stats-text {
    color: #333;
    padding-left: 15px;
    padding-right: 15px;
  }

  .statisics-grid {
    background-image: url('../images/Bg-7.svg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 90px;
    padding-top: 0;
  }

  .who-are-we-wrapper {
    width: 100%;
    margin-top: -100px;
  }

  .about-paragraph {
    max-width: 500px;
  }

  .about-us-paragraph {
    font-size: 18px;
  }

  .green-top-heading {
    color: var(--dark-slate-grey);
    font-size: 20px;
    line-height: 32px;
  }

  .feature-content-wrapper {
    width: 50%;
  }

  .review-section {
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .pricing-plan-content-wrapper.pricing-3-content.advanced-migration {
    padding-top: 20px;
  }

  .home-about-wrapper {
    margin-top: -170px;
  }

  .home-about-wrapper.design-page {
    margin-top: -160px;
    margin-bottom: 100px;
  }

  .home-about-content-wrapper {
    width: 64%;
  }

  .footer-section {
    margin-top: -140px;
    padding-top: 140px;
  }

  .footer-right-container {
    justify-content: center;
  }

  .footer-para.footeraddress {
    margin-top: 32px;
  }

  .footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .footer-links:hover {
    color: var(--white);
  }

  .about-2-hero-heading {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .about-2-who-wrapper {
    background-color: #fff;
  }

  .about-2-about-us-wrapper {
    margin-left: 80px;
  }

  .about-us-heading, .insigts-head-wrapper, .insights-heading {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .logo-section {
    display: block;
  }

  .logo-section.servicelogo.wordpress-logo {
    margin-left: 0;
  }

  .product-feature-tabs {
    margin-top: -64px;
  }

  .product-feature-tab-menu.expertsservices {
    justify-content: space-around;
  }

  .tabs {
    margin-right: 0;
  }

  .tabs.w--current {
    max-width: 600px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs.webflow-maintenance.w--current {
    margin-right: 0;
  }

  .tabs.customgridflow.service-grid-custom, .tabs.service-grid-custom, .tabs.service-grid-custom.w--current {
    width: 48%;
  }

  .product-tab-content-wrapper {
    justify-content: space-around;
    margin-top: -30px;
  }

  .about-3-team-section {
    margin-bottom: 40px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees.why-us-section {
    margin-top: 40px;
    margin-bottom: 100px;
    padding-top: 70px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.bg-color.call-btn {
    margin-bottom: 40px;
  }

  .home-2-product-content-grid {
    margin-bottom: 40px;
    padding-bottom: 60px;
  }

  .home-2-product-content-grid.wordpress-home-product {
    padding-bottom: 80px;
  }

  .home-2-product-content-grid.wordpress-home-product.btn-spacing {
    padding-bottom: 20px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    grid-column-gap: 105px;
    grid-row-gap: 80px;
    grid-column-gap: 270px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .home-2-product-grid-item.gurante-box {
    text-align: center;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-3-hero-content-wrapper {
    min-width: 100%;
  }

  .home-3-hero-heading, .home-3-hero-para {
    text-align: center;
  }

  .form-block-dark {
    max-width: 100%;
  }

  .form-block-dark.margin-adjust {
    margin-top: -80px;
  }

  .form-dark.audit-section {
    justify-content: center;
    align-items: stretch;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .form-dark.audit-section.space-adjust {
    margin-top: 10px;
    margin-bottom: 155px;
    position: relative;
    top: -15px;
  }

  .form-dark.audit-section.midaudit-btn {
    margin-bottom: 20px;
  }

  .form-dark.flow-btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-dark.flow-btn.mid-sec-sec-btn {
    position: relative;
    top: -90px;
  }

  .home-3-product-section.wordpress-page, .home-3-product-section.migration-product-sec {
    margin-bottom: 150px;
  }

  .home-3-product-wrapper.wordpress-wrapper, .home-3-product-wrapper.wordpress-wrapper.custom-migrate-wrapper {
    margin-top: 60px;
  }

  .home-3-product-wrapper.migration-services-page {
    margin-top: 20px;
  }

  .home-3-product-heading {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 44px;
  }

  .underline {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-3-product-split-content-grid.optimized-flow {
    display: block;
  }

  .home-3-product-image-wrapper {
    width: 45%;
    max-width: 545px;
    max-height: 680px;
  }

  .home-3-product-image-wrapper.joomla-migrate-wrap {
    max-height: 635px;
  }

  .home-3-feature-section.bg-grey {
    margin-bottom: 170px;
  }

  .home-3-feature-section.bg-grey.cs-service {
    margin-bottom: 140px;
  }

  .home-3-feature-section.bg-grey.site-core-btn {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .home-3-product-feature-section.expertsgrid {
    margin-bottom: 160px;
  }

  .home-3-product-feature-section.expertsgrid.expert-grid-box {
    margin-bottom: 180px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section {
    margin-top: 75px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .product-feature-content-wrapper {
    width: 50%;
    max-width: 550px;
  }

  .product-feature-heading {
    font-size: 44px;
  }

  .product-feature-image-wrapper {
    width: 50%;
    max-width: 520px;
  }

  .home-3-blog-feature-section {
    margin-bottom: 140px;
  }

  .contact-text-field._30px-right-margin.mobilenumber {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card-main-wrapper {
    padding-bottom: 20px;
  }

  .contact-map-image {
    object-fit: contain;
    object-position: 50% 100%;
  }

  .case-study-hero-section {
    margin-bottom: 40px;
    padding-top: 160px;
  }

  .case-study-hero-text-wrapper {
    max-width: 1200px;
  }

  .case-study-heading {
    font-size: 44px;
  }

  .pricing-hero-section {
    padding-bottom: 50px;
  }

  .pricing-3-box.middle-block {
    background-color: var(--dark-slate-grey);
  }

  .home-3-product-feature-head.webflow-mig-services.migration-serviced {
    width: 90%;
  }

  .home-3-product-feature-head.webflow-services {
    font-size: 44px;
  }

  .wrapper.overview-page {
    border-bottom: 1px solid #000;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-top: 178px;
  }

  .overflow-hidden {
    background-color: #fafbed;
  }

  .footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .navbar-2 {
    background-color: #fafbed;
    border-bottom: 1px dashed #e21414;
  }

  .hover:hover {
    color: var(--sea-green);
  }

  .image-5 {
    margin-top: 12px;
  }

  .button.hover {
    border-bottom: 1px solid #5b4df3;
    padding-left: 62px;
  }

  .image-8 {
    margin-left: 197px;
    padding-left: 0;
    display: block;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 70%;
    height: 60%;
    margin-left: 200px;
    margin-right: -200px;
    padding-right: 5px;
    display: block;
  }

  .image-9 {
    border-radius: 19px;
    width: 436px;
    height: 327px;
    margin-top: -400px;
    margin-left: 550px;
    margin-right: 0;
    display: inline-block;
    box-shadow: 0 0 0 14px #fff;
  }

  .div-block-4 {
    text-align: center;
    object-fit: fill;
    background-color: #bd2222;
    width: 100%;
    min-width: 1000px;
    max-width: 100%;
    margin-left: auto;
    padding-left: 0;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .image-10 {
    position: absolute;
  }

  .div-block-5 {
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #2519a8;
    width: 100%;
    height: 20%;
    position: absolute;
    overflow: visible;
  }

  .div-block-6 {
    background-color: #ca2828;
  }

  .div-block-7, .features-table {
    width: 100%;
    max-width: 100%;
  }

  .heading-92 {
    color: var(--dark-slate-grey);
  }

  .container-3.expertspartnersgrid {
    max-width: 1200px;
    margin-top: -160px;
  }

  .container-3.how-does-work.design-services {
    max-width: 1200px;
  }

  .container-3.figma-container {
    max-width: 1200px;
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.figma-container.visual-web-block {
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
  }

  .centered-heading-2.make-text-grid.new-grid-text {
    font-size: 44px;
  }

  .text-block-3.figma-text-coloumn {
    margin-left: 65px;
  }

  .testimonial-grid-two {
    margin-top: 40px;
  }

  .heading-94 {
    font-size: 16px;
  }

  .heading-97 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .hero-heading-left {
    background-color: #f5f7fa;
  }

  .heading-99, .heading-100 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .heading-102 {
    margin-top: -20px;
    font-size: 44px;
  }

  .text-block-7, .text-block-8 {
    line-height: 23px;
  }

  .text-block-9 {
    margin-left: 0;
    line-height: 23px;
  }

  .text-block-10 {
    line-height: 23px;
  }

  .heading-106 {
    text-align: center;
    width: 100%;
  }

  .heading-106.custom-head-work {
    font-size: 44px;
  }

  .heading-107 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-110 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 40px 20px 10px;
  }

  .link-block-2 {
    margin-left: 0;
    padding-left: 60px;
  }

  .link-block-2.service-link {
    width: 250px;
    margin-left: -217px;
    position: relative;
    top: -67px;
    left: 69%;
  }

  .link-block-2.service-link.audit-link {
    top: -5px;
    left: 30%;
  }

  .link-block-2.service-link.audit-link.audit-custom {
    top: 56px;
    left: 29%;
  }

  .link-block-2.service-link.audit-audit {
    margin-left: -239px;
  }

  .link-block-2.service-link.wrap-web-link.wp-link {
    margin-left: -303px;
    left: 2%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp {
    margin-left: -280px;
    left: 0%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp.midlink-bottom {
    top: -45px;
  }

  .walsh-main-paragraph {
    font-size: 18px;
  }

  .heading-113.expert-testimonial {
    font-size: 44px;
  }

  .bold-text-15, .bold-text-16 {
    font-size: 20px;
  }

  .heading-116 {
    font-size: 22px;
    line-height: 124%;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 32px;
  }

  .list, .list-2 {
    font-size: 18px;
    line-height: 36px;
  }

  .paragraph-3 {
    line-height: 145%;
  }

  .list-3 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 34px;
  }

  .paragraph-6 {
    padding-top: 20px;
  }

  .list-4 {
    font-size: 18px;
    line-height: 34px;
  }

  .destop-drop-menu.destop-inner-item {
    color: #000;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
  }

  .dropdown-link.w--current {
    color: var(--dark-slate-grey);
  }

  .dropdown-toggle {
    color: #333;
    font-size: 19px;
    font-weight: 500;
  }

  .heading-132 {
    color: var(--dark-slate-grey);
    text-align: center;
    font-size: 20px;
  }

  .heading-133 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-size: 44px;
  }

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

  .bold-text-21 {
    font-size: 44px;
  }

  .image-12.icon-portfolio, .image-13, .image-14, .image-15, .image-16 {
    margin-left: 40%;
  }

  .bold-text-22 {
    font-size: 16px;
  }

  .image-17, .image-18, .image-19 {
    margin-left: 45%;
  }

  .custom-hero-heading {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .custom-brand-logo {
    margin-bottom: 2%;
  }

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

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
  }

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

  .custom-booking-form {
    background-image: url('../images/Bg-6.svg');
    background-position: 0 0;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-135 {
    color: var(--white);
    font-size: 44px;
  }

  .paragraph-10 {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-11 {
    color: var(--white);
  }

  .link-2 {
    color: var(--white);
    border-bottom: 1px solid #fff;
  }

  .walsh-button-orange {
    background-color: #007f61;
    margin-left: 60px;
  }

  .walsh-button-orange:hover {
    background-color: #007f61;
  }

  .walsh-button-orange.mid-quote-button {
    color: #007f61;
    background-color: #fff;
  }

  .walsh-button-orange.last-custom-button {
    top: 20px;
  }

  .walsh-pricing-wrapper-buttons {
    margin-top: 0;
  }

  .walsh-pricing-wrapper-buttons.button-first {
    margin-top: 55%;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space {
    margin-top: 70%;
    padding-bottom: 30px;
    position: static;
    top: 33px;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space.expert-quote {
    margin-top: 16%;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space.price-figma-div {
    margin-top: 12%;
  }

  .walsh-pricing-wrapper-buttons.button-first.expert-one {
    margin-top: 40%;
  }

  .walsh-pricing-wrapper-buttons.button-first.figma-price-btn {
    margin-top: 156%;
  }

  .walsh-pricing-wrapper-buttons.expert-two {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .walsh-pricing-wrapper-buttons.mid-price-btn {
    margin-top: 140px;
  }

  .walsh-circle-check {
    background-color: #eee;
  }

  .walsh-list-flex {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .walsh-price {
    font-size: 30px;
  }

  .walsh-price.mid-box-price {
    color: var(--white);
    font-size: 30px;
  }

  .walsh-price-green-wrapper-border {
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }

  .walsh-price-green-wrapper-border.mid-box-pricimg {
    background-color: #007f61;
  }

  .walsh-price-green-wrapper-border.mid-box-pricimg.figma-standard {
    border-bottom-width: 0;
  }

  .walsh-price-green-wrapper-border.figma-premium-box {
    padding-top: 35px;
  }

  .walsh-price-green-wrapper-border.custom-figma, .walsh-price-green-wrapper-border.custom-figma-basic {
    border-bottom-width: 0;
  }

  .walsh-pricing-grid-auto {
    grid-template-rows: .25fr 1fr;
  }

  .walsh-pricing-grid-auto.mid-price-box {
    grid-row-gap: 18px;
    background-color: #007f61;
    border-radius: 12px;
    grid-template-rows: 1fr;
  }

  .walsh-pricing-card-outline {
    border-radius: 10px;
  }

  .walsh-main-grid-no-gap-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .bold-text-27 {
    font-size: 30px;
  }

  .text-block-15, .text-block-16 {
    font-size: 18px;
  }

  .text-block-17, .text-block-18, .text-block-20 {
    color: #fff;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .bold-text-28 {
    color: #000;
  }

  .bold-text-29 {
    color: #fff;
  }

  .bold-text-30 {
    color: #000;
  }

  .heading-136 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
  }

  .heading-136.expert-pricing-heading {
    padding-top: 20px;
    font-size: 44px;
  }

  .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .text-block-27, .text-block-28 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .simple-pricing-sec {
    margin-bottom: 60px;
  }

  .simple-pricing-sec.hubspot-section {
    margin-top: -176px;
  }

  .container-22, .container-23, .container-24 {
    max-width: 1200px;
  }

  .migration-img {
    padding-bottom: 60px;
  }

  .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
    color: #0b7e60;
  }

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

  .list-item-10, .list-item-11 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .list-5.hero-list {
    text-align: left;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .image-container-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 45%;
    max-width: 490px;
    display: flex;
  }

  .div-block-9 {
    width: 45%;
    max-width: 100%;
  }

  .home-hero-button-wrapper-2.bubble-button {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-container-3 {
    width: 50%;
    max-width: 100%;
  }

  .list-item-12 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

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

  .wrapper-1200px-2.home-hero-wrapper {
    width: 90%;
  }

  .paragraph-wrapper-2 {
    max-width: 100%;
  }

  .home-hero-heading-2 {
    text-align: left;
  }

  .image-cover-2 {
    aspect-ratio: auto;
    object-fit: cover;
    position: relative;
    right: auto;
  }

  .home-hero-paragraph-2 {
    text-align: left;
    padding-bottom: 0;
  }

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

  .heading-137 {
    color: #007e60;
    font-size: 32px;
  }

  .heading-137.vision-head {
    font-size: 26px;
  }

  .column-9 {
    text-align: center;
    border: 0 solid #fff;
    padding: 0;
  }

  .heading-138 {
    color: #007e60;
    font-size: 26px;
  }

  .paragraph-13 {
    line-height: 158%;
  }

  .paragraph-12 {
    line-height: 140%;
  }

  .paragraph-12.vision-text {
    line-height: 158%;
  }

  .section-5 {
    background-image: url('../images/Bg-7.svg');
    background-size: auto;
    margin-top: 180px;
    margin-bottom: 130px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5.mission-section {
    transition-property: none;
  }

  .section-5.mission-section.about-mission-group {
    margin-top: 60px;
    margin-bottom: 120px;
  }

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

  .bold-text-37 {
    font-family: Thicccboi, sans-serif;
  }

  .comparison-positive-4 {
    margin-left: 10px;
  }

  .bold-text-38 {
    font-family: Thicccboi, sans-serif;
  }

  .container-27.what-we-include {
    max-width: 1200px;
    margin-top: 0;
  }

  .green-top-heading-2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .green-top-heading-2.small-mid-class, .green-top-heading-2.small-mid-class.small-story.startup {
    margin-top: 70px;
  }

  .green-top-heading-2.small-mid-class.how-it-work {
    margin-top: 0;
  }

  .green-top-heading-2.small-mid-class {
    margin-top: 70px;
  }

  .comparison-table-4 {
    margin-top: 20px;
  }

  .comparison-table-4.core-value-section {
    padding-bottom: 40px;
  }

  .centered-heading-6 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
    font-size: 48px;
  }

  .text-block-30 {
    margin-left: 50px;
    font-family: Thicccboi, sans-serif;
  }

  .text-block-31 {
    padding-top: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .comparison-row-4 {
    margin-bottom: 0;
  }

  .list-item-16, .list-item-17 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-10 {
    width: 45%;
    max-width: 100%;
  }

  .text-container-4 {
    width: 50%;
    max-width: 100%;
  }

  .list-item-18 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }

  .home-hero-heading-3 {
    text-align: left;
  }

  .home-hero-heading-3.heading-calendy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-cover-3 {
    aspect-ratio: auto;
    object-fit: cover;
    position: relative;
    right: auto;
  }

  .home-hero-section-3 {
    margin-bottom: 100px;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .home-hero-paragraph-3 {
    text-align: left;
    padding-bottom: 0;
  }

  .heading-139 {
    padding-bottom: 40px;
  }

  .bold-text-39 {
    font-family: Thicccboi, sans-serif;
  }

  .bold-text-79, .bold-text-80 {
    font-size: 20px;
  }

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

  .heading-140.common-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 44px;
  }

  .testimonial-text-two-3 {
    font-family: Thicccboi, sans-serif;
  }

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

  .container-29.custom-container {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-141 {
    font-size: 16px;
  }

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

  .heading-142.common-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 48px;
  }

  .paragraph-16 {
    text-align: center;
    padding-top: 10px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-4 {
    font-family: Thicccboi, sans-serif;
  }

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

  .container-30.custom-container {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-30.custom-container.hire-container {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-143 {
    font-size: 16px;
  }

  .testimonial-grid-two-4.bubble-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-4.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
    margin-bottom: 60px;
  }

  .green-top-heading-4 {
    text-align: left;
    display: block;
  }

  .green-top-heading-4.reviewclass {
    text-align: left;
  }

  .review-section-2 {
    margin-top: 160px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-section-2.hire-review {
    margin-top: 60px;
  }

  .review-section-2.hire-review.flutter-review.zenith-review.joomla-review {
    margin-top: 80px;
  }

  .review-star-2 {
    width: 20px;
  }

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

  .heading-146.common-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 44px;
  }

  .paragraph-17 {
    text-align: center;
    padding-top: 30px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-5 {
    font-family: Thicccboi, sans-serif;
  }

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

  .container-31.custom-container {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-31.custom-container.hire-container {
    margin-top: -150px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-31.custom-container.hire-container.migration-step.figma-consider {
    margin-top: -15px;
  }

  .heading-147 {
    font-size: 16px;
  }

  .testimonial-grid-two-5.bubble-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-5.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
    margin-bottom: 60px;
  }

  .green-top-heading-5 {
    text-align: left;
    display: block;
  }

  .green-top-heading-5.reviewclass {
    text-align: left;
  }

  .bold-text-83, .bold-text-84 {
    line-height: 120%;
  }

  .home-client-logo-group {
    margin-bottom: 170px;
  }

  .bold-text-94, .bold-text-95, .bold-text-96 {
    font-size: 20px;
  }

  .review-section-3 {
    margin-top: 160px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-section-3.hire-review {
    margin-top: 60px;
  }

  .review-star-3 {
    width: 20px;
  }

  .wrapper-1200px-4, .wrapper-1200px-5 {
    max-width: 1200px;
  }

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

  .heading-team1.common-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 48px;
  }

  .paragraph-18 {
    text-align: center;
    padding-top: 30px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-6 {
    font-family: Thicccboi, sans-serif;
  }

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

  .container-34.custom-container {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-34.custom-container.hire-container {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-152 {
    font-size: 16px;
  }

  .testimonial-grid-two-6.bubble-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-6.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto;
    margin-bottom: 60px;
  }

  .bold-text-102 {
    line-height: 120%;
  }

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

  .container-35.custom-container {
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-35.custom-container.hire-container {
    margin-top: -150px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-two-7 {
    font-family: Thicccboi, sans-serif;
  }

  .paragraph-19 {
    text-align: center;
    padding-top: 30px;
    font-family: Thicccboi, sans-serif;
  }

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

  .heading-189.common-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 44px;
  }

  .testimonial-grid-two-7.bubble-row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-7.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
    margin-bottom: 60px;
  }

  .bold-text-104 {
    line-height: 120%;
  }

  .heading-190 {
    font-size: 16px;
  }

  .text-block-34 {
    text-align: center;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .text-block-34.process-content {
    padding-top: 10px;
  }

  .container-38 {
    color: var(--dark-slate-grey);
  }

  .button-primary-white {
    color: #000;
    background-color: #f9bb13;
    border-color: #f9bb13;
  }

  .button-primary-white:hover {
    color: #f9bb13;
  }

  .button-primary-white.transparent-btn {
    color: #f9bb13;
    background-color: #0000;
  }

  .button-primary-white.transparent-btn:hover {
    border-style: solid;
    border-color: #fff;
  }

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

  .big-text.margin-top-section-space {
    margin-top: 100px;
    font-size: 48px;
  }

  .big-text.margin-top-section-space.quote-main {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 26px;
    line-height: 1.6em;
  }

  .base-container:hover {
    border-style: none;
  }

  .base-container.flex {
    margin-top: 36px;
  }

  .base-container.flex.quote-flex {
    grid-column-gap: 53px;
    grid-row-gap: 10px;
    margin-top: 20px;
    padding-top: 60px;
  }

  .base-container.flex.quote-flex.development-black-logo-services {
    max-width: 100%;
    padding-top: 0;
  }

  .dark-background-with-logo.big-text {
    padding-bottom: 130px;
  }

  .dark-background-with-logo.big-text.quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testmonial-head {
    color: #f9bb13;
    text-align: right;
    width: 100%;
  }

  .testmonial-head.author-name.gaurav {
    color: #fff;
  }

  .testmonial-head.author-name.gaurav.size, .text-block-36.auther-text.size {
    font-size: 26px;
  }

  .italic-text-3.size, .bold-text-110.height {
    font-size: 26px;
    line-height: .8em;
  }

  .joomla-webflow.joomla-btn1.joomla-btn-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.joomla-btn1.sitecore2 {
    margin-bottom: 40px;
  }

  .joomla-webflow.joomla-btn1.sitecore2.sitecore-3 {
    max-width: 18%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2.sitecore-3.sitcore-btn-new {
    margin-bottom: 40px;
  }

  .joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2.sitecore-3.sitcore-btn-new2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .joomla-webflow.joomla-btn1.sitcore-btn.sitcore5 {
    max-width: 38%;
  }

  .joomla-webflow.wix-webflow {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.wix-webflow.wix-btn-2.wix-btn-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.wix-webflow.cs-service-2 {
    margin-bottom: 60px;
  }

  .joomla-webflow.wix-webflow.cs-service-3 {
    margin-left: 532px;
  }

  .joomla-webflow.ecommerce-btn-2 {
    max-width: 18%;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrapper.overflow-hidden {
    background-color: #fff;
  }

  .logo {
    margin-left: 0;
  }

  .primary-button {
    color: var(--dark-slate-grey);
  }

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

  .primary-button.homebttn:hover {
    color: var(--dark-slate-grey);
  }

  .secoundary-button {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secoundary-button.pricing-button {
    background-color: var(--dark-slate-grey);
    text-align: left;
    max-width: 70%;
    margin-left: 35px;
    padding-left: 54px;
    overflow: visible;
  }

  .secoundary-button.middle-price-button.servicepricebutoon:hover {
    color: var(--dark-slate-grey);
  }

  .secoundary-button.sevicebutton {
    background-color: var(--dark-slate-grey);
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .secoundary-button.sevicebutton.migration-free-button {
    margin-left: 43%;
    margin-right: 0;
  }

  .secoundary-button.sevicebutton.mig-2-button {
    margin-left: 0;
    margin-right: 0;
  }

  .secoundary-button.sevicebutton.mig-2-button.migration-custom-audit {
    margin-top: 30px;
  }

  .secoundary-button.sevicebutton.webflow-wrap {
    margin-left: 12%;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    margin-bottom: 86px;
    margin-left: 0%;
    margin-right: 0;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp.mid-sec-secondary-box {
    margin-bottom: 60px;
  }

  .secoundary-button.servicebutton.expertsbutton {
    color: var(--dark-slate-grey);
    margin-left: 43%;
  }

  .secoundary-button.servicepricebutoon {
    background-color: var(--dark-slate-grey);
  }

  .wrapper-1200px {
    background-color: #0000;
    width: 90%;
  }

  .wrapper-1200px.home-hero-wrapper {
    width: 90%;
  }

  .wrapper-1200px.home-3-hero-wrapper {
    min-width: auto;
    max-width: 100%;
  }

  .wrapper-1200px.webflow {
    background-color: #0000;
  }

  .home-hero-section {
    margin-bottom: 60px;
    padding-bottom: 80px;
  }

  .text-container {
    width: 50%;
    max-width: 510px;
  }

  .image-container {
    width: 80%;
    max-width: 616px;
  }

  .home-hero-button-arrow-image {
    right: 17%;
  }

  .logos-section {
    margin-top: 0;
    padding-top: 0;
  }

  .logos-text-wrapper {
    height: 127px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logos-text-wrapper.about-logo-box.clients-logo {
    height: auto;
  }

  .brand-logo-text {
    margin-top: 60px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 44px;
  }

  .brands-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-content: center;
    place-items: stretch stretch;
    width: auto;
    max-width: 100%;
    height: 125px;
    margin: 15px 126px 0 120px;
    padding-left: 0;
  }

  .brands-logo-grid.webflow-expert-logo {
    margin-left: 130px;
    margin-right: 280px;
  }

  .brands-logo-grid.about-brand-logo {
    margin: 20px 0 40px;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    place-items: center;
    min-width: 0;
    margin: 10px 0 50px;
  }

  .brands-logo-grid.customclass.mogration-logos {
    grid-column-gap: 80px;
    place-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-logo-container.container1 {
    display: block;
  }

  .brand-logo-container.about-logo-container {
    margin-left: 0;
  }

  .brands-logo {
    min-width: 109px;
    max-width: 99%;
    height: 60%;
    min-height: 60px;
  }

  .underlined-span {
    color: var(--black);
  }

  .underlined-span.expert-hero-head.webflow-experts-heading, .underlined-span.expert-hero-head.text-webflow {
    color: var(--white);
  }

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

  .headings-wrapper-about {
    max-width: 1200px;
  }

  .about-subhead {
    font-size: 18px;
  }

  .about-h1 {
    padding-bottom: 30px;
  }

  .about-section-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .stats-wrapper.about-stats {
    margin-bottom: 25px;
  }

  .statisics-grid {
    max-width: 1200px;
    margin-top: 90px;
  }

  .about-us-paragraph {
    max-width: 700px;
    font-size: 18px;
  }

  .green-top-heading {
    font-size: 20px;
    line-height: 40px;
  }

  .green-top-heading.thankyou.calendly {
    margin-bottom: 20px;
  }

  .button-container-60px-top {
    max-width: 20px;
  }

  .review-section {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 200px;
    padding-right: 200px;
    display: flex;
  }

  .rveiew-no-mask {
    overflow: visible;
  }

  .slide-nav {
    display: block;
  }

  .home-pricing-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pricing-plan-content-wrapper.pricing-3-content.advanced-migration {
    padding-top: 20px;
  }

  .home-about-wrapper {
    margin-top: -160px;
  }

  .home-about-author-info-wrapper {
    width: 80%;
  }

  .home-about-author-para {
    font-size: 18px;
    line-height: 124%;
  }

  .page-blog-header-wrapper {
    align-items: center;
  }

  .footer-section {
    margin-top: -160px;
  }

  .footer-right-container {
    margin-left: 5%;
  }

  .footer-links {
    color: #fff;
  }

  .footer-links.custom-footer-link {
    padding-top: 8px;
  }

  .about-team-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-us-image-container {
    width: 60%;
  }

  .logo-section {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -80px;
    margin-left: 0;
    display: block;
  }

  .logo-section.servicelogo {
    margin-top: -115px;
    margin-left: 0;
    display: block;
  }

  .product-feature-tabs {
    margin-top: -50px;
  }

  .product-feature-tab-menu.expertsservices {
    justify-content: center;
    align-items: stretch;
    max-width: 1200px;
    margin-left: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs, .tabs.webflow-maintenance.w--current {
    margin-right: 0;
  }

  .tabs.customgridflow.services-grid {
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs.customgridflow.service-grid-custom {
    width: 47%;
    margin-right: 10px;
  }

  .tabs.service-grid-custom, .tabs.service-grid-custom.w--current {
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .product-feature-tab {
    margin-top: 100px;
  }

  .product-tab-content-wrapper {
    justify-content: center;
    margin-top: -30px;
  }

  .product-tab-content-wrapper.custom-design-inner {
    margin-top: 0;
  }

  .product-tab-content-block {
    margin-left: 100px;
  }

  .home-2-product-wrapper.wordpress-home-wrap {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees {
    justify-content: flex-start;
    align-items: center;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees.why-us-section {
    margin-top: 40px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.bg-color {
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-2-product-content-grid {
    padding-bottom: 40px;
  }

  .home-2-product-content-grid.wordpress-home-product {
    padding-bottom: 80px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    grid-column-gap: 270px;
    grid-row-gap: 80px;
    max-width: 1200px;
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .home-2-product-grid-item.gurante-box {
    justify-content: center;
    align-items: center;
  }

  .home-2-product-item-para {
    text-align: center;
  }

  .home-3-hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .home-3-hero-image-wrapper {
    left: -5%;
  }

  .home-3-hero-content-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 5%;
    padding-right: 0;
    display: flex;
  }

  .home-3-hero-heading, .home-3-hero-para {
    text-align: center;
  }

  .extra-hero-image-wrapper-2 {
    bottom: 30%;
    left: 20%;
  }

  .form-block-dark {
    max-width: 100%;
  }

  .form-block-dark.margin-adjust {
    margin-top: -88px;
  }

  .form-dark {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .form-dark.audit-section {
    flex-flow: row;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .form-dark.audit-section.space-adjust {
    margin-top: 0;
    margin-bottom: 155px;
    padding-bottom: 0;
    position: relative;
    top: -20px;
  }

  .form-dark.audit-section.midaudit-btn {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .form-dark.flow-btn.mid-sec-sec-btn {
    position: relative;
    top: -70px;
  }

  .form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit {
    top: -80px;
  }

  .form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit.dark-form {
    margin-bottom: 0;
  }

  .home-3-product-section {
    margin-top: 0;
  }

  .home-3-product-section.wordpress-page {
    margin-bottom: 150px;
  }

  .home-3-product-section.migration-product-sec {
    margin-top: -50px;
  }

  .home-3-product-wrapper {
    margin-top: 20px;
  }

  .home-3-product-wrapper.wordpress-wrapper {
    margin-top: 60px;
  }

  .home-3-product-wrapper.figma-product-wrap {
    margin-top: 10px;
  }

  .home-3-product-wrapper.figma-product-wrap.high-impact, .home-3-product-wrapper.figma-product-wrap.impact-teams {
    margin-top: 60px;
  }

  .home-3-product-heading {
    padding-top: 40px;
    font-size: 44px;
  }

  .underline {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .home-3-product-split-content-grid {
    grid-template: "Area-2 ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .home-3-product-split-content-grid.optimized-flow {
    display: block;
  }

  .home-3-product-image-wrapper {
    width: 45%;
    max-width: 545px;
    max-height: 685px;
  }

  .home-3-product-image-wrapper.joomla-migrate-wrap {
    max-height: 640px;
  }

  .home-3-product-image {
    margin-top: 0;
  }

  .home-3-feature-section.bg-grey {
    margin-bottom: 160px;
  }

  .home-3-feature-section.bg-grey.site-core-btn {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .home-3-product-feature-section.expertsgrid {
    margin-bottom: 160px;
  }

  .home-3-product-feature-section.expertsgrid.expert-grid-box {
    margin-bottom: 180px;
  }

  .home-3-product-feature-section.wrapeer-migration {
    margin-top: 40px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service {
    justify-content: center;
    margin-bottom: -100px;
    margin-left: 60px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section {
    margin-top: 60px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section {
    margin-top: 120px;
    margin-bottom: 50px;
  }

  .product-feature-content-wrapper {
    max-width: 580px;
  }

  .product-feature-image-wrapper {
    width: 50%;
    max-width: 560px;
    max-height: 735px;
    margin-left: 2%;
    margin-right: 0%;
  }

  .product-feature-image-wrapper.design-img-fig {
    max-width: 539px;
    max-height: 710px;
    margin-left: 0%;
    margin-right: 2%;
  }

  .product-feature-image-wrapper.sitcore-img {
    max-height: 920px;
  }

  .home-3-blog-feature-section {
    margin-bottom: 160px;
  }

  .contact-card-main-wrapper {
    padding-bottom: 20px;
  }

  .case-study-hero-section {
    margin-bottom: 10px;
    padding-top: 180px;
  }

  .case-study-hero-text-wrapper {
    max-width: 1200px;
  }

  .case-study-heading {
    font-size: 44px;
  }

  .pricing-hero-section {
    padding-bottom: 60px;
  }

  .pricing-hero-section.web-expert-banner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .pricing-hero-section.web-expert-banner.bg-services-sec {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .pricing-hero-section.web-expert-banner.webflow-experts, .pricing-hero-section.web-expert-banner.company-india {
    background-image: url('../images/Bg-6.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pricing-3-box.middle-block {
    background-color: var(--dark-slate-grey);
  }

  .home-3-product-feature-head.webflow-mig-services {
    margin-top: -30px;
    padding-top: 0;
  }

  .home-3-product-feature-head.webflow-mig-services.migration-serviced {
    width: 90%;
    margin-top: -14px;
  }

  .home-3-product-feature-head.webflow-services {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.overview-page {
    opacity: 1;
    border-bottom: 2px solid #0c0c0c;
    max-width: 100%;
    margin-left: -5px;
    display: block;
    overflow: visible;
  }

  .display-heading.overview {
    max-width: 800px;
    padding-left: 200px;
  }

  .heading-90 {
    width: 90%;
  }

  .navbar-2 {
    border: 0 solid #000;
    border-bottom: 3px solid #ebe2e2;
  }

  .menu-button {
    border: 1px solid #b39f9f;
  }

  .body {
    border-bottom: 0 solid #000;
  }

  .div-block-2 {
    background-color: #6759ff;
  }

  .image-6 {
    margin-left: 200px;
    padding-left: 9px;
  }

  .heading-92 {
    color: var(--dark-slate-grey);
  }

  .features-table-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container-3.expertspartnersgrid {
    max-width: 1200px;
    margin-top: -160px;
  }

  .container-3.how-does-work {
    max-width: 1200px;
    margin-top: -70px;
  }

  .container-3.how-does-work.ecommerce-webflow-steps {
    margin-bottom: 80px;
  }

  .container-3.figma-container {
    max-width: 1200px;
    margin-top: -30px;
  }

  .centered-heading-2 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .comparison-table-2 {
    margin-top: 0;
  }

  .comparison-row-2 {
    padding-top: 24px;
  }

  .text-block-3, .text-block-4, .text-block-4.speedpage {
    font-size: 18px;
    line-height: 23px;
  }

  .div-block-8, .testimonial-column-light {
    margin-top: 0;
  }

  .testimonial-card-two.figma-grouo {
    text-align: center;
  }

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

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-family: Thicccboi, sans-serif;
    line-height: 23px;
  }

  .heading-106 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .heading-106.custom-head-work {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-107 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-110 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 40px;
    display: flex;
  }

  .link-block-2 {
    margin-top: -139px;
    margin-bottom: -29px;
    margin-left: 145px;
    position: relative;
    top: -36px;
  }

  .link-block-2.service-link {
    margin-top: 0;
    top: -64px;
    left: 68%;
  }

  .link-block-2.service-link.audit-link {
    margin-bottom: -30px;
    margin-left: -18%;
    padding-left: 0;
    top: -15px;
    left: 24%;
  }

  .link-block-2.service-link.audit-link.audit-custom {
    top: 6px;
    left: 24%;
  }

  .link-block-2.service-link.audit-audit {
    width: 266px;
    min-width: 220px;
    max-width: 100%;
    margin-left: 0;
    padding-left: 55px;
    top: -9px;
    left: -45%;
  }

  .link-block-2.service-link.wrap-web-link {
    top: -13px;
    left: 2%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link {
    margin-bottom: 0;
    margin-left: -295px;
    padding-left: 0;
    top: -48px;
    left: 1%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp {
    top: -47px;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp.midlink-bottom {
    top: -50px;
  }

  .image-11.worldresource {
    height: 60px;
    min-height: 65px;
  }

  .image-11.worldresource.homeone-world {
    margin-top: -30px;
  }

  .walsh-main-paragraph {
    font-size: 18px;
  }

  .heading-116 {
    font-size: 22px;
    line-height: 135%;
  }

  .text-block-12 {
    color: var(--gray);
    font-size: 18px;
    line-height: 24px;
  }

  .walsh-background-darkgreen-2 {
    width: 100%;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 34px;
  }

  .list, .list-2, .list-3, .list-item-7, .list-item-8 {
    font-size: 18px;
    line-height: 36px;
  }

  .list-item-9 {
    font-size: 17px;
  }

  .paragraph-5 {
    padding-bottom: 20px;
  }

  .paragraph-6 {
    padding-top: 20px;
  }

  .container-9 {
    padding-bottom: 40px;
  }

  .heading-122 {
    margin-bottom: 20px;
  }

  .paragraph-9 {
    padding-top: 40px;
  }

  .dropdown-2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }

  .destop-drop-menu {
    background-color: #fff;
    margin-top: 0;
  }

  .dropdown-link {
    filter: blur();
  }

  .dropdown-link.w--current {
    filter: none;
    color: var(--dark-slate-grey);
  }

  .dropdown-link-2 {
    color: var(--black);
  }

  .dropdown-link-2.w--current {
    filter: blur();
    color: var(--dark-slate-grey);
  }

  .dropdown-link-3 {
    color: var(--black);
  }

  .dropdown-link-3.w--current {
    color: var(--dark-slate-grey);
  }

  .bold-text-20 {
    display: inline;
  }

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

  .heading-132 {
    color: var(--dark-slate-grey);
    text-align: center;
    font-size: 20px;
  }

  .heading-133 {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .container-11, .container-12, .container-13, .container-14, .container-15, .container-16 {
    max-width: 1200px;
  }

  .image-12 {
    text-align: center;
    width: 40px;
    max-width: 100%;
    display: block;
  }

  .image-12.icon-portfolio {
    margin-left: 40%;
    padding-left: 0;
  }

  .image-13, .image-14, .image-15, .image-16 {
    margin-left: 40%;
  }

  .bold-text-22, .bold-text-23 {
    font-size: 20px;
    line-height: 120%;
  }

  .bold-text-24 {
    font-size: 20px;
    line-height: 134%;
  }

  .bold-text-25 {
    font-size: 20px;
    line-height: 131%;
  }

  .bold-text-26 {
    font-size: 20px;
    line-height: 120%;
  }

  .image-17 {
    text-align: center;
    margin-left: 45%;
    display: block;
  }

  .image-18, .image-19 {
    margin-left: 45%;
  }

  .custom-hero-heading {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .custom-brand-logo {
    margin-bottom: 0%;
  }

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

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    place-items: center;
  }

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

  .custom-booking-form {
    background-image: url('../images/Bg-6.svg');
    background-position: 50%;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-135 {
    color: var(--white);
    font-size: 44px;
  }

  .paragraph-10 {
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-11 {
    color: var(--white);
    margin-top: 40px;
  }

  .link-2 {
    outline-offset: 0px;
    color: var(--white);
    border-bottom: 1px solid #fff;
    outline: 3px #fff;
  }

  .walsh-button-orange {
    background-color: #007f61;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
    display: flex;
  }

  .walsh-button-orange:hover {
    background-color: #007f61;
  }

  .walsh-button-orange.mid-quote-button {
    color: #0b7e60;
    -webkit-text-stroke-color: #0b7e60;
    background-color: #fff;
    font-family: Thicccboi, sans-serif;
  }

  .walsh-pricing-wrapper-buttons {
    text-align: center;
  }

  .walsh-pricing-wrapper-buttons.button-first {
    margin-top: 65%;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .walsh-pricing-wrapper-buttons.button-first.figma-price-btn {
    margin-top: 194%;
  }

  .walsh-pricing-wrapper-buttons.expert-two {
    padding-bottom: 70px;
  }

  .walsh-pricing-wrapper-buttons.mid-price-btn {
    margin-top: 168px;
  }

  .walsh-circle-check {
    background-color: #eee;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }

  .walsh-list-flex {
    margin-bottom: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
  }

  .walsh-list-flex.mid-box-text {
    margin-bottom: 10px;
  }

  .walsh-list-wrapper-padding-side {
    min-height: auto;
  }

  .walsh-price-small {
    color: #000;
  }

  .walsh-price-small.permonth {
    color: #fff;
  }

  .walsh-price {
    color: var(--black);
    font-family: Thicccboi, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .walsh-price.mid-box-price {
    color: var(--white);
    font-family: Thicccboi, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .walsh-heading-regular-dark-green {
    color: #000;
  }

  .walsh-heading-regular-dark-green.mid-way {
    color: #fff;
  }

  .walsh-price-green-wrapper-border {
    text-align: left;
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .walsh-price-green-wrapper-border.mid-box-pricimg {
    border-bottom-width: 0;
  }

  .walsh-pricing-grid-auto {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    outline-offset: 0px;
    border-radius: 12px;
    outline: 2px #0a0503de;
    grid-template-rows: .25fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .walsh-pricing-grid-auto.mid-price-box {
    grid-row-gap: 1.9em;
    background-color: #0b7e60;
    grid-template-rows: .25fr 1fr;
  }

  .walsh-pricing-card-outline {
    outline-offset: 0px;
    border: 1px #000;
    outline: 2px #0a0503de;
  }

  .walsh-main-grid-no-gap-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .bold-text-27 {
    color: var(--black);
    font-family: Thicccboi, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-15 {
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-16 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-17 {
    color: #fff;
    border: 0 solid #000;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .text-block-18 {
    color: #fff;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .text-block-19 {
    color: #fff;
  }

  .text-block-20 {
    color: #fff;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
  }

  .bold-text-28, .bold-text-29, .bold-text-30 {
    font-family: Thicccboi, sans-serif;
  }

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

  .heading-136 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Thicccboi, sans-serif;
  }

  .text-block-21, .text-block-22, .text-block-23 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-24, .text-block-25 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-26 {
    line-height: 24px;
  }

  .text-block-27, .text-block-28 {
    font-family: Thicccboi, sans-serif;
    line-height: 24px;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .simple-pricing-sec {
    margin-bottom: 60px;
  }

  .container-22 {
    display: block;
  }

  .container-23, .container-24 {
    max-width: 1200px;
  }

  .migration-img {
    padding-bottom: 60px;
  }

  .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36 {
    color: #0b7e60;
  }

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

  .list-item-10 {
    text-align: left;
    line-height: 24px;
  }

  .list-item-11 {
    font-size: 18px;
    line-height: 25px;
  }

  .list-5 {
    color: #fff;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .list-5.hero-list {
    margin-top: 0;
    padding-left: 20px;
  }

  .image-container-3 {
    width: 45%;
    max-width: 490px;
  }

  .text-container-3 {
    width: 65%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 40px;
    display: block;
    position: relative;
  }

  .text-container-3.wix-webflow {
    width: 100%;
    margin-top: 100px;
  }

  .list-item-12 {
    line-height: 24px;
  }

  .wrapper-1200px-2 {
    max-width: 1200px;
    margin-top: 0;
  }

  .wrapper-1200px-2.home-hero-wrapper {
    width: 100%;
  }

  .wrapper-1200px-2.home-hero-wrapper.display {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-cover-2 {
    right: auto;
  }

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

  .heading-137 {
    color: #007e60;
  }

  .column-9 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-138 {
    color: #007e60;
  }

  .paragraph-13 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 158%;
  }

  .paragraph-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 140%;
  }

  .paragraph-12.vision-text {
    line-height: 158%;
  }

  .section-5 {
    background-image: url('../images/Bg-7.svg');
    background-position: 0 0;
    background-size: cover;
    margin-top: 180px;
    margin-bottom: 130px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .column-10 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-37, .bold-text-38 {
    font-family: Thicccboi, sans-serif;
  }

  .container-27 {
    margin-top: 0;
  }

  .container-27.what-we-include {
    max-width: 1200px;
  }

  .green-top-heading-2.small-mid-class.small-story {
    margin-top: 0;
  }

  .comparison-table-4 {
    margin-top: 20px;
  }

  .centered-heading-6 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .centered-heading-6.about-core-value {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-30, .text-block-31 {
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 23px;
  }

  .comparison-row-4 {
    padding-top: 24px;
  }

  .list-item-16 {
    text-align: left;
    line-height: 24px;
  }

  .list-item-17 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-container-4 {
    width: 65%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 40px;
  }

  .list-item-18 {
    line-height: 24px;
  }

  .image-cover-3 {
    right: auto;
  }

  .home-hero-section-3 {
    margin-bottom: 100px;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-140 {
    padding-top: 20px;
  }

  .heading-140.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-text-two-3 {
    font-family: Thicccboi, sans-serif;
  }

  .container-29 {
    margin-top: 0;
  }

  .container-29.custom-container {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .heading-142 {
    padding-top: 20px;
  }

  .heading-142.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-16 {
    text-align: center;
    padding-top: 10px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-4 {
    font-family: Thicccboi, sans-serif;
  }

  .container-30 {
    margin-top: 0;
  }

  .container-30.custom-container {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .testimonial-grid-two-4.bubble-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-4.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
  }

  .review-section-2 {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-section-2.hire-review {
    margin-top: 60px;
  }

  .review-section-2.hire-review.flutter-review.zenith-review.joomla-review {
    margin-top: 70px;
  }

  .slide-nav-2 {
    display: block;
  }

  .heading-146 {
    padding-top: 20px;
  }

  .heading-146.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
  }

  .paragraph-17 {
    text-align: center;
    padding-top: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-5 {
    font-family: Thicccboi, sans-serif;
  }

  .container-31 {
    margin-top: 0;
  }

  .container-31.custom-container {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .container-31.custom-container.hire-container.migration-step {
    margin-top: -140px;
  }

  .testimonial-grid-two-5.bubble-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-5.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
  }

  .home-2-product-item-para-2 {
    text-align: left;
  }

  .review-section-3 {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review-section-3.hire-review {
    margin-top: 60px;
  }

  .wrapper-1200px-4 {
    max-width: 1200px;
    margin-top: 0;
  }

  .slide-nav-3 {
    display: block;
  }

  .wrapper-1200px-5 {
    max-width: 1200px;
    margin-top: 0;
  }

  .heading-team1 {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
  }

  .heading-team1.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-18 {
    text-align: center;
    padding-top: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-text-two-6 {
    font-family: Thicccboi, sans-serif;
  }

  .testimonial-card-two-6.custom-box-shadow {
    margin-bottom: 60px;
    padding-bottom: 16px;
  }

  .container-34 {
    margin-top: 0;
  }

  .container-34.custom-container {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .testimonial-grid-two-6.bubble-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-6.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto;
  }

  .team-img {
    vertical-align: baseline;
    object-fit: cover;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    height: 320px;
    line-height: 24px;
  }

  .container-35 {
    margin-top: 0;
  }

  .container-35.custom-container {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .container-35.custom-container.hire-container.migration-step {
    margin-top: -140px;
  }

  .testimonial-text-two-7 {
    font-family: Thicccboi, sans-serif;
  }

  .paragraph-19 {
    text-align: center;
    padding-top: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .heading-189 {
    padding-top: 20px;
  }

  .heading-189.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 44px;
  }

  .testimonial-grid-two-7.bubble-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-grid-two-7.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto;
  }

  .image-30 {
    margin-left: 220px;
    margin-right: 0;
  }

  .container-38 {
    max-width: 100%;
  }

  .button-primary-white:hover {
    background-color: #d3d3d3;
  }

  .button-primary-white.transparent-btn:hover {
    color: #000;
  }

  .big-text.margin-top-section-space.quote-main {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.6em;
  }

  .light-text-span {
    color: #007e60;
    max-width: 1200px;
  }

  .button-text.white-text-button {
    color: #fff;
  }

  .button-text.white-text-button:hover {
    color: #000;
  }

  .base-container:hover {
    border-style: none;
  }

  .base-container.flex.quote-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .base-container.flex.quote-flex.development-black-logo-services {
    max-width: 1200px;
  }

  .base-container.flex.quote-flex.development-black-logo-services.testimonials {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .dark-background-with-logo.big-text.quote {
    padding-bottom: 40px;
  }

  .dark-background-with-logo.big-text.quote.custom-black-logo-group {
    max-width: 100%;
  }

  .dark-background-with-logo.big-text.quote.custom-black-logo-group.newclass {
    background-color: #007e60;
    margin-top: 0;
    padding-top: 60px;
    display: block;
  }

  .dark-background-with-logo.big-text.quote.custom-black-logo-group.newclass.newtest {
    max-width: 100%;
  }

  .testmonial-head.author-name {
    color: #007e60;
  }

  .testmonial-head.author-name.gaurav {
    color: #fff;
  }

  .testmonial-head.author-name.gaurav.size, .text-block-36.auther-text.size {
    font-size: 26px;
  }

  .italic-text-3 {
    font-size: 24px;
  }

  .italic-text-3.size {
    font-size: 26px;
    line-height: .1em;
  }

  .italic-text-3.size.sixe {
    line-height: .1em;
  }

  .bold-text-109 {
    font-size: 26px;
  }

  .bold-text-110 {
    line-height: .7em;
  }

  .bold-text-110.height {
    line-height: .1em;
  }

  .joomla-webflow.wordpress-btn-2.wordpress-bt-3.wordpress-button {
    max-width: 15%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .joomla-webflow.wordpress-btn-2.wordpress-btn-4.wordpress-button {
    max-width: 15%;
  }

  .joomla-webflow.wordpress-btn-2.wordpress-button {
    margin-top: 40px;
  }

  .joomla-webflow.joomla-btn1 {
    margin-left: 0;
    margin-right: auto;
  }

  .joomla-webflow.joomla-btn1.joomla-btn-2 {
    max-width: 15%;
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.joomla-btn1.sitecore2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: auto;
    display: block;
  }

  .joomla-webflow.joomla-btn1.sitecore2.sitecore-3 {
    max-width: 15%;
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .joomla-webflow.joomla-btn1.sitcore-btn.sitcore-2.sitecore-3.sitcore-btn-new {
    margin-top: 40px;
  }

  .joomla-webflow.joomla-btn1.sitcore-btn.sitcore5 {
    max-width: 34%;
  }

  .joomla-webflow.joomla-btn1.weebly-btn-2 {
    max-width: 15%;
  }

  .joomla-webflow.joomla-btn-2 {
    max-width: 15%;
    margin: 40px auto 140px;
    display: block;
  }

  .joomla-webflow.wix-webflow.wix-btn-2 {
    margin-top: 40px;
    margin-left: 621px;
  }

  .joomla-webflow.wix-webflow.wix-btn-2.wix-btn-3 {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .joomla-webflow.wix-webflow.cs-service-3 {
    max-width: 15%;
    margin-top: 40px;
    margin-left: auto;
  }

  .joomla-webflow.wix-webflow.squarespace-btn.squarespace-btn-2 {
    max-width: 15%;
    margin-top: 40px;
  }

  .joomla-webflow.webflow-experts-btn.experts-btn-2 {
    max-width: 18%;
  }

  .joomla-webflow.experts-btn-3, .joomla-webflow.experts-btn-5, .joomla-webflow.figma-to-webflow-btn-2, .joomla-webflow.figma-btn-3, .joomla-webflow.maintenance-btn-2, .joomla-webflow.maintenance-btn-3 {
    max-width: 15%;
  }

  .joomla-webflow.ecommerce-btn {
    display: inline-block;
  }

  .joomla-webflow.ecommerce-btn-2 {
    max-width: 18%;
    display: block;
  }

  .joomla-webflow.ecommerce-btn-3, .joomla-webflow.ecommerce-btn-4 {
    max-width: 15%;
  }

  .joomla-webflow.migration-btn2 {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.migration-btn4 {
    max-width: 15%;
    margin-bottom: 100px;
  }

  .joomla-webflow.design-btn1, .joomla-webflow.design-btn2, .joomla-webflow.design-btn3 {
    max-width: 15%;
  }

  .code-embed-3 {
    display: flex;
  }

  .quick-stack {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .height-para {
    margin-bottom: 40px;
    line-height: 25px;
  }

  .column-11, .column-12, .column-13 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-container {
    max-width: 1400px;
    min-height: 100px;
    max-height: 200px;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo {
    margin-left: -20px;
  }

  .primary-button {
    color: var(--dark-slate-grey);
  }

  .primary-button.homebttn {
    background-color: var(--white);
    color: var(--dark-slate-grey);
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secoundary-button {
    width: 205px;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .secoundary-button.pricing-button {
    background-color: var(--dark-slate-grey);
  }

  .secoundary-button.sevicebutton {
    width: 265px;
    min-width: 0;
    max-width: none;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .secoundary-button.sevicebutton.migration-free-button {
    width: auto;
    min-width: auto;
    margin-left: 30%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    width: 275px;
    margin-bottom: 90px;
    margin-left: 0%;
  }

  .secoundary-button.servicebutton {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .secoundary-button.servicebutton.expertsbutton {
    background-color: var(--white);
    color: var(--dark-slate-grey);
    width: 15%;
    margin-left: 42%;
    padding-left: 0;
    display: block;
  }

  .secoundary-button.servicepricebutoon {
    justify-content: center;
    align-items: center;
    margin-right: -14px;
    display: flex;
  }

  .wrapper-1200px {
    width: 90%;
    max-width: 1200px;
    padding-top: 0;
  }

  .wrapper-1200px.home-hero-wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
  }

  .wrapper-1200px.contact-map-wrapper {
    max-width: none;
  }

  .wrapper-1200px.about-2-side-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-1200px.expertswrapper {
    max-width: 1203px;
  }

  .home-hero-section {
    margin-bottom: 50px;
  }

  .text-container {
    width: 50%;
    max-width: 536px;
  }

  .image-cover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero-paragraph {
    margin-left: -110px;
  }

  .home-hero-button-wrapper {
    width: auto;
  }

  .home-hero-button-arrow-image {
    right: 26%;
  }

  .brand-logo-text {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 44px;
  }

  .brands-logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 1604px;
    margin: 40px 160px 200px 200px;
    padding-left: 0;
  }

  .brands-logo-grid.webflow-expert-logo {
    text-align: left;
    width: 1568px;
    min-width: 1200px;
    margin-bottom: 200px;
    margin-left: -330px;
    margin-right: 160px;
    padding-left: 100px;
  }

  .brands-logo-grid.home-brand-log {
    margin-top: 30px;
  }

  .brands-logo-grid.about-brand-logo {
    place-items: center;
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    grid-column-gap: 60px;
    grid-auto-flow: row;
    place-items: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .brands-logo-grid.customclass.mogration-logos {
    place-items: center;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .brand-logo-container.about-logo-container {
    margin-left: 0;
  }

  .brands-logo {
    min-width: 110px;
    height: 70%;
    min-height: 76px;
  }

  .underlined-span {
    color: #fffffe;
    background-color: #fff;
  }

  .underlined-span.expert-hero-head {
    background-color: #0000;
  }

  .home-hero-heading {
    margin-left: -110px;
    font-size: 54px;
  }

  .statisics-grid {
    margin-top: 90px;
    margin-bottom: 50px;
  }

  .who-are-we-wrapper {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-us-paragraph {
    font-size: 18px;
  }

  .green-top-heading {
    font-size: 20px;
  }

  .home-features-tab-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    max-width: 510px;
  }

  .home-customer-story-section {
    background-color: #694848;
    margin-left: -83px;
  }

  .review-section {
    margin-left: 0;
    margin-right: 40px;
    padding-top: 110px;
    padding-left: 0;
  }

  .pricing-plan-content-wrapper.pricing-3-content {
    padding-top: 0;
  }

  .pricing-plan-content-wrapper.pricing-3-content.advanced-migration {
    padding-top: 20px;
  }

  .home-about-section.webflowhappycust {
    margin-bottom: -25px;
  }

  .home-about-author-wrapper {
    width: 783px;
    min-width: 54px;
    font-size: 34px;
  }

  .home-about-author-para {
    width: 515px;
    max-width: 1024px;
    font-size: 18px;
  }

  .hoem-about-image {
    width: 500px;
    max-width: 600px;
    height: 100%;
    max-height: 500%;
    padding-top: 90px;
  }

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

  .footer-para.footeraddress {
    margin-top: 20px;
    margin-bottom: 45px;
  }

  .footer-links {
    color: #fff;
  }

  .about-2-about-us-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-image {
    object-fit: contain;
  }

  .logo-section {
    display: block;
  }

  .product-feature-tab-menu {
    max-width: 1200px;
  }

  .product-feature-tab-menu.webflow-migration-services {
    margin-bottom: 60px;
  }

  .product-feature-tab-menu.expertsservices {
    margin-left: 17%;
  }

  .tabs {
    margin-right: 0;
  }

  .tabs.w--current {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs.webflow-maintenance.w--current {
    margin-right: 0;
  }

  .product-feature-tab {
    margin-top: 140px;
  }

  .product-tab-content-wrapper {
    flex-flow: row;
    justify-content: center;
    margin-top: -50px;
  }

  .product-tab-content-wrapper.custom-design-inner {
    margin-top: 0;
  }

  .home-2-product-wrapper.wordpress-home-wrap {
    padding-bottom: 20px;
  }

  .home-2-product-content-grid {
    padding-bottom: 40px;
  }

  .home-2-product-content-grid.wordpress-home-product {
    padding-bottom: 80px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    grid-column-gap: 300px;
  }

  .home-2-product-item-para {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .customer-stories-section {
    background-color: var(--dark-slate-grey);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .customer-stories-section.overview {
    background-color: #0000;
  }

  .home-3-hero-content-wrapper {
    background-size: auto;
    width: 2000px;
    min-width: 2000px;
    max-width: none;
  }

  .form-dark {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-dark.flow-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-dark.flow-btn.mid-sec-sec-btn {
    top: -81px;
  }

  .form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit {
    top: -80px;
  }

  .home-3-product-section {
    margin-top: 0;
  }

  .home-3-product-section.design-section {
    margin-bottom: 100px;
  }

  .home-3-product-section.wordpress-page {
    margin-bottom: 150px;
  }

  .home-3-product-section.custom-expert-row {
    margin-top: -20px;
  }

  .home-3-product-wrapper {
    margin-top: -135px;
  }

  .home-3-product-wrapper.wordpress-wrapper {
    margin-top: -30px;
  }

  .home-3-product-wrapper.figma-product-wrap {
    margin-top: 10px;
  }

  .home-3-product-heading {
    margin-bottom: -23px;
  }

  .home-3-product-split-content-grid {
    display: block;
  }

  .home-3-product-image.hubspot-image {
    margin-top: 20px;
  }

  .home-3-feature-tab-wrapper {
    display: block;
  }

  .home-3-product-feature-section {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    margin-bottom: 200px;
    margin-left: 16%;
    display: block;
  }

  .home-3-product-feature-section.expertsgrid {
    max-width: 1250px;
    margin-left: 17%;
  }

  .home-3-product-feature-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section {
    margin-top: 120px;
    margin-bottom: -100px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section {
    flex-flow: row;
    align-items: flex-start;
    margin-top: 200px;
    margin-bottom: 0;
  }

  .product-feature-content-wrapper {
    width: 50%;
    max-width: 584px;
  }

  .product-feature-image-wrapper {
    width: 55%;
    max-width: 623px;
    min-height: 746px;
    max-height: 792px;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 2%;
  }

  .product-feature-image-wrapper.design-img-fig {
    margin-right: 2%;
    padding-left: 0%;
  }

  .home-3-slider-arrow.left {
    inset: 0% auto 0% 0%;
    background-image: linear-gradient(to right, #fff 12%, #f5f5f500);
    inset: 0% auto 0% 0%;
  }

  .home-3-slider-arrow.right {
    background-image: linear-gradient(to right, #e9e9e900, #fff 83%);
    margin-right: -20px;
    inset: 0% 0% 0% auto;
  }

  .home-3-blog-feature-section {
    margin-bottom: 140px;
  }

  .integration-main-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-card-main-wrapper {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .contact-map {
    max-height: none;
  }

  .contact-map-image {
    object-position: 50% 50%;
  }

  .case-study-heading {
    font-size: 44px;
  }

  .pricing-hero-section {
    padding-bottom: 60px;
  }

  .home-3-product-feature-head.webflow-services {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-tab-div.right-padding {
    padding-right: 0%;
  }

  .wrapper.overview-page {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }

  .overview-image-contain {
    justify-content: space-between;
  }

  .display-heading.overview {
    text-align: left;
    max-width: 700px;
    margin-left: -200px;
    margin-right: 29px;
    padding-left: 0;
    font-weight: 600;
  }

  .paragraph {
    margin-left: -50px;
    margin-right: 200px;
    padding-left: 0;
    font-weight: 400;
  }

  .navbar-2 {
    margin-left: -101px;
    margin-right: 56px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    margin-right: -26px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: 100%;
    max-width: 10000px;
    max-height: 1px;
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 3px;
  }

  .button.hover {
    border-bottom: 1px solid #000;
  }

  .heading-92 {
    color: var(--dark-slate-grey);
  }

  .features-table-2 {
    background-color: var(--white);
  }

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

  .container-3.expertspartnersgrid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -160px;
    display: block;
  }

  .container-3.how-does-work {
    margin-top: -70px;
  }

  .container-3.figma-container {
    max-width: 1200px;
    margin-top: -20px;
  }

  .centered-heading-2 {
    color: var(--black);
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }

  .comparison-table-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 45px;
  }

  .comparison-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start center;
    width: 100%;
    margin-left: 0;
    display: grid;
  }

  .comparison-row-2.expertsrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center start;
    place-items: start center;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .comparison-positive-2 {
    width: 403px;
    margin-left: 21px;
    font-size: 40px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 40px;
  }

  .bold-text-4 {
    font-size: 40px;
    line-height: 45px;
  }

  .bold-text-4.inner-row-partner {
    font-size: 30px;
  }

  .bold-text-5 {
    font-size: 40px;
    line-height: 53px;
  }

  .bold-text-5.inner-row-partner {
    font-size: 30px;
    line-height: 50px;
  }

  .bold-text-6 {
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-7 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-block, .text-block-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-3, .text-block-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-4.speedpage {
    line-height: 24px;
  }

  .text-block-5, .text-block-6 {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonial-grid-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonial-grid-two.bussiness-testmonial {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .testimonial-text-two {
    font-size: 18px;
  }

  .heading-94 {
    font-size: 26px;
    line-height: 106%;
  }

  .heading-95 {
    margin-top: -75px;
  }

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

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    line-height: 26px;
  }

  .heading-103 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 44px;
  }

  .heading-106 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-107 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .heading-110 {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    padding-top: 40px;
    display: flex;
  }

  .link-block-2 {
    margin-top: -21px;
    margin-bottom: -20px;
    margin-left: -206px;
  }

  .link-block-2.service-link {
    margin-top: 0;
    top: -10px;
    left: -7%;
  }

  .link-block-2.service-link.audit-link {
    margin-left: -17%;
  }

  .link-block-2.service-link.audit-audit {
    width: 334px;
    min-width: 220px;
    max-width: 220px;
    padding-left: 55px;
    left: -50%;
  }

  .link-block-2.service-link.wrap-web-link {
    margin-left: -240px;
    left: 0%;
  }

  .grid {
    grid-row-gap: 120px;
    grid-auto-flow: column;
  }

  .image-11.worldresource {
    height: 70px;
    min-height: 76px;
    margin-bottom: 40px;
  }

  .walsh-container-2.expert-walsh-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-15 {
    line-height: 120%;
  }

  .bold-text-16 {
    line-height: 111%;
  }

  .heading-116 {
    font-size: 22px;
  }

  .text-block-12, .text-block-13 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-117 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 30px;
  }

  .list, .list-2 {
    font-size: 18px;
    line-height: 45px;
  }

  .paragraph-3 {
    line-height: 147%;
  }

  .paragraph-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 146%;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 18px;
    line-height: 36px;
  }

  .list-item-5 {
    font-size: 18px;
    line-height: 30px;
  }

  .list-3 {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-118, .heading-119 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-6 {
    margin-top: 20px;
  }

  .list-item-7 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .list-item-8 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .bold-text-18 {
    font-size: 18px;
  }

  .bold-text-18.custom-term-heading {
    font-size: 22px;
  }

  .bold-text-24 {
    line-height: 120%;
  }

  .custom-hero-heading {
    padding-top: 130px;
    padding-bottom: 60px;
  }

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

  .custom-brand-logo {
    margin-bottom: 0%;
  }

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

  .grid-2 {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    width: auto;
    height: 40px;
  }

  .walsh-pricing-wrapper-buttons.button-first {
    margin-top: 65%;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space {
    top: 5px;
  }

  .walsh-pricing-wrapper-buttons.button-first.expert-one {
    margin-top: 40%;
  }

  .walsh-pricing-wrapper-buttons.expert-two {
    padding-bottom: 70px;
  }

  .walsh-list-flex {
    font-size: 18px;
  }

  .walsh-pricing-grid-auto.mid-price-box {
    grid-row-gap: 1.8em;
  }

  .text-block-17, .text-block-18, .text-block-20 {
    font-size: 18px;
  }

  .heading-136 {
    font-size: 44px;
  }

  .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
    font-size: 18px;
  }

  .container-22, .container-23, .container-24 {
    max-width: 1200px;
  }

  .image-container-3 {
    width: 46%;
    max-width: 100%;
  }

  .text-container-3 {
    max-width: 100%;
  }

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

  .heading-137 {
    color: #007e60;
  }

  .heading-137.vision-head, .heading-138 {
    text-align: center;
  }

  .paragraph-13 {
    line-height: 158%;
  }

  .paragraph-13.mission-text.about {
    text-align: center;
  }

  .paragraph-12.vision-text {
    line-height: 158%;
  }

  .paragraph-12.vision-text.about {
    text-align: center;
  }

  .bold-text-37 {
    font-size: 40px;
    line-height: 45px;
  }

  .comparison-positive-4 {
    width: 580px;
    margin-left: 20px;
    padding-left: 40px;
    font-family: Thicccboi, sans-serif;
    font-size: 40px;
  }

  .bold-text-38 {
    font-size: 40px;
    line-height: 53px;
  }

  .container-27 {
    max-width: 100%;
  }

  .comparison-table-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .centered-heading-6 {
    color: #0a0503de;
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .text-block-30 {
    width: 555px;
    margin-left: 65px;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-31 {
    width: 555px;
    font-family: Thicccboi, sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .comparison-row-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    place-items: start center;
    width: 100%;
    margin-left: 0;
    display: grid;
  }

  .text-container-4 {
    max-width: 100%;
  }

  .home-hero-section-3 {
    margin-bottom: 100px;
  }

  .heading-140 {
    text-align: center;
    width: 40%;
    margin-top: 0;
    margin-left: 600px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-140.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .testimonial-text-two-3 {
    font-size: 18px;
  }

  .container-29 {
    max-width: 100%;
  }

  .container-29.custom-container {
    max-width: 1200px;
  }

  .heading-141 {
    font-size: 20px;
    line-height: 124%;
  }

  .testimonial-grid-two-3 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-142 {
    text-align: center;
    width: 40%;
    margin-top: 0;
    margin-left: 600px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-142.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .testimonial-text-two-4 {
    font-size: 18px;
  }

  .container-30 {
    max-width: 100%;
  }

  .container-30.custom-container {
    max-width: 1200px;
  }

  .container-30.custom-container.hire-container {
    margin-top: 60px;
  }

  .heading-143 {
    font-size: 26px;
    line-height: 124%;
  }

  .testimonial-grid-two-4 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .review-section-2 {
    max-width: 1700px;
  }

  .review-section-2.hire-review {
    max-width: none;
  }

  .heading-146 {
    text-align: center;
    width: 40%;
    margin-top: 0;
    margin-left: 600px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-146.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .testimonial-text-two-5 {
    font-size: 18px;
  }

  .container-31 {
    max-width: 100%;
  }

  .container-31.custom-container {
    max-width: 1200px;
  }

  .container-31.custom-container.hire-container {
    margin-top: -150px;
  }

  .heading-147 {
    font-size: 26px;
    line-height: 124%;
  }

  .testimonial-grid-two-5 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-28 {
    width: 100%;
  }

  .home-2-product-item-para-2 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .review-section-3 {
    max-width: 1700px;
  }

  .review-section-3.hire-review {
    max-width: none;
  }

  .wrapper-1200px-4, .wrapper-1200px-5 {
    width: 100%;
    max-width: 1200px;
  }

  .heading-team1 {
    text-align: center;
    width: 40%;
    margin-top: 0;
    margin-left: 600px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-team1.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .testimonial-text-two-6 {
    font-size: 18px;
  }

  .container-34 {
    max-width: 100%;
  }

  .container-34.custom-container {
    max-width: 1200px;
  }

  .container-34.custom-container.hire-container {
    margin-top: 60px;
  }

  .heading-152 {
    font-size: 26px;
    line-height: 124%;
  }

  .testimonial-grid-two-6 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .image-29 {
    height: auto;
  }

  .container-35 {
    max-width: 100%;
  }

  .container-35.custom-container {
    max-width: 1200px;
  }

  .container-35.custom-container.hire-container {
    margin-top: -150px;
  }

  .testimonial-text-two-7 {
    font-size: 18px;
  }

  .heading-189 {
    text-align: center;
    width: 40%;
    margin-top: 0;
    margin-left: 600px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-189.common-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .testimonial-grid-two-7 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-190 {
    font-size: 26px;
    line-height: 124%;
  }

  .image-30 {
    margin-left: 0;
    margin-right: 304px;
  }

  .container-38 {
    width: 100%;
    max-width: 100%;
  }

  .big-text.margin-top-section-space.quote-main {
    margin-bottom: 80px;
    font-style: italic;
    position: static;
  }

  .light-text-span {
    color: #007e60;
    background-color: #0000;
  }

  .button-text.white-text-button:hover {
    color: #fff;
  }

  .base-container:hover {
    border-style: none;
  }

  .base-container.flex.quote-flex.development-black-logo-services {
    max-width: 1200px;
  }

  .dark-background-with-logo.big-text.quote.custom-black-logo-group {
    background-color: #007e60;
  }

  .dark-background-with-logo.big-text.quote.custom-black-logo-group.newclass.newtest {
    max-width: 100%;
  }

  .testmonial-head.author-name {
    color: #fff;
  }

  .text-block-35.auther-text {
    margin-bottom: 20px;
  }

  .bold-text-108 {
    background-color: #0000;
  }

  .italic-text-3.size {
    font-size: 36px;
  }

  .joomla-webflow.joomla-btn1 {
    margin-left: 374px;
  }

  .joomla-webflow.joomla-btn1.sitecore {
    margin-left: 0;
  }

  .joomla-webflow.joomla-btn1.sitecore2 {
    margin-left: auto;
    display: block;
  }

  .joomla-webflow.joomla-btn1.sitecore2.sitecore-3 {
    max-width: 11%;
  }

  .joomla-webflow.joomla-btn1.weebly-btn {
    margin-left: auto;
  }

  .joomla-webflow.joomla-btn1.weebly-btn-2 {
    max-width: 11%;
  }

  .joomla-webflow.joomla-btn1.drupal-btn {
    margin-left: 0;
  }

  .joomla-webflow.joomla-btn1.wix {
    margin-left: auto;
  }

  .joomla-webflow.joomla-btn-2 {
    margin-left: 850px;
    margin-right: auto;
  }

  .joomla-webflow.joomla-btn-2.drupal-btn-2 {
    max-width: 11%;
  }

  .joomla-webflow.wix-webflow.wix-btn-2 {
    margin-left: 850px;
    margin-right: auto;
  }

  .joomla-webflow.wix-webflow.cs-service-3 {
    max-width: 12%;
    margin-left: auto;
  }

  .joomla-webflow.wix-webflow.squarespace-btn.squarespace-btn-2 {
    max-width: 11%;
  }

  .joomla-webflow.ecommerce-btn-3 {
    max-width: 12%;
  }

  .joomla-webflow.ecommerce-btn-4, .joomla-webflow.migration-btn4, .joomla-webflow.design-btn1 {
    max-width: 11%;
  }

  .joomla-webflow.design-btn2 {
    margin-top: 140px;
  }

  .joomla-webflow.design-btn3 {
    max-width: 11%;
  }

  .bold-text-111 {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    height: 50%;
    margin-top: 0;
  }

  .navigation-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link.normal-link {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-left {
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .navigation-wrap.navigation-mint-bg {
    background-color: var(--sea-blue);
  }

  .nav-menu {
    background-color: var(--white);
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px #0003;
  }

  .menu-mob {
    background-color: var(--dark-slate-grey);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #006b52;
  }

  .logo {
    margin-left: -16px;
  }

  .primary-button.pricing-button {
    margin-top: 60px;
  }

  .secoundary-button.pricing-button {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 0;
    padding-left: 20px;
    display: flex;
  }

  .secoundary-button.sevicebutton.migration-free-button {
    margin-left: 26%;
  }

  .secoundary-button.sevicebutton.mig-2-button {
    margin-left: -23%;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    margin-left: 0%;
  }

  .secoundary-button.servicebutton.expertsbutton {
    width: 28%;
    margin-left: 37%;
  }

  .wrapper-1200px.home-hero-wrapper {
    flex-direction: column;
  }

  .wrapper-1200px.customer-story-full-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.wrapper-full {
    width: 100%;
  }

  .wrapper-1200px.plan-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .wrapper-1200px.about-2-side-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-1200px.overview-two {
    background-color: var(--dark-slate-grey);
    flex-direction: column;
    align-items: center;
  }

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

  .text-container {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .text-container.about {
    max-width: none;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-container {
    width: 90%;
    margin-top: 40px;
  }

  .image-cover {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .home-hero-paragraph {
    width: 100%;
    max-width: 100%;
  }

  .home-hero-button-arrow-image {
    position: static;
    right: -78%;
  }

  .logos-section {
    margin-top: 60px;
    margin-bottom: 0;
    padding-top: 0;
    overflow: auto;
  }

  .logos-text-wrapper {
    height: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .logos-text-wrapper.about-logo-box {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .logos-text-wrapper.about-logo-box.clients-logo {
    height: auto;
  }

  .brand-logo-text {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .brands-logo-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 250px;
    margin-right: 74px;
    padding-left: 135px;
  }

  .brands-logo-grid.home-brand-log {
    place-content: center;
    place-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .brands-logo-grid.about-brand-logo {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .brands-logo-grid.customclass.mogration-logos {
    grid-column-gap: 45px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
  }

  .brands-logo {
    min-width: 100px;
    height: 70%;
    min-height: 65px;
    margin-bottom: 0;
  }

  .brands-logo.logo1 {
    width: 50px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .brands-logo.fedexclass {
    min-width: 133px;
    height: 80%;
    min-height: 66px;
  }

  .home-features-header-wrapper {
    margin-bottom: 60px;
  }

  .underlined-span {
    text-align: center;
    font-size: 36px;
    line-height: 100%;
  }

  .underlined-span.expert-hero-head {
    font-size: 48px;
  }

  .underlined-span.expert-hero-head.migration-hero-head {
    text-align: left;
  }

  .home-hero-heading {
    margin-top: 102px;
    padding-top: 10px;
    font-size: 48px;
  }

  .about-subhead {
    color: var(--dark-slate-grey);
  }

  .about-h1 {
    font-size: 39px;
    line-height: 107%;
  }

  .floating-image-1 {
    width: 60%;
  }

  .statisics-grid {
    grid-column-gap: 20px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .who-are-we-wrapper {
    flex-direction: column;
    margin-top: -87px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-h3 {
    font-size: 38px;
  }

  .about-image-container {
    width: 100%;
  }

  .about-floating-image {
    width: 40%;
  }

  .about-floating-1 {
    width: 30%;
    left: 4%;
  }

  .about-floating-2 {
    width: 45%;
    right: -3%;
  }

  .green-top-heading {
    color: var(--dark-slate-grey);
    margin-bottom: 22px;
  }

  .home-features-tab-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .home-feature-split-section {
    flex-direction: column;
    margin-bottom: 140px;
  }

  .home-feature-split-section.home-feature-split-middle {
    flex-direction: column-reverse;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-wrapper {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-wrapper.feature-content-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-wrapper._100-width {
    max-width: 640px;
    margin-top: 51px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-header-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .button-container-60px-top.customer-story-button-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .feature-image-wrapper-4 {
    bottom: 8%;
    right: -24%;
  }

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

  .customer-story-description {
    font-size: 16px;
    line-height: 135%;
  }

  .cusomer-story-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .home-product-tab {
    flex-direction: column;
    align-items: center;
  }

  .home-product-tab-menu {
    width: 60%;
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-tab {
    padding-left: 0;
    font-size: 38px;
  }

  .product-tab.w--current {
    padding-left: 0;
  }

  .product-tab-text {
    font-size: 38px;
    line-height: 110%;
  }

  .product-tab-content {
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    left: 0;
  }

  .home-pricing-section {
    margin-bottom: 0;
  }

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

  .home-pricing-header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -200px;
  }

  .pricing-toggle-header-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 160px;
  }

  .toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .toggle-save-text {
    font-size: 18px;
  }

  .pricing-box-row {
    flex-direction: column;
  }

  .pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    display: flex;
  }

  .pricing-box-row.pricing-box-1 {
    flex-direction: column;
  }

  .pricing-box {
    min-height: auto;
  }

  .pricing-box.pricing-recommended {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.white-pricing-box, .pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.home-pricing-box {
    width: 80%;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .pricing-plan.pricing-1-plan-text {
    font-size: 40px;
  }

  .pricing-plan-price {
    width: 280px;
    margin-bottom: 25px;
    padding-left: 111px;
    font-size: 32px;
  }

  .pricing-plan-price.pricing-3-price {
    text-align: center;
    width: 280px;
    padding-left: 15px;
  }

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

  .pricing-plan-price.advanced {
    padding-left: 68px;
  }

  .pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .pricing-plan-content-item.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .home-about-section {
    margin-bottom: 100px;
  }

  .home-about-wrapper {
    flex-direction: column;
    margin-top: -255px;
    margin-bottom: 140px;
  }

  .home-about-content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    display: block;
  }

  .home-about-heading {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    font-size: 36px;
  }

  .home-about-content-container {
    margin-bottom: 36px;
  }

  .home-about-author-info-wrapper {
    width: 80%;
  }

  .home-about-author-para {
    width: 100%;
    max-width: 1000px;
    font-size: 18px;
  }

  .hoem-about-image-wrapper {
    width: 80%;
  }

  .hoem-about-image {
    display: none;
  }

  .about-stats-wrapper {
    grid-column-gap: 16px;
  }

  .home-about-stat-cause {
    font-size: 20px;
  }

  .page-blog-container {
    grid-column-gap: 50px;
  }

  .blog-image-wrapper {
    height: 350px;
  }

  .blog-item-header {
    font-size: 30px;
  }

  .cta-section {
    margin-bottom: 0;
    padding-bottom: 55px;
  }

  .footer-section {
    margin-top: -80px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .footer-wrapper {
    margin-bottom: 144px;
  }

  .footer-container {
    flex-direction: column;
    margin-bottom: 200px;
  }

  .footer-left-container {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .footer-logo {
    margin-top: 20px;
    padding-top: 0;
  }

  .footer-para {
    max-width: 700px;
    min-height: 120px;
  }

  .footer-social-wrapper {
    margin-top: 0;
  }

  .footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .footer-links.custom-footer-link.w--current {
    padding-top: 8px;
  }

  .footer-copyright-wrapper {
    margin-top: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero-image-2-wrapper {
    left: -15%;
  }

  .about-team-section {
    margin-bottom: -120px;
    padding-bottom: 20px;
  }

  .about-team-block-wrapper {
    grid-column-gap: 20px;
  }

  .about-team-image-wrapper {
    height: auto;
    max-height: 460px;
  }

  .about-team-member-title {
    font-size: 18px;
  }

  .review-slider-section {
    padding-bottom: 100px;
  }

  .review-item-text {
    max-width: 480px;
    font-size: 24px;
    line-height: 140%;
  }

  .review-image-container {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

  .about-blog-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-blog-container {
    grid-template-columns: 1fr 1fr;
  }

  .cta-section-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cta-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: 470px;
    display: flex;
  }

  .cta-heading {
    font-size: 40px;
  }

  .cta-image-1 {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .about-2-hero-section {
    padding-bottom: 100px;
  }

  .about-2-hero-wrapper {
    flex-direction: column;
  }

  .about-2-hero-text-wrapper {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .about-2-hero-heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 105%;
  }

  .about-2-hero-right-wrapper {
    width: 100%;
  }

  .about-2-who-wrapper {
    padding-top: 100px;
  }

  .about-2-who-head-wrapper {
    margin-bottom: 60px;
  }

  .about-2-who-header {
    font-size: 38px;
  }

  .about-2-who-image-wrapper {
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-who-image-container {
    width: 70%;
  }

  .about-2-who-image-container-2 {
    width: 80%;
    left: -7%;
  }

  .about-2-about-us-section {
    padding-bottom: 100px;
  }

  .about-2-about-us-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-us-content-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .about-us-author-info-wrapper {
    max-width: 400px;
  }

  .about-us-image-container {
    width: 100%;
    max-width: 500px;
  }

  .insights-section {
    padding-top: 100px;
  }

  .insigts-head-wrapper {
    margin-bottom: 40px;
  }

  .insights-heading {
    font-size: 46px;
  }

  .insights-video-wrapper {
    max-width: 500px;
    height: 400px;
    max-height: none;
  }

  .insights-para-wrapper {
    margin-bottom: 60px;
  }

  .about-2-insights-para {
    font-size: 24px;
  }

  .insights-stats-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-people-wrapper {
    margin-top: 100px;
  }

  .about-2-people-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-2-people-container.people-middle {
    flex-direction: column;
  }

  .about-2-people-content-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .about-2-people-name {
    font-size: 40px;
  }

  .about-people-job-title {
    font-size: 22px;
  }

  .about-2-people-info-para {
    font-size: 18px;
  }

  .about-2-people-quote-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .about-2-people-quote-text {
    font-size: 20px;
  }

  .about-2-people-social-link {
    width: 24px;
    height: 24px;
  }

  .about-2-people-image-wrapper {
    width: 60%;
  }

  .multi-logo-section {
    padding-bottom: 100px;
  }

  .about-2-contact-wrapper {
    flex-direction: column;
  }

  .about-2-contact-image-wrapper {
    width: 100%;
    margin-bottom: 8%;
  }

  .about-contact-image-2-wrapper {
    top: -4%;
  }

  .about-2-contact-text-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .about-3-hero-heading {
    font-size: 39px;
    line-height: 134%;
  }

  .horizintal-tack-item-1 {
    width: 10%;
  }

  .horizintal-tack-item-2 {
    width: 8%;
  }

  .horizintal-tack-item-3 {
    width: 8%;
    margin-left: 60px;
  }

  .logo-section {
    padding-bottom: 40px;
  }

  .logo-section.servicelogo {
    margin-top: -125px;
    margin-bottom: 0;
    margin-left: -70px;
  }

  .logo-section.servicelogo.wordpress-logo {
    padding-bottom: 60px;
  }

  .logo-wrapper {
    flex-direction: column;
  }

  .logo-main-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logo-grid._100 {
    width: 100%;
  }

  .about-3-head-content-wrapper {
    flex-direction: column;
    max-width: 550px;
  }

  .about-3-feature-section {
    padding-bottom: 100px;
  }

  .product-feature-tabs {
    margin-top: 0;
  }

  .product-feature-tab-menu {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .product-feature-tab-menu.webflow-migration-services {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .product-feature-tab-menu.expertsservices {
    margin-top: 100px;
  }

  .tabs {
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs.w--current {
    color: var(--black);
    width: 47%;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs.webflow-maintenance.w--current {
    width: 47%;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs.webflow-maintenance.sec-grid-tab.w--current {
    width: 49%;
    max-width: 600px;
  }

  .tabs.customgridflow {
    margin-left: 0;
    margin-right: 0;
  }

  .tabs.customgridflow.services-grid, .tabs.customgridflow.service-grid-custom {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs.sec-grid-tab {
    width: 48%;
    margin-right: 10px;
  }

  .tabs.sec-grid-tab.service-grid-custom, .tabs.sec-grid-tab.service-grid-custom.w--current {
    width: 47%;
  }

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

  .product-tab-content-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .product-tab-content-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .product-tab-content-wrapper.custom-design-inner {
    margin-top: 40px;
  }

  .product-tab-content-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .product-feature-author-wrapper {
    flex-direction: column;
    padding-top: 20px;
  }

  .feature-author-image-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-tab-para {
    text-align: center;
    text-transform: none;
    object-fit: fill;
    max-width: none;
    margin-right: 0;
    font-size: 18px;
  }

  .product-tab-image-wrapper {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 40px;
    display: flex;
  }

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

  .reviewer-review-item {
    margin-bottom: 60px;
  }

  .review-text {
    font-size: 20px;
  }

  .stat-number-para {
    font-size: 18px;
  }

  .about-3-about-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-3-about-image-wrapper {
    max-width: 900px;
  }

  .about-3-image-2 {
    width: 40%;
    max-height: none;
    top: 36%;
    right: -5%;
  }

  .about-3-image-3 {
    width: 30%;
    max-height: none;
    bottom: -1%;
    left: -4%;
  }

  .about-3-product-section {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .about-3-product-wrapper {
    flex-direction: column;
  }

  .about-3-product-image-wrapper {
    width: 100%;
  }

  .product-image-top-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    left: 12%;
  }

  .product-image-text {
    font-size: 36px;
  }

  .product-image-text.home-3-product-image-text {
    font-size: 32px;
  }

  .product-author-job-title {
    font-size: 16px;
  }

  .about-3-product-content-holder {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .about-3-team-slide {
    margin-right: 20px;
  }

  .about-3-team-image-wrapper {
    overflow: hidden;
  }

  .question-section {
    margin-bottom: 100px;
  }

  .question-heading {
    font-size: 36px;
  }

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

  .home-2-hero-heading {
    max-width: none;
  }

  .home-2-hero-arrow-icon {
    max-width: 10%;
    top: -51%;
  }

  .home-2-hero-image-wrapper-2 {
    width: 45%;
    right: -4%;
  }

  .home-2-image-wrapper-3 {
    width: 30%;
    left: 4%;
  }

  .home-2-product-section {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .home-2-product-wrapper.wordpress-home-wrap {
    margin-right: 10px;
    padding-left: 10px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.bg-color {
    margin-bottom: 60px;
    margin-right: 0;
    padding-right: 10px;
  }

  .home-2-product-content-grid {
    grid-column-gap: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .home-2-product-content-grid.wordpress-home-product {
    padding-bottom: 70px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    grid-column-gap: 65px;
    padding-bottom: 40px;
  }

  .home-2-product-grid-item.gurante-box {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-2-about-image-wrapper-2 {
    top: 8%;
  }

  .home-2-work-section {
    padding-bottom: 60px;
  }

  .home-2-work-header {
    margin-bottom: 60px;
  }

  .home-2-work-content-container {
    flex-direction: column;
  }

  .home-2-work-item {
    max-width: 400px;
    margin-bottom: 80px;
  }

  .home-2-work-image-wrapper {
    margin-bottom: 20px;
  }

  .home-2-work-text-wrapper {
    max-width: none;
  }

  .work-block-divider {
    display: none;
    transform: rotate(0);
  }

  .customer-story-image-wrapper {
    width: 60%;
  }

  .customer-story-image-wrapper.overview {
    width: 100%;
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .customer-story-text-wrapper {
    flex: 0 auto;
    width: 60%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-story-text-wrapper.overview {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    max-width: 630px;
    margin-top: 0;
  }

  .customer-story-name {
    font-size: 38px;
  }

  .customer-stoty-para {
    font-size: 18px;
  }

  .lightbox-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .lightbox-text {
    font-size: 20px;
  }

  .home-3-hero-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-3-hero-image-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-hero-content-wrapper {
    width: 100%;
    min-width: 730px;
    margin-bottom: 2%;
    margin-left: 0%;
    padding-top: 2%;
  }

  .home-3-hero-head-wrapper {
    max-width: 700px;
  }

  .home-3-hero-heading {
    text-align: center;
    width: 700px;
    min-width: 700px;
    max-width: none;
    margin-left: 0;
  }

  .home-3-hero-para {
    text-align: center;
    width: 700px;
    margin-left: 0;
  }

  .extra-hero-image-wrapper-2 {
    width: 90%;
    left: 20%;
  }

  .form-dark {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: block;
  }

  .form-dark.flow-btn {
    margin-bottom: 49px;
    display: flex;
  }

  .form-dark.flow-btn.mid-sec-sec-btn {
    top: -150px;
  }

  .form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit {
    margin-bottom: 0;
    margin-left: 0;
    top: -100px;
  }

  .home-3-product-wrapper {
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .home-3-product-wrapper.wordpress-wrapper.custom-migrate-wrapper {
    margin-top: 120px;
  }

  .home-3-product-content-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 40px auto 0;
  }

  .home-3-product-heading {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .underline {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home-3-product-split-para {
    line-height: 127%;
  }

  .home-3-product-image-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-product-image {
    margin-top: 0;
  }

  .home-3-product-image-wrapper-2 {
    left: -11%;
  }

  .home-3-product-image-wrapper-3 {
    bottom: 29%;
    right: -7%;
  }

  .extra-icon-3 {
    display: none;
  }

  .home-3-feature-section {
    margin-bottom: 140px;
  }

  .home-3-feature-header.sec-feature-head {
    padding-top: 40px;
  }

  .home-3-feature-image.up {
    width: 85%;
    left: -28%;
  }

  .home-3-feature-image.down {
    width: 85%;
  }

  .home-3-product-feature-wrapper {
    flex-direction: column-reverse;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service {
    margin-top: 0;
    margin-bottom: -120px;
    margin-left: 40px;
  }

  .product-feature-content-wrapper {
    width: 100%;
    max-width: 640px;
  }

  .product-feature-heading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 36px;
  }

  .product-feature-text-grid {
    grid-column-gap: 40px;
    max-width: none;
    margin-bottom: 40px;
  }

  .product-feature-image-wrapper {
    width: 70%;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .home-3-slider-arrow.right, .home-3-slider-arrow.left, .home-3-slider-arrow.left, .home-3-slider-arrow.right {
    width: 15%;
  }

  .home-3-blog-feature-section {
    margin-bottom: 80px;
  }

  .home-3-blog-item-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-blog-item {
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-blog-image-wrapper {
    width: auto;
  }

  .home-3-blog-item-content {
    max-width: none;
  }

  .carees-metrics-wrapper {
    flex-direction: column;
  }

  .careers-metrics-image-wrapper {
    width: 100%;
  }

  .carees-metrics-text-wrapper {
    width: 100%;
    max-width: 550px;
    margin-top: 5%;
    margin-left: 0%;
  }

  .careers-job-title-wrapper {
    max-width: 500px;
  }

  .job-title {
    font-size: 54px;
  }

  .job-location, .job-type-divider, .job-type-text {
    font-size: 24px;
  }

  .link-block {
    flex: none;
  }

  .careers-template-hero-heading {
    font-size: 48px;
  }

  .template-rich-text figcaption {
    font-size: 20px;
  }

  .template-rich-text blockquote {
    font-size: 30px;
  }

  .careers-template-link {
    margin-top: 20px;
    font-size: 18px;
  }

  .integration-hero-para {
    max-width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .integration-main-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 100px;
  }

  .integration-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-template-hero-section {
    margin-bottom: 60px;
  }

  .integration-main-image-wrapper {
    width: 70px;
    height: 70px;
  }

  .integration-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .contact-hero-section {
    padding-top: 200px;
    padding-bottom: 224px;
  }

  .contact-hero-heading {
    font-size: 56px;
  }

  .contact-hero-para-wrapper {
    margin-top: 20px;
  }

  .contact-form-block {
    padding: 30px;
  }

  .contact-text-field._30px-right-margin {
    margin-right: 10px;
  }

  .contact-card-section {
    margin-top: 100px;
  }

  .contact-card-main-wrapper.contact-page-form {
    margin-top: -140px;
    top: -60px;
  }

  .contact-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-card-head {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .contact-map {
    height: auto;
  }

  .sign-hero-wrapper {
    flex-direction: column;
  }

  .sign-hero-image-wrapper {
    width: 100%;
  }

  .sign-full-image {
    object-fit: cover;
  }

  .sign-content-wrapper {
    width: 100%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .case-study-heading {
    font-size: 36px;
  }

  .case-study-thumbnail-wrapper {
    margin-bottom: 40px;
  }

  .case-study-company-wrapper {
    max-width: 160px;
  }

  .case-study-title {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .case-study-short-para {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .cs-template-hero-wrapper {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .cs-hero-image-wrapper {
    width: 70%;
  }

  .cs-hero-text-section {
    margin-top: 60px;
  }

  .cs-client-brief-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-brief-info-text {
    font-size: 22px;
  }

  .more-cs-wrapper {
    grid-column-gap: 40px;
  }

  .pricing-hero-section.web-expert-banner.bg-services-sec {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .pricing-2-hero-wrapper {
    flex-direction: column-reverse;
  }

  .pricing-hero-image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-hero-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-2-heading {
    font-size: 50px;
  }

  .pricing-2-main-hero-content-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-2-main-content-item {
    text-align: left;
  }

  .pricing-2-price-card-section {
    margin-bottom: 100px;
  }

  .pricing-question-main-wrapper {
    flex-direction: column;
  }

  .pricing-question-wrapper {
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .pricing-question-heading {
    font-size: 38px;
  }

  .pricing-question-para {
    text-align: center;
  }

  .pricing-question-image-wrapper {
    width: 90%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .extra-image-wrapper {
    width: 80%;
    left: -8%;
  }

  .extra-image-2 {
    width: 80%;
  }

  .pricing-3-heading {
    font-size: 50px;
  }

  .pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .pricing-hero-block-section.home-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }

  .pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .pricing-plan-name {
    font-size: 38px;
  }

  .pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-price-container.pricing-3-price-container {
    text-align: left;
  }

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

  .help-hero-para {
    margin-bottom: 0;
  }

  .help-category-section.privacy-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .categories-collection-grid {
    grid-column-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-two-section {
    padding-top: 200px;
  }

  .blog-hero-heading {
    font-size: 60px;
  }

  .blog-hero-para {
    font-size: 18px;
  }

  .blog-top-grid {
    grid-column-gap: 36px;
  }

  .latest-news-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .subscription-main-wrapper {
    flex-direction: column;
  }

  .subscription-image-wrapper {
    width: 80%;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .subscription-text-wrapper {
    width: 90%;
  }

  .subscription-heading {
    font-size: 40px;
  }

  .blog-template-hero-head {
    max-width: 600px;
  }

  .blog-heading {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .blog-hero-image-wrapper {
    max-height: 560px;
  }

  .home-2-feature-heading {
    font-size: 36px;
  }

  .home-2-product-heading {
    font-size: 40px;
  }

  .home-2-product-heading.sec-main-heading {
    font-size: 36px;
  }

  .home-3-product-feature-head.webflow-mig-services {
    width: 70%;
    margin-left: 150px;
    margin-right: 150px;
    font-size: 40px;
  }

  .home-3-product-feature-head.webflow-mig-services.migration-serviced {
    margin-top: -40px;
  }

  .home-3-product-feature-head.webflow-mig-services.sec-bg-top-head {
    font-size: 36px;
  }

  .home-3-product-feature-head.webflow-services {
    text-align: center;
    width: 100%;
    margin-bottom: -50px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .plans-section {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .plans-section.plans-wrapper {
    padding-top: 190px;
  }

  .image-container-2 {
    width: 100%;
  }

  .image-container-2.product-hero {
    width: 100%;
    margin-top: 50px;
  }

  .text-container-2, .text-container-2.product-hero {
    width: 100%;
  }

  .cart-button {
    font-size: 16px;
  }

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

  .home-tab-div.right-padding {
    padding-right: 0%;
  }

  .wrapper {
    flex-direction: column;
  }

  .display-heading {
    font-size: 65px;
  }

  .display-heading.overview {
    font-size: 52px;
  }

  .hero-bg-circle-reviews {
    display: none;
  }

  .testimonial-heading.overview {
    width: 80%;
  }

  .overview-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .overview-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .dropdown-toggle-div {
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .visual-features-item.navbar {
    padding: 25px;
  }

  .visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 310px;
    margin-left: 0;
    display: block;
  }

  .dropdown-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .progress-bar {
    display: none;
  }

  .licensing-main {
    width: 100%;
  }

  ._22-px {
    font-size: 20px;
  }

  .home-3-slide-1.left-end-ghost-slide, .home-3-slide-1.right-end-ghost-slide {
    display: none;
  }

  .nav-dropdown-title-container {
    max-width: 280px;
  }

  .nav-dropdown-title {
    font-size: 40px;
  }

  .nav-dropdown-title-para {
    font-size: 15px;
  }

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

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xxlarge {
    font-size: 4em;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .heading-91 {
    margin-left: 3px;
  }

  .heading-92 {
    color: var(--dark-slate-grey);
    width: 471px;
    margin-left: 50px;
    padding-left: 0;
  }

  .features-table-2 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-3.expertspartnersgrid.figma-grid-box {
    margin-top: -160px;
  }

  .container-3.how-does-work.design-services {
    margin-top: -130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3.figma-container {
    padding-left: 0;
  }

  .centered-heading-2 {
    margin-top: 37px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .centered-heading-2.make-text-grid {
    margin-top: 0;
    margin-bottom: 0;
  }

  .centered-heading-2.make-text-grid.new-grid-text {
    font-size: 36px;
  }

  .comparison-table-2 {
    flex-flow: column wrap;
    place-content: space-between flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 54px;
    margin-left: -31px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-width: 0;
    grid-template-rows: repeat(auto-fit, minmax(133px, 1fr));
    grid-template-columns: 1.25fr minmax(175px, .25fr);
    grid-template-areas: ". Area";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 277px;
    height: 158px;
    min-height: 175px;
    margin: 3px 0 0 77px;
    padding: 0;
    display: grid;
  }

  .comparison-row-2.expertsrow {
    width: auto;
  }

  .comparison-row-2.expertsrow.figma-row-box {
    height: 300px;
  }

  .comparison-row-2.expertsrow.ecommerce-row {
    grid-auto-flow: row;
    height: 215px;
  }

  .comparison-positive-2 {
    width: 20px;
    margin-top: 3px;
    margin-left: 0;
    padding-top: 51px;
    padding-left: 40px;
  }

  .bold-text-3 {
    margin-left: 0;
  }

  .bold-text-4 {
    width: 245px;
    line-height: 22px;
    display: block;
  }

  .bold-text-4.inner-row-partner {
    width: 260px;
    display: block;
  }

  .bold-text-5 {
    width: 245px;
    min-width: 54px;
    max-width: none;
    line-height: 22px;
    display: block;
  }

  .bold-text-5.inner-row-partner {
    width: 260px;
  }

  .bold-text-7 {
    width: 138px;
    min-width: 105px;
  }

  .text-block {
    width: 280px;
    height: 112px;
    margin-top: -50px;
    margin-left: 37px;
  }

  .text-block-2 {
    width: 323px;
    height: 93px;
    min-height: 104px;
    margin-top: -50px;
    margin-left: 41px;
    padding-right: 49px;
  }

  .text-block-3 {
    width: 310px;
    height: 102px;
    min-height: 84px;
    margin-top: -54px;
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-3.figma-text-coloumn {
    height: 200px;
    margin-top: -63px;
  }

  .text-block-4 {
    width: 327px;
    height: 102px;
    min-height: 84px;
    margin-top: -63px;
    margin-left: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-4.speedpage {
    height: 102px;
    min-height: 84px;
    margin-top: -59px;
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-4.speedpage.figma-text-block {
    margin-top: -63px;
  }

  .text-block-4.figma-text-block {
    height: 200px;
    margin-top: -63px;
  }

  .text-block-5 {
    width: 297px;
    margin-top: -50px;
    margin-left: 29px;
  }

  .text-block-6 {
    width: 283px;
    margin-top: -47px;
    margin-left: 41px;
  }

  .testimonial-column-light {
    margin-top: 80px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-auto-flow: row;
  }

  .testimonial-card-two.figma-grouo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .heading-95 {
    text-align: center;
    height: 50%;
    margin-left: 250px;
  }

  .navigation-link-copy {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link-copy.normal-link {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .heading-102 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    line-height: 115%;
  }

  .contact-hero-heading-2 {
    font-size: 42px;
  }

  .container-6 {
    max-width: 728px;
  }

  .text-block-9 {
    padding-right: 40px;
  }

  .text-block-9.align-text {
    padding-right: 0;
  }

  .heading-103 {
    margin-top: -345px;
    padding-left: 0;
    font-size: 34px;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .heading-106 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-106.custom-head-work {
    font-size: 36px;
  }

  .heading-107 {
    text-align: center;
    width: 96%;
    margin-left: 20px;
    font-size: 36px;
  }

  .heading-110 {
    text-align: center;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .link-block-2.service-link.audit-link {
    width: 242px;
    left: 14%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link {
    width: 250px;
    margin-bottom: 0;
    margin-left: -263px;
    padding-left: 0;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp {
    top: -3px;
    left: 0%;
  }

  .image-11 {
    width: 100%;
    min-width: 120px;
  }

  .heading-111 {
    padding-top: 70px;
  }

  .heading-112 {
    text-align: center;
    font-size: 36px;
  }

  .container-8 {
    max-width: 728px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .heading-113, .heading-113.expert-testimonial {
    font-size: 36px;
  }

  .heading-114 {
    padding-top: 40px;
    font-size: 38px;
  }

  .walsh-image-hero-device {
    height: auto;
    max-height: 45em;
  }

  .walsh-ui-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst-2 {
    background-size: auto 60%;
  }

  .walsh-heading-xxlarge-2 {
    font-size: 4em;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .heading-117 {
    font-size: 42px;
  }

  .text-block-14, .list, .list-2 {
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph-3, .paragraph-4, .list-3 {
    font-size: 16px;
  }

  .heading-118, .heading-119 {
    font-size: 28px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 137%;
  }

  .list-4 {
    font-size: 16px;
    line-height: 32px;
  }

  .bold-text-17 {
    font-size: 40px;
  }

  .heading-120, .heading-121 {
    font-size: 28px;
  }

  .heading-122 {
    font-size: 40px;
  }

  .heading-123 {
    font-size: 28px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .heading-124 {
    font-size: 28px;
  }

  .heading-125 {
    font-size: 40px;
  }

  .heading-126, .heading-127, .heading-128, .heading-129 {
    font-size: 28px;
  }

  .heading-130, .heading-131 {
    font-size: 25px;
  }

  .bold-text-20 {
    font-size: 20px;
  }

  .heading-133, .bold-text-21 {
    font-size: 36px;
  }

  .heading-135 {
    font-size: 34px;
  }

  .custom-space-box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .walsh-button-orange {
    margin-left: 40%;
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-button-orange.mid-quote-button {
    margin-top: 20px;
    margin-left: 40%;
  }

  .walsh-button-orange.last-custom-button {
    top: 0;
  }

  .walsh-pricing-wrapper-buttons.button-first {
    margin-top: 5%;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space {
    margin-top: 5%;
    padding-bottom: 30px;
    top: 0;
  }

  .walsh-pricing-wrapper-buttons.button-first.last-button-space.expert-quote {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .walsh-pricing-wrapper-buttons.button-first.expert-one {
    margin-top: 5%;
  }

  .walsh-pricing-wrapper-buttons.button-first.figma-price-btn {
    margin-top: 2%;
  }

  .walsh-pricing-wrapper-buttons.expert-two {
    margin-top: 40px;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-main-grid-no-gap-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .heading-136, .heading-136.expert-pricing-heading {
    font-size: 36px;
  }

  .image-container-3 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-9 {
    width: 100%;
  }

  .home-hero-button-wrapper-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .home-hero-button-arrow-image-2 {
    right: -78%;
  }

  .text-container-3 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .wrapper-1200px-2 {
    width: 100%;
  }

  .wrapper-1200px-2.home-hero-wrapper {
    text-align: left;
    flex-direction: column;
  }

  .paragraph-wrapper-2 {
    max-width: 100%;
  }

  .home-hero-heading-2 {
    font-size: 38px;
  }

  .home-hero-paragraph-2 {
    text-align: center;
  }

  .heading-137 {
    font-size: 34px;
  }

  .heading-137.vision-head {
    font-size: 26px;
  }

  .column-9 {
    padding-left: 20px;
  }

  .heading-138 {
    font-size: 26px;
  }

  .section-5 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-37 {
    width: 245px;
    line-height: 22px;
    display: block;
  }

  .comparison-positive-4 {
    width: 20px;
    margin-top: 3px;
    margin-left: 0;
    padding-top: 64px;
    padding-left: 40px;
  }

  .bold-text-38 {
    width: 245px;
    min-width: 54px;
    max-width: none;
    line-height: 22px;
    display: block;
  }

  .container-27 {
    max-width: 728px;
    margin-top: 0;
  }

  .comparison-table-4 {
    flex-flow: column wrap;
    place-content: space-between flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 54px;
    margin-left: -30px;
  }

  .centered-heading-6 {
    margin-top: 100px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 34px;
  }

  .centered-heading-6.about-core-value {
    font-size: 36px;
  }

  .text-block-30 {
    width: 327px;
    height: 111px;
    min-height: 91px;
    margin-top: -63px;
    margin-left: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-31 {
    width: 310px;
    height: 102px;
    min-height: 84px;
    margin-top: -65px;
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .comparison-row-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-width: 0;
    grid-template-rows: repeat(auto-fit, minmax(133px, 1fr));
    grid-template-columns: 1.25fr minmax(175px, .25fr);
    grid-template-areas: ". Area";
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 277px;
    height: 180px;
    min-height: 219px;
    margin: 3px 0 0 77px;
    padding: 0;
    display: grid;
  }

  .div-block-10 {
    width: 100%;
  }

  .text-container-4 {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .text-container-4.calendy-text {
    width: 100%;
    padding-left: 20px;
  }

  .home-hero-heading-3 {
    font-size: 38px;
  }

  .home-hero-section-3 {
    margin-bottom: 60px;
  }

  .home-hero-section-3.calendy-section {
    margin-bottom: 80px;
  }

  .heading-139 {
    font-size: 38px;
  }

  .bold-text-39 {
    font-size: 46px;
  }

  .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63, .bold-text-64, .bold-text-65, .bold-text-66, .bold-text-67, .bold-text-68, .bold-text-69, .bold-text-70, .bold-text-71, .bold-text-72, .bold-text-73, .bold-text-74, .bold-text-75, .bold-text-76, .bold-text-77, .bold-text-78 {
    font-size: 20px;
    line-height: 26px;
  }

  .wrapper-1200px-3.wrapper-full {
    width: 100%;
  }

  .heading-140 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-140.common-heading {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .container-29 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-29.custom-container {
    margin-top: 35px;
  }

  .container-29.custom-container.client-story-solution {
    margin-bottom: 150px;
  }

  .heading-141 {
    line-height: 120%;
  }

  .testimonial-grid-two-3 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin: 40px 10px 20px;
  }

  .heading-142 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-142.common-heading {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .paragraph-16 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .container-30 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-30.custom-container {
    margin-top: 35px;
  }

  .container-30.custom-container.hire-container.our-goal {
    margin-top: 40px;
  }

  .testimonial-grid-two-4 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin: 40px 10px 20px;
  }

  .testimonial-grid-two-4.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .bold-text-81 {
    font-size: 36px;
  }

  .review-section-2, .review-section-2.hire-review.flutter-review {
    margin-top: 60px;
  }

  .review-section-2.hire-review.flutter-review.zenith-review.joomla-review, .review-section-2.hire-review.flutter-review.zenith-review.joomla-review.hubspop-review {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-header-wrapper-2 {
    max-width: 465px;
  }

  .heading-145, .bold-text-82 {
    font-size: 36px;
  }

  .heading-146 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-146.common-heading {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .paragraph-17 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .container-31 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-31.custom-container {
    margin-top: 35px;
  }

  .container-31.custom-container.hire-container.migration-step {
    margin-top: 0;
  }

  .testimonial-grid-two-5 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin: 40px 10px 20px;
  }

  .testimonial-grid-two-5.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .feature-image-wrapper-13 {
    bottom: 8%;
    right: -24%;
  }

  .home-client-logo-group {
    margin-bottom: 140px;
  }

  .heading-149 {
    font-size: 36px;
  }

  .bold-text-95 {
    line-height: 120%;
  }

  .home-2-product-item-para-2 {
    text-align: left;
  }

  .home-2-product-heading-2 {
    font-size: 36px;
  }

  .review-section-3, .review-section-3.hire-review.flutter-review {
    margin-top: 60px;
  }

  .review-header-wrapper-3 {
    max-width: 465px;
  }

  .wrapper-1200px-4 {
    width: 90%;
  }

  .heading-150 {
    font-size: 36px;
  }

  .wrapper-1200px-5 {
    width: 90%;
  }

  .heading-team1 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-team1.common-heading {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .paragraph-18 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .container-34 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-34.custom-container {
    margin-top: 35px;
  }

  .testimonial-grid-two-6 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin: 40px 10px 20px;
  }

  .testimonial-grid-two-6.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .heading-153, .heading-156, .heading-157, .heading-158, .heading-160, .heading-161, .heading-162, .heading-163, .heading-164, .heading-166, .heading-167, .heading-168, .heading-169, .heading-170, .heading-171, .heading-172, .heading-173, .heading-174, .heading-175, .heading-176, .heading-177 {
    text-align: center;
    font-size: 36px;
  }

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

  .bold-text-99 {
    text-align: center;
    font-size: 36px;
  }

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

  .bold-text-100 {
    text-align: center;
    font-size: 36px;
  }

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

  .bold-text-101, .heading-181, .heading-182, .heading-183, .heading-184 {
    text-align: center;
    font-size: 36px;
  }

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

  .heading-187, .heading-188 {
    text-align: center;
    font-size: 36px;
  }

  .container-35 {
    max-width: 728px;
    margin-top: 0;
  }

  .container-35.custom-container {
    margin-top: 35px;
  }

  .container-35.custom-container.hire-container.migration-step {
    margin-top: -100px;
  }

  .paragraph-19 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Thicccboi, sans-serif;
  }

  .heading-189 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-189.common-heading {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .testimonial-grid-two-7 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-auto-flow: row;
    margin: 40px 10px 20px;
  }

  .testimonial-grid-two-7.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .button-primary-white {
    align-self: flex-start;
    display: flex;
    position: static;
  }

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

  .big-text.margin-top-section-space {
    margin-top: 100px;
  }

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

  .code-embed, .code-embed-2 {
    margin: 20px;
  }

  .joomla-webflow.wordpress-btn-2.wordpress-button {
    max-width: 22%;
  }

  .joomla-webflow.joomla-btn1.joomla-btn-2.drupal-btn-3 {
    margin-left: 114px;
  }

  .joomla-webflow.joomla-btn1.weebly-btn-2 {
    max-width: 28%;
  }

  .joomla-webflow.joomla-btn-2.drupal-btn-2 {
    margin-left: 300px;
    margin-right: auto;
  }

  .joomla-webflow.wix-webflow.wix-btn-2 {
    margin-left: 400px;
    margin-right: auto;
  }

  .joomla-webflow.wix-webflow.cs-service-2, .joomla-webflow.wix-webflow.cs-service-3 {
    max-width: 28%;
  }

  .joomla-webflow.wix-webflow.squarespace-btn.squarespace-btn-2 {
    max-width: 27%;
  }

  .joomla-webflow.wix-webflow.square-space-btn-3 {
    max-width: 27%;
    margin-bottom: 0;
  }

  .joomla-webflow.webflow-experts-btn.experts-btn-2 {
    max-width: 27%;
  }

  .joomla-webflow.experts-btn-3, .joomla-webflow.experts-btn-5 {
    max-width: 23%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  .style-guide-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .style-guide-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-mob {
    position: relative;
  }

  .nav-menu {
    margin-left: 170px;
  }

  .logo {
    width: 80%;
    min-width: 200px;
    max-width: 80%;
    height: 80%;
    min-height: 60px;
    max-height: 80px;
    margin-top: -11px;
    margin-left: -13px;
  }

  .secoundary-button {
    padding-left: 30px;
    padding-right: 30px;
    line-height: 20%;
  }

  .secoundary-button.pricing-button {
    align-items: center;
    margin-left: 56px;
  }

  .secoundary-button.sevicebutton {
    margin-left: 26%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .secoundary-button.sevicebutton.mig-2-button {
    margin-left: -52%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .secoundary-button.sevicebutton.webflow-wrap {
    margin-left: 25%;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    margin-top: 0;
  }

  .secoundary-button.servicebutton.expertsbutton {
    width: 39%;
    margin-left: 32%;
  }

  .wrapper-1200px.customer-story-full-wrapper {
    flex-direction: column;
  }

  .home-hero-section {
    margin-bottom: 100px;
  }

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

  .text-container.about {
    padding-top: 20px;
  }

  .paragraph-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-hero-paragraph {
    padding-top: 10px;
  }

  .home-hero-button-wrapper {
    justify-content: center;
  }

  .home-hero-button-arrow-image {
    max-height: 50px;
    top: -13%;
    right: -54%;
  }

  .logos-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 65%;
    min-height: 19px;
    max-height: 58%;
    display: block;
    overflow: visible;
  }

  .logos-text-wrapper {
    height: 200px;
    margin-bottom: 0;
  }

  .logos-text-wrapper.about-logo-box {
    height: 150px;
  }

  .brand-logo-text {
    text-align: center;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .brands-logo-grid {
    margin: 20px 10px 10px 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brands-logo-grid.pricing-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brands-logo-grid.webflow-expert-logo {
    margin-left: 5px;
  }

  .brands-logo-grid.webflow-expert-logo.figma-web-logo {
    margin-bottom: 20px;
  }

  .brands-logo-grid.home-brand-log {
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brands-logo-grid.customclass {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    grid-column-gap: 40px;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-right: 10px;
  }

  .brands-logo-grid.customclass.mogration-logos {
    margin-bottom: 40px;
  }

  .brand-logo-container {
    max-width: 130px;
  }

  .brands-logo {
    width: 100%;
    min-width: 122px;
    height: 73%;
    min-height: 50px;
  }

  .brands-logo.hom-tesco {
    margin-left: -10px;
  }

  .brands-logo.migration-fedex {
    min-width: 90px;
    height: 66%;
    min-height: 46px;
  }

  .underlined-span {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 104%;
  }

  .underlined-span.expert-hero-head {
    font-size: 40px;
  }

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

  .about-subhead {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .about-h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 115%;
  }

  .about-h1.about-content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .floating-image-2 {
    width: 40%;
  }

  .about-section-2 {
    padding-top: 0;
  }

  .stats-bold-text {
    border-left-width: 0;
  }

  .statisics-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-left: 24px;
  }

  .who-are-we-wrapper {
    margin-top: -120px;
  }

  .about-us-paragraph {
    font-size: 18px;
  }

  .green-top-heading {
    font-size: 16px;
  }

  .feature-image-wrapper {
    width: 71%;
    max-width: 420px;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    width: 90%;
  }

  .features-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-side-image1-wrapper {
    width: 50%;
    top: -10%;
  }

  .feature-side-image1-wrapper.about-tab-image {
    top: -18%;
  }

  .feature-imagewrapper-2 {
    width: 50%;
    right: -6%;
  }

  .feature-image-wrapper-3 {
    width: 60%;
    bottom: -5%;
    left: -7%;
  }

  .feature-content-wrapper {
    margin-top: 60px;
  }

  .feature-content-header-wrapper, .feature-content-header-wrapper.feature-content-header-2 {
    width: auto;
  }

  .button-container-60px-top {
    margin-top: 40px;
  }

  .feature-image-wrapper-4 {
    width: 65%;
    right: -10%;
  }

  .feature-image-wrapper-5 {
    width: 70%;
    top: 5%;
    right: 40%;
  }

  .feature-image-wrapper-6 {
    width: 48%;
    bottom: 30%;
    left: -8%;
  }

  .feature-arrow-image {
    max-width: 40%;
    left: 0%;
  }

  .feature-image-wrapper-7 {
    width: 90%;
    top: -6%;
    left: -10%;
  }

  .features-image-wrapper-8 {
    width: 90%;
  }

  .feature-image-icon {
    max-width: 16%;
    top: -43%;
    right: -11%;
  }

  .feature-image-wrapper-9 {
    width: 90%;
    left: -10%;
  }

  .feature-image-wrapper-10 {
    width: 90%;
    top: 76%;
  }

  .feature-image-icon-2 {
    max-width: 10%;
  }

  .feature-image-icon-3 {
    max-width: 20%;
    top: -48%;
    right: -15%;
  }

  .home-customer-story-wrapper {
    flex-direction: column-reverse;
  }

  .customer-story-content-wrapper {
    width: 90%;
    margin-top: 10%;
    margin-right: 0%;
  }

  .customer-story-description {
    font-size: 24px;
  }

  .home-feature-video-wrapper {
    width: 90%;
  }

  .customer-story-title-container {
    left: 20%;
  }

  .customer-story-title-container.home-3-watch-button {
    left: 30%;
  }

  .lightbox-play-icon {
    margin-right: 10px;
  }

  .home-product-tab-menu {
    width: 100%;
    max-width: 370px;
  }

  .product-tab {
    padding-right: 0;
  }

  .product-tab-content {
    width: 100%;
  }

  .review-header-wrapper {
    max-width: 320px;
  }

  .review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .review-star-wrapper {
    margin-bottom: 20px;
  }

  .review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .home-pricing-section {
    margin-bottom: 60px;
  }

  .home-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
  }

  .pricing-toggle-header-wrapper {
    flex-direction: column;
    margin-left: 0;
  }

  .pricing-box-wrapper {
    margin-top: 31px;
  }

  .pricing-box-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-box.white-pricing-box {
    width: 100%;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan {
    font-size: 32px;
  }

  .pricing-plan-note-text {
    text-align: center;
  }

  .pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-content-wrapper.pricing-3-content {
    max-width: 350px;
  }

  .pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .pricing-plan-content-text {
    font-size: 18px;
  }

  .home-about-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-about-heading {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    display: flex;
  }

  .home-about-content-container {
    margin-top: 40px;
  }

  .home-about-author-wrapper {
    flex-direction: column;
    margin-left: 0;
  }

  .home-about-author-container {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .home-about-author-info-wrapper {
    width: 100%;
  }

  .home-about-author-para {
    width: 414px;
    max-width: 600px;
  }

  .home-about-image-container-2 {
    width: 190px;
    height: 100px;
    left: -12%;
  }

  .home-about-image-container-3 {
    width: 120px;
    height: 120px;
  }

  .about-stats-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-about-stat-number {
    font-size: 32px;
  }

  .home-about-stat-cause {
    font-size: 18px;
  }

  .page-blog-container {
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    margin-bottom: 30px;
  }

  .cta-section {
    overflow: hidden;
  }

  .cta-arrow-icon {
    right: -80%;
  }

  .footer-section {
    margin-top: -80px;
  }

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

  .footer-container {
    flex-wrap: nowrap;
    height: 250px;
    margin-bottom: 285px;
  }

  .footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-wrapper {
    flex-flow: column;
    max-width: none;
    margin-bottom: 10px;
  }

  .footer-links {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-links.custom-footer-link {
    padding-top: 8px;
  }

  .footer-copyright-wrapper {
    height: 100px;
    margin-top: 233px;
  }

  .copyright-text {
    margin-top: 40px;
    line-height: 109%;
  }

  .home-hero-image-2-wrapper {
    width: 40%;
    left: -8%;
  }

  .home2-hero-section {
    padding-top: 180px;
  }

  .about-team-section {
    margin-bottom: -190px;
    padding-bottom: 20px;
  }

  .about-header-wrapper {
    margin-bottom: 50px;
  }

  .about-team-block-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-team-item {
    max-width: none;
    height: auto;
  }

  .about-team-image-wrapper {
    height: 70%;
    max-height: 460px;
  }

  .about-team-image {
    object-position: 50% 0%;
  }

  .about-team-member-name {
    font-size: 22px;
  }

  .about-team-member-title {
    font-size: 18px;
  }

  .review-icon-wrapper {
    margin-bottom: 40px;
  }

  .review-item-text {
    max-width: 320px;
    font-size: 18px;
  }

  .review-author-block {
    margin-top: 40px;
  }

  .about-blog-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cta-text-wrapper {
    max-width: 440px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .cta-image-1 {
    right: 0%;
  }

  .about-2-hero-heading {
    font-size: 28px;
  }

  .terms-text-field, .terms-text-field.white-color {
    font-size: 18px;
  }

  .about-2-who-wrapper {
    padding-bottom: 140px;
  }

  .about-2-who-image-container-2 {
    width: 70%;
    left: -5%;
  }

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

  .insights-heading {
    font-size: 40px;
  }

  .insights-video-wrapper {
    height: auto;
  }

  .insights-para-wrapper {
    margin-top: 60px;
  }

  .about-2-insights-para {
    font-size: 18px;
  }

  .insights-stats-head {
    font-size: 28px;
  }

  .insights-stat-para {
    font-size: 20px;
  }

  .about-2-people-container, .about-2-people-container.people-middle {
    align-items: center;
  }

  .about-2-people-name {
    font-size: 34px;
  }

  .about-people-job-title {
    font-size: 19px;
  }

  .about-2-people-info-para {
    margin-bottom: 40px;
  }

  .multi-logo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .multi-logo-container {
    width: 110%;
    height: 70px;
  }

  .about-2-contact-image-wrapper {
    width: 70%;
  }

  .about-contact-image-2-wrapper {
    width: 50%;
    top: 17%;
  }

  .about-2-contact-image3 {
    width: 60%;
  }

  .about-2-contact-heading {
    font-size: 32px;
  }

  .about-2-contact-form-field {
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-3-hero-section {
    padding-bottom: 140px;
  }

  .about-3-hero-header-wrapper {
    margin-bottom: 80px;
  }

  .about-3-hero-heading {
    font-size: 28px;
  }

  .horizintal-tack-item-2 {
    left: 19px;
  }

  .horizintal-tack-item-3 {
    margin-left: 40px;
  }

  .logo-section {
    padding-bottom: 30px;
  }

  .logo-section.servicelogo {
    margin-left: 0;
  }

  .logo-section.servicelogo.wordpress-logo {
    padding-bottom: 60px;
  }

  .logo-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .product-feature-tabs {
    margin-top: -85px;
  }

  .product-feature-tab-menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .product-feature-tab-menu.webflow-migration-services {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .tabs {
    width: 100%;
    margin: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs.w--current {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs.about, .tabs.about.w--current {
    width: 80%;
  }

  .tabs.webflow-maintenance.w--current {
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs.webflow-maintenance.sec-grid-tab.w--current {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs.customgridflow.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs.customgridflow.services-grid {
    width: 95%;
    margin-right: 10px;
  }

  .tabs.customgridflow.service-grid-custom, .tabs.customgridflow.service-grid-custom.w--current {
    margin-right: 10px;
  }

  .tabs.sec-grid-tab {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tabs.sec-grid-tab.service-grid-custom, .tabs.sec-grid-tab.service-grid-custom.w--current, .tabs.service-grid-custom {
    width: 95%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabs.service-grid-custom.w--current {
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-icon-container {
    width: 24px;
    height: 24px;
  }

  .product-tab-content-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .product-tab-content-block {
    width: 100%;
  }

  .product-tab-para {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 150%;
  }

  .product-tab-image-wrapper {
    margin-top: 40px;
  }

  .people-review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .reviews-wrapper {
    flex-direction: column;
  }

  .review-container {
    width: 100%;
  }

  .review-text {
    font-size: 20px;
  }

  .review-stats-wrapper {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .reviwer-stat-item {
    max-width: none;
    padding-bottom: 0;
  }

  .reviwer-stat-item.middle {
    max-width: none;
    padding-bottom: 40px;
  }

  .review-stat-number {
    font-size: 30px;
  }

  .stat-number-para {
    font-size: 18px;
  }

  .about-3-image-3 {
    width: 27%;
    bottom: -12%;
  }

  .product-image-top-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 340px;
    padding: 20px;
    display: flex;
  }

  .product-image-text {
    font-size: 32px;
  }

  .product-image-text.home-3-product-image-text {
    font-size: 24px;
  }

  .about-3-product-heading {
    font-size: 36px;
  }

  .about-3-product-feature-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-3-product-feature-head {
    font-size: 20px;
  }

  .about-3-product-feature-para {
    font-size: 16px;
  }

  .about-3-team-header {
    margin-bottom: 40px;
  }

  .about-3-team-heading {
    font-size: 30px;
  }

  .about-3-slide-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-team-image-wrapper {
    margin-bottom: 20px;
  }

  .question-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-2-hero-heading {
    margin-bottom: 20px;
    font-size: 46px;
  }

  .email-form {
    height: 70px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees.why-us-section {
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    padding-right: 10px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.bg-color {
    margin-bottom: 49px;
  }

  .home-2-product-content-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    text-align: center;
    place-items: center;
    padding-bottom: 60px;
  }

  .home-2-product-grid-item.gurante-box {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .home-2-product-icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .home-2-about-section {
    margin-top: 100px;
  }

  .home-2-about-image-wrapper-2 {
    width: 90%;
  }

  .home-2-work-item {
    margin-bottom: 60px;
  }

  .home-2-work-text-wrapper {
    max-width: 320px;
  }

  .customer-story-image-wrapper {
    width: 80%;
  }

  .customer-story-text-wrapper {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-story-text-wrapper.overview {
    width: 90%;
  }

  .lightbox-button {
    margin-top: 20px;
    margin-left: 0;
    padding: 12px;
  }

  .lightbox-text {
    font-size: 18px;
  }

  .home-2-blog-section {
    margin-bottom: 100px;
  }

  .home-3-hero-image-wrapper {
    width: 90%;
  }

  .home-3-hero-content-wrapper {
    width: 100%;
    min-width: 440px;
    margin-left: 0%;
    padding-top: 20px;
  }

  .home-3-hero-heading {
    width: 495px;
    min-width: 435px;
    font-size: 40px;
  }

  .home-3-hero-para {
    justify-content: center;
    align-items: center;
    width: 490px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: block;
  }

  .extra-hero-image-wrapper-2 {
    width: 55%;
    left: 25%;
  }

  .hero-review-text {
    font-size: 20px;
  }

  .hero-reviwer-name {
    font-size: 16px;
  }

  .form-dark {
    margin-bottom: 20px;
  }

  .form-dark.flow-btn {
    display: flex;
  }

  .form-field-dark {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .home-3-product-section.design-section {
    margin-bottom: 90px;
  }

  .home-3-product-content-wrapper {
    margin-top: 35px;
  }

  .home-3-product-heading {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 104%;
  }

  .home-3-product-image-wrapper {
    width: 80%;
  }

  .home-3-product-image.webflowservice {
    margin-top: 40px;
  }

  .home-3-product-image-wrapper-2 {
    width: 100%;
  }

  .extra-icon-1 {
    width: 10%;
  }

  .home-3-product-image-wrapper-3 {
    width: 100%;
  }

  .extra-icon-2 {
    width: 10%;
  }

  .home-3-feature-section.bg-grey {
    margin-bottom: 140px;
    padding-bottom: 60px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service {
    justify-content: center;
    margin-bottom: -130px;
    margin-left: 30px;
  }

  .product-feature-heading {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .product-feature-text-grid {
    grid-column-gap: 20px;
  }

  .product-feature-text-head {
    font-size: 20px;
  }

  .product-feature-image-wrapper {
    width: 90%;
  }

  .home-3-full-slider-wrapper {
    width: 100%;
  }

  .full-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .home-3-slider-image-wrapper {
    height: 500px;
    max-height: none;
  }

  .home-3-slider-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .home-3-slider-author-name {
    margin-bottom: 20px;
    line-height: 105%;
  }

  .home-slider-3-author-para {
    max-width: 350px;
    font-size: 18px;
  }

  .home-3-slider-arrow.left {
    background-color: var(--mint-cream-3);
    inset: 240px auto auto 0%;
    background-color: #f0f9f5;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    inset: 240px auto auto 0%;
  }

  .home-3-slider-arrow.right {
    background-color: #f0f9f5;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    inset: 240px 0% auto auto;
  }

  .home-3-blog-item-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-3-blog-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .home-3-blog-image-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .home-3-blog-item-content {
    max-width: none;
  }

  .careers-metrics-image-wrapper {
    width: 80%;
  }

  .carees-metrics-text-wrapper {
    width: 90%;
  }

  .careers-metrics-heading {
    font-size: 38px;
  }

  .careers-metrics-grid {
    grid-column-gap: 32px;
  }

  .careers-job-heading {
    font-size: 40px;
  }

  .careers-job-para {
    font-size: 20px;
  }

  .careers-job-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .careers-job-title-wrapper {
    max-width: none;
    margin-bottom: 40px;
  }

  .job-title {
    font-size: 48px;
  }

  .job-location {
    font-size: 20px;
  }

  .job-type-divider {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 20px;
  }

  .job-type-text {
    font-size: 20px;
  }

  .careers-template-hero-section {
    margin-bottom: 60px;
  }

  .careers-template-hero-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .careers-template-hero-heading {
    font-size: 36px;
  }

  .careers-template-head-wrapper {
    margin-bottom: 20px;
  }

  .template-rich-text h2 {
    font-size: 28px;
  }

  .template-rich-text p {
    font-size: 16px;
  }

  .template-rich-text ul {
    font-size: 18px;
  }

  .template-rich-text figcaption {
    font-size: 16px;
  }

  .template-rich-text blockquote {
    font-size: 24px;
  }

  .careers-template-link {
    font-size: 16px;
  }

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

  .integration-hero-para {
    margin-top: 20px;
  }

  .integration-main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .integration-item {
    padding: 30px;
  }

  .integration-icon-container {
    width: 70px;
    height: 70px;
  }

  .integration-image-wrapper {
    padding: 14px;
  }

  .integration-content-section {
    margin-bottom: 100px;
  }

  .contact-hero-section {
    padding-top: 150px;
    padding-bottom: 260px;
  }

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

  .contact-hero-para._90-opactity {
    font-size: 16px;
  }

  .contact-form-block {
    padding: 40px 24px;
  }

  .contact-text-field._30px-right-margin {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contact-text-field._30px-right-margin.mobilenumber {
    margin-left: 0;
  }

  .contact-field-wrapper {
    flex-wrap: wrap;
  }

  .contact-card-main-wrapper {
    margin-top: -80px;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card {
    padding: 30px;
  }

  .contact-card-icon-container, .contact-card-head {
    margin-bottom: 20px;
  }

  .contact-card-para {
    max-width: 300px;
  }

  .sign-heading {
    font-size: 40px;
  }

  .sign-head-para {
    font-size: 16px;
  }

  .sign-text-field, .sign-text-field::placeholder {
    font-size: 20px;
  }

  .sign-logo-section {
    text-align: center;
  }

  .case-study-hero-section {
    margin-bottom: 100px;
    padding-top: 200px;
  }

  .case-study-heading {
    font-size: 30px;
  }

  .case-study-split-left, .case-study-split-right {
    width: 48%;
  }

  .case-study-thumbnail-wrapper {
    max-height: 400px;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
  }

  .cs-hero-text-section {
    width: 90%;
  }

  .cs-customer-brief-section {
    margin-bottom: 100px;
  }

  .client-brief-head {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .client-brief-info-text {
    font-size: 18px;
  }

  .cs-split-wrapper {
    flex-direction: column-reverse;
  }

  .cs-social-wrapper {
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-right: 0%;
    position: relative;
    top: 0;
  }

  .share-text {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .social-link {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px;
  }

  .social-icon {
    object-fit: contain;
    display: block;
  }

  .author-image-wrapper {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .more-cs-section {
    margin-bottom: 100px;
  }

  .more-cs-wrapper {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .pricing-hero-heading {
    font-size: 42px;
  }

  .pricing-hero-content-wrapper {
    width: 90%;
  }

  .pricing-2-heading {
    font-size: 42px;
  }

  .pricing-2-main-hero-content-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-2-price-card-section {
    margin-top: 140px;
    margin-bottom: 60px;
  }

  .pricing-question-heading {
    text-align: center;
    font-size: 32px;
  }

  .pricing-answer {
    font-size: 16px;
  }

  .pricing-3-hero-secton {
    padding-top: 180px;
  }

  .pricing-3-heading {
    font-size: 40px;
  }

  .pricing-3-hero-para {
    font-size: 18px;
  }

  .pricing-3-box {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-3-box-plan-block {
    border-bottom: 1px solid #002e2433;
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .help-hero-section {
    padding-top: 180px;
  }

  .help-hero-para {
    font-size: 18px;
  }

  .categories-collection-grid, .questions-grid {
    grid-template-columns: 1fr;
  }

  .blog-two-section {
    padding-bottom: 100px;
  }

  .blog-hero-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .blog-hero-para {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-top-grid {
    grid-column-gap: 16px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .blog-thumbnail-image-container {
    margin-bottom: 20px;
  }

  .blog-item-head {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .blog-item-para {
    font-size: 16px;
  }

  .latest-news-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .latest-news-heading {
    font-size: 36px;
  }

  .latest-news-collection-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

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

  .subscription-image-wrapper, .subscription-text-wrapper {
    width: 90%;
  }

  .subscription-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .blog-template-hero-head {
    max-width: 430px;
  }

  .blog-top-tag-wrapper {
    margin-bottom: 10px;
  }

  .tag-text {
    font-size: 16px;
  }

  .blog-heading {
    font-size: 40px;
  }

  .blog-hero-image-wrapper {
    max-height: 400px;
  }

  .help-template-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .help-template-hero-heading {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .help-hero-divider {
    margin-top: 60px;
  }

  .home-product-feature-heading {
    font-size: 38px;
  }

  .home-2-product-heading, .home-3-product-feature-head {
    font-size: 32px;
  }

  .home-3-product-feature-head.webflow-mig-services {
    margin-top: -60px;
  }

  .home-3-product-feature-head.webflow-mig-services.migration-serviced {
    font-size: 30px;
  }

  .home-3-product-feature-head.webflow-mig-services.sec-bg-top-head {
    font-size: 36px;
  }

  .home-3-product-feature-head.webflow-services {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    font-size: 32px;
  }

  .plans-section {
    width: 90%;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .faq-wrapper {
    flex-direction: column;
    display: flex;
  }

  .utility-page-content {
    width: 400px;
    font-size: 22px;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .home-3-slider-mask {
    width: 90%;
    overflow: hidden;
  }

  .wrapper {
    width: 90%;
  }

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

  .home-hero-section-2 {
    overflow: hidden;
  }

  .display-heading {
    font-size: 55px;
  }

  .display-heading.overview {
    font-size: 44px;
  }

  .visual-features-item-heading {
    font-size: 23px;
  }

  .visual-features-item-image {
    margin-bottom: 20px;
  }

  .dropdown-list-nav.w--open {
    width: 90%;
  }

  .visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  ._22-px {
    font-size: 20px;
  }

  .conditional-visibility-heading {
    font-size: 40px;
  }

  .about-3-product-feature-heading {
    font-size: 35px;
  }

  ._404-main-heading {
    font-size: 200px;
  }

  .page-para {
    font-size: 17px;
  }

  .password-heading {
    font-size: 34px;
  }

  .password-page-logo {
    width: 80%;
  }

  .nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .resources-visual-grid {
    grid-column-gap: 30px;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .resource-visual-block {
    width: 30%;
  }

  .resource-visual-block-text {
    font-size: 20px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .walsh-heading-xxlarge {
    font-size: 3em;
  }

  .walsh-center-hero {
    padding-top: 5em;
  }

  .heading-91 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
    padding-top: 20px;
    font-size: 32px;
  }

  .heading-92 {
    width: 100%;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 20px;
  }

  .features-table-2 {
    padding: 0 15px 30px;
  }

  .centered-heading-2 {
    margin-top: 10px;
    font-size: 30px;
  }

  .centered-heading-2.make-text-grid {
    font-size: 32px;
  }

  .centered-heading-2.make-text-grid.new-grid-text {
    font-size: 28px;
  }

  .comparison-table-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .comparison-row-2 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    grid-template-rows: repeat(auto-fit, minmax(133px, .25fr));
    grid-template-columns: minmax(99px, 2.25fr) 1.25fr;
    grid-template-areas: ". Area";
    grid-auto-columns: 1.25fr;
    grid-auto-flow: column;
    place-content: start space-around;
    place-items: stretch start;
    width: 92%;
    height: 335px;
    min-height: 320px;
    margin-top: 46px;
    margin-bottom: 0;
    margin-left: auto;
    display: grid;
  }

  .comparison-row-2.expertsrow.ecommerce-row {
    height: 310px;
    min-height: 275px;
    margin-left: 40px;
    padding-left: 0;
    padding-right: 10px;
  }

  .bold-text-2 {
    margin-right: 0;
  }

  .bold-text-4 {
    width: 160px;
    font-size: 18px;
  }

  .bold-text-4.inner-row-partner {
    width: 140px;
  }

  .bold-text-5 {
    width: 150px;
    height: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .bold-text-5.inner-row-partner {
    width: 140px;
  }

  .bold-text-5.inner-row-partner.ecommerce-head {
    width: 171px;
  }

  .bold-text-7 {
    text-align: left;
    width: 168px;
    display: block;
  }

  .text-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-block-2 {
    width: 324px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-3 {
    margin-top: 32px;
    font-size: 17px;
    line-height: 22px;
    display: block;
  }

  .text-block-3.figma-text-coloumn {
    margin-top: 0;
  }

  .text-block-3.ecommerce-block {
    width: 225px;
    height: 109px;
  }

  .text-block-4 {
    width: 310px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-4.speedpage {
    width: 310px;
    height: 92px;
    min-height: 104px;
    margin-top: 46px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-4.speedpage.figma-text-block, .text-block-4.figma-text-block {
    margin-top: 0;
  }

  .text-block-4.ecommerce-block {
    width: 225px;
  }

  .text-block-5 {
    margin-top: 0;
    margin-left: 198px;
  }

  .text-block-6 {
    margin-top: 0;
  }

  .testimonial-column-light {
    margin-top: 0;
    padding: 30px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-card-two.work-does-grid, .testimonial-card-two.figma-grouo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .hero-heading-right, .hero-heading-left, .features-list {
    padding: 60px 15px;
  }

  .heading-102 {
    margin-top: 65px;
    padding-top: 40px;
    font-size: 30px;
    line-height: 124%;
  }

  .contact-hero-heading-2 {
    font-size: 30px;
  }

  .underlined-span-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .contact-hero-para-2._90-opactity {
    font-size: 16px;
  }

  .features-table-3 {
    padding: 60px 15px;
  }

  .text-block-9 {
    padding-right: 0;
  }

  .heading-103 {
    width: 50%;
    margin-left: 130px;
  }

  .about-2-contact-form-field-copy {
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .heading-106 {
    width: 100%;
    margin-left: 0;
    font-size: 32px;
  }

  .heading-106.custom-head-work {
    font-size: 36px;
  }

  .heading-107 {
    width: 97%;
    margin-left: 0;
    font-size: 36px;
    line-height: 100%;
    display: block;
  }

  .heading-110 {
    margin-left: 0;
    padding-top: 30px;
    font-size: 28px;
  }

  .link-block-2 {
    width: 205px;
    margin-left: 0;
  }

  .link-block-2.service-link {
    width: 270px;
    margin-left: -6px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -15px;
    left: -136px;
  }

  .link-block-2.service-link.audit-link {
    width: 239px;
    margin-left: 0;
    left: -1%;
  }

  .link-block-2.service-link.audit-link.audit-custom {
    padding-top: 0;
    top: 45px;
    left: -10%;
  }

  .link-block-2.service-link.audit-audit {
    top: -53px;
    left: 31%;
  }

  .link-block-2.service-link.wrap-web-link {
    top: -45px;
    left: 28%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link {
    top: 0;
    left: 0;
  }

  .image-11 {
    width: 100%;
    min-width: 100px;
  }

  .image-11.worldresource.homeone-world {
    min-height: 68px;
    margin-top: -10px;
  }

  .bold-text-11 {
    font-size: 40px;
    line-height: 105%;
  }

  .bold-text-12, .bold-text-13, .bold-text-14 {
    font-size: 34px;
  }

  .heading-111 {
    padding-top: 20px;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

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

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-2.expert-walsh-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-113.expert-testimonial, .heading-114 {
    font-size: 36px;
  }

  .walsh-ui-image-wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xxlarge-2 {
    font-size: 3em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .dropdown-link-4, .dropdown-link-5, .dropdown-link-6 {
    font-weight: 500;
  }

  .heading-133 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .image-12.icon-portfolio, .image-13, .image-14, .image-15, .image-16 {
    margin-left: 45%;
  }

  .heading-135 {
    padding-top: 40px;
  }

  .paragraph-11 {
    padding-top: 20px;
  }

  .walsh-button-orange {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .walsh-button-orange.mid-quote-button {
    margin-left: 0;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.8em;
  }

  .walsh-main-grid-no-gap-3 {
    grid-auto-flow: row;
  }

  .heading-136.expert-pricing-heading {
    padding-top: 20px;
    font-size: 30px;
  }

  .list-5.hero-list {
    text-align: left;
    margin-top: 40px;
  }

  .home-hero-button-wrapper-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .home-hero-button-wrapper-2.bubble-button {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .home-hero-button-arrow-image-2 {
    max-height: 50px;
    top: -13%;
    right: -54%;
  }

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

  .wrapper-1200px-2 {
    width: 100%;
  }

  .paragraph-wrapper-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-hero-heading-2 {
    text-align: left;
    font-size: 32px;
  }

  .home-hero-paragraph-2 {
    text-align: center;
  }

  .expert-hero-list {
    text-align: left;
  }

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

  .heading-137.vision-head {
    text-align: left;
    font-size: 26px;
  }

  .column-9 {
    text-align: left;
    padding-left: 0;
  }

  .heading-138 {
    text-align: left;
    font-size: 26px;
  }

  .paragraph-13.mission-text.about {
    text-align: left;
  }

  .paragraph-12 {
    padding-bottom: 20px;
  }

  .paragraph-12.vision-text.about, .column-10 {
    text-align: left;
  }

  .bold-text-37 {
    width: 145px;
    font-size: 18px;
  }

  .comparison-positive-4 {
    padding-top: 55px;
  }

  .bold-text-38 {
    width: 145px;
    height: auto;
    font-size: 18px;
    line-height: 20px;
  }

  .container-27.what-we-include {
    padding-left: 0;
    padding-right: 20px;
  }

  .green-top-heading-2.small-mid-class.about-core-small {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
  }

  .green-top-heading-2.small-mid-class.small-story {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .green-top-heading-2.small-mid-class.small-story.startup {
    padding-left: 10px;
    padding-right: 10px;
  }

  .green-top-heading-2.small-mid-class {
    text-align: left;
    text-align: left;
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .green-top-heading-2.small-mid-class.flutter-small-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-table-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .centered-heading-6 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 28px;
  }

  .centered-heading-6.about-core-value {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 36px;
  }

  .text-block-30 {
    width: 310px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-31 {
    margin-top: 32px;
    font-size: 17px;
    line-height: 22px;
    display: block;
  }

  .comparison-row-4 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    grid-template-rows: repeat(auto-fit, minmax(133px, .25fr));
    grid-template-columns: minmax(99px, 2.25fr) 1.25fr;
    grid-template-areas: ". Area";
    grid-auto-columns: 1.25fr;
    grid-auto-flow: column;
    place-content: start space-around;
    place-items: stretch start;
    width: 92%;
    height: 335px;
    min-height: 320px;
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: auto;
    display: grid;
  }

  .core-text-block {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .home-hero-heading-3 {
    text-align: left;
    font-size: 32px;
  }

  .home-hero-section-3 {
    margin-bottom: 60px;
  }

  .home-hero-paragraph-3 {
    text-align: left;
  }

  .heading-139 {
    font-size: 36px;
  }

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

  .bold-text-39 {
    font-size: 38px;
  }

  .image-26 {
    padding-bottom: 20px;
  }

  .secoundary-button-2 {
    line-height: 20%;
  }

  .home-3-slider-author-name-2 {
    margin-bottom: 20px;
  }

  .home-slider-3-author-para-2 {
    max-width: 300px;
    font-size: 18px;
  }

  .heading-140 {
    width: 100%;
    margin-left: 0;
  }

  .heading-140.common-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
  }

  .testimonial-text-two-3 {
    text-align: left;
    margin-bottom: 40px;
  }

  .testimonial-card-two-3 {
    margin-top: 0;
  }

  .container-29.custom-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial-grid-two-3 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-142 {
    width: 100%;
    margin-left: 0;
  }

  .heading-142.common-heading {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 28px;
  }

  .paragraph-16 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text-two-4 {
    text-align: left;
    margin-bottom: 40px;
  }

  .testimonial-card-two-4 {
    margin-top: 0;
  }

  .container-30.custom-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-30.custom-container.hire-container {
    margin-top: 40px;
  }

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

  .testimonial-grid-two-4 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-81 {
    font-size: 28px;
  }

  .review-header-wrapper-2 {
    max-width: 320px;
  }

  .review-star-wrapper-2 {
    margin-bottom: 20px;
  }

  .underlined-span-3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .heading-145 {
    font-size: 36px;
  }

  .bold-text-82 {
    font-size: 28px;
  }

  .heading-146 {
    width: 100%;
    margin-left: 0;
  }

  .heading-146.common-heading {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 36px;
  }

  .paragraph-17 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text-two-5 {
    text-align: left;
    margin-bottom: 40px;
  }

  .testimonial-card-two-5 {
    margin-top: 0;
  }

  .container-31.custom-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-31.custom-container.hire-container {
    margin-top: 40px;
  }

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

  .testimonial-grid-two-5 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-image-wrapper-11 {
    width: 71%;
    max-width: 420px;
  }

  .feature-image-wrapper-12 {
    width: 70%;
    top: 5%;
    right: 40%;
  }

  .feature-image-wrapper-13 {
    width: 65%;
    right: -10%;
  }

  .feature-image-wrapper-14 {
    width: 48%;
    bottom: 30%;
    left: -8%;
  }

  .underlined-span-4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .home-2-product-item-para-2 {
    text-align: center;
  }

  .home-2-product-header-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .home-2-product-heading-2 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
  }

  .review-header-wrapper-3 {
    max-width: 320px;
  }

  .review-star-wrapper-3 {
    margin-bottom: 20px;
  }

  .wrapper-1200px-4 {
    width: 90%;
  }

  .heading-150 {
    font-size: 36px;
  }

  .wrapper-1200px-5 {
    width: 90%;
  }

  .heading-team1 {
    width: 100%;
    margin-left: 0;
  }

  .heading-team1.common-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 32px;
  }

  .paragraph-18 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text-two-6 {
    text-align: left;
    margin-bottom: 40px;
  }

  .testimonial-card-two-6 {
    margin-top: 0;
  }

  .container-34.custom-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-34.custom-container.hire-container {
    margin-top: 40px;
  }

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

  .testimonial-grid-two-6 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-179 {
    font-size: 36px;
  }

  .heading-180 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 36px;
  }

  .container-35.custom-container {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-35.custom-container.hire-container {
    margin-top: 40px;
  }

  .testimonial-text-two-7 {
    text-align: left;
    margin-bottom: 40px;
  }

  .paragraph-19 {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-189 {
    width: 100%;
    margin-left: 0;
  }

  .heading-189.common-heading {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 36px;
  }

  .testimonial-card-two-7 {
    margin-top: 0;
  }

  .testimonial-grid-two-7 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .big-text.margin-top-section-space {
    margin-top: 80px;
  }

  .button-text {
    color: #fff;
  }

  .base-container {
    max-width: 568px;
  }

  .base-container.flex.quote-flex.development-black-logo-services {
    margin-top: 0;
  }

  .dark-background-with-logo.big-text {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .text-block-35.auther-text, .text-block-36.auther-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .style-guide-main {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .style-guide-note {
    line-height: 20px;
  }

  .h1-heading-white {
    font-size: 50px;
  }

  .main-wrapper {
    height: auto;
  }

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .navigation-mob {
    height: 80px;
    right: 10%;
  }

  .nav-menu {
    margin-left: 130px;
  }

  .menu-mob {
    padding: 15px;
  }

  .logo {
    width: 50%;
    min-width: 100px;
  }

  .primary-button {
    padding: 16px 20px;
  }

  .secoundary-button {
    width: 150px;
    padding-left: 20px;
    padding-right: 19px;
    font-size: 16px;
  }

  .secoundary-button.contactbutton {
    margin-left: 20px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .secoundary-button.sevicebutton {
    width: 240px;
    margin-top: 0;
    margin-left: 65%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secoundary-button.sevicebutton.migration-free-button {
    margin-left: 6%;
  }

  .secoundary-button.sevicebutton.mig-2-button {
    margin-left: -44%;
  }

  .secoundary-button.sevicebutton.webflow-wrap {
    margin-left: 5%;
  }

  .secoundary-button.sevicebutton.webflow-wrap.custom-mid-button-wp {
    width: 255px;
  }

  .secoundary-button.servicebutton.expertsbutton {
    width: 61%;
    margin-left: 20%;
  }

  .secoundary-button.servicepricebutoon {
    width: 130px;
    margin-left: -25px;
    margin-right: -14px;
    padding-right: 20px;
  }

  .wrapper-1200px {
    width: 90%;
  }

  .image-cover.home-imagetop, .home-hero-button-arrow-image {
    display: none;
  }

  .logos-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    height: 205px;
    margin-top: 100px;
    padding-right: 0;
    display: flex;
  }

  .logos-text-wrapper.home-mobile-logo {
    margin-top: 90px;
    margin-left: -15px;
  }

  .logos-text-wrapper.about-logo-box {
    margin-top: 20px;
  }

  .brand-logo-text {
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    line-height: 110%;
  }

  .brands-logo-grid {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: 78px;
    margin: 0;
    padding-left: 0;
    padding-right: 20px;
    display: grid;
  }

  .brands-logo-grid.webflow-expert-logo {
    padding-left: 20px;
  }

  .brands-logo-grid.home-brand-log {
    justify-content: center;
    margin-left: 10px;
  }

  .brands-logo-grid.about-brand-logo {
    grid-template-columns: 1fr 1fr;
    place-items: center start;
    margin-left: 20px;
    padding-right: 0;
  }

  .brands-logo-grid.customclass {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .brands-logo-grid.customclass.wordpress-brand-logo {
    grid-column-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .brands-logo-grid.customclass.mogration-logos {
    grid-column-gap: 18px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 110px;
  }

  .brand-logo-container {
    width: 44%;
    max-width: none;
  }

  .brand-logo-container.container1 {
    width: 85%;
    height: 50px;
    display: block;
  }

  .brands-logo {
    text-align: left;
    min-width: 90px;
    height: 68%;
    min-height: 52px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .brands-logo.unesco {
    margin-left: -15px;
  }

  .brands-logo.unesco.home-unesco {
    margin-left: 0;
    margin-right: 10px;
  }

  .brands-logo.unesco-expert {
    padding-right: 20px;
  }

  .brands-logo.hom-tesco {
    margin-left: 0;
  }

  .brands-logo.migration-fedex {
    min-height: 40px;
  }

  .brands-logo.fedexclass {
    min-height: 38px;
  }

  .underlined-span {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 107%;
  }

  .underlined-span.expert-hero-head {
    font-size: 30px;
  }

  .home-hero-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .about-subhead {
    font-size: 16px;
  }

  .about-h1 {
    font-size: 30px;
  }

  .about-section-2 {
    margin-top: -140px;
    padding-top: 140px;
  }

  .stats-wrapper.about-stats {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .stats-bold-text {
    border-left-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 28px;
  }

  .stats-text {
    font-size: 16px;
  }

  .statisics-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .who-are-we-wrapper {
    padding-bottom: 50px;
  }

  .about-h3 {
    font-size: 30px;
  }

  .about-paragraph {
    font-size: 16px;
  }

  .about-us-paragraph {
    font-size: 16px;
    line-height: 180%;
  }

  .green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .feature-image-wrapper {
    flex: 0 auto;
    width: 90%;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    width: 90%;
  }

  .feature-side-image1-wrapper, .feature-imagewrapper-2, .feature-image-wrapper-3 {
    border-radius: 12px;
  }

  .feature-content-wrapper {
    max-width: none;
  }

  .button-container-60px-top {
    margin-top: 20px;
  }

  .features-pointer-block {
    margin-right: 14px;
  }

  .features-pointer-icon-container {
    width: 32px;
    height: 32px;
  }

  .features-pointer-header {
    font-size: 20px;
  }

  .features-pointer-description {
    font-size: 16px;
  }

  .feature-image-wrapper-5 {
    top: 7%;
  }

  .home-customer-story-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .customer-story-content-wrapper {
    width: 100%;
    margin-top: 15%;
  }

  .customer-story-description {
    font-size: 20px;
  }

  .home-feature-video-wrapper {
    width: 100%;
  }

  .cusomer-story-icon-wrapper {
    width: 60px;
    height: 60px;
    left: -3%;
  }

  .customer-story-title-container {
    padding: 14px;
    left: 12%;
  }

  .customer-story-title-container.home-3-watch-button {
    left: 8%;
  }

  .lightbox-play-icon {
    margin-right: 6px;
  }

  .customer-story-title {
    font-size: 16px;
  }

  .home-product-tab-menu {
    margin-bottom: 40px;
  }

  .product-tab-text {
    font-size: 26px;
    line-height: 100%;
  }

  .tab-arrow-icon {
    width: 30px;
  }

  .review-section {
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .review-header-wrapper {
    margin-bottom: 40px;
  }

  .review-slide {
    max-width: 240px;
  }

  .review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .review-head-text {
    font-size: 18px;
  }

  .review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .left-arrow.about-1-arrow {
    width: 50px;
    height: 50px;
    inset: auto 0% -20% -60px;
  }

  .right-arrow.about-1-arrow {
    width: 50px;
    height: 50px;
    inset: auto -60px -20% 0%;
  }

  .home-pricing-section {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .home-pricing-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-pricing-header-wrapper {
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .pricing-box-row {
    margin-bottom: 10px;
  }

  .pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-box.pricing-recommended {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    width: 90%;
  }

  .pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .pricing-box.home-pricing-box {
    width: 100%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-box.pricing-1-box {
    padding: 30px 15px;
  }

  .pricing-box-plan-wrapper {
    width: 100%;
  }

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

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

  .pricing-plan-price.advanced {
    line-height: 100%;
  }

  .pricing-plan-content-text {
    font-size: 16px;
  }

  .home-about-section.webflowhappycust {
    margin-bottom: -26px;
  }

  .home-about-wrapper {
    margin-top: -250px;
    margin-bottom: 100px;
  }

  .home-about-content-wrapper {
    width: 90%;
  }

  .home-about-heading {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 0;
    font-size: 28px;
  }

  .home-about-content-container {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .home-about-paragraph {
    font-size: 16px;
  }

  .home-about-author-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .home-about-author-info-wrapper {
    padding-right: 39px;
  }

  .home-about-author-para {
    width: 270px;
    font-size: 16px;
    line-height: 141%;
  }

  .home-about-author-job-title {
    min-width: 250px;
    font-size: 15px;
  }

  .home-about-image-container-2 {
    width: 100px;
    bottom: 5%;
  }

  .home-about-image-container-3 {
    width: 110px;
    height: 110px;
  }

  .about-stats-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-stat-number {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .blogs-section {
    margin-bottom: 100px;
  }

  .blog-image-wrapper {
    margin-bottom: 20px;
  }

  .blog-item-header {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blog-item-info-text {
    font-size: 16px;
  }

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

  .cta-arrow-icon {
    display: none;
  }

  .footer-section {
    margin-top: -80px;
  }

  .footer-wrapper {
    flex-flow: wrap;
  }

  .footer-container {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .footer-left-container {
    height: auto;
    min-height: 255px;
  }

  .footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-para {
    margin-bottom: 0;
  }

  .footer-para.footeraddress {
    width: 200px;
    max-width: 501px;
    margin-top: 206px;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-social-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .footer-links-wrapper {
    height: 0;
    margin-bottom: 40px;
  }

  .footer-links {
    height: 52px;
    margin-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .footer-links.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .footer-links.custom-footer-link {
    margin-top: 0;
  }

  .footer-links.custom-footer-link.w--current {
    height: 61px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-links.contact-us-custom {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    top: 130px;
  }

  .footer-copyright-wrapper {
    height: auto;
    margin-top: 299px;
    padding-top: 0;
    line-height: 20px;
  }

  .copyright-text {
    margin-top: 520px;
  }

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

  .about-team-image-wrapper {
    height: 80%;
    margin-bottom: 20px;
  }

  .about-team-member-name {
    margin-bottom: 5px;
  }

  .about-team-member-title {
    font-size: 16px;
  }

  .review-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .review-author-block {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .review-image-container {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .author-info-wrapper.center {
    align-items: center;
  }

  .white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .about-2-hero-section {
    padding-bottom: 60px;
  }

  .terms-text-field {
    font-size: 12px;
  }

  .terms-text-field.white-color, .about-us-author-talk-text {
    font-size: 16px;
  }

  .about-us-author-job-title {
    margin-bottom: 10px;
  }

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

  .insights-heading {
    font-size: 30px;
  }

  .insights-video-wrapper {
    height: 200px;
  }

  .about-2-insights-para {
    font-size: 17px;
  }

  .insights-stats-wrapper {
    grid-template-columns: 1fr;
  }

  .insights-stats-head {
    font-size: 28px;
  }

  .insights-stat-para {
    font-size: 16px;
  }

  .about-2-people-content-wrapper {
    margin-top: 40px;
  }

  .about-2-people-name {
    font-size: 30px;
  }

  .about-people-job-title {
    font-size: 17px;
  }

  .about-2-people-info-para {
    font-size: 16px;
  }

  .about-2-people-quote-wrapper {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .about-2-people-quote-text {
    font-size: 17px;
  }

  .multi-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
  }

  .multi-logo-container {
    width: 100%;
  }

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

  .about-contact-image-2-wrapper {
    top: 4%;
    right: -19%;
  }

  .about-2-contact-image3 {
    left: -20%;
  }

  .about-2-contact-heading {
    font-size: 24px;
  }

  .about-2-contact-para, .about-2-contact-form-field {
    font-size: 16px;
  }

  .about-3-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .about-3-hero-header-wrapper {
    margin-bottom: 60px;
  }

  .about-3-hero-heading {
    font-size: 30px;
    line-height: 110%;
  }

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

  .logo-section.servicelogo {
    margin-top: -125px;
    margin-left: 0;
    padding-left: 20px;
  }

  .logo-section.servicelogo.wordpress-logo {
    padding-bottom: 130px;
    padding-left: 0;
  }

  .logo-section.servicelogo.migration-section {
    margin-top: -161px;
    padding-bottom: 40px;
  }

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

  .about-3-statistics-section {
    padding-bottom: 140px;
  }

  .about-3-statistics-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-3-statistics-header {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .about-3-head-content-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .about-3-statistics-heading {
    margin-bottom: 40px;
  }

  .product-feature-tabs {
    margin-top: -70px;
  }

  .product-feature-tab-menu.webflow-migration-services, .product-feature-tab-menu.expertsservices {
    margin-bottom: 40px;
  }

  .tabs {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs.w--current, .tabs.about, .tabs.about.w--current, .tabs.webflow-maintenance.w--current {
    width: 100%;
  }

  .tabs.customgridflow.service-grid-custom {
    margin-right: 20px;
  }

  .tabs.customgridflow.service-grid-custom.w--current {
    width: 95%;
    margin-right: 20px;
  }

  .tabs.sec-grid-tab.service-grid-custom {
    margin-top: 10px;
  }

  .tabs.service-grid-custom {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .tabs.service-grid-custom.w--current {
    width: 95%;
    margin-right: 20px;
  }

  .feature-author-image-wrapper {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .product-tab-para {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .review-text {
    font-size: 16px;
    line-height: 145%;
  }

  .reviwer-stat-item.middle {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .review-stat-number {
    font-size: 28px;
  }

  .stat-number-para {
    font-size: 16px;
  }

  .about-2-about-heading {
    margin-bottom: 10px;
  }

  .product-image-top-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .product-image-text {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .product-author-text {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .product-author-job-title {
    font-size: 15px;
  }

  .about-3-product-heading {
    font-size: 27px;
  }

  .about-3-product-feature-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-3-team-section {
    margin-bottom: 140px;
  }

  .about-3-team-header {
    margin-bottom: 40px;
  }

  .about-3-team-heading {
    font-size: 24px;
  }

  .about-3-team-image-wrapper {
    max-height: 300px;
  }

  .about-3-team-job-title {
    font-size: 16px;
  }

  .question-heading {
    font-size: 28px;
  }

  .question-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-text {
    font-size: 18px;
  }

  .answer {
    font-size: 16px;
  }

  .home-2-hero-heading {
    font-size: 32px;
  }

  .email-form {
    border-style: none;
    flex-direction: column;
    height: 120px;
  }

  .email-form-text-field {
    text-align: center;
    border-style: solid;
    border-color: #ced9d8;
    border-radius: 12px;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-2-hero-image-wrapper-2, .home-2-image-wrapper-3 {
    border-radius: 12px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.migration-guarantees.why-us-section {
    margin: 30px 0;
    padding-top: 50px;
  }

  .home-2-product-wrapper.wordpress-home-wrap.bg-color {
    margin-bottom: 60px;
  }

  .home-2-product-content-grid {
    padding-bottom: 100px;
  }

  .home-2-product-content-grid.gurantee-section-mid {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 60px;
  }

  .home-2-product-item-head {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .home-2-product-item-para.sec-text-color {
    font-size: 17px;
  }

  .home-2-about-stats-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-work-image-wrapper {
    width: 90%;
    height: auto;
  }

  .home-2-work-text-header {
    font-size: 20px;
  }

  .home-2-work-para {
    font-size: 16px;
  }

  .customer-stories-section {
    margin-bottom: 100px;
  }

  .customer-story-image-wrapper {
    width: 90%;
  }

  .customer-story-image-wrapper.overview {
    padding: 40px 20px;
  }

  .customer-story-text-wrapper.overview {
    padding-top: 40px;
  }

  .lightbox-button.product-lightbox-button {
    margin-left: 0;
  }

  .home-3-hero-content-wrapper {
    min-width: 320px;
  }

  .home-3-hero-head-wrapper {
    max-width: 350px;
  }

  .home-3-hero-heading {
    width: 330px;
    min-width: 330px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .home-3-hero-para {
    width: 340px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: block;
  }

  .extra-hero-image-wrapper-2 {
    width: 70%;
    left: 16%;
  }

  .hero-review-text {
    font-size: 16px;
  }

  .home-3-hero-form-wrapper {
    width: 350px;
  }

  .form-block-dark {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    display: none;
  }

  .form-block-dark.drupal-form {
    display: flex;
  }

  .form-dark {
    width: 260px;
    margin-bottom: 20px;
  }

  .form-dark.audit-section {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .form-dark.audit-section.midaudit-btn {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .form-dark.flow-btn {
    margin-bottom: 20px;
  }

  .form-dark.flow-btn.mid-sec-sec-btn {
    display: none;
  }

  .form-dark.flow-btn.mid-sec-sec-btn.mid-bottom-audit {
    margin-bottom: 20px;
  }

  .form-field-dark {
    min-height: 50px;
    font-size: 16px;
  }

  .home-3-product-section {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .home-3-product-section.design-section {
    margin-bottom: 40px;
  }

  .home-3-product-section.wordpress-page {
    margin-top: -40px;
  }

  .home-3-product-section.custom-expert-row.highest-level {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .home-3-product-wrapper.wordpress-wrapper {
    margin-top: 80px;
  }

  .home-3-product-content-wrapper {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .home-3-product-heading {
    padding-bottom: 15px;
    font-size: 28px;
  }

  .home-3-product-split-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-product-split-content-grid.optimized-flow {
    margin-bottom: 40px;
  }

  .home-3-split-text-head {
    font-size: 20px;
  }

  .home-3-product-split-para {
    font-size: 16px;
    line-height: 135%;
  }

  .home-3-product-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-3-product-image-wrapper {
    width: 90%;
  }

  .home-3-product-image.webflowservice {
    margin-top: 0;
  }

  .home-3-feature-section.bg-grey {
    margin-bottom: 140px;
    padding-bottom: 60px;
  }

  .home-3-feature-wrapper.webflow-services.bg-grey {
    margin-top: 0;
  }

  .home-3-feature-header.sec-feature-head {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .home-3-product-feature-section {
    margin-bottom: 140px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service {
    margin-bottom: -130px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section {
    margin-left: 15px;
  }

  .home-3-product-feature-wrapper.how-do-migrate-webflow-service.research-section.build-section {
    margin-top: 60px;
  }

  .product-feature-content-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 0;
  }

  .product-feature-heading {
    font-size: 28px;
  }

  .product-feature-text-grid {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .product-feature-image-wrapper {
    width: 100%;
  }

  .product-feature-image {
    padding-right: 0;
  }

  .home-3-full-slider-section {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .home-3-slider-author-name {
    font-size: 30px;
  }

  .home-slider-3-author-para {
    max-width: 300px;
    font-size: 16px;
  }

  .home-3-slider-icon-wrapper {
    width: 80px;
    height: 80px;
    font-size: 14px;
    line-height: 20px;
  }

  .arrow-icon.opacity-0 {
    width: 99%;
    max-width: 100%;
    height: 101%;
  }

  .home-3-blog-heading {
    font-size: 22px;
  }

  .careers-hero-section {
    margin-top: 200px;
    margin-bottom: 140px;
  }

  .careers-hero-heading {
    font-size: 35px;
  }

  .careers-hero-paragraph {
    font-size: 16px;
  }

  .careers-hero-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .careers-metrics-section {
    margin-bottom: 100px;
  }

  .careers-metrics-image-wrapper {
    width: 90%;
  }

  .careers-metrics-heading {
    font-size: 32px;
  }

  .careers-metrics-para {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .careers-metrics-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .careers-job-heading-wrapper {
    margin-bottom: 40px;
  }

  .job-title {
    font-size: 34px;
  }

  .job-location, .job-type-text {
    font-size: 18px;
  }

  .careers-template-hero-section {
    padding-top: 140px;
  }

  .careers-template-hero-wrapper {
    align-items: flex-start;
  }

  .template-rich-text ul {
    font-size: 16px;
  }

  .template-rich-text figcaption {
    font-size: 14px;
  }

  .template-rich-text blockquote {
    font-size: 20px;
  }

  .integration-hero-section {
    margin-bottom: 100px;
    padding-top: 160px;
  }

  .integration-hero-para {
    font-size: 16px;
  }

  .integration-item-name {
    font-size: 28px;
  }

  .integration-item-para {
    font-size: 16px;
  }

  .learn-more-link-block {
    padding-bottom: 5px;
  }

  .learn-more-text {
    font-size: 16px;
  }

  .integration-template-hero-section {
    padding-top: 180px;
  }

  .integration-main-image-wrapper {
    width: 50px;
    height: 50px;
  }

  .integration-heading {
    font-size: 32px;
  }

  .contact-hero-section {
    padding-top: 160px;
    padding-bottom: 250px;
  }

  .contact-hero-heading {
    font-size: 30px;
    line-height: 130%;
  }

  .contact-form-block {
    border-radius: 20px;
    padding: 20px 20px 30px;
  }

  .contact-text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-text-field._30px-right-margin {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-field-wrapper {
    margin-bottom: 15px;
  }

  .select-field {
    padding-left: 20px;
    font-size: 16px;
  }

  .contact-text-area {
    min-height: 170px;
    padding-left: 20px;
  }

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

  .contact-card-main-wrapper {
    margin-top: -70px;
  }

  .contact-card-wrapper {
    width: auto;
  }

  .sign-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sign-content-wrapper {
    margin-top: 15%;
  }

  .sign-heading {
    font-size: 32px;
  }

  .sign-form {
    margin-bottom: 20px;
  }

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

  .sign-text-field::placeholder {
    font-size: 18px;
  }

  .sign-checkbox-label {
    font-size: 12px;
  }

  .sign-checkbox-button {
    width: 20px;
    height: 20px;
  }

  .case-study-hero-section {
    margin-bottom: 60px;
    padding-top: 180px;
  }

  .case-study-heading {
    font-size: 28px;
  }

  .case-study-item-section {
    margin-bottom: 100px;
  }

  .case-study-split-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .case-study-split-left {
    width: 100%;
    margin-bottom: 1%;
    margin-right: 0%;
  }

  .case-study-split-right {
    width: 100%;
    margin-left: 0%;
    padding-top: 100px;
  }

  .case-study-collection-grid {
    grid-row-gap: 80px;
  }

  .case-study-thumbnail-wrapper {
    width: 100%;
    max-height: 300px;
  }

  .case-study-company-wrapper {
    border-radius: 10px;
    max-width: 130px;
    padding: 10px;
  }

  .case-study-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .case-study-short-para {
    font-size: 16px;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-hero-text-section {
    width: 90%;
    margin-top: 20px;
  }

  .cs-customer-brief-section {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-client-brief-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-1000px {
    width: 95%;
  }

  .cs-social-wrapper {
    margin-top: 30px;
    margin-right: 0%;
    top: 0;
  }

  .share-text {
    margin-right: 20px;
    font-size: 14px;
  }

  .social-link {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .template-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cs-template-author-block {
    margin-bottom: 20px;
  }

  .cs-author-name {
    margin-bottom: 4px;
  }

  .verified-badge {
    width: 12px;
    height: 12px;
  }

  .verified-text {
    font-size: 13px;
  }

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

  .pricing-hero-para {
    font-size: 16px;
  }

  .pricing-question-heading {
    font-size: 30px;
  }

  .pricing-question-para {
    font-size: 16px;
  }

  .pricing-question-text {
    max-width: none;
    font-size: 18px;
  }

  .extra-image-wrapper {
    max-width: 230px;
  }

  .extra-image-2 {
    max-width: 140px;
  }

  .pricing-3-heading {
    font-size: 30px;
  }

  .pricing-3-hero-para {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .pricing-3-blocks-wrapper {
    display: flex;
  }

  .pricing-3-box {
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .pricing-3-box-plan-block {
    width: 90%;
  }

  .pricing-plan-name {
    font-size: 28px;
  }

  .pricing-plan-description, .pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .pricing-price-container.pricing-3-price-container {
    margin-bottom: 15px;
  }

  .help-hero-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .help-hero-para {
    font-size: 16px;
  }

  .help-category-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .category-icon-container {
    width: 60px;
    height: 60px;
  }

  .category-block-head {
    font-size: 23px;
  }

  .help-question-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .help-question-wrapper-head {
    margin-bottom: 50px;
  }

  .question-head, .question-alter-head {
    font-size: 22px;
  }

  .blog-two-section {
    padding-top: 140px;
  }

  .blog-hero-para {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-thumbnail-image-container {
    height: 300px;
    max-height: none;
  }

  .blog-card-head {
    line-height: 120%;
  }

  .subscription-image-wrapper {
    width: 100%;
    max-height: 300px;
    margin-bottom: 40px;
  }

  .subscription-text-wrapper {
    width: 100%;
  }

  .subscribe-note {
    font-size: 16px;
  }

  .blog-heading {
    font-size: 32px;
  }

  .help-template-hero-heading {
    font-size: 30px;
  }

  .help-template-hero-para {
    font-size: 16px;
  }

  .product-feature-split-heading, .home-2-feature-heading {
    font-size: 32px;
  }

  .home-2-product-heading.sec-main-heading {
    padding-top: 60px;
    font-size: 28px;
  }

  .home-3-product-feature-head.webflow-mig-services {
    width: 90%;
    font-size: 28px;
  }

  .home-3-product-feature-head.webflow-mig-services.migration-serviced {
    margin-top: 0;
    font-size: 26px;
  }

  .home-3-product-feature-head.webflow-mig-services.sec-bg-top-head {
    font-size: 28px;
  }

  .home-3-product-feature-head.webflow-services {
    margin-bottom: -50px;
    padding-left: 20px;
    font-size: 28px;
  }

  .plans-section.plans-wrapper {
    padding-top: 140px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-now-button {
    margin-right: 0;
  }

  .cart-button-wrap {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .plan-price {
    font-size: 30px;
  }

  .block-content {
    font-size: 16px;
  }

  .utility-page-content {
    width: 90%;
  }

  .cart-button {
    padding-left: 0;
    padding-right: 10px;
  }

  .wrapper.overview-page {
    padding-top: 140px;
  }

  .display-heading {
    font-size: 50px;
  }

  .display-heading.overview {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .subheading, .subheading.dark {
    color: var(--sea-green);
  }

  .overview-image-wrapper {
    height: 440px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial-heading.overview {
    width: 100%;
  }

  .visual-features-item-heading {
    font-size: 20px;
  }

  .visual-features-item-image {
    margin-bottom: 10px;
  }

  .dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .visual-features-item.navbar {
    padding: 20px;
    font-size: 14px;
  }

  .visual-features-items-container.nav {
    max-width: 230px;
  }

  .licensing-icons-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .font-text {
    padding: 26px;
    font-size: 30px;
  }

  ._22-px {
    font-size: 16px;
  }

  .conditional-visibility-heading {
    font-size: 32px;
  }

  .about-3-product-feature-heading {
    font-size: 30px;
  }

  ._404-heading {
    font-size: 23px;
  }

  ._404-main-heading {
    font-size: 120px;
  }

  .page-para {
    font-size: 16px;
  }

  .overview-image-text {
    height: 80px;
    padding-left: 20px;
  }

  .overview-image-title {
    font-size: 20px;
  }

  .nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-dropdown-title-para {
    line-height: 22px;
  }

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

  .resources-visual-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .resource-visual-block-text {
    font-size: 18px;
  }

  .footer-link-inner-wrapper {
    flex-flow: column;
    width: 100%;
    height: 467px;
    margin-top: 17px;
    padding-top: 0;
    display: flex;
  }

  .footer-link-inner-wrapper.bottom-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .help-question-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-center-hero {
    padding-top: 45px;
    font-size: 18px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .heading-91 {
    margin-top: 40px;
    margin-left: 0;
    font-size: 28px;
  }

  .bold-text {
    font-size: 30px;
  }

  .heading-92 {
    width: 100%;
    min-width: 250px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .features-table-2 {
    padding-bottom: 0;
  }

  .container-3 {
    max-width: none;
  }

  .container-3.expertspartnersgrid {
    margin-top: 0;
  }

  .container-3.how-does-work.expert-how {
    margin-top: 60px;
  }

  .centered-heading-2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .centered-heading-2.make-text-grid {
    font-size: 28px;
  }

  .centered-heading-2.make-text-grid.new-grid-text {
    margin-top: 0;
    padding-top: 60px;
    font-size: 26px;
  }

  .centered-heading-2.figma-custom-heading {
    margin-bottom: -50px;
  }

  .comparison-table-2 {
    margin-bottom: 73px;
    margin-left: 0;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    border-bottom-width: 0;
    flex-flow: row;
    grid-template: "Area Area" minmax(0, 1fr)
    / minmax(99px, 1.75fr);
    grid-auto-columns: minmax(100px, .5fr);
    grid-auto-flow: row;
    place-content: flex-end center;
    align-items: center;
    width: 85%;
    height: 272px;
    min-height: 270px;
    margin-top: 0;
    margin-left: 0;
    display: grid;
  }

  .comparison-row-2.expertsrow {
    width: 80%;
  }

  .comparison-row-2.expertsrow.figma-row-box {
    height: 400px;
  }

  .comparison-row-2.expertsrow.ecommerce-row {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(99px, 1.75fr);
    grid-auto-columns: minmax(100px, .5fr);
    height: 325px;
    margin-left: 0;
    display: grid;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-top: 40px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 20px;
  }

  .bold-text-4 {
    width: 120px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .bold-text-5 {
    width: 115px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .bold-text-5.inner-row-partner.ecommerce-head {
    width: 156px;
  }

  .text-block-3 {
    flex-wrap: wrap;
    align-items: flex-start;
    width: 158px;
    min-height: 202px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
  }

  .text-block-3.figma-text-coloumn {
    margin-top: -63px;
  }

  .text-block-3.ecommerce-block {
    width: 180px;
  }

  .text-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    place-content: space-around flex-start;
    align-items: flex-start;
    width: 170px;
    height: 200px;
    min-height: 200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
  }

  .text-block-4.speedpage {
    width: 160px;
    height: 99px;
    min-height: 200px;
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .text-block-4.speedpage.figma-text-block, .text-block-4.figma-text-block {
    margin-top: -63px;
  }

  .text-block-4.ecommerce-block {
    width: 180px;
  }

  .testimonial-column-light {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-grid-two {
    margin-top: 40px;
  }

  .testimonial-card-two {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two.work-does-grid {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-text-two {
    margin-bottom: 20px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .heading-95 {
    width: 80%;
    margin-left: 32px;
    font-size: 28px;
  }

  .container-5 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .heading-102 {
    margin-bottom: 20px;
  }

  .white-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact-hero-heading-2 {
    font-size: 28px;
    line-height: 120%;
  }

  .underlined-span-2 {
    padding-bottom: 0;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .comparison-row-main-3 {
    grid-column-gap: 20px;
  }

  .comparison-title-3 {
    margin-left: 10px;
  }

  .comparison-row-3 {
    grid-column-gap: 20px;
  }

  .comparison-negative-3 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-negative-4 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 16px;
  }

  .heading-103 {
    width: 100%;
    margin-top: -180px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about-2-contact-form-field-copy {
    font-size: 16px;
  }

  .container-7 {
    max-width: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-3 {
    margin-bottom: 10px;
  }

  .heading-105 {
    font-size: 24px;
  }

  .heading-106 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 28px;
  }

  .heading-106.custom-head-work {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .heading-107 {
    width: 96%;
    margin-left: 0;
    font-size: 28px;
  }

  .heading-110 {
    margin-top: 30px;
    margin-left: 0;
  }

  .link-block-2.service-link {
    width: 260px;
    min-width: 190px;
    left: -72%;
  }

  .link-block-2.service-link.audit-link {
    width: 247px;
    margin-left: -64px;
    padding-left: 10px;
    padding-right: 10px;
    left: 18%;
  }

  .link-block-2.service-link.audit-link.audit-custom {
    left: 25%;
  }

  .link-block-2.service-link.audit-audit {
    top: -48px;
    left: 4%;
  }

  .link-block-2.service-link.wrap-web-link {
    left: 5%;
  }

  .link-block-2.service-link.wrap-web-link.wp-link.mid-mid-wp {
    min-width: 220px;
    margin-left: -245px;
  }

  .image-11 {
    width: 100%;
    min-width: 100px;
    max-width: 100%;
    height: 80%;
    min-height: 75px;
    display: inline-block;
  }

  .image-11.worldresource {
    margin-left: -25px;
    padding-left: 0;
  }

  .image-11.worldresource.homeone-world {
    margin-left: 0;
  }

  .bold-text-10 {
    min-width: 250px;
  }

  .bold-text-12 {
    font-size: 28px;
    line-height: 100%;
  }

  .bold-text-13 {
    font-size: 26px;
    line-height: 1.1;
  }

  .bold-text-14 {
    font-size: 26px;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-xsmall {
    font-size: 1em;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-main-paragraph {
    font-size: 16px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box {
    padding: 30px 20px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .heading-113 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }

  .heading-113.expert-testimonial {
    font-size: 28px;
  }

  .heading-114 {
    font-size: 30px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst-2 {
    background-size: auto 56%;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .bold-text-19 {
    font-size: 25px;
  }

  .heading-133 {
    font-size: 28px;
  }

  .bold-text-21 {
    font-size: 26px;
  }

  .image-12.icon-portfolio, .image-13, .image-14, .image-15, .image-16 {
    margin-left: 45%;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-pricing-wrapper-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-list-wrapper-padding-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-paragraph-small {
    font-size: 1em;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-heading-regular-dark-green {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-price-green-wrapper-border {
    padding: 30px 20px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .heading-136 {
    font-size: 28px;
  }

  .heading-136.expert-pricing-heading {
    padding-top: 20px;
    font-size: 26px;
  }

  .bold-text-31.bold-text, .bold-text-32.bold-text, .bold-text-33.bold-text, .bold-text-34.bold-text, .bold-text-35.bold-text, .bold-text-36.bold-text {
    font-size: 17px;
  }

  .div-block-9 {
    margin: 20px;
  }

  .home-hero-button-arrow-image-2 {
    display: none;
  }

  .text-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .primary-button-2 {
    padding: 16px 20px;
  }

  .home-hero-heading-2 {
    font-size: 28px;
    line-height: 110%;
  }

  .heading-137 {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-137.vision-head {
    text-align: center;
    font-size: 22px;
  }

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

  .heading-138 {
    text-align: center;
    font-size: 22px;
  }

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

  .paragraph-13.mission-text.about, .paragraph-12.vision-text.about {
    text-align: center;
  }

  .section-5 {
    margin-top: 60px;
  }

  .section-5.mission-section {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .bold-text-37 {
    width: 150px;
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .comparison-positive-4 {
    background-position: 0 4px;
    background-size: 16px;
    margin-top: 40px;
    margin-left: 10px;
    padding-top: 0;
    padding-left: 20px;
  }

  .bold-text-38 {
    width: 130px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .container-27 {
    max-width: none;
  }

  .container-27.what-we-include.core-value-section {
    padding-left: 0;
    padding-right: 10px;
  }

  .green-top-heading-2.small-mid-class {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .green-top-heading-2.small-mid-class.about-core-small {
    margin-top: 60px;
  }

  .green-top-heading-2.small-mid-class.small-story.startup, .green-top-heading-2.small-mid-class, .green-top-heading-2.small-mid-class {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .green-top-heading-2.small-mid-class.flutter-small-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-table-4 {
    margin-bottom: 73px;
    margin-left: 0;
  }

  .comparison-table-4.core-value-section {
    margin-bottom: 60px;
  }

  .centered-heading-6 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .centered-heading-6.about-core-value {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .text-block-30 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    place-content: space-around center;
    align-items: flex-start;
    width: 170px;
    height: 200px;
    min-height: 200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
    position: relative;
  }

  .text-block-31 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 158px;
    height: 200px;
    min-height: 200px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    font-size: 14px;
    display: flex;
  }

  .comparison-row-4 {
    grid-column-gap: 15px;
    grid-row-gap: 8px;
    border-bottom-width: 0;
    flex-flow: row;
    grid-template: "Area Area" minmax(0, 1fr)
    / minmax(99px, 1.75fr);
    grid-auto-columns: minmax(100px, .5fr);
    grid-auto-flow: row;
    place-content: flex-end center;
    place-items: center start;
    width: 85%;
    height: 300px;
    min-height: 345px;
    margin-top: 0;
    margin-left: 0;
    display: grid;
  }

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

  .text-container-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-hero-heading-3 {
    font-size: 28px;
    line-height: 110%;
  }

  .heading-139, .bold-text-39 {
    font-size: 30px;
  }

  .image-27 {
    max-width: 100%;
  }

  .secoundary-button-2 {
    font-size: 16px;
  }

  .home-3-slider-author-name-2 {
    font-size: 30px;
  }

  .home-slider-3-author-para-2 {
    max-width: 200px;
    font-size: 16px;
  }

  .green-top-heading-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-140 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 30px;
  }

  .heading-140.common-heading {
    margin-top: 0;
    padding: 10px 0;
  }

  .testimonial-text-two-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .testimonial-card-two-3 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two-3.custom-box-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-29 {
    max-width: none;
  }

  .testimonial-grid-two-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-142 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 30px;
  }

  .heading-142.common-heading {
    margin-top: 0;
    padding: 10px 0;
  }

  .paragraph-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-two-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .testimonial-card-two-4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two-4.custom-box-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-30 {
    max-width: none;
  }

  .container-30.custom-container.hire-container.our-goal {
    margin-top: 100px;
  }

  .testimonial-grid-two-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-grid-two-4.bubble-row {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .testimonial-grid-two-4.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .green-top-heading-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .review-section-2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .review-section-2.hire-review.flutter-review {
    margin-top: 40px;
  }

  .review-section-2.hire-review.flutter-review.zenith-review {
    margin-bottom: 180px;
  }

  .review-section-2.hire-review.flutter-review.zenith-review.joomla-review {
    margin-top: 60px;
  }

  .review-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .review-header-wrapper-2 {
    margin-bottom: 40px;
  }

  .review-star-wrapper-2 {
    justify-content: center;
    width: 60%;
    margin-bottom: 20px;
    line-height: 15px;
  }

  .review-star-2 {
    width: 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .underlined-span-3 {
    padding-bottom: 0;
  }

  .heading-145 {
    font-size: 28px;
  }

  .review-para-text-2 {
    font-size: 15px;
    line-height: 145%;
  }

  .slide-nav-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .heading-146 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 30px;
  }

  .heading-146.common-heading {
    margin-top: 0;
    padding: 10px 0;
    font-size: 28px;
  }

  .paragraph-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-two-5 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .testimonial-card-two-5 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two-5.custom-box-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-31 {
    max-width: none;
  }

  .testimonial-grid-two-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-grid-two-5.bubble-row {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .testimonial-grid-two-5.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .green-top-heading-5 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .feature-image-wrapper-11 {
    flex: 0 auto;
    width: 90%;
  }

  .features-pointer-header-2 {
    font-size: 20px;
  }

  .feature-image-wrapper-12 {
    top: 7%;
  }

  .underlined-span-4 {
    padding-bottom: 0;
  }

  .features-pointer-description-2 {
    font-size: 16px;
  }

  .heading-149 {
    font-size: 28px;
  }

  .home-2-product-header-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .home-2-product-heading-2 {
    font-size: 30px;
  }

  .review-section-3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .review-section-3.hire-review.flutter-review {
    margin-top: 40px;
  }

  .review-wrapper-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-header-wrapper-3 {
    margin-bottom: 40px;
  }

  .review-star-wrapper-3 {
    justify-content: center;
    width: 60%;
    margin-bottom: 20px;
    line-height: 15px;
  }

  .review-star-3 {
    width: 20px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .heading-150 {
    font-size: 30px;
  }

  .review-para-text-3 {
    font-size: 15px;
    line-height: 145%;
  }

  .slide-nav-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .section-6 {
    margin-top: 140px;
  }

  .heading-team1 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 30px;
  }

  .heading-team1.common-heading {
    margin-top: 0;
    padding: 10px 0;
    font-size: 28px;
  }

  .paragraph-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-two-6 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .testimonial-card-two-6 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two-6.custom-box-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-34 {
    max-width: none;
  }

  .testimonial-grid-two-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-grid-two-6.bubble-row {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .testimonial-grid-two-6.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-153, .heading-156, .heading-157, .heading-158, .heading-160, .heading-161, .heading-162, .heading-163, .heading-164, .heading-166, .heading-167, .heading-168, .heading-169, .heading-170, .heading-171, .heading-172, .heading-173, .heading-174, .heading-175, .heading-176, .heading-177, .bold-text-99, .bold-text-100, .heading-180, .bold-text-101, .heading-181, .heading-182, .heading-183, .heading-184, .heading-187, .heading-188 {
    font-size: 28px;
  }

  .container-35 {
    max-width: none;
  }

  .testimonial-text-two-7 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-189 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    font-size: 30px;
  }

  .heading-189.common-heading {
    margin-top: 0;
    padding: 10px 0;
    font-size: 28px;
  }

  .testimonial-card-two-7 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-card-two-7.custom-box-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-grid-two-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-grid-two-7.bubble-row {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .testimonial-grid-two-7.bubble-row.hire-bubble-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-primary-white {
    justify-content: center;
  }

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

  .banner-buttons-wrap {
    grid-row-gap: 12px;
  }

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

  .base-container {
    max-width: 100%;
  }

  .joomla-webflow.wordpress-btn-2.wordpress-bt-3.wordpress-button, .joomla-webflow.wordpress-btn-2.wordpress-btn-4.wordpress-button {
    max-width: 250px;
  }

  .joomla-webflow.joomla-btn1.joomla-btn-2.drupal-btn-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .joomla-webflow.joomla-btn-2.drupal-btn-2 {
    max-width: 45%;
    margin-left: auto;
    display: block;
  }

  .joomla-webflow.wix-webflow.squarespace-btn.squarespace-btn-2, .joomla-webflow.webflow-experts-btn.experts-btn-2, .joomla-webflow.experts-btn-3 {
    max-width: 250px;
  }

  .joomla-webflow.migration-btn3 {
    margin-top: 40px;
  }

  .code-embed-4 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }
}

#w-node-cecac880-6ed4-67a0-eb7c-cc0750476a17-740e1a44, #w-node-f77fd5d6-b0b3-b7a6-0c8e-ec90d9ab69c9-740e1a44, #w-node-_8f55bc85-1573-1cd4-8ce5-80f52e80daed-740e1a44, #w-node-_17a478e3-933b-38b3-74a3-08e4ce7ff864-740e1a44, #w-node-_651977bb-7f99-e894-dadd-4af42b29a0a1-740e1a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd4a13d-9e93-3c69-2fd3-dc4a0eda45ad-740e1a44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e47e27a4-aa60-b838-e95e-df51581d208f-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d2094-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d209c-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d2099-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c3-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c8-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840d0-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840cd-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad5-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad9-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64add-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ae0-740e1a44, #w-node-_64eb0f4f-281d-a40f-601f-230577721ab4-740e1a44, #w-node-c5ed3efa-0f57-ca49-9c80-618e8df1eb71-740e1a44, #w-node-_0aa4c033-279c-aa7c-eadf-e00e88f767ba-740e1a44, #w-node-_3c6b11a4-e9f5-5fef-24ce-ca4e8c0832e6-740e1a44, #w-node-_3c6b11a4-e9f5-5fef-24ce-ca4e8c0832ed-740e1a44, #w-node-_3c6b11a4-e9f5-5fef-24ce-ca4e8c0832f3-740e1a44, #w-node-c0798c8d-f662-d6f1-f817-c747e32149be-335c2df0, #w-node-e35d4771-c6e9-2be0-9979-e498899c28a8-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28ac-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b0-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b3-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b6-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28ba-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28be-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28c1-740e1a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d3071-740e1a1c, #w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d308a-740e1a1c, #w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d30a3-740e1a1c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_5b310ddd-1fcb-a393-378f-23255aa81b55-740e1a1c, #w-node-_2494cfcf-fbfb-b914-ed5d-9f7d406ad799-740e1a1c, #w-node-_068006fd-1892-60a7-cb00-3b1cd99b50ce-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b68-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b77-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b61-740e1a1c, #w-node-f8f4b2ec-8556-a3c2-1ced-e0100c4bb33e-740e1a1c, #w-node-_6e84e941-54d5-97a8-11dc-6086940950d6-740e1a1c, #w-node-c6b70862-4b60-ec03-afff-f67e0490ae6e-740e1a1c, #w-node-_6fff98b5-aef9-7e35-c14c-141cd83ee770-740e1a1c, #w-node-d7990041-8579-7776-dee0-72a964aef4b9-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b6f-740e1a1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_969f98be-1a47-c8db-8c7c-86ad62441f92-740e1a20 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bafb3207-2a3e-c815-8466-1c0f99692601-740e1a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aff4bb6-8e22-0447-588a-819633a5e335-740e1a20 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_183078ea-f609-cb6c-7cdc-557d76d84ea5-740e1a20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-740e1a21 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_66939dc7-7902-f167-d79d-3d73de6f1192-740e1a21 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-f33c9638-5598-0b8b-496c-b3857c88fd88-740e1a41, #w-node-f33c9638-5598-0b8b-496c-b3857c88fda4-740e1a41, #webflowexpert-faq.w-node-f0808994-5c6f-2b63-fadc-4749f96aea9d-f96aea92, #w-node-f0808994-5c6f-2b63-fadc-4749f96aeab9-f96aea92, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-740e1a52, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-740e1a52, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-740e1a52, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-740e1a52, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-740e1a52, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-740e1a52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-740e1a52, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-740e1a52, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-740e1a52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-740e1a52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-740e1a52 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-740e1a52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-740e1a52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-740e1a52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-740e1a52 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-740e1a52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-740e1a52, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-740e1a52, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-740e1a52, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-740e1a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58609ace-f40f-2b2f-3b48-acf4f797c8e9-740e1a58, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c902-740e1a58, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c91b-740e1a58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-740e1a58, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-740e1a58, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-740e1a58, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-740e1a58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-740e1a58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc2-740e1a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc9-740e1a58 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdb-740e1a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-740e1a58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe7-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00a-740e1a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-740e1a58 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b010-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b018-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b032-740e1a58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-5f849e41, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-5f849e41, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-5f849e41, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-5f849e41, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-5f849e41, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08dd-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08e3-5f70eced, #w-node-_03e8d30f-5e8a-aacb-de07-ba36192cd643-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08e9-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08f0-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08fd-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c090b-5f70eced, #w-node-_67153055-529c-3471-6854-ba2f88d69e66-5f70eced, #w-node-_8abd783a-34d3-e9c1-be1f-9497fe80cecf-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-5f70eced, #w-node-_528588b7-36d9-404b-2cad-56b19778b246-5f70eced, #w-node-_528588b7-36d9-404b-2cad-56b19778b24c-5f70eced, #w-node-_528588b7-36d9-404b-2cad-56b19778b252-5f70eced, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-5f70eced, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-5f70eced, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-5f70eced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1d-5f70eced {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1f-5f70eced {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee26-5f70eced {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee38-5f70eced {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3c-5f70eced {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3e-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee44-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee67-5f70eced {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee6b-5f70eced {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee6d-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee75-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee8f-5f70eced {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-dc548764, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-dc548764, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-dc548764, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-dc548764, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-dc548764, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-3ddaea94, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-3ddaea94, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-3ddaea94, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-3ddaea94, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-3ddaea94, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-3ddaea94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-3ddaea94, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-3ddaea94, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f35-3ddaea94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f37-3ddaea94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f3e-3ddaea94 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f50-3ddaea94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f54-3ddaea94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f56-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f5c-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f7f-3ddaea94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f83-3ddaea94 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f85-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f8d-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6fa7-3ddaea94 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-3ddaea94, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-3ddaea94, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-3ddaea94, #w-node-_68958c7e-975f-f9ef-db1b-eeef8fd23578-4443b2ea, #w-node-_68958c7e-975f-f9ef-db1b-eeef8fd2357f-4443b2ea, #w-node-_68958c7e-975f-f9ef-db1b-eeef8fd23585-4443b2ea, #w-node-c11e2e16-3cca-5734-1356-ca5b412c595c-4443b2ea, #w-node-_9babee2c-54d2-5ae9-eeec-b6a5aaf8ad4e-4443b2ea, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-4443b2ea, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-4443b2ea, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-4443b2ea, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-1882394e, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-1882394e, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-1882394e, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-1882394e, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-1882394e, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-1882394e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-1882394e, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-1882394e, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-1882394e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-1882394e, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-1882394e, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-1882394e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-655ce763 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_66939dc7-7902-f167-d79d-3d73de6f1192-655ce763 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-703b6949 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-703b6949, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-703b6949, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-703b6949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-703b6949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-703b6949 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-703b6949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-703b6949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-703b6949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-703b6949 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-703b6949 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-703b6949, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-703b6949, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-703b6949, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-205c61cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-205c61cc, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-205c61cc, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-205c61cc {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-205c61cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-205c61cc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-205c61cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-205c61cc {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-205c61cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-205c61cc {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-205c61cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-205c61cc, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-205c61cc, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-205c61cc, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-c53d01f6, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-c53d01f6, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-c53d01f6, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-c53d01f6, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-c53d01f6, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-c53d01f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-c53d01f6, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-c53d01f6, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-c53d01f6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-c53d01f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-c53d01f6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-c53d01f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-c53d01f6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-c53d01f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-c53d01f6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-c53d01f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-c53d01f6, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-c53d01f6, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-c53d01f6, #w-node-adbe6a27-765e-87d3-db63-ea1ddc80ad44-5087cce4, #w-node-adbe6a27-765e-87d3-db63-ea1ddc80ad4a-5087cce4, #w-node-adbe6a27-765e-87d3-db63-ea1ddc80ad50-5087cce4, #w-node-_817a08e2-cddc-15c2-9334-420604963db9-5087cce4, #w-node-f6f1aa43-44cc-cc31-143b-acc988f80a23-5087cce4, #w-node-_11dd8894-19a0-c35b-45f5-e9e68397e003-5087cce4, #w-node-_19c6b168-66c3-9abb-65bf-50e872868bf0-5087cce4, #w-node-_19c6b168-66c3-9abb-65bf-50e872868bf6-5087cce4, #w-node-_19c6b168-66c3-9abb-65bf-50e872868bfd-5087cce4, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-2f139dc7, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-2f139dc7, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-2f139dc7, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-2f139dc7, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-2f139dc7, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-2f139dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-2f139dc7, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-2f139dc7, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-2f139dc7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-2f139dc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-2f139dc7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-2f139dc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-2f139dc7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-2f139dc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-2f139dc7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-2f139dc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-2f139dc7, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-2f139dc7, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-2f139dc7, #w-node-_78691ad2-c237-1920-f48f-50e03097feed-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097fef3-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097fef9-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097ff00-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097ff07-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097ff0f-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d96a-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d972-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d97b-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d984-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d98d-38985021, #w-node-_716de1f3-1e72-e870-be97-06406c63d996-38985021, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd2439694-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd243969a-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a0-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-bc4bb0d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bc4bb0d1, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bc4bb0d1, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc4bb0d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-bc4bb0d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-bc4bb0d1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-bc4bb0d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc4bb0d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-bc4bb0d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc4bb0d1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bc4bb0d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-bc4bb0d1, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-bc4bb0d1, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bc4bb0d1, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8422e-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce84234-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8423a-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce84241-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8424e-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8425c-91e95b02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-91e95b02, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-91e95b02, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-91e95b02 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-91e95b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-91e95b02 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-91e95b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-91e95b02 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-91e95b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-91e95b02 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-91e95b02 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-91e95b02, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-91e95b02, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-91e95b02, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-309e4565 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-309e4565, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-309e4565, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-309e4565 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-309e4565 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-309e4565 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-309e4565 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-309e4565 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-309e4565 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-309e4565 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-309e4565 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-309e4565, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-309e4565, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-309e4565, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-bedafc8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bedafc8f, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bedafc8f, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bedafc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-bedafc8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-bedafc8f {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-bedafc8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bedafc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-bedafc8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bedafc8f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bedafc8f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-bedafc8f, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-bedafc8f, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bedafc8f, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-5fdf88f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-5fdf88f0, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-5fdf88f0, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-5fdf88f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-5fdf88f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-5fdf88f0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-5fdf88f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-5fdf88f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-5fdf88f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-5fdf88f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-5fdf88f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-5fdf88f0, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-5fdf88f0, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-5fdf88f0, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8422e-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce84234-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8423a-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce84241-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8424e-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8425c-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c62552826b-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c62552826f-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528273-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528276-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528279-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c62552827d-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528281-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528284-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9d3-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9d9-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9df-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9e6-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9ed-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9f5-652d6e70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-652d6e70, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-652d6e70, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-652d6e70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-652d6e70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-652d6e70 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-652d6e70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-652d6e70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-652d6e70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-652d6e70 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-652d6e70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-652d6e70, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-652d6e70, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-652d6e70, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd2439694-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd243969a-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a0-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-67deb248 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-67deb248, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-67deb248, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-67deb248 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-67deb248 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-67deb248 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-67deb248 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-67deb248 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-67deb248 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-67deb248 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-67deb248 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-67deb248, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-67deb248, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-67deb248, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-393945c8, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-393945c8, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-393945c8, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-393945c8, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-393945c8, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa876-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa87c-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa882-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa889-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa896-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa8a4-393945c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-393945c8, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-393945c8, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-393945c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-393945c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-393945c8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-393945c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-393945c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-393945c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-393945c8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-393945c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-393945c8, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-393945c8, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-393945c8, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-438e6d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58609ace-f40f-2b2f-3b48-acf4f797c8e9-438e6d81, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c902-438e6d81, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c91b-438e6d81 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b1fd-438e6d81, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b204-438e6d81, #w-node-_6fdfb532-38df-ddb2-cecc-7b04d065b20a-438e6d81, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-438e6d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-438e6d81 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc2-438e6d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc9-438e6d81 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdb-438e6d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-438e6d81 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe7-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00a-438e6d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-438e6d81 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b010-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b018-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b032-438e6d81 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec73-438e6d81, #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec82-438e6d81, #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec8a-438e6d81, #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec9c-438e6d81, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd2439694-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd243969a-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a0-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-bc780b13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bc780b13, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bc780b13, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc780b13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-bc780b13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-bc780b13 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-bc780b13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc780b13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-bc780b13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc780b13 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bc780b13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-bc780b13, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-bc780b13, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bc780b13, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd2439694-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd243969a-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a0-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-b991ee50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-b991ee50, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-b991ee50, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-b991ee50 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-b991ee50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-b991ee50 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-b991ee50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-b991ee50 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-b991ee50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-b991ee50 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-b991ee50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-b991ee50, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-b991ee50, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-b991ee50, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-477c1b89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-477c1b89, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-477c1b89, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-477c1b89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-477c1b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-477c1b89 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-477c1b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-477c1b89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-477c1b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-477c1b89 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-477c1b89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-477c1b89, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-477c1b89, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-477c1b89, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986df-68d91ef2, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e1-68d91ef2, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e3-68d91ef2, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e5-68d91ef2, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e7-68d91ef2, #w-node-_6d23d0f1-cc4f-7bf7-9aa7-c429694986e9-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1e6-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1ec-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f2-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-68d91ef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-68d91ef2, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-68d91ef2, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-68d91ef2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b03f-68d91ef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b048-68d91ef2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b067-68d91ef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-68d91ef2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b07a-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b099-68d91ef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-68d91ef2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a3-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0ac-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-68d91ef2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-68d91ef2, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-68d91ef2, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-68d91ef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e47e27a4-aa60-b838-e95e-df51581d208f-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d2094-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d209c-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c8-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840d0-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad9-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ae0-740e1a44, #w-node-e35d4771-c6e9-2be0-9979-e498899c28a8-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28ac-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b0-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28ba-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28be-740e1a1c, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-740e1a52, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-740e1a58, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-5f849e41, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-dc548764, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-dc548764, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-3ddaea94, #w-node-c11e2e16-3cca-5734-1356-ca5b412c595c-4443b2ea, #w-node-_9babee2c-54d2-5ae9-eeec-b6a5aaf8ad4e-4443b2ea, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-1882394e, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-703b6949, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-205c61cc, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-c53d01f6, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-2f139dc7, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bc4bb0d1, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-91e95b02, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-309e4565, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bedafc8f, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-5fdf88f0, #w-node-e16f06d4-f10f-e681-b93a-81c62552826b-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c62552826f-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528273-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c62552827d-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528281-652d6e70, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-652d6e70, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-67deb248, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-393945c8, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982702-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982712-438e6d81, #w-node-_5dde0060-f905-c032-8fc1-93c01a2c8451-438e6d81, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-bc780b13, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-b991ee50, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-477c1b89, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-68d91ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-740e1a52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-740e1a52 {
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-740e1a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b032-740e1a58 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1f-5f70eced {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3e-5f70eced {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee8f-5f70eced {
    place-self: auto;
  }

  #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f56-3ddaea94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6fa7-3ddaea94 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-703b6949 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-703b6949 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-205c61cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-205c61cc {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-c53d01f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-c53d01f6 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-2f139dc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-2f139dc7 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc4bb0d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bc4bb0d1 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-91e95b02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-91e95b02 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-309e4565 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-309e4565 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bedafc8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bedafc8f {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-5fdf88f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-5fdf88f0 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-652d6e70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-652d6e70 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-67deb248 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-67deb248 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-393945c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-393945c8 {
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-438e6d81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b032-438e6d81 {
    place-self: auto;
  }

  #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec73-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc780b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-bc780b13 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-b991ee50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-b991ee50 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-477c1b89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-477c1b89 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-68d91ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0cb-68d91ef2 {
    place-self: auto;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_2494cfcf-fbfb-b914-ed5d-9f7d406ad799-740e1a1c, #w-node-_068006fd-1892-60a7-cb00-3b1cd99b50ce-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b68-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b77-740e1a1c, #w-node-f8f4b2ec-8556-a3c2-1ced-e0100c4bb33e-740e1a1c, #w-node-_6e84e941-54d5-97a8-11dc-6086940950d6-740e1a1c, #w-node-c6b70862-4b60-ec03-afff-f67e0490ae6e-740e1a1c, #w-node-_6fff98b5-aef9-7e35-c14c-141cd83ee770-740e1a1c, #w-node-_5b310ddd-1fcb-a393-378f-23255aa81b6f-740e1a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-740e1a52, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-740e1a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08f0-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c08fd-5f70eced, #w-node-_6f926e7e-3ff1-625b-2c2e-33241a3c090b-5f70eced, #w-node-_67153055-529c-3471-6854-ba2f88d69e66-5f70eced, #w-node-_8abd783a-34d3-e9c1-be1f-9497fe80cecf-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1d-5f70eced {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3e-5f70eced, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f56-3ddaea94, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-703b6949 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-205c61cc, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-205c61cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-2f139dc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78691ad2-c237-1920-f48f-50e03097ff00-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097ff07-38985021, #w-node-_78691ad2-c237-1920-f48f-50e03097ff0f-38985021, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-bc4bb0d1, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-bc4bb0d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc4bb0d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdba946a-c198-0516-330e-edff5ce84241-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8424e-91e95b02, #w-node-bdba946a-c198-0516-330e-edff5ce8425c-91e95b02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-91e95b02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-309e4565, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-309e4565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-309e4565 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-bedafc8f, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-bedafc8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bedafc8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-5fdf88f0, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-5fdf88f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-5fdf88f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdba946a-c198-0516-330e-edff5ce84241-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8424e-652d6e70, #w-node-bdba946a-c198-0516-330e-edff5ce8425c-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9e6-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9ed-652d6e70, #w-node-e68938f1-8900-0ade-f664-07de6544b9f5-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-652d6e70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-67deb248, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-67deb248 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-67deb248 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa889-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa896-393945c8, #w-node-_3a45009f-e8fb-1546-f3a5-4ce2ae3fa8a4-393945c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-393945c8, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afe1-438e6d81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec82-438e6d81, #w-node-c6277f1a-6a7b-1a0f-c314-30b31bf9ec9c-438e6d81, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-bc780b13, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-bc780b13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-bc780b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396a7-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396b4-b991ee50, #w-node-_5eff48d1-a200-01f4-5444-ba7cd24396c2-b991ee50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-b991ee50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-477c1b89, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-477c1b89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-477c1b89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b1f9-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b200-68d91ef2, #w-node-_27128363-24c1-2cfd-44e5-b0d2e820b208-68d91ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b071-68d91ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e47e27a4-aa60-b838-e95e-df51581d208f-740e1a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e47e27a4-aa60-b838-e95e-df51581d2094-740e1a44 {
    grid-column: span 1 / span 1;
  }

  #w-node-e47e27a4-aa60-b838-e95e-df51581d2099-740e1a44, #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c3-740e1a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c8-740e1a44 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840cd-740e1a44, #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad5-740e1a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad9-740e1a44 {
    grid-column: span 1 / span 1;
  }

  #w-node-_37f0898e-963b-600d-bf4f-a206cfb64add-740e1a44, #w-node-e35d4771-c6e9-2be0-9979-e498899c28a8-740e1a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28ac-740e1a1c {
    grid-column: span 1 / span 1;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28b3-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b6-740e1a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28ba-740e1a1c {
    grid-column: span 1 / span 1;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28c1-740e1a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d3071-740e1a1c, #w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d308a-740e1a1c, #w-node-b32f8a0e-3ea3-9fca-995d-afa1b81d30a3-740e1a1c {
    grid-column: 1 / 3;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-740e1a21 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1192-740e1a21 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-740e1a52, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-740e1a52, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-740e1a52 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-740e1a52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-740e1a52, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-740e1a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-740e1a58 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-740e1a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-740e1a58 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-740e1a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-740e1a58 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-740e1a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c8e9-740e1a58, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c902-740e1a58, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c91b-740e1a58 {
    grid-column: 1 / 3;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-740e1a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f849e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f849e41 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f849e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f849e41 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-5f849e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f849e41 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f70eced {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f70eced {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f70eced {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1d-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3c-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee6b-5f70eced {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-dc548764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-dc548764 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-dc548764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-dc548764 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-dc548764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-dc548764 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-dc548764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-3ddaea94, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-3ddaea94, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-3ddaea94 {
    grid-column: 1 / 3;
  }

  #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f35-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f54-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f83-3ddaea94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-3ddaea94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-1882394e, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-1882394e, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-1882394e {
    grid-column: 1 / 3;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-1882394e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-655ce763 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1192-655ce763 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-703b6949, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-703b6949, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-703b6949 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-703b6949 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-703b6949 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-205c61cc, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-205c61cc, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-205c61cc {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-205c61cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-205c61cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-c53d01f6, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-c53d01f6, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-c53d01f6 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-c53d01f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-c53d01f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-2f139dc7, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-2f139dc7, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-2f139dc7 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-2f139dc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-2f139dc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bc4bb0d1, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bc4bb0d1, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bc4bb0d1 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc4bb0d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-bc4bb0d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-91e95b02, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-91e95b02, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-91e95b02 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-91e95b02 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-91e95b02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-309e4565, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-309e4565, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-309e4565 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-309e4565 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-309e4565 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bedafc8f, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bedafc8f, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bedafc8f {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bedafc8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-bedafc8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-5fdf88f0, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-5fdf88f0, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-5fdf88f0 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-5fdf88f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-5fdf88f0, #w-node-e16f06d4-f10f-e681-b93a-81c62552826b-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c62552826f-652d6e70 {
    grid-column: span 1 / span 1;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c625528276-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528279-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c62552827d-652d6e70 {
    grid-column: span 1 / span 1;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c625528284-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-652d6e70, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-652d6e70, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-652d6e70 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-652d6e70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-67deb248, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-67deb248, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-67deb248 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-67deb248 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-67deb248 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-393945c8, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-393945c8, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-393945c8 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-393945c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-393945c8, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826eb-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-438e6d81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fa-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-438e6d81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982708-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-438e6d81 {
    grid-column: span 1 / span 1;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c8e9-438e6d81, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c902-438e6d81, #w-node-_58609ace-f40f-2b2f-3b48-acf4f797c91b-438e6d81 {
    grid-column: 1 / 3;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-438e6d81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-bc780b13, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-bc780b13, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-bc780b13 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc780b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-bc780b13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-b991ee50, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-b991ee50, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-b991ee50 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-b991ee50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-b991ee50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-477c1b89, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-477c1b89, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-477c1b89 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-477c1b89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-477c1b89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5cd0-68d91ef2, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5ce8-68d91ef2, #w-node-d565e925-ebc2-0a3b-9c49-4072d5ad5d00-68d91ef2 {
    grid-column: 1 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-68d91ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-68d91ef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-740e1a52, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-740e1a58, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1d-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3c-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee6b-5f70eced, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f35-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f54-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f83-3ddaea94, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-393945c8, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-438e6d81, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-68d91ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e47e27a4-aa60-b838-e95e-df51581d2094-740e1a44, #w-node-e47e27a4-aa60-b838-e95e-df51581d209c-740e1a44 {
    place-self: auto;
  }

  #w-node-e47e27a4-aa60-b838-e95e-df51581d2099-740e1a44 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840c8-740e1a44 {
    align-self: auto;
  }

  #w-node-_0929303a-01fa-92d1-8d2d-6ef60a8840cd-740e1a44 {
    place-self: auto;
  }

  #w-node-_37f0898e-963b-600d-bf4f-a206cfb64ad9-740e1a44 {
    align-self: auto;
  }

  #w-node-_37f0898e-963b-600d-bf4f-a206cfb64add-740e1a44, #w-node-e35d4771-c6e9-2be0-9979-e498899c28ac-740e1a1c, #w-node-e35d4771-c6e9-2be0-9979-e498899c28b0-740e1a1c {
    place-self: auto;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28b3-740e1a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28ba-740e1a1c {
    align-self: auto;
  }

  #w-node-e35d4771-c6e9-2be0-9979-e498899c28c1-740e1a1c {
    place-self: auto;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-740e1a21 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-740e1a52, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-740e1a52 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-740e1a58, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-740e1a58 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-740e1a58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-740e1a58 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-740e1a58 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-740e1a58 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-740e1a58 {
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-740e1a58, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-740e1a58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f849e41 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f849e41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f849e41 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f849e41 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f849e41 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f849e41, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-5f70eced, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-5f70eced {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-5f70eced {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-5f70eced {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-5f70eced {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-5f70eced {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-5f70eced {
    place-self: auto;
  }

  #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee1d-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee3c-5f70eced, #w-node-_93c117b6-0698-20f0-1d7c-4e2c73c1ee6b-5f70eced {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-dc548764, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-dc548764 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-dc548764 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-dc548764 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-dc548764 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-dc548764 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-dc548764 {
    place-self: auto;
  }

  #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f35-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f54-3ddaea94, #w-node-_41aa61aa-99d8-3e1b-a01f-d725281f6f83-3ddaea94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_66939dc7-7902-f167-d79d-3d73de6f1174-655ce763 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-703b6949, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-205c61cc, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-c53d01f6, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-2f139dc7, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc4bb0d1, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-91e95b02, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-309e4565, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bedafc8f, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-5fdf88f0, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-5fdf88f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c62552826f-652d6e70, #w-node-e16f06d4-f10f-e681-b93a-81c625528273-652d6e70 {
    place-self: auto;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c625528276-652d6e70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c62552827d-652d6e70 {
    align-self: auto;
  }

  #w-node-e16f06d4-f10f-e681-b93a-81c625528284-652d6e70 {
    place-self: auto;
  }

  #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-652d6e70, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-67deb248, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-393945c8, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-393945c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826ef-438e6d81, #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f3-438e6d81 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826f6-438e6d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed5269826fe-438e6d81 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982705-438e6d81 {
    place-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed52698270c-438e6d81 {
    align-self: auto;
  }

  #w-node-_009c637a-29e4-c3d9-6f4b-2ed526982710-438e6d81 {
    place-self: auto;
  }

  #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afc0-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38afdf-438e6d81, #w-node-_3a198ca4-7a13-f888-0911-cb3b4e38b00e-438e6d81, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-bc780b13, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-b991ee50, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-477c1b89, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b03d-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b06f-68d91ef2, #w-node-_14de0985-f46b-ee2f-b20e-46a46132b0a1-68d91ef2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}