:root {
  --black: black;
  --white: white;
  --gray: #b6b6b6;
  --black-light: #282828;
  --primary: black;
  --text-dark: #0e0e0e;
  --dark-grey: #a4a2a2;
  --dark-gray-50: #afafaf80;
  --white-50: #ffffff80;
  --primary-light: #eef4f8;
  --light-gray: #f9f9fa;
  --black-blue: #161827;
  --black-green: #101c12;
  --dark-gray-70: #afafafb3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-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;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

  .w-commerce-commercecartquantity, .w-commerce-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;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.15em;
}

h2 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15em;
}

h3 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15em;
}

h4 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15em;
}

h5 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15em;
}

h6 {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
}

p {
  color: var(--gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43em;
}

a {
  color: var(--white);
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  opacity: .8;
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  color: #b6b6b6;
  background-image: url('../images/Rectangle_1Rectangle.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

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

blockquote {
  border: 1px solid var(--black-light);
  text-align: center;
  background-image: url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  font-size: 36px;
  line-height: 1.2em;
}

.section {
  padding: 100px 20px 80px;
  position: relative;
}

.section.banner {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-1_1home-shape-1.webp'), url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: row;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

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

.section.changelog-banner {
  border-bottom: 1px solid var(--black-light);
  background-image: linear-gradient(#000c, #000c), url('../images/Banner-3-1_1Banner 3 (1).webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.blog-grid-banner {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-1_1home-shape-1.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-our-process {
  border-bottom: 1px solid var(--black-light);
  background-image: linear-gradient(#000c, #000c), url('../images/Banner-Home-5_1Banner Home 5.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-career {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-1_1home-shape-1.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

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

.section.pricing-banner {
  background-image: linear-gradient(#0003, #0003), url('../images/Banner-3-1_1Banner 3 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.job-position-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.contacts-banner {
  border-bottom: 1px solid var(--black-light);
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/Map_1Map.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.contacts-3-banner {
  background-image: linear-gradient(#000000de, #000000de), url('../images/Planet-1-2-1_1Planet 1 (2) 1.webp');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 180px;
  padding-bottom: 0;
}

.section.banner-faq {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-testimonials {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

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

.section.without-top-spacing.how-it-works {
  background-color: #0f0f0f;
}

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

.section.img-background {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}

.section.about-us {
  background-image: url('../images/home-shape-2_1home-shape-2.webp'), url('../images/home-shape-1_1home-shape-1.webp');
  background-position: 0 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.blog-details {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 180px;
}

.section.support-section {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

.section.shop-banner {
  border-bottom: 1px solid var(--black-light);
  background-image: linear-gradient(#000c, #000c), url('../images/Banner-Home-5_1Banner Home 5.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
}

.section.shop-details {
  padding-top: 180px;
}

.section.category-shop {
  border-bottom: 1px solid var(--black-light);
  background-image: url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
}

.section.landing-banner {
  background-image: url('../images/home-shape-1_1home-shape-1.webp'), url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.grey-background {
  background-color: #0000;
}

.section.cta1 {
  background-color: #0f0f0f;
}

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

.section.cb-section-1.blurred-bg {
  background-image: url('../images/bg-pink-blue.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
}

.section.pricing-section {
  background-color: #0f0f0f;
  padding-bottom: 100px;
}

.section.features {
  padding-left: 70px;
  padding-right: 70px;
}

.base-container {
  color: var(--text-dark);
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

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

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-left: 0;
  padding-right: 30px;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

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

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

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

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

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

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

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

.spasing-system-image-mobile {
  filter: grayscale();
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--black);
  border: 1px solid #282828;
  width: 75px;
  height: 75px;
}

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

.color-wrapper {
  margin-right: 30px;
}

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

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

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

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

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

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

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

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

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 40px;
}

.h3-mobile {
  font-size: 32px;
}

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

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

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  text-transform: none;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

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

.primary-button.full-width-mobile {
  border-radius: 4px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: block;
}

.primary-button.full-width {
  display: block;
}

.primary-button.gradient {
  background-color: #fff;
  background-image: linear-gradient(135deg, #d75379, #de7560);
  border-style: none;
}

.primary-button.gradient.demo-button {
  margin-top: 20px;
}

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

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

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

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

.grid-header {
  width: 100%;
  margin-top: 40px;
}

.link-wrapper {
  border-top: 2px solid #282828;
  margin-top: 20px;
  padding-top: 30px;
}

.link-wrapper.no-line {
  border-top-style: none;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px #282828;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.new-nav {
  color: var(--gray);
  padding-top: 0;
}

.navbar.new-nav:hover {
  color: var(--dark-gray-50);
}

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

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

.nav-link {
  color: var(--white);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--gray);
}

.nav-link.w--current, .nav-link.w--current:focus, .nav-link.w--current:visited {
  color: var(--gray);
}

.nav-link.new-nav-link {
  color: var(--gray);
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.nav-link.new-nav-link:hover {
  color: var(--white-50);
}

.nav-link.new-nav-link.nav-button {
  color: var(--gray);
  background-color: #0c4d9200;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
}

.nav-link.new-nav-link.nav-button:hover {
  opacity: .9;
  color: var(--primary-light);
  border-color: #eef4f8;
}

.nav-dropdown {
  position: relative;
}

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

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

.nav-dropdown-list {
  background-color: var(--primary);
  border: 1px solid #282828;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-radius: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 400px;
  display: flex;
  position: absolute;
  left: -15px;
}

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

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

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

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

.close-button-wrap {
  display: none;
}

.nav-item-title {
  color: var(--white);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  transition: color .3s;
}

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

.style-guide-banner-section {
  border-bottom: 1px solid var(--black-light);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.logo-mobile {
  padding-left: 0;
  display: none;
}

.logo-mobile:hover {
  opacity: 1;
}

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

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

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px none var(--black-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

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

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

.licensing-image.background-white {
  background-color: var(--white);
}

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

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

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

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
}

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

.banner-title {
  color: var(--light-gray);
  text-align: center;
}

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

.licensing-icon-link-wrapper {
  border: 1px solid var(--white);
  border-radius: 7px;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 25px;
  display: flex;
}

.icon-style-guide {
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/home-shape-1_1home-shape-1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  filter: invert();
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--black-light);
  color: var(--gray);
  background-color: #0000;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary) var(--primary) var(--white);
}

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

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

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

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

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

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

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

.coming-soon-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--black-light);
  background-color: #0000;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
}

.coming-soon-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  color: var(--white);
}

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

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

.coming-soon-heading {
  margin-top: 60px;
}

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

.blog-grid-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-grid-item {
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--black-light);
  color: var(--white);
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 8px 7px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.blog-template-wrapper {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
}

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

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

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

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

.footer {
  text-align: center;
  border-top: 1px solid #282828;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer.new-footer {
  border-top-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-rights-wrapper {
  grid-column-gap: 60px;
  border-top: 1px solid #282828;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.footer-rights {
  color: #ffffffb3;
  margin-top: 10px;
  display: inline-block;
}

.footer-copyright {
  color: #ffffff80;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  display: inline;
}

.footer-copyright.new-copyright {
  color: #ffffff4d;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  color: var(--gray);
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
}

.team-social-icon:hover {
  color: var(--white);
}

.process-item-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.process-image-wrapper, .process-content {
  width: 50%;
}

.process-content.reverse {
  width: auto;
}

.process-number {
  font-size: 66px;
  line-height: 1;
}

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

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.process-image {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 320px;
  min-height: 320px;
}

.process-content-wrapper {
  align-items: center;
  width: 50%;
  display: flex;
}

.career-list-item-wrapper {
  border-bottom: 1px solid var(--black-light);
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.career-position:hover {
  color: var(--gray);
}

.career-location, .career-type {
  font-size: 18px;
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-size: 15px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-large._w-85 {
  width: 85%;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  display: flex;
  position: relative;
}

.banner-title-wrapper._100 {
  width: 100%;
}

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

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pricing-plan-price-wrapper {
  color: #666;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price-wrapper.with-text-below {
  margin-bottom: 20px;
}

.pricing-plan-price {
  color: #fff;
  font-size: 56px;
}

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

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

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  border-bottom: 1px solid var(--black-light);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--black-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-items: center;
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: none;
  display: flex;
}

.comparing-table-plan-title {
  border-bottom: 1px solid var(--black-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding: 20px 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

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

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--black-light);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  font-family: "Fa solid 900", sans-serif;
}

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

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

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

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

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

.accordion-item {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

.pricing-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-item {
  border: 1px solid var(--black-light);
  background-color: var(--primary);
  border-radius: 7px;
  width: 33.33%;
}

.pricing-item.center-item {
  z-index: 10;
  margin-left: -5px;
  margin-right: -5px;
  box-shadow: 0 0 40px #b6b6b633;
}

.pricing-title-wrapper {
  background-color: var(--black-light);
  text-align: center;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-3-plan-price {
  color: #afafaf;
  text-align: left;
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--black-light);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

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

.coming-soon-image {
  opacity: .25;
  max-width: 480px;
}

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

.link-with-icon:hover {
  opacity: 1;
  color: var(--dark-grey);
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--white);
  border-radius: 7px;
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--black-light);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--black-light);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--black-light);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--black-light);
  background-color: #1c1e23;
  border-radius: 7px;
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-form-wrapper.new-form {
  background-color: #111;
  border-color: #1d1d1d;
  width: 100%;
  margin-left: 0;
  padding: 30px;
}

.contacts-divider {
  background-color: var(--black-light);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.paragraph-no-margin {
  color: var(--gray);
  margin-top: 7px;
  font-family: Space Grotesk, sans-serif;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-right-arrow {
  color: var(--dark-gray-50);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-slider-arrow-icon {
  color: #afafaf;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--black-light);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  min-height: 100px;
  margin-bottom: 30px;
  padding: 16px 18px 16px 0;
  font-size: 16px;
}

.contacts-textarea:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.contacts-textarea::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-textarea.version2 {
  height: auto;
  min-height: auto;
}

.contacts-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--gray);
  color: var(--white);
  background-color: #0000;
  width: 50%;
  height: auto;
  margin-right: 0;
  padding: 16px 18px 16px 0;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.contacts-input::placeholder {
  color: var(--gray);
  font-size: 16px;
}

.contacts-input.book-a-demo {
  color: var(--white);
  width: 50%;
}

.contacts-input.book-a-demo:focus {
  color: var(--white);
}

.contacts-input.book-a-demo:focus-visible {
  color: var(--white);
}

.contacts-input.book-a-demo[data-wf-focus-visible] {
  color: var(--white);
}

.contacts-input.selects-input {
  color: var(--gray);
}

.contacts-input.email {
  margin-left: 20px;
}

.contacts-input.your-email {
  width: 100%;
  margin-bottom: 20px;
}

.contacts-input.your-email.message {
  min-height: auto;
}

.contacts-input.phone {
  margin-left: 20px;
}

.contacts-form-title {
  text-align: left;
  margin-bottom: 20px;
}

.contacts-2-location-wrapper {
  margin-top: 30px;
}

.contacts-2-form-wrapper {
  background-color: var(--black-light);
  border-radius: 7px;
  width: 55%;
  margin-right: 40px;
  padding: 40px;
}

.contacts-2-content-wrapper {
  width: 50%;
  padding-left: 20px;
  display: block;
}

.contacts-2-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.adress-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.adress-card {
  border: 1px solid var(--black-light);
  background-color: #0000;
  border-radius: 7px;
  padding: 30px 40px;
}

.contacts-3-capabilities-wrap-left {
  width: 45%;
  padding-right: 80px;
}

.contacts-3-list {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style-type: none;
}

.numbers-list-item {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.6em;
}

.numbers-list-item.location {
  padding-left: 10px;
}

.contacts-list-icon {
  background-color: var(--black-light);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

.contacts-3-capabilities-wrap-right {
  opacity: .5;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.contacts-3-capabilities-wrapper {
  width: 100%;
  display: flex;
}

.contacts-3-capabilities-image {
  opacity: .75;
}

.contacts-3-form-wrapper {
  background-color: var(--black-light);
  border-radius: 7px;
  width: 100%;
  padding: 40px;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-form {
  text-align: center;
}

.footer-link {
  color: var(--white);
  letter-spacing: .2px;
  font-size: 22px;
  line-height: 1.16em;
  transition: all .3s;
  display: block;
}

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

.footer-social-icons-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 165px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand:hover {
  opacity: 1;
}

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

.footer-social-icon {
  border: 1px none var(--white);
  color: var(--dark-grey);
  border-radius: 7px;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: border-radius .3s, color .3s;
  display: flex;
}

.footer-social-icon:hover {
  border-color: var(--gray);
  opacity: 1;
  color: var(--gray);
}

.footer-social-icon.last-child {
  text-align: center;
  margin-right: 0;
}

.footer-social-icon.blog-footer {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.footer-social-icon.blog-link {
  width: auto;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.footer-social-icon.discord {
  font-family: "Fa solid 900", sans-serif;
}

.footer-links-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  display: flex;
}

.footer-logo {
  height: 20px;
}

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

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

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--black-light);
  background-color: #0000;
  height: 50px;
  margin-top: 20px;
  padding: 16px 22px;
  font-size: 16px;
}

.search-input:focus {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent var(--white);
  color: var(--white);
}

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

.search-section {
  padding-top: 180px;
  padding-bottom: 50px;
}

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

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

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

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

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

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

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

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

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

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

.nav-menu-shadow-overlay {
  align-items: center;
  display: flex;
}

.banner-buttons-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.megamenu-dropdown-wrapper {
  display: flex;
}

.banner-slider-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1020px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 22px;
  margin-top: 0;
  padding: 16px 22px;
  font-size: 15px;
  transition: background-color .3s, color .3s;
}

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

.secondary-button.ml-20 {
  margin-left: 20px;
}

.secondary-button.not-in-the-nav {
  margin-top: 20px;
}

.secondary-button.bookdemobutton {
  margin-left: 20px;
}

.secondary-button.watch-demo-button {
  margin-left: 22px;
}

.secondary-button.fullwidth {
  text-align: center;
  width: 100%;
  display: block;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 60px;
  display: flex;
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.banner-form-block {
  width: 100%;
  margin-bottom: 10px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.map-wrapper {
  position: relative;
}

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

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

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

.short-info {
  border-top: 1px solid #282828;
  border-bottom: 1px solid var(--black-light);
}

.content-item-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.content-item {
  flex-direction: column;
  justify-content: center;
  width: 33%;
  display: flex;
}

.content-item.email {
  justify-content: flex-end;
}

.content-item.contact-us {
  align-items: center;
}

.subscribe-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.short-info-content {
  grid-column-gap: 30px;
  display: flex;
}

.subscribe-input {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #282828;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.subscribe-input:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.subscribe-input::placeholder {
  color: var(--white);
  font-size: 16px;
}

.short-info-wrap {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.subscribe-input-wrapper {
  text-align: left;
  width: 100%;
}

.text-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.description-container {
  width: 45%;
}

.title-container {
  width: 50%;
}

.home-2-slider-item-container {
  z-index: 10;
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-2-slide-image {
  object-fit: cover;
  border-radius: 7px;
  height: 650px;
}

.slider-bg {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  position: absolute;
  inset: 60px 0%;
  box-shadow: 7px 7px 50px #0f5cfa12;
}

.slider-content-container {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.slider-image-container {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.link-content {
  grid-row-gap: 20px;
  flex-flow: column wrap;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

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

.banner-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.banner-section.home-1 {
  background-image: url('../images/home-shape-2_1home-shape-2.webp'), url('../images/home-shape-1_1home-shape-1.webp');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  overflow: hidden;
}

.banner-section.home-2 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Banner-Home-2-1_1Banner Home 2 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  overflow: hidden;
}

.banner-section.home-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Banner-3-1_1Banner 3 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
}

.banner-section.home-4, .banner-section.home-5 {
  overflow: hidden;
}

.banner-section.sign-in {
  background-image: linear-gradient(#000c, #000c), url('../images/Banner-Home-5_1Banner Home 5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.banner-section.sign-up {
  background-image: url('../images/home-shape-1_1home-shape-1.webp'), url('../images/home-shape-2_1home-shape-2.webp');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.courses-collection {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.content-link {
  margin-left: 5px;
}

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

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

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

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

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

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

.capabitities-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  border-top: 1px solid #282828;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.capabitities-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray);
  border-radius: 7px;
  align-items: center;
  width: 46%;
  padding: 10px 15px;
  transition: all .3s;
  display: flex;
}

.capabilities-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.list-bullet {
  background-color: #d75478;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 12px;
}

.list-bullet.not-active {
  background-color: var(--black-light);
}

.list-bullet.dark {
  background-color: var(--primary);
}

.list-bullet.not-active-grey {
  background-color: var(--dark-grey);
}

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

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

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

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

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

.search {
  width: 100%;
}

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

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

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

.home-2-services {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.home-2service-img {
  width: 55%;
  display: flex;
}

.home-services-text {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  display: flex;
}

.check-icon {
  color: #5bba7e;
  font-family: "Fa solid 900", sans-serif;
}

.check-icon.goasticon {
  color: #5bba7e;
}

.home-2-service-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.home-2-service-title.goastclass {
  margin-bottom: 20px;
}

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

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

.process-divider {
  background-color: var(--black-light);
  width: 100%;
  height: 1px;
}

.process-item-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.process-item {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

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

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

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

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

.form {
  grid-column-gap: 5px;
  flex-direction: column;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity-circle {
  background-color: var(--gray);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: -8px;
  left: 1px;
}

.cart {
  top: 2px;
}

.brand-logo:hover {
  opacity: 1;
}

.button-nav-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.button-nav-wrapper.fix-error-now {
  padding-left: 0;
}

.logo {
  height: 20px;
}

.footer-link-wrapp {
  grid-column-gap: 40px;
  display: flex;
}

.subscribe {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.text-field {
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom-color: #282828;
  height: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
}

.text-field:active {
  background-color: #0000;
}

.text-field:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
  background-color: #0000;
  font-size: 16px;
}

.text-field:focus-visible {
  background-color: #0000;
}

.text-field[data-wf-focus-visible] {
  background-color: #0000;
}

.text-field::placeholder {
  color: var(--gray);
  background-color: #0000;
  font-size: 16px;
}

.text-field.banner-form {
  border-bottom-color: var(--dark-grey);
  color: var(--white);
  margin-bottom: 10px;
}

.text-field.banner-form:focus {
  border-bottom-color: var(--white);
  color: var(--white);
}

.form-footer {
  display: flex;
}

.form-block-footer {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.footer-wrapper-copyright {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 52%;
  margin-bottom: 100px;
  display: flex;
}

.title-wrapper._w-55 {
  width: 55%;
  display: block;
}

.title-wrapper._w-55.prompt-pricing, .title-wrapper.testimonialtitle {
  margin-bottom: 60px;
}

.testimonials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-wrap.landingpage {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.review-wrapper {
  background-color: #1c1e23;
  border: 1px solid #0000;
  border-radius: 7px;
  height: auto;
  padding: 25px;
  position: relative;
}

.review-wrapper.home-4 {
  border-color: var(--black-blue);
  background-color: var(--black-blue);
}

.review-wrapper.home-5 {
  border-color: var(--black-green);
  background-color: var(--black-green);
}

.review-wrapper.how-it-workds {
  background-color: #0000;
}

.clients-info {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.success-message {
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 15px;
}

.testimonials-img {
  border-radius: 50px;
  width: 38px;
  height: 38px;
}

.error-message {
  background-color: #cf8888;
  border-radius: 22px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.width-banner-title {
  width: 65%;
}

.button-wrapper-banner {
  margin-top: 50px;
}

.content-wrap {
  grid-column-gap: 50px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrap.automations-image {
  margin-bottom: 0;
}

.content-wrap.align-up {
  align-items: flex-start;
}

.section-loop {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.logo-loop {
  object-fit: contain;
  width: 160px;
  margin-left: 40px;
  margin-right: 40px;
}

.scroller {
  align-content: flex-end;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.img-block {
  text-align: center;
  justify-content: center;
  width: 60%;
  display: flex;
  position: relative;
}

.img-block.crashbot-img-block {
  width: 75%;
}

.img-block.pm-prompt-img-1 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.content-block {
  align-self: auto;
  width: 50%;
  padding-left: 40px;
}

.content-block.how-it-works {
  width: 80%;
  margin-top: 140px;
  margin-bottom: 60px;
}

.content-block.how-it-works.section-2 {
  margin-bottom: 20px;
}

.content-block.how-it-works.title {
  margin-bottom: 0;
  padding-left: 0;
}

.content-block.pm-prompt-vp {
  align-self: flex-start;
  width: 50%;
}

.content-block.big-message {
  width: 100%;
}

.img-saas {
  object-fit: cover;
  padding-left: 40px;
  padding-right: 40px;
}

.img-saas.chatimage {
  max-width: 100%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.img-saas.chatimage.pm-prompt-image-1 {
  padding-left: 0;
  padding-right: 0;
}

.img-saas.pr-section {
  padding-left: 0;
}

._w-80 {
  font-weight: 500;
}

._w-80.how-it-works-title {
  text-align: left;
  margin-bottom: 110px;
  margin-left: 0;
  font-size: 48px;
  font-weight: 400;
}

._w-80.number-1 {
  color: #fb786d;
}

._w-80.number-2 {
  color: #f86c97;
}

._w-80.number-3 {
  color: #e16397;
}

._w-80.pm-prompt-vp {
  margin-bottom: 30px;
  font-size: 34px;
}

._w-80.sentence {
  font-size: 64px;
  font-weight: 400;
}

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

.contact-us-wrapper {
  text-align: left;
  border: 1px solid #282828;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.title-wrap {
  text-align: center;
  width: 50%;
  margin-bottom: 10px;
}

.title-wrap.left {
  text-align: left;
  width: 100%;
  margin-bottom: 15px;
}

.title-wrap.left.crash-log-cta {
  width: 80%;
}

.title-wrap.left.crashbot-get-updates {
  margin-bottom: 20px;
}

.banner-content-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-img-home-1 {
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0% 26%;
}

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

.services.relative {
  z-index: 10;
  position: relative;
}

.services.home-2 {
  grid-template-rows: auto;
}

.service {
  background-color: var(--primary);
  border: 1px solid #282828;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  transition: background-color .2s;
  display: flex;
}

.service:hover, .service.center {
  background-color: #282828;
}

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

.service.home-4 {
  text-align: center;
  background-color: #0000;
  border-color: #1f2029;
  align-items: center;
}

.name-service {
  background-color: #282828;
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.name-service.center {
  background-color: var(--gray);
}

.name-service.home-4 {
  background-color: var(--black-blue);
  padding: 40px;
}

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

.mt-20.goastmt-20 {
  margin-bottom: 20px;
}

.planet-img-1 {
  z-index: 1;
  opacity: .2;
  object-fit: cover;
  width: 25%;
  height: 100%;
  padding: 60px 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.planet {
  opacity: .7;
  width: 100%;
}

.img-1-home-2 {
  border-radius: 7px;
  position: absolute;
  inset: auto -7% 3% auto;
}

.img-2-home-2 {
  border-radius: 7px;
  width: 42%;
  position: absolute;
  inset: 10% auto auto -9%;
}

.radius-7 {
  border-radius: 7px;
}

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

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

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

.img-blog {
  object-fit: fill;
  border-radius: 7px;
  width: 100%;
}

.link-block {
  border-radius: 7px;
  display: block;
  overflow: hidden;
}

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

.content-blog {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  margin-top: 10px;
  padding: 20px;
}

.form-banner {
  border: 1px solid var(--black-light);
  background-color: var(--black-light);
  border-radius: 7px;
  width: 100%;
  padding: 35px;
}

.form-banner.crash-bot-form {
  background-color: #000;
}

.dark-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  border-radius: 22px;
  margin-top: 20px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s, color .3s;
}

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

.dark-button.full-button {
  text-align: center;
  margin-top: 0;
  display: block;
}

.dark-button.home-4 {
  background-color: var(--black-blue);
  text-align: center;
  margin-top: 0;
  display: block;
}

.dark-button.home-4:hover {
  background-color: #0000;
}

.title-form-manner {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.banner-title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 62%;
  display: flex;
}

.banner-title-wrap.location, .banner-title-wrap.shop {
  width: 55%;
}

.our-team-wrapper {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-member {
  border-radius: 7px;
}

.team-img-wrapper {
  background-color: var(--white);
  border-radius: 7px;
  overflow: hidden;
}

.team-content-wrap {
  border: 1px solid var(--black-light);
  text-align: center;
  border-radius: 7px;
  margin-top: 10px;
  padding: 20px;
}

.info-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.info-wrap {
  grid-row-gap: 20px;
  border: 1px solid var(--black-light);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.numbers {
  margin-right: 10px;
  font-size: 46px;
  line-height: 1em;
  display: inline;
}

.text {
  font-size: 18px;
}

.team-member-img {
  border-radius: 7px;
}

.pricing-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.pricing-wrap.phase1 {
  grid-template-columns: 1fr 1fr;
}

.pricing-wrap.prompting-pricing {
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.price-wrapper {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  padding: 20px 25px;
}

.price-wrapper.center {
  background-color: var(--white);
}

.price-wrapper.coming-soon-pricing {
  padding-bottom: 10px;
}

.button-wrap-pricing {
  border-top: 1px solid var(--black-light);
  border-bottom: 1px solid var(--black-light);
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.not-active {
  color: var(--black-light);
  background-image: none;
  padding-left: 0;
}

.not-actice-grey {
  color: var(--gray);
  background-image: none;
  padding-left: 0;
}

.center-iten {
  color: var(--black-light);
  background-image: none;
  padding-left: 0;
}

.h6-home-9 {
  color: #12101f;
  letter-spacing: -.32px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}

.h6-home-9.minimal {
  color: #b6b6b6;
  font-size: 16px;
}

.h6-home-9.minimal.crash-bot {
  color: var(--primary-light);
  font-size: 18px;
  font-weight: 400;
}

.paragraph-home-9 {
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-home-9.minimal {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
}

.home-20-process-2 {
  color: #d75179;
  font-size: 40px;
  font-weight: 600;
}

.home-20-process-2.hiw02 {
  color: #da6070;
}

.home-20-process-2.hiw03 {
  color: #dd6e66;
}

.home-20-process-2.hiw04 {
  color: #df785f;
}

.overviews-wrap {
  border-bottom: 1px solid var(--black-light);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.pricing-item-1 {
  background-image: none;
  padding-left: 0;
}

.pricing-item-1.new-list-item {
  font-size: 16px;
}

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

.custom-wrap {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  justify-content: space-between;
  width: 100%;
  padding: 40px;
  display: flex;
}

.button-custom-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pricing-banner-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 62%;
  display: flex;
}

.relative-blog-wrapper {
  position: relative;
}

.category-blog {
  border: 1px solid var(--black-light);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 7px;
  padding: 8px 7px;
  transition: background-color .3s, color .3s;
  position: absolute;
  inset: 15px auto auto 15px;
}

.category-blog:hover {
  background-color: var(--black-light);
  opacity: 1;
  color: var(--white);
}

.blog-heading {
  transition: color .3s;
}

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

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

.grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.support-info {
  border: 1px solid var(--black-light);
  background-color: var(--primary);
  border-radius: 7px;
  padding: 40px;
  transition-property: background-color;
  display: flex;
}

.support-info:hover {
  background-color: var(--black-light);
  opacity: 1;
}

.text-block {
  color: var(--gray);
  font-family: "Fa solid 900", sans-serif;
}

.form-block {
  border-radius: 7px;
  width: 100%;
}

._2-contact-input {
  grid-column-gap: 10px;
  display: flex;
}

.form-block-demo {
  margin-bottom: 0;
}

.body-dark-blue {
  background-color: #030020;
}

.body-dark-green {
  background-color: #011600;
}

.banner-title-home-4 {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  width: 100%;
}

.planet-loop {
  opacity: .12;
  object-fit: cover;
  width: 82%;
  height: auto;
  position: absolute;
  inset: 0% -17% 0% auto;
}

.info-wrapper-home-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.number {
  text-align: right;
  font-size: 34px;
  line-height: 1em;
}

.nimber-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.nimber-info.center {
  margin-top: 20px;
  margin-bottom: 0;
}

.line-absolute {
  background-color: #1f2029;
  width: 85px;
  height: 2px;
  position: absolute;
  inset: auto 50px auto auto;
}

.line-absolute.static {
  position: static;
}

.home-4-img {
  width: 100%;
  height: 100%;
}

.img-wrapper {
  width: 47%;
}

.background-home-5 {
  z-index: -1;
  opacity: .04;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.grid-block {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.grid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.info-wrapper {
  grid-row-gap: 10px;
  border: 1px solid var(--black-light);
  text-align: center;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.info-home-5 {
  background-color: var(--black-green);
  border-radius: 7px;
  padding: 30px;
}

.img-info {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Home-5-Img-1-1_1Home 5 Img 1 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  height: 100%;
  margin-top: 35px;
  margin-bottom: 50px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.play-button-icon {
  z-index: 7;
  color: #fff;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button {
  z-index: 5;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.play-button-hover {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sign-wrapper {
  text-align: center;
  width: 55%;
  margin-bottom: 60px;
}

.form-sing-in {
  background-color: var(--black-light);
  border-radius: 7px;
  width: 55%;
  padding: 30px 40px;
}

.form-info {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.link-contact {
  color: var(--dark-grey);
}

.link-contact:hover {
  opacity: 1;
  color: var(--white);
}

.acout-link {
  margin-top: 40px;
}

.regiester-info {
  font-size: 18px;
}

.link-sign-up {
  color: var(--dark-grey);
  font-size: 18px;
}

.link-sign-up:hover {
  opacity: 1;
  color: var(--white);
}

.background-img-banner {
  z-index: 10;
  height: 100%;
  position: relative;
}

.backgrouns-2-img {
  width: 75%;
  position: absolute;
  inset: -11% 7% 0% auto;
}

.backgrouns-3-img {
  border-radius: 4px;
  width: 75%;
  height: 140%;
  position: absolute;
  inset: -17% auto 0% 6%;
}

.backgrouns-4-img {
  position: relative;
  top: 20px;
}

.customer-info {
  border-radius: 7px;
}

.block-content {
  border-right-color: var(--black-light);
  border-bottom-color: var(--black-light);
  border-left-color: var(--black-light);
  background-color: var(--black-light);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.block-header {
  border-color: var(--black-light) var(--black-light) var(--gray);
  background-color: var(--black-light);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: var(--primary);
  padding-top: 180px;
  padding-bottom: 80px;
}

.email {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.email:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.full-name {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.full-name:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.street-address {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.street-address:focus {
  border-color: transparent transparent var(--white);
}

.street-address-2 {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.street-address-2:focus {
  border-color: transparent transparent var(--white);
}

.city {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.city:focus {
  border-color: transparent transparent var(--white);
}

.state-province {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.state-province:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.zip-postal-code {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.zip-postal-code:focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.country {
  border-color: transparent transparent var(--white);
  background-color: var(--black-light);
  border-radius: 0;
}

.country:focus {
  border-color: transparent transparent var(--white);
}

.card-number {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.card-number:focus, .card-number.-wfp-focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.expiration-date {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

.security-code {
  border-color: transparent transparent var(--gray);
  background-color: #0000;
  border-radius: 0;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: transparent transparent var(--white);
  color: var(--white);
}

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

.collection-list.category {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.product-link {
  border-radius: 7px;
  overflow: hidden;
}

.product-info {
  border: 1px solid var(--black-light);
  border-radius: 7px;
  margin-top: 10px;
  padding: 20px;
}

.product-info.details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

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

.info-product.details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.price {
  color: var(--gray);
}

.add-to-cart {
  margin-top: 30px;
}

.product-img {
  border-radius: 7px;
}

.name-product {
  transition: color .3s;
}

.name-product:hover {
  color: var(--gray);
}

.shop-link:hover {
  opacity: 1;
}

.cart-container {
  background-color: var(--black-light);
  border-radius: 7px;
}

.cart-header {
  border-bottom-color: var(--gray);
}

.cart-footer {
  border-top-color: var(--gray);
}

.cart-quantity-3 {
  color: var(--primary);
}

.product-img-cart {
  border-radius: 7px;
}

.name-shop {
  margin-bottom: 8px;
}

.order-items {
  margin-bottom: 0;
}

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

.img-details-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.shop-details-img {
  border-radius: 7px;
}

.content-details {
  flex-direction: column;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: 0;
}

.default-state {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.price-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}

.details {
  border-top: 1px solid var(--black-light);
  margin-top: 20px;
  padding-top: 20px;
}

.category-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--black-light);
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: flex;
}

.category-product {
  color: var(--gray);
  font-size: 18px;
}

.link {
  font-size: 18px;
  line-height: 1em;
}

.quantity {
  color: var(--primary);
  border-radius: 7px;
  height: 52px;
  margin-bottom: 0;
  font-weight: 500;
}

.add-to-cart-detail {
  margin-top: 20px;
}

.shipping-method {
  background-color: #0000;
  border-bottom-color: #0000;
}

.shipping-method-list {
  border-left-color: #0000;
  border-right-color: #0000;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.icon {
  filter: invert();
}

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

._404 {
  font-size: 120px;
}

.numbering {
  grid-column-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.landing-banner-title-wrapper.crashbot-title-wrapper {
  max-width: 720px;
  margin-bottom: 40px;
}

.text-white {
  color: #fff;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.banner-description.crashbot-banner-description {
  text-align: center;
  margin-bottom: 20px;
}

.banner-description.new-description {
  color: var(--gray);
  max-width: 600px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.landing-banner-image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--gray);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-image {
  border: 1px solid var(--black-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.landing-inner-page-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

.landing-inner-page-overlay-2 {
  z-index: 1;
  background-color: #fff3;
  border-radius: 7px;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-item {
  background-color: var(--black-light);
  text-align: center;
  border-radius: 7px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  background-color: var(--black-light);
  border-radius: 7px;
}

.landing-inner-page-item.last-item-landing {
  display: none;
}

.landing-progress-bar-88 {
  background-color: var(--dark-grey);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--dark-grey);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-95 {
  background-color: var(--dark-grey);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: #eef4f8;
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--dark-grey);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.landing-feature-icon {
  color: #fff;
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-download-block-wrapper {
  background-color: var(--black-light);
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.landing-name {
  display: block;
}

.dark-blue-style-guide {
  background-color: var(--black-blue);
  width: 75px;
  height: 75px;
}

.dark-green-style-guide {
  background-color: var(--black-green);
  width: 75px;
  height: 75px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
}

.hire-button {
  z-index: 1000;
  color: var(--white);
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  transition-property: none;
  position: fixed;
  inset: auto auto 12px 12px;
}

.hire-button:hover {
  opacity: 1;
}

.youtube {
  margin-left: auto;
  margin-right: auto;
}

.youtube.landing-banner-image {
  object-fit: fill;
}

.text-block-2 {
  color: #4b4b4b;
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  display: block;
}

.image {
  text-align: center;
  display: block;
}

.image.integration {
  object-fit: fill;
  max-width: 100%;
  padding: 0;
  display: inline-block;
}

.heading {
  text-align: center;
  font-size: 64px;
}

.heading.crashbot-heading {
  text-align: center;
  font-size: 48px;
}

.heading.new-heading {
  color: var(--primary-light);
  width: auto;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.text-block-3 {
  color: var(--gray);
  line-height: 1.43em;
}

.text-block-3.waitlist {
  width: 70%;
}

.text-block-4 {
  object-fit: fill;
  display: inline-block;
  position: static;
}

.div-block {
  z-index: auto;
  display: block;
  position: relative;
}

.image-2 {
  position: relative;
}

.text-block-5, .text-block-6, .text-block-7 {
  color: var(--gray);
  line-height: 1.43em;
}

.paragraph {
  width: 65%;
}

.link-2, .link-3 {
  color: var(--dark-grey);
  font-size: 14px;
}

.link-4, .link-5 {
  color: var(--dark-gray-50);
  font-size: 14px;
  text-decoration: underline;
}

.monitoring-services {
  text-align: left;
  width: auto;
  height: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.text-span-2 {
  color: #d65278;
}

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

.div-block-2 {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: linear-gradient(#fe804e, #fa7281);
  background-clip: border-box;
  border: 1px #000;
  width: 2px;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-2.gradient-2 {
  background-image: linear-gradient(#fa7281, #f564b1);
}

.div-block-2.gradient-3 {
  background-image: linear-gradient(#f564b1, #c96077);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.grid-3.how-it-works-no-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 40px;
}

.section-2-image {
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #000;
  grid-template-columns: .25fr 1fr;
}

.div-block-3 {
  border-bottom: 2px solid #d85876;
  border-left: 2px solid #d85876;
  border-radius: 0 0 0 40px;
  width: 50%;
  height: 100px;
  margin-left: -5px;
}

.container {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.custom-pricing {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-4, .paragraph-2 {
  color: #fff;
}

.paragraph-2.monthly-cost {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-5, .heading-6 {
  color: #fff;
}

.heading-6.big-vp {
  text-align: left;
  display: block;
}

.div-block-4 {
  margin-top: 20px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-template-areas: ". Area";
}

.div-block-5 {
  border-bottom: 2px solid #d85876;
  border-left: 2px solid #d85876;
  border-bottom-left-radius: 40px;
  height: 100px;
  margin-left: 26px;
}

.div-block-6 {
  border-top: 2px solid #d85876;
  border-right: 2px solid #d85876;
  border-top-right-radius: 40px;
  height: 60px;
  margin-top: -2px;
}

.grid-6 {
  grid-column-gap: 38px;
  grid-template-columns: .25fr 1fr .25fr;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

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

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

.div-block-14 {
  margin-top: 20px;
}

.footnote {
  color: var(--dark-gray-50);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.company {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10 {
  font-size: 48px;
}

.container-3 {
  max-width: 1000px;
  margin-left: 60px;
  margin-right: 60px;
}

.section-4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-3 {
  max-width: 100px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
}

.grid-7.contact-us-new {
  grid-template-rows: auto auto auto;
}

.grid-7.contact-us-new.contact-page, .grid-7.demos {
  grid-template-rows: auto auto auto auto;
}

.grid-7.open-source-project {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid-7.steps-list {
  grid-template-rows: auto;
  margin-top: 40px;
}

.paragraph-3 {
  margin-top: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
}

.div-block-15 {
  background-color: #111;
  border: 1px solid #1d1d1d;
  border-radius: 8px;
  padding: 30px;
}

.div-block-15.pricing.updated-plans {
  padding: 30px;
}

.text-block-8 {
  color: var(--dark-grey);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.text-block-8.dark-text {
  color: #696969;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-block-8.dark-text.testimonial-info {
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
}

.text-block-8.pricing-subtext {
  color: var(--gray);
  align-self: flex-end;
  margin-top: 20px;
  font-size: 15px;
}

.text-block-8.pricing-subtext.error-tool-req {
  color: var(--dark-gray-50);
  align-self: flex-start;
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  display: block;
}

.text-block-8.per-fix {
  align-self: flex-end;
  padding-bottom: 6px;
  padding-left: 6px;
}

.text-block-8.user-name {
  color: var(--light-gray);
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-8.quote {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 15px;
  font-style: normal;
  line-height: 1.5em;
}

.text-block-8.bullet-point {
  margin-right: 4px;
}

.text-block-9 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.text-block-9.pricing-title {
  margin-bottom: 20px;
}

.heading-11 {
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
}

.heading-11.pricing-number {
  letter-spacing: -2px;
  margin-bottom: 0;
  font-size: 54px;
}

.heading-11.pricing-number.updated {
  margin-top: 20px;
  font-size: 40px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.heading-12.contact-page {
  font-size: 42px;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--dark-gray-70);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.paragraph-4.contact-info {
  color: var(--gray);
  font-size: 18px;
  line-height: 2em;
}

.paragraph-4.smaller {
  margin-bottom: 20px;
  font-size: 13px;
}

.container-4, .container-5 {
  margin-bottom: 140px;
}

.container-5.benefits-section {
  margin-bottom: 80px;
}

.container-5.how-it-works-section {
  margin-bottom: 100px;
}

.paragraph-5 {
  color: var(--dark-gray-70);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.heading-13 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-4 {
  width: auto;
  height: 24px;
}

.div-block-16 {
  margin-bottom: 20px;
}

.container-6 {
  margin-bottom: 140px;
}

.grid-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 80px;
}

.grid-8.testimonial-grid {
  margin-bottom: 0;
}

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

.button {
  text-align: center;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button.primary-new {
  background-color: #265baf;
  border-radius: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button.primary-new.for-header {
  background-color: #b6b6b6;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
  font-size: 14px;
  display: inline-block;
}

.button.primary-new.pricing-section {
  background-image: linear-gradient(135deg, #d85479, #df7860);
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  display: block;
}

.button.primary-new.pricing-section-outline {
  display: block;
}

.button.secondary-new {
  color: var(--gray);
  background-color: #fff0;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition-property: none;
  display: inline-flex;
}

.button.secondary-new:hover {
  opacity: .9;
  color: var(--primary-light);
  border-color: #eef4f8;
}

.button.secondary-new.for-header {
  width: auto;
  margin-left: 20px;
  font-size: 14px;
  font-style: normal;
}

.button.secondary-new.for-header.book-demo {
  border-radius: 4px;
}

.button.book-demo {
  color: var(--gray);
  background-color: #252525;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.button.book-demo.outline {
  background-color: #25252500;
  border: 1px solid #b6b6b6;
  transition-property: none;
}

.button.book-demo.outline:hover {
  opacity: .9;
  color: var(--primary-light);
  border-color: #eef4f8;
}

.button.book-demo.outline.form-button {
  margin-left: 0;
}

.button.book-demo.outline.form-button:hover {
  opacity: .9;
  color: var(--primary-light);
  border-color: #eef4f8;
}

.button.install-goast {
  background-color: #df785f;
  background-image: linear-gradient(135deg, #d75278, #df785f);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 13px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.list-item {
  list-style-type: none;
}

.div-block-17 {
  flex-flow: row;
  margin-bottom: 10px;
  display: flex;
}

.div-block-17.not-included {
  padding-left: 3px;
}

.div-block-17.name-testimonial {
  margin-bottom: 0;
  display: flex;
}

.div-block-17.error-tool-req {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.image-5 {
  margin-right: 6px;
}

.image-5.not-included-x {
  margin-right: 12px;
}

.image-5.small {
  width: 14px;
}

.div-block-18 {
  display: flex;
}

.image-6 {
  border: 1px #585858;
}

.grid-9 {
  grid-template-columns: 1.75fr 1fr 1fr 1fr 1fr 1fr 1fr 1.75fr;
}

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

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 64px;
  height: 64px;
  display: block;
}

.image-7 {
  text-align: left;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.image-8 {
  width: auto;
  height: 64px;
}

.div-block-20 {
  align-self: center;
  margin-left: 10px;
}

.div-block-21 {
  width: 36px;
}

.div-block-22 {
  text-decoration: none;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.text-span-3 {
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  display: inline;
  position: relative;
  top: 3px;
  right: 3px;
}

.bold-text-2 {
  color: var(--white-50);
  font-weight: 500;
}

.section-5 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 0;
}

.text-span-4, .text-span-5, .text-span-6 {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.link-6 {
  color: var(--gray);
  font-size: 18px;
  line-height: 2em;
}

.top-section-padding {
  padding-top: 140px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.heading-14 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  width: 34px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1.5fr;
}

.image-10 {
  width: 34px;
}

.heading-15 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-23 {
  border-left: 1px solid #fff;
  margin-left: 16px;
}

.image-11 {
  height: 54px;
  margin-right: 16px;
}

.image-12 {
  height: 64px;
}

.div-block-24, .div-block-25 {
  padding-bottom: 60px;
}

.div-block-26 {
  padding-bottom: 0;
}

.div-block-27 {
  display: flex;
}

.italic-text {
  color: var(--dark-grey);
  font-style: normal;
  font-weight: 400;
}

.text-span-7 {
  font-family: "Fa brands 400", sans-serif;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #111;
  background-image: linear-gradient(45deg, #5a34a1, #4480e5);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: auto;
  height: 36px;
  margin-bottom: 15px;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.text-block-10 {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-top: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: static;
}

.link-7 {
  font-size: 13px;
  line-height: 1em;
  text-decoration: underline;
}

.link-8 {
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: .2px;
    font-size: 70px;
    line-height: 1.15em;
  }

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-process, .section.banner-career, .section.pricing-banner, .section.job-position-banner, .section.contacts-banner, .section.contacts-3-banner, .section.banner-faq, .section.banner-testimonials {
    padding-top: 200px;
  }

  .section.without-top-spacing {
    padding-bottom: 100px;
  }

  .section.about-us, .section.blog-details {
    padding-top: 200px;
  }

  .section.support-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/Planet-1-2-1_1Planet 1 (2) 1.webp');
    background-position: 0 0, 50% 70%;
    padding-top: 200px;
  }

  .section.shop-banner, .section.shop-details, .section.category-shop, .section.landing-banner {
    padding-top: 200px;
  }

  .section.cb-section-1.blurred-bg {
    background-position: 50% 0;
    background-size: contain;
  }

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

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

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .style-guide-banner-section {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 40px;
  }

  .nav-menu-wrapper {
    margin-right: 30px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-rights-wrapper {
    margin-top: 30px;
  }

  .team-social-links-wrapper {
    margin-top: 20px;
  }

  .team-social-icon {
    color: var(--gray);
    font-size: 18px;
  }

  .team-social-icon:hover {
    opacity: 1;
  }

  .process-item-wrapper {
    grid-column-gap: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .paragraph-large._w-85 {
    width: 90%;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

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

  .comparing-table-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .contacts-2-form-wrapper {
    margin-right: 80px;
  }

  .adress-cards-wrapper {
    grid-column-gap: 40px;
    margin-top: 120px;
  }

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

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

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .text-container {
    margin-bottom: 130px;
  }

  .description-container {
    width: 50%;
  }

  .slider-content-container {
    width: 45%;
  }

  .banner-section.home-3 {
    padding-top: 80px;
  }

  .banner-section.sign-in, .banner-section.sign-up {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .button-nav-wrapper {
    grid-column-gap: 20px;
  }

  .text-field {
    margin-right: 30px;
  }

  .title-wrapper {
    width: 55%;
  }

  .title-wrapper._w-55 {
    width: 60%;
  }

  .testimonials-wrap {
    grid-column-gap: 40px;
  }

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

  .review-wrapper.how-it-workds {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroller {
    max-width: 1150px;
  }

  .content-block {
    width: 42%;
  }

  .contact-us-wrapper {
    padding: 40px;
  }

  .title-wrap.left {
    width: 80%;
  }

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

  ._w-30 {
    width: 80%;
  }

  .img-2-home-2 {
    width: auto;
    left: -14%;
  }

  ._w-70 {
    width: 70%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
  }

  .content-blog {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-blog.home-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-banner {
    width: 45%;
  }

  .banner-title-wrap.location, .banner-title-wrap.shop {
    width: 47%;
  }

  .our-team-wrapper {
    grid-column-gap: 40px;
  }

  .team-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-grid {
    grid-column-gap: 40px;
  }

  .info-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-wrap {
    grid-column-gap: 40px;
  }

  .price-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-wrapper.coming-soon-pricing {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-20-process-2 {
    margin-left: 0;
  }

  .custom-wrap {
    border: 1px solid var(--black-light);
    border-radius: 7px;
  }

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

  .banner-title-home-4 {
    grid-template-columns: 1.45fr 1fr;
  }

  .planet-loop {
    width: 66%;
  }

  .info-wrapper-home-4, .blog {
    grid-column-gap: 40px;
  }

  .grid-block {
    grid-column-gap: 60px;
  }

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

  .info-wrapper {
    padding: 30px;
  }

  .info-home-5 {
    padding: 40px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-info {
    padding-left: 25px;
    padding-right: 25px;
  }

  .details-wrapper, .img-details-wrapper, .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._404 {
    font-size: 140px;
  }

  .landing-banner-title-wrapper.crashbot-title-wrapper {
    max-width: 740px;
  }

  .landing-inner-page-item.last-item-landing {
    display: block;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-2 {
    margin-left: -5px;
    padding-left: 0;
  }

  .heading-5, .heading-9 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.landing-banner {
    margin-left: 100px;
    margin-right: 100px;
  }

  .section.cb-section-1.blurred-bg {
    background-position: 50% 0;
    background-size: contain;
  }

  .contacts-2-content-wrapper {
    padding-left: 40px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .content-link {
    margin-left: 15px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .contact-us-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-img-home-1 {
    bottom: -2%;
    left: 24%;
  }

  .planet-loop {
    top: -9%;
    right: -13%;
  }

  .home-4-img {
    width: 100%;
  }

  .backgrouns-3-img {
    height: 137%;
    top: -6%;
  }

  .landing-banner-title-wrapper.crashbot-title-wrapper {
    max-width: 740px;
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-process, .section.banner-career, .section.pricing-banner, .section.job-position-banner {
    padding-top: 220px;
  }

  .section.contacts-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Map_1Map.webp');
    background-position: 0 0, 100% 80%;
    padding-top: 220px;
  }

  .section.contacts-3-banner, .section.banner-faq, .section.banner-testimonials {
    padding-top: 220px;
  }

  .section.without-top-spacing {
    padding-top: 100px;
  }

  .section.without-top-spacing.how-it-works {
    padding-top: 140px;
  }

  .section.about-us, .section.blog-details, .section.support-section, .section.shop-banner, .section.shop-details, .section.category-shop {
    padding-top: 220px;
  }

  .section.landing-banner {
    margin-left: 140px;
    margin-right: 100px;
    padding-top: 220px;
  }

  .section.cb-section-1.blurred-bg {
    background-position: 50% 0;
    background-size: contain;
  }

  .style-guide-banner-section {
    padding-top: 220px;
    padding-bottom: 150px;
  }

  .blog-template-pagination-link:hover {
    opacity: 1;
  }

  .adress-cards-wrapper {
    bottom: -165px;
  }

  .search-section {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .text-container {
    margin-bottom: 150px;
  }

  .banner-section.home-3 {
    padding-top: 0;
  }

  .banner-section.sign-in, .banner-section.sign-up {
    height: 100vh;
    padding-top: 220px;
    padding-bottom: 150px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .content-wrap {
    justify-content: space-between;
  }

  .content-wrap.automations-image {
    justify-content: center;
  }

  .scroller {
    max-width: 1150px;
  }

  .banner-content-wrapper {
    justify-content: space-between;
  }

  .banner-img-home-1 {
    bottom: -7%;
  }

  .numbers {
    font-size: 48px;
  }

  .planet-loop {
    width: 65%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    top: -15%;
    right: -9%;
  }

  .backgrouns-3-img {
    height: 140%;
    top: -17%;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 220px;
    padding-bottom: 150px;
  }

  .shipping-method {
    background-color: #0000;
  }

  ._404 {
    font-size: 160px;
  }

  .youtube.landing-banner-image {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading.crashbot-heading {
    width: 800px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-process, .section.banner-career, .section.pricing-banner, .section.job-position-banner, .section.contacts-banner {
    padding-top: 140px;
  }

  .section.contacts-3-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Planet-1-2-1_1Planet 1 (2) 1.webp');
    background-position: 0 0, 50% 25%;
    padding-top: 140px;
  }

  .section.banner-faq, .section.banner-testimonials, .section.about-us, .section.blog-details, .section.support-section, .section.shop-banner, .section.shop-details, .section.category-shop, .section.landing-banner {
    padding-top: 140px;
  }

  .section.pricing-section {
    padding-top: 60px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

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

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button.hidden-tablet {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 10px 15px;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 15px;
    padding-right: 0;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: 30px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 0;
    overflow: auto;
  }

  .nav-dropdown-list.megamenu.w--open {
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .close-button-wrap {
    border-bottom: 1px solid #282828;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 20px 13px 20px 15px;
    display: flex;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 10px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .style-guide-banner-section {
    padding-top: 140px;
  }

  .logo-mobile {
    display: block;
  }

  .logo-mobile.w--current {
    margin-bottom: 0;
    display: block;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .blog-template-image {
    margin-top: 10px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer.new-footer {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .footer-copyright.new-copyright {
    text-align: center;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .process-image {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .banner-title-wrapper.home-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

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

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .link-with-icon.center {
    justify-content: center;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 0;
    padding: 30px 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-2-location-wrapper {
    width: 34%;
    margin-top: 40px;
  }

  .contacts-2-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    flex-wrap: wrap-reverse;
  }

  .contacts-2-content {
    text-align: center;
    width: 100%;
    padding-right: 30px;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .contacts-3-capabilities-wrap-left {
    text-align: center;
    align-self: center;
    width: 85%;
    padding-right: 0;
  }

  .contacts-3-list {
    align-items: center;
  }

  .contacts-3-capabilities-wrap-right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contacts-3-capabilities-image {
    object-fit: cover;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-icons-wrapper {
    text-align: center;
    justify-content: center;
    margin-top: 10px;
  }

  .footer-wrapper {
    flex-flow: column wrap;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-links-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 140px;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-menu-shadow-overlay {
    background-color: var(--primary);
    border-right: 1px solid #282828;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 30px #00000026;
  }

  .banner-buttons-wrapper {
    margin-top: 40px;
  }

  .megamenu-dropdown-wrapper {
    flex-direction: column;
    width: auto;
  }

  .banner-slider-container {
    text-align: center;
  }

  .secondary-button.hidden-tablet {
    display: none;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .banner-form-block {
    margin-bottom: 0;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .content-item {
    align-items: center;
    width: 100%;
  }

  .subscribe-form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .short-info-content {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    display: grid;
  }

  .subscribe-input {
    width: 100%;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-container {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .description-container, .title-container {
    text-align: center;
    width: 100%;
  }

  .home-2-slider-item-container {
    flex-direction: column;
  }

  .home-2-slide-image {
    object-fit: none;
    width: 100%;
    height: 480px;
  }

  .slider-bg {
    display: none;
  }

  .slider-content-container {
    grid-row-gap: 0px;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-right: 40px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .link-content {
    flex-direction: column;
    margin-top: 40px;
  }

  .banner-section.home-1 {
    background-position: 50% 0, 100% 100%;
    height: auto;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .banner-section.home-2, .banner-section.home-3 {
    height: auto;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .banner-section.home-4, .banner-section.home-5, .banner-section.sign-in {
    height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .banner-section.sign-up {
    padding-top: 140px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content-link {
    margin-left: 10px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .capabitities-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 45%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .home-2-services {
    flex-wrap: wrap;
  }

  .home-2service-img {
    width: 100%;
  }

  .home-services-text {
    width: 100%;
    margin-top: 60px;
  }

  .home-2-service-title.home-4 {
    justify-content: center;
  }

  .home-grid-process {
    grid-template-columns: 1fr 1fr;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .button-nav-wrapper {
    margin-right: 15px;
  }

  .burger-menu {
    filter: invert();
  }

  .logo-header {
    height: 30px;
  }

  .footer-link-wrapp {
    grid-column-gap: 50px;
  }

  .subscribe {
    align-items: center;
    width: 75%;
    margin: 0 auto 30px;
  }

  .form-block-footer {
    margin-top: 10px;
  }

  .footer-wrapper-copyright {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 65%;
    display: block;
  }

  .title-wrapper {
    width: 70%;
  }

  .title-wrapper._w-55 {
    width: 75%;
    margin-bottom: 60px;
  }

  .testimonials-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
  }

  .testimonials-wrap.landingpage {
    grid-template-rows: auto;
  }

  .flex-testimonials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: none;
    display: flex;
  }

  .flex-testimonials.relative-testimonials {
    position: static;
    top: -70px;
  }

  .flex-testimonials.testimonials-relative {
    position: relative;
    top: -20px;
  }

  .review-wrapper {
    padding: 30px;
  }

  .review-wrapper:hover {
    background-color: var(--white);
  }

  .width-banner-title {
    width: 80%;
  }

  .button-wrapper-banner {
    margin-top: 40px;
  }

  .content-wrap {
    grid-column-gap: 40px;
  }

  .content-wrap.home-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 75%;
  }

  .logo-loop {
    margin-left: 20px;
    margin-right: 20px;
  }

  .img-block {
    padding-top: 0;
    padding-left: 0;
  }

  .img-block.crashbot-img-block {
    width: 90%;
    padding-left: 0;
  }

  .content-block {
    width: 45%;
  }

  .content-block.how-it-works {
    margin-top: 100px;
    padding-left: 20px;
  }

  .img-saas {
    padding-left: 0;
    padding-right: 0;
  }

  ._w-80 {
    font-size: 28px;
  }

  .title-wrap {
    width: 60%;
  }

  .banner-content-wrapper.home-3 {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
  }

  .banner-img-home-1 {
    left: 30%;
  }

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

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

  .service:hover {
    background-color: #0000;
  }

  .service.center {
    padding: 20px;
  }

  .service.center:hover {
    background-color: #282828;
  }

  .name-service {
    padding-left: 10px;
    padding-right: 10px;
  }

  .planet-img-1 {
    z-index: 0;
  }

  .img-1-home-2 {
    right: 1%;
  }

  .img-2-home-2 {
    width: auto;
    top: 5%;
    left: 1%;
  }

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

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

  .form-banner {
    text-align: center;
    width: 70%;
    padding: 30px;
  }

  .banner-title-wrap {
    width: 70%;
  }

  .banner-title-wrap.location, .banner-title-wrap.shop {
    width: 65%;
  }

  .our-team-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .price-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-20-process-2 {
    margin-right: 20px;
  }

  .custom-content {
    width: 80%;
  }

  .pricing-banner-wrap {
    width: 70%;
  }

  .spacing-title {
    font-size: 30px;
  }

  .support-info {
    padding: 30px 20px;
  }

  .support-content {
    margin-right: 10px;
  }

  .banner-title-home-4 {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap-reverse;
    place-content: flex-start center;
    align-items: center;
    margin-top: 130px;
    display: flex;
  }

  .content-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .planet-loop {
    z-index: -1;
    opacity: .2;
    width: 50%;
    height: auto;
    top: 18%;
    right: auto;
  }

  .img-wrapper {
    width: 75%;
  }

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

  .grid-block {
    grid-row-gap: 60px;
    text-align: center;
    justify-items: center;
  }

  .sign-wrapper, .form-sing-in {
    width: 65%;
  }

  .background-img-banner {
    width: 75%;
  }

  .backgrouns-2-img {
    width: 63%;
    top: -8%;
    right: 3%;
  }

  .backgrouns-3-img {
    width: 58%;
    height: auto;
    top: -12%;
    left: 5%;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 140px;
  }

  .collection-list, .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    justify-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-inner-page-item.last-item-landing {
    display: block;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .heading {
    margin-left: 100px;
    margin-right: 100px;
  }

  .div-block-5 {
    margin-left: 19px;
  }

  .div-block-15 {
    padding: 20px;
  }

  .div-block-15.pricing {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-8, .text-block-8.dark-text {
    font-size: 12px;
  }

  .text-block-9 {
    font-size: 16px;
  }

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

  .div-block-17 {
    margin-bottom: 6px;
  }

  .grid-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: stretch;
    place-items: start;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding: 20px;
    font-size: 18px;
  }

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.banner-our-process, .section.banner-career, .section.pricing-banner, .section.job-position-banner, .section.contacts-banner, .section.contacts-3-banner, .section.banner-faq, .section.banner-testimonials {
    padding-top: 120px;
  }

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

  .section.about-us {
    padding-top: 120px;
  }

  .section.blog-details {
    background-position: 100% 0;
    background-size: cover;
    padding-top: 120px;
  }

  .section.support-section, .section.shop-banner, .section.shop-details, .section.category-shop, .section.landing-banner {
    padding-top: 120px;
  }

  .section.cb-section-1 {
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

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

  .nav-menu {
    width: 100%;
  }

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

  .nav-dropdown-toggle {
    padding-right: 0;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .style-guide-banner-section {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    grid-row-gap: 40px;
    column-count: 1;
    display: flex;
  }

  .blog-grid-item {
    width: 100%;
  }

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

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

  .process-item-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .process-image {
    height: 320px;
    min-height: auto;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .career-list-item-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .banner-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .banner-title-wrapper.home-3 {
    width: 90%;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item {
    width: 100%;
  }

  .pricing-item.center-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-form-title {
    text-align: center;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .adress-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .adress-card {
    padding: 20px 30px;
  }

  .contacts-3-capabilities-wrap-left, .contacts-3-capabilities-wrap-right {
    width: 100%;
  }

  .contacts-3-capabilities-wrapper {
    flex-wrap: wrap;
  }

  .contacts-3-form-wrapper {
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .search-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .banner-slider-container {
    padding-bottom: 60px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .content-item-title {
    font-size: 17px;
  }

  .content-item {
    width: 100%;
  }

  .content-item.email {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .short-info-content {
    padding-left: 0;
    display: flex;
  }

  .subscribe-input {
    width: 160px;
  }

  .short-info-wrap {
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-container {
    text-align: center;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .description-container, .title-container {
    width: 100%;
  }

  .home-2-slider-item-container {
    flex-direction: column;
  }

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

  .slider-bg {
    bottom: 0;
  }

  .slider-content-container {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .banner-section {
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-section.home-1 {
    background-position: 70% 0, 80% 100%;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .banner-section.home-2 {
    padding-bottom: 60px;
  }

  .banner-section.home-3, .banner-section.home-4, .banner-section.home-5, .banner-section.sign-in, .banner-section.sign-up {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .capabitities-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .capabitities-card {
    width: 47%;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-services-text {
    margin-top: 0;
  }

  .home-grid-process {
    grid-template-columns: 1fr 1fr;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-logo {
    padding-left: 0;
  }

  .footer-link-wrapp {
    grid-column-gap: 40px;
  }

  .footer-wrapper-copyright {
    width: 75%;
  }

  .title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .title-wrapper._w-55 {
    width: 100%;
  }

  .testimonials-wrap {
    flex-direction: column;
    display: flex;
  }

  .flex-testimonials {
    width: 100%;
  }

  .flex-testimonials.relative-testimonials {
    width: 100%;
    position: static;
  }

  .flex-testimonials.testimonials-relative {
    position: static;
  }

  .width-banner-title {
    width: 90%;
  }

  .content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .content-wrap.home-4 {
    width: 100%;
    display: flex;
  }

  .content-wrap.align-up {
    display: block;
  }

  .logo-loop {
    width: 140px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .img-block, .img-block.crashbot-img-block {
    width: 100%;
  }

  .content-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .img-saas {
    width: 75%;
  }

  .img-saas.chatimage.crashbot-img {
    width: 100%;
  }

  ._w-80.sentence {
    font-size: 48px;
  }

  .contact-us-wrapper {
    text-align: center;
    align-items: center;
  }

  .title-wrap {
    width: 90%;
  }

  .title-wrap.left {
    text-align: center;
  }

  .banner-content-wrapper {
    justify-content: center;
  }

  .banner-content-wrapper.home-3 {
    grid-row-gap: 40px;
  }

  .banner-img-home-1 {
    height: 100%;
    position: relative;
    top: 65px;
    left: 0%;
  }

  .block {
    display: none;
  }

  .services.home-2 {
    flex-direction: column;
    display: flex;
  }

  .service {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .planet-img-1 {
    display: none;
  }

  .planet {
    width: 75%;
  }

  .img-1-home-2 {
    width: 35%;
    right: 4%;
  }

  .img-2-home-2 {
    width: 35%;
    left: 3%;
  }

  .collection-list-blog {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .form-banner {
    width: 75%;
  }

  .banner-title-wrap, .banner-title-wrap.location {
    width: 100%;
  }

  .banner-title-wrap.shop {
    width: 75%;
  }

  .our-team-wrapper {
    grid-row-gap: 20px;
  }

  .info-grid {
    flex-direction: column;
    display: flex;
  }

  .numbers {
    font-size: 40px;
  }

  .h6-home-9 {
    font-size: 18px;
  }

  .custom-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .custom-content {
    text-align: center;
    width: 100%;
  }

  .button-custom-wrap {
    justify-content: center;
    width: 100%;
  }

  .pricing-banner-wrap {
    width: 100%;
  }

  .spacing-title {
    font-size: 35px;
  }

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

  .support-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .support-content {
    margin-right: 15px;
  }

  .banner-title-home-4 {
    margin-top: 80px;
  }

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

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

  .info-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info-home-5 {
    text-align: center;
  }

  .img-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sign-wrapper {
    width: 75%;
    margin-bottom: 40px;
  }

  .form-sing-in {
    width: 75%;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .backgrouns-3-img {
    width: 60%;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .collection-list {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content-details {
    position: static;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  ._404 {
    font-size: 100px;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
    display: flex;
  }

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

  .banner-description.new-description {
    max-width: 450px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-page-item.last-item-landing {
    display: block;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .heading {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading.new-heading {
    font-size: 48px;
  }

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

  .container {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-5 {
    margin-left: 14px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-7.contact-us-new.contact-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .25fr 1fr 1fr .25fr;
  }

  .paragraph-3 {
    display: none;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    padding-left: 20px;
    display: block;
  }

  .heading-11 {
    font-size: 60px;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-8.testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-content: center;
  }

  .top-section-padding {
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section.without-top-spacing {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .section.blog-details {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.cb-section-1 {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.cb-section-1.blurred-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.5em;
  }

  .footer-copyright.new-copyright {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .process-image {
    height: 280px;
  }

  .paragraph-large._w-85, .banner-title-wrapper, .banner-title-wrapper.home-3 {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-form-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-form-wrapper.new-form, .contacts-form-wrapper.new-form.contact-page {
    padding: 20px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-input {
    width: 100%;
  }

  .contacts-input.phone {
    margin-left: 0;
  }

  .contacts-2-form-wrapper {
    padding: 20px;
  }

  .contacts-3-list {
    margin-bottom: 20px;
  }

  .contacts-3-capabilities-image {
    max-width: 100%;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 10px;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-links-wrapper {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .megamenu-dropdown-wrapper {
    align-items: center;
    width: 100%;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .content-item {
    text-align: center;
    margin-bottom: 10px;
  }

  .content-item.email {
    width: 100%;
  }

  .subscribe-form {
    height: 100%;
  }

  .subscribe-input {
    width: 100%;
    min-width: 150px;
  }

  .short-info-wrap {
    padding-bottom: 45px;
  }

  .subscribe-input-wrapper {
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .home-2-slide-image {
    object-fit: cover;
    width: 75%;
  }

  .slider-content-container {
    padding: 20px;
  }

  .slider-image-container {
    height: auto;
  }

  .link-content {
    justify-content: flex-start;
  }

  .our-services-wrap {
    width: 100%;
  }

  .capabitities-cards-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .capabitities-card, .home-9-team-item {
    width: 100%;
  }

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

  .home-2-service-title {
    justify-content: center;
  }

  .process-item-wrap, .process-item {
    min-width: 10%;
  }

  .home-grid-process {
    grid-template-columns: 1fr;
  }

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

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

  .footer-link-wrapp {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscribe {
    width: 100%;
  }

  .footer-wrapper-copyright {
    width: 100%;
    display: flex;
  }

  .title-wrapper, .width-banner-title {
    width: 100%;
  }

  .button-wrapper-banner.home-4 {
    display: flex;
  }

  .content-wrap.automations-image {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .logo-loop {
    width: 120px;
    height: 35px;
  }

  .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-block.how-it-works {
    width: 90%;
    padding-left: 0;
  }

  .content-block.how-it-works.section-2 {
    margin-top: 60px;
  }

  .img-saas {
    width: 100%;
  }

  .img-saas.chatimage.crashbot-img {
    margin-top: 0;
  }

  ._w-80.how-it-works-title {
    margin-bottom: 60px;
    font-size: 32px;
  }

  ._w-80.sentence {
    font-size: 34px;
  }

  .contact-us-wrapper {
    padding: 20px;
  }

  .title-wrap {
    width: 100%;
  }

  .banner-img-home-1 {
    top: 60px;
  }

  .services.relative {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .planet-img-1 {
    display: none;
  }

  .planet {
    width: 80%;
  }

  .form-banner {
    text-align: center;
    width: 100%;
  }

  .banner-title-wrap.shop {
    width: 100%;
  }

  .our-team-wrapper, .pricing-wrap {
    flex-direction: column;
    display: flex;
  }

  .pricing-wrap.prompting-pricing {
    width: 100%;
  }

  .price-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-banner {
    width: 100%;
  }

  .planet-loop {
    width: 65%;
  }

  .info-wrapper-home-4 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .nimber-info.center {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .center-info-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sign-wrapper {
    width: 100%;
  }

  .form-sing-in {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .background-img-banner {
    width: 80%;
  }

  .backgrouns-2-img {
    width: 65%;
  }

  .backgrouns-3-img {
    width: 65%;
    top: -14%;
  }

  .product-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-product {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .content-details {
    text-align: center;
    align-items: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-banner-title-wrapper.crashbot-title-wrapper {
    width: 100%;
    margin-bottom: 4px;
  }

  .banner-description.new-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 36px;
  }

  .heading.crashbot-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 38px;
  }

  .heading.new-heading {
    font-size: 36px;
  }

  .section-2-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .grid-5 {
    display: flex;
  }

  .div-block-5 {
    margin-left: -16px;
  }

  .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13 {
    display: none;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7, .heading-8 {
    font-size: 32px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-7.contact-us-new.contact-page {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-7.steps-list {
    grid-template-columns: .25fr;
  }

  .heading-11.pricing-number {
    font-size: 36px;
  }

  .heading-12 {
    font-size: 24px;
  }

  .heading-12.contact-page {
    font-size: 32px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .paragraph-4.contact-info {
    font-size: 16px;
  }

  .container-4, .container-5 {
    margin-bottom: 100px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .container-6 {
    margin-bottom: 100px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-8.testimonial-grid {
    grid-template-columns: 1.25fr;
  }

  .button.book-demo.outline {
    margin-left: 10px;
  }

  .button.install-goast {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .div-block-22 {
    display: block;
  }

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

  .grid-12 {
    grid-template-columns: .5fr 2.25fr;
  }

  .heading-15 {
    font-size: 18px;
  }

  .image-11 {
    height: 40px;
    margin-right: 10px;
  }

  .text-block-10 {
    font-size: 13px;
  }
}

#w-node-_76665f07-9706-9154-d116-963161205ec6-71387ac7, #w-node-_76665f07-9706-9154-d116-963161205ece-71387ac7, #w-node-_76665f07-9706-9154-d116-963161205ed6-71387ac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b178cbe9-f2b2-611f-2f8f-ad3846c37783-71387ac7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6f3751bb-237f-201a-bd21-3915c2cb7ef8-71387ac7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2df3ac50-8cc5-2d5f-649d-f812f07a660b-71387ac7, #w-node-_2df3ac50-8cc5-2d5f-649d-f812f07a6613-71387ac7, #w-node-_2df3ac50-8cc5-2d5f-649d-f812f07a661b-71387ac7, #w-node-_2df3ac50-8cc5-2d5f-649d-f812f07a6623-71387ac7, #w-node-b1205340-98ae-1037-bbd9-2f6d2eb96bd7-71387ad7, #w-node-_67fa6577-443b-7768-8b10-9b547cf34fde-71387ad7, #w-node-_135ab4fa-2be1-e7e4-b7c8-4be3361bf340-71387ad7, #w-node-a4a02dee-483d-834b-1a08-3b5aa68a3cfa-71387ad7, #w-node-_3079c4a5-7d0d-1f8e-c7bb-be13fd12a06d-71387ad7, #w-node-d17b8175-cd1d-dcf7-479b-0e52ad60d783-71387ad7, #w-node-bc4912f7-26fb-bc67-009f-b94d9e2c5476-71387ad7, #w-node-e1a391e9-1df7-69d8-81fe-128ddd4476f3-71387ad7, #w-node-e1a391e9-1df7-69d8-81fe-128ddd447702-71387ad7, #w-node-e1a391e9-1df7-69d8-81fe-128ddd447711-71387ad7, #w-node-e1a391e9-1df7-69d8-81fe-128ddd447720-71387ad7, #w-node-ae84526b-b856-3c2b-b16b-e337bf7936cc-71387ae1, #w-node-ae84526b-b856-3c2b-b16b-e337bf7936d2-71387ae1, #w-node-ae84526b-b856-3c2b-b16b-e337bf7936d8-71387ae1, #w-node-_811d3053-36d9-34ce-940c-1f3099631be2-71387ae5, #w-node-_1aae60a1-0990-07ca-0321-60106d5070ab-71387ae5, #w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-71387ae7, #w-node-_2aeb32d3-434e-ff5c-648c-cbb641196a65-71387ae7, #w-node-_9dccfc97-6ec4-0cba-d083-abb95fab6bd9-71387ae7, #w-node-e885abcc-5c30-4cba-02f9-74a2f70ca578-71387aed, #w-node-_0e09a872-a98b-cfb8-02b8-19469ddfbf55-71387aed, #w-node-f222154e-ebae-c620-5e10-55dc15679596-71387af0, #w-node-f222154e-ebae-c620-5e10-55dc1567959c-71387af0, #w-node-f222154e-ebae-c620-5e10-55dc156795a2-71387af0, #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd8547-71387af0, #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd8552-71387af0, #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd855d-71387af0, #w-node-_6e25b293-57b4-e57b-fa22-1a0fb74658df-71387af0, #w-node-_5a4d6bb6-60f5-78aa-a063-cfb894d04d8d-71387af0, #w-node-_4c173ae8-fb04-ef56-5750-2af09b538cf3-71387af0, #w-node-_4a1a56fa-9432-a69f-f86e-e434ef50764f-71387af0, #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed92c-71387b11, #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed932-71387b11, #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed938-71387b11, #w-node-c8f046c4-ad52-04bf-87db-bacee7ca8d9a-71387b11, #w-node-_8b3d3d07-f613-7e4c-7dd1-74ee97af75a7-71387b11, #w-node-c6af1d82-1dca-adce-001f-03dbc3cd9c12-71387b11, #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd65-71387b2c, #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd6b-71387b2c, #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd71-71387b2c, #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e91b-71387b2c, #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e92c-71387b2c, #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e93d-71387b2c, #w-node-d56f5fde-4c23-9be4-3a37-ac15ebebf984-71387b2c, #w-node-d56f5fde-4c23-9be4-3a37-ac15ebebf993-71387b2c, #w-node-d56f5fde-4c23-9be4-3a37-ac15ebebf9a2-71387b2c, #w-node-d56f5fde-4c23-9be4-3a37-ac15ebebf9b1-71387b2c, #w-node-_7ff480c3-9d36-ed76-1316-cbb593ebd077-71387b2d, #w-node-c02d95a1-d006-8931-647d-09f351a5d620-71387b2d, #w-node-f0532389-98c2-05c4-d53b-47c657cc1457-71387b2d, #w-node-_0d2c9f73-c842-9aff-f20f-90a8c108e01f-71387b2d, #w-node-_0d2c9f73-c842-9aff-f20f-90a8c108e020-71387b2d, #w-node-_0af47c96-9bc1-da60-8ff1-57a67f7bfae4-71387b2d, #w-node-_0af47c96-9bc1-da60-8ff1-57a67f7bfae5-71387b2d, #w-node-_31e3f89f-2cd8-4474-d692-e92535430a43-71387b2d, #w-node-_31e3f89f-2cd8-4474-d692-e92535430a49-71387b2d, #w-node-_31e3f89f-2cd8-4474-d692-e92535430a4f-71387b2d, #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c501-71387b2d, #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c526-71387b2d, #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c54b-71387b2d, #w-node-e990c0dc-b73d-7926-1e2f-2b242e6739c8-71387b2d, #w-node-e990c0dc-b73d-7926-1e2f-2b242e6739d7-71387b2d, #w-node-e990c0dc-b73d-7926-1e2f-2b242e6739e6-71387b2d, #w-node-e990c0dc-b73d-7926-1e2f-2b242e6739f5-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca2437615-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca243761b-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca2437621-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca2437627-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca243762d-71387b2d, #w-node-_1281edf3-2b67-a1a9-51fc-6ecca2437633-71387b2d, #w-node-e07096a0-709c-6834-31c3-ce465c1445d0-71387b2e, #w-node-e29d73be-3add-8792-d9de-116afa50d885-71387b2e, #w-node-_835f5c8b-dbd8-b174-8bd5-c4d9a1edc53c-71387b2e, #w-node-b19095d4-9b2e-368f-4197-9e3aaaeb833e-71387b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df23c24a-89cc-00e3-78ad-175b5d655f23-71387b2e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e20f85cb-82db-07f2-e770-f91b361b957e-71387b2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db8550a4-810b-a902-589e-d855a443b5a6-71387b2e, #w-node-bf0b09b1-2761-1ed0-71a5-7a54070b4b4e-71387b2e, #w-node-_8390b37c-c8b4-f7bd-2d9a-830e4c716729-71387b2e, #w-node-_5393966c-77f3-081f-7821-d97d1643115f-71387b2e, #w-node-_5393966c-77f3-081f-7821-d97d1643116e-71387b2e, #w-node-_5393966c-77f3-081f-7821-d97d1643117d-71387b2e, #w-node-_5393966c-77f3-081f-7821-d97d1643118c-71387b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-71387b34, #w-node-_01879f75-bf85-e709-2382-9cbcce1ab0dc-71387b34, #w-node-_7a2e6244-cc76-9111-46fa-53133dde1605-71387b34, #w-node-_78366390-923a-7b95-53c0-4179bc4d64fd-71387b34, #w-node-_82d453c8-c1d5-f464-a68b-1121116160a5-71387b34, #w-node-c834e3e1-130c-6923-8316-260fc3bd110a-71387b34, #w-node-a1eb60bd-fc8d-7213-a425-25464d83682a-71387b34, #w-node-c6649d05-d629-ea3f-44da-acfe2927243c-71387b34, #w-node-d44d81f7-3742-e060-2f8e-9a69b060ee41-71387b34, #w-node-_0912aa03-66fc-1d6c-3097-8e6f2f676d83-71387b34, #w-node-_2aa38a07-26a6-4a07-2bac-e41325b4b5ce-71387b34, #w-node-_9217c518-0ba6-da42-4d78-12b883b30714-71387b34, #w-node-_167255e9-2dd3-9e41-35f4-92d1abf3329d-71387b34, #w-node-_05620197-eded-7d08-9d0a-f01679f4a20d-71387b34, #w-node-_4b3e2a4b-1b0a-50e0-a776-b4fd8ef1e873-71387b34, #w-node-_87bf2e35-ffca-94e6-1f1e-38c43b574b98-71387b34, #w-node-_750559a7-15e4-4d11-ffe8-6562906ffbeb-71387b34, #w-node-_68c2e284-b8b8-2165-e8f3-fd6202d5e897-71387b34, #w-node-_9075b4a4-a5dd-e8f7-b1c0-d9fd2255c2ba-71387b34, #w-node-_028e5f48-9619-c92f-4b1b-7da9bd0f29f2-71387b34, #w-node-_0e4447df-ed51-3c2c-f3d0-014f9f79c30d-71387b34, #w-node-_19266eac-c943-cb53-4915-2c8d1fb61110-71387b34, #w-node-b39754fc-5255-5489-2ce2-5345309bc6eb-71387b34 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-71387b34, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-71387b34, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-71387b34, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-71387b34, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-71387b34, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-71387b34, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-71387b34, #w-node-d74e1b0c-d515-cf97-13e1-498003529782-71387b4f, #w-node-d74e1b0c-d515-cf97-13e1-4980035297a7-71387b4f, #w-node-d74e1b0c-d515-cf97-13e1-4980035297cc-71387b4f, #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc6683-71387b50, #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc66a8-71387b50, #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc66cd-71387b50, #w-node-_47437abb-eaef-2347-f913-578e3097cffc-71387b50, #w-node-_47437abb-eaef-2347-f913-578e3097d00b-71387b50, #w-node-_47437abb-eaef-2347-f913-578e3097d01a-71387b50, #w-node-_47437abb-eaef-2347-f913-578e3097d029-71387b50, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23bd-71387b51, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23c3-71387b51, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23c9-71387b51, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23cf-71387b51, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23d5-71387b51, #w-node-_019d405e-ab4a-0494-0b49-a354f1bf23db-71387b51, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad347-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad349-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad34b-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad34d-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad34f-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad352-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad354-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad356-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad358-71387b7f, #w-node-d66f2ce5-59b6-b00f-032c-5a7672bad35a-71387b7f, #w-node-_8485c95c-0b59-be03-33d2-c5250d8c8266-71387b82, #w-node-_8485c95c-0b59-be03-33d2-c5250d8c8275-71387b82, #w-node-_8485c95c-0b59-be03-33d2-c5250d8c8284-71387b82, #w-node-_8485c95c-0b59-be03-33d2-c5250d8c8293-71387b82, #w-node-_6e25b293-57b4-e57b-fa22-1a0fb74658df-e88968ac, #w-node-_5a4d6bb6-60f5-78aa-a063-cfb894d04d8d-e88968ac, #w-node-_4c173ae8-fb04-ef56-5750-2af09b538cf3-e88968ac, #w-node-_6e25b293-57b4-e57b-fa22-1a0fb74658df-f9efd9aa, #w-node-_5a4d6bb6-60f5-78aa-a063-cfb894d04d8d-f9efd9aa, #w-node-_4c173ae8-fb04-ef56-5750-2af09b538cf3-f9efd9aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70e81fdb-79ad-c02c-a281-ed5285785076-29d89499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_70e81fdb-79ad-c02c-a281-ed5285785078-29d89499 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_70e81fdb-79ad-c02c-a281-ed528578507a-29d89499 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-f80e07e3-8bc7-4b53-626f-c6365d09b0ea-29d89499, #w-node-_420cb553-b32d-d7f2-2afa-04394b6da210-29d89499, #w-node-_1f3a6351-5854-4bbb-9135-ba056f34d15f-29d89499 {
  justify-self: end;
}

#w-node-aa6f03b4-6de8-7e51-23c6-63d313aa184f-29d89499, #w-node-_67e5135d-79c1-ccc2-9bcf-cd2eb8ef4f65-29d89499, #w-node-_0f7dc10c-81a4-a715-8ba6-7348b754e79a-29d89499, #w-node-_13c17e8c-eb6b-9ead-e366-8c6a29f27d12-29d89499, #w-node-_7692c62c-2692-a94b-2e2c-d7e692753a87-29d89499, #w-node-_32a8d538-3682-9206-fc10-e49e7f68f293-29d89499, #w-node-_32ca0914-666b-ae74-3c1b-10a05a480585-29d89499, #w-node-_943dd28f-a965-ca70-b098-f342cf72eeda-29d89499, #w-node-_7ec4c12e-55df-b29c-7a51-1156fd664b5f-29d89499, #w-node-_6e88880a-f64f-c004-ff69-829be205fa4a-29d89499, #w-node-ee9ae72c-e723-dc08-2423-9a681ffda0ba-29d89499, #w-node-ee9ae72c-e723-dc08-2423-9a681ffda0d7-29d89499, #w-node-_4cd6123c-a631-a0a0-57f4-b95eab614011-29d89499, #w-node-_4cd6123c-a631-a0a0-57f4-b95eab61401e-29d89499, #w-node-_4cd6123c-a631-a0a0-57f4-b95eab61402b-29d89499, #w-node-ca5b85e8-a483-1b3a-53ea-7e1fcfd6044e-e703bae7, #w-node-ca5b85e8-a483-1b3a-53ea-7e1fcfd60456-e703bae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6002c5e7-c3cf-0774-9ed3-f36b50f0865d-e703bae7, #w-node-_205f6d21-323d-ffa8-2934-1f2579fd677c-e703bae7, #w-node-_1426fba6-ae37-e9db-af84-8ce9580f33e1-e703bae7 {
  justify-self: end;
}

#w-node-_1426fba6-ae37-e9db-af84-8ce9580f33e2-e703bae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d0992a4-28c6-f897-f37f-493021fb1c6e-e703bae7 {
  justify-self: end;
}

#w-node-_2d0992a4-28c6-f897-f37f-493021fb1c6f-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a15-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a16-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a17-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a18-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a19-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a1a-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a1b-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a1c-e703bae7, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a1d-e703bae7, #w-node-c2544c4c-cf4a-643b-9e06-87e5aad9e8a3-e703bae7, #w-node-c2544c4c-cf4a-643b-9e06-87e5aad9e8bc-e703bae7, #w-node-_11803fa5-fc7d-41f2-3356-08044e1a6d6b-e703bae7, #w-node-_11803fa5-fc7d-41f2-3356-08044e1a6d84-e703bae7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_108d4d78-30fe-5237-1ae1-7f71ed19cbe1-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5ab4bf4-8c6e-26f0-02fd-2f344464eb4a-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-cac5dfd3-b8c6-1f20-0368-1b4d9de6f925-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9bf03746-09af-ff57-19ea-16736f7c4567-7ecb0941 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_2497744e-cdde-cc9d-aaf9-6d0eedadab2f-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2497744e-cdde-cc9d-aaf9-6d0eedadab31-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_3b6a3f76-cf1d-ad01-c5b3-28262ee758ba-7ecb0941 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_6c2ae942-8106-fa69-dc06-90109aefee4e-7ecb0941 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be476015-bc54-5acf-4a81-2705c59116af-7ecb0941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e93b7ed-2a91-7308-6fa1-01ae5ffe7f80-7ecb0941 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4e93b7ed-2a91-7308-6fa1-01ae5ffe7f82-7ecb0941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a9603a-3a6e-f1e2-8cb1-800b2f756c94-7ecb0941 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_37a9603a-3a6e-f1e2-8cb1-800b2f756c96-7ecb0941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44fc0eb7-eab6-a9d8-ac21-164a6469992d-7ecb0941 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_44fc0eb7-eab6-a9d8-ac21-164a6469992f-7ecb0941 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_541b94ac-cdb5-c411-e519-93d83ed61c15-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_541b94ac-cdb5-c411-e519-93d83ed61c17-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_772ffd9d-3990-ac1d-9974-c11de2023b25-7ecb0941, #w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef5981a-7ecb0941 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef5981e-7ecb0941 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef5981f-7ecb0941 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef59821-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2c650dcd-501b-c85b-e1c8-13a946f098a0-7ecb0941 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3967c292-10ed-358a-5e1d-5d7d822ec9b7-7ecb0941 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-fc174713-adf5-a526-ad4c-532411b05fbf-7ecb0941 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_31ec5e16-4ff6-112b-33aa-3006802810bc-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-cc9294d2-dabf-cd27-45fd-f25876918cdb-7ecb0941 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-cc9294d2-dabf-cd27-45fd-f25876918cdc-7ecb0941 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cc9294d2-dabf-cd27-45fd-f25876918cde-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ac85edba-23e1-c1fa-104b-ae98f490f339-7ecb0941 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ac85edba-23e1-c1fa-104b-ae98f490f33b-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_51be9d74-d10c-c126-8651-65f8253ed6fc-7ecb0941 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-d4496f1b-3bac-ca81-aebc-ccba0ead253e-7ecb0941, #w-node-_264e2b90-ea46-e955-7f20-9e28fe8fbbd0-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_264e2b90-ea46-e955-7f20-9e28fe8fbbd2-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7d8c9587-73ce-9c0a-1df7-cfc89a97a131-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_295bb999-422c-8e65-449f-94cec49d8e5b-7ecb0941 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_35c11d99-3dd5-50f9-c440-90a0c48af758-7ecb0941 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2dce34d5-a92d-d615-7dc8-2694e51b0f4d-7ecb0941 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7b98b-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7b98d-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7b990-7ecb0941 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7b9c1-7ecb0941 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7b9f5-7ecb0941 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7ba28-7ecb0941 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7ba2a-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fadd5df7-132a-b323-e878-239d2cf7ba2c-7ecb0941 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: start;
}

#w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ec6-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ec8-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ecb-7ecb0941 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bb273083-2ce6-7f47-cbba-d2ec3cacae84-7ecb0941 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3ae89db-5c76-c3f6-f07d-2ebeadf17995-7ecb0941 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-7ecb0941 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6106-7ecb0941 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_5b13e31e-2a2d-b996-a582-dbd282ffc3ef-7ecb0941 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-6024ec53 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6106-6024ec53 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_01e521ed-f32a-c649-faf1-97f744d7bc37-6024ec53, #w-node-e116cc1a-f08f-b90e-5e64-0861edc533b8-6024ec53 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_5b13e31e-2a2d-b996-a582-dbd282ffc3ef-6024ec53 {
  grid-area: 4 / 2 / 5 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-b178cbe9-f2b2-611f-2f8f-ad3846c37783-71387ac7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_687fdb0a-ba2b-8fbe-00ad-d34028067cd8-28067cbe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_687fdb0a-ba2b-8fbe-00ad-d34028067ce7-28067cbe {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f73b81f7-9cdc-66ed-74e1-dfeaefc55b8d-71387ade {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae84526b-b856-3c2b-b16b-e337bf7936cc-71387ae1, #w-node-ae84526b-b856-3c2b-b16b-e337bf7936d2-71387ae1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ae84526b-b856-3c2b-b16b-e337bf7936d8-71387ae1 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-71387ae7, #w-node-_2aeb32d3-434e-ff5c-648c-cbb641196a65-71387ae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9dccfc97-6ec4-0cba-d083-abb95fab6bd9-71387ae7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-f222154e-ebae-c620-5e10-55dc15679596-71387af0, #w-node-f222154e-ebae-c620-5e10-55dc1567959c-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f222154e-ebae-c620-5e10-55dc156795a2-71387af0 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-dd226e87-8a40-8a59-2a9d-a414e1fc3d01-71387b11, #w-node-dd226e87-8a40-8a59-2a9d-a414e1fc3d08-71387b11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dd226e87-8a40-8a59-2a9d-a414e1fc3d0d-71387b11 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed92c-71387b11, #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed932-71387b11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e84b55e-6b07-f54f-2ab9-803c3c6ed938-71387b11 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-c8f046c4-ad52-04bf-87db-bacee7ca8d9a-71387b11, #w-node-_8b3d3d07-f613-7e4c-7dd1-74ee97af75a7-71387b11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c6af1d82-1dca-adce-001f-03dbc3cd9c12-71387b11 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd65-71387b2c, #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd6b-71387b2c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96742579-4a0c-34d5-dd86-e10ec12bcd71-71387b2c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e91b-71387b2c, #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e92c-71387b2c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fad6c2db-f9f1-ab35-2e40-b5e5fd05e93d-71387b2c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_7ff480c3-9d36-ed76-1316-cbb593ebd077-71387b2d, #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c501-71387b2d, #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c526-71387b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a0d6b79-d2b1-7315-8667-78c90623c54b-71387b2d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-e07096a0-709c-6834-31c3-ce465c1445d0-71387b2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e29d73be-3add-8792-d9de-116afa50d885-71387b2e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-db8550a4-810b-a902-589e-d855a443b5a6-71387b2e, #w-node-bf0b09b1-2761-1ed0-71a5-7a54070b4b4e-71387b2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8390b37c-c8b4-f7bd-2d9a-830e4c716729-71387b2e {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-d74e1b0c-d515-cf97-13e1-498003529782-71387b4f, #w-node-d74e1b0c-d515-cf97-13e1-4980035297a7-71387b4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d74e1b0c-d515-cf97-13e1-4980035297cc-71387b4f {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc6683-71387b50, #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc66a8-71387b50 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8507d66b-ab4e-54d1-f04f-9b0ccadc66cd-71387b50 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-dd226e87-8a40-8a59-2a9d-a414e1fc3d08-e450bd61, #w-node-dd226e87-8a40-8a59-2a9d-a414e1fc3d01-e450bd61, #w-node-ee9ae72c-e723-dc08-2423-9a681ffda0ba-29d89499, #w-node-ee9ae72c-e723-dc08-2423-9a681ffda0d7-29d89499, #w-node-ca5b85e8-a483-1b3a-53ea-7e1fcfd6044e-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca5b85e8-a483-1b3a-53ea-7e1fcfd60456-e703bae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c2544c4c-cf4a-643b-9e06-87e5aad9e8a3-e703bae7, #w-node-c2544c4c-cf4a-643b-9e06-87e5aad9e8bc-e703bae7, #w-node-_11803fa5-fc7d-41f2-3356-08044e1a6d6b-e703bae7, #w-node-_11803fa5-fc7d-41f2-3356-08044e1a6d84-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e885abcc-5c30-4cba-02f9-74a2f70ca578-71387aed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0e09a872-a98b-cfb8-02b8-19469ddfbf55-71387aed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a6934f3d-7247-3f97-b368-6ea63062aaa4-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6934f3d-7247-3f97-b368-6ea63062aaae-71387af0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f554e222-b666-cd42-4ecc-cd090ec56fa7-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f554e222-b666-cd42-4ecc-cd090ec56fc0-71387af0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ec037817-a824-83be-896a-4287c13480c9-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec037817-a824-83be-896a-4287c13480d6-71387af0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3d0c4cb3-4149-6c90-1f80-77fce61b0c7e-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcc5b122-e1ad-b829-4533-ea0f90551355-71387af0, #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ad3-71387af0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ac9-71387af0, #w-node-cea2972e-3c7d-dc83-95c1-e94f762eb995-71387af0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cea2972e-3c7d-dc83-95c1-e94f762eb99f-71387af0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_83d846b0-2574-e4e9-26cf-f41bba723d4d-71387b2c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83d846b0-2574-e4e9-26cf-f41bba723d57-71387b2c, #w-node-_7744897f-2f31-a012-28fc-989f5e8a36de-71387b2c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7744897f-2f31-a012-28fc-989f5e8a36e0-71387b2c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4bbdd551-c7f0-3cc7-3c07-43327d18fcde-71387b2d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f6f32f1a-df6b-2f91-00ca-265ee602e826-71387b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6f32f1a-df6b-2f91-00ca-265ee602e840-71387b2d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e20f85cb-82db-07f2-e770-f91b361b957e-71387b2e {
    place-self: center;
  }

  #w-node-_3d0c4cb3-4149-6c90-1f80-77fce61b0c7e-e88968ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcc5b122-e1ad-b829-4533-ea0f90551355-e88968ac, #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ad3-e88968ac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_32678365-e844-9b7a-b9d1-1aca9c3bc60d-e88968ac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32678365-e844-9b7a-b9d1-1aca9c3bc617-e88968ac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3d0c4cb3-4149-6c90-1f80-77fce61b0c7e-f9efd9aa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcc5b122-e1ad-b829-4533-ea0f90551355-f9efd9aa, #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ad3-f9efd9aa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ac9-f9efd9aa {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_58ed992a-5503-19fd-a020-5386fcd2c771-29d89499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c745106a-9516-9868-e88c-ed79a7c3aa96-29d89499, #w-node-_2c906596-039d-1fc0-a243-5dacc025e32e-29d89499 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2c906596-039d-1fc0-a243-5dacc025e333-29d89499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e276a6f0-3daa-6144-ff3e-5dd7a53d9553-29d89499 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e276a6f0-3daa-6144-ff3e-5dd7a53d955d-29d89499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fd9681d9-a8cd-dd9f-2d75-2f75124dcd32-29d89499 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fd9681d9-a8cd-dd9f-2d75-2f75124dcd3c-29d89499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_70e81fdb-79ad-c02c-a281-ed5285785076-29d89499 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-e7c5eddb-66c4-4654-b5bb-82caf4fa3e75-29d89499 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7c5eddb-66c4-4654-b5bb-82caf4fa3e7d-29d89499 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3d0c4cb3-4149-6c90-1f80-77fce61b0c7e-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcc5b122-e1ad-b829-4533-ea0f90551355-e703bae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_539afdd0-5356-be27-9870-b43c00e323a2-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_539afdd0-5356-be27-9870-b43c00e323b6-e703bae7, #w-node-_381d5a6e-b42a-e9f3-bc6c-5ed690ba3ad3-e703bae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_32678365-e844-9b7a-b9d1-1aca9c3bc60d-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32678365-e844-9b7a-b9d1-1aca9c3bc617-e703bae7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_996e5a62-0952-9778-7b2d-9e2918e481fa-e703bae7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58ed992a-5503-19fd-a020-5386fcd2c771-7ecb0941 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3155ff3a-6990-9d54-d1a4-a9db4abb5a5e-7ecb0941 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-_108d4d78-30fe-5237-1ae1-7f71ed19cbe1-7ecb0941 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-cac5dfd3-b8c6-1f20-0368-1b4d9de6f925-7ecb0941 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: auto;
  }

  #w-node-_2497744e-cdde-cc9d-aaf9-6d0eedadab2f-7ecb0941, #w-node-_541b94ac-cdb5-c411-e519-93d83ed61c15-7ecb0941, #w-node-_264e2b90-ea46-e955-7f20-9e28fe8fbbd0-7ecb0941 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_7d8c9587-73ce-9c0a-1df7-cfc89a97a131-7ecb0941 {
    grid-column-end: 4;
  }

  #w-node-_295bb999-422c-8e65-449f-94cec49d8e5b-7ecb0941 {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-_35c11d99-3dd5-50f9-c440-90a0c48af758-7ecb0941, #w-node-_2dce34d5-a92d-d615-7dc8-2694e51b0f4d-7ecb0941 {
    grid-row: 5 / 6;
    grid-column-end: 4;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b98b-7ecb0941 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b990-7ecb0941 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b9f5-7ecb0941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ec6-7ecb0941 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-a3ae89db-5c76-c3f6-f07d-2ebeadf17995-7ecb0941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-7ecb0941, #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-6024ec53 {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd8547-71387af0, #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd8552-71387af0, #w-node-_1b3044a5-8e13-1f2b-231a-c6d21abd855d-71387af0, #w-node-c02d95a1-d006-8931-647d-09f351a5d620-71387b2d, #w-node-_0d2c9f73-c842-9aff-f20f-90a8c108e01f-71387b2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d2c9f73-c842-9aff-f20f-90a8c108e020-71387b2d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0af47c96-9bc1-da60-8ff1-57a67f7bfae4-71387b2d, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-71387b34, #w-node-_01879f75-bf85-e709-2382-9cbcce1ab0dc-71387b34, #w-node-_7a2e6244-cc76-9111-46fa-53133dde1605-71387b34, #w-node-_78366390-923a-7b95-53c0-4179bc4d64fd-71387b34, #w-node-_82d453c8-c1d5-f464-a68b-1121116160a5-71387b34, #w-node-c834e3e1-130c-6923-8316-260fc3bd110a-71387b34, #w-node-a1eb60bd-fc8d-7213-a425-25464d83682a-71387b34, #w-node-c6649d05-d629-ea3f-44da-acfe2927243c-71387b34, #w-node-d44d81f7-3742-e060-2f8e-9a69b060ee41-71387b34, #w-node-_0912aa03-66fc-1d6c-3097-8e6f2f676d83-71387b34, #w-node-_2aa38a07-26a6-4a07-2bac-e41325b4b5ce-71387b34, #w-node-_9217c518-0ba6-da42-4d78-12b883b30714-71387b34, #w-node-_167255e9-2dd3-9e41-35f4-92d1abf3329d-71387b34, #w-node-_05620197-eded-7d08-9d0a-f01679f4a20d-71387b34, #w-node-_4b3e2a4b-1b0a-50e0-a776-b4fd8ef1e873-71387b34, #w-node-_87bf2e35-ffca-94e6-1f1e-38c43b574b98-71387b34, #w-node-_750559a7-15e4-4d11-ffe8-6562906ffbeb-71387b34, #w-node-_68c2e284-b8b8-2165-e8f3-fd6202d5e897-71387b34, #w-node-_9075b4a4-a5dd-e8f7-b1c0-d9fd2255c2ba-71387b34, #w-node-_028e5f48-9619-c92f-4b1b-7da9bd0f29f2-71387b34, #w-node-_0e4447df-ed51-3c2c-f3d0-014f9f79c30d-71387b34, #w-node-_19266eac-c943-cb53-4915-2c8d1fb61110-71387b34, #w-node-b39754fc-5255-5489-2ce2-5345309bc6eb-71387b34, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-71387b34, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-71387b34, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-71387b34, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-71387b34, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-71387b34, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-71387b34, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-71387b34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_70e81fdb-79ad-c02c-a281-ed5285785076-29d89499, #w-node-_70e81fdb-79ad-c02c-a281-ed5285785078-29d89499 {
    grid-column: 1 / 2;
  }

  #w-node-_70e81fdb-79ad-c02c-a281-ed528578507a-29d89499 {
    grid-column-end: 2;
  }

  #w-node-_67e5135d-79c1-ccc2-9bcf-cd2eb8ef4f65-29d89499, #w-node-_3c29ec2e-bceb-0ca6-a847-ab55ba865a15-e703bae7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_108d4d78-30fe-5237-1ae1-7f71ed19cbe1-7ecb0941 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5ab4bf4-8c6e-26f0-02fd-2f344464eb4a-7ecb0941 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cac5dfd3-b8c6-1f20-0368-1b4d9de6f925-7ecb0941 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9bf03746-09af-ff57-19ea-16736f7c4567-7ecb0941 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2497744e-cdde-cc9d-aaf9-6d0eedadab2f-7ecb0941, #w-node-_2497744e-cdde-cc9d-aaf9-6d0eedadab31-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-_3b6a3f76-cf1d-ad01-c5b3-28262ee758ba-7ecb0941 {
    grid-column-end: 2;
  }

  #w-node-_6c2ae942-8106-fa69-dc06-90109aefee4e-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-_4e93b7ed-2a91-7308-6fa1-01ae5ffe7f80-7ecb0941 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37a9603a-3a6e-f1e2-8cb1-800b2f756c94-7ecb0941 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_44fc0eb7-eab6-a9d8-ac21-164a6469992d-7ecb0941 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_541b94ac-cdb5-c411-e519-93d83ed61c15-7ecb0941, #w-node-_541b94ac-cdb5-c411-e519-93d83ed61c17-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-_772ffd9d-3990-ac1d-9974-c11de2023b25-7ecb0941 {
    grid-column-start: 1;
  }

  #w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef5981c-7ecb0941 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef5981f-7ecb0941 {
    grid-column: 2 / 3;
  }

  #w-node-_943b1a42-7af6-08f3-d9dd-21bb1ef59821-7ecb0941 {
    grid-column-end: 3;
  }

  #w-node-fc174713-adf5-a526-ad4c-532411b05fbf-7ecb0941 {
    grid-column: 2 / 3;
  }

  #w-node-cc9294d2-dabf-cd27-45fd-f25876918cdc-7ecb0941 {
    grid-column: 2 / 2;
  }

  #w-node-ac85edba-23e1-c1fa-104b-ae98f490f339-7ecb0941, #w-node-ac85edba-23e1-c1fa-104b-ae98f490f33b-7ecb0941, #w-node-_51be9d74-d10c-c126-8651-65f8253ed6fc-7ecb0941, #w-node-_264e2b90-ea46-e955-7f20-9e28fe8fbbd0-7ecb0941, #w-node-_264e2b90-ea46-e955-7f20-9e28fe8fbbd2-7ecb0941, #w-node-_7d8c9587-73ce-9c0a-1df7-cfc89a97a131-7ecb0941, #w-node-_295bb999-422c-8e65-449f-94cec49d8e5b-7ecb0941, #w-node-_35c11d99-3dd5-50f9-c440-90a0c48af758-7ecb0941, #w-node-_2dce34d5-a92d-d615-7dc8-2694e51b0f4d-7ecb0941, #w-node-fadd5df7-132a-b323-e878-239d2cf7b98b-7ecb0941, #w-node-fadd5df7-132a-b323-e878-239d2cf7b98d-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b990-7ecb0941 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b9c1-7ecb0941 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7b9f5-7ecb0941 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7ba28-7ecb0941, #w-node-fadd5df7-132a-b323-e878-239d2cf7ba2a-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-fadd5df7-132a-b323-e878-239d2cf7ba2c-7ecb0941 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ec6-7ecb0941, #w-node-fa6410e1-2fbc-6e21-3282-25d2e9a77ec8-7ecb0941 {
    grid-column: 1 / 2;
  }

  #w-node-bb273083-2ce6-7f47-cbba-d2ec3cacae84-7ecb0941 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a3ae89db-5c76-c3f6-f07d-2ebeadf17995-7ecb0941 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-7ecb0941, #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6106-7ecb0941, #w-node-_5b13e31e-2a2d-b996-a582-dbd282ffc3ef-7ecb0941, #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6104-6024ec53, #w-node-_2c729a7d-05ad-c425-fe60-82c4dc3a6106-6024ec53, #w-node-_01e521ed-f32a-c649-faf1-97f744d7bc37-6024ec53 {
    grid-column: 1 / 2;
  }

  #w-node-_5b13e31e-2a2d-b996-a582-dbd282ffc3ef-6024ec53 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


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