:root {
  --black: #010a1b;
  --indian-red: #fd496c;
  --nero-black: #161616;
  --crimson: #f8224c;
  --dim-grey: #737373;
  --gold: #ffd540;
  --blue-violet: #6e25dd;
  --new-crimson: #da0024;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #737373;
  font-family: Urbanist, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1 {
  color: var(--black);
  letter-spacing: -.01em;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 4.375rem;
}

h2 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 3.25rem;
}

h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.8125rem;
}

h4 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h5 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

h6 {
  color: var(--black);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

p {
  color: #737373;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}

li {
  font-size: 1rem;
  line-height: 1.625rem;
}

img {
  height: auto;
  object-fit: cover;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.625rem;
}

.menu-item {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.all-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #0a061b;
  border-radius: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.all-btn.padding-border-btn.border-purple-btn {
  border: 2px solid #6822da;
}

.all-btn.padding-border-btn.bg-white {
  background-color: #fff;
}

.all-btn.padding-border-btn.bg-white.footer-btn-hundred {
  width: 100%;
  justify-content: center;
}

.all-btn.padding-border-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.padding-border-btn.form-btn {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.all-btn.padding-border-btn.border-black-btn {
  border: 1px solid #0a061b;
}

.all-btn.padding-bg-btn {
  background-color: #4f8544;
  padding: 16px 26px;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white {
  background-color: #4f8544;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.flex-center {
  margin-right: 0;
}

.all-btn.padding-bg-btn.bg-btn.text-color-white.btn-flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-white {
  text-align: right;
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.all-btn.padding-bg-btn.bg-white._777 {
  background-color: #4d8644;
}

.all-btn.padding-bg-btn.bg-pink {
  background-color: var(--indian-red);
}

.all-btn.padding-bg-btn.bg-pink.text-color-white {
  background-color: #4d8641;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-pink.text-color-white._306 {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 15px 25px;
}

.all-btn.padding-bg-btn.bg-red {
  background-color: #fd496c;
}

.all-btn.padding-bg-btn.bg-red.flex-center {
  justify-content: center;
}

.all-btn.padding-bg-btn.bg-blue {
  background-color: #3f53d8;
}

.all-btn.purple-btn {
  color: #6822da;
  border-bottom: 1px solid #6822da;
  border-radius: 0;
}

.all-btn.blog-details-btn {
  background-color: #70f4c5;
  border-radius: 25px;
  padding: 7px 30px;
}

.all-btn.blog-details-btn.bg-white {
  background-color: #fff;
}

.all-btn.blog-details-btn.bg-white.text-color-gray {
  color: #737373;
}

.all-btn.padding-border-btn {
  padding: 11px 18px;
}

.all-btn.padding-border-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn {
  padding: 12px 18px;
}

.all-btn.border-padding-btn.border-white-btn {
  border: 2px solid #fff;
}

.all-btn.border-padding-btn.border-purple-btn {
  border: 2px solid #6822da;
}

.all-btn.padding-bg-btn {
  padding: 13px 34px;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
}

.all-btn.padding-bg-btn {
  padding: 13px 34px;
}

.all-btn.padding-bg-btn.bg-btn {
  background-color: #6822da;
}

.container-block {
  max-width: 1400px;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.container-block.aaa {
  background-color: #4d8644;
  border-radius: 15px;
  padding: 60px 40px;
}

.container-block._444444 {
  max-width: 1400px;
}

.header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
}

.header.header-two {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-btn-sign-in {
  color: #0a061b;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.aplon-logo-block {
  z-index: 2;
  position: relative;
}

.menu-bar-trigger {
  display: none;
}

.menu-item-block {
  display: flex;
}

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

.main-block.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-block.section-four-main.real-apps-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
}

.main-block.home-two-main-block {
  background-image: url('../images/Aplon-Second-Example-Image.png'), url('../images/Aplon-First-Example-Image.png'), url('../images/White-Star.svg'), url('../images/White-Star.svg');
  background-position: 100% 104%, 1%, 92% 16%, 14% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 189px, 186px, auto, auto;
  padding-bottom: 67px;
}

.main-block.home-two-hero-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.menu-btn-sign-in-block {
  text-decoration: none;
}

.aplon-logo-link {
  position: relative;
  overflow: hidden;
}

.menu-btn-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
  position: relative;
}

.all-btn-icon-block {
  color: var(--nero-black);
  align-self: auto;
  display: block;
}

.all-btn-icon-block.icons-white {
  filter: invert();
}

.menu-item-link {
  padding: 28px 30px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-decoration: none;
}

.menu-item-link.text-color-dark-black {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.menu-item-link.text-color-white {
  z-index: 2;
  position: relative;
}

.all-btn-block {
  height: 1.6rem;
  overflow: hidden;
}

.all-btn-block.working-btn-block {
  width: 94px;
  width: 94px;
  overflow: hidden;
}

.home-one-hero-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Bg-Hero.webp');
  background-position: 9% 61%, 93% 28%, 14% 15%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding: 144px 15px 353px;
}

.home-one-hero-section.home-two-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.heading-one-stroke-text {
  background-image: url('../images/Hero-Stroke.svg');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 10px 5px;
  display: inline-block;
}

.container-none {
  max-width: none;
}

.hero-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-flex.flex-left {
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.hero-flex.flex-left.padding-top-thirty {
  padding-top: 30px;
}

.hero-flex.flex-right {
  justify-content: flex-end;
}

.hero-flex.padding-top-fifty {
  padding-top: 50px;
}

.hero-flex.flex-left {
  justify-content: flex-start;
}

.hero-flex.flex-right {
  justify-content: flex-end;
}

.mobile-dashboard {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 55px;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.section-three {
  padding-left: 15px;
  padding-right: 15px;
}

.desktop-dashboard {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.section-dashboard {
  border-radius: 20px;
  align-items: center;
  position: absolute;
  bottom: 236px;
  left: 30px;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.amazing-flex-tick-image-block {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 5px;
}

.amazing-flex-tick-image-block.service-bg-icons {
  width: 39px;
  height: 39px;
}

.amazing-flex-tick-image-block.future-tick-icons {
  position: static;
  top: auto;
}

.amazing-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: -5%;
  left: 1%;
  right: auto;
}

.amazing-features-right-image-two-block.our-process-right-image {
  top: auto;
  bottom: 12%;
  left: auto;
  right: -18px;
}

.amazing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazing-flex.second-flex, .amazing-flex.future-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazing-flex.home-two-amazing-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-column-gap: 82px;
  grid-row-gap: 82px;
}

.amazing-features-right-image-block {
  align-items: center;
  display: flex;
}

.amazing-features-left-block {
  flex: 1;
}

.amazing-features-left-block.about-us-our-proces-right-cols {
  max-width: 599px;
}

.heading-two {
  color: #010a1b;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.heading-two.text-color-white {
  color: #fff;
}

.heading-two.padding-bottom-twenty {
  padding-bottom: 10px;
}

.heading-two.padding-bottom-ten {
  color: var(--crimson);
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.8125px;
  line-height: 40px;
}

.tag {
  color: var(--indian-red);
  -webkit-text-stroke-color: var(--crimson);
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
}

.tag.text-color-white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 40px;
}

.tag.faq-tag {
  color: #6e25dd;
}

.tag.change-color {
  color: var(--indian-red);
}

.amazing-features-right-cols {
  flex: 1;
  align-items: center;
}

.amazing-features-right-cols.about-us-amazing-features-left-cols {
  max-width: 649px;
}

.amazing-flex-btn {
  margin-top: 15px;
  display: flex;
}

.heading-four {
  color: #0a061b;
  text-transform: capitalize;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.heading-four.text-color-white {
  color: #fff;
}

.solutions-card-caption-col {
  flex: 1;
}

.solutions-card-caption-col.help-center-details {
  max-width: 100%;
}

.solutions-card-icons-block.third-color, .solutions-card-icons-block.second-color, .solutions-card-icons-block.first-color {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-card-icons-block.real-apps-card-icons {
  width: 54px;
  height: 54px;
  background-color: #1e20e5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-card-icons-block.bg-red {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-card-icons-block.bg-red._301 {
  background-color: #fff;
}

.solutions-card-icons-block.bg-purple {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-card-icons-block.bg-green {
  width: 59px;
  height: 59px;
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-block.max-width-eight-hundred.text-center.margin-auto {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.section-title-block.text-center.max-width-twelve-hundred {
  max-width: 1200px;
}

.section-title-block.max-width-nine-hundred {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-card-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.solutions-card-flex.align-top {
  align-items: flex-start;
}

.solutions-card-flex.align-top.flex-left {
  text-align: left;
  align-items: center;
}

.solutions-card-icons-col {
  max-height: 52px;
  max-width: 52px;
  flex: 1;
}

.solutions-card-icons-col.real-apps-card-new {
  max-width: 15%;
}

.solutions-card-icons-col.amazing-home-two {
  max-width: 78px;
}

.solutions-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  transition: box-shadow .6s;
  display: flex;
  box-shadow: 0 5px 10px 4px rgba(0, 0, 0, .04);
}

.solutions-card:hover {
  box-shadow: 5px 0 25px 4px rgba(0, 0, 0, .08);
}

.solutions-card.card-shadow {
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.solutions-card.card-shadow.strategy-flex {
  min-height: 303px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Shape-Strategy-.svg');
  background-position: 57% 22%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.solutions-card.card-shadow.strategy-flex.strategy-new-card {
  background-color: #6822da;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.solutions-card.card-shadow.home-four-amazing-card {
  border: 1px solid #e1e1e1;
  flex-direction: column;
  margin-bottom: 0;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card {
  padding: 20px;
}

.solutions-card.card-shadow.home-four-amazing-card.working-process-card-middle {
  margin-bottom: 37px;
}

.solutions-card.strategy-card {
  min-height: 303px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08), 0 0 50px -20px rgba(0, 0, 0, .25);
}

.solutions-card.card-shadow-off {
  box-shadow: none;
}

.solutions-card.card-shadow-off.home-four-amazing-card {
  flex-direction: column;
}

.solutions-card.card-shadow-off.home-four-amazing-card.amazing-features-margin-off {
  margin-bottom: 0;
}

.solutions-card.margin-bottom-thirty {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  padding: 15px 25px;
}

.solutions-card.margin-bottom-thirty.werwerwre {
  margin-bottom: 0;
}

.solutions-card.knowledge-base-category-help-center {
  box-shadow: none;
  background-color: #fcf6f6;
}

.solutions-card.border-black {
  border: 1px solid var(--dim-grey);
  border-radius: 20px;
}

.solutions-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.solutions-grid._123456 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.heading-three {
  color: #0a061b;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 2.8125rem;
}

.real-apps-card {
  background-color: #e3f3ff;
  border-radius: 20px;
  padding: 40px;
}

.real-apps-card.second {
  background-color: #fbfbfb;
}

.real-apps-card.third {
  background-color: #fff5f1;
}

.real-apps-card.future-image-card {
  background-color: #f5efff;
  padding: 35px;
  display: flex;
}

.real-apps-card.future-image-card.image-one {
  z-index: 1;
  position: relative;
}

.real-apps-card.future-image-card.image-two {
  z-index: 2;
  position: absolute;
}

.real-apps-card.future-image-card.image-three {
  z-index: 3;
  position: absolute;
}

.real-apps-choose {
  padding: 20px;
}

.real-apps-card-second-image-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: -18px;
}

.real-apps-card-first-image-block.future-f-image-block {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.real-apps-card-image-main-block {
  margin-bottom: 43px;
  display: flex;
  position: relative;
}

.real-apps-card-image-main-block.future-card-image-block {
  width: 100%;
  margin-bottom: 0;
}

.service-image-block-second {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 3%;
  left: auto;
  right: -7%;
}

.service-image-caption-col {
  max-width: 617px;
  flex: 1;
}

.service-tab-text {
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
}

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

.service-tab-content {
  padding-top: 65px;
}

.service-tab-link {
  color: #0a061b;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 3px;
  padding-bottom: 3px;
}

.service-tab-link.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.service-tab-section-menu {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  overflow: hidden;
}

.service-image-block {
  position: relative;
}

.service-image-col {
  max-width: 646px;
  flex: 1;
}

.heading-count-block {
  width: 100%;
  height: 47px;
  max-width: 47px;
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.heading-count {
  color: #0a061b;
  font-size: 1.125rem;
  font-weight: 500;
}

.real-apps-card-third-image-block {
  position: absolute;
  bottom: -16px;
  left: -14px;
}

.faq-image-block-second {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.faq-image-block {
  max-width: 671px;
  flex: 1;
}

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

.faq-image-block-third {
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 2%;
}

.faq-item-content-text {
  padding-bottom: 15px;
}

.faq-image-block-first-image {
  flex: 1;
  position: relative;
}

.faq-caption-block {
  flex: 1;
}

.container-three {
  max-width: 1712px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.container-three.rich-main-section {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 7% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -407px;
  padding-bottom: 70px;
}

.social-icon-block-main {
  width: 100%;
  height: 38.31px;
  min-width: 38.31px;
  border: 1.5px dashed #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.form-input-field {
  min-height: 55px;
  color: #fff;
  background-color: #6822da;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.form-input-field::-ms-input-placeholder {
  color: #fff;
}

.form-input-field::placeholder {
  color: #fff;
}

.footer-location-block {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 25px;
  font-size: 1rem;
  display: flex;
}

.footer-location-link {
  color: #fff;
  text-decoration: none;
}

.footer-contact-block {
  font-size: 1rem;
}

.footer-bottom-social-col {
  align-items: center;
  display: flex;
}

.footer-bottom-flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-link-block {
  flex-direction: column;
  display: flex;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.footer-link {
  color: #fff;
  font-size: 1rem;
  line-height: 2.1875rem;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  justify-items: start;
  padding-left: 0;
  display: grid;
}

.footer-contact-link {
  color: #fff;
  text-decoration: none;
}

.footer-card {
  background-color: #5e17ca;
  border-radius: 20px;
  padding: 26px;
}

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

.footer-right-col {
  width: 100%;
  max-width: 30%;
}

.footer {
  background-image: url('../images/Star-5.svg'), url('../images/Footer-Star.svg'), linear-gradient(#5d16c9, #6e25dd);
  background-position: 85% 18%, 0 30%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding: 80px 15px 0;
}

.footer.footer-two {
  background-image: url('../images/Star-Three.svg'), linear-gradient(to bottom, var(--nero-black), var(--nero-black));
  background-position: 0 38%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  align-self: stretch;
  padding-top: 0;
  padding-left: 15px;
}

.footer-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: end;
  align-items: end;
  display: grid;
}

.footer-left-col {
  width: 100%;
  max-width: 100%;
}

.text-color-white {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  text-decoration: none;
}

.text-color-white.padding-bottom-twenty {
  text-align: center;
  border: 1px #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.text-color-white.padding-bottom-twenty._303 {
  color: #737373;
  text-align: left;
  -webkit-text-stroke-color: var(--nero-black);
  border-style: none;
  border-width: .3px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-color-white.padding-bottom-twenty._303._11111111 {
  color: #737373;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
}

.text-color-white.padding-bottom-twenty-two {
  margin-top: 60px;
  text-decoration: none;
}

.text-color-white.padding-bottom-twenty-two._456 {
  text-transform: none;
  margin-top: 70px;
  margin-bottom: 45px;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 80px;
}

.text-color-white.padding-bottom-twenty-two._456.small {
  font-size: 46px;
}

.text-color-white.padding-bottom-twenty-two._456.dddd {
  text-align: left;
  margin-top: 0;
  margin-bottom: 45px;
}

.text-color-white.padding-bottom-seventeen {
  padding-bottom: 17px;
}

.text-color-white.padding-bottom-seventeen.max-width-seven-hundred-ninety {
  margin-left: auto;
  margin-right: auto;
}

.text-color-white.max-width-four-hundred-fifty {
  max-width: 480px;
}

.text-color-white.no-underline {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-style, .rich-text-block {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

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

.text-center.padding-bottom-twenty-two.max-width-five-hundred-fifty {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-bottom-thirty {
  padding-bottom: 30px;
}

.text-center.max-width-seven-hundred-eighty {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.text-center.padding-top-twenty {
  padding-top: 20px;
}

.overflow-hidden {
  margin-bottom: 0;
  overflow: hidden;
}

.padding-bottom-twenty-two {
  padding-bottom: 22px;
  font-weight: 400;
}

.padding-bottom-twenty-two.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two.max-width-six-hundred {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom-twenty-two._123 {
  text-align: center;
  margin-bottom: 24px;
  margin-right: 10px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.max-width-seven-hundred-ninety {
  max-width: 790px;
}

.max-width-eight-hundred {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-seven-hundred.padding-bottom-fourty {
  padding-bottom: 40px;
}

.content-scroll-wrap {
  width: 100%;
  max-height: 370px;
  max-width: 544px;
  flex: none;
  align-self: center;
  overflow: hidden;
}

.border-wrap {
  width: 2px;
  height: 100%;
  max-height: 263px;
  background-color: #1b1b1b;
  overflow: hidden;
}

.border-text-wrap {
  margin-top: 15px;
}

.border-text-wrap.top {
  height: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.content-sticky-wrap {
  height: 300vh;
  display: block;
}

.content-wrapper {
  z-index: 4;
  background-image: url('../images/Green-Round.svg'), url('../images/Star-Awesome.svg');
  background-position: 90% 25%, 4% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 67px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.border-inner {
  width: 2px;
  background-color: #dfd3fe;
}

.border-wrapper {
  width: 100%;
  max-width: 90px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-wrap {
  margin-bottom: 23px;
  display: block;
}

.content-flex-wrap {
  z-index: 4;
  grid-column-gap: 40px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  padding: 46px;
  display: flex;
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.img-wrap {
  width: 100%;
  max-width: 435px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-off {
  border: 0 solid #000;
}

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

.old-btn-text {
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.old-btn-text._1111 {
  color: #fff;
}

.new-btn-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.new-btn-text._00 {
  color: #fff;
}

.active-tablink {
  z-index: 0;
  background-color: #f32c53;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-two-hero-image-two-block {
  margin-left: -70px;
}

.amazing-fourth-image-block {
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 78px;
  right: auto;
}

.amazing-third-image-block {
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 0;
}

.working-progress-flex {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  align-items: center;
  display: flex;
}

.working-progress-card {
  box-shadow: none;
  background-color: #fff;
  border: 1px #ebebeb;
  border-radius: 20px;
  padding: 22px;
}

.amazing-second-image-block {
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.span-bg-yellow {
  z-index: 1;
  background-color: var(--gold);
  color: #000;
  border-radius: 60px;
  margin-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  position: relative;
}

.span-bg-yellow.padding-bottom-zero {
  padding-bottom: 0;
}

.span-bg-yellow.font-weight-semibold {
  font-weight: 600;
}

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

.stunning-image-grid.services-two-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.stunning-second-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

.stunning-second-card.services-two-flex-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.stunning-first-image {
  background-color: #fff;
  border-radius: 20px;
}

.working-progress-image-col {
  width: 100%;
  max-width: 614px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.working-progress-image-col.features-hight-quality-image-col {
  max-width: 609px;
}

.working-title-span-two {
  color: var(--crimson);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.stunning-second-image {
  background-color: #fff5f1;
  border-radius: 20px;
}

.working-progress-grid {
  width: 100%;
  max-width: 550px;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}

.amazing-image-block {
  max-width: 563px;
  flex: 1;
  position: relative;
}

.amazing-image-block.pricing-plan-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-two-hero-image-three-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 90px;
  bottom: 4%;
  left: 44px;
  right: auto;
}

.working-progress-second-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.working-title-span-four {
  color: #ffd540;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
}

.stunning-caption-icon {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}

.working-message-span {
  color: #000;
}

.stunning-first-card {
  background-color: #6822da;
  border-radius: 20px;
  padding: 40px;
}

.stunning-first-card.services-two-flex-purple {
  min-height: 405px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/White-Star.svg'), url('../images/Small-Shape.webp');
  background-position: 90%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home-two-hero-image-four-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 111px;
  bottom: 0;
  right: 17px;
}

.working-title-span-three {
  color: #41e8ac;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
}

.amazing-first-image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.amazing-caption-block {
  max-width: 617px;
  flex: 1;
}

.stunning-caption-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 60px;
  display: flex;
}

.working-title-span-one {
  color: var(--nero-black);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.working-progress-message-image-block {
  width: 100%;
  height: 70px;
  max-width: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08);
}

.working-progress-message-image-col {
  width: 100%;
  max-width: 98px;
}

.stunning-caption-block {
  max-width: 800px;
  flex: 1;
}

.stunning-caption-icon-block {
  width: 46px;
  height: 46px;
  border: 1px dashed #b894f3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.working-progress-message-flex {
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
  padding-top: 36px;
  display: flex;
}

.header-two {
  z-index: 999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.left {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 620px;
  position: relative;
}

.left.service-two-left-core {
  max-width: 723px;
}

.right {
  width: 100%;
  height: 100%;
  max-width: 606px;
}

.right.service-two-right-core {
  max-width: 569px;
}

.card-one {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.card-one.card-two {
  grid-column-gap: 20px;
}

.card-one.service-two-core {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-direction: row-reverse;
}

.core-features-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Analytics-background.webp');
  background-position: 51% 8%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 110px;
}

.core-features-section.service-two-core {
  background-color: #6822d9;
  background-image: url('../images/White-Star.svg'), url('../images/Red-Round-Circle.svg'), url('../images/Star-Two.svg');
  background-position: 85% 65%, 15% 92%, 48% 10%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
}

.core-features-single-wrapper {
  padding-bottom: 60px;
  padding-left: 0;
  position: relative;
}

.core-features-single-wrapper.core-features-one {
  margin-bottom: 0;
  padding-top: 0;
}

.core-features-single-wrapper.core-features-two {
  padding-top: 110px;
  padding-left: 0;
  padding-right: 55px;
}

.core-features-flex-wrapper {
  grid-column-gap: 120px;
  align-items: center;
}

.core-features-border {
  width: 0;
  height: 100%;
  outline-offset: 0px;
  outline: 2px red;
}

.core-features-border.core-features-two {
  width: 100%;
  height: 0;
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.core-features-border.core-features-three {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.core-features-border.core-features-one {
  outline-offset: 0px;
  outline: 1px dashed #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.core-features-number {
  z-index: 1;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -1%;
  left: -1.3%;
}

.core-features-number.core-features-one {
  background-color: #fff;
  border-radius: 100%;
  top: -7%;
  bottom: auto;
  left: auto;
  right: -1.3%;
}

.core-features-number.core-features-two {
  background-color: #fff;
  border-radius: 100%;
  top: 9%;
  left: -1.3%;
}

.padding-bottom-twenty {
  padding-bottom: 20px;
}

.padding-bottom-twenty.weight-six-hundred {
  font-weight: 600;
}

.padding-bottom-twenty.weight-six-hundred.text-color-white {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.padding-bottom-twenty.max-width-seven-hundred-sixty {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.weight-five-hundred {
  font-weight: 500;
}

.margin-zero {
  margin: 0;
}

.margin-fifteen {
  margin-top: 15px;
  margin-bottom: 15px;
}

.padding-bottom-three {
  padding-bottom: 3px;
}

.padding-bottom-fifteen {
  padding-bottom: 15px;
}

.nero-black {
  color: var(--nero-black);
}

.contain-image {
  object-fit: contain;
}

.core-features-image-two {
  position: absolute;
  top: auto;
  bottom: -38px;
  left: auto;
  right: -26px;
}

.shape-image {
  z-index: -1;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: -40px;
}

.padding-left-sixty {
  padding-left: 60px;
}

.shape-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -92px;
  left: -72px;
  right: 0%;
}

.section {
  padding: 120px 15px;
}

.section.home-three-section {
  padding-bottom: 220px;
}

.section.risk-management-section {
  background-color: #f5f5fd;
  background-image: url('../images/Star-5.svg'), url('../images/Risk-Management-Star.svg');
  background-position: 85% 76%, 74% 34%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 170px;
  padding-bottom: 342px;
}

.section.rich-section {
  padding-bottom: 50px;
}

.section.testimonials-section {
  padding-top: 0;
  padding-bottom: 220px;
}

.section.pricing-plan-section {
  background-color: #fcf7f7;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section.pricing-plan-section.margin-zero {
  margin-bottom: 0;
}

.section.pricing-plan-section.pricing-plan-page-section {
  padding-bottom: 90px;
}

.section.pricing-plan-section.pricing-plan-page-section.categories-page {
  padding-bottom: 220px;
}

.section.why-choose-section {
  background-image: linear-gradient(#f2f0ff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.section.why-choose-amazing-section {
  background-image: url('../images/Amazing-Feature-Glow-Shape.svg'), url('../images/Orange-Glow_1.svg');
  background-position: 85% 85%, 95% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.section.contact-one-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Light-Purple-Round-Circle.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 82% 15%, 65% 84%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
}

.section.contact-one-hero-section {
  background-image: url('../images/Contact-Bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.contact-us-two-bg {
  background-image: url('../images/Light-Purple-Round-Circle.svg'), url('../images/Contact-Us-Two-Shape.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 80% 100%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-bottom: 220px;
}

.section.recent-blog-section {
  background-color: #f2f0ff;
  padding-top: 110px;
  padding-bottom: 140px;
}

.section.blog-audience-section {
  background-color: #fd496c;
  background-image: url('../images/White-Dotted.svg'), url('../images/Red-Round-Circle_1.svg');
  background-position: 16% 93%, 85%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: -200px;
  padding-top: 162px;
}

.section.pricing-plan-page {
  background-color: #f2f0ff;
  background-image: url('../images/Pricing-Plan-Shape.svg');
  background-position: 55% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 110px;
  padding-bottom: 90px;
}

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

.section.new-testimonials, .section.features-faq {
  padding-bottom: 220px;
}

.section.contact-us-one {
  padding-top: 0;
  padding-bottom: 220px;
}

.span-bg-green {
  background-color: #41e8ac;
  border-radius: 60px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.rich-analytics-flex {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-analytics-flex.contact-two {
  flex-direction: row-reverse;
  display: flex;
}

.rich-analytics-image-block {
  max-width: 645.33px;
  flex: 1;
  align-items: center;
  position: relative;
}

.rich-analytics-caption-block {
  max-width: 486px;
  flex: 1;
}

.rich-analytics-image-two {
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: 8%;
}

.rich-analytics-caption-card {
  max-width: 486px;
  background-color: #fff;
  border: 1px solid #cacaca;
  border-radius: 20px;
  padding: 30px 30px 24px;
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08);
}

.rich-analytics-caption-card.contact-us-two-card {
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.rich-analytics-caption-card.full-width {
  width: 100%;
  max-width: 100%;
}

.form-text-field {
  height: 55px;
  border-color: #cacaca;
  border-radius: 10px;
  margin-bottom: 24px;
  font-size: 1.1rem;
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08);
}

.form-text-field.textarea {
  min-height: 106px;
}

.form-field-label {
  color: #737373;
  font-size: 1.1rem;
  font-weight: 400;
}

.form-flex {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.text-field-block {
  width: 100%;
}

.form-btn {
  width: 100%;
  background-color: #6822d9;
}

.hero-main {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-image-main {
  background-image: url('../images/Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 9% 100%, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  padding-bottom: 69px;
  display: flex;
  position: relative;
}

.margin-top-thirteen {
  margin-top: 13px;
}

.margin-top-thirteen.padding-bottom-ten {
  text-align: center;
  -webkit-text-stroke-color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.margin-top-thirteen.padding-bottom-ten.text-color-white.max-width-seven-hundred.margin-left-zero {
  text-align: center;
  margin-left: 0;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-eighty {
  max-width: 580px;
}

.margin-top-thirteen.padding-bottom-ten.max-width-five-hundred-fifty {
  max-width: 550px;
}

.margin-top-thirteen.padding-bottom-ten._789 {
  color: var(--nero-black);
  text-align: left;
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.margin-top-thirteen.padding-bottom-ten.ww {
  text-transform: none;
  padding-bottom: 30px;
}

.padding-bottom-ten {
  padding-bottom: 10px;
}

.section-four-main {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-four-main.our-process-main {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  flex-direction: row-reverse;
}

.margin-top-zero {
  margin-top: 0;
}

.margin-top-zero.text-color-white {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-decoration: none;
}

.margin-top-zero.text-color-white._55555 {
  margin-top: 0;
}

.margin-top-zero.text-color-white._55555.aaaaa {
  color: var(--nero-black);
  margin-bottom: 20px;
}

.strategy-image-two {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0%;
  right: auto;
}

.task-btn-col {
  width: 100%;
  max-width: 574.5px;
}

.strategy-caption-col {
  width: 100%;
  max-width: 395px;
}

.amazon-flex-tick-image-block {
  width: 25px;
  height: 25px;
  background-color: #41e8ac;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 5px;
}

.advanced-left-shape {
  background-image: url('../images/Shape-Advanced-Software.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.strategy-image-col {
  width: 100%;
  max-width: 317px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.services-absolute-image-two {
  position: absolute;
  top: auto;
  bottom: -96px;
  left: auto;
  right: 40px;
}

.services-absolute-image-two.second-card {
  bottom: -55px;
}

.faq-main {
  background-image: url('../images/White-Round.svg'), url('../images/Yellow-Round.svg'), linear-gradient(109.94deg, #fff6f8, #f9fafb);
  background-position: -7% 42%, 107% 9%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto;
  border-radius: 20px;
  padding: 75px 45px;
}

.red-border-span {
  border-bottom: 5px solid var(--gold);
}

.home-three-amazing-flex-sm-col {
  width: 100%;
  max-width: 410px;
}

.amazon-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: flex;
}

.amazon-flex.second-flex {
  margin-bottom: 0;
  padding-bottom: 0;
}

.amazon-flex.second-flex.border-off {
  border: 0 solid #000;
}

.home-three-hero-caption-col {
  max-width: none;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  /* margin-left: 30px; */
  padding-top: 0;
}

.card-line {
  width: 100%;
  height: 1px;
  background-color: #dadada;
}

.card-line.margin-bottom-ten {
  margin-bottom: 10px;
}

.text-purple-color {
  color: #6822da;
}

.task-caption-col {
  width: 100%;
  max-width: 574.5px;
}

.task-caption-col.overflow-hidden {
  margin-right: 0;
}

.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.flex.pricing-amt-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.amazon-features-right-image-two-block {
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.amazon-features-right-image-two-block.amazing-right-align {
  left: auto;
  right: 0;
}

.services-absolute-image-one {
  position: absolute;
  top: auto;
  bottom: -76px;
  left: 50px;
  right: 0%;
}

.home-three-hero {
  width: 100%;
  height: 100vh;
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: #e9f2f6;
  background-image: url('../images/bg2.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  padding: 100px 15px;
}

.amazon-features-right-block {
  flex: 1;
  position: relative;
}

.home-three-amazing {
  background-image: url('../images/Amazing-Feature-Glow-Light-Blue-Shape.svg'), url('../images/Amazing-Feature-Glow-Shape.svg');
  background-position: 100% 100%, 5% 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 160px 15px 120px;
}

.home-three-amazing-flex {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-three-amazing-flex.amazing-flex-change {
  flex-direction: row-reverse;
  align-items: stretch;
}

.home-three-amazing-flex.home-three-amazing-bottom-gap {
  margin-bottom: 35px;
}

.task-card {
  background-color: #253a33;
  background-image: url('../images/Star-Three.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding: 35px 65px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.services-main {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.white-border-span {
  border-bottom: 5px solid #fff;
}

.home-three-amazing-flex-lg-col {
  width: 100%;
}

.padding-bottom-seven {
  padding-bottom: 7px;
}

.amazon-flex-btn {
  margin-top: 15px;
  display: flex;
}

.text-color-dark-gray {
  color: #aeaeae;
}

.home-three-hero-image-phone-one {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 8%;
  right: auto;
}

.services-main-two {
  padding-top: 110px;
  padding-bottom: 80px;
}

.home-three-hero-flex {
  height: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.home-three-hero-image-col {
  max-width: none;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
  position: static;
}

.service-tick {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-tick.purple-tick {
  border: 1px solid #6822da;
}

.service-tick.red-tick {
  border: 1px solid #fd496c;
}

.home-three-working {
  background-color: #6e25dd;
  background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
  background-position: 77% 37%, 20% 37%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 110px 15px 120px;
}

.home-three-working.overflow-hidden {
  background-color: var(--blue-violet);
}

.advanced-software-main {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-direction: row-reverse;
  display: flex;
}

.heading-two-stroke-text {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 13px 13px 5px;
  display: inline-block;
}

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

.home-three-amazing-flex-btn {
  padding-top: 20px;
  display: flex;
}

.home-four-hero-image-two {
  position: relative;
}

.home-four-hero-image-three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.explore-caption-col-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.explore-caption-col-flex.border-off {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-four-amazing-card-image-col {
  max-width: 502px;
  min-height: 438px;
  background-color: #4d8644;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.right-arrow {
  display: none;
}

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

.red-bg-text {
  color: #fff;
  background-color: #ff9cb0;
  display: inline-block;
}

.red-bg-text.text-color-black {
  color: #000;
}

.create-card-body-caption {
  max-width: 364px;
  flex: 1;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.design-apps-flex-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.relative {
  flex: 1;
  position: relative;
}

.home-four-hero-image-one {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.create-card-body {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 40px;
  display: flex;
}

.home-four-create-section-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.explore-caption-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
}

.text-color-dark-black {
  color: #010a1b;
}

.home-four-amazing-card-caption-col {
  max-width: 750px;
  text-align: left;
  flex: 1;
  align-self: center;
  text-decoration: none;
  display: block;
}

.left-arrow {
  display: none;
}

.explore-flex {
  max-width: none;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: grid;
}

.explore-flex.why-choose-flex {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

.create-card-image-block {
  height: 382px;
  max-width: 382px;
  border-radius: 50%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.create-card-image-block.create-card-red {
  background-color: #fd496c;
}

.create-card-image-block.create-card-green {
  background-color: #4deab1;
}

.create-card-image-block.create-card-yellow {
  background-color: #ffd540;
}

.explore-image-two {
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 112px;
}

.design-apps-flex {
  align-items: center;
  display: flex;
}

.design-apps-flex.padding-bottom-twenty {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: block;
}

.design-apps-paragraph-col {
  max-width: 521px;
  flex: 1;
}

.explore-inner-caption-col {
  max-width: 85%;
  flex: 1;
  font-size: 14px;
  line-height: 24px;
}

.home-four-hero {
  background-image: url('../images/Amazing-Dot.svg'), url('../images/Star-Three.svg'), url('../images/Star-Two.svg'), url('../images/Home-Four-Banner-Glow.svg'), url('../images/Home-Four-Banner-BG.webp'), linear-gradient(110.21deg, #e3f8ff, #fce8ff);
  background-position: 58% 85%, 22% 18%, 44% 80%, 10% 0, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, cover, auto;
  padding: 120px 15px 89px;
}

.design-apps-flex-two-image {
  position: absolute;
  top: auto;
  bottom: -60px;
  left: auto;
  right: 80px;
}

.testimonials-card-caption-col {
  flex: 1;
}

.slide-nav {
  font-size: .6875rem;
  bottom: -26%;
}

.home-four-amazing-card-image-inner {
  min-height: 390px;
  background-color: #fcfcfc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 40px;
  right: 40px;
  overflow: hidden;
}

.home-four-hero-image-col {
  width: 100%;
  max-width: 610px;
  background-image: url('../images/Star-One.svg'), url('../images/Home-Four-Banner-Shape.svg');
  background-position: 100% 45%, 90% 15%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
}

.home-four-hero-caption-col {
  width: 100%;
  max-width: 650px;
}

.testimonials-main {
  background-color: var(--blue-violet);
  border-radius: 20px;
  padding: 80px 50px 130px;
}

.design-apps-flex-two-sm-col {
  max-width: 521px;
  flex: 1;
}

.design-apps-flex-big-img-col {
  max-width: 737px;
  background-color: #ffecec;
  border-radius: 20px;
  flex: 1;
  position: relative;
}

.home-four-amazing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.home-four-amazing-image-three {
  position: absolute;
  bottom: -70px;
}

.home-four-amazing-image-two {
  position: absolute;
  top: -21px;
  right: 0;
}

.explore-image-col {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding-right: 0;
  display: flex;
  position: relative;
}

.explore-image-col.why-choose-amazing-col {
  min-height: 538px;
  background-image: url('../images/Amazing-Features-Bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.design-apps-heading-col {
  max-width: 737px;
  flex: 1;
}

.container-four {
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-card-image-col {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.testimonials-card-image-col.testimonials-second-shape {
  background-image: url('../images/Pink-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-card-image-col.testimonials-first-shape {
  background-image: url('../images/Purple-Round-Home-Four.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonials-card-image-col.testimonials-second-shape {
  background-image: url('../images/Pink-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonials-card-image-col.testimonials-first-shape {
  background-image: url('../images/Purple-Round-Home-Four.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonials-card-image-col.testimonials-second-shape {
  background-image: url('../images/Pink-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.create-card-body-count {
  height: 41px;
  max-width: 41px;
  background-color: #fff;
  border: 1px dashed #b0b0b0;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-card {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.testimonials-card.testimonials-first-card-bg {
  background-color: #f6eded;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-card.testimonials-second-card-bg {
  background-color: #eee8fa;
}

.explore-inner-image-col {
  max-width: 54px;
  flex: 1;
}

.home-four-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-four-hero-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.max-width-nine-hundred {
  max-width: 900px;
}

.rich-heading {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

.rich-caption-col {
  max-width: 516px;
  background-color: #6822da;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  flex: 1;
  padding: 50px 50px 0 30px;
  position: relative;
  overflow: hidden;
}

.rich-caption-col.working-process-bg-card {
  background-image: url('../images/Home-Five-Shape.webp');
  background-size: cover;
  margin-bottom: 37px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.rich-caption-image-two {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 23px;
}

.text-span {
  background-color: #fff;
  background-image: url('../images/Home-Three-Hero-Btn-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 60px;
  padding: 16px 40px;
  display: inline-block;
}

.rich-image-col {
  max-width: 729px;
  border-radius: 20px;
  flex: 1;
}

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

.our-customers-mobile-image-wrap {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.our-customers-mobile-image-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-height-auto {
  height: auto;
  text-align: left;
  object-fit: none;
  font-size: 10px;
  line-height: 10px;
}

.image-height-auto.cover-image {
  object-fit: cover;
}

.working-process-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.working-process-card-body-one {
  max-width: 364px;
  background-color: #f8f4ff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
}

.working-process-card-body-two {
  max-width: 364px;
  background-color: #eafdfe;
  border-radius: 20px;
  padding: 27px;
}

.home-five-team-card-body {
  height: 391px;
  background-color: #f6f6f6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-five-team-card-body.first {
  background-image: url('../images/Star-5.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.second {
  background-image: url('../images/Red-Round-Shape.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.third {
  background-image: url('../images/Purple-Circle.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-card-body.fourth {
  background-image: url('../images/Star-Green.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-five-team-main {
  padding-top: 110px;
}

.home-five-team-main.about-us-two-team-main {
  padding-bottom: 80px;
}

.home-five-team-caption {
  padding-top: 20px;
}

.home-five-team-main-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.banner-absolute-image-one {
  position: absolute;
  top: 20px;
  left: 135px;
}

.hero-about-us-image-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.revenue-heading {
  color: #0a061b;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.revenue-heading.padding-bottom-ten.text-color-white {
  color: #fff;
}

.about-us-two-section {
  background-image: url('../images/Star-Two.svg'), url('../images/Hero-Section-About-Us-Two.webp');
  background-position: 82% 60%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  padding: 120px 15px 360px;
}

.about-us-two-section.why-choose-section {
  background-color: #6822da;
  padding-bottom: 266px;
}

.banner-absolute-image-two {
  position: absolute;
  top: 30px;
  right: 0;
}

.about-us-two-image-section {
  margin-top: -300px;
  padding-left: 15px;
  padding-right: 15px;
}

.revenue-line {
  height: 1px;
  background-color: #d0d0d0;
}

.rrevenue-image-absolute-second {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.revenue-main-flex {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  text-align: center;
  align-items: center;
  margin-bottom: 30px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

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

.revenue-flex-col {
  max-width: 250px;
  flex: 1;
}

.banner-absolute-image-three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rrevenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.rrevenue-main-block.productivity-main-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.rrevenue-main-block.about-us-two-revenue-main-block {
  padding-top: 100px;
  padding-left: 85px;
  padding-right: 85px;
}

.hero-about-us-two {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.rrevenue-image-block {
  flex: 1;
  padding-right: 0;
  position: relative;
}

.rrevenue-image-block.why-choose-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.revenue-count {
  color: #0a061b;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.revenue-count.text-color-white {
  color: #fff;
}

.rrevenue-image-absolute-first {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 170px;
  right: -30px;
}

.rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
  bottom: 22px;
  left: 0;
  right: auto;
}

.customer-review-image-block {
  width: 78px;
  height: 78px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-left: -20px;
  overflow: hidden;
}

.services-one-hero-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.services-one-hero-main.features-hero-main {
  flex-direction: row-reverse;
}

.how-it-works-section-main-block {
  align-items: center;
  display: flex;
}

.customer-review-block-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.customer-review-block-flex.padding-bottom-ten {
  align-items: center;
}

.services-one-hero {
  background-image: url('../images/Home-Two-Banner.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.services-hero-image-absolute {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.how-it-works-flex {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.customer-review-block-caption-col {
  flex: 1;
}

.how-it-works-section-caption-inner {
  background-image: url('../images/How-it-works-Image-Shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-one-hero-image-block {
  flex: 1;
  position: relative;
}

.services-one-hero-caption-block {
  flex: 1;
}

.performance-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.how-it-works-flex-item-border {
  z-index: 0;
  outline-offset: 0px;
  outline: 1px dashed #7a997f;
  position: absolute;
  top: 6%;
  bottom: 25%;
  left: 22px;
  right: auto;
}

.how-it-works-count-col {
  max-width: 77px;
  flex: 1;
}

.how-it-works-section-caption-block {
  flex: 1;
}

.rrevenue-image-absolute-third {
  position: absolute;
  top: 180px;
  right: 60px;
}

.customer-review-block {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.how-it-works-image-block {
  flex: 1;
}

.customer-review-image-col {
  max-width: 186px;
  flex: 1;
  padding-left: 20px;
  display: flex;
}

.how-it-works-flex-item-block {
  position: relative;
}

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

.services-amazing-grid.padding-bottom-thirty {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 30px;
}

.services-amazing-main-block {
  background-color: #e9f2f6;
  border-radius: 20px;
  padding: 100px 15px 50px;
}

.how-it-works-caption-col {
  flex: 1;
}

.heading-five {
  color: #0a061b;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.heading-five.padding-bottom-ten {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-five.padding-bottom-ten.text-color-white.margin-bottom-ten {
  margin-bottom: 10px;
}

.heading-five.text-center.padding-bottom-ten.text-color-white {
  color: #fff;
}

.heading-five.padding-bottom-fifteen {
  font-family: Plus Jakarta Sans, sans-serif;
}

.heading-five.padding-bottom-fifteen.width-two-hundred {
  max-width: 200px;
}

.heading-five.padding-bottom-fifteen.max-width-one-hundred-thirty {
  max-width: 130px;
}

.heading-five.text-color-white {
  color: #fff;
}

.heading-five.padding-bottom-twenty-two.max-width-three-hundred {
  max-width: 300px;
}

.how-it-works-count-block {
  width: 45px;
  height: 45px;
  background-color: #f6f6f6;
  border: 1px solid #7a997f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solutions-card-caption-col-2 {
  width: 100%;
  max-width: 80%;
}

.solutions-card-icons-col-2 {
  width: 100%;
  max-width: 70px;
}

.solutions-card-icons-col-2.amazing-home-two {
  max-width: 78px;
}

.service-two-amazing-flex-col {
  min-height: 510px;
  border-radius: 20px;
  flex: 1;
  padding: 40px;
}

.service-two-amazing-flex-col.bg-light-yellow {
  background-color: #fff8ee;
}

.service-two-amazing-flex-col.bg-gray {
  background-color: #f6f6f6;
}

.service-two-amazing-flex-col.bg-light-orange {
  background-color: #fff8f9;
}

.service-two-user-analytics {
  position: absolute;
}

.service-two-user-analytics.twenty-radius.image-shadow {
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08);
}

.services-two-image-flex {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.service-two-amazing-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.core-features-service-two {
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.services-two-image-flex-col {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.services-two-image-flex-col.second {
  padding-top: 64px;
}

.services-two-image-flex-col.first {
  padding-bottom: 64px;
}

.twenty-radius {
  border-radius: 20px;
}

.twenty-radius.overflow-hidden.blog-details-image {
  height: 540px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-two-performance-main {
  background-image: linear-gradient(#fcf7f7, #fff);
  padding: 120px 30px 50px 60px;
}

.service-two-grow-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -9%;
  right: auto;
}

.working-progress-third-image {
  z-index: 1;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.working-progress-fourth-image {
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: -3%;
}

.features-explore-image-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.why-choose-image-gallery-col {
  border-radius: 20px;
  overflow: hidden;
}

.ribbon-pricing {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -12px;
}

.why-choose-amazing-flex-three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.revenue-main-block {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  background-image: linear-gradient(#fcf7f7, #fff);
  border-radius: 20px;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.revenue-main-block.why-choose-main {
  background-image: none;
  padding-top: 140px;
  padding-bottom: 96px;
}

.why-choose-absolute-image-three {
  position: absolute;
  top: 160px;
  bottom: auto;
  left: auto;
  right: 3%;
}

.pricing-icons-block {
  width: 20px;
  height: 20px;
  background-color: #4bf8ce;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-icons-block.bg-gray {
  background-color: #f0f0f0;
}

.text-light-purple {
  color: #a57fe2;
}

.pricing-card {
  min-height: 600px;
  background-color: #fff;
  padding: 40px;
}

.pricing-card.twenty-radius.bg-purple {
  background-color: #6822da;
}

.why-choose-services-image-two {
  position: absolute;
  top: auto;
  bottom: -11%;
  left: 4%;
  right: auto;
}

.pricing-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 9px;
  display: flex;
}

.why-choose-amazing-flex-four {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.plan-details {
  padding-top: 20px;
  padding-bottom: 25px;
}

.why-choose-absolute-image-one {
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 0;
  right: auto;
}

.why-choose-absolute-image-two {
  z-index: 1;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: auto;
  right: 11%;
}

.ribbon-pricing-text {
  justify-content: center;
  display: flex;
  position: absolute;
  top: 7%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.why-choose-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -223px;
}

.why-choose-amazing-flex-two {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 14%;
  right: auto;
}

.text-color-dark-black-two {
  color: #0a061b;
}

.why-choose-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 120px;
}

.image-shadow {
  box-shadow: 0 5px 25px 4px rgba(0, 0, 0, .08);
}

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

.underline-off.block {
  display: block;
}

.contact-one-form-col {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-one-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 40px;
  display: flex;
}

.contact-one-card.contact-two-card {
  background-color: #f9f9f9;
}

.contact-one-caption-col {
  max-width: 596px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.contact-one-caption-col.contact-two-caption-col {
  padding-bottom: 0;
}

.contact-one-banner-image-two {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 0%;
}

.contact-one-benner {
  background-image: url('../images/Star-One.svg'), url('../images/Star-Three.svg'), url('../images/Contact-Us-Banner-BG.webp');
  background-position: 92% 30%, 56% 23%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: row;
  align-items: stretch;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-one-banner-image-col {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.contact-one-banner-image-col.relative {
  align-items: flex-end;
}

.contact-one-banner-image-three {
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
}

.contact-two-image-col {
  flex: 1;
}

.contact-two {
  display: block;
}

.contact-two-image-two {
  width: 45%;
  position: absolute;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-two-image-three {
  position: absolute;
  top: 21%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.padding-top-ten {
  padding-top: 10px;
}

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

.blog-tag {
  background-color: #70f4c5;
  border-radius: 60px;
  padding: 4px 17px;
}

.blog-news-card-caption-col {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

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

.blog-news-card-image-col {
  width: 100%;
  height: 277px;
  max-width: 100%;
}

.blog-news-card-image-col.blog-two-news-card-image-col {
  flex: 1;
}

.blog-news-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
  flex-direction: row;
}

.span-bg-white {
  background-color: #fff;
}

.blog-tag-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.blog-author-image-block {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.blog-author-flex {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.sixty-radius {
  border-radius: 60px;
}

.blog-two-card {
  border: 1px solid #e3e3e3;
  overflow: hidden;
}

.blog-grid-two {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-two-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.blog-two-card-body {
  padding-left: 45px;
  padding-right: 45px;
}

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

.pricing-plan-three {
  position: absolute;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.request-a-section-hero-main {
  background-color: #6822da;
  background-image: url('../images/Rich-Analytics-Shape.svg');
  background-position: 95% 60%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 336px;
}

.request-a-demo-absolute-image-two {
  position: absolute;
  top: 54%;
}

.request-a-demo-form-left-col {
  max-width: 540px;
  background-image: url('../images/Demo-Image-Two.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.request-a-demo-form-main-block {
  max-width: 1047px;
  background-color: #fff;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.information-card {
  border: 1px solid #9a9a9a;
  padding: 30px;
}

.information-card.twenty-radius:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.request-a-demo-absolute-image-three {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 12%;
}

.information-grid {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.request-a-demo-form-right-col {
  max-width: 507px;
  flex: 1;
  padding: 15px 50px;
}

.request-a-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.request-form {
  margin-top: -335px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-one-amazing-features {
  background-image: url('../images/Glow-Amazon.svg');
  background-position: 64% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 15px 150px;
}

.home-one-how-it-works {
  max-width: none;
  background-color: #4d8644;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  padding: 100px 15px;
}

.home-one-why-choose-us {
  padding: 115px 15px 120px;
}

.home-one-our-services {
  background-color: #6e25dd;
  background-image: url('../images/Services-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 113px 15px;
}

.home-one-future-strategy {
  padding: 113px 15px 0;
}

.home-one-questions-and-answers {
  padding: 10px 15px 170px;
}

.marque-landing-main-flex {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.marque-landing-main-flex.flex-right {
  justify-content: flex-end;
}

.main-home-pages-list {
  background-color: #f2f0ff;
  padding: 90px 15px 120px;
}

.figma-landing-section {
  padding: 120px 15px;
}

.figma-landing-main {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  padding: 74px 103px;
  display: flex;
}

.figma-landing-caption-col {
  max-width: 476px;
  flex: 1;
}

.landing-home-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.marque-landing-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 25rem 25rem 25rem 25rem;
  padding-right: 34px;
}

.mail-link {
  color: #737373;
}

.marque-landing {
  margin-top: -250px;
  padding-bottom: 110px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.landing-home-page-card {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.landing-home-page-card.inner-landing-card {
  padding: 0;
  overflow: hidden;
}

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

.figma-landing-image-col {
  max-width: 764px;
  flex: 1;
}

.marque-landing-image-block {
  border-radius: 20px;
  overflow: hidden;
}

.landing-home-page-big-card {
  min-height: 367px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-caption-block {
  max-width: 647px;
  flex: 1;
}

.find-your-career-flex {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.find-your-career-section {
  background-color: #6822da;
  background-image: url('../images/Star-Three.svg'), url('../images/Star-One.svg');
  background-position: 23% 19%, 80% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.career-job-section {
  background-image: url('../images/Contact-Us-Two-Shape.svg'), url('../images/Yellow-Round.svg');
  background-position: 86% 85%, 15% 27%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 190px;
}

.career-job-tabs-one {
  border-radius: 10px;
}

.career-job-tabs-one.w--current {
  background-color: #fd496c;
}

.career-tabs-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.find-your-career-image-col {
  flex: 1;
  justify-content: center;
  display: flex;
}

.find-your-career-absolute-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.career-job-card {
  background-color: #fff;
  border-radius: 20px;
  flex: 1;
  padding: 40px;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .06);
}

.career-job-card-btn-block {
  display: flex;
}

.career-job-card-location-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.career-main-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.find-your-career-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.career-job-card-heading-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.find-your-career-card-col {
  max-width: 630px;
  flex: 1;
}

.career-image-block {
  max-width: 617px;
  flex: 1;
  position: relative;
}

.career-absolute-image-two {
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: auto;
  right: -5%;
}

.career-tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-hero-section {
  background-image: url('../images/Career-Shape-Round.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 100% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 105px;
}

.career-tabs-content {
  padding-top: 50px;
  overflow: visible;
}

.career-job-card-location-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.career-job-card-details-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.career-absolute-image-one {
  position: absolute;
  top: 56%;
  bottom: 50%;
  left: 8%;
}

.knowledge-base-hero-banner-bottom-section {
  background-color: #fcf6f6;
  background-image: url('../images/Red-Star-Big.svg');
  background-position: 85% 62%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px 110px;
}

.faq-image-help-center-second {
  border-radius: 20px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 10%;
  right: auto;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col {
  border-radius: 20px;
  overflow: hidden;
}

.knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
  margin-top: 46px;
}

.knowledge-help-center {
  background-color: #fcf6f6;
  background-image: url('../images/Knowledge-Base-BG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 15px 120px;
}

.knowledge-help-center.knowledge-base-category-help-center {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fffbfb, #fff);
  background-position: 0 0;
  margin-top: -60px;
  padding-top: 180px;
  padding-bottom: 220px;
}

.knowledge-base-hero-section {
  background-image: url('../images/Big-Yellow-Round.svg'), url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 15% 83%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  padding: 120px 15px 270px;
}

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

.faq-image-help-center-third {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.knowledge-base-hero-banner-bottom-flex {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  margin-top: -363px;
  display: flex;
}

.knowledge-base-category-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.knowledge-base-category-main-block {
  background-color: #6822da;
  background-image: url('../images/Round-Border-White.svg'), url('../images/Pricing-Plan-Shape.svg');
  background-position: 90% 80%, 10% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.knowledge-base-details-section {
  background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px 220px;
}

.knowledge-base-details-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-heading-block {
  background-color: #6822da;
  border-radius: 20px;
  padding: 50px;
}

.knowledge-base-details-card-inner {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.footer-main-block {
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.home-four-amazing-section {
  max-width: none;
  background-color: #e9f2f6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px #000;
  align-self: stretch;
  padding: 100px 15px;
}

.footer-one-main {
  padding-bottom: 40px;
}

.home-four-working {
  width: 100%;
  height: auto;
  max-width: 100%;
  background-color: #e9f2f6;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  padding: 70px 15px 100px;
  overflow: visible;
}

.sign-up-page-logo {
  position: absolute;
  top: 50px;
  left: 100px;
}

.aplon-login-input-block {
  min-height: 60px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 1.125rem;
}

.aplon-login-input-block.password-protected-input {
  border-width: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

.checkbox-field-check-box-text {
  padding-left: 10px;
}

.sign-up-image-block {
  background-color: #6822da;
  flex: 1;
}

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

.or-text-block {
  align-items: center;
  display: flex;
}

.or-text-block-line {
  border: 1px solid #dadada;
  flex: 1;
}

.checkobox-field {
  align-items: center;
  display: flex;
}

.sign-up-btn {
  grid-column-gap: 12px;
  color: #737373;
  background-color: #fbfbfb;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.form-link {
  color: #6822da;
}

.or-text {
  padding: 12px;
}

.sign-up-section {
  height: 100vh;
}

.sign-up-main {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sign-up-caption-col {
  flex: 1;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.aplon-login-input-block-absolute {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 2%;
}

.sign-up-image-inner {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-btn-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content.error-bg {
  background-image: url('../images/Round-Big-Gray.svg'), url('../images/Star-One.svg'), url('../images/Border-Rounded-Small.svg'), url('../images/Star-Three.svg'), linear-gradient(97.3deg, #f2f0ff, #fff);
  background-position: 65% 40%, 80%, 25% 55%, 30% 40%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, auto;
}

.password-protected-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-protected-block {
  max-width: 521px;
  background-color: #f5f4ff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.error-page-block {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-author-image-block {
  max-width: 73px;
  flex: 1;
}

.blog-details-bg {
  background-image: linear-gradient(85.47deg, #eeebff, #fcfcff);
}

.blog-details-section {
  padding: 120px 15px;
}

.blog-details-author-caption-block {
  flex: 1;
}

.blog-details-author-icons-block-inner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.blog-details-author {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.blog-details-author-block {
  width: 100%;
  max-width: 250px;
  align-items: center;
  display: flex;
}

.blog-details-recent-blog {
  background-color: #fcf7f7;
  padding: 120px 15px 160px;
}

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

.recent-blog-card-image-block {
  height: 277px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.blog-two-card-image-block {
  height: 334px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown.visible-s-hidden-m {
  display: none;
}

.header-menu-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.header-menu-item:hover {
  color: #4a74fd;
}

.header-menu-item.sub-menu {
  color: #0a061b;
}

.header-menu-item.sub-menu.change-line-height {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6875rem;
}

.header-menu-item.sub-menu.change-line-height:hover {
  color: #6822da;
}

.nevigation-dropdown-list {
  min-width: 220px;
  background-color: #fff;
  border: 1px solid rgba(16, 32, 39, .1);
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nevigation-dropdown-list.megamenu {
  min-width: 820px;
  margin-left: -100%;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding: 28px 30px;
  display: flex;
}

.text-gray-color {
  color: #737373;
}

.details-flex-left-col {
  max-width: 561px;
  flex: 1;
}

.details-flex-card {
  background-color: #fff;
  padding: 45px;
  box-shadow: 0 5px 50px 4px rgba(0, 0, 0, .08);
}

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

.details-flex-right-col {
  max-width: 632px;
  flex: 1;
}

.pricing-plan-details {
  display: block;
}

.details-absolute-image {
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 8%;
  right: auto;
}

.contact-one-hero-section {
  background-image: url('../images/Contact-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px;
}

.details-section {
  padding: 120px 15px 0;
}

.d-none {
  display: none;
}

.pricing-plan-flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icons-white {
  filter: invert();
}

.inner-pages-section {
  background-color: #f6f4ff;
  padding: 90px 15px 120px;
}

.inner-pages-bottom-block {
  padding-top: 90px;
}

.utlity-landing-image-block {
  min-height: 316px;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.inner-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.utility-landing-grid {
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.landing-hero {
  background-image: url('../images/landing-Round-Shape.webp'), url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Landing-Round-White.svg'), linear-gradient(#f6f4ff, #fff);
  background-position: 85% 100%, 10% 53%, 85% 26%, 17% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 417px, auto, auto, auto, auto;
  padding-top: 204px;
  padding-left: 15px;
  padding-right: 15px;
}

.landing-hero-main {
  padding-bottom: 336px;
}

.aplon-logo-image-loader {
  width: 5vw;
  height: 5vw;
  object-fit: fill;
}

.aplon-preloader-logo {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.aplon-loader-container {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #eceafe, #fff);
  justify-content: center;
  align-items: center;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
  position: relative;
}

.aplon-logo-corners {
  width: 3vw;
  height: 3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.aplon-logo-corners.two {
  transform: translate(31px, 31px);
}

.aplon-logo-corners-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.aplon-loader {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #f0eeff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.aplon-bigger-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12.5vw;
  margin-bottom: 12.5vw;
  display: flex;
  position: relative;
}

.reviews-sticky-container {
  height: 60vh;
  align-items: flex-end;
  margin-top: 3.5rem;
  display: flex;
}

.sphere-wrap {
  z-index: 0;
  width: 24em;
  height: 5em;
  border-radius: 20em;
  align-items: center;
  display: none;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 8%;
  overflow: hidden;
}

.sphere-track {
  display: flex;
}

.sphere {
  width: 24em;
  height: 8.13em;
  background-color: #ffd540;
  flex: none;
}

.landing-title-block {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-span-block {
  z-index: 1;
  position: relative;
}

.landing-span-bg {
  z-index: -1;
  height: 80px;
  background-color: var(--gold);
  border-radius: 60px;
  position: absolute;
  top: 9px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-figma-container {
  max-width: 1489px;
  margin-left: auto;
  margin-right: auto;
}

.aplon-logo-absolute {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-two-amazing-features {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-Two.svg'), url('../images/Amazing-Dot.svg');
  background-position: 76% 20%, 16% 36%, 84% 32%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding: 110px 15px 90px;
}

.home-two-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.home-two-section-three {
  background-color: #fcf6f6;
  background-image: url('../images/Stunning-Star.svg');
  background-position: 96% 12%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 120px;
}

.home-two-working-process {
  background-image: url('../images/Working-Progress-Shape.svg'), url('../images/Orange-Glow.svg');
  background-position: 9% 25%, 80% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.home-two-rich-analytics-section {
  background-image: url('../images/Rich-Analytics-Shape.svg'), url('../images/Rich-Analytics-Glow.svg');
  background-position: 83% 31%, 14% 55%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 165px;
}

.padding-bottom-twenty-five {
  padding-bottom: 25px;
}

.nav-dropdown-icon {
  filter: invert();
}

.home-three-amazing-features {
  background-color: #fcf6f6;
  padding: 110px 15px 120px;
}

.home-three-services {
  background-color: #e2eef3;
  background-image: url('../images/White-Star.svg'), url('../images/Services-Back-Shape.svg');
  background-position: 50% 8%, 7% 75%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 15px 135px;
}

.padding-bottom-fourty {
  padding-bottom: 40px;
}

.home-four-design-apps {
  max-width: none;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  align-self: stretch;
  padding: 100px 15px 0;
}

.home-four-create-section {
  background-color: #f7f7ff;
  background-image: url('../images/Home-Banner-Four-Dot.svg');
  background-position: 15% 38%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px 15px 100px;
}

.home-four-explore-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  padding: 100px 15px;
  overflow: hidden;
}

.home-four-testimonials {
  background-color: var(--blue-violet);
  padding: 75px 50px 130px;
}

.about-us-amazing-features {
  background-color: #fafafa;
  background-image: url('../images/Light-Grey-Round.svg'), url('../images/Home-Banner-Four-Dot.svg');
  background-position: 88% 30%, 15% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 110px 15px 120px;
}

.about-us-high-quality-services {
  background-image: url('../images/Home-Five-Sky-Shape.svg');
  background-position: 65% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.about-us-our-process {
  background-image: linear-gradient(#fcf6f6, #fff);
  padding: 110px 15px 200px;
}

.about-us-team-member {
  padding-top: 110px;
}

.about-us-two-revenue-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-amazing-features {
  background-color: #f7f7ff;
  background-image: url('../images/Sky-Light-Glow.svg');
  background-position: 11% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 140px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-intelligence-section {
  background-image: url('../images/Purple-Star.svg'), url('../images/Working-Progress-Shape.svg'), url('../images/Explore-Glow.svg');
  background-position: 25% 35%, 80% 25%, 80% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-us-two-team-member {
  padding: 25px 15px 120px;
}

.footer-second-image-inner {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-first-image-block {
  height: 50vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.landing-footer-caption-col {
  max-width: 617px;
  flex: 1;
}

.landing-footer-main {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.landing-footer-image-col {
  max-width: 584px;
  grid-column-gap: 14px;
  flex: 1;
  display: flex;
}

.footer-second-image-block {
  height: 50vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.landing-footer-section {
  background-image: url('../images/Footer-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.footer-first-image {
  border-radius: 20px;
  margin-bottom: 30px;
}

.footer-first-image-inner {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.service-one-improve {
  max-width: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  align-self: stretch;
  padding: 100px 15px;
}

.service-one-amazing-features {
  max-width: none;
  background-color: #e9f2f6;
  align-self: stretch;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.service-one-performance-section {
  background-image: url('../images/Orange-Glow.svg'), url('../images/Home-Five-Sky-Shape.svg');
  background-position: 80% 20%, 30% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 120px 15px 50px;
}

.service-one-how-it-works-section {
  background-color: #f7f7ff;
  background-image: url('../images/Star-Three.svg');
  background-position: 55% 75%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 115px 15px 120px;
}

.service-one-faq {
  padding: 120px 15px 220px;
}

.service-two-amazing-features {
  padding: 110px 15px 55px;
}

.service-two-performance-section {
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-hero {
  background-image: url('../images/Star-Two.svg'), url('../images/Star-One.svg'), url('../images/Yellow-Round.svg'), linear-gradient(114.9deg, #f0eeff, #fff);
  background-position: 30% 90%, 20% 20%, 100% 20%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto;
  padding-top: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.services-two-performance-image-two {
  position: absolute;
  top: 122px;
  left: 0;
}

.services-two-performance-image-one {
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 0%;
}

.services-two-performance-image-three {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.service-two-performance-container {
  max-width: 1462px;
}

.service-two-testimonials {
  padding: 120px 15px 220px;
}

.features-hero-section {
  background-image: url('../images/Star-Two.svg'), linear-gradient(#f2f0ff, #fff);
  background-position: 63% 5%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  padding: 120px 15px;
}

.features-amazing-section {
  background-image: url('../images/Home-Banner-Four-Dot.svg'), url('../images/Light-Purple-Round-Circle.svg');
  background-position: 14% 35%, 89% 30%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.features-hight-quality-section {
  background-color: #6822d9;
  background-image: url('../images/Star-Two.svg');
  background-position: 45% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 120px 15px;
}

.features-working-fifth-image {
  position: absolute;
  top: -7%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.features-working-fifth-image.image-height-auto {
  z-index: 0;
}

.features-explore-section {
  background-color: #fcf7f7;
  padding: 110px 15px 120px;
}

.features-faq-section {
  padding: 70px 15px 270px;
}

.gray-card-line {
  height: 1px;
  background-color: #d1d1d1;
}

.gray-card-line.margin-top-thirty {
  margin-top: 30px;
}

.home-two-real-apps-card-second-image-block {
  position: absolute;
  top: auto;
  bottom: -11%;
  left: auto;
  right: 0%;
}

.why-choose-image-gallery-second-image {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.why-services-image-col {
  max-width: 583px;
  margin-left: auto;
  margin-right: auto;
}

.why-services-image-col.relative {
  justify-content: flex-end;
  display: flex;
}

.why-choose-caption-col {
  max-width: 671px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-our-working-process-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.contact-us-two-touch-section {
  padding: 110px 15px 100px;
}

.faq-image-help-center-fourth {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.pricing-plan-amazing-features-flex {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.blog-one-section {
  padding: 110px 15px 120px;
}

.blog-two-section {
  padding: 110px 15px 90px;
}

.home-three-hero-main-image {
  text-align: left;
}

.accordion-icon-block {
  max-width: 40px;
  flex: 1;
}

.card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.home-three-amazing-features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.template-hero-section {
  background-color: #f2f3f7;
  padding: 150px 15px 120px;
}

.template-hero-section-container {
  max-width: 1290px;
  text-align: left;
}

.template-hero-section-text-block {
  max-width: 800px;
}

.style-guide-color-pallette-title-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.style-guide-color-pallette-title-wrapper.padding-bottom {
  padding-bottom: 30px;
}

.style-guide-color-pallette-secondary-color {
  flex: 1;
}

.style-guide-typography-palette {
  padding-top: 120px;
}

.style-guide-color-pallette-block-color {
  height: 75px;
  background-color: var(--dim-grey);
  border-radius: 6px;
}

.style-guide-color-pallette-block-color.indian-red {
  background-color: var(--indian-red);
}

.style-guide-color-pallette-block-color.blue-violet {
  background-color: var(--blue-violet);
}

.style-guide-color-pallette-block-color.nero-black {
  background-color: var(--nero-black);
}

.style-guide-color-pallette-block-color.gold {
  background-color: var(--gold);
}

.style-guide-color-pallette-block-color.white {
  background-color: #fff;
}

.style-guide-color-pallette-block-color.black {
  background-color: var(--black);
}

.style-guide-attributes {
  padding: 120px 20px 220px;
}

.sitemap-text {
  color: #4f4f4f;
  letter-spacing: .01em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.sitemap-text.capitalized {
  text-transform: capitalize;
}

.sitemap-text.color-black {
  color: #141f39;
}

.style-guide-site-map-list {
  margin-bottom: 0;
}

.style-guide-heading-style-grid-font-wrapper {
  flex: 1;
}

.style-guide-color-pallette-grid-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.style-guide-color-pallette-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-attributes-container {
  max-width: 1290px;
}

.style-guide-color-pallette-color-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.style-guide-button {
  margin-top: 120px;
}

.style-guide-color-pallette-primary-color {
  flex: 1;
}

.style-guide-color-pallette-primary-color.width {
  max-width: 50%;
}

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

.style-guide-color-pallette {
  margin-top: 120px;
}

.style-guide-heading-style-grid-text-wrapper {
  background-color: #f2f3f7;
  border-radius: 6px;
  padding: 40px;
  display: flex;
}

.style-guide-heading-style-grid-title-wrapper {
  flex: 1;
  align-items: center;
  display: flex;
}

.style-guide-heading-style-grid-block-title {
  padding-bottom: 20px;
}

.style-guide-body-text-font {
  grid-column-gap: 50px;
  display: flex;
}

.style-guide-body-text {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 120px;
  display: flex;
}

.style-guide-heading-style {
  padding-top: 120px;
}

.style-guide-heading-style-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.changelog-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

.template-hero-section-text-block-2.changelog-hero-section-text {
  max-width: 100%;
  text-align: center;
}

.changelog-button-wrapper {
  justify-content: center;
  display: flex;
}

.flex-center {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.changelog-container {
  max-width: 1320px;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.changelog-section {
  padding-top: 7.5rem;
  padding-bottom: 13rem;
}

.changelog-logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.licensing-hero-section {
  background-color: #f2f3f7;
  padding: 170px 15px 120px;
}

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

.licensing-text-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.licence-link {
  color: var(--indian-red);
  text-decoration: none;
}

.licencing-image-block {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.contact-container {
  max-width: 1290px;
}

.licensing-section {
  padding: 120px 15px 70px;
}

.licence-information-image-block {
  margin-top: 3.6rem;
  margin-bottom: 3.5rem;
}

.body-font {
  color: #4f4f4f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2rem;
}

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

.service-one-performance-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.checkout-page {
  padding: 120px 15px 180px;
}

.checkout-page-form, .cart-button {
  background-color: rgba(0, 0, 0, 0);
}

.cart-quantity {
  background-color: var(--indian-red);
  color: #fff;
  position: absolute;
  top: 5px;
  right: 20px;
}

.cart-icon {
  width: 30px;
  height: 30px;
}

.remove-button {
  color: var(--indian-red);
}

.landing-heading-one {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 3.5625rem;
}

.landing-heading-two {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.landing-heading-two.padding-bottom-ten.text-color-white.width-four-fifty {
  max-width: 450px;
}

.landing-heading-four {
  color: #0a061b;
  font-weight: 600;
}

.paypal-checkout-form {
  background-color: rgba(0, 0, 0, 0);
}

.order-confirmation {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 120px;
  padding-bottom: 220px;
}

.ui-kit-hero-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.team-one-member-heading-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.team-one-member-heading-block.ui-kit-hero-heading-block {
  background-color: #f8f8f8;
  padding-top: 15.5rem;
  padding-bottom: 9.25rem;
}

.team-text-two {
  color: #0b0d0f;
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 5.625rem;
}

.preloader-documentation-section {
  padding: 10.5rem 15px 12.5rem;
}

.documentation-block-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.documentation-block-one {
  flex: 1;
  margin-top: 40px;
}

.heading-six {
  color: #0a061b;
  text-align: center;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.heading-six.padding-bottom-ten {
  color: var(--nero-black);
  text-align: left;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.heading-six._1111, .heading-six._1112, .heading-six._1113, .heading-six._1114 {
  color: #737373;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.social-icons-absolute {
  position: absolute;
}

.pricing-plan-table {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 30px;
  display: block;
}

.pricing-plan-table.yearly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: none;
}

.pricing-plan-table.monthly {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px #000;
  display: flex;
}

.white-ball {
  width: 26px;
  height: 26px;
  background-color: var(--indian-red);
  color: #fff;
  border-radius: 50%;
}

.toggle-box {
  width: 70px;
  height: 36px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfcdcc;
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.yearly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.plan-switch-box {
  max-width: 400px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.save-box {
  border: 1px solid var(--indian-red);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px 2px;
  display: flex;
}

.monthly-text {
  color: #121e38;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
}

.percent-off {
  color: var(--indian-red);
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.faq-question-bar {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.acoo-two-heading-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.faq-content {
  overflow: hidden;
}

.acco-block {
  width: 100%;
  height: 1px;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-acco-icon {
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-header-bg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-header-bg.white {
  border-bottom: 1px solid var(--nero-black);
  background-color: #fff;
}

.megamenu-main-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-content-one {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.megamenu-dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: var(--crimson);
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.megamenu-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.megamenu-content-text {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.megamenu-content-text.hide-mobile-landscape {
  font-family: Urbanist, sans-serif;
}

.megamenu-heading-text {
  color: #101828;
  margin-bottom: .25rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875rem;
}

.megamenu-heading-text.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.megamenu-heading {
  color: var(--crimson);
  letter-spacing: normal;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.megamenu-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--crimson);
}

.body-font-dark {
  color: #0f0f0f;
  letter-spacing: -.01rem;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.body-font-dark.tag-light {
  color: #606060;
  font-weight: 500;
}

.accordian-wrapper {
  max-width: 590px;
}

.text-tag {
  grid-column-gap: 15px;
  align-items: center;
}

.accordian-content {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 50px;
}

.question {
  grid-column-gap: 25px;
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 24px;
  display: flex;
}

.question.shadow {
  box-shadow: 0 4px 50px rgba(0, 0, 0, .08);
}

.heading-six-2 {
  color: #0f0f0f;
  letter-spacing: -.01rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.icon-wrapper {
  width: 29px;
  height: 25px;
  background-color: var(--indian-red);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-bottom: 10px;
  position: relative;
}

.auto-fit {
  height: auto;
}

.auto-fit.minus {
  position: absolute;
}

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

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

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.paragraph {
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.div-block-3 {
  font-size: 3rem;
}

.text-block-2 {
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-style: normal;
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 0;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  font-size: 25px;
  line-height: 40px;
  display: inline-block;
}

.text-block-4._789 {
  text-align: left;
}

.heading {
  text-align: center;
  font-size: 2.81rem;
  line-height: 3.29rem;
}

.text-block-5 {
  color: #fff;
  font-weight: 500;
}

.text-block-5._124 {
  text-align: center;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-6 {
  color: var(--nero-black);
  font-weight: 600;
}

.div-block-4 {
  padding-bottom: 20px;
  display: flex;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: white;
  margin-bottom: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-12, .text-block-13, .div-block-5 {
  text-decoration: none;
}

.div-block-6 {
  flex: 0 auto;
  align-self: center;
  display: flex;
}

.div-block-7 {
  align-self: center;
}

.paragraph-3 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 1.3rem;
}

.div-block-8 {
  align-self: center;
  margin-top: 10px;
}

.slide-3 {
  color: #f8f8ff;
  -webkit-text-stroke-color: ghostwhite;
  background-color: #e9f2f6;
}

.grid-3 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  display: grid;
}

.grid-3.dfgdf {
  width: 85%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-3.dfgdf.merchant-grid {
  width: 87%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.slide-nav-2 {
  opacity: 0;
  color: #000;
  margin-top: 0;
}

.icon-2 {
  background-color: #4f8544;
}

.slide {
  color: #f8f8ff;
  background-color: #e9f2f6;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.left-arrow-2, .right-arrow-2 {
  padding-top: 73px;
}

.icon {
  background-color: #4f8544;
  border: 1px solid #4f8544;
}

.slide-4 {
  background-color: #e9f2f6;
}

.icon-3 {
  background-color: #4f8544;
}

.slide-5 {
  background-color: #e9f2f6;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.icon-4 {
  background-color: #4f8544;
  border: 1px solid #4f8544;
  display: block;
}

.slide-2 {
  background-color: #e9f2f6;
}

.heading-2 {
  background-color: var(--gold);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 60px;
}

.div-block-9, .div-block-10, .div-block-11 {
  text-align: center;
}

.image-31 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1200px;
  background-color: #e9f2f6;
}

.link-block {
  align-self: center;
}

.text-block-14 {
  text-align: center;
  text-decoration: none;
}

.image-32 {
  height: auto;
  margin-top: 5px;
}

.text-block-15 {
  color: var(--nero-black);
  text-decoration: none;
}

.text-block-16 {
  font-style: normal;
  text-decoration: none;
}

.paragraph-4, .paragraph-5 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

._180 {
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-6 {
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-7, .paragraph-8 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.link {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-12 {
  padding-left: 0;
  padding-right: 0;
}

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

.div-block-13 {
  padding-left: 10px;
  display: block;
}

.container-2 {
  max-width: 1200px;
}

.section-2 {
  background-color: var(--gold);
}

.section-3 {
  background-color: #e9f2f6;
  align-self: stretch;
  padding-top: 100px;
  padding-bottom: 30px;
}

.mask {
  background-color: #e9f2f6;
}

.paragraph-9 {
  margin-top: 42px;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-10 {
  color: var(--dim-grey);
  -webkit-text-stroke-color: var(--nero-black);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.div-block-14 {
  margin-left: 0;
}

.image-35 {
  height: auto;
  text-align: left;
  text-decoration: none;
  display: none;
}

.image-36, .image-38 {
  height: auto;
}

.hero-heading {
  width: 103%;
  max-width: 640px;
  color: #fff;
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 70px;
  position: relative;
}

.container-3 {
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-11 {
  max-width: 100%;
  margin-right: 0;
  padding-right: 0;
  position: relative;
}

.hero-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  margin-top: 0;
}

.text-span-6 {
  color: #4f8544;
  font-weight: 600;
}

.button {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.button:hover {
  background-color: #161616;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.button.hide-on-t-m {
  text-transform: capitalize;
  background-color: #4f8544;
  border-width: 0;
  border-radius: 5px;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-4.grain {
  background-color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-4.grain.top-140 {
  object-fit: fill;
  background-color: #fff;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-4.grain.top-140._222222222 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg2.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5 {
  width: auto;
  height: auto;
  max-width: none;
  background-image: url('../images/bg2.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 100px 15px 0;
}

.div-block-15, .div-block-16 {
  padding-bottom: 20px;
}

.container-4 {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-11 {
  color: #737373;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.image-45 {
  height: auto;
}

.image-46, .image-47 {
  margin-left: 15px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .menu-bar {
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header.header-two {
    padding-left: 0;
    padding-right: 0;
  }

  .aplon-logo-block {
    margin-left: 15px;
  }

  .menu-bar-trigger {
    z-index: 99;
    width: 100%;
    height: 40px;
    max-width: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu-item-block {
    width: 100%;
    background-color: rgba(255, 255, 255, .65);
    flex-direction: column;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .main-block.menu-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-block.section-four-main {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-block.section-four-main.real-apps-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .main-block.home-two-main-block {
    background-image: url('../images/White-Star.svg'), url('../images/White-Star.svg');
    background-position: 94% 12%, 15% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    padding-bottom: 50px;
  }

  .menu-btn-block {
    display: none;
  }

  .menu-item-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .home-one-hero-section.home-two-hero {
    padding-top: 100px;
  }

  .hero-flex.flex-right {
    justify-content: flex-start;
  }

  .mobile-dashboard {
    width: 30%;
    border-radius: 0;
    left: auto;
    right: 0%;
  }

  .desktop-dashboard {
    border-radius: 10px;
  }

  .section-dashboard {
    width: 36%;
    border-radius: 5px;
    left: 0;
  }

  .amazing-flex.home-two-amazing-flex {
    flex-direction: column;
  }

  .amazing-features-right-image-block {
    justify-content: center;
  }

  .amazing-features-left-block, .amazing-features-left-block.about-us-our-proces-right-cols {
    max-width: 100%;
  }

  .amazing-features-right-cols {
    justify-content: center;
  }

  .amazing-features-right-cols.about-us-amazing-features-left-cols {
    max-width: 100%;
  }

  .amazing-features-right-cols.relative.responsive-full-width {
    width: 100%;
  }

  .solutions-card.card-shadow.strategy-flex {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .solutions-card.strategy-card {
    min-height: 250px;
  }

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

  .real-apps-card-second-image-block {
    width: 50%;
  }

  .real-apps-card-image-main-block {
    max-width: 500px;
  }

  .service-image-caption-col {
    max-width: 100%;
  }

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

  .real-apps-card-third-image-block {
    width: 50%;
  }

  .faq-flex {
    grid-column-gap: 42px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .footer-right-col.responsive-full-width {
    max-width: 100%;
  }

  .footer {
    background-image: linear-gradient(#5d16c9, #6e25dd);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .footer-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-col {
    max-width: 100%;
  }

  .text-color-white {
    margin-right: 0;
  }

  .text-color-white.padding-bottom-twenty-two._456 {
    margin-top: 0;
  }

  .text-color-white.no-underline {
    margin-right: 20px;
  }

  .content-scroll-wrap {
    max-width: 500px;
  }

  .content-wrapper {
    top: 70px;
  }

  .content-flex-wrap {
    flex-wrap: wrap;
  }

  .img-wrap {
    max-width: 100%;
    display: none;
  }

  .amazing-fourth-image-block, .amazing-third-image-block {
    width: 50%;
  }

  .working-progress-flex {
    flex-direction: column;
  }

  .working-progress-flex.features-working-progress-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .amazing-second-image-block {
    width: 50%;
  }

  .working-progress-image-col, .working-progress-image-col.features-hight-quality-image-col, .working-progress-caption-col, .working-progress-grid, .amazing-image-block {
    max-width: 100%;
  }

  .amazing-image-block.pricing-plan-col {
    width: 100%;
  }

  .home-two-hero-image-three-block {
    width: 35%;
    left: 0;
  }

  .stunning-first-card.services-two-flex-purple {
    min-height: auto;
  }

  .home-two-hero-image-four-block {
    width: 35%;
    right: 0;
  }

  .amazing-caption-block {
    max-width: 100%;
  }

  .left.service-two-left-core {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left.responsive-full-width {
    max-width: 100%;
  }

  .right.padding-left-sixty {
    padding-left: 0;
  }

  .right.service-two-right-core, .right.responsive-full-width {
    max-width: 100%;
  }

  .card-one {
    flex-direction: column;
  }

  .card-one.service-two-core {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .core-features-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .core-features-single-wrapper.core-features-two {
    padding-top: 0;
    padding-right: 0;
  }

  .core-features-border.core-features-two, .core-features-border.core-features-three, .core-features-border.core-features-one {
    display: none;
  }

  .core-features-number.core-features-one {
    display: none;
    top: -1%;
    right: -2%;
  }

  .core-features-number.core-features-two {
    display: none;
  }

  .core-features-image-two {
    right: 0;
  }

  .section.home-three-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.risk-management-section {
    padding-top: 90px;
  }

  .section.testimonials-section {
    padding-bottom: 180px;
  }

  .section.pricing-plan-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.pricing-plan-section.pricing-plan-page-section, .section.why-choose-amazing-section {
    padding-bottom: 70px;
  }

  .section.contact-one-section, .section.pricing-plan-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.info-section {
    padding-top: 70px;
  }

  .section.new-testimonials {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .section.features-faq {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .section.contact-us-one {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .rich-analytics-flex {
    grid-column-gap: 50px;
    grid-row-gap: 100px;
    flex-direction: column;
  }

  .rich-analytics-flex.contact-two {
    flex-direction: column-reverse;
  }

  .rich-analytics-image-block, .rich-analytics-caption-block {
    max-width: 100%;
  }

  .rich-analytics-caption-block.responsive-full-width {
    width: 100%;
  }

  .rich-analytics-caption-card {
    max-width: 100%;
  }

  .section-four-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-four-main.our-process-main {
    flex-direction: column-reverse;
    align-items: center;
  }

  .strategy-caption-col {
    max-width: 100%;
  }

  .strategy-image-col {
    justify-content: flex-start;
  }

  .services-absolute-image-two {
    display: none;
  }

  .faq-main {
    background-image: linear-gradient(#fff6f8, #f9fafb);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-three-amazing-flex-sm-col, .home-three-hero-caption-col {
    max-width: 100%;
  }

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

  .flex.pricing-amt-details {
    flex-direction: row;
  }

  .services-absolute-image-one {
    display: none;
  }

  .home-three-hero {
    height: 100vh;
    padding-top: 30px;
  }

  .home-three-amazing {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .home-three-amazing-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-amazing-flex.amazing-flex-change {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .task-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .services-main {
    flex-direction: column;
  }

  .home-three-hero-image-phone-one {
    width: 40%;
    object-position: 50% 50%;
    align-self: auto;
  }

  .services-main-two {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .home-three-hero-flex {
    height: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .home-three-hero-image-col {
    width: auto;
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .home-three-working {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-working.overflow-hidden {
    background-image: url('../images/Red-Star.svg'), url('../images/Yellow-Round_1.svg'), url('../images/Analytics-background.webp');
    background-position: 77% 37%, 20% 37%, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .advanced-software-main {
    flex-direction: column;
    align-items: center;
  }

  .home-four-amazing-card-image-col {
    width: 100%;
  }

  .testimonials-flex {
    flex-direction: column;
  }

  .design-apps-flex-two {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-create-section-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .explore-caption-col {
    width: 100%;
  }

  .explore-flex {
    flex-direction: column;
  }

  .design-apps-flex.padding-bottom-twenty {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-four-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .design-apps-flex-two-image, .slide-nav {
    display: none;
  }

  .home-four-hero-image-col, .home-four-hero-caption-col {
    max-width: 100%;
  }

  .testimonials-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .design-apps-flex-two-sm-col {
    max-width: 100%;
  }

  .design-apps-flex-two-sm-col.responsive-full-width {
    width: 100%;
  }

  .explore-image-col {
    align-items: center;
  }

  .explore-image-col.why-choose-amazing-col {
    width: 100%;
  }

  .home-four-amazing-flex {
    flex-direction: column;
    align-items: center;
  }

  .home-four-hero-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rich-caption-col.working-process-bg-card {
    max-width: 100%;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .working-process-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-five-team-main.about-us-two-team-main {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .home-five-team-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .banner-absolute-image-one {
    width: 25%;
  }

  .about-us-two-section {
    padding-top: 90px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
  }

  .banner-absolute-image-two {
    width: 35%;
    top: 0;
  }

  .about-us-two-image-section {
    margin-top: -310px;
  }

  .banner-absolute-image-three {
    width: 25%;
  }

  .rrevenue-main-block.productivity-main-block {
    flex-direction: column;
  }

  .rrevenue-main-block.about-us-two-revenue-main-block {
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rrevenue-image-block.why-choose-flex {
    width: 100%;
    justify-content: center;
  }

  .services-one-hero-main {
    flex-direction: column;
  }

  .services-one-hero-main.features-hero-main {
    flex-direction: column-reverse;
  }

  .how-it-works-section-main-block {
    flex-direction: column;
  }

  .services-one-hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .services-amazing-main-block {
    padding: 60px 40px 70px;
  }

  .service-two-user-analytics {
    position: relative;
  }

  .service-two-user-analytics.twenty-radius.image-shadow {
    position: absolute;
  }

  .service-two-amazing-flex {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .core-features-service-two {
    padding-top: 70px;
  }

  .service-two-performance-main {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .service-two-grow-image {
    left: 0%;
  }

  .working-progress-third-image, .working-progress-fourth-image {
    right: 14%;
  }

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

  .revenue-main-block.why-choose-main {
    flex-direction: column;
    padding-top: 100px;
  }

  .why-choose-absolute-image-one {
    left: 0;
  }

  .why-choose-bottom-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
  }

  .contact-one-form-col {
    width: 100%;
  }

  .contact-one-caption-col {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .contact-one-banner-image-two {
    width: 40%;
  }

  .contact-one-benner {
    flex-direction: column;
    align-items: center;
  }

  .contact-one-banner-image-col {
    max-width: 100%;
  }

  .contact-one-banner-image-three {
    width: 50%;
  }

  .contact-two-image-col {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .recent-blog-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-two {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .request-a-demo-form-left-col {
    max-width: 100%;
  }

  .request-a-demo-form-main-block {
    flex-direction: column;
  }

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

  .request-a-demo-form-right-col {
    max-width: 100%;
  }

  .home-one-amazing-features {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .home-one-how-it-works {
    padding-top: 63px;
    padding-bottom: 70px;
  }

  .home-one-why-choose-us {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .home-one-our-services {
    padding-top: 64px;
    padding-bottom: 53px;
  }

  .home-one-future-strategy {
    padding-top: 60px;
  }

  .home-one-questions-and-answers {
    padding-top: 26px;
    padding-bottom: 60px;
  }

  .main-home-pages-list, .figma-landing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .figma-landing-main {
    grid-row-gap: 50px;
    flex-direction: column;
    padding: 60px;
  }

  .landing-home-page-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .marque-landing {
    margin-top: -280px;
    padding-bottom: 70px;
  }

  .find-your-career-flex {
    flex-direction: column;
  }

  .find-your-career-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .career-job-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 140px;
  }

  .find-your-career-image-col {
    width: 100%;
  }

  .career-main-block {
    flex-direction: column;
  }

  .find-your-career-card-col {
    max-width: 100%;
  }

  .career-image-block {
    width: 100%;
    max-width: 100%;
  }

  .career-absolute-image-two {
    right: 0%;
  }

  .career-tabs-menu {
    flex-wrap: wrap;
  }

  .career-hero-section {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: flex-start;
  }

  .knowledge-base-hero-banner-bottom-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .knowledge-base-hero-banner-bottom-flex-col.knowledge-second {
    margin-top: 0;
  }

  .knowledge-help-center {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .knowledge-help-center.knowledge-base-category-help-center {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .knowledge-base-hero-section {
    background-image: url('../images/Knowledge-Hero.svg'), linear-gradient(85.47deg, #eeebff, #fff);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .help-center-grid {
    grid-template-columns: 1fr 1fr;
  }

  .knowledge-base-hero-banner-bottom-flex {
    flex-direction: row;
    margin-top: 0;
  }

  .knowledge-base-category-section {
    padding-top: 130px;
  }

  .knowledge-base-category-main-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .knowledge-base-details-section {
    padding-bottom: 180px;
  }

  .home-four-amazing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-four-working {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sign-up-page-logo {
    position: relative;
    top: 15px;
    left: 15px;
  }

  .sign-up-section {
    height: auto;
  }

  .sign-up-caption-col {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-dropdown {
    width: 100%;
    text-align: left;
  }

  .nav-dropdown.visible-s-hidden-m {
    display: inline-block;
  }

  .nav-dropdown.visible-m-hidden-s {
    display: none;
  }

  .nevigation-dropdown-list {
    text-align: left;
    position: relative;
  }

  .dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .details-flex-left-col {
    max-width: 100%;
  }

  .details-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .details-flex-right-col {
    width: 100%;
    max-width: 100%;
  }

  .contact-one-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .details-section {
    padding-top: 70px;
  }

  .inner-pages-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .inner-pages-bottom-block {
    padding-top: 70px;
  }

  .inner-landing-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .utility-landing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-hero {
    padding-top: 70px;
  }

  .sphere-wrap {
    width: 22em;
    top: 18%;
    right: 33%;
  }

  .home-two-amazing-features {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .home-two-amazing-features-flex.align-vertically {
    flex-direction: column;
  }

  .home-two-section-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-two-working-process, .home-two-rich-analytics-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-amazing-features {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .home-three-services, .home-four-design-apps, .home-four-create-section, .home-four-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-four-testimonials.twenty-radius {
    padding-bottom: 75px;
  }

  .about-us-amazing-features, .about-us-high-quality-services {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-our-process {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .about-us-team-member {
    padding-top: 70px;
  }

  .about-us-two-amazing-features {
    padding-bottom: 70px;
  }

  .about-us-two-intelligence-section {
    padding-top: 70px;
  }

  .hero-about-us-image-gallery-one {
    width: 45%;
  }

  .hero-about-us-image-gallery-two {
    width: 49%;
  }

  .footer-first-image-block {
    margin-top: 0;
  }

  .landing-footer-caption-col {
    max-width: 100%;
  }

  .landing-footer-main {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .landing-footer-image-col {
    max-width: 100%;
  }

  .footer-second-image-block {
    margin-top: 0;
  }

  .landing-footer-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-improve {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 70px;
  }

  .service-one-amazing-features {
    padding-top: 50px;
  }

  .service-one-performance-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .service-one-how-it-works-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-one-faq {
    padding-top: 70px;
    padding-bottom: 180px;
  }

  .service-two-amazing-features {
    padding: 70px 15px;
  }

  .service-two-performance-section {
    padding-top: 0;
  }

  .services-two-hero {
    padding-top: 100px;
  }

  .service-two-testimonials {
    padding: 70px 15px 180px;
  }

  .features-hero-section {
    padding-bottom: 70px;
  }

  .features-amazing-section {
    padding-top: 70px;
  }

  .features-hight-quality-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-working-fifth-image {
    right: 0%;
  }

  .features-explore-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .features-faq-section {
    padding-top: 30px;
    padding-bottom: 160px;
  }

  .why-choose-image-gallery-second-image {
    max-width: 45%;
    display: block;
    bottom: 10px;
    left: 10px;
  }

  .why-services-image-col {
    width: 100%;
    max-width: 100%;
  }

  .why-choose-caption-col {
    max-width: 100%;
  }

  .why-choose-our-working-process-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .contact-us-two-touch-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing-plan-amazing-features-flex {
    flex-direction: column-reverse;
  }

  .blog-two-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-three-hero-main-image {
    width: 50%;
    height: 100%;
    object-position: 50% 0%;
    margin-top: -133px;
    margin-left: 100px;
  }

  .style-guide-typography-palette {
    padding-top: 70px;
  }

  .style-guide-attributes {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .style-guide-button, .style-guide-color-pallette, .style-guide-body-text {
    margin-top: 70px;
  }

  .style-guide-heading-style {
    padding-top: 70px;
  }

  .changelog-hero-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .flex-center {
    margin-top: 0%;
  }

  .changelog-section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

  .licensing-section {
    padding-top: 70px;
  }

  .licence-information-image-block {
    margin-bottom: 0;
  }

  .team-one-member-heading-block {
    padding-left: 2%;
    padding-right: 2%;
  }

  .team-one-member-heading-block.ui-kit-hero-heading-block {
    padding-top: 12.2rem;
    padding-bottom: 6.7rem;
  }

  .team-text-two {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .preloader-documentation-section {
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
  }

  .pricing-plan-table.yearly {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 45px;
    display: flex;
  }

  .pricing-plan-table.monthly {
    flex-direction: column;
    padding-top: 45px;
    display: flex;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu-main-content {
    align-content: start;
    align-items: start;
    padding: 1rem 20px;
    display: block;
  }

  .megamenu-dropdown-link {
    padding: 8px 0;
  }

  .megamenu-dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .megamenu-icon-wrapper, .megamenu-content-text.hide-mobile-landscape {
    display: none;
  }

  .accordian-wrapper {
    max-width: none;
  }

  .text-block-5._124 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    line-height: 1.3rem;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 24px;
    padding-right: 22px;
  }

  .grid-3.dfgdf {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    position: relative;
  }

  .grid-3.dfgdf.merchant-grid {
    width: 75%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-left: 22px;
    display: grid;
    position: relative;
  }

  .slider {
    min-height: 556px;
  }

  .left-arrow-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 140px;
    display: flex;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 140px;
    display: flex;
  }

  .slide-5 {
    margin-bottom: 0;
  }

  .left-arrow-3, .right-arrow-3 {
    padding-bottom: 70px;
  }

  ._180 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-33 {
    object-position: 50% 50%;
  }

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

  .image-36, .image-37 {
    height: auto;
  }

  .hero-heading {
    margin-top: 40px;
    font-size: 50px;
    line-height: 60px;
    position: relative;
  }

  .image-11 {
    max-width: 100%;
    margin-top: -20px;
    margin-left: auto;
  }

  .hero-grid {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .hero-content-wrap.design-to-webflow {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button.hide-on-t-m {
    display: none;
  }

  .section-4 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-4.grain {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-4.grain.top-140 {
    padding-top: 10px;
  }

  .section-5 {
    width: auto;
    height: auto;
    background-color: #e9f2f6;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
    height: auto;
  }

  .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-46 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-dashboard {
    border-radius: 10px;
  }

  .amazing-features-right-image-two-block.our-process-right-image {
    right: 0;
  }

  .solutions-card-icons-col {
    max-width: 14%;
  }

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

  .service-image-block-second {
    width: 40%;
    right: 0%;
  }

  .faq-image-block-second {
    width: 32%;
  }

  .faq-image-block-third {
    width: 45%;
  }

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

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

  .footer-col {
    padding-bottom: 20px;
  }

  .footer-right-col {
    max-width: 100%;
  }

  .text-color-white.padding-bottom-twenty-two._456 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-color-white.padding-bottom-twenty-two._456.dddd {
    margin-bottom: 45px;
    font-size: 33px;
    line-height: 40px;
  }

  .content-scroll-wrap {
    max-width: 100%;
  }

  .border-wrapper {
    display: none;
  }

  .img-wrap {
    max-width: 100%;
  }

  .stunning-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-two-hero-image-three-block {
    display: none;
  }

  .working-progress-second-image {
    max-width: 55%;
  }

  .working-progress-second-image.image-height-auto.cover-image {
    flex: 1;
  }

  .home-two-hero-image-four-block {
    display: none;
  }

  .card-one {
    padding-left: 30px;
    padding-right: 30px;
  }

  .core-features-number.core-features-one {
    right: -2.8%;
  }

  .core-features-number.core-features-two {
    left: -2.8%;
  }

  .flex {
    flex-direction: column;
  }

  .home-three-hero-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .home-three-hero-image-col {
    position: relative;
  }

  .home-four-create-section-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .explore-flex {
    display: flex;
  }

  .home-four-amazing-card-image-inner {
    min-height: auto;
  }

  .testimonials-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-card {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .rich-caption-image-two {
    width: 35%;
  }

  .home-five-team-main-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us-two-section {
    padding-bottom: 300px;
  }

  .about-us-two-section.why-choose-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-us-two-image-section {
    margin-top: -250px;
  }

  .rrevenue-image-absolute-first {
    right: 0;
  }

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

  .services-amazing-main-block {
    padding-bottom: 0;
  }

  .solutions-card-icons-col-2 {
    max-width: 14%;
  }

  .working-progress-third-image {
    width: 45%;
    top: 0%;
    right: 0%;
  }

  .working-progress-fourth-image {
    width: 45%;
    right: 0%;
  }

  .working-progress-fourth-image.image-height-auto.cover-image, .why-choose-amazing-flex-three {
    width: 45%;
  }

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

  .why-choose-services-image-two {
    width: 45%;
  }

  .why-choose-grid {
    margin-top: -30px;
  }

  .why-choose-amazing-flex-two {
    width: 45%;
  }

  .why-choose-bottom-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

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

  .recent-blog-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-news-card.twenty-radius.image-shadow.margin-bottom-thirty.blog-two-news-card {
    flex-direction: column;
  }

  .pricing-plan-three {
    width: 45%;
  }

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

  .landing-home-page-grid {
    grid-template-rows: auto auto;
  }

  .career-tabs-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .career-absolute-image-two {
    width: 55%;
  }

  .career-tabs-menu {
    justify-content: flex-start;
  }

  .career-job-card-location-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .career-absolute-image-one {
    width: 45%;
  }

  .faq-image-help-center-second {
    width: 35%;
  }

  .help-center-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-image-help-center-third {
    width: 40%;
  }

  .knowledge-base-details-card {
    padding: 25px;
  }

  .knowledge-base-details-card-inner {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-four-working {
    margin-top: 0;
  }

  .sign-up-btn-flex {
    flex-direction: column;
  }

  .details-absolute-image {
    width: 50%;
  }

  .inner-landing-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utility-landing-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sphere-wrap {
    width: 19.2em;
    right: 31%;
  }

  .home-two-working-process {
    background-image: url('../images/Orange-Glow.svg');
    background-position: 80% 60%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .features-working-fifth-image, .why-choose-image-gallery-second-image {
    display: none;
  }

  .home-three-hero-main-image {
    margin-left: 220px;
  }

  .style-guide-color-pallette-color-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-color-pallette-primary-color.width {
    max-width: 100%;
  }

  .style-guide-heading-style-grid-text-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .flex-center {
    margin-top: 0%;
  }

  .licencing-image-block {
    flex-wrap: wrap;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-text-two {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .documentation-block-main {
    display: block;
  }

  .pricing-plan-table {
    grid-column-gap: 20px;
  }

  .megamenu-main-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .megamenu-content-one {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .div-block {
    margin-bottom: 0;
  }

  .text-block-5._124 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    line-height: 1.3rem;
  }

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

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

  .grid-3.dfgdf.merchant-grid {
    width: 80%;
    margin-top: 0;
  }

  .slider {
    min-height: 413px;
    margin-bottom: 20px;
  }

  .right-arrow-2, .right-arrow-3 {
    overflow: hidden;
  }

  ._180 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-38 {
    position: relative;
  }

  .hero-heading {
    height: 72%;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 56px;
  }

  .image-11 {
    max-width: 90%;
    margin-top: 0;
    margin-left: 0;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

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

  .section-4.grain.top-140 {
    padding-top: 0;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-block.aaa {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hero-flex.flex-left.btn-flex-left, .hero-flex.flex-right {
    align-items: flex-start;
  }

  .mobile-dashboard {
    display: none;
  }

  .desktop-dashboard {
    border-radius: 5px;
  }

  .section-dashboard {
    border-radius: 5px;
    display: none;
    bottom: 50%;
    left: 0%;
    right: auto;
  }

  .amazing-features-right-image-two-block {
    max-width: 150px;
  }

  .amazing-features-right-image-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-card-caption-col {
    max-width: 100%;
  }

  .solutions-card-flex {
    flex-direction: column;
  }

  .solutions-card-flex.flex-left {
    align-items: flex-start;
  }

  .solutions-card-icons-col {
    max-width: 30%;
  }

  .solutions-card, .solutions-card.card-shadow.strategy-flex {
    flex-direction: column;
  }

  .solutions-card.margin-bottom-thirty.werwerwre {
    margin-bottom: 40px;
  }

  .real-apps-card-second-image-block {
    width: 80%;
  }

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

  .text-color-white.padding-bottom-twenty-two._456 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-color-white.padding-bottom-twenty-two._456.dddd {
    margin-bottom: 20px;
  }

  .text-color-white.no-underline {
    margin-right: 40px;
  }

  .content-scroll-wrap {
    max-height: 590px;
  }

  .stunning-second-card.services-two-flex-black {
    flex-direction: column;
  }

  .working-progress-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .stunning-first-card.services-two-flex-purple, .stunning-caption-flex, .working-progress-message-flex {
    flex-direction: column;
  }

  .card-one.card-two {
    padding-right: 0;
  }

  .core-features-number.core-features-one {
    right: -4%;
  }

  .core-features-number.core-features-two {
    left: -4%;
  }

  .core-features-image-two {
    width: 50%;
  }

  .shape-image {
    width: 40%;
    top: -20px;
    right: -20px;
  }

  .rich-analytics-image-two {
    width: 50%;
  }

  .form-flex {
    flex-direction: column;
  }

  .margin-top-thirteen.padding-bottom-ten {
    padding-bottom: 20px;
  }

  .margin-top-thirteen.padding-bottom-ten._789 {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .amazon-flex {
    flex-direction: column;
  }

  .task-caption-col.overflow-hidden {
    width: auto;
  }

  .amazon-features-right-image-two-block {
    width: 40%;
  }

  .home-three-hero {
    padding-bottom: 30px;
  }

  .home-three-hero-flex {
    width: auto;
    padding-top: 0;
  }

  .home-four-amazing-card-image-col {
    min-height: 350px;
  }

  .explore-caption-col {
    padding-right: 15px;
  }

  .explore-flex {
    display: block;
  }

  .explore-image-two {
    width: 45%;
  }

  .explore-image-two.image-height-auto.cover-image {
    left: 0;
    right: auto;
  }

  .home-four-amazing-image-one {
    width: 60%;
  }

  .home-four-amazing-card-image-inner {
    min-height: 300px;
  }

  .home-four-amazing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-four-amazing-image-three {
    width: 50%;
    right: 0;
  }

  .home-four-amazing-image-two {
    width: 70%;
  }

  .image-height-auto {
    height: auto;
  }

  .rrevenue-image-absolute-second {
    width: 55%;
  }

  .revenue-main-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .revenue-flex-col {
    max-width: 100%;
  }

  .rrevenue-image-absolute-first.about-us-two-revenue-abosolute-first {
    width: 35%;
  }

  .services-hero-image-absolute {
    width: 45%;
  }

  .performance-image {
    width: 55%;
  }

  .customer-review-block {
    flex-direction: column;
  }

  .services-amazing-main-block {
    padding-left: 0;
    padding-right: 0;
  }

  .why-choose-amazing-flex-three {
    bottom: 9%;
  }

  .why-choose-amazing-flex-two {
    top: 7%;
  }

  .contact-one-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-news-card-caption-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-tag-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .request-a-demo-absolute-image-two {
    width: 45%;
    top: 63%;
  }

  .request-a-demo-absolute-image-three {
    width: 45%;
  }

  .career-job-card-location-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .knowledge-base-hero-banner-bottom-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-four-amazing-section {
    padding-top: 60px;
  }

  .home-four-working {
    padding-top: 0;
  }

  .sphere-wrap {
    display: none;
  }

  .home-four-explore-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .service-one-improve {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-one-amazing-features {
    padding-top: 0;
  }

  .faq-image-help-center-fourth {
    display: none;
  }

  .home-three-hero-main-image {
    margin-top: 0;
    margin-left: 170px;
  }

  .style-guide-color-pallette-title-wrapper.padding-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-body-text-font {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .style-guide-heading-style-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .flex-center {
    margin-top: 10%;
  }

  .licencing-image-block {
    grid-row-gap: 30px;
  }

  .licencing-image-grid {
    grid-template-columns: 1fr;
  }

  .heading-six.padding-bottom-ten {
    text-align: center;
  }

  .pricing-plan-table {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .acoo-two-heading-title {
    margin-bottom: 15px;
  }

  .megamenu-main-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .megamenu-dropdown-link {
    padding-left: 0;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .text-block-5._124 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    line-height: 1.3rem;
  }

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

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

  .grid-3.dfgdf.merchant-grid {
    width: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    margin: 60px 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav-2 {
    min-height: 0;
    margin-top: -100px;
    padding-top: 0;
  }

  .image-30 {
    padding-right: 0;
  }

  .image-26, .image-27 {
    padding-left: 0;
  }

  .icon-2 {
    max-width: 50px;
  }

  .slide, .slider {
    margin-bottom: 0;
  }

  .image-25 {
    padding-left: 0;
  }

  .left-arrow-2 {
    min-height: 0;
    margin-top: 0;
    padding-bottom: 50px;
    position: absolute;
  }

  .image-23 {
    padding-right: 0;
  }

  .right-arrow-2 {
    text-align: right;
    margin-top: 0;
    padding-bottom: 50px;
    line-height: 0;
    position: absolute;
  }

  .image-29 {
    padding-right: 0;
  }

  .icon-3 {
    max-width: 50px;
  }

  .slide-5 {
    margin-bottom: 0;
  }

  .left-arrow-3 {
    min-height: 0;
    margin-top: 0;
    padding-bottom: 60px;
    position: absolute;
  }

  .right-arrow-3 {
    text-align: right;
    margin-top: 0;
    padding-bottom: 60px;
    line-height: 0;
    position: absolute;
  }

  .container {
    margin-bottom: 0;
  }

  ._180 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    padding-right: 10px;
  }

  .image-34 {
    margin-bottom: 40px;
    overflow: auto;
  }

  .section-3 {
    padding: 0 15px;
  }

  .paragraph-9 {
    margin-bottom: 0;
  }

  .image-36, .image-37 {
    height: auto;
  }

  .hero-heading {
    height: 100%;
    max-height: 90%;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 37px;
  }

  .image-11 {
    max-width: 100%;
    margin-top: -50px;
    margin-left: 0;
  }

  .section-4.grain.top-140 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-5 {
    width: auto;
    height: auto;
    padding-bottom: 100px;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43, .image-44 {
    height: auto;
  }

  .container-4, .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-c96dba1b-c303-f2c8-4bf2-27692edeff81-00afec58, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff88-00afec58, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff8f-00afec58, #w-node-c96dba1b-c303-f2c8-4bf2-27692edeff96-00afec58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5212457b-1f8b-a30a-07da-d5c0cd06d560-00afec58 {
  align-self: end;
}

#w-node-_5212457b-1f8b-a30a-07da-d5c0cd06d580-00afec58 {
  align-self: start;
}

#w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbb-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbe-00afec58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22d42f1d-f20e-28cf-5aaa-ed802932f52e-00afec58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b8901720-a7d0-9320-ab53-fff8cbe13412-00afec58, #w-node-acd9678b-fd9d-1f3c-88e1-d00ca3927459-00afec58, #w-node-_27674aa9-7382-200e-e609-8e34a5118f65-00afec58, #w-node-d2671c30-bf11-7952-6e9f-547b052cdce7-00afec58, #w-node-d2786710-6936-9d0b-22fd-74034564e09b-00afec58, #w-node-_5adc517f-de6e-9040-bd1e-26640d1c315e-00afec58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901b3d0e-2951-7335-c259-fbadfa00f619-fa00f5fc {
  align-self: auto;
  justify-self: stretch;
}

#w-node-a039c221-d2bf-3ba0-dd64-b4c2e38f8640-fa00f5fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_901b3d0e-2951-7335-c259-fbadfa00f61b-fa00f5fc, #w-node-_901b3d0e-2951-7335-c259-fbadfa00f645-fa00f5fc {
  justify-self: stretch;
}

#w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e38f4-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e3917-096e38cb, #w-node-_5cdbc346-f8a6-9ce5-b396-b64d096e393e-096e38cb, #w-node-_22b08e1b-c331-7c45-4658-062e5e622642-00afec69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbb-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbc-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbd-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbe-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bbf-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bc0-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bc1-00afec58, #w-node-_96e7914f-addd-6704-26bb-cd173dcf4bc2-00afec58 {
    align-self: center;
    justify-self: center;
  }
}
#gdpr-consent .gdpr__modal {
  width: 87%;
  background: #518447;
  opacity: .85;
  z-index: 9999999999;
  justify-content: flex-start;
  border-radius: 10px;
  bottom: 24px;
  padding: 40px
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal {
    left: 50%;
    transform: translateX(-50%)
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal {
    width: 343px;
    padding: 14px;
    right: 35px
  }
}

#gdpr-consent .gdpr__modal .gdpr__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-right: 0;
  width: 100%
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__content {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px
  }
}

#gdpr-consent .gdpr__modal button {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 20px
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal button {
    margin-top: 0
  }
}

#gdpr-consent .gdpr__modal button.gdpr__set {
  order: 2;
  background: #454c83;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  margin-left: 20px;
  border: none;
  padding: 10px 16px
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal button.gdpr__set {
    order: 2 !important;
    width: 162px
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal button.gdpr__set {
    order: 2 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    height: 34px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 0
  }
}

#gdpr-consent .gdpr__modal button.gdpr__consent {
  order: 1;
  background: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  padding: 10px 16px;
  border: none;
  width: auto
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal button.gdpr__consent {
    order: 1 !important
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal button.gdpr__consent {
    order: 1 !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0
  }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0;
  color: #fff;
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap h2 {
    color: #fff
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap h2 {
    color: #fff;
    font-size: 14px;
    line-height: 20px
  }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap p {
    color: #fff
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap p {
    color: #fff;
    font-size: 12px;
    line-height: 20px
  }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap {
  margin-top: 0
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap .text-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: none
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap .text-wrap {
    color: #fff;
    font-size: 12px;
    line-height: 20px
  }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label {
  top: 0;
  width: 48px;
  height: 22px;
  border-radius: 10px;
  border: 1px solid #fff
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:before {
  width: 18px;
  height: 22px;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  margin: 0 4px 0 2px
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:before {
    color: #fff
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:before {
    color: #fff
  }
}

#gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:after {
  padding-left: 2px;
  width: 18px;
  height: 12px;
  border-radius: 10px;
  position: relative;
  top: 3px
}

@media (max-width:1200px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:after {
    background-color: #fff
  }
}

@media (max-width:480px) {
  #gdpr-consent .gdpr__modal .gdpr__preference-wrap .gdpr__analytical-wrap label:after {
    background-color: #fff
  }
}
