:root {
  --bg: #f6f6f6;
  --black: #000;
  --primary: #00397F;
  --transparent-primary: #00397f3b;
  --white: #fff;
  --primary--10: #e9e5f5;
  --dark-gray: #9e9e9e;
  --gray: #dfdfdf;
  --beige\<deleted\|variable-cee86b3d-33d6-3b0a-4eb2-207b779217ff\>: #fafafa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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 {
  background-color: var(--bg);
  color: var(--black);
  letter-spacing: .02em;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

h4 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

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

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

p {
  margin-bottom: 10px;
}

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

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

label {
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

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

.cta-main {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  transition: background-color .2s;
  display: flex;
}

.cta-main:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

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

.cta-main.outline {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.cta-main.outline:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

.cta-main.cta-animated {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  overflow: hidden;
}

.cta-main.full-size {
  width: 100%;
}

.cta-main.job-button {
  width: 182px;
}

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

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

.section {
  z-index: 2;
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

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

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

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

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

.section.hero-careers {
  padding-top: 64px;
  padding-bottom: 115px;
}

.section.hero-career-detail {
  padding-top: 20px;
}

.section.hero-contact {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.service-section {
  padding-top: 115px;
  padding-bottom: 100px;
}

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

.section.home-a-hero {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section.policy-middle-section {
  background-color: var(--transparent-primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.policy-last-section {
  padding-top: 105px;
  padding-bottom: 150px;
}

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

.section.contact-faq {
  padding-bottom: 150px;
}

.section.career-testimonial-section {
  padding-bottom: 168px;
}

.section.blog-hero {
  padding-top: 100px;
  padding-bottom: 20px;
}

.section.blog-all-resource {
  padding-bottom: 150px;
}

.section.pricing-services {
  padding-bottom: 120px;
}

.section.hero-article {
  padding-bottom: 50px;
}

.section.article-last-section {
  padding-top: 20px;
  padding-bottom: 150px;
}

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

.section.product-hero-section {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.home-b-hero {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.hero-c-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.home-a-second-content {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.home-a-services-section {
  padding-top: 120px;
}

.section.home-a-cta-section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.section.home-b-performance-section {
  padding-top: 0;
}

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

.section.home-b-second-content-block {
  padding-top: 0;
  padding-bottom: 120px;
}

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

.section.home-b-resources {
  padding-top: 135px;
  padding-bottom: 150px;
}

.section.home-c-clients,
.section.home-c-cta-section {
  padding-top: 0;
  padding-bottom: 70px;
}

.section.home-c-loop-section {
  padding-top: 120px;
  padding-bottom: 100px;
}

.section.home-c-testimonials-section {
  padding-top: 120px;
  padding-bottom: 70px;
}

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

.section.process-quote {
  background-color: var(--primary--10);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.process-a-hero {
  padding-top: 100px;
}

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

.section.process-a-content-block {
  padding-top: 120px;
  padding-bottom: 0;
}

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

.section.process-a-blog {
  padding-bottom: 120px;
}

.section.process-b-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.process-b-services-section {
  padding-top: 120px;
  padding-bottom: 70px;
}

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

.section.process-c-hero {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.process-c-faq-section {
  padding-bottom: 175px;
}

.section.process-c-content-section {
  padding-top: 150px;
  padding-bottom: 120px;
}

.section.process-c-second-content {
  padding-top: 0;
  padding-bottom: 70px;
}

.section.about-a-hero {
  padding-top: 100px;
  padding-bottom: 20px;
}

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

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

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

.section.about-b-resource {
  padding-top: 0;
  padding-bottom: 200px;
}

.section.about-b-team-section {
  padding-top: 200px;
}

.section.about-b-features {
  padding-top: 160px;
  padding-bottom: 120px;
}

.section.about-b-quote {
  padding-bottom: 120px;
}

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

.section.about-c-team {
  padding-bottom: 160px;
}

.section.about-c-contact {
  padding-top: 120px;
  padding-bottom: 150px;
}

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

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

.main-container {
  width: 100%;
  max-width: 1372px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-feature-card {
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

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

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

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

.space-24 {
  height: 24px;
}

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

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

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

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

.no-margins {
  margin: 0;
}

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

.space-40 {
  height: 40px;
}

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

.badge {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.navbar {
  background-color: var(--bg);
  position: sticky;
  top: 0;
}

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

.brand-navbar {
  height: 100%;
}

.nav-link {
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.nav-link:hover {
  border-bottom: 1px solid var(--primary);
  font-weight: 700;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--primary);
  color: var(--black);
  font-weight: 700;
}

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

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

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

.footer {
  z-index: 1;
  background-color: var(--white);
  padding-top: 50px;
}

.footer-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 380px auto;
  justify-content: space-between;
  justify-items: stretch;
  display: flex;
}

.text-h1 {
  letter-spacing: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
}

.text-h2 {
  letter-spacing: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 110%;
}

.text-h3 {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.text-h4 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.span-primary {
  color: var(--primary);
}

.text-field-newsletter {
  border: 1px solid var(--gray);
  color: var(--black);
  border-radius: 6px;
  height: 41px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

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

.links-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  place-content: space-between flex-end;
  display: flex;
}

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

.list-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.arrow-cta {
  width: 10px;
}

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

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

.overlay-10 {
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

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

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

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

.article-image-wrap.article-image-big {
  height: 500px;
}

.article-link {
  display: block;
}

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

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

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

.post-body {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}

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

.title-wrap {
  flex-direction: column;
}

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

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

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

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

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

.deparment-careers.last-department {
  padding-bottom: 0;
}

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

.career-tile {
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px 30px;
  display: flex;
}

.job-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.job-info-wrap.career-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 0;
}

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

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

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

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

.grid-halves.feature-cards-grid {
  grid-template-columns: auto auto;
}

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

.back-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 662px) auto;
  margin-bottom: 36px;
}

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

.text-field-contact {
  background-color: var(--bg);
  color: var(--black);
  border: 1px solid #0000;
  border-radius: 6px;
  height: 46px;
  margin-bottom: 0;
  padding: 12px 20px;
}

.text-field-contact:hover {
  border-color: #0003;
}

.text-field-contact:focus {
  border-style: solid;
  border-color: var(--black);
}

.text-field-contact::placeholder {
  color: var(--black);
}

.text-field-contact.textarea {
  width: 100%;
  height: 240px;
}

.input-wrap-contact {
  width: 100%;
  margin-bottom: 20px;
}

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

.expandable-single {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 6px;
  padding: 20px 20px 20px 30px;
}

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

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

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

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

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

.expandable-master.faq-long {
  max-width: 930px;
}

.plus-expand-master {
  background-color: var(--bg);
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: relative;
}

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

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

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

.feature-marquee-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

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

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

.testimonial-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 575px;
  padding: 50px;
  display: flex;
}

.testimonial-card.feature-v2 {
  max-width: 100%;
}

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

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

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

.policy-navigation {
  z-index: 4;
}

.policy-nav-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.policy-link {
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.policy-link:hover,
.policy-link.w--current {
  color: var(--primary);
}

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

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

.marketing-logos-wrap.home-c-logo-loop {
  width: 676px;
  height: 920px;
  margin-top: -150px;
}

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

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

.marketing-logo-image {
  height: 50px;
}

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

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

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

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

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

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

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

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

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

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

.service-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  width: 676px;
  padding: 50px;
  display: flex;
}

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

.service-icon {
  width: 50px;
  height: 50px;
}

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

.project-card {
  background-color: var(--beige\<deleted\|variable-cee86b3d-33d6-3b0a-4eb2-207b779217ff\>);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 80px;
  display: flex;
}

.project-big-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige\<deleted\|variable-cee86b3d-33d6-3b0a-4eb2-207b779217ff\>);
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 55%;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

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

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

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

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

.table-cell.table-cta {
  border-bottom-style: none;
  padding: 0;
}

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

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

.table-label-cell.bg {
  border-top: 10px solid var(--primary);
  background-color: var(--bg);
}

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

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

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

.table-text-cell {
  border-bottom: 1px solid var(--gray);
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

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

.pricing-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  height: 100%;
  padding: 40px 30px 50px;
  display: flex;
  overflow: hidden;
}

.pricing-card:hover {
  box-shadow: inset 0 10px 0 0 var(--primary);
}

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

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

.single-checklist {
  grid-column-gap: 12px;
  background-color: var(--bg);
  text-align: left;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

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

.icon-checklist {
  color: #0000;
}

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

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

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

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

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

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

.success-message {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 16px;
  width: 100%;
}

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

.job-description {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

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

.contact-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.contact-form {
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  margin-bottom: 0;
  padding: 40px 30px 30px;
  display: flex;
  position: relative;
}

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

.banner {
  border-bottom: 1px solid var(--gray);
  background-color: var(--bg);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.nav-top {
  border-bottom: 1px solid var(--gray);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.footer-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.nav {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.footer-banner {
  border-top: 1px solid var(--gray);
  justify-content: space-between;
  margin-top: 96px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  overflow: hidden;
}

.footer-brand {
  height: 22px;
}

.brand-footer {
  height: 100%;
}

.banner-policies {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

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

.faq-subheading {
  opacity: .4;
  font-weight: 500;
  line-height: 170%;
}

.home-a-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.home-a-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

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

.service-tile {
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 380px;
  padding: 40px 30px 30px;
  display: flex;
}

.service-tile.smaller {
  height: auto;
  min-height: 320px;
}

.service-tile.proces-service-tile {
  max-width: 100%;
  position: sticky;
  top: 140px;
}

.service-tile.proces-service-tile.second-tile {
  margin-top: 240px;
}

.service-tile.proces-service-tile.third-tile {
  margin-top: 480px;
}

.service-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  margin-bottom: 32px;
  display: flex;
}

.service-top.longer-margin {
  margin-bottom: 95px;
}

.service-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.icon-big {
  width: 40px;
  height: 40px;
}

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

.numbers-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  justify-content: center;
  place-items: center;
  display: flex;
}

.numbers-grid.home-b-numbers-grid,
.numbers-grid.process-b-numbers {
  margin-top: 70px;
}

.numbers-grid.about-c-numbers {
  margin-top: 70px;
  margin-bottom: 70px;
}

.number-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers-divider {
  background-color: var(--gray);
  width: 1px;
  height: 30px;
}

.opacity-40 {
  opacity: .4;
}

.performance-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 50px 50px 25px;
  display: flex;
}

.performance-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 414px;
  display: flex;
}

.perofrmance-top-layer {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  align-items: flex-start;
  display: flex;
}

.perofrmance-top-layer.version-2 {
  justify-content: space-between;
}

.performance-right-layer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid var(--gray);
  justify-content: space-between;
  width: 100%;
  padding-left: 30px;
  display: flex;
}

.performance-numbers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.performance-animation-master {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  height: 415px;
  display: grid;
}

.performance-animated-block {
  border-top: 10px solid var(--primary);
  background-color: #794ff11a;
  border-radius: 6px;
  height: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.performance-animated-block.first-card {
  height: 250px;
}

.performance-animated-block.second-card {
  height: 177px;
}

.performance-animated-block.third-card {
  height: 332px;
}

.performance-animated-block.fourth-card {
  background-color: #c9b9f9;
  height: 413px;
}

.performance-animated-block.first-animated {
  height: 250px;
}

.performance-animated-block.second-animated {
  height: 177px;
}

.performance-animated-block.third-animated {
  background-color: #c9b9f9;
  height: 413px;
}

.animated-top-layer {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.performance-year {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

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

.cta-master {
  background-image: url('../images/CTA---Background_1CTA - Background.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-block {
  background-color: var(--bg);
  text-align: center;
  border-radius: 6px;
  width: 675px;
  padding: 50px 75px;
  position: relative;
}

.cta-top-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.cta-newsletter {
  margin-top: 50px;
  margin-bottom: 0;
}

.cta-newsletter-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.error-message {
  color: var(--white);
  background-color: #ff3232;
  width: 100%;
}

.icon-86 {
  width: 86px;
  height: 86px;
}

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

.logo-healine-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-a-blog-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 630px;
  display: flex;
}

.home-a-blog-numbers {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.number-block-home-a {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px solid var(--gray);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 44px;
  display: flex;
}

.home-a-blog-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-a-blog-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-a-blog-card:hover {
  box-shadow: inset 0 10px 0 0 var(--primary);
}

.home-a-blog-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-a-blog-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 50px;
}

.grid-halves {
  grid-template-rows: auto;
  display: grid;
}

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

.grid-image {
  border-radius: 6px;
  height: 650px;
  overflow: hidden;
}

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

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

.services-grid-home-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.service-layer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 6px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-icon-wrap {
  background-color: var(--bg);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

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

.read-more-button {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

.overlay-5 {
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.blog-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.home-a-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cta-card {
  color: var(--white);
  background-image: url('../images/CTA-Image_1CTA Image.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 300px;
  padding: 50px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card:hover {
  box-shadow: inset 0 10px 0 0 var(--primary);
}

.cta-card.long {
  height: 620px;
}

.cta-card.cta-card-about {
  background-image: url('../images/Home-C-Phone_1Home C Phone.webp');
}

.cta-card.cta-card-process {
  background-image: url('../images/CTA-Image-1_1CTA Image (1).webp');
}

.cta-card.cta-card-pricing {
  background-image: url('../images/Article-Body-Image_1Article Body Image.webp');
}

.cta-card.cta-card-articles {
  background-image: url('../images/Article-Image-23_1Article Image (23).webp');
}

.cta-card.cta-card-contact {
  background-image: url('../images/Article-Image-27_1Article Image (27).webp');
}

.overlay-15 {
  opacity: .15;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.cta-info-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-text-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

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

.top-bg {
  z-index: 3;
  position: absolute;
  inset: -5% 0% auto auto;
  width: 500px;
  opacity: .3;
}

.bottom-extension {
  background-color: var(--white);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: absolute;
  inset: auto 45% -35px auto;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.contact-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 35px 30px 40px;
  display: flex;
}

.contact-top-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.contact-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

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

.contact-image-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.services-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.service-content-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.faq-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.faq-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 10px solid var(--primary);
  background-color: #ffffffe6;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 444px;
  padding: 50px;
  display: flex;
  position: sticky;
  top: 100px;
}

.contact-faq-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-form-inner {
  width: 100%;
}

.contact-image {
  height: 500px;
  overflow: hidden;
}

.job-button-wrap {
  justify-content: space-between;
  width: 100%;
  max-width: 202px;
  display: flex;
}

.job-bottom-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.carrers-headline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.careers-hero-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.careers-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.testimonial-careers-tile {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.quote {
  width: 58px;
}

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

.careers-image-testimonial {
  border-radius: 6px;
  height: 380px;
  overflow: hidden;
}

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

.job-short-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.job-hero-block {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 105px;
  margin-bottom: 100px;
  display: flex;
}

.job-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #794ff11a;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  padding: 50px;
  display: flex;
}

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

.job-application-top {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.job-body {
  max-width: 676px;
}

.job-master {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-sticky {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 120px;
}

.job-sticky-top-layer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.job-sticky-bottom-layer {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.all-resource {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.tick-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

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

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

.plan-price-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.service-name-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

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

.services-infinite-master {
  background-color: var(--primary);
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

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

.faq-center-master {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.resource-loop-master {
  padding-bottom: 50px;
  overflow: hidden;
}

.resource-loop-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.resource-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.resource-tile {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-color: var(--white);
  border-radius: 6px;
  padding: 50px;
  display: flex;
  position: relative;
}

.resource-image {
  border-radius: 6px;
  width: 508px;
  height: 311px;
  overflow: hidden;
}

.resource-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 444px;
  display: flex;
}

.contact-cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 6px;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.contact-cta-image {
  border-radius: 6px;
  width: 602px;
  height: 365px;
  overflow: hidden;
}

.contact-cta-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  max-width: 444px;
  display: flex;
}

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

.contact-cta-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.resource-main-image {
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.resource-headline-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary--10);
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 908px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.blog-featured {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-quote-list,
.blog-quote-item {
  height: 100%;
}

.blog-last-image {
  border-radius: 6px;
  height: 465px;
  overflow: hidden;
}

.product-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  padding-bottom: 72px;
  display: flex;
}

.product-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 472px;
  display: flex;
}

.product-hero-bg {
  z-index: 3;
  width: 660px;
  height: 394px;
  position: absolute;
  inset: 0% auto auto -5%;
}

.product-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 10px solid var(--primary);
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  width: 444px;
  padding: 30px;
  display: flex;
  position: relative;
}

.product-cta-bottom-tile {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  align-items: flex-end;
  display: flex;
}

.product-right-align {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.product-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.product-image {
  border-radius: 6px;
  width: 100%;
  max-width: 676px;
  height: 312px;
  overflow: hidden;
}

.product-tick-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 444px;
  display: flex;
}

.pricing-list-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 116px 50px;
  display: flex;
  position: relative;
}

.pricing-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.pricing-bg {
  position: absolute;
  inset: 60px -100px auto auto;
}

.default-state {
  margin-bottom: 0;
}

.checkout-sticky {
  top: 120px;
}

.overlay-20 {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.home-a-button-wrap {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.heading-large {
  font-size: 70px;
}

.performance-animation-thirds {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 470px;
  display: grid;
}

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

.home-b-service-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-b-service-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-b-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.home-b-numbers {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-b-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 23px;
  margin-top: 45px;
}

.home-b-image {
  border-radius: 6px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.home-b-testimonials {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
}

.logo-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-master {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1073px;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-gray {
  height: 50px;
}

.home-c-hero-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.client-logo-loop {
  width: 64px;
  height: 64px;
}

.client-logo-loop.large-logo {
  width: 50%;
}

.loop-icons-combo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 212px;
  display: flex;
}

.logo-overlay {
  background-image: linear-gradient(#f6f6f6, #f6f6f600);
  height: 244px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-overlay.bottom-gradient {
  background-image: linear-gradient(#f6f6f600, #f6f6f6 80%);
  inset: auto 0% 0%;
}

.logo-wrap-loop {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 212px;
  display: flex;
}

.home-c-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 793px 1fr;
}

.home-c-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-c-logo-master {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.features-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 50px;
  display: grid;
}

.feature-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 444px);
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-item-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  padding: 50px;
  display: flex;
}

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

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

.feature-item-image {
  border-top: 10px solid var(--primary);
  border-radius: 6px;
  min-width: 444px;
  height: 100%;
  overflow: hidden;
}

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

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

.testimonial-loop-master {
  background-color: var(--primary);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.testimonial-single-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.testimonial-logo-single {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  display: flex;
}

.testimonial-logo-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.services-grid-home-c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 50px;
}

.resource-big-tile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
  position: relative;
}

.resource-big-image {
  border-radius: 6px;
  max-width: 646px;
  height: 440px;
  overflow: hidden;
}

.resource-text-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 414px;
  display: flex;
}

.home-c-resource-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.home-c-resource {
  margin-top: 50px;
}

.home-c-resource-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 560px;
  margin-bottom: 70px;
  display: flex;
}

.logo-divider {
  background-color: var(--gray);
  width: 1px;
  height: 36px;
}

.list-bg {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.process-a-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.process-a-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.section-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.process-steps-master {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 80px;
  display: flex;
}

.process-step {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  width: 908px;
  padding: 50px;
  display: flex;
  position: relative;
}

.process-step.middle-step {
  margin-left: auto;
  margin-right: auto;
}

.process-step.last-step {
  margin-left: auto;
}

.process-image {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.process-bg {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-block {
  color: var(--white);
  background-image: url('../images/Process-B_1Process B.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-block.about-c-hero-block {
  background-image: url('../images/About-C_1About C.webp');
}

.hero-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-b-services-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 70px;
  display: flex;
}

.process-b-service-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 676px;
}

.process-b-sticky-wrap {
  position: relative;
}

.process-b-service-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.process-sticky {
  position: sticky;
  top: 120px;
}

.process-c-hero-block {
  color: var(--white);
  background-image: url('../images/Process-C_1Process C.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-c-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.process-numbers-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.process-numbers-divider {
  background-color: var(--white);
  width: 1px;
  height: 30px;
}

.process-c-service-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
}

.service-description {
  background-color: var(--white);
  border-radius: 6px;
  padding: 28px 50px;
}

.process-faq-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.process-faq-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  max-width: 560px;
  display: flex;
}

.faq-side-image {
  border-radius: 6px;
  width: 100%;
  max-width: 676px;
  height: 650px;
  overflow: hidden;
}

.process-quote-wrap {
  text-align: center;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.about-a-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 746px;
  margin-top: 32px;
  margin-bottom: 70px;
  display: flex;
}

.image-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-big {
  border-radius: 6px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.team-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 6px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.team-image {
  border-radius: 6px;
  width: 100%;
  height: 196px;
  overflow: hidden;
}

.team-name-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-quote {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1216px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-quote-bg {
  width: 800px;
  position: absolute;
}

.about-a-logo-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-a-logo-headline {
  padding-top: 108px;
}

.about-b-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 746px;
  margin-bottom: 70px;
  display: flex;
}

.about-b-image {
  border-radius: 6px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.about-images-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.team-halves {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}

.about-b-team-headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.testimonial-center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.opacity-30 {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

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

.about-b-logo-master {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.about-c-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.about-c-contact-halves {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 560px);
}

.contact-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  max-width: 560px;
}

.footer-inner-banner {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.home-b-hero-block {
  border-radius: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 625px;
  display: flex;
  overflow: hidden;
}

.nav-dropdown {
  grid-column-gap: 8.5px;
  grid-row-gap: 8.5px;
  border: 1px solid #0000;
  padding: 11px 15px;
  display: flex;
  overflow: hidden;
}

.nav-dropdown.w--open {
  border-style: solid;
  border-width: 1px;
  border-top-color: var(--gray);
  border-right-color: var(--gray);
  border-left-color: var(--gray);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.icon-dropdown {
  width: 10px;
}

.dropdown-link {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-link:hover {
  background-color: var(--gray);
  overflow: hidden;
}

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

.dropdown-list {
  background-color: #866262;
}

.dropdown-list.w--open {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--gray);
  background-color: var(--bg);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.headiline-sales {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 746px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

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

.section-sales-mockups {
  z-index: 2;
  background-color: var(--primary);
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}

.sales-mock-image {
  border: 1px solid #fff7eb1f;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
}

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

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

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

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

.center-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.included-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 340px;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 30px #7777770f;
}

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

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

.text-included {
  margin-top: 0;
  margin-bottom: 0;
}

.image-included {
  width: 100%;
}

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

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

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

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

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

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

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

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

.text-page-name {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

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

.column-process-sticky {
  position: relative;
}

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

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

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

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

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

.left-home-a {
  aspect-ratio: 1;
  width: 100%;
  max-width: 440px;
  position: relative;
}

.video-home-a {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  border-radius: 50%;
}

.mask-home-a {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-cta-block {
  opacity: 1;
  background-image: linear-gradient(#0000, #0000001a 38%, #0006 60%, #000000b3);
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .mega-h1 {
    font-size: 70px;
  }

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

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

  .section.process-quote {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sticky-feature-card {
    padding: 40px;
  }

  .nav-link {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-menu {
    z-index: 1;
    background-color: var(--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 9px;
    padding-right: 9px;
  }

  .navigation-right-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

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

  .footer {
    position: static;
  }

  .footer-halves {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    justify-items: center;
  }

  .links-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .contact-options-list {
    align-items: center;
  }

  .big-image-wrap {
    height: 550px;
  }

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

  .job-info-wrap {
    margin-bottom: 50px;
  }

  .back-link {
    margin-left: 0;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: auto;
  }

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

  .expandable-master {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-wrap-faq-halves {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .policy-navigation {
    top: 78px;
  }

  .small-container {
    max-width: 970px;
  }

  .marketing-logos-wrap {
    height: 800px;
  }

  .marketing-logos-wrap.home-c-logo-loop {
    height: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-logo-card {
    width: 200px;
    height: 120px;
  }

  .project-big-card {
    grid-template-columns: 1fr;
  }

  .pricing-table {
    flex-direction: row;
    overflow: scroll;
  }

  .table-text-cell {
    width: 100%;
  }

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

  .sticky-faq {
    align-items: center;
  }

  .job-description {
    padding-left: 0;
  }

  .contact-info-wrap {
    margin-bottom: 64px;
  }

  .contact-form {
    max-width: 100%;
  }

  .menu-close-icon {
    display: none;
  }

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

  .service-tile.smaller {
    height: auto;
  }

  .service-tile.proces-service-tile.second-tile,
  .service-tile.proces-service-tile.third-tile {
    margin-top: 0;
  }

  .service-top {
    margin-bottom: 32px;
  }

  .top-bg {
    width: 350px;
    top: 8%;
  }

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

  .job-hero-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .job-cta {
    width: 100%;
    margin-top: 50px;
  }

  .job-cta.second-job-cta {
    display: none;
  }

  .job-application-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    width: 100%;
  }

  .job-master {
    flex-direction: column;
  }

  .job-sticky {
    width: 100%;
    margin-top: 50px;
    position: static;
  }

  .product-hero {
    flex-direction: column;
  }

  .pricing-list-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-large {
    font-size: 50px;
  }

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

  .home-b-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .loop-icons-combo {
    width: 150px;
  }

  .logo-wrap-loop {
    width: 150px;
    height: 150px;
  }

  .home-c-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .feature-item {
    grid-template-columns: auto;
  }

  .feature-item-image {
    min-width: auto;
    height: 300px;
  }

  .process-step {
    width: 100%;
  }

  .process-bg {
    width: 400px;
  }

  .hero-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process-b-service-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .about-b-image {
    height: 400px;
  }

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

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

  .nav-dropdown.w--open {
    border-style: none;
    border-color: #000;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    border-style: none;
    position: static;
    overflow: hidden;
  }

  .dropdown {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }

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

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

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

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

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

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

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

  .sales-card {
    padding: 16px;
  }

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

  .grid-thirds-all-features {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 20px;
  }

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

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

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

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

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

  .section.contact-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.contact-faq,
  .section.career-testimonial-section {
    padding-bottom: 80px;
  }

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

  .section.about-b-resource {
    padding-bottom: 100px;
  }

  .section.about-b-team-section {
    padding-top: 100px;
  }

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

  .card-template-details {
    padding: 24px;
  }

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

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

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

  .card-template-navigation {
    padding: 24px;
  }

  .nav-link {
    overflow: hidden;
  }

  .footer {
    position: static;
  }

  .links-grid {
    grid-row-gap: 50px;
    grid-template-columns: auto auto;
  }

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

  .big-image-wrap {
    height: 500px;
  }

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

  .sticky-wrap {
    max-width: none;
  }

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

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

  .policy-nav-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marketing-logos-wrap {
    order: 1;
    align-self: center;
    height: 400px;
  }

  .marketing-logos-wrap.home-c-logo-loop {
    width: 100%;
  }

  .marketing-column.last-column {
    display: flex;
  }

  .testimonial-big-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .video-big {
    height: 500px;
  }

  .pricing-label-row {
    grid-template-columns: auto auto auto auto;
  }

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

  .about-info-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .footer-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .banner-policies {
    justify-content: space-between;
  }

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

  .service-tile {
    height: auto;
  }

  .service-tile.proces-service-tile {
    max-width: none;
  }

  .service-tile.proces-service-tile.second-tile,
  .service-tile.proces-service-tile.third-tile {
    margin-top: 0;
  }

  .numbers-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .performance-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .perofrmance-top-layer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .animated-top-layer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .cta-master {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-a-blog-wrap {
    flex-direction: column;
  }

  .home-a-blog-left,
  .grid-halves {
    grid-template-columns: 1fr;
  }

  .grid-image {
    height: 400px;
  }

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

  .blog-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .top-bg {
    width: 250px;
  }

  .contact-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .faq-cta {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .contact-faq-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .carrers-hero-image {
    display: none;
  }

  .carrers-headline {
    flex-direction: column;
  }

  .careers-testimonial {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-direction: column;
  }

  .job-application-top {
    flex-direction: column;
  }

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

  .resource-tile {
    flex-direction: column;
  }

  .resource-image {
    height: 250px;
  }

  .contact-cta {
    flex-direction: column;
  }

  .contact-cta-image {
    width: 100%;
    height: 250px;
  }

  .blog-featured {
    flex-direction: column;
    display: flex;
  }

  .product-halves {
    flex-direction: column;
  }

  .pricing-list-wrap {
    padding-top: 50px;
  }

  .pricing-bg {
    width: 100px;
    right: -44px;
  }

  .heading-large {
    font-size: 40px;
  }

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

  .home-b-testimonials {
    grid-template-columns: 1fr;
  }

  .logo-gray {
    height: 40px;
  }

  .feature-item {
    flex-direction: column;
    display: flex;
  }

  .feature-item-image {
    width: 100%;
    min-width: auto;
  }

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

  .resource-big-tile {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .resource-big-image {
    width: 100%;
    height: 300px;
  }

  .resource-link {
    width: 100%;
  }

  .logo-divider {
    display: none;
  }

  .process-image {
    height: 80px;
  }

  .process-c-hero-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .process-numbers-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-c-service-list,
  .process-faq-halves {
    grid-template-columns: 1fr;
  }

  .faq-side-image,
  .image-big {
    height: 400px;
  }

  .about-quote {
    height: auto;
  }

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

  .footer-inner-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

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

  .grid-included {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .mega-h1 {
    font-size: 11vw;
  }

  .section.hero-careers {
    padding-bottom: 64px;
  }

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

  .section.policy-middle-section,
  .section.policy-last-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.pricing-services {
    padding-bottom: 64px;
  }

  .section.home-a-features-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.home-a-second-content {
    padding-bottom: 64px;
  }

  .section.home-a-services-section {
    padding-top: 64px;
  }

  .section.home-a-cta-section,
  .section.home-b-cta-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.home-b-second-content-block {
    padding-bottom: 64px;
  }

  .section.home-b-serivces,
  .section.home-b-resources,
  .section.home-c-loop-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.home-c-testimonials-section {
    padding-top: 64px;
  }

  .section.home-c-content-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.process-a-service-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.process-a-content-block {
    padding-top: 64px;
  }

  .section.process-a-resource-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.process-a-blog {
    padding-bottom: 64px;
  }

  .section.process-b-services-section {
    padding-top: 64px;
  }

  .section.process-b-performance-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.process-c-faq-section {
    padding-bottom: 64px;
  }

  .section.process-c-content-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .section.about-b-resource {
    padding-bottom: 48px;
  }

  .section.about-b-team-section {
    padding-top: 48px;
  }

  .section.about-b-features {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.about-b-quote {
    padding-bottom: 48px;
  }

  .section.about-c-testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.about-c-team {
    padding-bottom: 48px;
  }

  .section.about-c-contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .card-template-details {
    padding: 24px;
  }

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

  .sticky-feature-card {
    padding: 32px;
  }

  .tiles-grid-style-guide,
  .buttons-grid-style-guide {
    grid-template-columns: 1fr;
  }

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

  .card-template-navigation {
    padding: 24px;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .nav-link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 0;
    font-size: 18px;
  }

  .nav-menu {
    max-height: 80vh;
    padding-left: 16px;
    padding-right: 16px;
    overflow: scroll;
  }

  .navigation-container {
    padding: 12px 16px;
  }

  .menu-button {
    padding: 0;
  }

  .footer-halves {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .text-h1 {
    font-size: 40px;
  }

  .text-h2 {
    font-size: 30px;
  }

  .links-grid {
    grid-template-columns: auto;
  }

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

  .article-image-wrap.article-image-big {
    height: 308px;
  }

  .big-image-wrap {
    height: 400px;
  }

  .deparment-careers {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 64px;
  }

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

  .career-tile {
    padding: 32px;
  }

  .utility-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    max-width: 300px;
    padding: 32px;
  }

  .policy-navigation {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .policy-nav-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .policy-link-wrap {
    flex-direction: column;
  }

  .policy-link {
    padding-left: 0;
  }

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

  .marketing-column.last-column {
    display: none;
  }

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

  .testimonial-big-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horizontal-logo-card {
    width: 180px;
    height: 80px;
  }

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

  .video-big {
    height: 400px;
  }

  .project-info-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .table-cell,
  .table-text-cell {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .pricing-card {
    padding: 32px;
  }

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

  .about-image-wrap {
    height: 350px;
  }

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

  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-headline {
    word-break: break-all;
  }

  .nav {
    font-size: 18px;
  }

  .footer-banner {
    text-align: center;
    margin-top: 64px;
    overflow: hidden;
  }

  .banner-policies {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

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

  .home-a-content {
    text-align: center;
    align-items: center;
  }

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

  .service-tile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-big {
    width: 30px;
    height: 30px;
  }

  .numbers-grid {
    flex-direction: column;
  }

  .performance-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .performance-animation-master {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .performance-animated-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cta-master {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-newsletter-form,
  .home-a-blog-numbers {
    flex-direction: column;
  }

  .number-block-home-a {
    text-align: left;
    border-left-style: none;
    align-items: flex-start;
    padding-left: 0;
  }

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

  .grid-image {
    height: 300px;
  }

  .service-layer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

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

  .cta-card {
    padding: 30px;
  }

  .cta-card.long {
    height: 300px;
  }

  .top-bg {
    width: 150px;
  }

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

  .faq-cta {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-image {
    border-radius: 6px;
    height: 300px;
  }

  .careers-image-testimonial {
    height: 300px;
  }

  .job-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .job-cta {
    padding-left: 32px;
    padding-right: 32px;
  }

  .job-sticky {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
  }

  .job-sticky-bottom-layer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column-reverse;
  }

  .contact-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-cta-form {
    flex-direction: column;
  }

  .resource-main-image {
    height: 500px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-quote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-cta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .product-cta-bottom-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .product-right-align {
    align-items: flex-start;
  }

  .pricing-bg {
    width: 60px;
    top: 75px;
    right: -25px;
  }

  .home-b-service-halves,
  .home-b-services,
  .home-b-grid,
  .home-b-gallery {
    grid-template-columns: 1fr;
  }

  .logo-master {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .client-logo-loop {
    width: 50%;
    height: 50%;
  }

  .loop-icons-combo {
    width: auto;
  }

  .logo-wrap-loop {
    width: 30vw;
    height: 30vw;
  }

  .home-c-logo-master {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .feature-item-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .process-a-image {
    width: 80px;
  }

  .process-step {
    padding: 32px;
  }

  .process-image {
    height: 50px;
  }

  .process-c-hero-block {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .process-numbers-wrap {
    flex-direction: column;
  }

  .faq-side-image {
    height: 300px;
  }

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

  .image-big {
    height: 350px;
  }

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

  .about-b-logo-master {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-inner-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: hidden;
  }

  .nav-dropdown {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .flex-cta-sales {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-mockups-column.second-column,
  .sales-mockups-column.first-column {
    display: none;
  }

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

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

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

  .included-card {
    padding: 24px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }
}

#w-node-cb0254f9-5278-3b12-db05-29bfe5d20692-b05064b4,
#w-node-cb0254f9-5278-3b12-db05-29bfe5d20699-b05064b4,
#w-node-cb0254f9-5278-3b12-db05-29bfe5d206a0-b05064b4,
#w-node-_88e71a71-8e37-11a8-029c-73cc16e95054-b05064b4,
#w-node-_88e71a71-8e37-11a8-029c-73cc16e95059-b05064b4,
#w-node-_88e71a71-8e37-11a8-029c-73cc16e9505e-b05064b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88e71a71-8e37-11a8-029c-73cc16e95064-b05064b4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5de-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5e4-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5ea-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5f0-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5f6-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb5fc-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb602-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb608-b05064b4,
#w-node-_4a4e9e47-0ff1-f44d-9d2e-9cf8918cb60e-b05064b4,
#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a08d-f9a3a068,
#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a091-f9a3a068,
#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a0b1-f9a3a068,
#w-node-a4590221-249b-b0a9-9398-a43d09852351-f9a3a068,
#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a0c1-f9a3a068,
#w-node-_37350a3c-2c72-c26c-13b4-e69077cd0e92-b0506511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37350a3c-2c72-c26c-13b4-e69077cd0e9a-b0506511,
#w-node-_058641c5-295a-9851-30b4-57c85f453bd5-b0506515 {
  justify-self: end;
}

#w-node-_5b95fb55-a6c0-b94d-6304-332d958a436d-b0506515,
#w-node-_3eefedae-e7fc-2452-ac2a-097984b14b66-b0506515,
#w-node-_0ae8bffe-74a2-cc9f-7d49-78d8b9fe043c-b0506515,
#w-node-_364981f1-a5f3-5d41-cbb1-ad84894fe616-b0506515,
#w-node-_5b94cdb3-aa83-eae9-cac3-4cd24573db42-b0506515,
#w-node-_32284e9b-8873-e2d5-2113-8fecdaa64c64-b0506515,
#w-node-_176c0566-73fd-a48e-4cdb-07875fa97790-b0506515,
#w-node-_77809e7a-d6e7-1979-ce8c-959c6abc529e-b0506515,
#w-node-a75851dd-245c-c900-28bf-bfcca8926e58-b0506515 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a75851dd-245c-c900-28bf-bfcca8926e60-b0506515 {
  justify-self: end;
}

#w-node-_65b7e51b-ef3d-b8c1-ff5c-611b1e1acdcd-b050652a,
#w-node-_619c2cd9-4ef8-f1da-82ce-29b1ea9deb74-b050652b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_619c2cd9-4ef8-f1da-82ce-29b1ea9deb7c-b050652b {
  justify-self: end;
}

#w-node-_71070505-2a65-a98a-7181-fd6b59c11551-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c11580-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c1158a-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c11595-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c115a0-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c115ab-b050652c,
#w-node-_71070505-2a65-a98a-7181-fd6b59c115b6-b050652c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e57d974a-241e-f5db-d447-29d42fcf3786-2fcf377b {
  justify-self: end;
}

#w-node-_71c987ed-9c4b-e774-2380-6ef7ca1b0a57-ca1b0a54,
#w-node-_71c987ed-9c4b-e774-2380-6ef7ca1b0a90-ca1b0a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3bc-b050652d {
  justify-self: end;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3be-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af3c1-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af3c4-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af3c7-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3cd-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3cf-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3d6-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3d8-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3df-b050652d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_13418a24-f242-5642-9d3d-e937599af3e1-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af3f3-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af3fc-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af409-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af413-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af41e-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af429-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af434-b050652d,
#w-node-_13418a24-f242-5642-9d3d-e937599af43f-b050652d,
#w-node-c80b2462-fa68-6357-032e-7028189a61dd-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b7470236-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b7470240-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b747024b-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b7470256-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b7470261-b0506532,
#w-node-_6d941a90-13e2-791b-70cf-b352b747026c-b0506532 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22255-b0506533 {
  justify-self: end;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22257-b0506533,
#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2225c-b0506533,
#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2225f-b0506533,
#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22262-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22268-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2226a-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22271-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22274-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2227d-b0506533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22280-b0506533,
#w-node-dd5424bf-d88d-2bd2-9a02-e3148df22294-b0506533,
#w-node-dd5424bf-d88d-2bd2-9a02-e3148df2229d-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f0447385e-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f04473868-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f04473873-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f0447387e-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f04473889-b0506533,
#w-node-c98a711d-c1db-128a-534e-d93f04473894-b0506533,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e219-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e229-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e231-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e235-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e239-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e25f-b0506536,
#w-node-de7b09aa-d6ae-49c8-7434-db52ee2bf4bd-b0506536,
#w-node-e7d8e9fd-dd46-5bde-c565-ab39c181e264-b0506536 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a3050e2-021a-978a-56c0-56d89fe055c2-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3f85b677-9436-781f-ea54-8392e5dc5079-b050654d,
#w-node-_1e09f003-82d4-742f-90ec-544111f04bf6-b050654d,
#w-node-_31dd7459-f79e-7e17-e408-7913acb927de-b050654d,
#w-node-e6d212a7-5a36-7d37-b0a2-066411cceb80-b050654d,
#w-node-_12558aac-5707-2923-5655-c75661a0f0f9-b050654d,
#w-node-e7cc5ad8-336b-03fb-1c68-827f9e2bac07-b050654d,
#w-node-_4f745d87-ed10-d87f-7516-2dd9b8090636-b050654d,
#w-node-_0341eb01-215e-56cd-676a-fa1f5fd27c0e-b050654d,
#w-node-_6ed181b0-2513-396a-97e7-a721482718fb-b050654d,
#w-node-dafbfb0d-40c3-bf3c-adc2-7add6d024730-b050654d,
#w-node-fb642a98-54f9-ff8b-587c-f5f1e7b2d97d-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f01c12f-2716-62e3-9b04-33d6a4ed1500-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8cae7a3d-aaae-3896-4a53-83afa3155989-b050654d,
#w-node-cc747975-05be-019a-73e9-892abf28d573-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc747975-05be-019a-73e9-892abf28d566-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5738ed88-ec04-d44e-0450-f98c7754f654-b050654d,
#w-node-eb55bdff-6d6b-f409-ec6a-d8273bdb2a34-b050654d,
#w-node-_4c06b191-c2c1-9cc3-6127-033281b96f5d-b050654d,
#w-node-a39cf796-4cf5-a6b6-4a65-a098a8af2e3a-b050654d,
#w-node-_5a2447e3-843a-0304-d0cf-b300614286a4-b050654d,
#w-node-_7a4b994a-1389-506b-cb4a-b69efc47894e-b050654d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2084d46f-cbd3-1592-ebeb-5dadde86c971-b050654d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-de550ffe-ab00-1944-ce1f-8e9bd3c231fa-b050654d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa51b0a2-2b13-6389-5e2a-820dfebfb805-febfb802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa51b0a2-2b13-6389-5e2a-820dfebfb817-febfb802 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8fa3c479-474e-58ce-b805-d33bd873b03f-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b044-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b045-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b04a-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b04b-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b050-b050654e,
#w-node-_8fa3c479-474e-58ce-b805-d33bd873b051-b050654e,
#w-node-bd56193a-e64d-057a-859e-15722e97fcb1-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5f5806d-b6f3-72c5-155b-690e938019cd-b050654e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0500612a-eaad-61c6-8c9e-5980f5091356-b050654e,
#w-node-_6891c14e-91b8-04c4-b928-640e519c8205-b050654e,
#w-node-af2309a7-d8a2-744b-4163-7f6cb5b229cc-b050654e,
#w-node-_28d3b4a9-11b7-96bd-1a08-3ae04abb69b9-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_134c9b47-b4c1-3862-02da-d0570f8bb0c5-b050654e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-cfdc067a-8db9-9f47-1795-1ba2ef1dccfe-b050654e,
#w-node-a60cc3f6-9cc4-ed15-aac1-1ad0d683809b-b050654e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323a0-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323a5-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323a6-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323ab-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323ac-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323b1-b050654e,
#w-node-e01b11c6-03d4-f2cb-5b87-07d7eda323b2-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7d822a0-f515-fc99-5689-c87b9fc46c04-b050654e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_09804872-ade8-0f32-a37d-8eb5bb81a2c8-b050654e,
#w-node-fa24b0b6-0583-8ad4-9c89-213710aae569-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3490e303-3f29-9bef-7b2a-ec949cab1426-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3490e303-3f29-9bef-7b2a-ec949cab1433-b050654e,
#w-node-_3490e303-3f29-9bef-7b2a-ec949cab1438-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3490e303-3f29-9bef-7b2a-ec949cab143a-b050654e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7137aeea-6b06-2ca9-927c-6883e972247a-b050654e,
#w-node-_7137aeea-6b06-2ca9-927c-6883e9722482-b050654e,
#w-node-_7137aeea-6b06-2ca9-927c-6883e972248a-b050654e,
#w-node-_7137aeea-6b06-2ca9-927c-6883e9722492-b050654e,
#w-node-_7137aeea-6b06-2ca9-927c-6883e972249a-b050654e,
#w-node-_7137aeea-6b06-2ca9-927c-6883e97224a2-b050654e,
#w-node-d58f87e3-e099-c52d-4a13-a28494727d7a-b050654f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f575d9e4-59fd-2107-9b89-5ffddddad5c0-b050654f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3df8a721-7e26-1f26-0f17-b2ee07a6ed37-b050654f,
#w-node-_0d300ca5-3f94-f996-d3a0-45a47798876f-b050654f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54cd7-b050654f,
#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54cdf-b050654f,
#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54ce7-b050654f,
#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54cef-b050654f,
#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54cf7-b050654f,
#w-node-eb05bc70-c6fc-2174-3188-4b96d4e54cff-b050654f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675ecd03-0476-5ab5-bec0-6cb49e097ac1-b050654f {
  justify-self: center;
}

#w-node-ea58219b-ce6d-2812-a8a8-de621736d3d8-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbb4b7c4-f9db-3000-1d50-e01c0506a5c8-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_334d2865-a1c5-6840-a286-b52d52044b22-b0506551,
#w-node-_334d2865-a1c5-6840-a286-b52d52044b2c-b0506551,
#w-node-_334d2865-a1c5-6840-a286-b52d52044b37-b0506551,
#w-node-_334d2865-a1c5-6840-a286-b52d52044b42-b0506551,
#w-node-_334d2865-a1c5-6840-a286-b52d52044b4d-b0506551,
#w-node-_334d2865-a1c5-6840-a286-b52d52044b58-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c1f8-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c200-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c208-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c210-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c218-b0506551,
#w-node-_0079e997-1b25-be81-c738-84504c58c220-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b3ba30e-493d-2fca-1c36-75684c3c2771-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b3ba30e-493d-2fca-1c36-75684c3c277e-b0506551,
#w-node-_1b3ba30e-493d-2fca-1c36-75684c3c2783-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b3ba30e-493d-2fca-1c36-75684c3c2785-b0506551 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50ccaa8d-18df-d3b3-e07a-bc118ca87cb0-b0506551 {
  justify-self: center;
}

#w-node-_487739f8-9b80-f37d-dcf1-4efbffe80736-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe8073b-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe8073c-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe80741-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe80742-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe80747-b0506552,
#w-node-_487739f8-9b80-f37d-dcf1-4efbffe80748-b0506552,
#w-node-_86c39b00-33ef-560e-26b2-de7cad4e13fb-b0506552,
#w-node-_86c39b00-33ef-560e-26b2-de7cad4e1406-b0506552,
#w-node-_86c39b00-33ef-560e-26b2-de7cad4e1411-b0506552,
#w-node-_86c39b00-33ef-560e-26b2-de7cad4e141c-b0506552,
#w-node-_86c39b00-33ef-560e-26b2-de7cad4e1427-b0506552,
#w-node-b1cf19ba-a0c7-c1df-505c-399abb6cb85e-b0506552,
#w-node-b9fbb832-5548-da0c-3cd2-7e92000c83ee-b0506552,
#w-node-_31634e24-6b1a-0c20-efc2-e185d7a5e320-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d6017768e4-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d6017768ec-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d6017768f4-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d6017768fc-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d601776904-b0506552,
#w-node-f9d010ca-9397-f64b-82a9-f8d60177690c-b0506552,
#w-node-_6eb80110-7a1e-e072-b5e8-1cfdc7898161-b0506553,
#w-node-_3841ea78-2ff7-d0ef-c8b6-73b46c918a67-b0506553,
#w-node-c1abeec4-6fdb-cbb5-671e-90d7ee1f8412-b0506553,
#w-node-acb2f0ac-97af-aed8-5563-7fc3d9fe703e-b0506553,
#w-node-_5243c2c6-fb23-3a84-e2ca-07bbc769bdb0-b0506553,
#w-node-_7e02a5b2-d949-5eda-b1a3-571fbf8d628e-b0506553,
#w-node-_4c03571d-f669-ee91-4e0c-17e62dcd7613-b0506553,
#w-node-a2e1c51e-28ec-6193-ef28-8f65532cd476-b0506553,
#w-node-_62b3310f-5b8c-b24b-c6dc-bd01ccc5f826-b0506553,
#w-node-_8a6507b4-359b-422d-fc7b-b24ceec1c146-b0506553,
#w-node-be38b3ed-9c97-1d39-6974-dfc0b304de4c-b0506553,
#w-node-_18fb9a6e-2d74-6739-5866-cfa4050dd4e5-b0506553,
#w-node-_6934c3e9-026c-6d11-5d53-6366b6650972-b0506553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d284e5-c8ab-72db-5014-830e635a3872-b0506553 {
  justify-self: center;
}

#w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a4ffd-b0506553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a500a-b0506553,
#w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a500f-b0506553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a5011-b0506553 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e45e-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e463-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e464-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e469-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e46a-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e46f-b0506555,
#w-node-_90da6e59-3c9b-bc32-fd7c-42f57560e470-b0506555,
#w-node-f61c7f43-0f72-eb5b-7e5b-fa2629608bcc-b0506555,
#w-node-_516e5171-cc74-cfba-ee67-4247cd05d13f-b0506555,
#w-node-ec0f26d1-6d04-42fc-4a37-0cbc9c9c8b78-b0506555,
#w-node-_611b90a2-b0a8-514b-dc44-4989ae3547f8-b0506555,
#w-node-fdbfe5b5-48b9-0b8b-5219-3e18ed23e2bf-b0506555,
#w-node-_120f62c2-78ca-30af-8f1f-aca5f26aee63-b0506555,
#w-node-_933a42b9-cb02-fbd0-cdec-5d2ee74a4972-b0506555,
#w-node-_9532f2f4-6c03-7dca-5e61-5326143989d2-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd15-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd1f-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd2a-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd35-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd40-b0506555,
#w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd4b-b0506555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29d5b399-c416-114d-ccb3-289bd452353e-b0506555 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_29d5b399-c416-114d-ccb3-289bd452355f-b0506555,
#w-node-_29d5b399-c416-114d-ccb3-289bd452356a-b0506555 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74a5c9c8-a093-0f38-48ea-23af042ceb7d-b0506555 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4eb68f3-4e79-57bd-263a-962e02abbe7f-b0506556 {
  justify-self: center;
}

#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a09-b0506556,
#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a13-b0506556,
#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a1d-b0506556,
#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a27-b0506556,
#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a31-b0506556,
#w-node-_3eebd72d-da00-c1d9-d5c4-b92a43db4a3b-b0506556,
#w-node-_10acac42-055e-1e58-fdaf-28c183e2af1d-b0506556,
#w-node-_10acac42-055e-1e58-fdaf-28c183e2af2c-b0506556,
#w-node-_04264324-480d-432a-1dbc-2112bc334232-bc33422f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04264324-480d-432a-1dbc-2112bc33423f-bc33422f {
  justify-self: end;
}

#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcb6-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcbb-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcbc-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcc1-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcc2-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcc7-b0506561,
#w-node-dd8fcc71-4869-2a4d-9c4c-65a5d680bcc8-b0506561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771205-b0506561 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771206-b0506561,
#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771210-b0506561,
#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a77121a-b0506561,
#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771224-b0506561,
#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a77122e-b0506561,
#w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771238-b0506561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e3d-b0506561 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e5e-b0506561,
#w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e7f-b0506561 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d44e4e07-ae9c-ebbf-fee5-0ee104de7b0c-b0506561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d44e4e07-ae9c-ebbf-fee5-0ee104de7b14-b0506561 {
  justify-self: end;
}

@media screen and (max-width: 991px) {

  #w-node-_0ae8bffe-74a2-cc9f-7d49-78d8b9fe043c-b0506515,
  #w-node-_71070505-2a65-a98a-7181-fd6b59c11580-b050652c,
  #w-node-_13418a24-f242-5642-9d3d-e937599af409-b050652d,
  #w-node-_6d941a90-13e2-791b-70cf-b352b7470236-b0506532,
  #w-node-c98a711d-c1db-128a-534e-d93f0447385e-b0506533,
  #w-node-_334d2865-a1c5-6840-a286-b52d52044b22-b0506551,
  #w-node-ffa79feb-0c01-b4f6-fe51-2834ae70cd15-b0506555 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88e71a71-8e37-11a8-029c-73cc16e95064-b05064b4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a0c1-f9a3a068 {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-cc747975-05be-019a-73e9-892abf28d573-b050654d {
    order: 9999;
  }

  #w-node-cc747975-05be-019a-73e9-892abf28d566-b050654d {
    justify-self: start;
  }

  #w-node-_3490e303-3f29-9bef-7b2a-ec949cab1438-b050654e {
    order: 9999;
  }

  #w-node-_3490e303-3f29-9bef-7b2a-ec949cab143a-b050654e {
    justify-self: start;
  }

  #w-node-eff27264-7789-57ca-0d87-f867eefbbe79-b050654f,
  #w-node-_3f02e547-05af-4e76-bf38-448d8d4eed01-b050654f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1b3ba30e-493d-2fca-1c36-75684c3c2783-b0506551 {
    order: 9999;
  }

  #w-node-_1b3ba30e-493d-2fca-1c36-75684c3c2785-b0506551 {
    justify-self: start;
  }

  #w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a500f-b0506553 {
    order: 9999;
  }

  #w-node-_6c35b21a-b6ec-b6ab-4e20-4007142a5011-b0506553 {
    justify-self: start;
  }

  #w-node-eefeb8fa-cb6b-7a2a-5ead-9a2a8a771205-b0506561 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e69-b0506561,
  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e74-b0506561 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a0c1-f9a3a068 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26e76fdd-1c60-5b51-31b0-385c5490d187-b050654d,
  #w-node-e34dd3e0-3fd1-7940-cb43-6565b67d8e2d-b050654d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5f5806d-b6f3-72c5-155b-690e938019cd-b050654e {
    grid-column: span 1 / span 1;
  }

  #w-node-_5143c796-554a-1160-73ab-004f11164764-b050654e,
  #w-node-_8ddc89a3-b1c8-ee3e-800b-83e64b1c3d82-b050654e,
  #w-node-_70c08549-f007-dab1-f0ff-651b0c7ac120-b050654e,
  #w-node-_08ebc25b-fcbc-e2f3-bdd3-28d5d64b56f5-b050654e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_09804872-ade8-0f32-a37d-8eb5bb81a2c8-b050654e,
  #w-node-fa24b0b6-0583-8ad4-9c89-213710aae569-b050654e {
    grid-column: span 2 / span 2;
  }

  #w-node-e4a4d92b-4b8d-09f1-460e-04dfcc2919b2-b050654f,
  #w-node-ff2fb647-33f3-8590-9a19-c3c0db2f5810-b050654f,
  #w-node-eff27264-7789-57ca-0d87-f867eefbbe79-b050654f,
  #w-node-_0d300ca5-3f94-f996-d3a0-45a47798876f-b050654f,
  #w-node-_29d5b399-c416-114d-ccb3-289bd4523549-b0506555,
  #w-node-_29d5b399-c416-114d-ccb3-289bd4523554-b0506555,
  #w-node-_29d5b399-c416-114d-ccb3-289bd4523575-b0506555,
  #w-node-_29d5b399-c416-114d-ccb3-289bd4523580-b0506555,
  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e48-b0506561,
  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e53-b0506561,
  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e69-b0506561,
  #w-node-_2a36e3f7-e94b-a1c6-76e8-1ed10c681e7f-b0506561 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}