:root {
  --black: black;
  --white: white;
  --white-50: rgba(255, 255, 255, .5);
  --primary-color: #90f;
  --primary-blue: #3f0efa;
  --dark-gray: #afafaf;
  --white-10: rgba(255, 255, 255, .1);
  --white-20: rgba(255, 255, 255, .2);
  --white-5-51: rgba(255, 255, 255, .05);
  --dark-gray-2: #222;
  --gray: #666;
  --cyan: #00eaff;
  --medium-orchid: #b5f;
}

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

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: 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 {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  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-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

h1 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1em;
}

h5 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1em;
}

h6 {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--white-50);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary-color);
  letter-spacing: .2em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--white);
}

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

li {
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  text-align: center;
  background-image: url('../images/Quote_1Quote.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 25px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px 20px 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.changelog-banner {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

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

.section.landing-banner {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(135deg, var(--primary-color) 26%, var(--primary-blue));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.section.with-png {
  padding-top: 20px;
  overflow: hidden;
}

.section.clip {
  overflow: hidden;
}

.section.center {
  justify-content: center;
  display: flex;
}

.section.clip-no-top-space {
  padding-top: 0;
  overflow: hidden;
}

.section.changelog-banner {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.our-news-banner, .section.our-shop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.section.our-work {
  background-image: linear-gradient(135deg, var(--primary-color) 20%, var(--primary-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.section.color-background {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(135deg, var(--primary-color) 15%, var(--primary-blue));
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  z-index: 90;
  align-items: flex-start;
  position: relative;
}

.base-container.pos-relative {
  z-index: 90;
  position: relative;
}

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

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

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

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

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

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

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

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

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

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

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

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

.licensing-title-wrapper {
  border-bottom: 1px rgba(94, 94, 94, .5);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-grid {
  z-index: 100;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

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

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

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

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

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

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

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

.utility-page-content {
  z-index: 90;
  text-align: center;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.style-guide-button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.values-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.values-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.banner-description {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 13px;
}

.section-title-description {
  text-align: center;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

.contacts-location-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-right-arrow {
  color: rgba(175, 175, 175, .5);
  max-width: 40px;
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

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

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

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

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

.search-desktop {
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

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

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

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

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

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

.search-section {
  width: 100vw;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 50px;
  overflow: hidden;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

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

.slide-1 {
  border-radius: 12px;
}

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

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

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

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

.landing-banner-image {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-performance-item {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--white-10);
  border-radius: 3px;
  width: 100%;
  height: 7px;
}

.landing-progress-bar-95 {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 3px;
  width: 95%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.landing-progress-bar-92 {
  background-image: linear-gradient(135deg, var(--primary-color) 19%, var(--primary-blue));
  border-radius: 3px;
  width: 92%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-progress-bar-100 {
  background-image: linear-gradient(135deg, var(--primary-color) 9%, var(--primary-blue));
  border-radius: 3px;
  width: 100%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-progress-bar-88 {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 3px;
  width: 88%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

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

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary-color);
  text-align: center;
  padding: 6px 6px 20px;
}

.landing-inner-page-item.home-screen {
  width: 318px;
}

.landing-inner-page-image {
  border: 1px solid var(--white-20);
  object-fit: cover;
  object-position: 50% 0%;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-icon {
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.landing-performance-item-title {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.landing-home-pages-wrapper.center {
  grid-template-columns: auto auto;
  justify-content: center;
}

.landing-download-block-wrapper {
  grid-column-gap: 100px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white-5-51);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.courses-collection {
  width: 100%;
}

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

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

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

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

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

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

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

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

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

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

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

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

.slide-nav-2, .left-arrow-2 {
  display: none;
}

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

.right-arrow-2 {
  display: none;
}

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

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

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.rich-text-style ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text-style figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

.cart-wrapper {
  position: relative;
}

.bottom-style-spacing-desktop-2 {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.shop-cart-wrapper {
  background-color: rgba(0, 0, 0, .75);
}

.primary-light-style-guide-2 {
  background-color: var(--white-10);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.login-tablet-wrap-2 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.subtotal-text.bold {
  font-weight: 600;
}

.quantity-cart {
  border-color: var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 6px;
  transition: all .3s;
}

.quantity-cart:focus {
  border-color: var(--primary-color);
}

.cart-line-item {
  margin-bottom: 30px;
}

.typography-hero-wrapper-2 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.style-guide-banner {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.btn-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.grid-description-2 {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

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

.grid-description-2.first-description {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
  width: 24%;
}

.option {
  display: none;
}

.nav-line-white {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.purple-gradient {
  filter: blur(180px);
  background-color: #90f;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.sg {
  top: -3%;
}

.purple-gradient.grad-2 {
  filter: blur(150px);
  width: 160px;
  height: 160px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 42%;
}

.purple-gradient.grad-10 {
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 11%;
}

.purple-gradient.grad-4 {
  filter: blur(150px);
  width: 200px;
  height: 200px;
  top: 8%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-5 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 27%;
  left: 9%;
  right: auto;
}

.purple-gradient.grad-6 {
  filter: blur(200px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #90f 36%, #000);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 0%;
}

.purple-gradient.grad-9 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 26%;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 36%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-14 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 19%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-13 {
  background-color: #be43e4;
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -35%;
  left: -8%;
  right: auto;
}

.purple-gradient.grad-14 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.purple-gradient.grad-15 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -36%;
  left: auto;
  right: -13%;
}

.purple-gradient.grad-16 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 60%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.purple-gradient.grad-17 {
  width: 200px;
  height: 200px;
  top: 26%;
  bottom: auto;
  left: auto;
  right: 37%;
}

.purple-gradient.grad-18 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 60%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.purple-gradient.grad-20 {
  opacity: .8;
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-21 {
  border-radius: 60%;
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-gradient.grad-22 {
  opacity: .7;
  filter: blur(130px);
  width: 200px;
  height: 200px;
  top: 12%;
  bottom: auto;
  left: 40%;
  right: auto;
}

.purple-gradient.grad-31 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 36%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-35 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 25%, #086efc 49%, var(--primary-blue) 64%, var(--primary-color) 77%);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 4%;
}

.purple-gradient.grad-36 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 33%, #086efc 49%, #ff00e5 52%, var(--primary-color) 77%);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.purple-gradient.grad-40 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 25%, #086efc 49%, var(--primary-blue) 64%, var(--primary-color) 77%);
  width: 300px;
  height: 300px;
  top: 34%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.purple-gradient.grad-42 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 33%, #086efc 49%, #ff00e5 52%, var(--primary-color) 77%);
  width: 300px;
  height: 300px;
  top: 22%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-45 {
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 11%;
}

.purple-gradient.grad-46 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 26%;
  left: 1%;
  right: auto;
}

.purple-gradient.grad-47 {
  filter: blur(200px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to top, #90f 36%, #000);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 26%;
  left: auto;
  right: 1%;
}

.purple-gradient.grad-48 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 27%;
  left: 9%;
  right: auto;
}

.purple-gradient.g-50 {
  left: 1%;
}

.purple-gradient.grad-60 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.purple-gradient.grad-64 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
}

.purple-gradient.grad-67 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 47%;
  left: auto;
  right: 15%;
}

.purple-gradient.grad-68 {
  filter: blur(150px);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -56%;
  left: auto;
  right: 10%;
}

.purple-gradient.grad-70 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.purple-gradient.grad-77, .purple-gradient.grad-80 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 36%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.purple-gradient.grad-16-new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 19%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.purple-gradient.grad-17new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 18%;
}

.purple-gradient.grad-24new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 19%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.purple-gradient.gr-1 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 29%;
  left: auto;
  right: 0%;
}

.purple-gradient.gr-2 {
  background-color: #be43e4;
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 19%;
  left: 0%;
  right: auto;
}

.purple-gradient.gr-3 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.purple-gradient.l-1 {
  top: auto;
  bottom: 21%;
  left: 20%;
  right: auto;
}

.purple-gradient.l-3 {
  filter: blur(150px);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#90f, #e427a5);
  width: 200px;
  height: 200px;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.purple-gradient._w-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -10%;
  left: 4%;
  right: auto;
}

.purple-gradient.n-2 {
  width: 300px;
  height: 300px;
  top: 12%;
  left: 14%;
}

.purple-gradient.f-3 {
  width: 300px;
  height: 300px;
  top: 7%;
  left: 9%;
}

.purple-gradient.c1-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 36%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.purple-gradient.c2-1 {
  background-color: #be43e4;
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 19%;
  left: 0%;
  right: auto;
}

.purple-gradient.c2-2 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 29%;
  left: auto;
  right: 0%;
}

.purple-gradient.h-3 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.purple-gradient.d-3 {
  width: 300px;
  height: 300px;
  top: 6%;
}

.purple-gradient.d-5 {
  width: 300px;
  height: 300px;
  top: 19%;
}

.purple-gradient.d-6 {
  width: 300px;
  height: 300px;
  top: 33%;
}

.purple-gradient.d-7 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 2%;
}

.purple-gradient.d-11 {
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 28%;
  left: auto;
  right: 69%;
}

.purple-gradient._w-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-color) 40%, #086efc 75%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 31%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.purple-gradient.grad-29 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#a11eda 40%, #086efc 75%, #3f0efa);
  width: 300px;
  height: 300px;
  top: 36%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.purple-gradient.grad-7 {
  filter: blur(100px);
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #000, #90f 68%);
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 6%;
  left: auto;
  right: 39%;
}

.purple-gradient.grad-15new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#a11eda 40%, #086efc 75%, #3f0efa);
  width: 300px;
  height: 300px;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.purple-gradient.grad-14new {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#a11eda 40%, #086efc 75%, #3f0efa);
  width: 300px;
  height: 300px;
  top: 19%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.btn-text {
  font-size: 35px;
}

.blur-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .05);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-header-2 {
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-bottom-color: rgba(255, 255, 255, .1);
}

.cart-quantity-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: auto;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  font-weight: 400;
  line-height: 1px;
  display: flex;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-icon-2 {
  color: #000;
  font-size: 16px;
  display: block;
}

.nav-dropdown-icon-2.white-home-5-icon {
  display: none;
}

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

.right-header-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.your-cart-icon {
  filter: invert();
}

.grid-title-2 {
  color: #fff;
  background-color: #90f;
  border-left: 1px rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title-2.first-grid {
  background-color: #90f;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, .1);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

.nav-dropdown-item-link {
  color: #fff;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-item-link:hover {
  color: #90f;
  margin-left: 0;
}

.nav-dropdown-item-link.w--current, .nav-dropdown-item-link.w--current:hover {
  color: #90f;
}

.h2-tablet-2 {
  font-size: 45px;
}

.nav-fixed-menu {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.secondary-gradient-button {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

.secondary-gradient-button:hover {
  opacity: .7;
}

.secondary-gradient-button.blog-pagination {
  border-style: none;
  min-width: 130px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.grid-system-2 {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.border-wrap-3 {
  display: flex;
}

.cart-footer-2 {
  border-top-color: var(--white-10);
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.dropdown-header-item {
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 15px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item:hover {
  opacity: .5;
}

.dropdown-header-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

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

.image-order {
  object-fit: cover;
  border-radius: 6px;
  height: 60px;
  transition: all .4s;
}

.image-order:hover {
  border-radius: 12px;
}

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

.menu-item-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-hide {
  display: none;
}

.megamenu-dropdown-wrapper-2 {
  justify-content: center;
  display: flex;
}

.white-style-guide-2 {
  background-color: #fff;
  width: 75px;
  height: 75px;
}

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

.h5-mobile-2 {
  font-size: 22px;
}

.nav-intro-item {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.cart-product-name {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-container {
  background-color: var(--dark-gray-2);
  box-shadow: none;
  border-radius: 12px;
}

.apple-play {
  border-radius: 12px;
  height: 47px;
}

.primary-gradient-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button:hover {
  opacity: .7;
}

.primary-gradient-button.full-width {
  width: 100%;
}

.primary-gradient-button.blog-pagination {
  border-style: none;
  min-width: 130px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.primary-gradient-button.form-btn {
  position: absolute;
  top: 6.5px;
  bottom: auto;
  left: auto;
  right: 6.5px;
}

.primary-gradient-button.search-form-btn {
  min-width: 140px;
  position: absolute;
  top: 6.5px;
  bottom: auto;
  left: auto;
  right: 6.5px;
}

.primary-gradient-button.order-summary-btn {
  margin-bottom: 0;
}

.nav-dropdown-list-4 {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list-4.portfolio-details.w--open {
  width: 260px;
}

.nav-dropdown-list-4.megamenu {
  width: 460px;
  left: -110px;
}

.nav-dropdown-list-4.megamenu.w--open {
  opacity: 0;
}

.brand-logo {
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

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

.brand-logo.w--current {
  transition-property: opacity;
}

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

.brand-logo.black-logo {
  width: auto;
  min-width: 65px;
  height: 24px;
}

.dropdown-menu-3 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tablet-menu-4 {
  display: none;
}

.link-with-icon-2 {
  display: flex;
}

.no-item {
  color: #fff;
}

.logo-ersti {
  object-fit: cover;
  width: 100%;
  min-width: 65px;
  max-width: none;
  height: 24px;
}

.remove {
  color: var(--primary-color);
  text-decoration: none;
  transition: color .3s;
}

.remove:hover {
  color: #fff;
}

.logo-ersti-tablet {
  width: auto;
  max-width: none;
  height: 20px;
}

.black-style-guide-2 {
  background-color: var(--black);
  border: 1px solid rgba(255, 255, 255, .1);
  width: 75px;
  height: 75px;
}

.h1-tablet-2 {
  font-size: 55px;
}

.cart-price {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 15px;
}

.product-content {
  align-items: flex-start;
}

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

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

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

.cart-button-item {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 8px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item:hover {
  color: #90f;
}

.line {
  background-image: linear-gradient(225deg, rgba(63, 14, 250, .2), rgba(153, 0, 255, .2));
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.megamenu-dropdown-wrap {
  width: 50%;
}

.h1-mobile-2 {
  font-size: 45px;
}

.paragraph-small {
  font-size: 15px;
}

.option-list {
  display: none;
}

.nav-dropdowm-link-line-3 {
  opacity: .7;
  background-color: #90f;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.blue-gradient {
  filter: blur(150px);
  background-color: #3f0efa;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blue-gradient.sg {
  bottom: 48%;
  right: 23%;
}

.blue-gradient.grad-1 {
  top: auto;
  bottom: 13%;
  left: auto;
  right: 0%;
}

.blue-gradient.g-8 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 20%;
  left: 47%;
  right: auto;
}

.blue-gradient.g-10 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blue-gradient.g-12 {
  bottom: 16%;
}

.blue-gradient.g-30 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 20%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.blue-gradient.g-32 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: -13%;
  left: auto;
  right: 2%;
}

.blue-gradient.g-33 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: -22%;
  left: auto;
  right: 5%;
}

.blue-gradient.g-34 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 20%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.blue-gradient.g-38 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.blue-gradient.g-39 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.g-49 {
  right: 1%;
}

.blue-gradient.g-61 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: 10%;
  left: 47%;
  right: auto;
}

.blue-gradient.g-65 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.g-66 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: 31%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blue-gradient.g-71 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 35%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.blue-gradient.g-10-copy {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: auto;
  right: 6%;
}

.blue-gradient.g-76 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 20%;
  left: 47%;
  right: auto;
}

.blue-gradient.g-78 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: -42%;
  left: auto;
  right: 6%;
}

.blue-gradient.g-79 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 28%;
  left: 45%;
  right: auto;
}

.blue-gradient.g-70 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blue-gradient.g-80 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  filter: blur(200px);
  width: 400px;
  height: 400px;
  top: auto;
  bottom: 23%;
  left: auto;
  right: -19%;
}

.blue-gradient.g-72 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 28%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.blue-gradient.g-21 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.g-22 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 14%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.blue-gradient.g-777 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: auto;
  right: 25%;
}

.blue-gradient.g-222 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 13%;
}

.blue-gradient.g-90 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 40%;
  left: 42%;
  right: auto;
}

.blue-gradient.gr-4 {
  bottom: 35%;
  right: -8%;
}

.blue-gradient.l-2 {
  bottom: 13%;
}

.blue-gradient.s-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 22%;
}

.blue-gradient.s-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 40%;
  left: 23%;
  right: auto;
}

.blue-gradient.s-3, .blue-gradient.s-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 0%;
  left: 16%;
  right: auto;
}

.blue-gradient.s-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 40%;
  left: 23%;
  right: auto;
}

.blue-gradient.s-5 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 7%;
  left: auto;
  right: 22%;
}

.blue-gradient.s-6, .blue-gradient.s-10 {
  top: 18%;
  bottom: auto;
  left: auto;
  right: 16%;
}

.blue-gradient.d-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.blue-gradient.d-3 {
  top: 37%;
  bottom: auto;
  left: auto;
  right: 16%;
}

.blue-gradient._w-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: auto;
  right: 22%;
}

.blue-gradient._w-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: 14%;
  bottom: auto;
  left: auto;
  right: 21%;
}

.blue-gradient.n-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 38%;
  left: auto;
  right: 41%;
}

.blue-gradient.n-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.f-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 11%;
  bottom: auto;
  left: auto;
  right: 9%;
}

.blue-gradient.f-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 21%;
  left: auto;
  right: 30%;
}

.blue-gradient.p2-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 200px;
  height: 200px;
  top: auto;
  bottom: 18%;
  left: auto;
  right: 13%;
}

.blue-gradient.c-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: -11%;
  left: auto;
  right: 7%;
}

.blue-gradient.c-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.blue-gradient.c1-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: -13%;
  left: auto;
  right: 2%;
}

.blue-gradient.c1-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 20%;
  bottom: auto;
  left: 19%;
  right: auto;
}

.blue-gradient.h-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blue-gradient.h-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: auto;
  bottom: 33%;
  left: auto;
  right: 30%;
}

.blue-gradient.d-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.d-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: 9%;
  bottom: auto;
  left: auto;
  right: 32%;
}

.blue-gradient.d-4 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: 24%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.blue-gradient.d-8 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: auto;
  bottom: -4%;
  left: 17%;
  right: auto;
}

.blue-gradient.d-9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: auto;
  bottom: 32%;
  left: 73%;
  right: auto;
}

.blue-gradient.d-10 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 250px;
  height: 250px;
  top: auto;
  bottom: 23%;
  left: 55%;
  right: auto;
}

.blue-gradient._w-1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -7%;
  left: 16%;
  right: auto;
}

.blue-gradient._w-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), #ff00c3 26%, var(--primary-color) 65%, var(--primary-blue));
  top: 15%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.blue-gradient.g-44 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3f0efa, #ff00c3 26%, #a11eda 65%, #3f0efa);
  width: 240px;
  height: 240px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.blue-gradient.g-27 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3f0efa, #ff00c3 26%, #a11eda 65%, #3f0efa);
  top: auto;
  bottom: -11%;
  left: auto;
  right: 11%;
}

.blue-gradient.g-77 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3f0efa, #ff00c3 26%, #a11eda 65%, #3f0efa);
  width: 300px;
  height: 300px;
  top: auto;
  bottom: -28%;
  left: auto;
  right: 35%;
}

.blue-gradient.g-9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3f0efa, #ff00c3 26%, #a11eda 65%, #3f0efa);
  top: 14%;
  bottom: auto;
  left: 26%;
  right: auto;
}

.blue-gradient.g-28 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#3f0efa, #ff00c3 26%, #a11eda 65%, #3f0efa);
  width: 500px;
  height: 800px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 26%;
}

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

.primary-button-icon {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #00ccbf;
  border: 1px solid #96f9f2;
  border-radius: 5px;
  justify-content: space-between;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .35s;
  display: flex;
}

.primary-button-icon:hover {
  background-color: rgba(0, 204, 191, .3);
  border-color: rgba(0, 0, 0, 0);
}

.primary-button-icon.lightbox-btn {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: 0;
  position: relative;
}

.stream-title {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.slider-con {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.blogl-right-wrapper {
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.footer-rights-2 {
  grid-column-gap: 5px;
  color: rgba(255, 255, 255, .5);
  line-height: 1.5em;
  display: flex;
}

.dashboard-wrap {
  z-index: 90;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  margin-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dashboard-wrap.home-4 {
  margin-top: 0;
}

.white-description {
  color: #fff;
}

.white-description.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button-white-text {
  z-index: 50;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.project-arrow {
  object-fit: cover;
  width: auto;
}

.services-step-description {
  margin-top: 0;
  margin-bottom: 0;
}

.video-section {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.dashboard {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  border: 40px solid rgba(255, 255, 255, .05);
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, .1);
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-arrow {
  background-color: #222;
  border: 1px rgba(255, 255, 255, .1);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.link-icon-red {
  z-index: 100;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.gradient-con {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-con.banner {
  bottom: 100px;
}

.gradient-con.banner--5 {
  min-height: 170vh;
  bottom: 100px;
  overflow: hidden;
}

.gradient-con.comming-soon {
  z-index: -1;
  bottom: 100px;
}

.gradient-con.search-page {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100px;
  overflow: hidden;
}

.gradient-con.about-us {
  z-index: -1;
}

.gradient-con.banner {
  flex: 0 auto;
  bottom: 100px;
}

.line-4 {
  opacity: .4;
  background-image: linear-gradient(#90f, #3f0efa 25%, #3f0efa 69%, #90f);
  width: 1px;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-price-item {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 30px;
  transition: all .35s;
}

.hero-price-item:hover {
  box-shadow: 1px 0 20px rgba(255, 255, 255, .25);
}

.price-fill-circle {
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

.steps-circle {
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-sticky-card {
  z-index: 30;
  grid-row-gap: 40px;
  box-shadow: none;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  height: 670px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  overflow: visible;
}

.image-3 {
  object-fit: cover;
  width: auto;
  height: auto;
  display: none;
}

.steps-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.facts-wrap {
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

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

.saas-lottie {
  z-index: 80;
  width: auto;
  height: 170%;
  position: absolute;
  bottom: -97px;
}

.tasks-row-last {
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  height: 100%;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.rewiews-par, .no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.white {
  color: var(--white);
}

.steps-tracker {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.video-content {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.large-blog-item {
  height: 100%;
}

.container-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feedback-photo {
  background-image: url('../images/Member-Photo-Close-up_1Member-Photo-Close-up.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feedback-photo.photo-4 {
  background-image: url('../images/Member-Photo-Close-up-2_1Member-Photo-Close-up-2.webp');
}

.feedback-photo.photo-6 {
  background-image: url('../images/Member-Photo-Close-up-3_1Member-Photo-Close-up-3.webp');
}

.feedback-photo.photo-3 {
  background-image: url('../images/Member-Photo-Close-up-6_1Member-Photo-Close-up-6.webp');
}

.feedback-photo.photo-5 {
  background-image: url('../images/Member-Photo-Close-up-12_1Member-Photo-Close-up-12.webp');
}

.feedback-photo.photo-2 {
  background-image: url('../images/Member-Photo-Close-up-5_1Member-Photo-Close-up-5.webp');
}

.video-content-wrapper {
  align-items: flex-end;
  width: 100vw;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
}

.button-pricing-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.base-container-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.base-container-3.full {
  max-width: none;
}

.base-container-3.pos-relative {
  z-index: 70;
  z-index: 70;
  position: relative;
}

.video-hero-wrap {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.feedback-main-wrapper {
  padding-left: 20px;
  display: flex;
}

.white-color {
  color: #fff;
}

.about-saas-company-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.toggle-bg {
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-wrapper {
  z-index: 25;
  position: relative;
  overflow: hidden;
}

.title-services {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.slider-hero-mask {
  color: rgba(0, 0, 0, 0);
  width: 290px;
  height: 100%;
}

.anchor-list {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.h2-title {
  margin-top: 0;
  margin-bottom: 0;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 12px;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
}

.tasks-con {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 420px;
  display: grid;
}

.task-slider {
  color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 30px;
}

.about-company-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
}

.background-video {
  z-index: 5;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.padding-wrapper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.toggle-bg-mo {
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.facts-bottom {
  grid-row-gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 20px;
  display: flex;
}

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

.price-plan {
  margin-top: 0;
  margin-bottom: 0;
}

.our-blog-container {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  box-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.steps-dot {
  z-index: 10;
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.line-1 {
  opacity: .4;
  background-image: linear-gradient(#90f, #3f0efa 25%, #3f0efa 69%, #90f);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.btn-wrapper.mt-40 {
  margin-top: 40px;
}

.hero-stream-right {
  z-index: 2;
  background-image: linear-gradient(225deg, #90f, #3f0efa);
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.based-on {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-footer-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-stream-con {
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.h3-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.section-our-services {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.color-link-wrapper {
  overflow: hidden;
}

.plan-type {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
}

.video-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.steps-circle-outline {
  background-color: #000;
  border: 2px solid #90f;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.facts-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 20px;
  display: flex;
}

.large-item {
  height: 100%;
}

.subtitle-galleries-details {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.home-2-service-item {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-5-51);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  transition: all .35s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.home-2-service-item:hover, .home-2-service-item.hero-services {
  border-color: rgba(255, 255, 255, .5);
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.home-2-service-item.hero-services:hover {
  border-color: rgba(255, 255, 255, .1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.licensing-link {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.center-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-bottom: 60px;
  display: flex;
}

.center-wrap.small-wrap {
  width: 530px;
}

.saas-image-wrapper {
  object-fit: cover;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-left: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.steps-description {
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.facts-description {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.star-icon {
  object-fit: cover;
  width: auto;
  height: 20px;
}

.star-icon.mini {
  height: 16px;
}

.footer-copyright-2 {
  color: rgba(255, 255, 255, .5);
  margin-bottom: 0;
  line-height: 1.5em;
}

.save-monay {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
}

.title-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 650px;
  margin-right: auto;
  display: flex;
}

.tab-title-2 {
  z-index: 25;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.steps-card {
  background-color: #222;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  padding: 24px;
  display: flex;
  position: relative;
}

.toggle-price {
  grid-column-gap: 6px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.saas-info-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-stream-left {
  z-index: 55;
  width: 480px;
}

.feedback-wrapper {
  background-image: linear-gradient(135deg, #9558bc 12%, #3f0efa);
  border-radius: 100%;
  width: 55px;
  height: 55px;
  margin-left: -20px;
  position: relative;
}

.price-description {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.contact-us-footer-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 17px;
  transition: all .5s;
}

.contact-us-footer-input:focus {
  border: 1px #2a8bac;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}

.contact-us-footer-input::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 17px;
}

.contact-us-footer-input.mb-20 {
  margin-bottom: 20px;
}

.collection-list-wrapper-3 {
  border-radius: 20px;
  width: 60%;
}

.anchor-link {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: background-color .5s, padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.anchor-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 24px;
  padding-right: 24px;
}

.fact-number {
  margin-top: 0;
  margin-bottom: 0;
}

.description-services {
  margin-bottom: 0;
}

.home-1-banner {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-price-item-pro {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 12px;
  padding: 30px;
  transition: all .35s;
  box-shadow: 0 0 20px rgba(245, 245, 245, .25);
}

.hero-price-item-pro:hover {
  box-shadow: 1px 0 20px rgba(255, 255, 255, 0);
}

.companions-logo {
  opacity: .4;
  object-fit: cover;
  max-width: none;
  height: 34px;
  transition: opacity .35s;
  display: inline;
}

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

.fun-facts-text {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
}

.video-ov {
  z-index: 10;
  background-color: rgba(0, 0, 0, .65);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .05));
  height: 110%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icons-wrapper {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 25px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.grid-items-services {
  z-index: 90;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.fun-facts {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.about-saas-wrap-left {
  z-index: 90;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  display: flex;
  position: relative;
}

.steps-card-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: flex;
}

.home-1-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.sticky-lottie {
  z-index: 55;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-space {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  width: 100%;
  margin-top: 80px;
  padding: 12px;
}

.item-hover-details {
  background-image: linear-gradient(#000 40%, rgba(153, 0, 255, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-copyright-link-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

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

.price-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
}

.about-our-package {
  margin-top: 0;
  margin-bottom: 40px;
}

.about-our-package.list {
  margin-bottom: 30px;
}

.steps-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.link-icon-white {
  z-index: 10;
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 24px;
  height: 25px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 15px;
  padding-top: 15px;
}

.line-animation {
  background-color: var(--white-10);
  align-items: flex-end;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tasks-row {
  background-color: rgba(255, 255, 255, .05);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 75%, #000), url('../images/2-1.png');
  background-position: 0 0, 50% 113%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 87%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 30px;
}

.steps-icon {
  z-index: 10;
  color: #fff;
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

.tasks-row-color {
  background-image: linear-gradient(225deg, #90f, #3f0efa);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.companions-logo-loop {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.main-description {
  margin-top: 30px;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.hero-banner-description {
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
}

.colors-container-3 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 50px;
  display: flex;
}

.middle-style-spacing-desktop-3 {
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.h2-mobile-3 {
  font-size: 35px;
}

.primary-dark-style-guide-3 {
  background-color: var(--primary-blue);
  width: 75px;
  height: 75px;
}

.banner-title-3 {
  color: #fff;
  text-align: center;
}

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

.h4-mobile-3 {
  font-size: 25px;
}

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

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

.h3-mobile-3 {
  font-size: 30px;
}

.large-blog-image {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-post-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  background-image: linear-gradient(#222 19%, #000);
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-height: 150px;
  margin-bottom: -60px;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .5s;
}

.blog-title:hover {
  color: #90f;
}

.blog-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-right-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.large-blog-post {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.category-tag {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.category-tag:hover {
  opacity: .7;
  transform: scale(.95);
}

.large-blog-content {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.body-display {
  margin-top: 0;
  margin-bottom: 20px;
}

.blog-post-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(120px, .5fr) 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 12px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.blog-post-list-item:hover {
  box-shadow: 0 6px 24px -4px rgba(53, 64, 117, .12);
}

.blog-list-image {
  border-radius: 6px;
  height: 100%;
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.journal-list-item-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.news-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.item-blog-category {
  color: #fff;
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 12px;
  display: flex;
}

.recent-blog-name {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.data-blog {
  color: rgba(255, 255, 255, .5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.acout-link, .forgot-password-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.banner-content-sign-up {
  z-index: 90;
  position: relative;
}

.large-main-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.large-main-section.sign-up {
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}

.link-sign-up {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

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

.success-message-transparent {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.regiester-info {
  grid-column-gap: 10px;
  color: var(--white-50);
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-form {
  z-index: 100;
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 45%;
  padding: 40px 30px;
  position: relative;
}

.form-2 {
  flex-direction: column;
  display: flex;
}

.forgot-password-text {
  grid-column-gap: 10px;
  color: var(--white-50);
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-paragraph-sign-up {
  color: #fff;
  width: 98%;
  margin-bottom: 0;
}

.form-block-2 {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.banner-title-sign-up {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
}

.lower-layer {
  z-index: 1;
  background-color: rgba(0, 204, 191, .3);
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 20px;
  bottom: -20px;
  left: -20px;
  right: 20px;
}

.sign-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-bottom: 40px;
  display: flex;
}

.form-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.feedback-panel {
  width: 100%;
}

.avatar-tab {
  border: 1px solid var(--white-5-51);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 15px;
}

.avatar-tab:hover {
  background-color: var(--white-5-51);
}

.avatar-tab.w--current {
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.avatar-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  width: auto;
  display: flex;
}

.avatar-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.avatar-position {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.avatar-photo {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 60px;
  height: 60px;
}

.avatar-photo.avatar-2 {
  background-image: url('../images/Avatar-2_1Avatar 2.webp');
}

.avatar-photo.avatar-3 {
  background-image: url('../images/Avatar-3_1Avatar 3.webp');
}

.avatar-photo.avatar-4 {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
}

.avatar-info {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.avatars-tab-menu {
  grid-column-gap: 15px;
  justify-content: space-between;
  display: flex;
}

.avatar-main-feedback {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-avatar-info {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.avatar-top-name {
  margin-top: 0;
  margin-bottom: 0;
}

.avatar-top-position {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

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

.feedback-left {
  width: 55%;
}

.feedback-right {
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 45%;
  height: 540px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.hero-feedback {
  color: var(--white);
  margin-top: 60px;
  font-size: 22px;
  font-weight: 500;
}

.avatars-tab-content {
  margin-bottom: 80px;
}

.feedback-photo-right {
  z-index: 80;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feedback-photo-right.photo-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-2_1Avatar 2.webp');
}

.feedback-photo-right.photo-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-3_1Avatar 3.webp');
}

.feedback-photo-right.photo-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-4_1Avatar 4.webp');
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.wave-one {
  background-color: rgba(63, 14, 250, .2);
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overlay {
  background-color: rgba(21, 27, 25, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  background-color: rgba(15, 19, 38, .35);
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-button-overlay {
  z-index: 25;
  background-color: rgba(0, 0, 0, .6);
  align-items: flex-start;
  width: 200vw;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -25vw;
  right: 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed rgba(255, 255, 255, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.hero-video-button {
  z-index: 25;
  border: 1px rgba(192, 192, 211, .2);
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-icon {
  filter: none;
}

.video-icon-wrapper {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.wave-two {
  background-color: rgba(153, 0, 255, .1);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-video-popup {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flyout-overlay {
  cursor: pointer;
  background-color: rgba(21, 27, 25, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-video-wrapper {
  z-index: 1000;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 60vw;
  padding: 6px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.youtube {
  border-radius: 12px;
  overflow: hidden;
}

.close-link {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 36px;
  font-size: 12px;
  text-decoration: none;
  transition-property: opacity;
  display: grid;
  position: absolute;
  top: auto;
  bottom: -48px;
  left: auto;
  right: auto;
}

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

.close-img {
  filter: invert();
}

.close-text {
  letter-spacing: .2em;
}

.lines-wrap {
  z-index: 5;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.form-3 {
  flex-direction: column;
  display: flex;
}

.error-message-white {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
}

.error-message-white.order-summary {
  margin-bottom: 0;
}

.blog-light-ov {
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-grid-2 {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-grid {
  grid-row-gap: 25px;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.form-submit {
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-submit-result-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.appstore__link {
  border: .0625rem solid rgba(20, 23, 49, .15);
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 10.125rem;
  height: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.form-submit-result {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 13px;
  display: flex;
  overflow: hidden;
}

.social-link {
  border: .0625rem solid rgba(20, 23, 49, .15);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.social-link:hover {
  color: #fff;
}

.arrow-wrap {
  z-index: 1;
  background-color: var(--white);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all .3s;
  display: flex;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 0%;
}

.footer-description {
  text-align: left;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 50px;
}

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

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

.footer-project-link.large-size {
  font-size: 14px;
}

.footer-top-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-con {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-info {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.links-container {
  grid-column-gap: 60px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-form {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-form.borders {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.form-wrap {
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
}

.footer-hero-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  margin-bottom: 0;
  display: flex;
}

.form-icon {
  flex: none;
  width: auto;
  max-width: none;
  height: 13px;
  display: block;
}

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

.links-socials {
  justify-content: space-between;
  display: flex;
}

.social-networks {
  z-index: 10;
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-socials {
  z-index: 90;
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
  position: relative;
}

.footer-center {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.app-wrap {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.footer-white-paradraph {
  color: rgba(255, 255, 255, .7);
  width: 90%;
  margin-top: 15px;
  margin-bottom: 30px;
}

.app-img {
  object-fit: cover;
  width: auto;
  height: auto;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.app-btn {
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 15px 25px;
}

.stay-connect {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-footer {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
  font-size: 17px;
  transition: all .5s;
}

.input-footer:focus {
  border: 1px #2a8bac;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}

.input-footer::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 17px;
}

.input-footer.mb-0 {
  border-bottom-color: rgba(255, 255, 255, .2);
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.input-footer.mb-0::placeholder {
  color: rgba(255, 255, 255, .7);
}

.bottom-line {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-footer-line {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-2-right {
  opacity: .4;
  background-image: linear-gradient(#90f, #3f0efa 25%, #3f0efa 69%, #90f);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.new-footer-ersti {
  background-image: linear-gradient(135deg, var(--primary-color) 15%, var(--primary-blue));
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.footer-ov {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-l-1 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-l-2 {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer-l-3 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-l-4 {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.grow-count-numb {
  margin-top: 0;
}

.grow-graph-bg {
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url('../images/graph_grow-bg-1_1graph_grow-bg 1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0;
  right: auto;
}

.grow-columns {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.anim-wrap {
  overflow: hidden;
}

.grow-graph-line-val {
  z-index: 1;
  opacity: 0;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: .02em;
  white-space: nowrap;
  background-image: url('../images/graph_grow-val.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  min-width: 64px;
  padding: 4px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
  top: -10px;
}

.grow-graph-line-bg {
  z-index: 0;
  opacity: 0;
  background-image: linear-gradient(rgba(239, 235, 231, 0), rgba(239, 235, 231, .3));
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grow-count-columns {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.grow-col.mod--2 {
  max-width: 350px;
}

.grow-col.mod-1 {
  flex: 1;
}

.grow-graph-line {
  z-index: 1;
  border-left: 4px solid var(--white);
  background-image: linear-gradient(rgba(239, 235, 231, 0), rgba(239, 235, 231, .3));
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 100%;
  display: flex;
  position: relative;
}

.grow-graph-line.mod--1, .grow-graph-line.mod--3, .grow-graph-line.mod--5 {
  max-height: 99px;
}

.grow-graph-line.mod--7 {
  background-image: linear-gradient(rgba(239, 235, 231, 0), rgba(239, 235, 231, .3));
}

.grow-graph-line.mod--6 {
  max-height: 147px;
}

.grow-graph-line.mod--4 {
  max-height: 51px;
}

.grow-count-col {
  width: auto;
}

.grow-count-p {
  margin-bottom: 0;
}

.grow-graph-wrap {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 12px;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 80px 80px 45px 103px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.business-statistics {
  width: 100%;
}

.business-statistics-right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grow-text, .grow-description {
  margin-top: 0;
  margin-bottom: 0;
}

.lottie-graph {
  z-index: 90;
  filter: brightness(500%);
  flex: none;
  width: 73%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 36.5px;
  left: auto;
  right: auto;
}

.about-img-small {
  z-index: 2;
  border: 1px solid var(--white-20);
  background-color: var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: auto;
  height: auto;
  padding: 12px;
  display: block;
  position: absolute;
  box-shadow: -4px 5px 2.5rem rgba(171, 171, 171, .2);
}

.about-img-small.mod--1 {
  background-color: var(--white-20);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: auto;
  padding: 12px;
  top: 38px;
  bottom: auto;
  left: -34px;
  right: auto;
}

.about-img-small.mod--2 {
  top: 217px;
  bottom: auto;
  left: -50px;
  right: auto;
}

.card {
  z-index: 1;
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #141731;
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  min-height: 300px;
  transition-property: none;
  display: flex;
  position: relative;
}

.card.mod--6 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-style: none;
}

.card.mod--2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(301deg, var(--primary-color), var(--primary-blue) 100%, var(--primary-blue));
  border-style: none;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.medium-stacked-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: flex;
}

.list-grid {
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.grid-blog-wrapper {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.stacked-heading {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.list-content-wrapper {
  border-left: 1px solid var(--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  padding-left: 50px;
  display: flex;
}

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

.half-blog-wrapper {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.blog-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-blog-content {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.body-blog-display {
  color: var(--white-50);
  letter-spacing: 0;
  text-transform: none;
}

.sticky-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 35%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.blog-content {
  width: 50%;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.blog-name {
  color: #fff;
  letter-spacing: 0;
  width: 500px;
  display: inline-block;
  position: relative;
}

.list-blog-item {
  border-bottom: 1px solid var(--white-20);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-owerlay {
  z-index: 10;
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-blog-posts {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.description {
  color: var(--white-50);
  letter-spacing: 0;
  text-transform: none;
  width: 90%;
  font-size: 17px;
  font-weight: 400;
}

.blog-info-title {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.blog-image-container {
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.blog-container:hover {
  opacity: 1;
}

.subtitle-data-blog {
  color: #fff;
  font-weight: 400;
}

.section-news {
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.icon-hidden {
  display: none;
}

.pagination {
  grid-column-gap: 20px;
  align-items: flex-end;
}

.btn-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #233053;
  border-radius: .625rem;
  padding: 1rem 2rem;
  font-weight: 700;
  transition: all .2s;
  overflow: hidden;
  transform: translate(0);
}

.btnbig {
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  position: relative;
}

.introd-ava-play {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 20px rgba(34, 43, 64, .12);
}

.introd-ava-play-hover {
  z-index: 0;
  background-color: var(--white);
  opacity: .35;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ava-img {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 100%;
  width: 130px;
  height: 130px;
}

.ava-img:hover {
  outline-color: var(--primary-color);
  outline-width: 3px;
}

.introd-col {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.play-icon {
  z-index: 1;
  height: 13px;
  position: relative;
}

.introd-ava-wrap {
  width: 133px;
  height: 133px;
  transition-property: none;
  position: relative;
}

.line-3-bottom {
  opacity: .4;
  background-image: linear-gradient(#90f, #3f0efa 25%, #3f0efa 69%, #90f);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ava-bg {
  background-color: var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  display: flex;
}

.line-animation-home-2 {
  z-index: 90;
  background-color: var(--white-20);
  align-items: flex-end;
  width: 100%;
  max-width: 994px;
  height: 1px;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.main-subtitle {
  color: #712fff;
  text-transform: capitalize;
}

.business-slide-arrow {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #e4eff3;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  height: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: flex;
  top: auto;
  bottom: 2.25rem;
  left: 8rem;
  right: 0;
  overflow: visible;
}

.business-slide-arrow.right-slide-arrow {
  justify-content: flex-start;
  left: 15rem;
}

.business-slide-arrow.left-slide-arrow {
  left: 0;
  right: 15rem;
}

.container-item-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.slider-container-2 {
  justify-content: center;
  min-height: 90vh;
  display: flex;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business-slide-icon {
  border: 1px solid var(--white-10);
  background-color: var(--white-10);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex;
}

.team-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.image-layer-two {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-intro-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hide-slide-nav {
  display: none;
}

.collection-list-wrapper-7 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-wrap-horizontal {
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 15px rgba(150, 150, 150, .1);
}

.image-fill {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.low-content {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.low-content.right-content-item {
  padding-left: 80px;
  padding-right: 0;
}

.saas-img {
  justify-content: flex-end;
  width: 50vw;
  min-width: 50vw;
  display: flex;
  position: relative;
}

.grid-content-home-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 96rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.for-you {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
}

.slider-section {
  position: relative;
  overflow: hidden;
}

.family-services {
  margin-top: 0;
  margin-bottom: 40px;
}

.slider-home-3-content-fill {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.services-h-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.sticky-description {
  margin-top: 40px;
}

.image-layer-one {
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-legal-work {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-intro-wrap {
  justify-content: space-between;
  display: flex;
}

.content-intro-wrap.busines-slide {
  width: 100%;
}

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.slider-item-content-fill {
  justify-content: center;
  width: 100%;
  display: flex;
}

.business-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.slider-overlay {
  background-color: rgba(0, 0, 0, .5);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .25));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reviews-title {
  color: #fff;
  margin-top: 0;
}

.color-section {
  background-image: linear-gradient(135deg, var(--primary-color) 18%, var(--primary-blue));
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.reviews-text {
  color: #fff;
  width: 97%;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-link-portfolio-details {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link-portfolio-details:hover {
  opacity: 1;
}

.banner-2-description {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.all-numbers {
  flex-direction: column;
  display: flex;
}

.all-numbers.balance-1, .all-numbers.balance-3 {
  margin-right: 10px;
}

.all-numbers.balance-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 10px;
  display: block;
}

.dark-color-ov {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.image-block-left {
  border: 1px solid var(--white-50);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.image-block-left:hover {
  border-color: var(--white-5-51);
  box-shadow: none;
}

.white-left-preloader {
  background-color: #fff;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-heading {
  width: 50%;
}

.red-text {
  color: #ef4444;
}

.text-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.content-block-absolute {
  padding-left: 30px;
  padding-right: 30px;
}

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

.display-horizontal {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-description.maxw-543px {
  width: 42%;
}

.block-absolute {
  background-color: #d10005;
  justify-content: space-between;
  min-width: 725px;
  margin-bottom: -20px;
  padding: 44px 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-bottom {
  z-index: 80;
  grid-column-gap: 80px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

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

.lottie-mobile {
  width: 110%;
  position: absolute;
}

.mobile-menu {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  display: flex;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: auto;
}

.mobile-menu.menu-2 {
  z-index: 90;
  flex: none;
  height: auto;
}

.mobile-menu.top-mobile {
  top: 14%;
}

.mob-nav {
  opacity: .7;
  width: 14px;
  height: 14px;
}

.mob-ava {
  border: 1px solid var(--white-10);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-4_1Avatar 4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.mobile-intro-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.total-balance {
  border-top: 1px solid var(--white-10);
  border-bottom: 1px solid var(--white-10);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.total-balance-num {
  justify-content: center;
  height: 27.5px;
  display: flex;
  overflow: hidden;
}

.balance-number {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.1em;
}

.mob-title {
  border: 1px solid var(--white-10);
  color: rgba(255, 255, 255, .7);
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 4px 10px;
  font-size: 13px;
}

.earnings-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.earning-circle {
  background-image: linear-gradient(135deg, #daa3ff, #7cbbff);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.image-4 {
  filter: saturate(200%);
  object-fit: cover;
  width: auto;
  position: absolute;
}

.earnings-text {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.1em;
}

.small-con {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.earnings-white-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
}

.arrow-small {
  width: 24px;
  height: 24px;
}

.arrow-small-con {
  width: 25px;
  height: 25px;
  position: relative;
}

.about-us-image {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  min-width: 300px;
  height: 100%;
  min-height: 300px;
  max-height: 100%;
  position: relative;
}

.about-us-image.opacity {
  z-index: 1;
  opacity: .25;
  position: relative;
}

.about-us-image.absolute {
  z-index: 90;
  flex: none;
  position: absolute;
}

.arrow-card-wrap {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  overflow: hidden;
}

.arrow-small-con-absolute {
  width: 25px;
  height: 25px;
  position: absolute;
  transform: translate(-25px);
}

.about-us-intro-content {
  grid-row-gap: 8px;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-us-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.connecting {
  z-index: 0;
  width: 11.87rem;
  height: auto;
  position: absolute;
  top: -7.5rem;
  bottom: 0%;
  left: -7.4rem;
  right: 0%;
}

.charts-of-statistics {
  z-index: 80;
  opacity: .35;
  flex: none;
  width: 190px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.lottie-graph-2 {
  z-index: 100;
  opacity: .45;
  flex: none;
  height: 25%;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: auto;
}

.section-analytics {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.input-cta {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-size: 17px;
  transition: all .5s;
}

.input-cta:focus {
  border: 1px #2a8bac;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}

.input-cta::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 17px;
}

.banner-title-animation {
  width: 100%;
}

.animation-wrap.top {
  grid-column-gap: 15px;
  justify-content: flex-start;
  display: flex;
}

.home-2-title-animation {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}

.home-2-title-animation.letter-1-top {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00eaff, #b5f 72%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-2-title-animation.letter-2-top {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(352deg, #00eaff, #b5f 20%, #00eaff 104%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-2-title-animation.letter-3-top {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00eaff, #b5f 0%, #b5f 51%, #00eaff 104%);
  -webkit-background-clip: text;
  background-clip: text;
}

.word-animation {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  height: 66px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.letters {
  z-index: 100;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.text-animate {
  color: #fff;
  text-align: center;
  width: 13em;
  font-size: 7em;
  font-weight: 300;
  line-height: 1.2;
}

.all-word {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  height: 400%;
  display: flex;
}

.team-avatar-item {
  z-index: 20;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 58%;
  right: auto;
  overflow: hidden;
}

.small-avatar-item {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 49%;
  right: auto;
  overflow: hidden;
}

.large-team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.large-team-avatar.ava-3 {
  width: 8rem;
  height: 8rem;
  top: 28%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.medium-team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.large-team-avatar {
  width: 7rem;
  height: 7rem;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.team-avatar-item-mini {
  z-index: 20;
  border-radius: 100%;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: 12%;
  right: auto;
  overflow: hidden;
}

.big-team-avatar {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: 34%;
  right: auto;
  overflow: hidden;
}

.card-png-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-person-count-span {
  letter-spacing: .2em;
  text-transform: uppercase;
  flex: none;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.home-4-main-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-home-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.swiper-person {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.banner-paragraph-home-2 {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.hero-columns {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-person-square {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-blue));
  border-radius: 100%;
  width: 58px;
  height: 58px;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero-banner-col.col-1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  display: flex;
  position: relative;
}

.hero-banner-col.col-2 {
  z-index: 0;
  flex: 1;
}

.hero-person-title {
  letter-spacing: 0;
  text-transform: capitalize;
  flex: none;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
}

.hero-person-title.white-person-title {
  letter-spacing: 0;
  text-transform: capitalize;
  opacity: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: 0 auto;
  font-size: 25px;
  line-height: 1.2em;
}

.hero-person-container {
  z-index: 70;
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-person-text-more {
  grid-column-gap: 40px;
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.hero-person-text-more.mod-1 {
  z-index: 100;
  padding-left: 65px;
}

.hero-person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero-person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero-person-text-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 58px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: auto;
  right: -6px;
  transform: rotate(-90deg);
}

.hero-person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero-person-count-title.stroke-white {
  font-size: 38px;
  font-weight: 500;
}

.hero-banner-persons {
  z-index: 0;
  grid-column-gap: 30px;
  justify-content: flex-end;
  height: 590px;
  margin-left: -50px;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-person-gradient {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .8));
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-tablet-banner-persons {
  z-index: 0;
  grid-column-gap: 30px;
  justify-content: flex-end;
  height: 590px;
  display: none;
  position: relative;
}

.hero-person {
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  width: 21%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.hero-person:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.hero-person.mod-1 {
  border-color: var(--primary-color);
  width: 58%;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.hero-person.mod-1:hover {
  border-color: rgba(153, 0, 255, .5);
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.banner-section-home-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.new-banner-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-2-content {
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  display: flex;
}

.left-hero-wrap {
  z-index: 90;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: relative;
}

.right-hero-wrap {
  align-items: flex-end;
  width: 500px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn-banner-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grad-line-wrap {
  text-align: left;
  width: 250px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.grad-line {
  background-image: linear-gradient(#34cefc, #b149f9);
  border-radius: 2px;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.no-credits {
  letter-spacing: .2em;
  font-family: Heebo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
}

.lottie-banner-animation {
  z-index: -1;
  width: 130%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: -9%;
  right: 0%;
}

.team-avatar-2 {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.our-tools {
  background-image: linear-gradient(135deg, var(--primary-color) 18%, var(--primary-blue));
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.running-text {
  letter-spacing: 0;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.running-line {
  grid-column-gap: 60px;
  flex: none;
  align-items: center;
  display: flex;
}

.running-row {
  z-index: 100;
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
  position: relative;
}

.tablet-2-description {
  display: none;
}

.subscribe-form {
  align-items: center;
  width: 550px;
  position: relative;
}

.form-input {
  border: 1px solid var(--primary-color);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 17px;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.form-input:focus {
  border-style: solid;
  border-color: rgba(153, 0, 255, .5);
  padding-left: 30px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.form-input::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.banner-form {
  flex-flow: wrap;
  justify-content: center;
  width: 450px;
  margin-bottom: 0;
  display: flex;
}

.tabs-menu-style {
  z-index: 999;
  grid-column-gap: 6px;
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: -90px;
  margin-right: 70px;
  padding: 6px;
  display: flex;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.tabs-menu-style.left-menu {
  margin-right: 0;
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.background-wrapper {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-grid {
  z-index: 90;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-link {
  justify-content: flex-end;
  align-items: flex-end;
  width: 36px;
  height: 36px;
  display: flex;
}

.hero-link {
  z-index: 100;
  background-color: var(--black);
  color: var(--white);
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.button-text {
  z-index: 20;
  position: relative;
}

.background {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-link-wrapper {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -55px;
}

.stacked-description {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.grid-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.circle-hover-cover {
  background-image: linear-gradient(135deg, var(--primary-color) 13%, var(--primary-blue));
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-outline {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-saas-wrap {
  border: 1px solid var(--white-20);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 900px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.main-background-wrapper {
  z-index: 10;
  background-image: linear-gradient(315deg, var(--primary-blue), var(--primary-color));
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 900px;
  padding-top: 195px;
  padding-bottom: 70px;
  display: grid;
}

.hero-saas-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.hero-left {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 250px;
  height: auto;
  margin-top: -60px;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 60px;
}

.scroll-animation-block {
  margin-top: 100vh;
  padding: 0;
}

.hero-section {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.looping-section {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.banner-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  display: grid;
  overflow: hidden;
  transform: rotate(-3deg);
}

.looping-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 12px;
  display: grid;
}

.looping-separator {
  background-color: var(--white);
  width: 36px;
  height: 1px;
}

.banner-reviews {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner-3-mobi {
  width: 300px;
  height: auto;
}

.image-services-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.services-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.grow-count-3 {
  width: auto;
}

.grow-count-text-3 {
  margin-bottom: 0;
}

.based-on-banner-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.map-container {
  width: 100%;
}

.map-container.mb-60-40 {
  margin-bottom: 60px;
}

.map-container.mt-60-40 {
  margin-top: 60px;
}

.map-item {
  justify-content: space-between;
  width: 100%;
  height: 375px;
  display: flex;
}

.h2-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.circle-ov {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.white-mini-circle {
  z-index: 5;
  box-shadow: 0 0 20px 0 var(--white);
  background-color: #d392ff;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
}

.map-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.map-bg.pricing-2 {
  opacity: .6;
}

.circle-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle-wrapper.circle-15 {
  top: auto;
  bottom: 63%;
  left: auto;
  right: 11%;
}

.circle-wrapper.circle-5 {
  top: 54%;
  bottom: auto;
  left: 1%;
  right: auto;
}

.circle-wrapper.circle-13 {
  top: auto;
  bottom: 77%;
  left: 59%;
  right: auto;
}

.circle-wrapper.circle-3 {
  top: auto;
  bottom: 8%;
  left: 12%;
  right: auto;
}

.circle-wrapper.circle-10 {
  top: 41%;
  bottom: auto;
  left: auto;
  right: 39%;
}

.circle-wrapper.circle-17 {
  top: 58%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-11 {
  top: auto;
  bottom: 91%;
  left: 36%;
  right: auto;
}

.circle-wrapper.circle-12 {
  top: auto;
  bottom: 17%;
  left: auto;
  right: 17%;
}

.circle-wrapper.circle-26 {
  top: 8%;
  bottom: auto;
  left: 31%;
  right: auto;
}

.circle-wrapper.circle-14 {
  top: auto;
  bottom: 57%;
  left: 35%;
  right: auto;
}

.circle-wrapper.circle-22 {
  top: 6%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.circle-wrapper.circle-9 {
  top: 57%;
  bottom: auto;
  left: auto;
  right: 58%;
}

.circle-wrapper.circle-23 {
  top: 26%;
  bottom: auto;
  left: auto;
  right: 55%;
}

.circle-wrapper.circle-24 {
  top: 69%;
  bottom: auto;
  left: 51%;
  right: auto;
}

.circle-wrapper.circle-6 {
  top: 11%;
  bottom: auto;
  left: auto;
  right: 25%;
}

.circle-wrapper.circle-25 {
  top: 23%;
  bottom: auto;
  left: 62%;
  right: auto;
}

.circle-wrapper.circle-8 {
  top: auto;
  bottom: 20%;
  left: auto;
  right: 10%;
}

.circle-wrapper.circle-18 {
  top: 0%;
  bottom: auto;
  left: 53%;
  right: auto;
}

.circle-wrapper.circle-4 {
  top: auto;
  bottom: 82%;
  left: 12%;
  right: auto;
}

.circle-wrapper.circle-19 {
  top: 15%;
  bottom: auto;
  left: 83%;
  right: auto;
}

.circle-wrapper.circle-16 {
  top: 12%;
  bottom: auto;
  left: 49%;
  right: auto;
}

.circle-wrapper.circle-21 {
  top: 48%;
  bottom: auto;
  left: 76%;
  right: auto;
}

.circle-wrapper.circle-2 {
  top: 6%;
  bottom: auto;
  left: 22%;
  right: auto;
}

.circle-wrapper.circle-20 {
  top: 44%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.circle-wrapper.p-1 {
  top: 52%;
  bottom: auto;
  left: auto;
  right: 9%;
}

.circle-wrapper.p-2 {
  top: auto;
  bottom: 15%;
  left: 4%;
  right: auto;
}

.circle-wrapper.p-4 {
  top: auto;
  bottom: 65%;
  left: 4%;
  right: auto;
}

.circle-wrapper.p-6 {
  top: 84%;
  bottom: auto;
  left: auto;
  right: 58%;
}

.circle-wrapper.p-7 {
  top: auto;
  bottom: 6%;
  left: auto;
  right: 29%;
}

.circle-wrapper.p-9 {
  top: auto;
  bottom: 8%;
  left: 12%;
  right: auto;
}

.large-circle {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.large-circle-item {
  background-color: rgba(255, 255, 255, .15);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.white-circle {
  z-index: 5;
  box-shadow: 0 0 20px 0 var(--white);
  background-color: #ce88fd;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.faq-description {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.hover-cover {
  background-color: rgba(142, 165, 182, .05);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.horizontal-faq-line {
  background-color: #fff;
  width: 16px;
  height: 2px;
}

.tab-bottom-content {
  border-top: 1px none var(--white-20);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.tab-bottom {
  border-top: 1px none var(--white-20);
  background-color: var(--white-10);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.vertical-faq-line {
  background-color: #fff;
  width: 2px;
  height: 16px;
  position: absolute;
}

.skills-item {
  border-bottom: 1px solid var(--white-20);
  flex-direction: column;
  display: flex;
}

.skills-item.left-top-last-one {
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.skills-item.left-top-last-one-left {
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: solid;
  border-bottom-color: var(--white-20);
}

.skills-item.left-top {
  border-top: 1px solid var(--white-20);
  border-bottom-style: none;
  border-bottom-color: var(--white-20);
}

.skills-item.last-one {
  border-bottom-style: solid;
  border-bottom-color: var(--white-20);
}

.skills-item.products-top {
  border-top: 1px solid var(--white-20);
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subtitle-faq {
  font-size: 20px;
  line-height: 1.2em;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.horizontal-line-tablet {
  background-color: var(--white-20);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.scroll-link-con {
  justify-content: flex-start;
}

.testimonial-name {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: flex;
}

.slide-nav {
  justify-content: center;
  align-items: flex-end;
  max-width: 450px;
  height: 24px;
  margin-bottom: 60px;
  display: none;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  overflow: visible;
}

.client-avatar {
  border: 1px solid var(--white-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 6px;
  display: flex;
}

.grid-review {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.section-background-wrapper {
  margin: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-hover-cover-2 {
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-hover-cover-2.testimonial-cover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, var(--primary-blue), var(--primary-color));
}

.link-outline-2 {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.mask {
  width: 90%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.slide-arrow-icon-home-4 {
  z-index: 20;
  position: relative;
}

.testimonial-arrow {
  border: 1px none var(--primary-color);
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 120px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -120px;
}

.testimonial-arrow.left {
  padding-left: 120px;
  padding-right: 20px;
  top: 0%;
  bottom: 0%;
  left: -120px;
  right: auto;
}

.avatar {
  background-image: url('../images/Avatar-1_1Avatar 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.ava-2 {
  background-image: url('../images/Avatar-2_1Avatar 2.webp');
}

.avatar.ava-3 {
  background-image: url('../images/Avatar-3_1Avatar 3.webp');
}

.avatar.ava-4 {
  background-image: url('../images/Avatar-4_1Avatar 4.webp');
}

.testimonial-slide {
  width: 100%;
  height: 100%;
}

.white-label {
  border: 1px solid var(--primary-color);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 10px 20px;
  display: none;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.white-label:hover {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.gradient-rotate {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-banner {
  margin-bottom: 40px;
}

.banner-4-reviews {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.grad-line-home-4 {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 2px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.growing-background {
  z-index: 5;
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.seven {
  background-image: url('../images/m1_1m1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  overflow: hidden;
}

.growing-background.eight {
  background-image: url('../images/Dashboard-1_1Dashboard (1).webp');
  background-position: -10% 40px;
  background-repeat: no-repeat;
  background-size: auto 97%;
  overflow: hidden;
}

.growing-background.seven-2 {
  background-image: url('../images/Dashboard-1_1Dashboard (1).webp');
  background-position: 106% 30px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

.growing-background.eight-2, .growing-background.seven-3 {
  background-image: url('../images/3-1_13 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  overflow: hidden;
}

.growing-background.eight-3 {
  background-image: url('../images/Dashboard-1_1Dashboard (1).webp');
  background-position: 70% 50px;
  background-repeat: no-repeat;
  background-size: auto 97%;
  overflow: hidden;
}

.growing-background.seven-4 {
  background-image: url('../images/m1_1m1.webp'), url('../images/3-1_13 (1).webp');
  background-position: 140px 100px, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 85%, 85%;
  overflow: hidden;
}

.growing-background.eight--4 {
  background-image: url('../images/Dashboard-1_1Dashboard (1).webp');
  background-position: 106% -60px;
  background-repeat: no-repeat;
  background-size: auto 97%;
  overflow: hidden;
}

.large-growing-images {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 550px;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

.growing-image {
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  flex: 1;
  width: 40%;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.growing-image:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(153, 0, 255, .65);
}

.growing-image.small {
  flex: 0 auto;
  width: 35%;
  margin-right: 0;
  overflow: hidden;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.left {
  margin-right: 24px;
}

.service-item {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

.button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px rgba(239, 249, 252, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.service-info {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  max-width: 500px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.service-list {
  grid-row-gap: 80px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.blur-bg-dark {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 100%;
}

.services-tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.services-tabs.left-tabs {
  align-items: flex-start;
}

.services-tab {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, rgba(153, 0, 255, .35), rgba(63, 14, 250, .35));
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  transition-duration: .5s;
  display: flex;
}

.services-tab:hover {
  background-image: linear-gradient(135deg, rgba(153, 0, 255, .65), rgba(63, 14, 250, .65));
}

.services-tab.w--current {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.inputs-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.tab-container {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-radio-button {
  z-index: 100;
  border: 1px solid var(--primary-color);
  flex: none;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.tab-radio-button:focus {
  border-color: #ff2a0e;
}

.tab-radio-button.w--redirected-checked {
  background-image: url('../images/V-1_1V-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: rgba(153, 0, 255, .5);
}

.tab-radio-button.w--redirected-focus {
  border-color: rgba(153, 0, 255, .5);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0);
}

.big-form-block {
  z-index: 100;
  margin-bottom: 0;
  position: relative;
}

.radio-button-label {
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2em;
}

.tab-radio-button-field {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.tab-radio-button-field:focus {
  color: #010524;
}

.text-message-field {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 17px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.text-message-field:focus {
  border-color: rgba(153, 0, 255, .5);
  padding-left: 24px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.text-message-field::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.text-message-field.contact-us-3 {
  margin-bottom: 40px;
}

.text-field {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.text-field:focus {
  border-color: rgba(153, 0, 255, .5);
  padding-left: 24px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.text-field::placeholder {
  color: var(--white-50);
  font-size: 17px;
  font-weight: 400;
}

.text-form {
  margin-top: 30px;
  margin-bottom: 20px;
}

.text-form.top-text {
  color: var(--white);
  margin-top: 0;
}

.radio-buttons-block {
  z-index: 100;
  grid-column-gap: 10px;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.large-contacts-form {
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  position: relative;
}

.left-lootie-con {
  justify-content: space-between;
  width: 40%;
  height: 550px;
  display: flex;
  position: relative;
}

.form-lottie {
  width: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.price-content {
  width: 70%;
}

.tab-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 80px;
  padding-left: 80px;
  position: relative;
}

.tab-pane {
  height: 100%;
}

.pricing-tab {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.pricing-tab:hover {
  background-color: var(--white-5-51);
}

.pricing-tab.w--current {
  border-color: var(--primary-color);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.price-ava {
  background-color: rgba(153, 0, 255, .2);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plus {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  display: flex;
  position: relative;
}

.plus-wrap {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  opacity: 0;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.price-title-home-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.month {
  font-size: 20px;
}

.top-pricing {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.package-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.package-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 97%;
  display: flex;
}

.our-pricing-width {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.list-wrapper.mb-40 {
  margin-bottom: 40px;
}

.our-mission-list {
  padding-left: 0;
}

.our-mission-item {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/V-1_1V-1.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-clip: border-box;
  padding-left: 40px;
  display: flex;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.top-info-price {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-testimanials-2 {
  border-top: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-testimonials {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--primary-color) 27%, var(--primary-blue));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name, .job {
  margin-top: 0;
  margin-bottom: 0;
}

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

.min-height {
  height: 100%;
  min-height: 500px;
}

.review-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 37rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-feedback-home-4 {
  color: var(--white);
  margin-top: 0;
  font-size: 22px;
  font-weight: 500;
}

.plus-current {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  display: flex;
  position: relative;
}

.plus-wrap-current {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  opacity: 0;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.grad-line-wrapper {
  text-align: left;
  width: 100%;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.based-on-banner-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.team-basic-home-4, .team-basic--2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-wrapper-center {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.btn-wrapper-center.mt-o {
  margin-top: 0;
}

.team-circles-home-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.team-circles-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: none;
  position: relative;
}

.team-items {
  z-index: 20;
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: 49%;
  right: auto;
  overflow: hidden;
}

.service-item-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 50%;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.team-avatar-3 {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.underline-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-hero-content {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-top: 230px;
  padding-bottom: 130px;
  display: flex;
}

.home-5-top-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-intro {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.hero-saas-png {
  z-index: 90;
  border: 1px solid var(--primary-color);
  background-image: linear-gradient(135deg, var(--primary-color) 19%, var(--primary-blue));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40vh;
  min-width: 40vh;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-hero-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.saas-png {
  z-index: 90;
  width: 100%;
}

.stacked-intro {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-image-wrapper {
  background-image: linear-gradient(135deg, var(--primary-color) 30%, var(--primary-blue));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-arrow-2 {
  width: 12px;
  height: 100%;
  transform: rotate(-90deg);
}

.sticky-image-bar {
  grid-row-gap: 100px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  margin-bottom: -140px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.sticky-box-list {
  grid-row-gap: 200px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-container-home-4 {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-image-box {
  min-height: 500px;
}

.scroll-indicator {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.mobile-intro-box-image {
  display: none;
  position: relative;
}

.stacked-info-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.sticky-image-2 {
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  width: 425px;
  height: 425px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.indicator-skip-link {
  color: #fff;
}

.indicator-skip-link.skip {
  grid-column-gap: 5px;
  display: flex;
}

.indiator-bar {
  background-color: var(--white-20);
  width: 100%;
  height: 2px;
}

.stacked-title {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.scroll-indicator-wrapper {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.intro-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.services--4-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.services-description {
  color: rgba(175, 175, 175, .5);
  margin-top: 30px;
  margin-bottom: 0;
}

.indicator-fill {
  background-image: linear-gradient(to right, #d9a0ff, var(--white));
  width: 20%;
  height: 100%;
}

.our-serv-png {
  object-fit: cover;
  width: 30%;
  height: auto;
}

.load-1 {
  position: relative;
}

.button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.watch-video {
  justify-content: flex-end;
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.home-hero-left {
  grid-row-gap: 20px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d2d2cf;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.65rem;
  padding: .75rem .95rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-3.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-3.is-circle {
  width: 2.65rem;
  margin-right: -1px;
  padding: 0;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-icon.button-icon-top {
  position: absolute;
  top: -100%;
  left: -100%;
}

.clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-home-5 {
  grid-column-gap: 5px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  max-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.btn-circle {
  border: 1px solid var(--white-50);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  display: flex;
}

.paragraph-banner {
  max-width: 250px;
  margin-top: 0;
  margin-bottom: 0;
}

.icon-bottom {
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.icon-top {
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
}

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

.grid-blog {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--white-20);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-items {
  position: relative;
}

.home-blog-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: 1fr;
  grid-template-columns: .4fr 1fr .4fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  text-decoration: none;
  display: grid;
}

.blog-img-hover {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  padding: 78% 0 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.blog-post-img {
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.blog-img-height {
  border-radius: .625rem;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-image-overlay {
  z-index: 5;
  background-color: rgba(13, 13, 14, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-two.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.home-blog {
  z-index: 50;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.tag-into-view.no-shring {
  flex: none;
}

.image-blog-post {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-one {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-text-one.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.blog-item-title {
  overflow: hidden;
}

.tag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.line-wrapper {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.inside-line {
  z-index: 10;
  background-color: var(--white-20);
  height: 1px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-short-title {
  letter-spacing: 0;
}

.home-service-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: rgba(214, 213, 210, 0);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: static;
}

.home-service-link.w--current {
  background-color: #dfddda;
}

.testimonial-slide-2 {
  height: 100%;
  position: static;
}

.about-image-item {
  border-radius: .625rem;
  width: 17vw;
  position: relative;
  overflow: visible;
}

.stretch-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.h2-title-blog {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.no-shrink {
  flex: none;
}

.btn-title-text {
  color: var(--white);
  width: 100%;
  height: 100%;
  line-height: 1em;
}

.icon-blog {
  width: auto;
}

.blog-con-horizontal {
  width: 100%;
}

.blog-tag {
  grid-column-gap: 5px;
  border: 1px solid var(--white-50);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.featured-video-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.featured-image-con {
  border-radius: 6px;
  height: 100%;
  padding-top: 68%;
  position: relative;
  overflow: hidden;
}

.feature-title {
  padding-top: 20px;
  padding-bottom: 40px;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.padding-horizontal.padding-small {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

.padding-horizontal.padding-xxsmall {
  padding-left: .625rem;
  padding-right: .625rem;
}

.image-overlay {
  z-index: 5;
  background-color: rgba(13, 13, 14, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxsmall {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.padding-vertical.padding-small {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.featured-right {
  z-index: 10;
  align-items: flex-end;
  max-width: 25rem;
  min-height: 100vh;
  margin-left: auto;
  padding-top: 17rem;
  display: flex;
  position: relative;
}

.page-banner {
  background-image: linear-gradient(135deg, var(--primary-color) 30%, var(--primary-blue));
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: relative;
}

.featured-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, var(--primary-blue), var(--primary-color));
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
}

.featured-background {
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video-2 {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-dark-overlay {
  z-index: 5;
  background-color: rgba(13, 13, 14, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.item-bg-wrap, .video-home-5 {
  height: 100%;
}

.con-video {
  width: 100%;
  height: 100%;
}

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

.icon-play {
  width: 12px;
  height: 12px;
}

.team-container {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.rotating-banner {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: center;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rotating-box {
  border: 1px solid var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 25vw;
  max-width: 375px;
  height: 25vw;
  max-height: 375px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.rotating-box:hover {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}

.rotating-background {
  background-color: var(--white-5-51);
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-stacked-team {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-team-wrapper {
  z-index: 20;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.intro-team-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 450px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-box {
  align-items: center;
  max-width: 550px;
  display: flex;
}

.about-our-tools {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.tools-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lottie-tool {
  height: 40px;
}

.lottie-bg {
  background-color: rgba(153, 0, 255, .1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
}

.home-gallery-wrap {
  flex-direction: column;
  height: 200vh;
  display: flex;
}

.home-gallery-trigger {
  flex: 1;
}

.home-gallery-strip {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: .4rem;
  display: grid;
}

.home-gallery-images {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.home-saas-gallery {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.left-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-title-tag {
  margin-top: 0;
  margin-bottom: 0;
}

.clip-group-section {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.clip-group-section.shop-clip {
  width: 100%;
}

.banner-title-4, .banner-title-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.home-2-bg {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.coming-soon-page-wrap-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.loop-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-content-right {
  grid-column-gap: 1rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loop-section {
  width: 100%;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.h1-color-span {
  background-image: linear-gradient(135deg, var(--cyan), var(--medium-orchid) 61%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, .05);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loop-intro-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loop-image-wrapper {
  z-index: 90;
  border: 1px solid var(--primary-color);
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding-top: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, .45);
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-coming-soon-form {
  flex-flow: wrap;
  justify-content: flex-start;
  width: 85%;
  margin-bottom: 0;
  display: flex;
}

.coming-soon-paragraph-3 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-wrapper-3 {
  z-index: 90;
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
  position: relative;
}

.coming-soon-heading-3 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.subscribe-form-coming-soon {
  align-items: center;
  width: 550px;
  position: relative;
}

.success-coming-soon {
  border: 1px solid var(--primary-color);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 20px rgba(153, 0, 255, .55);
}

.logo-ersti-comong-soon {
  object-fit: cover;
  width: auto;
  min-width: 65px;
  max-width: none;
  height: 24px;
}

._404-logo-wrapper-2 {
  z-index: 90;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._404-content-wrapper-2 {
  z-index: 60;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

._404-title {
  z-index: 50;
  background-image: linear-gradient(135deg, var(--cyan) 11%, var(--medium-orchid) 71%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150px;
}

.h2-color-span {
  background-image: linear-gradient(135deg, var(--cyan), var(--medium-orchid) 59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.logo-brand {
  z-index: 90;
  width: auto;
  min-width: 65px;
  height: 24px;
}

.search-results {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
}

.form-password-input {
  border: 1px solid var(--primary-color);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 12px;
  height: 50px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 17px;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.form-password-input:focus {
  border-style: solid;
  border-color: rgba(153, 0, 255, .5);
  padding-left: 30px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.form-password-input::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.password-title {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

.clip-password {
  width: 100vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.protected-page {
  margin-top: 25px;
}

.search-color-link {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 0;
}

.faq-title {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.inner-lottie {
  z-index: -1;
  opacity: .12;
  height: 230%;
  position: absolute;
  top: auto;
  bottom: -35%;
  left: auto;
  right: auto;
}

.center-con {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-description-banner {
  width: 65%;
  margin-top: 30px;
}

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

.review-wrapper {
  border: 1px solid var(--white-10);
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  height: auto;
  padding: 25px;
  transition: all .5s;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.review-wrapper:hover {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}

.review-wrapper.hover-in {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .15);
}

.review-wrapper.hover-in:hover {
  border-color: var(--white-10);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

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

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

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

.user-feedback {
  margin-top: 0;
  margin-bottom: 0;
}

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

.title-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.horizontal-con {
  width: 100%;
}

.team-image-overlay {
  z-index: 5;
  background-color: rgba(20, 20, 19, .2);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0) 59%);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-member-fill {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-slide-middle {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.team-mask {
  width: 50%;
  overflow: visible;
}

.team-slide-arrow {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding-top: 10px;
  transition: opacity .3s;
  display: flex;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
}

.team-slide-arrow:hover {
  opacity: .5;
}

.team-slide-arrow.team-arrow-left {
  opacity: .5;
  right: 140px;
}

.team-slide-arrow.team-arrow-left:hover {
  opacity: 1;
}

.hide {
  display: none;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 200;
}

.button-4.is-icon {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfcfcc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .65rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-spacer {
  z-index: 10;
  border-right: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  background-color: var(--black);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -2px;
  padding: 30px;
  display: flex;
  position: relative;
}

.team-image {
  border-radius: 12px;
  height: 400px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.team-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-right: 1px solid var(--white-20);
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: grid;
}

.team-flex-wrap {
  justify-content: center;
  display: flex;
}

.team-hero-slider {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-end;
  width: 62%;
  min-width: 45rem;
  height: auto;
  display: flex;
}

.about-team {
  z-index: 1;
  border-top: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.scroll-link-2 {
  z-index: 10;
  border: 1px solid #e4eff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-column {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-top-content {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 140px;
}

.about-image-wrapper {
  border: 1px solid var(--primary-color);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary-color) 37%, var(--primary-blue));
  box-shadow: 0 0 20px 0 var(--primary-color);
  border-radius: 12px;
  width: 20vw;
  height: 20vw;
  position: relative;
  overflow: hidden;
}

.about-image-wrapper.transparent {
  border-color: var(--white-5-51);
  background-color: var(--white-5-51);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: none;
}

.hero-bottom-content {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.outline {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-about-us {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
}

.circle-link {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.about-us-banner {
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-link-wrapper {
  z-index: 25;
  margin-top: -70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.circle-link-hover {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.banner-scroll-indicator {
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-banner {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.about-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-image.image-one {
  background-image: url('../images/1-1_11 (1).webp');
  background-position: 50%;
  background-size: cover;
}

.centered-intro {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-png-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 100px;
  padding: 12px 28px;
  font-size: 11px;
  text-decoration: none;
}

.about-us-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.about-us-description {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
}

.image-strip-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.looping-image-section {
  border-bottom: 1px solid var(--white-20);
  padding-top: 100px;
  padding-bottom: 100px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.looping-image {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.looping-image.image-two, .looping-image.image-four {
  background-image: none;
}

.looping-image.image-one {
  background-image: url('../images/1-1_11 (1).webp');
}

.looping-image-strip {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-right: 100px;
  display: grid;
}

.looping-image-wrap {
  z-index: 90;
  border: 1px solid var(--primary-color);
  background-image: linear-gradient(135deg, var(--primary-color) 15%, var(--primary-blue));
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  transform: rotate(45deg);
  box-shadow: 0 0 90px rgba(153, 0, 255, .45);
}

.looping-image-wrap.transparent {
  border-color: var(--white-5-51);
  background-color: var(--white-5-51);
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: none;
}

.member-job {
  margin-bottom: 0;
}

.member-name {
  margin-top: 0;
}

.home-2-share-open-up {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  border: 1px solid var(--white-20);
  background-color: var(--white-5-51);
  opacity: 1;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  transition: all .35s;
  display: flex;
}

.dropdown-toggle:hover {
  border-color: var(--white-50);
  opacity: .7;
}

.share-icon-white {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 1em;
}

.home-2-share-open-up-list {
  background-color: rgba(0, 0, 0, 0);
  width: 38px;
  bottom: 50px;
  right: 0;
}

.home-2-share-open-up-list.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-2-share-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 17px;
  display: flex;
}

.home-2-share-link:hover {
  opacity: .7;
}

.prev-member, .next-member {
  margin-top: 0;
  margin-bottom: 0;
}

.two-section-wrap {
  position: relative;
}

.main-description-team {
  margin-top: 30px;
}

.about-us-description-tablet {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
  display: none;
}

.portfolio-tab-link {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 30px;
  transition-property: opacity;
  transition-duration: .4s;
}

.portfolio-tab-link:hover {
  opacity: .5;
}

.portfolio-tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, var(--cyan) 21%, var(--medium-orchid) 59%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.all-projects.w--current {
  background-image: linear-gradient(135deg, var(--cyan) 2%, var(--medium-orchid) 12%);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.grid-shop {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.shop-main-tabs, .shop-item {
  width: 100%;
}

.shop-collection {
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.grid-shop-filter-category {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  padding-top: 0;
  display: grid;
}

.tabs-menu-2 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.discount-label {
  align-items: center;
  height: 28px;
  display: flex;
}

.tag-icon {
  width: 16px;
  margin-right: 2px;
}

.popular-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.product-category {
  background-image: linear-gradient(135deg, var(--primary-color) 16%, var(--primary-blue));
  color: var(--white);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.product-category:hover {
  color: var(--white);
}

.background-products {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.indicator-card-fill {
  background-image: linear-gradient(135deg, var(--cyan) 9%, var(--medium-orchid) 77%);
  width: 100%;
  height: 100%;
}

.price-lable {
  align-items: center;
  height: 28px;
  display: flex;
}

.card-info {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.product-title {
  letter-spacing: .02em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  transition: color .35s;
}

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

.error-text-cart {
  color: #fff;
  text-align: center;
}

.card-overalay {
  z-index: 5;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stacked-product-title {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.product-main-card {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.quantity {
  display: none;
}

.product-tags {
  display: flex;
}

.card-img {
  background-color: #151b19;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-color-indicator {
  z-index: 20;
  height: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.default-btn-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.new-tag {
  align-items: center;
  height: 28px;
  margin-right: 9px;
  display: flex;
}

.card-images-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.dynamic-price {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  justify-items: end;
  display: flex;
}

.error-message-cart {
  background-color: var(--medium-orchid);
  margin-top: 20px;
  padding: 15px 20px;
}

.discount-text {
  color: var(--white-50);
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.2em;
  text-decoration: line-through;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-card.one {
  z-index: 3;
}

.img-card.two {
  z-index: 2;
}

.img-card.three {
  z-index: 1;
  display: block;
}

.buy-now-button {
  display: none;
}

.product-card-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.label-text {
  border-left: 2px solid var(--cyan);
  background-image: linear-gradient(135deg, var(--cyan), var(--medium-orchid) 83%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 6px;
  font-weight: 700;
}

.label-text.discount {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.price-product-text {
  letter-spacing: .2em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Heebo, sans-serif;
}

.product-card-top {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: flex;
}

.product-card-top.with-paddings {
  padding-left: 5px;
  padding-right: 5px;
}

.stock {
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.primary-cart-button {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-cart-button:hover {
  opacity: .7;
}

.section-shop {
  width: 100vw;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.quantity-2 {
  border-color: transparent transparent var(--white-20);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.quantity-2:focus {
  border-bottom-color: var(--white);
}

.quantity-2::placeholder {
  color: #fff;
}

.shop-tablet-image {
  display: none;
}

.shop-lightbox-item {
  width: 100%;
}

.shop-details-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.shop-details-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
}

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

.product-description p {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-shop-details {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
}

.price-product {
  font-size: 20px;
}

.shop-card-old-price {
  color: var(--white-50);
  font-family: Heebo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: line-through;
}

.shop-product-details-subtitle {
  background-image: linear-gradient(135deg, var(--cyan) 15%, var(--medium-orchid) 62%);
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 13px;
}

.quantity-title-text {
  background-image: linear-gradient(135deg, var(--cyan) 2%, var(--medium-orchid) 16%);
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 400;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.h2-shop-details {
  font-size: 35px;
}

.h2-shop-details.mb-0 {
  margin-bottom: 0;
  font-size: 35px;
}

.h2-shop-details.mbt-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.shop-sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.lightbox-link-shop {
  z-index: 50;
  justify-content: center;
  min-width: 450px;
  height: 500px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

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

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

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

.product-characteristics-wrap {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
}

.product-characteristics {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.list-characteristics {
  background-color: var(--white);
}

.product-photo {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkout-form-con {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
}

.slide-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.slide-content.flex-bottom {
  border-radius: 12px;
  align-items: flex-end;
  padding-bottom: 120px;
}

.slide-intro {
  z-index: 100;
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 800px;
  display: grid;
  position: relative;
}

.slide-intro.small {
  grid-row-gap: 24px;
  width: 100%;
  max-width: 440px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay-shop {
  background-color: rgba(8, 8, 8, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-shop.gradient {
  background-color: rgba(8, 8, 8, .05);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.section-products {
  z-index: 10;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.showcase-image {
  max-height: 100vh;
  margin-bottom: -115px;
  padding-bottom: 115px;
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  overflow: hidden;
}

.slide-arrow-hidden {
  display: none;
}

.product-showcase {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 45% 1fr;
  grid-auto-columns: 1fr;
  padding: 0 15px;
  display: grid;
}

.button-with-icon {
  grid-column-gap: 40px;
  letter-spacing: .5px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  padding: 16px 30px;
  transition-property: all;
  transition-duration: .5s;
  display: flex;
}

.button-with-icon:hover {
  grid-column-gap: 20px;
  opacity: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.slider-2 {
  background-color: #080808;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.slider-2.clip {
  background-color: var(--black);
  border-radius: 12px;
  overflow: hidden;
}

.showcase-products {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-background-wrapper {
  justify-content: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.slider-background-wrapper.small {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.testimonials-with-bg-slide-nav {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0%;
}

.slider-arrow {
  width: 15px;
}

.grid-wrapper-2 {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.slide-heading {
  color: #fff;
  text-transform: capitalize;
}

.slider-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.six, .slider-background.seven, .slider-background.five {
  background-image: none;
  background-position: 50%;
}

.mask-2 {
  overflow: visible;
}

.slider-bg-con {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.shop-bg {
  width: 100%;
  height: 100%;
}

.shop-bg-item {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.solid-view-circle {
  z-index: 5;
  border: 1px rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.solid-view-circle:hover {
  opacity: 1;
}

.portfolio-image-cover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.icon {
  z-index: 50;
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.shop-details-ov {
  z-index: 1;
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-photo-tablet {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: relative;
  overflow: hidden;
}

.left-form-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.right-form-con {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  top: 140px;
}

.top-header-con {
  border-style: none none solid;
  border-bottom-color: var(--white-20);
  background-color: rgba(0, 0, 0, 0);
}

.bottom-con {
  border-right-style: none;
  border-right-color: var(--white-20);
  border-bottom-style: none;
  border-bottom-color: var(--white-20);
  border-left-style: none;
  border-left-color: var(--white-20);
  background-color: rgba(0, 0, 0, 0);
}

.hero-form-item {
  border: 1px solid var(--white-20);
  border-radius: 12px;
  margin-bottom: 0;
}

.flex-form-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.shipping-method {
  grid-row-gap: 15px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.required-title {
  flex: none;
}

.form-checkout-input {
  border: 1px solid var(--white-20);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 17px;
  transition: all .5s ease-in-out;
}

.form-checkout-input:focus, .form-checkout-input.-wfp-focus {
  border-style: solid;
  border-color: var(--white);
  padding-left: 30px;
}

.form-checkout-input::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.form-checkout-input.mb-20 {
  margin-bottom: 20px;
}

.field-lable {
  color: var(--white);
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.field-lable.shipping {
  margin-bottom: 5px;
}

.field-lable.no-paddings {
  margin-top: 0;
  margin-bottom: 0;
}

.form-row {
  grid-row-gap: 20px;
  flex-wrap: wrap;
}

.form-row.mb-20 {
  grid-row-gap: 20px;
}

.form-column {
  width: 100%;
}

.address-toggle {
  align-items: center;
  margin-top: 20px;
}

.checkbox-toggle {
  margin-top: 0;
}

.checkbox-toggle-text, .line-item {
  margin-bottom: 0;
}

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

.shipping-method-list {
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-right-style: none;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.product-category-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  justify-items: end;
  display: flex;
}

.main-product-category {
  background-image: linear-gradient(135deg, var(--primary-color) 16%, var(--primary-blue));
  color: var(--white);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
}

.main-product-category:hover {
  color: var(--white);
}

.order-item-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-row-gap: 15px;
  margin-bottom: 0;
}

.order-img {
  border-radius: 6px;
  height: 100%;
}

.order-products {
  font-size: 20px;
  font-weight: 400;
}

.order-price {
  margin-left: auto;
}

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

.no-shrink-wrapper {
  flex-wrap: wrap;
}

.column-info-con {
  margin-bottom: 0;
}

.field-text {
  color: var(--white-50);
  font-size: 15px;
  line-height: 1.2em;
}

.shipping-price {
  margin-left: auto;
}

.work-stages-column {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.subtitle-home-1 {
  z-index: 100;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.work-stages-title {
  grid-row-gap: 20px;
  border-right: 1px solid var(--white-20);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 40%;
  margin-right: 60px;
  padding-right: 60px;
  display: flex;
}

.grid-work-wrapper {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 30% 70%;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.grid-work-wrapper.indicator-wrapper {
  z-index: 10;
  z-index: 10;
  grid-template-columns: 30%;
  align-content: end;
  height: 0;
}

.outline-line {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.outline-line.bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.outline-line.top {
  width: 50%;
  display: flex;
}

.work-stages-item {
  border-top: 1px solid var(--white-20);
  border-bottom: 1px none var(--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.work-stages-item.first-item {
  border-top-style: none;
  padding-top: 0;
}

.work-stages-item.last-item {
  padding-bottom: 0;
}

.scrol-indicator-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 0;
  padding-bottom: 60px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.work-stages-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.work-stages-description {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.outline-circle-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.sticky-circle {
  z-index: 50;
  border: 1px solid var(--white-10);
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 0;
  padding-left: 4px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 80px;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.outline-circle {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.work-stages-subtitle {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
}

.page-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.page-wrapper-2 {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-our-work {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.map-container-banner {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-png {
  width: 100%;
  height: 100%;
}

.banner-map-item {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.stage-title {
  font-size: 40px;
}

.try-free {
  display: none;
}

.work-stages-subtitle-mobile {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  display: none;
}

.dark-banner-ov {
  z-index: 5;
  background-color: rgba(27, 0, 44, .15);
  background-image: radial-gradient(circle, rgba(0, 0, 0, .15), rgba(9, 0, 42, .45));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-hero-image-wrapper {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  border-radius: 12px;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.service-hero-image-wrapper.middle {
  justify-content: center;
  overflow: hidden;
}

.service-hero-image-wrapper.reverse {
  justify-content: flex-start;
}

.service-hero-image {
  background-image: linear-gradient(135deg, var(--primary-color) 15%, var(--primary-blue));
  border-radius: 12px;
  min-width: 33.33vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-hero-image.reverse {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.background-image {
  border: 1px solid var(--primary-color);
  background-image: url('../images/1-1_11 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.services-hero {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-hero-banner {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.circle-link-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #060a0e;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.scroll-link-3 {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-style: none solid;
  border-width: 1px;
  border-color: black var(--white-20);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.grid-images-wrapper {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.main-description-pricing-2 {
  width: 80%;
  margin-top: 30px;
}

.collection-our-blog-list-wrap {
  width: 100%;
  height: 100%;
}

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

.collection-blog-item {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.data-blog-wrap {
  align-items: flex-end;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.our-blog-content-wrap {
  width: 100%;
  overflow: hidden;
}

.blog-overlay {
  background-color: rgba(0, 0, 0, .4);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 25%, rgba(15, 53, 144, .05) 75%);
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-blog-container-2 {
  height: 400px;
}

.data-blog-2 {
  color: var(--white);
  margin-top: 0;
}

.blog-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.blog-content-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  transform: translate(0, 67px);
}

.blog-link-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

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

.blog-post-category {
  background-image: linear-gradient(135deg, var(--primary-color) 16%, var(--primary-blue));
  color: var(--white);
  border-radius: 6px;
  margin-left: auto;
  padding: 6px 10px;
  font-weight: 400;
  line-height: 1em;
}

.blog-post-category:hover {
  color: var(--white);
}

.blog-intro-content {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  justify-items: start;
  width: 60%;
  min-height: 500px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.scroll-blog-circle {
  border: 1px solid var(--white-20);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle:hover {
  opacity: 1;
}

.subtitle-data {
  color: var(--white-50);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.33em;
}

.blog-arrow {
  z-index: 100;
  filter: invert(0%);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

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

.blog-details-title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
}

.link-hover-fill {
  background-image: linear-gradient(135deg, var(--primary-color) 20%, var(--primary-blue));
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.benefit-line-vertical {
  background-color: #00ccbf;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.data-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.rich-blog-post-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.rich-blog-post-text h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rich-blog-post-text ul {
  margin-top: 30px;
  margin-bottom: 40px;
}

.rich-blog-post-text figure {
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.rich-blog-post-text img {
  border-radius: 12px;
}

.rich-blog-post-text h4 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.section-blog-details {
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-blog-2 {
  background-color: rgba(13, 13, 13, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-blog-arrow {
  border-right: 1px solid var(--white-20);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 100px;
  display: flex;
  top: auto;
  bottom: 0;
}

.slider-blog-arrow.right {
  border-right-style: none;
  justify-content: flex-end;
  padding-left: 100px;
  padding-right: 0;
  left: auto;
}

.background-blog-wrapper {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blog-category-link {
  color: var(--white);
}

.blog-category-link:hover {
  color: var(--white-50);
}

.testimonials-wrap-2 {
  z-index: 2;
  background-color: #092058;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.blog-template-pagination-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.blog-details-link {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.testimonial-info {
  width: 60%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.banner-paragraph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.data-line {
  background-color: var(--white-50);
  width: 40px;
  height: 1px;
}

.testimonial-image {
  background-image: url('../images/Shop-6-1_1Shop 6 (1).webp');
  background-position: 10%;
  background-size: cover;
  border-radius: 5px;
  width: 55%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

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

.blog-template-wrapper-2.banner {
  max-width: 100%;
}

.short-title {
  margin-bottom: 20px;
}

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

.section-blog {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.review-blog-details {
  border-top: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-blog-details-wrap {
  z-index: 20;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.scroll-blog-link {
  z-index: 5;
  background-color: var(--black);
  border: 1px rgba(140, 159, 172, .2);
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
  overflow: hidden;
}

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

.contacts-form-wrap {
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
}

.contacts-left-arrow-2 {
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-divider-2 {
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

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

.success-message {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: 20px;
}

.form-btn-wrap {
  width: 100%;
  margin-top: 10px;
}

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

.support-text {
  width: 100%;
}

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

.contacts-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-line {
  background-color: rgba(13, 13, 13, .3);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits-line.support {
  background-color: var(--white-20);
}

.benefits-line.licensing {
  background-color: var(--white-20);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contact-us-icon {
  background-image: linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

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

.contacts-title-3 {
  width: 100%;
  margin-bottom: 30px;
}

.contacts-arrows-divider-3 {
  background-color: var(--white-20);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 60px;
}

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

.white-label-2 {
  background-color: rgba(0, 204, 191, .3);
  border-radius: 80px;
  margin-bottom: 30px;
  padding: 5px 40px;
}

.details-card {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, .4);
}

.event-form {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.inquire-form-wrapper {
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.content-details {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.event-inquire-top {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(135deg, var(--primary-color), var(--primary-blue));
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 24px;
  display: flex;
}

.contact-fields {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-details {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-event {
  z-index: 10;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.inquire-form {
  margin-bottom: 0;
  padding-top: 36px;
}

.contacts-service {
  z-index: 50;
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.details-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
}

.tnh {
  margin-bottom: 25px;
}

.success-print-message {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pro-pricing-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 12px;
  padding: 30px;
  transition: all .35s;
  box-shadow: 0 0 20px rgba(245, 245, 245, .25);
}

.pro-pricing-3:hover {
  box-shadow: 1px 0 20px rgba(255, 255, 255, 0);
}

.price-bottom-pro {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 15px;
  padding-top: 15px;
}

.pro-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-3-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.logo-image {
  opacity: .3;
  width: 100%;
  max-width: 100px;
}

.lopping-logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.logos-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--white-20);
  border-bottom: 1px none var(--white-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 10vh;
  min-height: 10vh;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-looping-logos {
  z-index: 20;
  border-bottom: 1px solid rgba(239, 249, 252, .1);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-looping-logos.no-padding {
  border-bottom-color: var(--white-20);
  border-bottom-color: rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  border-right: 1px solid var(--white-20);
  justify-content: center;
  align-items: center;
  width: 14vw;
  min-width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.logos-looping-wrapper {
  border-top: 1px rgba(239, 249, 252, .1);
  overflow: hidden;
}

.logos-looping-wrapper.right {
  border-left: 1px solid var(--white-20);
  border-top-color: var(--white-20);
  transform-style: preserve-3d;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.logos-looping-wrapper.left {
  border-top-color: var(--white-20);
  justify-content: flex-start;
  display: flex;
}

.grid-logos-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.link-con-with-icon {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: auto;
  display: flex;
}

.subtitle-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.locations-item {
  border: 1px solid var(--white-50);
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

.locations-item:hover, .locations-item.reverse {
  border-color: var(--white-10);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.locations-item.reverse:hover {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .25);
}

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

.locations-wrapper {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.contact-us-3-container {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 20px 20px;
  display: flex;
}

.content-info-wrap {
  background-color: var(--white-5-51);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0 12px 12px 0;
  width: 100%;
  padding: 20px 20px 20px 24px;
  position: relative;
  overflow: hidden;
}

.white-button-wrap {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 40px;
  position: relative;
  overflow: hidden;
}

.benefit-line-vertical-2 {
  background-image: linear-gradient(135deg, var(--cyan) 19%, var(--medium-orchid) 79%);
  border-radius: 4px;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.serv-image {
  background-image: url('../images/1-1_11 (1).webp'), linear-gradient(135deg, var(--primary-color) 22%, var(--primary-blue));
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 12px;
  width: 100%;
  height: 260px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contacts-3-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.red-preloader {
  background-color: #d10005;
  width: 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.succes-message-transparent {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 20px;
}

.contacts-3-form-wrapper-2 {
  width: 100%;
  margin-bottom: 0;
}

.hero-bg-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-title-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.text-field-contact-3 {
  border: 1px solid var(--primary-color);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 17px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.text-field-contact-3:focus {
  border-color: rgba(153, 0, 255, .5);
  padding-left: 24px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.text-field-contact-3::placeholder {
  color: var(--white-50);
  font-size: 17px;
}

.our-location {
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.rotating-banner-location {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: center;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rotating-box-location {
  border: 1px solid var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  width: 25vw;
  max-width: 375px;
  height: 25vw;
  max-height: 375px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0);
}

.rotating-box-location:hover {
  border-color: var(--white-50);
  box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}

.contact-us-2 {
  background-color: rgba(153, 0, 255, .1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
}

.contact-us-con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-us-2-png {
  background-image: url('../images/App-2-1_1App-2 (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
}

.contact-us-2-png.png-2 {
  background-image: url('../images/App-3-2_1App-3 (2).webp');
}

.home-hero-banner {
  z-index: 10;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), linear-gradient(135deg, var(--primary-color) 23%, var(--primary-blue));
  border-top: 1px rgba(255, 255, 255, .1);
  border-bottom: 1px rgba(255, 255, 255, .1);
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact-us-2-banner {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.location-wrap {
  border-bottom: 1px solid var(--white-20);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
  display: flex;
}

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

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

.support-link-white:hover {
  opacity: .5;
}

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

.contact-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.hero-banner-contact-us {
  flex: 1;
  align-items: center;
  display: flex;
}

.tab-container-contact-us {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.read-blog {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-line {
  background-color: var(--white-50);
  width: 100%;
  height: 1px;
}

.no-shrink-blog {
  flex: none;
}

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

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

.licensing-images-wrapper-2 {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.license-link-2 {
  color: var(--white);
}

.license-link-2:hover {
  opacity: .5;
}

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

.icon-style-guide-2 {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  transition: color .35s;
}

.icon-style-guide-2:hover {
  color: var(--primary-color);
}

.icon-style-guide-2.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.base-container-17 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.license-con {
  grid-column-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.licensing-fonts-wrapper-2 {
  grid-column-gap: 40px;
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-paragraph-2 {
  width: 50%;
}

.licensing-h2-title {
  margin-bottom: 20px;
}

.licensing-image-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.number-circle-content {
  z-index: 30;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.number-circle-background {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.overlay-careers {
  z-index: 3;
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-number-circle {
  z-index: 25;
  background-image: linear-gradient(135deg, var(--primary-color) 17%, var(--primary-blue));
  border-radius: 100%;
  width: 85%;
  height: 85%;
  position: relative;
}

.number-circle {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonial-strip-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number-circle-outline {
  z-index: 30;
  border: 1px solid var(--white-50);
  border-radius: 100%;
  width: 75%;
  height: 75%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.background-video-loop {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.2);
}

.home-career-job {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  grid-template-rows: 1fr;
  grid-template-columns: .6fr 1fr .5fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
  text-decoration: none;
  display: grid;
}

.heading-content-job {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.job-title, .job-description {
  margin-top: 0;
  margin-bottom: 0;
}

.joined-our-team {
  margin-bottom: 20px;
  font-family: Syne, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
}

.job-review {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.job-review-right {
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.horizontal-line-job {
  background-color: var(--white-20);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.based-on-banner-job {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.collection-list-job {
  z-index: 25;
  width: 100%;
  position: relative;
}

.grid-job {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--white-20);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.job-items {
  position: relative;
}

.job-hero-item {
  z-index: 50;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.inside-line-job {
  z-index: 10;
  background-color: var(--white-20);
  height: 1px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.inner-page-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Syne, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1em;
}

.lp-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.main-screens-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.key-title {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

.hidden-p {
  color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
}

.pricing-3-new {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

.hire-link:hover {
  color: #fff;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: rgba(255, 255, 255, .7);
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 48px;
  left: auto;
  right: 12px;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 12px;
  left: auto;
  right: 12px;
}

.buy-this-template:hover {
  color: var(--black);
}

.hire-paragraph {
  font-size: 12px;
}

.hero-person-2 {
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  width: 21%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.hero-person-2:hover {
  border-color: #a11eda;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.hero-person-2.mod-1 {
  border-color: #a11eda;
  width: 58%;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.hero-person-2.mod-1:hover {
  border-color: rgba(153, 0, 255, .5);
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.hero-banner-persons-2 {
  z-index: 0;
  grid-column-gap: 30px;
  opacity: 1;
  justify-content: space-between;
  width: 550px;
  height: 590px;
  margin-left: -50px;
  font-weight: 400;
  display: flex;
  position: static;
  bottom: 0;
  left: -11px;
}

.hero-person-gradient-2 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .8));
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-person-container-4 {
  z-index: 70;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .05);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-person-square-2 {
  z-index: -1;
  background-image: linear-gradient(#a11eda, #3f0efa);
  border-radius: 100%;
  width: 58px;
  height: 58px;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero-person-count-2 {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero-wrapper {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.iphone-mockup-holder {
  z-index: 1;
  margin-top: 87px;
  position: relative;
}

.hero-text-h2-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #dcacff 30%, #ad68f3 60%, #2b2883 80%, #0c0c0c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 10vw;
  font-weight: 800;
  line-height: 1.1em;
}

.hero-text-h2-2._02 {
  background-image: linear-gradient(#fff, #dcacff 30%, #ad68f3 60%, #2b2883 80%, #0c0c0c);
}

.circle {
  background-image: linear-gradient(#dcacff, #ad68f3 30%, #2b2883 70%, #0c0c0c);
  border-radius: 2000px;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  display: flex;
}

.circle._01 {
  z-index: 1;
  background-image: linear-gradient(#dcacff, #ad68f3 35%, #2b2883 70%, #0c0c0c);
  border-radius: 2000px;
  height: 1000px;
}

.circle._2 {
  width: 1430px;
  height: 1430px;
  position: absolute;
}

.hero-section-sticky {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
}

.circle-stroke {
  background-color: #000;
  border-radius: 2000px;
  width: 100%;
  height: 100%;
  margin: 3px;
}

.hero-sticky-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.center-text._2 {
  margin-top: 2em;
}

.center-text.top-margin {
  margin-top: 5em;
  margin-bottom: 5em;
}

.iphone-image-home-page-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.show-more-button {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  background-image: linear-gradient(to top, rgba(183, 52, 179, .15), rgba(183, 52, 179, 0));
  border-radius: 6px;
  min-width: 165px;
  padding: 11px 31px;
  font-size: 16px;
  transition: letter-spacing .35s;
}

.show-more-button:hover {
  letter-spacing: 1px;
  background-image: linear-gradient(to top, rgba(183, 52, 179, .15), rgba(183, 52, 179, 0));
}

.show-more-button.w--current {
  padding: 14px 24px;
}

.show-more-button.h2 {
  min-width: 180px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-block-11 {
  text-transform: capitalize;
  font-size: 12px;
}

.hero-text-holder-h2-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 920px;
  display: flex;
}

.secondary-color-text {
  color: #ad68f3;
}

.container-10 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.container-10.no-bottom-padding {
  padding-bottom: 0;
}

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

.hero-section-home-pricing {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.hero-section-home-pricing.f2 {
  margin-top: 120px;
  position: relative;
}

.section-18 {
  z-index: 1;
  position: relative;
}

.paragraph-holder {
  max-width: 620px;
}

.hero-v2-circles-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-text-white-3 {
  color: #fff;
  margin-top: 0;
  font-family: Heebo, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: .9em;
}

.news-holder {
  color: #e2fd70;
  background-color: #383e47;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  display: flex;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show-more-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-holder-3 {
  grid-column-gap: 60px;
  perspective: 1000px;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.hero-section-paragraph-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.hero-section-text-holder-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 110vh;
  display: flex;
  position: relative;
}

.iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6%;
}

.iphone-holder._3 {
  position: relative;
}

.notification-link-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #181818;
  border-radius: 40px;
  align-items: center;
  padding: 2px 12px 2px 2px;
  font-size: 15px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.notification-link-2:hover {
  color: #fff;
  background-color: rgba(173, 104, 243, .22);
}

.home-2-main-hero-5 {
  position: relative;
}

.hero-button-holder-4 {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-blur-4 {
  opacity: .64;
  filter: blur(120px);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(198deg, #fff, #dcacff 30%, #ad68f3 57%, #2b2883 80%, #0c0c0c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 800;
  position: absolute;
}

.container-home-pricing {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container-home-pricing.hero-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.6em;
  padding-bottom: 2.1em;
  display: flex;
  position: relative;
}

.home-2-circles-parent-2 {
  z-index: -1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-section-h2-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no-margin-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.about-saas-wrap-left-2 {
  z-index: 90;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 52%;
  display: flex;
  position: relative;
}

.base-container-22 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.about-company-container-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.saas-info-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  bottom: -65px;
}

.saas-lottie-2 {
  z-index: 80;
  direction: ltr;
  width: 300px;
  height: 170%;
  margin-bottom: 15px;
  position: absolute;
  bottom: -23px;
  left: auto;
}

.line-animation-home-2-4 {
  z-index: 90;
  background-color: rgba(255, 255, 255, .2);
  align-items: flex-end;
  width: 100%;
  max-width: 994px;
  height: 1px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 41px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.no-margin-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.text-block-12 {
  color: rgba(255, 255, 255, .2);
  position: relative;
  top: -11px;
}

.main-description-2 {
  margin-top: 30px;
}

.section-20 {
  margin-top: -12px;
  margin-bottom: -45px;
  padding-bottom: 0;
}

.primary-gradient-button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-8:hover {
  opacity: .7;
}

.primary-gradient-button-8.w--current {
  width: 200px;
}

.center-wrap-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-top: 57px;
  margin-bottom: 60px;
  display: flex;
}

.h2-title-5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  position: relative;
  top: -20px;
}

.grad-line-2 {
  background-image: linear-gradient(#34cefc, #b149f9);
  border-radius: 2px;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.primary-gradient-button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-9:hover {
  opacity: .7;
}

.primary-gradient-button-9.w--current {
  width: 200px;
}

.primary-gradient-button-9.full-mini-mob {
  margin-top: 13px;
  margin-bottom: 12px;
  font-size: 11px;
}

.primary-gradient-button-9.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.landing-progress-bar-gray-line-2 {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 3px;
  width: 100%;
  height: 7px;
}

.banner-2-description-2 {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Heebo, sans-serif;
}

.landing-performance-item-title-2 {
  opacity: 0;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syne, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2em;
}

.left-hero-wrap-2 {
  z-index: 90;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  display: flex;
  position: relative;
}

.btn-banner-wrapper-2 {
  grid-column-gap: 20px;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no-credits-2 {
  letter-spacing: .2em;
  text-transform: none;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4em;
}

.landing-progress-bar-number-2 {
  margin-bottom: -12px;
  margin-left: 0;
  margin-right: -14px;
  padding-right: 0;
  font-size: 11px;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 0%;
}

.home-2-title-animation-2 {
  color: #fff;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

.home-2-title-animation-2.letter-1-top {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00eaff, #b5f 72%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 0;
  font-size: 40px;
  line-height: 1.6em;
  display: block;
  position: relative;
  top: 11px;
}

.landing-progress-bar-80-2 {
  cursor: wait;
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 3px;
  width: 88%;
  height: 7px;
  margin-top: -7px;
  position: relative;
}

.landing-performance-item-2 {
  cursor: wait;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 400;
  display: flex;
}

.tablet-2-description-2 {
  display: none;
}

.logo-ersti-tablet-2 {
  width: auto;
  max-width: none;
  height: 20px;
}

.dropdown-menu-4 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown {
  display: block;
}

.remove-2 {
  color: #a11eda;
  text-decoration: none;
  transition: color .3s;
}

.remove-2:hover {
  color: #fff;
}

.link-2 {
  float: none;
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
  padding-right: 33px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.primary-gradient-button-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-10:hover {
  opacity: .7;
}

.primary-gradient-button-10.w--current {
  width: 200px;
}

.tablet-menu-5 {
  display: none;
}

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

.login-tablet-wrap-3 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.secondary-gradient-button-2 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

.secondary-gradient-button-2:hover {
  opacity: .7;
}

.dropdown-header-item-copy {
  background-color: rgba(0, 0, 0, 0);
  padding: 32px 15px;
  transition: all .5s;
  display: flex;
  position: relative;
  bottom: -5px;
  right: -26px;
}

.dropdown-header-item-copy:hover {
  opacity: .5;
}

.dropdown-header-item-copy.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.btn-wrap-2 {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
  right: -20px;
}

.logo-ersti-2 {
  object-fit: cover;
  width: 40px;
  min-width: 40px;
  max-width: none;
  height: 40px;
}

.quantity-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
  transition: all .3s;
}

.quantity-cart-2:focus {
  border-color: #a11eda;
}

.cart-container-2 {
  box-shadow: none;
  background-color: #222;
  border-radius: 12px;
}

.image-101 {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 43.9967px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -11px;
}

.cart-footer-3 {
  border-top-color: rgba(255, 255, 255, .1);
}

.bold-text {
  width: auto;
  font-size: 40px;
}

.circle-link-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px rgba(255, 255, 255, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 6px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.outline-3 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  margin: 9px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.base-container-18 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-18.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.circle-link-hover-2 {
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-image-wrapper-2 {
  background-image: radial-gradient(circle, #90f 37%, #3f0efa);
  border: 1px solid #90f;
  border-radius: 12px;
  width: 20vw;
  height: 20vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #90f;
}

.about-image-wrapper-2.transparent {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .05);
  background-image: none;
  border-color: rgba(255, 255, 255, .05);
}

.about-us-description-2 {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
}

.about-us-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
  position: static;
}

.image-112 {
  width: 400px;
}

.button-text-2 {
  z-index: 20;
  text-align: center;
  position: relative;
}

.centered-intro-2 {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  bottom: -26px;
}

.about-team-2 {
  z-index: 1;
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  overflow: hidden;
}

.base-container-23 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-23.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.plus-wrap-2 {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(135deg, #a11eda, #3f0efa);
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.no-margin-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.h2-title-6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  position: relative;
  top: -20px;
}

.main-description-3 {
  margin-top: 30px;
}

.avatar-name-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.primary-gradient-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  height: auto;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-2:hover {
  opacity: .7;
}

.primary-gradient-button-2.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.pricing-tab-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(153, 0, 255, .5);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 0 20px rgba(153, 0, 255, 0);
}

.pricing-tab-2:hover {
  background-color: rgba(255, 255, 255, .05);
}

.pricing-tab-2.w--current {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .05);
  border-color: #a11eda;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.plus-wrap-current-2 {
  z-index: 1;
  opacity: 0;
  background-image: linear-gradient(135deg, #a11eda, #3f0efa);
  border-radius: 100%;
  width: 65px;
  height: 65px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.section-5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.grad-line-home-4-2 {
  background-image: linear-gradient(135deg, #90f, #3f0efa);
  border-radius: 2px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 20px rgba(153, 0, 255, .6);
}

.search-bottom-line-2 {
  background-color: #a11eda;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.base-container-24 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-24.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.dropdown-menu-5 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-21 {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-21.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.primary-gradient-button-11 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-11:hover {
  opacity: .7;
}

.primary-gradient-button-11.w--current {
  width: 200px;
}

.hero-title-2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 40px;
}

.services-step-description-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.nav-fixed-menu-2 {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.login-tablet-wrap-4 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-left: 30px;
  display: none;
}

.home-1-banner-2 {
  align-items: center;
  width: 100%;
  height: 499.945px;
  padding-top: 157px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-gradient-button-3 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

.secondary-gradient-button-3:hover {
  opacity: .7;
}

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

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

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

.steps-title-2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #a11eda;
  border: 1px solid #a11eda;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #a11eda;
  background-color: #fff;
}

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

.btn-wrap-3 {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
  right: -20px;
}

.quantity-cart-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
  transition: all .3s;
}

.quantity-cart-3:focus {
  border-color: #a11eda;
}

.hero-banner-description-2 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Exo, sans-serif;
}

.h1-color-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00eaff, #b5f 61%);
  -webkit-background-clip: text;
  background-clip: text;
}

.primary-gradient-button-12 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-12:hover {
  opacity: .7;
}

.primary-gradient-button-12.w--current {
  width: 200px;
}

.primary-gradient-button-12.full-mini-mob {
  margin-top: 13px;
  margin-bottom: 12px;
  font-size: 11px;
}

.primary-gradient-button-12.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.coming-soon-heading-4 {
  width: 95%;
  margin-top: 60px;
  font-size: 54px;
}

.loop-image-wrapper-2 {
  z-index: 90;
  background-image: linear-gradient(135deg, #a11eda, #3f0efa);
  border: 1px solid #a11eda;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding-top: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(153, 0, 255, .45);
}

.base-container-25 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-25.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.no-margin-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.no-margin-5.white {
  color: #fff;
}

.section-22 {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-22.our-work {
  background-image: linear-gradient(135deg, #a11eda 20%, #3f0efa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.center-con-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -38px;
}

.faq-title-2 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.base-container-26 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-26.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.footer-bottom-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-left: -74px;
  font-weight: 300;
  display: flex;
}

.footer-center-2 {
  width: 100%;
  margin-top: -2px;
  margin-bottom: 50px;
  padding-top: 22px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.text-footer-white-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.new-footer-ersti-2 {
  text-align: center;
  background-image: linear-gradient(135deg, #a11eda 15%, #3f0efa);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footer-white-paradraph-2 {
  color: rgba(255, 255, 255, .7);
  width: 90%;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
}

.base-container-27 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-27.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.section-testimanials-2-2 {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-color-ov-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-testimonials-2 {
  z-index: 10;
  background-image: linear-gradient(135deg, #a11eda 27%, #3f0efa);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-bottom-line-3 {
  background-color: #a11eda;
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.link-outline-3 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.base-container-28 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.no-margin-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.dropdown-menu-6 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #fff;
}

.background-wrapper-2 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.primary-gradient-button-13 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10.5px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-13:hover {
  opacity: .7;
}

.primary-gradient-button-13.w--current {
  width: 200px;
}

.primary-gradient-button-13.full-mini-mob {
  margin-top: 13px;
  margin-bottom: 12px;
  font-size: 11px;
}

.primary-gradient-button-13.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.circle-hover-cover-3 {
  background-image: linear-gradient(135deg, #a11eda 13%, #3f0efa);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.balance-number-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.1em;
}

.hero-link-2 {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.hero-section-2 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.mob-nav-2 {
  opacity: .7;
  width: 20px;
  height: 20px;
}

.text-block-6 {
  color: #fff;
  font-size: 7px;
  position: relative;
  bottom: -11px;
}

.banner-3-mobi-2 {
  width: 600px;
  height: auto;
}

.services-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: .25fr;
  display: grid;
}

.hero-link-wrapper-2 {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -55px;
}

.total-balance-num-2 {
  justify-content: center;
  height: 27.5px;
  display: flex;
  overflow: hidden;
}

.btn-wrap-4 {
  z-index: 2;
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
  position: relative;
  right: -20px;
}

.mobile-intro-nav-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-background-wrapper-2 {
  z-index: 10;
  background-image: linear-gradient(315deg, #3f0efa, #a11eda);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-3 {
  z-index: 20;
  text-align: center;
  position: relative;
}

.base-container-19 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.background-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-saas-wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.secondary-gradient-button-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

.secondary-gradient-button-4:hover {
  opacity: .7;
}

.hero-saas-wrap-2 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 500px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.title-3-2 {
  font-family: Varela Round, sans-serif;
}

.container-11 {
  height: 1400px;
}

.grid-wrapper-3 {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.card-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #141731;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: center;
  width: 100%;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  min-height: 300px;
  transition-property: none;
  display: flex;
  position: relative;
}

.total-balance-3 {
  opacity: 1;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.no-margin-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Exo, sans-serif;
  position: static;
}

.horizontal-line-3 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-3 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-link-3 {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.tab-bottom-3 {
  background-color: rgba(255, 255, 255, .1);
  border-top: 1px rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.main-description-4 {
  margin-top: 30px;
}

.link-outline-4 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-bottom-content-3 {
  border-top: 1px rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.secondary-gradient-button-5 {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 12px;
  justify-content: center;
  min-height: 47px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 10px rgba(255, 255, 255, .1);
}

.secondary-gradient-button-5:hover {
  opacity: .7;
}

.banner-3-mobi-3 {
  width: 600px;
  height: auto;
}

.primary-gradient-button-4 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-4:hover {
  opacity: .7;
}

.primary-gradient-button-4.w--current {
  width: 200px;
}

.primary-gradient-button-4.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.skills-item-2 {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  display: flex;
}

.skills-item-2.left-top-last-one-left {
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .2);
}

.skills-item-2.left-top {
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom-style: none;
  border-bottom-color: rgba(255, 255, 255, .2);
}

.skills-item-2.left-top-last-one {
  border-top: 1px solid rgba(255, 255, 255, .3);
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, .3);
}

.faq-description-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-saas-wrapper-3 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.main-background-wrapper-3 {
  z-index: 10;
  background-image: linear-gradient(315deg, #3f0efa, #a11eda);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-line-tablet-2 {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-saas-wrap-3 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 900px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.grid-wrapper-4 {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.horizontal-line-4 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-4 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-link-4 {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.tab-bottom-4 {
  background-color: rgba(255, 255, 255, .1);
  border-top: 1px rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.link-outline-5 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-bottom-content-4 {
  border-top: 1px rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.faq-list-2 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.primary-gradient-button-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-14:hover {
  opacity: .7;
}

.primary-gradient-button-14.w--current {
  width: 200px;
}

.primary-gradient-button-14.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.tab-faq-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.no-margin-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  position: static;
}

.hero-saas-wrapper-4 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.center-wrap-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 640px;
  margin-top: 57px;
  margin-bottom: 60px;
  display: flex;
}

.hero-saas-wrap-4 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 900px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.grid-wrapper-5 {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 1fr) minmax(auto, 1170px) minmax(15px, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.horizontal-line-5 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-link-5 {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.base-container-29 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.tab-bottom-5 {
  background-color: rgba(255, 255, 255, .1);
  border-top: 1px rgba(255, 255, 255, .2);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.link-outline-6 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-bottom-content-5 {
  border-top: 1px rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 36px;
}

.primary-gradient-button-15 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(315deg, #3f0efa, #90f);
  border-radius: 12px;
  justify-content: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 15px 20px;
  font-size: 10px;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(153, 0, 255, .15);
}

.primary-gradient-button-15:hover {
  opacity: .7;
}

.primary-gradient-button-15.w--current {
  width: 200px;
}

.primary-gradient-button-15.full-mini-mob.w--current {
  position: relative;
  top: -44px;
}

.tab-faq-3 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.no-margin-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  position: static;
}

.hero-saas-wrapper-5 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.hero-saas-wrap-5 {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 900px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.section-23 {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section-23.our-work {
  background-image: linear-gradient(135deg, #a11eda 20%, #3f0efa);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 190px;
  display: flex;
  overflow: hidden;
}

.no-margin-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  position: static;
}

.no-margin-10.white {
  color: #fff;
}

.base-container-30 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-30.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.faq-title-3 {
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.footer-bottom-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-left: -74px;
  font-weight: 300;
  display: flex;
}

.footer-center-3 {
  width: 100%;
  margin-top: -2px;
  margin-bottom: 50px;
  padding-top: 22px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.top-footer-line-2 {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.base-container-31 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-31.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.base-container-32 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 78px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container-32.pos-relative {
  z-index: 90;
  margin-top: -37px;
  margin-bottom: 110px;
  padding-bottom: 42px;
  position: relative;
  top: 71px;
}

.background-testimonials-3 {
  z-index: 10;
  background-image: linear-gradient(135deg, #a11eda 27%, #3f0efa);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-115 {
  width: 100px;
}

.medium-center-text {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #dcacff 50%, #ad68f3);
  -webkit-background-clip: text;
  background-clip: text;
  height: 65px;
  font-size: 80px;
  font-weight: 500;
  line-height: .9em;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 30px;
  }

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

  .section.changelog-banner {
    padding-top: 230px;
  }

  .section.our-news-banner, .section.our-shop, .section.our-work {
    padding-top: 200px;
    padding-bottom: 100px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .h3-tablet {
    font-size: 35px;
  }

  .h4-tablet {
    font-size: 30px;
  }

  .h5-tablet {
    font-size: 25px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

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

  .values-wrapper {
    grid-column-gap: 100px;
  }

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

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 397px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 80px;
  }

  .landing-home-pages-wrapper {
    grid-column-gap: 30px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .purple-gradient {
    top: -10%;
  }

  .purple-gradient.grad-12 {
    top: 46%;
    left: 5%;
  }

  .purple-gradient.grad-13 {
    bottom: -59%;
    left: -6%;
  }

  .purple-gradient.grad-14 {
    top: 5%;
    right: 18%;
  }

  .purple-gradient.grad-15 {
    bottom: -58%;
    right: -8%;
  }

  .purple-gradient.grad-16 {
    left: 1%;
  }

  .purple-gradient.grad-17 {
    top: 68%;
  }

  .purple-gradient.grad-18 {
    top: 23%;
    left: 1%;
  }

  .purple-gradient.grad-20 {
    opacity: .6;
    width: 300px;
    height: 300px;
  }

  .purple-gradient.grad-22 {
    opacity: .75;
    top: 25%;
    left: 38%;
  }

  .purple-gradient.grad-31 {
    top: 36%;
    left: 5%;
  }

  .purple-gradient.grad-35 {
    top: 42%;
  }

  .purple-gradient.grad-36 {
    bottom: -7%;
    right: 4%;
  }

  .purple-gradient.grad-42 {
    top: 25%;
    left: 2%;
  }

  .purple-gradient.grad-60, .purple-gradient.grad-67 {
    top: 46%;
  }

  .purple-gradient.grad-68 {
    bottom: -84%;
    right: 2%;
  }

  .purple-gradient.grad-70 {
    top: 18%;
    right: 6%;
  }

  .purple-gradient.grad-77, .purple-gradient.grad-80 {
    top: 46%;
    left: 5%;
  }

  .purple-gradient.grad-16-new {
    top: 23%;
  }

  .purple-gradient.grad-17new {
    top: -6%;
  }

  .purple-gradient.gr-1 {
    bottom: 22%;
    right: -13%;
  }

  .purple-gradient.gr-3, .purple-gradient.l-3 {
    top: 5%;
    right: 18%;
  }

  .purple-gradient._w-3 {
    left: 5%;
  }

  .purple-gradient._w-5 {
    bottom: -17%;
  }

  .purple-gradient.f-3 {
    top: 17%;
  }

  .purple-gradient.c1-3 {
    top: 36%;
    left: 5%;
  }

  .purple-gradient.c2-2 {
    bottom: 22%;
    right: -13%;
  }

  .purple-gradient.d-3 {
    left: 10%;
  }

  .purple-gradient.d-5 {
    top: 20%;
  }

  .purple-gradient.d-6 {
    top: 37%;
    left: 6%;
  }

  .purple-gradient.d-7 {
    bottom: 5%;
    right: 7%;
  }

  .purple-gradient._w-3 {
    top: 66%;
    left: auto;
  }

  .purple-gradient.grad-29 {
    top: 46%;
    left: 5%;
  }

  .purple-gradient.grad-7 {
    right: 49%;
  }

  .btn-text {
    font-size: 40px;
  }

  .right-header-wrapper {
    grid-column-gap: 30px;
  }

  .nav-dropdown-item-link {
    font-weight: 500;
  }

  .dropdown-header-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-buttons-wrapper-2 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .primary-gradient-button.form-btn, .primary-gradient-button.search-form-btn {
    position: absolute;
    top: 6.5px;
    bottom: auto;
    left: auto;
    right: 6.5px;
  }

  .nav-dropdown-list-4.w--open {
    left: auto;
  }

  .blue-gradient.g-12 {
    width: 250px;
    height: 250px;
    right: 7%;
  }

  .blue-gradient.g-30 {
    top: 69%;
  }

  .blue-gradient.g-32 {
    bottom: -25%;
  }

  .blue-gradient.g-33 {
    bottom: -50%;
    right: 19%;
  }

  .blue-gradient.g-38 {
    bottom: 5%;
    left: 3%;
  }

  .blue-gradient.g-39, .blue-gradient.g-44 {
    top: 9%;
    right: 3%;
  }

  .blue-gradient.g-61 {
    width: 350px;
    height: 350px;
  }

  .blue-gradient.g-65 {
    bottom: -21%;
    right: 12%;
  }

  .blue-gradient.g-66 {
    width: 350px;
    height: 350px;
  }

  .blue-gradient.g-72 {
    right: 38%;
  }

  .blue-gradient.g-80 {
    right: -24%;
  }

  .blue-gradient.g-72 {
    top: 33%;
    right: 10%;
  }

  .blue-gradient.g-777 {
    right: 38%;
  }

  .blue-gradient.gr-4, .blue-gradient.l-2 {
    width: 250px;
    height: 250px;
    right: 13%;
  }

  .blue-gradient.s-1 {
    right: 26%;
  }

  .blue-gradient.s-2 {
    bottom: 34%;
  }

  .blue-gradient.s-3, .blue-gradient.s-4 {
    bottom: 4%;
    left: 20%;
  }

  .blue-gradient.s-4 {
    bottom: 34%;
  }

  .blue-gradient.s-5, .blue-gradient.d-1 {
    right: 26%;
  }

  .blue-gradient.d-2 {
    bottom: 25%;
  }

  .blue-gradient._w-4 {
    right: 27%;
  }

  .blue-gradient.f-1 {
    top: 1%;
    right: 14%;
  }

  .blue-gradient.f-2 {
    right: 40%;
  }

  .blue-gradient.p2-1 {
    bottom: 23%;
    right: 16%;
  }

  .blue-gradient.c-2 {
    top: 11%;
  }

  .blue-gradient.c1-1 {
    bottom: -25%;
  }

  .blue-gradient.c1-2 {
    top: 69%;
  }

  .blue-gradient.h-1 {
    bottom: 7%;
  }

  .blue-gradient.h-2 {
    bottom: 40%;
    right: 40%;
  }

  .blue-gradient.d-2 {
    top: 9%;
  }

  .blue-gradient.d-8 {
    bottom: -2%;
  }

  .blue-gradient.d-9 {
    bottom: 33%;
  }

  .blue-gradient.d-10 {
    left: 50%;
  }

  .blue-gradient._w-1 {
    bottom: -28%;
  }

  .blue-gradient.g-44 {
    top: 9%;
    right: 3%;
  }

  .blue-gradient.g-27 {
    bottom: -21%;
    right: 12%;
  }

  .blue-gradient.g-77 {
    bottom: -53%;
  }

  .blue-gradient.g-28 {
    bottom: -12%;
    right: 31%;
  }

  .video-section {
    height: 600px;
  }

  .gradient-con.banner, .gradient-con.banner--5, .gradient-con.comming-soon, .gradient-con.search-page, .gradient-con.about-us, .gradient-con.banner, .gradient-con.banner, .gradient-con.banner, .gradient-con.banner {
    bottom: 220px;
  }

  .saas-lottie {
    height: 190%;
    bottom: -132px;
    right: 35px;
  }

  .about-saas-company-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .tasks-con {
    grid-column-gap: 30px;
  }

  .hero-title {
    font-size: 60px;
  }

  .text-footer-white {
    width: 310px;
  }

  .hero-stream-con {
    grid-column-gap: 100px;
  }

  .section-our-services {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .saas-image-wrapper {
    width: 65%;
  }

  .steps-card {
    padding: 36px;
  }

  .home-1-banner {
    padding-top: 220px;
  }

  .companions-logo {
    height: 40px;
  }

  .about-saas-wrap-left {
    width: 50%;
  }

  .home-1-content {
    max-width: 900px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .hero-banner-description {
    width: 80%;
  }

  .news-wrap {
    padding-right: 60px;
  }

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

  .large-main-section {
    padding-bottom: 120px;
  }

  .large-main-section.sign-up {
    padding-top: 160px;
    padding-bottom: 130px;
  }

  .banner-title-sign-up {
    font-size: 65px;
  }

  .sign-wrapper {
    width: 50%;
  }

  .hero-video-wrapper {
    max-width: 700px;
  }

  .steps-grid-2 {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .footer-form.borders {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-grid {
    grid-column-gap: 40px;
  }

  .footer-white-paradraph {
    width: 80%;
  }

  .new-footer-ersti {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .grow-col.mod--2 {
    max-width: 370px;
  }

  .grow-count-col {
    max-width: 170px;
  }

  .half-blog-wrapper {
    grid-column-gap: 100px;
  }

  .list-blog-item {
    grid-column-gap: 60px;
  }

  .section-news {
    padding-bottom: 130px;
  }

  .line-animation-home-2 {
    max-width: 1170px;
  }

  .team-intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .low-content {
    margin-left: 3%;
    padding-right: 100px;
  }

  .low-content.right-content-item {
    margin-left: 0%;
    margin-right: 3%;
    padding-left: 100px;
  }

  .team-avatar {
    width: 7rem;
    height: 7rem;
  }

  .business-image {
    background-position: 112%;
  }

  .color-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .reviews-text {
    width: 100%;
  }

  .banner-2-description {
    width: 85%;
  }

  .display-horizontal {
    grid-column-gap: 100px;
  }

  .right-description.maxw-543px {
    width: 35%;
  }

  .block-absolute {
    margin-bottom: -50px;
  }

  .content-bottom {
    grid-column-gap: 100px;
  }

  .lottie-mobile {
    width: 120%;
  }

  .mobile-menu {
    width: 200px;
    top: 17%;
  }

  .mobile-menu.menu-2 {
    top: 23%;
  }

  .connecting {
    top: -7.4rem;
  }

  .section-analytics {
    padding-top: 130px;
  }

  .home-2-title-animation {
    font-size: 70px;
  }

  .word-animation {
    height: 77px;
  }

  .team-avatar-item, .small-avatar-item {
    width: 6rem;
    height: 6rem;
  }

  .large-team-avatar {
    width: 7rem;
    height: 7rem;
  }

  .medium-team-avatar {
    top: -12%;
  }

  .team-avatar-item-mini {
    width: 8rem;
    height: 8rem;
    left: 1%;
  }

  .big-team-avatar {
    width: 6rem;
    height: 6rem;
    bottom: -9%;
    left: 21%;
  }

  .banner-title-home-3 {
    font-size: 65px;
  }

  .banner-paragraph-home-2 {
    width: 100%;
  }

  .hero-columns {
    grid-column-gap: 140px;
  }

  .hero-banner-col.col-1 {
    width: 34%;
  }

  .hero-person-text-more.mod-1 {
    padding-left: 80px;
  }

  .hero-person-text-less {
    right: 5px;
  }

  .banner-section-home-2 {
    padding-bottom: 130px;
  }

  .left-hero-wrap {
    width: 800px;
  }

  .lottie-banner-animation {
    width: 150%;
    bottom: -7%;
    left: -29%;
  }

  .banner-form {
    width: 550px;
    margin-bottom: 0;
  }

  .tabs-menu-style {
    margin-right: 138px;
  }

  .hero-intro {
    max-width: 100%;
  }

  .scroll-animation-block {
    min-height: 24px;
    margin-bottom: -24px;
  }

  .hero-section {
    padding-bottom: 130px;
  }

  .grow-count-3 {
    max-width: 170px;
  }

  .tab-faq {
    grid-column-gap: 72px;
  }

  .service-item {
    grid-column-gap: 100px;
  }

  .service-list {
    grid-row-gap: 130px;
  }

  .tab-container {
    grid-column-gap: 60px;
  }

  .form-lottie {
    width: 115%;
  }

  .tab-content {
    margin-left: 100px;
    padding-left: 100px;
  }

  .top-pricing {
    width: 85%;
  }

  .package-text-wrapper {
    width: 90%;
  }

  .min-height {
    min-height: 430px;
  }

  .team-items {
    width: 6rem;
    height: 6rem;
  }

  .service-item-bottom {
    grid-column-gap: 100px;
  }

  .hero-saas-png {
    width: 50vh;
    min-width: 50vh;
    height: 50vh;
  }

  .sticky-image-bar {
    margin-bottom: -110px;
    padding-bottom: 110px;
    top: 110px;
  }

  .services-container-home-4 {
    grid-column-gap: 180px;
  }

  .sticky-image-box {
    min-height: 525px;
  }

  .sticky-image-2 {
    width: 450px;
    min-width: 450px;
    height: 450px;
    min-height: 450px;
    top: 110px;
  }

  .team-container {
    grid-column-gap: 80px;
  }

  .intro-team-box {
    min-height: 475px;
  }

  .home-saas-gallery {
    justify-content: space-between;
    min-height: 100vh;
  }

  .loop-container {
    grid-column-gap: 60px;
  }

  .banner-coming-soon-form {
    width: 95%;
    margin-bottom: 0;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 61px;
  }

  .main-description-banner {
    width: 55%;
  }

  .flex-testimonials, .testimonials-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-tablet-testimonials {
    grid-row-gap: 40px;
  }

  .title-5 {
    font-size: 60px;
  }

  .hero-top-content {
    padding-top: 100px;
  }

  .about-us-title {
    font-size: 60px;
  }

  .card-img {
    height: 450px;
  }

  .product-card-top.with-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-shop {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .section-shop-details {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .lightbox-link-shop {
    min-width: 550px;
  }

  .product-characteristics-wrap {
    grid-column-gap: 72px;
  }

  .slide-intro.small {
    max-width: 480px;
  }

  .section-products {
    padding-bottom: 130px;
  }

  .product-showcase {
    grid-template-columns: 1fr 1fr;
  }

  .slider-2.clip, .slider-background {
    border-radius: 12px;
  }

  .slider-bg-con, .shop-bg, .shop-bg-item {
    width: 100%;
    height: 100%;
  }

  .portfolio-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 40%;
  }

  .section-our-work {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .stage-title {
    font-size: 45px;
  }

  .our-blog-container-2 {
    height: 450px;
  }

  .blog-intro-content {
    width: 56%;
  }

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

  .section-blog-details {
    height: 650px;
  }

  .slider-blog-arrow {
    padding-right: 140px;
  }

  .slider-blog-arrow.right {
    padding-left: 140px;
  }

  .section-blog {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .review-blog-details {
    grid-column-gap: 60px;
  }

  .support-text {
    width: 90%;
  }

  .contacts-wrap {
    grid-column-gap: 60px;
  }

  .contacts-content-wrapper-3 {
    padding-right: 60px;
  }

  .services-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .subtitle-center {
    width: 50%;
  }

  .serv-image {
    height: 300px;
  }

  .our-location {
    padding-bottom: 130px;
  }

  .contact-title {
    font-size: 60px;
  }

  .tab-container-contact-us {
    grid-column-gap: 60px;
  }

  .number-circle {
    width: 500px;
    height: 500px;
  }

  .pricing-3-new {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-text-white-3 {
    position: relative;
  }

  .about-saas-wrap-left-2 {
    width: 50%;
  }

  .saas-lottie-2 {
    height: 190%;
    bottom: -86px;
    right: auto;
  }

  .line-animation-home-2-4 {
    text-align: left;
    max-width: 1170px;
    right: 107px;
  }

  .banner-2-description-2 {
    width: 85%;
  }

  .left-hero-wrap-2 {
    width: 800px;
  }

  .btn-banner-wrapper-2 {
    width: 632.251px;
  }

  .home-2-title-animation-2 {
    margin-bottom: 9px;
    font-size: 40px;
  }

  .home-2-title-animation-2.letter-1-top {
    line-height: 1.7em;
    top: 26px;
  }

  .dropdown-header-item-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-101 {
    max-width: none;
  }

  .about-us-title-2 {
    font-size: 60px;
  }

  .section-21 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-title-2 {
    font-size: 60px;
  }

  .home-1-banner-2 {
    padding-top: 220px;
  }

  .hero-banner-description-2 {
    width: 80%;
  }

  .coming-soon-heading-4 {
    width: 100%;
    font-size: 61px;
  }

  .section-22 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-22.our-work {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .text-footer-white-2 {
    width: 310px;
  }

  .new-footer-ersti-2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .footer-white-paradraph-2 {
    width: 80%;
  }

  .hero-section-2 {
    padding-bottom: 130px;
  }

  .banner-3-mobi-2, .main-background-wrapper-2 {
    opacity: 1;
  }

  .tab-faq-2, .tab-faq-3 {
    grid-column-gap: 72px;
  }

  .section-23 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-23.our-work {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 80px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .values-wrapper {
    grid-column-gap: 90px;
  }

  .landing-inner-page-item.home-screen {
    width: 450px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 60px;
  }

  .landing-download-block-wrapper {
    border-left-style: solid;
    border-right-style: solid;
    border-radius: 12px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .purple-gradient {
    top: -10%;
    left: 8%;
  }

  .purple-gradient.grad-5 {
    bottom: 23%;
    left: 17%;
  }

  .purple-gradient.grad-12 {
    top: 36%;
    left: 7%;
  }

  .purple-gradient.grad-13 {
    bottom: -57%;
  }

  .purple-gradient.grad-14 {
    width: 250px;
    height: 250px;
    top: 22%;
    right: 16%;
  }

  .purple-gradient.grad-15 {
    bottom: -49%;
  }

  .purple-gradient.grad-16 {
    width: 250px;
    height: 250px;
    top: 52%;
    left: 7%;
  }

  .purple-gradient.grad-17 {
    top: 44%;
  }

  .purple-gradient.grad-18 {
    width: 250px;
    height: 250px;
    top: 52%;
    left: 7%;
  }

  .purple-gradient.grad-21 {
    border-radius: 100%;
  }

  .purple-gradient.grad-22 {
    left: 38%;
  }

  .purple-gradient.grad-31 {
    top: 23%;
    left: 3%;
  }

  .purple-gradient.grad-35 {
    top: 38%;
  }

  .purple-gradient.grad-36 {
    bottom: -12%;
  }

  .purple-gradient.grad-40 {
    top: 39%;
  }

  .purple-gradient.grad-42 {
    left: 8%;
  }

  .purple-gradient.grad-48 {
    bottom: 23%;
    left: 17%;
  }

  .purple-gradient.grad-70 {
    right: 13%;
  }

  .purple-gradient.grad-77 {
    top: 36%;
    left: 7%;
  }

  .purple-gradient.grad-80 {
    top: 73%;
    left: 7%;
  }

  .purple-gradient.grad-16-new {
    top: 26%;
    left: -6%;
  }

  .purple-gradient.gr-1 {
    bottom: 31%;
  }

  .purple-gradient.gr-2 {
    bottom: 24%;
  }

  .purple-gradient.gr-3, .purple-gradient.l-3 {
    width: 250px;
    height: 250px;
  }

  .purple-gradient.c1-3 {
    top: 23%;
    left: 3%;
  }

  .purple-gradient.c2-1 {
    bottom: 24%;
  }

  .purple-gradient.c2-2 {
    bottom: 31%;
  }

  .purple-gradient.d-6 {
    left: 11%;
  }

  .purple-gradient.d-7 {
    right: 13%;
  }

  .purple-gradient._w-3 {
    top: 55%;
  }

  .purple-gradient.grad-29 {
    left: 7%;
  }

  .blue-gradient.g-8 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    bottom: 23%;
    left: 50%;
  }

  .blue-gradient.g-10 {
    bottom: 9%;
    right: 5%;
  }

  .blue-gradient.g-30 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    bottom: 23%;
    left: 17%;
  }

  .blue-gradient.g-32 {
    right: 5%;
  }

  .blue-gradient.g-34 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    left: 22%;
  }

  .blue-gradient.g-38 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    left: 10%;
  }

  .blue-gradient.g-39 {
    right: 13%;
  }

  .blue-gradient.g-61, .blue-gradient.g-66 {
    filter: blur(200px);
  }

  .blue-gradient.g-71 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
  }

  .blue-gradient.g-10-copy {
    bottom: 9%;
    right: 5%;
  }

  .blue-gradient.g-76 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    bottom: 23%;
    left: 50%;
  }

  .blue-gradient.g-78 {
    right: 5%;
  }

  .blue-gradient.g-79 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    bottom: 52%;
    left: 30%;
  }

  .blue-gradient.g-80 {
    bottom: 5%;
  }

  .blue-gradient.s-1 {
    bottom: 12%;
    right: 36%;
  }

  .blue-gradient.s-2 {
    bottom: 36%;
    left: 28%;
  }

  .blue-gradient.s-3, .blue-gradient.s-4 {
    left: 17%;
  }

  .blue-gradient.s-4 {
    bottom: 36%;
    left: 28%;
  }

  .blue-gradient.s-5 {
    bottom: 15%;
    right: 23%;
  }

  .blue-gradient.s-6, .blue-gradient.s-10 {
    top: 22%;
    right: 25%;
  }

  .blue-gradient.d-1 {
    bottom: 15%;
    right: 23%;
  }

  .blue-gradient.d-2 {
    bottom: 26%;
  }

  .blue-gradient.d-3 {
    right: 25%;
  }

  .blue-gradient._w-1 {
    bottom: -4%;
  }

  .blue-gradient._w-4 {
    filter: blur(180px);
    right: 30%;
  }

  .blue-gradient.f-1 {
    top: 3%;
    right: 17%;
  }

  .blue-gradient.c-1, .blue-gradient.c-2, .blue-gradient.c1-1 {
    right: 5%;
  }

  .blue-gradient.c1-2 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
    bottom: 23%;
    left: 17%;
  }

  .blue-gradient.h-1 {
    right: 7%;
  }

  .blue-gradient.d-4 {
    top: 25%;
    right: 20%;
  }

  .blue-gradient.d-9 {
    bottom: 32%;
    left: 69%;
  }

  .blue-gradient._w-1 {
    bottom: -27%;
    left: 20%;
  }

  .blue-gradient._w-2 {
    filter: blur(180px);
    width: 250px;
    height: 250px;
  }

  .blue-gradient.g-77 {
    bottom: -42%;
    right: 33%;
  }

  .blue-gradient.g-28 {
    right: 33%;
  }

  .video-section {
    height: 700px;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .saas-lottie {
    right: 99px;
  }

  .home-1-banner {
    padding-top: 200px;
  }

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

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .banner-title-sign-up {
    margin-bottom: 15px;
    font-size: 60px;
  }

  .sign-wrapper {
    margin-bottom: 30px;
  }

  .avatar-tab {
    padding: 23px;
  }

  .avatars-tab-content {
    margin-bottom: 100px;
  }

  .hero-video-wrapper {
    max-width: 750px;
  }

  .steps-grid-2 {
    grid-template-columns: .8fr 1fr;
  }

  .new-footer-ersti {
    overflow: hidden;
  }

  .half-blog-wrapper {
    grid-column-gap: 120px;
  }

  .list-blog-item {
    grid-column-gap: 80px;
  }

  .low-content {
    margin-left: 8%;
  }

  .low-content.right-content-item {
    margin-right: 8%;
  }

  .business-image {
    background-position: 145%;
  }

  .home-2-title-animation {
    font-size: 80px;
  }

  .word-animation {
    height: 88px;
  }

  .team-avatar-item {
    left: 23%;
  }

  .small-avatar-item {
    bottom: -13%;
    left: 35%;
  }

  .large-team-avatar.ava-3 {
    top: 34%;
    right: -21%;
  }

  .medium-team-avatar {
    top: -7%;
    left: 15%;
  }

  .team-avatar-item-mini {
    left: -27%;
  }

  .big-team-avatar {
    bottom: -13%;
  }

  .banner-section-home-2 {
    padding-top: 150px;
  }

  .running-text {
    opacity: 0;
  }

  .running-line {
    opacity: 1;
  }

  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .looping-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .title-3 {
    font-size: 75px;
  }

  .tab-faq {
    grid-column-gap: 80px;
  }

  .form-lottie {
    right: 5%;
  }

  .pricing-tab {
    padding: 23px;
  }

  .team-items {
    bottom: -13%;
    left: 35%;
  }

  .sticky-image-box {
    min-height: 550px;
  }

  .sticky-image-2 {
    width: 475px;
    min-width: 475px;
    height: 475px;
    min-height: 475px;
  }

  .intro-team-box {
    min-height: 500px;
  }

  ._404-title {
    font-size: 140px;
  }

  .error-404-text {
    font-size: 40px;
  }

  .team-slide-arrow {
    bottom: 40px;
    right: 40px;
  }

  .team-slide-arrow.team-arrow-left {
    right: 150px;
  }

  .team-spacer {
    padding: 40px;
  }

  .team-image {
    height: 500px;
  }

  .team-item {
    padding: 40px;
  }

  .hero-top-content {
    padding-top: 80px;
  }

  .product-card-top.with-paddings {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .product-characteristics-wrap {
    grid-column-gap: 80px;
  }

  .portfolio-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .grid-work-wrapper {
    grid-template-columns: 20% 80%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 30%;
  }

  .review-blog-details {
    grid-column-gap: 80px;
  }

  .details-card {
    top: 115px;
  }

  .rotating-box-location {
    width: 20vw;
    height: 20vw;
  }

  .number-circle {
    width: 520px;
    height: 520px;
  }

  .hero-text-h2-2 {
    position: relative;
  }

  .hero-text-h2-2._02 {
    position: relative;
    bottom: 11px;
  }

  .circle-stroke {
    background-color: #000;
  }

  .center-text._2 {
    margin-top: 5em;
  }

  .iphone-image-home-page-2 {
    bottom: 77px;
  }

  .show-more-button {
    background-color: #fff;
  }

  .container-10 {
    max-width: 1350px;
  }

  .container-10.no-bottom-padding {
    padding-bottom: 5.9em;
  }

  .hero-text-wrapper-2._01 {
    position: relative;
    bottom: 11px;
  }

  .hero-text-wrapper-2._02 {
    position: relative;
  }

  .section-18 {
    height: 200px;
  }

  .hero-text-white-3 {
    color: #fff;
  }

  .show-more-button-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text-holder-3 {
    top: -164px;
  }

  .hero-section-text-holder-2 {
    height: 95vh;
  }

  .iphone-holder._3 {
    margin-top: auto;
    top: -10%;
  }

  .notification-link-2 {
    font-size: 20px;
  }

  .hero-button-holder-4 {
    justify-content: center;
    align-items: center;
  }

  .container-home-pricing {
    max-width: 1350px;
  }

  .container-home-pricing.hero-container {
    padding-bottom: 10em;
  }

  .base-container-22 {
    margin-bottom: 171px;
  }

  .saas-lottie-2 {
    margin-bottom: 36px;
    bottom: -71px;
    right: 99px;
  }

  .text-block-12 {
    position: relative;
    top: -14px;
  }

  .primary-gradient-button-8 {
    text-align: center;
    cursor: help;
  }

  .h2-title-5 {
    cursor: help;
  }

  .primary-gradient-button-9 {
    text-align: center;
  }

  .banner-2-description-2 {
    width: 680px;
    font-size: 20px;
  }

  .left-hero-wrap-2 {
    font-size: 30px;
  }

  .landing-progress-bar-number-2 {
    font-size: 12px;
  }

  .home-2-title-animation-2 {
    font-size: 45px;
  }

  .home-2-title-animation-2.letter-1-top {
    line-height: 1.9em;
    position: relative;
    top: 26px;
  }

  .landing-performance-item-2 {
    cursor: auto;
  }

  .primary-gradient-button-10 {
    text-align: center;
  }

  .btn-wrap-2 {
    right: -113px;
  }

  .image-101 {
    max-height: 40px;
  }

  .base-container-18 {
    margin-bottom: 171px;
  }

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

  .base-container-23 {
    margin-bottom: 171px;
  }

  .avatar-name-2 {
    font-size: 20px;
  }

  .primary-gradient-button-2 {
    text-align: center;
  }

  .pricing-tab-2 {
    padding: 23px;
  }

  .base-container-24 {
    margin-bottom: 171px;
  }

  .primary-gradient-button-11 {
    text-align: center;
  }

  .home-1-banner-2 {
    padding-top: 200px;
  }

  .btn-wrap-3 {
    right: -113px;
  }

  .primary-gradient-button-12 {
    text-align: center;
  }

  .base-container-25 {
    margin-bottom: 171px;
  }

  .section-22.our-work {
    height: 500px;
  }

  .base-container-26 {
    margin-bottom: 171px;
  }

  .new-footer-ersti-2 {
    overflow: hidden;
  }

  .base-container-27 {
    margin-bottom: 171px;
  }

  .dark-color-ov-2 {
    width: 1440.35px;
    height: 72.9852px;
  }

  .base-container-28 {
    margin-bottom: 171px;
  }

  .background-wrapper-2 {
    opacity: 1;
  }

  .primary-gradient-button-13 {
    text-align: center;
  }

  .mob-nav-2 {
    width: 15px;
    height: 15px;
  }

  .text-block-6 {
    width: auto;
  }

  .banner-3-mobi-2 {
    opacity: 1;
    width: auto;
    min-width: auto;
  }

  .hero-link-wrapper-2 {
    opacity: 1;
  }

  .btn-wrap-4 {
    right: -113px;
  }

  .main-background-wrapper-2 {
    opacity: 1;
  }

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

  .background-2, .hero-saas-wrapper-2 {
    opacity: 1;
  }

  .hero-saas-wrap-2 {
    opacity: 1;
    height: 500px;
  }

  .title-3-2 {
    font-size: 75px;
  }

  .primary-gradient-button-4, .paragraph, .primary-gradient-button-14 {
    text-align: center;
  }

  .tab-faq-2 {
    grid-column-gap: 80px;
  }

  .base-container-29 {
    margin-bottom: 171px;
  }

  .primary-gradient-button-15 {
    text-align: center;
  }

  .tab-faq-3 {
    grid-column-gap: 80px;
  }

  .base-container-30, .base-container-31, .base-container-32 {
    margin-bottom: 171px;
  }

  .image-115 {
    width: 100px;
  }

  .paragraph-2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  .section.landing-banner {
    padding-top: 190px;
  }

  .section.changelog-banner {
    min-height: 500px;
  }

  .section.our-news-banner, .section.our-work {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .landing-inner-page-item.home-screen {
    width: 463px;
  }

  .landing-banner-title-wrapper {
    margin-bottom: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .purple-gradient {
    filter: blur(200px);
    width: 270px;
    height: 270px;
    left: 16%;
  }

  .purple-gradient.grad-5 {
    bottom: 20%;
    left: 27%;
  }

  .purple-gradient.grad-6 {
    right: 15%;
  }

  .purple-gradient.grad-12 {
    top: 31%;
    left: 16%;
  }

  .purple-gradient.grad-14 {
    width: 400px;
    height: 400px;
    top: -65%;
  }

  .purple-gradient.grad-13 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: auto;
    bottom: 12%;
    left: -12%;
    right: auto;
  }

  .purple-gradient.grad-14 {
    filter: blur(300px);
    top: -8%;
    bottom: auto;
    left: auto;
    right: 16%;
  }

  .purple-gradient.grad-15 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: auto;
    bottom: -36%;
    left: auto;
    right: -8%;
  }

  .purple-gradient.grad-16 {
    filter: blur(230px);
    width: 300px;
    height: 300px;
    left: 13%;
  }

  .purple-gradient.grad-18 {
    filter: blur(230px);
    width: 300px;
    height: 300px;
    top: 21%;
    left: 13%;
  }

  .purple-gradient.grad-20 {
    opacity: .35;
    width: 400px;
    height: 400px;
    top: 8%;
    left: 5%;
  }

  .purple-gradient.grad-21 {
    opacity: .7;
    width: 300px;
    height: 300px;
  }

  .purple-gradient.grad-22 {
    left: 41%;
  }

  .purple-gradient.grad-31 {
    top: 31%;
    left: 16%;
  }

  .purple-gradient.grad-35 {
    right: 19%;
  }

  .purple-gradient.grad-36 {
    bottom: -8%;
    right: 15%;
  }

  .purple-gradient.grad-40 {
    left: 11%;
  }

  .purple-gradient.grad-42 {
    top: 16%;
    left: 16%;
  }

  .purple-gradient.grad-47 {
    right: 15%;
  }

  .purple-gradient.grad-48 {
    bottom: 20%;
    left: 27%;
  }

  .purple-gradient.grad-60 {
    top: 61%;
  }

  .purple-gradient.grad-67 {
    top: 40%;
  }

  .purple-gradient.grad-68 {
    bottom: -79%;
  }

  .purple-gradient.grad-70 {
    right: 22%;
  }

  .purple-gradient.grad-77 {
    top: 31%;
    left: 16%;
  }

  .purple-gradient.grad-80 {
    left: 15%;
  }

  .purple-gradient.grad-16-new {
    left: 0%;
  }

  .purple-gradient.grad-17new {
    right: 29%;
  }

  .purple-gradient.grad-24new {
    width: 400px;
    height: 400px;
    top: 20%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .purple-gradient.gr-1 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: 37%;
  }

  .purple-gradient.gr-2 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: 35%;
  }

  .purple-gradient.gr-3, .purple-gradient.l-3 {
    filter: blur(300px);
  }

  .purple-gradient._w-3, .purple-gradient._w-5 {
    left: 15%;
  }

  .purple-gradient.c1-3 {
    top: 31%;
    left: 16%;
  }

  .purple-gradient.c2-1 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: 35%;
  }

  .purple-gradient.c2-2 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: 37%;
  }

  .purple-gradient.h-3 {
    bottom: 6%;
    left: 13%;
  }

  .purple-gradient.d-5 {
    top: 24%;
  }

  .purple-gradient.d-6 {
    top: 37%;
    left: 20%;
  }

  .purple-gradient.d-7 {
    right: 22%;
  }

  .purple-gradient.d-11 {
    right: 62%;
  }

  .purple-gradient._w-3 {
    left: auto;
    right: 15%;
  }

  .purple-gradient.grad-29 {
    top: 72%;
    left: 16%;
  }

  .purple-gradient.grad-7 {
    bottom: 6%;
    right: 66%;
  }

  .purple-gradient.grad-15new {
    width: 400px;
    height: 400px;
    top: 8%;
    bottom: auto;
    left: auto;
    right: 9%;
  }

  .purple-gradient.grad-14new {
    width: 400px;
    height: 400px;
    top: 20%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .blue-gradient {
    right: 13%;
  }

  .blue-gradient.g-8 {
    left: 50%;
  }

  .blue-gradient.g-10 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: 7%;
    right: 16%;
  }

  .blue-gradient.g-30 {
    top: 75%;
    left: 24%;
  }

  .blue-gradient.g-33 {
    filter: blur(250px);
    width: 350px;
    height: 350px;
    bottom: -46%;
    right: 24%;
  }

  .blue-gradient.g-34 {
    left: 31%;
  }

  .blue-gradient.g-38 {
    left: 17%;
  }

  .blue-gradient.g-39 {
    filter: blur(250px);
    width: 350px;
    height: 350px;
    top: 16%;
    right: 17%;
  }

  .blue-gradient.g-49 {
    bottom: -14%;
    right: 16%;
  }

  .blue-gradient.g-61 {
    width: 400px;
    height: 400px;
  }

  .blue-gradient.g-65 {
    bottom: -27%;
    right: 15%;
  }

  .blue-gradient.g-66 {
    width: 400px;
    height: 400px;
    top: 30%;
  }

  .blue-gradient.g-71 {
    left: 27%;
  }

  .blue-gradient.g-10-copy {
    bottom: 7%;
    right: 16%;
  }

  .blue-gradient.g-76 {
    left: 50%;
  }

  .blue-gradient.g-78 {
    bottom: -18%;
    right: 14%;
  }

  .blue-gradient.g-79 {
    bottom: 53%;
    left: 35%;
  }

  .blue-gradient.g-80 {
    filter: blur(300px);
    right: -14%;
  }

  .blue-gradient.g-72 {
    filter: blur(160px);
    right: 6%;
  }

  .blue-gradient.g-21 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
  }

  .blue-gradient.g-222 {
    right: 14%;
  }

  .blue-gradient.gr-4, .blue-gradient.l-2 {
    right: 18%;
  }

  .blue-gradient.s-1 {
    width: 300px;
    height: 300px;
    bottom: 21%;
    right: 19%;
  }

  .blue-gradient.s-2 {
    width: 250px;
    height: 250px;
    bottom: 38%;
    left: 31%;
  }

  .blue-gradient.s-3, .blue-gradient.s-4 {
    width: 250px;
    height: 250px;
    bottom: 6%;
    left: 17%;
  }

  .blue-gradient.s-4 {
    width: 230px;
    height: 230px;
    bottom: 33%;
    left: 27%;
  }

  .blue-gradient.s-5 {
    right: 28%;
  }

  .blue-gradient.s-6, .blue-gradient.s-10 {
    top: 11%;
    right: 31%;
  }

  .blue-gradient.d-1 {
    right: 28%;
  }

  .blue-gradient.d-2 {
    width: 230px;
    height: 230px;
    bottom: 9%;
  }

  .blue-gradient.d-3 {
    right: 31%;
  }

  .blue-gradient._w-1 {
    bottom: 7%;
    right: 16%;
  }

  .blue-gradient._w-4 {
    right: 35%;
  }

  .blue-gradient.n-3 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: 8%;
    right: 7%;
  }

  .blue-gradient.f-1 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: -12%;
    right: 22%;
  }

  .blue-gradient.p2-1 {
    right: 14%;
  }

  .blue-gradient.c-1 {
    bottom: 6%;
    right: 14%;
  }

  .blue-gradient.c-2 {
    bottom: -18%;
    right: 20%;
  }

  .blue-gradient.c1-2 {
    top: 75%;
    left: 24%;
  }

  .blue-gradient.h-1 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    bottom: -20%;
  }

  .blue-gradient.h-2 {
    bottom: 43%;
  }

  .blue-gradient.d-1 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: -3%;
    right: 1%;
  }

  .blue-gradient.d-2 {
    right: 59%;
  }

  .blue-gradient.d-4 {
    top: 27%;
    right: 23%;
  }

  .blue-gradient.d-8 {
    bottom: -4%;
    left: 20%;
  }

  .blue-gradient.d-9 {
    bottom: 31%;
    left: 63%;
  }

  .blue-gradient.d-10 {
    bottom: 23%;
    left: 54%;
  }

  .blue-gradient._w-1 {
    bottom: -18%;
    left: 31%;
  }

  .blue-gradient.g-44 {
    filter: blur(250px);
    width: 400px;
    height: 400px;
    top: 12%;
    right: 16%;
  }

  .blue-gradient.g-27 {
    bottom: -27%;
    right: 15%;
  }

  .blue-gradient.g-77 {
    bottom: -24%;
    right: 38%;
  }

  .blue-gradient.g-28 {
    right: 37%;
  }

  .dashboard-wrap {
    width: 100%;
  }

  .video-section {
    height: 800px;
  }

  .saas-lottie {
    right: 335px;
  }

  .video-content-wrapper {
    min-height: 685px;
  }

  .hero-title {
    font-size: 80px;
  }

  .saas-image-wrapper {
    width: 49%;
  }

  .home-1-banner {
    padding-top: 220px;
  }

  .home-1-content {
    max-width: 100%;
  }

  .large-main-section {
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .large-main-section.sign-up {
    padding-top: 200px;
  }

  .banner-title-sign-up {
    margin-bottom: 20px;
    font-size: 70px;
  }

  .sign-wrapper {
    margin-bottom: 40px;
  }

  .hero-video-wrapper {
    max-width: 1000px;
  }

  .lines-wrap {
    width: 100%;
  }

  .low-content {
    margin-left: 11%;
  }

  .low-content.right-content-item {
    margin-right: 11%;
  }

  .business-image {
    background-position: -550px;
  }

  .banner-2-description {
    width: 70%;
  }

  .home-2-title-animation {
    font-size: 100px;
  }

  .word-animation {
    height: 110px;
  }

  .team-avatar-item {
    top: -18%;
    bottom: auto;
    left: auto;
    right: 58%;
  }

  .small-avatar-item {
    width: 8rem;
    height: 8rem;
    top: auto;
    bottom: -19%;
    left: 0%;
    right: auto;
  }

  .large-team-avatar.ava-3 {
    width: 9rem;
    height: 9rem;
    top: 30%;
    bottom: auto;
    left: auto;
    right: -103%;
  }

  .medium-team-avatar {
    top: -18%;
    bottom: auto;
    left: 49%;
    right: auto;
  }

  .large-team-avatar {
    top: -3%;
    right: 159%;
  }

  .team-avatar-item-mini {
    width: 10rem;
    height: 10rem;
    top: 21%;
    bottom: auto;
    left: -96%;
    right: auto;
  }

  .big-team-avatar {
    width: 7rem;
    height: 7rem;
    top: auto;
    bottom: -14%;
    left: 49%;
    right: auto;
  }

  .banner-section-home-2 {
    padding-top: 180px;
  }

  .left-hero-wrap {
    width: 100%;
  }

  .lottie-banner-animation {
    width: 200%;
    bottom: -8%;
    left: -63%;
  }

  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

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

  .service-info {
    padding-top: 80px;
  }

  .form-lottie {
    right: 15%;
  }

  .team-items {
    width: 8rem;
    height: 8rem;
    top: auto;
    bottom: -19%;
    left: 0%;
    right: auto;
  }

  ._404-title {
    font-size: 180px;
  }

  .error-404-text {
    font-size: 52px;
  }

  .faq-title {
    font-size: 80px;
  }

  .team-slide-middle {
    width: 80%;
  }

  .team-image {
    height: 550px;
  }

  .hero-top-content {
    padding-top: 100px;
  }

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

  .slider-background.seven, .slider-background.five {
    background-position: 50% 25%;
  }

  .grid-work-wrapper.indicator-wrapper {
    grid-template-columns: 67%;
  }

  .blog-intro-content {
    min-height: 550px;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .blog-details-title {
    font-size: 65px;
  }

  .section-blog-details {
    height: 700px;
  }

  .testimonial-image {
    width: 65%;
  }

  .details-card {
    top: 140px;
  }

  .logo-image {
    max-width: 120px;
  }

  .subtitle-center {
    width: 43%;
  }

  .rotating-box-location {
    width: 17vw;
    height: 17vw;
  }

  .lp-title {
    font-size: 80px;
  }

  .saas-lottie-2 {
    right: 335px;
  }

  .banner-2-description-2 {
    width: 70%;
  }

  .left-hero-wrap-2 {
    width: 100%;
  }

  .home-2-title-animation-2 {
    width: 1170.01px;
    font-size: 100px;
  }

  .home-2-title-animation-2.letter-1-top {
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 1.6em;
  }

  .hero-title-2 {
    font-size: 80px;
  }

  .home-1-banner-2 {
    padding-top: 220px;
  }

  .section-22.our-work {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .faq-title-2 {
    font-size: 80px;
  }

  .section-23.our-work {
    min-height: 500px;
    padding-top: 240px;
    padding-bottom: 130px;
  }

  .faq-title-3 {
    font-size: 80px;
  }
}

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

  blockquote {
    font-size: 30px;
  }

  .section.changelog-banner {
    min-height: 300px;
  }

  .section.landing-banner {
    padding-top: 140px;
  }

  .section.changelog-banner, .section.our-news-banner, .section.our-shop, .section.our-work {
    min-height: 400px;
    padding-top: 160px;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile, .spasing-system-image-mobile {
    width: 70%;
  }

  .headings-typography-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-title-wrapper {
    max-width: 580px;
  }

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

  .values-wrapper {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .values-content-wrapper {
    text-align: center;
    width: 90%;
    margin-bottom: 50px;
  }

  .section-title-description {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contact-3-inputs-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-section {
    padding-top: 160px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 233px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
  }

  .landing-home-pages-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

  .cart-wrapper {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }

  .bottom-style-spacing-desktop-2 {
    bottom: 6%;
  }

  .login-tablet-wrap-2 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .nav-close-icon-4 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .menu-button-3 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .style-guide-banner {
    min-height: 300px;
    padding-top: 160px;
  }

  .line-white {
    background-color: #fff;
  }

  .btn-wrap {
    display: none;
  }

  .grid-description-2.first-description {
    text-align: center;
  }

  .nav-line-white {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .purple-gradient {
    filter: blur(150px);
    width: 180px;
    height: 180px;
    left: 37%;
  }

  .purple-gradient.sg {
    left: 42%;
  }

  .purple-gradient.grad-2 {
    display: none;
  }

  .purple-gradient.grad-10 {
    bottom: 20%;
    right: 2%;
  }

  .purple-gradient.grad-4 {
    display: none;
  }

  .purple-gradient.grad-5, .purple-gradient.grad-6 {
    display: none;
  }

  .purple-gradient.grad-9 {
    width: 200px;
    height: 200px;
    bottom: 13%;
  }

  .purple-gradient.grad-12 {
    top: 25%;
    bottom: 46%;
    left: -15%;
    right: 10%;
  }

  .purple-gradient.grad-14 {
    bottom: 20%;
    right: 2%;
  }

  .purple-gradient.grad-13 {
    opacity: .9;
    filter: blur(200px);
    height: 500px;
    top: auto;
    bottom: -22%;
    left: -29%;
    right: auto;
  }

  .purple-gradient.grad-14 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .purple-gradient.grad-15 {
    top: auto;
    bottom: -4%;
    left: auto;
    right: -29%;
  }

  .purple-gradient.grad-16 {
    display: none;
  }

  .purple-gradient.grad-17 {
    width: 200px;
    height: 200px;
    bottom: 13%;
  }

  .purple-gradient.grad-18 {
    display: none;
    bottom: 20%;
    right: 2%;
  }

  .purple-gradient.grad-20 {
    display: none;
  }

  .purple-gradient.grad-21 {
    width: 200px;
    height: 200px;
    bottom: 13%;
  }

  .purple-gradient.grad-22 {
    bottom: 20%;
    right: 2%;
  }

  .purple-gradient.grad-31 {
    left: 12%;
  }

  .purple-gradient.grad-35 {
    bottom: -3%;
  }

  .purple-gradient.grad-36 {
    bottom: 8%;
  }

  .purple-gradient.grad-40 {
    top: 40%;
    left: 7%;
  }

  .purple-gradient.grad-42 {
    top: 48%;
    left: 1%;
  }

  .purple-gradient.grad-45 {
    bottom: 20%;
    right: 2%;
  }

  .purple-gradient.grad-46 {
    width: 200px;
    height: 200px;
    bottom: 13%;
  }

  .purple-gradient.grad-47, .purple-gradient.grad-48 {
    display: none;
  }

  .purple-gradient.grad-68 {
    width: 200px;
    height: 200px;
    top: auto;
    bottom: -9%;
    left: auto;
    right: 2%;
  }

  .purple-gradient.grad-70 {
    top: 15%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .purple-gradient.grad-77 {
    top: 20%;
    left: 2%;
  }

  .purple-gradient.grad-80 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 13%;
  }

  .purple-gradient.grad-16-new {
    filter: blur(180px);
    top: auto;
    bottom: 0%;
    left: -17%;
    right: auto;
  }

  .purple-gradient.grad-17new {
    top: -12%;
  }

  .purple-gradient.grad-24new {
    bottom: 20%;
    left: -19%;
    right: 2%;
  }

  .purple-gradient.gr-1 {
    bottom: 24%;
    right: -18%;
  }

  .purple-gradient.gr-2 {
    opacity: .9;
    filter: blur(200px);
  }

  .purple-gradient.gr-3, .purple-gradient.l-3 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .purple-gradient.f-3 {
    top: 13%;
  }

  .purple-gradient.c1-3 {
    top: 66%;
    left: 12%;
  }

  .purple-gradient.c2-1 {
    opacity: .9;
    filter: blur(200px);
    bottom: 51%;
  }

  .purple-gradient.c2-2 {
    bottom: 35%;
    right: -18%;
  }

  .purple-gradient.d-3 {
    top: 6%;
    left: -16%;
  }

  .purple-gradient.d-5 {
    left: -25%;
  }

  .purple-gradient.d-6 {
    top: 33%;
    left: 54%;
  }

  .purple-gradient.d-7 {
    bottom: 7%;
    right: -27%;
  }

  .purple-gradient.d-11 {
    right: 62%;
  }

  .purple-gradient._w-3 {
    top: 15%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .purple-gradient.grad-29 {
    top: 11%;
  }

  .purple-gradient.grad-7 {
    bottom: -9%;
  }

  .purple-gradient.grad-15new {
    display: none;
  }

  .purple-gradient.grad-14new {
    bottom: 20%;
    left: -19%;
    right: 2%;
  }

  .cart-quantity-2 {
    margin-left: 25px;
    left: 10px;
  }

  .nav-dropdown-icon-2 {
    justify-content: space-between;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    color: #fff;
    font-size: 12px;
    display: block;
  }

  .nav-menu-shadow-overlay-4 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .right-header-wrapper {
    border-left-style: none;
    margin-left: auto;
    margin-right: 20px;
  }

  .spacing-columns-2 {
    flex-flow: wrap;
    display: flex;
  }

  .nav-hero-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-item-link {
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-dropdown-item-link.w--current {
    color: #90f;
  }

  .nav-dropdown-item-link.w--current:hover {
    color: #fff;
  }

  .grid-system-2 {
    align-items: stretch;
    width: 100%;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .border-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .top-style-spacing-mobile-2 {
    top: 3%;
  }

  .dropdown-header-item {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .logo-mobile-3 {
    justify-content: center;
    width: auto;
    min-width: 65px;
    height: 24px;
    margin-bottom: 27px;
    display: flex;
  }

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

  .middlr-style-spacing-mobile-2 {
    top: 26%;
  }

  .menu-item-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .megamenu-dropdown-wrapper-2 {
    flex-direction: column;
    width: 100%;
  }

  .nav-intro-item {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .nav-dropdown-list-4 {
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 10px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-4.w--open {
    box-shadow: none;
    background-color: #000;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-4.portfolio-details.w--open {
    border-style: none;
  }

  .nav-dropdown-list-4.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-4.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .dropdown-menu-3 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .tablet-menu-4 {
    background-color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .close-menu-button-3.w--open {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 0 0 20px;
    position: absolute;
    top: 15px;
    bottom: auto;
    left: auto;
    right: 15px;
  }

  .logo-ersti-tablet {
    width: 100%;
    min-width: 65px;
    height: 24px;
  }

  .bottom-style-spacing-mobile-2 {
    bottom: 6%;
  }

  .nav-dropdown-link-wrapper-2 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .cart-button-item {
    justify-content: flex-end;
    padding-left: 20px;
    display: flex;
  }

  .megamenu-dropdown-wrap {
    justify-content: center;
    width: 100%;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .nav-dropdowm-link-line-3 {
    display: none;
  }

  .blue-gradient {
    filter: blur(130px);
  }

  .blue-gradient.sg {
    filter: blur(120px);
    width: 160px;
    height: 160px;
    bottom: 66%;
    right: 13%;
  }

  .blue-gradient.grad-1 {
    filter: blur(200px);
    width: 300px;
    height: 300px;
    top: 9%;
    bottom: auto;
    left: 12%;
    right: auto;
  }

  .blue-gradient.g-8 {
    bottom: 15%;
    left: -6%;
  }

  .blue-gradient.g-10 {
    bottom: 14%;
    right: -4%;
  }

  .blue-gradient.g-12 {
    right: 23%;
  }

  .blue-gradient.g-30 {
    left: 40%;
  }

  .blue-gradient.g-32 {
    bottom: -9%;
  }

  .blue-gradient.g-33 {
    right: 32%;
  }

  .blue-gradient.g-34 {
    top: 6%;
  }

  .blue-gradient.g-38 {
    bottom: 16%;
    left: 2%;
  }

  .blue-gradient.g-39 {
    top: 10%;
    right: 6%;
  }

  .blue-gradient.g-65 {
    top: -5%;
    right: 27%;
  }

  .blue-gradient.g-71 {
    top: 33%;
    left: 66%;
  }

  .blue-gradient.g-72 {
    bottom: 12%;
    right: 8%;
  }

  .blue-gradient.g-10-copy {
    bottom: 14%;
    right: 3%;
  }

  .blue-gradient.g-76 {
    bottom: 15%;
    left: 3%;
  }

  .blue-gradient.g-78 {
    bottom: 9%;
  }

  .blue-gradient.g-79 {
    top: 31%;
    bottom: auto;
    left: 3%;
    right: auto;
  }

  .blue-gradient.g-80 {
    width: 300px;
    height: 300px;
  }

  .blue-gradient.g-72 {
    right: 5%;
  }

  .blue-gradient.g-777 {
    bottom: 12%;
    right: 8%;
  }

  .blue-gradient.g-222 {
    bottom: 3%;
  }

  .blue-gradient.gr-4, .blue-gradient.l-2 {
    right: 23%;
  }

  .blue-gradient.s-1 {
    bottom: 21%;
  }

  .blue-gradient.s-2 {
    bottom: 43%;
    left: 33%;
  }

  .blue-gradient.s-3, .blue-gradient.s-4 {
    bottom: 4%;
    left: 24%;
  }

  .blue-gradient.s-4 {
    bottom: 43%;
    left: 33%;
  }

  .blue-gradient.s-5 {
    bottom: 4%;
    right: 12%;
  }

  .blue-gradient.s-6 {
    top: 6%;
    right: 5%;
  }

  .blue-gradient.s-10 {
    top: 15%;
    right: 5%;
  }

  .blue-gradient.d-1 {
    top: 0%;
  }

  .blue-gradient.d-2 {
    top: 26%;
  }

  .blue-gradient.d-3 {
    top: 42%;
  }

  .blue-gradient._w-2 {
    left: 28%;
  }

  .blue-gradient.n-1 {
    bottom: 32%;
    right: 35%;
  }

  .blue-gradient.n-3 {
    top: 6%;
    right: 11%;
  }

  .blue-gradient.f-1 {
    top: 4%;
    bottom: auto;
    left: auto;
    right: 9%;
  }

  .blue-gradient.p2-1 {
    bottom: 12%;
    right: 32%;
  }

  .blue-gradient.c-1 {
    bottom: 18%;
    right: 42%;
  }

  .blue-gradient.c-2 {
    top: 43%;
  }

  .blue-gradient.c1-1 {
    bottom: -9%;
  }

  .blue-gradient.c1-2 {
    top: 34%;
    left: 40%;
  }

  .blue-gradient.h-1 {
    bottom: 4%;
    right: 5%;
  }

  .blue-gradient.h-2 {
    bottom: 45%;
  }

  .blue-gradient.d-2 {
    top: 9%;
    bottom: auto;
    left: 36%;
    right: auto;
  }

  .blue-gradient.d-4 {
    right: -21%;
  }

  .blue-gradient.d-9 {
    bottom: 31%;
    left: 66%;
  }

  .blue-gradient.d-10 {
    bottom: 26%;
  }

  .blue-gradient._w-1 {
    bottom: -1%;
    left: 21%;
  }

  .blue-gradient._w-2 {
    top: 33%;
    left: 66%;
  }

  .blue-gradient.g-44 {
    bottom: 14%;
    right: 1%;
  }

  .blue-gradient.g-27 {
    bottom: -13%;
    right: 5%;
  }

  .blue-gradient.g-77 {
    width: 200px;
    height: 200px;
    top: auto;
    bottom: -2%;
    left: auto;
    right: 5%;
  }

  .blue-gradient.g-28 {
    bottom: 12%;
    right: 17%;
  }

  .nav-dropdown-item {
    width: 100%;
  }

  .top-style-spacing-desktop-2 {
    top: 4%;
  }

  .stream-title {
    width: 100%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
    width: 100%;
  }

  .dashboard-wrap {
    margin-top: 80px;
  }

  .dashboard {
    border-width: 30px;
  }

  .card-arrow {
    display: none;
  }

  .gradient-con.banner--5 {
    min-height: 180vh;
  }

  .steps-sticky-card {
    background-image: none;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: -60px;
    position: relative;
    top: auto;
  }

  .image-task {
    height: 340px;
  }

  .saas-lottie {
    height: 200%;
    bottom: -195px;
  }

  .steps-cards {
    z-index: 40;
    padding-left: 0;
    position: relative;
  }

  .steps-tracker {
    display: none;
  }

  .video-content {
    align-items: center;
  }

  .video-hero-wrap {
    background-position: 25%;
  }

  .about-saas-company-wrapper {
    flex-wrap: wrap;
  }

  .anchor-list {
    border-top-style: none;
    border-bottom: 1px rgba(255, 255, 255, .1);
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .h2-title {
    width: 90%;
  }

  .tasks-con {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    min-height: auto;
  }

  .about-company-container {
    align-items: center;
  }

  .lottie-animation-3 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .collection-item-blog {
    width: 49%;
  }

  .our-blog-container {
    grid-row-gap: 120px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    padding-bottom: 0;
  }

  .steps-dot {
    display: none;
  }

  .hero-stream-right {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    padding: 20px;
  }

  .text-footer-white {
    width: 100%;
  }

  .hero-stream-con {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .steps-circle-outline.three {
    display: none;
  }

  .recent-blog-list {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .center-wrap {
    width: 100%;
  }

  .center-wrap.small-wrap {
    width: 600px;
  }

  .saas-image-wrapper {
    order: -1;
    justify-content: center;
    width: 100%;
    height: 280px;
    position: relative;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-right: 0;
  }

  .saas-info-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    height: auto;
  }

  .hero-stream-left, .collection-list-wrapper-3, .anchor-link {
    width: 100%;
  }

  .home-1-banner {
    padding-top: 160px;
  }

  .companions-logo {
    height: 30px;
  }

  .video-ov {
    background-color: rgba(0, 0, 0, .8);
    background-image: none;
  }

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

  .about-saas-wrap-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .steps-card-wrapper {
    grid-row-gap: 40px;
  }

  .logo-space {
    margin-top: 60px;
  }

  .item-hover-details {
    display: none;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .tasks-row {
    background-position: 0 0, 50% 100%;
    background-size: auto, 60%;
    min-height: 400px;
  }

  .tasks-row-color {
    min-height: 400px;
  }

  .companions-logo-loop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .main-description {
    width: 85%;
  }

  .hero-banner-description {
    width: 100%;
  }

  .colors-container-3 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .middle-style-spacing-desktop-3 {
    top: 30%;
  }

  .large-blog-post {
    min-height: 550px;
  }

  .blog-post-list-item {
    min-height: 170px;
  }

  .large-main-section {
    padding-top: 80px;
  }

  .large-main-section.sign-up {
    padding-top: 140px;
  }

  .sign-up-form {
    width: 65%;
  }

  .banner-title-sign-up {
    font-size: 45px;
  }

  .sign-wrapper {
    width: 80%;
  }

  .avatars-tab-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .avatar-main-feedback {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .feedback-left {
    width: 100%;
  }

  .feedback-right {
    width: 100%;
    height: 450px;
  }

  .avatars-tab-content {
    margin-bottom: 60px;
  }

  .feedback-photo-right {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Avatar-1_1Avatar 1.webp');
    background-position: 0 0, 50% 20%;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .hero-video-wrapper {
    width: 85vw;
  }

  .steps-grid-2 {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer-top-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-con, .footer-info {
    align-items: center;
    width: 100%;
  }

  .links-container {
    justify-content: center;
    width: 100%;
  }

  .footer-form {
    text-align: center;
    align-items: center;
  }

  .footer-form.borders {
    padding-left: 0;
    padding-right: 0;
  }

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

  .links-socials {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
  }

  .footer-center {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .app-wrap {
    justify-content: center;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .stay-connect {
    align-items: center;
  }

  .new-footer-ersti {
    padding-top: 80px;
  }

  .footer-ov {
    background-color: rgba(0, 0, 0, .35);
  }

  .footer-l-2 {
    display: none;
  }

  .grow-columns {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .grow-count-columns {
    grid-column-gap: 40px;
  }

  .grow-col.mod--2, .medium-stacked-intro {
    max-width: 100%;
  }

  .list-grid {
    border-top: 1px solid rgba(175, 175, 175, .5);
  }

  .list-content-wrapper {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .button-holder {
    display: flex;
  }

  .half-blog-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-title-2 {
    width: 70%;
  }

  .sticky-intro {
    width: 100%;
    position: relative;
    top: 0;
  }

  .blog-content {
    width: 100%;
  }

  .blog-name {
    width: 80%;
  }

  .list-blog-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .description {
    width: 100%;
  }

  .blog-image-container {
    width: 100%;
    height: 400px;
  }

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

  .line-animation-home-2 {
    max-width: 95%;
  }

  .business-slide-arrow {
    top: auto;
    bottom: 30rem;
  }

  .business-slide-arrow.right-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 3rem;
  }

  .business-slide-arrow.left-slide-arrow {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    left: 3rem;
    right: auto;
  }

  .slider-container-2 {
    min-height: auto;
  }

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

  .image-layer-two {
    min-width: 100vw;
  }

  .low-content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .saas-img {
    min-width: 100vw;
    min-height: 35rem;
  }

  .saas-img.two {
    margin-left: -50vw;
  }

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

  .services-h-3 {
    width: 100%;
  }

  .image-layer-one {
    justify-content: flex-end;
  }

  .image-legal-work {
    justify-content: flex-end;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .content-intro-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .content-intro-wrap.busines-slide {
    flex-direction: column-reverse;
  }

  .team-circles {
    grid-column-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .business-image {
    background-position: 60% 100%;
  }

  .slider-overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .5));
  }

  .reviews-text {
    width: 82%;
  }

  .cta-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .banner-2-description {
    width: 80%;
    display: none;
  }

  .dark-color-ov {
    background-color: rgba(0, 0, 0, .35);
  }

  .image-block-left {
    width: 100%;
    height: 400px;
  }

  .left-heading {
    width: 90%;
  }

  .text-content-right {
    width: 100%;
  }

  .heading-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .display-horizontal {
    flex-direction: column;
  }

  .right-description.maxw-543px {
    width: 95%;
  }

  .block-absolute {
    min-width: 100%;
    margin-bottom: -120px;
  }

  .content-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .lottie-mobile {
    width: 90%;
    top: auto;
    bottom: -64%;
    left: auto;
    right: auto;
  }

  .mobile-menu.menu-2 {
    width: 200px;
  }

  .mobile-menu.top-mobile {
    width: 220px;
    top: 16%;
  }

  .connecting {
    display: none;
  }

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

  .section-analytics.contact-us-1 {
    padding-top: 80px;
  }

  .animation-wrap.top {
    justify-content: center;
  }

  .home-2-title-animation {
    font-size: 55px;
  }

  .word-animation {
    height: 60.5px;
  }

  .team-avatar-item, .small-avatar-item, .large-team-avatar.ava-3, .medium-team-avatar, .team-avatar-item-mini, .big-team-avatar {
    width: 6rem;
    height: 6rem;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-person-count-span {
    font-size: 12px;
  }

  .banner-title-home-3 {
    font-size: 40px;
  }

  .swiper-person {
    margin-top: 60px;
  }

  .banner-content.home--2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-paragraph-home-2, .hero-banner-col.col-1 {
    width: 100%;
  }

  .hero-banner-col.col-2 {
    display: none;
  }

  .hero-person-title {
    font-size: 22px;
  }

  .hero-person-title.white-person-title {
    text-align: center;
    text-align: center;
  }

  .hero-person-text-more {
    grid-row-gap: 20px;
    opacity: 1;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero-person-text-more.mod-1 {
    padding-left: 16px;
  }

  .hero-person-text-less {
    display: none;
  }

  .hero-person-count-title {
    font-size: 32px;
  }

  .hero-banner-persons {
    grid-column-gap: 15px;
    height: auto;
    margin-left: 0;
  }

  .hero-tablet-banner-persons {
    grid-column-gap: 15px;
    height: auto;
    display: flex;
  }

  .hero-person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section-home-2 {
    padding-top: 140px;
  }

  .new-banner-2 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .banner-2-content {
    flex-direction: column-reverse;
  }

  .left-hero-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .right-hero-wrap {
    justify-content: center;
    width: 100%;
    height: 500px;
    position: relative;
  }

  .lottie-banner-animation {
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .running-text {
    font-size: 25px;
  }

  .tablet-2-description {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
  }

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

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

  .tabs-menu-style {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .in-section-title-wrapper {
    width: 85%;
  }

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

  .scroll-link {
    display: none;
  }

  .stacked-description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .circle-hover-cover {
    display: block;
  }

  .hero-saas-wrap {
    padding: 14px;
  }

  .hero-intro {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .hero-left {
    max-width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
    bottom: auto;
  }

  .looping-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-reviews {
    align-items: flex-end;
    width: 50%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 40px;
  }

  .horizontal-line {
    display: none;
  }

  .grow-count-3, .grow-count-text-3 {
    width: 50%;
  }

  .based-on-banner-3 {
    align-items: flex-end;
  }

  .map-item {
    height: 260px;
  }

  .circle-wrapper.circle-15 {
    bottom: 58%;
    right: 2%;
  }

  .circle-wrapper.circle-5 {
    left: 25%;
  }

  .circle-wrapper.circle-10, .circle-wrapper.circle-11, .circle-wrapper.circle-26, .circle-wrapper.circle-22 {
    display: none;
  }

  .circle-wrapper.circle-23 {
    top: 10%;
  }

  .circle-wrapper.circle-6 {
    display: none;
  }

  .circle-wrapper.circle-25 {
    display: none;
    top: 37%;
    left: 67%;
  }

  .circle-wrapper.circle-8 {
    bottom: 28%;
    right: 1%;
  }

  .circle-wrapper.circle-18 {
    display: none;
  }

  .circle-wrapper.circle-4 {
    bottom: 84%;
    left: 22%;
  }

  .circle-wrapper.circle-16 {
    display: none;
  }

  .circle-wrapper.circle-21 {
    left: 74%;
  }

  .circle-wrapper.circle-2 {
    display: none;
  }

  .circle-wrapper.circle-20 {
    top: 27%;
  }

  .circle-wrapper.p-2 {
    display: none;
  }

  .circle-wrapper.p-4 {
    bottom: 84%;
    left: 22%;
  }

  .faq-list {
    width: 100%;
  }

  .hover-cover {
    display: none;
  }

  .tab-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .skills-item.left-top-last-one-left {
    border-bottom-style: none;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-line-tablet {
    display: block;
  }

  .slide-nav {
    margin-bottom: 60px;
  }

  .slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-content {
    align-content: start;
  }

  .section-background-wrapper {
    margin: 15px;
  }

  .circle-hover-cover-2 {
    display: block;
  }

  .circle-hover-cover-2.testimonial-cover {
    display: none;
  }

  .mask {
    height: auto;
  }

  .slide-arrow-icon-home-4 {
    filter: none;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -90px;
    padding: 0 60px 0 20px;
    top: auto;
    bottom: 70px;
    left: auto;
    right: 0%;
  }

  .testimonial-arrow.left {
    margin-left: -90px;
    margin-right: auto;
    padding: 0 20px 0 60px;
    top: auto;
    bottom: 70px;
    left: 0;
  }

  .testimonial-slide {
    height: auto;
  }

  .subtitle-banner {
    width: 100%;
  }

  .banner-4-reviews {
    flex-direction: row-reverse;
    width: 100%;
  }

  .grad-line-home-4.our-price {
    display: none;
  }

  .growing-background.seven {
    background-size: 65%;
  }

  .growing-background.eight {
    background-position: -40% 40px;
    background-size: auto 92%;
  }

  .growing-background.seven-2 {
    background-position: 115% 30px;
  }

  .growing-background.eight-2 {
    background-size: 65%;
  }

  .growing-background.seven-4 {
    background-position: 185px 100px, 50%;
    background-size: 45%, 55%;
  }

  .growing-background.eight--4 {
    background-position: 119% -30px;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .growing-image.right {
    margin-left: 15px;
  }

  .growing-image.left {
    margin-right: 15px;
  }

  .service-item {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .service-info {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-tabs {
    align-items: flex-start;
  }

  .services-tabs.left-tabs {
    align-items: flex-end;
  }

  .tab-container {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-radio-button-field {
    justify-content: flex-start;
    width: 45%;
  }

  .radio-buttons-block {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .large-contacts-form, .left-lootie-con, .form-lottie {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .price-content {
    justify-content: center;
    width: 100%;
    padding-top: 60px;
    padding-left: 0;
  }

  .tab-content {
    width: 80%;
    margin-left: 0;
    padding-left: 0;
  }

  .package-text-wrapper {
    width: 100%;
  }

  .home-4-looper {
    display: none;
  }

  .review-intro {
    max-width: 100%;
  }

  .grad-line-wrapper {
    padding-left: 20px;
  }

  .team-basic-home-4 {
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .team-basic--2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-4-testimonial {
    height: 100%;
  }

  .team-circles-home-4 {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    width: 90%;
    display: flex;
  }

  .team-circles-items {
    grid-column-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
    position: static;
  }

  .team-items {
    width: 6rem;
    height: 6rem;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .service-item-bottom {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .home-hero-intro {
    width: 100%;
    max-width: none;
  }

  .home-hero-top {
    height: auto;
  }

  .sticky-image-wrapper {
    border-radius: 12px;
  }

  .sticky-image-wrapper.image-two {
    background-image: url('../images/1-1_11 (1).webp'), linear-gradient(135deg, var(--primary-color) 30%, var(--primary-blue));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .sticky-image-wrapper.image-three {
    background-image: url('../images/2-1_12 (1).webp'), linear-gradient(135deg, var(--primary-color) 30%, var(--primary-blue));
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .sticky-image-wrapper.image-one {
    background-image: url('../images/5-1_15 (1).webp'), linear-gradient(135deg, var(--primary-color) 30%, var(--primary-blue));
    background-position: 50% 20%, 0 0;
    background-size: cover, auto;
  }

  .scroll-arrow-2 {
    min-width: 16px;
  }

  .sticky-image-bar {
    display: none;
  }

  .sticky-box-list {
    grid-row-gap: 80px;
    max-width: 100%;
  }

  .services-container-home-4 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .mobile-intro-box-image {
    width: 100%;
    height: 400px;
    display: flex;
  }

  .intro-box {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    width: 100%;
    min-height: auto;
  }

  .services--4-wrapper {
    grid-row-gap: 48px;
  }

  .home-hero-left {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-blog-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr auto;
    grid-auto-rows: 1fr;
    align-content: space-between;
    align-items: stretch;
  }

  .blog-img-hover {
    width: 100%;
    position: relative;
  }

  .blog-post-img {
    width: 100%;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .stretch-wrap {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .h2-title-blog {
    width: 90%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .team-container {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .rotating-banner {
    grid-row-gap: 30px;
  }

  .rotating-box {
    width: 35vw;
    max-width: 350px;
    height: 35vw;
    max-height: 350px;
  }

  .content-stacked-team {
    width: 100%;
  }

  .grid-team-wrapper {
    grid-row-gap: 48px;
  }

  .intro-team-box {
    min-height: auto;
  }

  .content-box {
    max-width: 100%;
  }

  .home-gallery-strip {
    grid-column-gap: .25rem;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .image-content-right {
    display: none;
  }

  .banner-coming-soon-form {
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .coming-soon-paragraph-3 {
    text-align: center;
    width: 100%;
  }

  .coming-soon-wrapper-3 {
    align-items: center;
    width: 100%;
  }

  .coming-soon-heading-3 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  .subscribe-form-coming-soon {
    max-width: 100%;
  }

  ._404-title {
    font-size: 140px;
  }

  .faq-title {
    width: 100%;
    font-size: 55px;
  }

  .main-description-banner {
    width: 85%;
  }

  .flex-testimonials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    height: auto;
    display: flex;
  }

  .flex-testimonials.hidden-row {
    display: none;
  }

  .review-wrapper {
    padding: 30px;
  }

  .testimonials-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
  }

  .flex-tablet-testimonials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex: none;
    height: auto;
    display: flex;
  }

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

  .team-spacer, .team-item {
    padding-top: 80px;
  }

  .team-hero-slider {
    width: 100%;
    min-width: auto;
  }

  .hero-top-content {
    margin-top: 80px;
  }

  .about-image-wrapper {
    width: 25vw;
    height: 25vw;
  }

  .content-about-us {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-banner {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .centered-intro {
    max-width: 100%;
  }

  .grid-png-wrapper {
    grid-row-gap: 48px;
  }

  .about-us-description {
    width: 100%;
    display: none;
  }

  .about-us-description-tablet {
    width: 80%;
    display: block;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link:hover {
    opacity: 1;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.all-projects.w--current {
    background-image: linear-gradient(135deg, var(--cyan) 2%, var(--medium-orchid) 22%);
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .grid-shop, .grid-shop-filter-category {
    grid-template-columns: 1fr 1fr;
  }

  .product-card-top.with-paddings {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .shop-lightbox {
    display: flex;
  }

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

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .product-characteristics-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .product-characteristics {
    width: 100%;
  }

  .product-photo {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    padding: 20px;
    display: none;
  }

  .checkout-form-con {
    padding-top: 140px;
  }

  .slide-content.flex-bottom {
    min-height: 700px;
  }

  .showcase-image {
    min-height: 90vw;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .product-showcase {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .solid-view-circle {
    border-style: solid;
    border-color: rgba(175, 175, 175, .5);
    width: 100px;
    height: 100px;
    display: none;
  }

  .portfolio-image-cover {
    display: none;
  }

  .product-photo-tablet {
    flex: 0 auto;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    padding: 20px;
    display: flex;
  }

  .form-column {
    flex: 0 auto;
  }

  .top-header-title {
    font-size: 20px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .center-align {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .work-stages-column {
    grid-row-gap: 48px;
  }

  .work-stages-title {
    grid-template-columns: 1fr;
    width: 33%;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-work-wrapper {
    grid-template-columns: 100%;
  }

  .work-stages-item {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scrol-indicator-wrapper {
    display: none;
  }

  .work-stages-description {
    align-items: flex-start;
    padding-left: 0;
  }

  .outline-circle-wrapper, .sticky-circle {
    width: 90px;
    height: 90px;
  }

  .outline-circle {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }

  .stage-title {
    font-size: 35px;
  }

  .try-free {
    width: 100%;
    display: block;
  }

  .service-hero-image-wrapper.middle {
    width: 48vw;
    min-width: 48vw;
  }

  .content-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .scroll-link-3 {
    white-space: nowrap;
    min-width: 48vw;
    padding-left: 48px;
    padding-right: 48px;
  }

  .grid-images-wrapper {
    grid-row-gap: 48px;
  }

  .main-description-pricing-2 {
    width: 85%;
  }

  .collection-our-blog-list-wrap {
    height: auto;
  }

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

  .our-blog-container-2 {
    height: 400px;
  }

  .blog-intro-content {
    width: 100%;
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .blog-details-title {
    font-size: 50px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider-blog-arrow {
    padding-right: 60px;
  }

  .slider-blog-arrow.right {
    padding-left: 60px;
  }

  .blog-template-pagination-2 {
    margin-top: 60px;
  }

  .testimonial-info {
    width: 85%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .banner-paragraph {
    width: 89%;
  }

  .testimonial-image {
    width: 100%;
    margin-bottom: -170px;
  }

  .blog-template-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrapper-2.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .short-title {
    font-size: 40px;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
  }

  .contacts-form-wrap {
    width: 100%;
  }

  .contacts-left-arrow-2 {
    right: 41px;
  }

  .support-text {
    width: 100%;
  }

  .contacts-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .benefits-line {
    display: none;
  }

  .benefits-line.support, .benefits-line.licensing {
    display: block;
  }

  .contacts-content-wrapper-3 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-title-3 {
    width: 90%;
  }

  .contacts-arrows-divider-3 {
    right: 40px;
  }

  .details-card {
    width: 100%;
    position: static;
  }

  .content-details {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .services-details {
    overflow: hidden;
  }

  .grid-event {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .details-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-looping-logos {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-logos-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .subtitle-center {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    display: flex;
  }

  .locations-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-bg-image {
    background-position: 60%;
  }

  .our-location {
    padding-top: 160px;
  }

  .rotating-banner-location {
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .rotating-box-location {
    width: 50vw;
    max-width: 350px;
    height: 50vw;
    max-height: 350px;
  }

  .contact-title {
    font-size: 50px;
  }

  .tab-container-contact-us {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-category-page {
    grid-template-columns: 1fr 1fr;
  }

  .license-con {
    grid-column-gap: 40px;
  }

  .licensing-paragraph-2 {
    width: 100%;
  }

  .number-circle {
    width: 400px;
    height: 400px;
  }

  .home-career-job {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr auto;
    grid-auto-rows: 1fr;
    align-content: space-between;
    align-items: stretch;
  }

  .heading-content-job {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .job-review {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
  }

  .lp-title {
    width: 90%;
  }

  .main-screens-wrapper {
    width: 100%;
  }

  .hire-popup {
    max-width: 380px;
    display: none;
  }

  .hire-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-person-2 {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner-persons-2 {
    grid-column-gap: 15px;
    height: auto;
    margin-left: 0;
  }

  .hero-text-h2-2 {
    font-size: 10vw;
  }

  .circle._01 {
    width: 800px;
    height: 800px;
  }

  .hero-text-holder-h2-6 {
    max-width: 630px;
  }

  .hero-text-white-3 {
    font-size: 60px;
  }

  .hero-text-holder-3 {
    grid-column-gap: 30px;
  }

  .container-home-pricing {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-saas-wrap-left-2 {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .about-company-container-2 {
    align-items: center;
  }

  .saas-info-wrap-2 {
    grid-row-gap: 50px;
    flex-direction: column;
    height: auto;
  }

  .saas-lottie-2 {
    height: 200%;
    bottom: -195px;
  }

  .line-animation-home-2-4 {
    max-width: 95%;
  }

  .main-description-2 {
    width: 85%;
  }

  .center-wrap-2 {
    width: 100%;
  }

  .h2-title-5 {
    width: 90%;
  }

  .banner-2-description-2 {
    width: 80%;
    display: none;
  }

  .landing-performance-item-title-2 {
    max-width: 220px;
  }

  .left-hero-wrap-2 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .home-2-title-animation-2 {
    font-size: 55px;
  }

  .tablet-2-description-2 {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 50px;
    display: block;
  }

  .logo-ersti-tablet-2 {
    width: 100%;
    min-width: 65px;
    height: 24px;
  }

  .dropdown-menu-4 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-close-icon-5 {
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .tablet-menu-5 {
    background-color: #000;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 13px;
    display: flex;
  }

  .top-tablet-menu-4 {
    width: 100%;
  }

  .nav-menu-shadow-overlay-5 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .login-tablet-wrap-3 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .dropdown-header-item-copy {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .btn-wrap-2 {
    display: none;
  }

  .menu-button-4 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

  .menu-button-4.w--open {
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .about-image-wrapper-2 {
    width: 25vw;
    height: 25vw;
  }

  .about-us-description-2 {
    width: 100%;
    display: none;
  }

  .centered-intro-2 {
    max-width: 100%;
  }

  .h2-title-6 {
    width: 90%;
  }

  .main-description-3 {
    width: 85%;
  }

  .grad-line-home-4-2.our-price {
    display: none;
  }

  .search-bottom-line-2 {
    display: flex;
  }

  .dropdown-menu-5 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .nav-menu-shadow-overlay-6 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

  .login-tablet-wrap-4 {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .home-1-banner-2 {
    padding-top: 160px;
  }

  .primary-button-2 {
    display: block;
  }

  .btn-wrap-3 {
    display: none;
  }

  .hero-banner-description-2 {
    width: 100%;
  }

  .coming-soon-heading-4 {
    text-align: center;
    width: 75%;
    font-size: 55px;
  }

  .section-22.our-work {
    min-height: 400px;
    padding-top: 160px;
  }

  .faq-title-2 {
    width: 100%;
    font-size: 55px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-center-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-footer-white-2 {
    width: 100%;
  }

  .new-footer-ersti-2 {
    padding-top: 80px;
  }

  .dark-color-ov-2 {
    background-color: rgba(0, 0, 0, .35);
  }

  .search-bottom-line-3 {
    display: flex;
  }

  .dropdown-menu-6 {
    background-color: #000;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 22px;
    padding-bottom: 100px;
    padding-left: 15px;
    overflow: hidden;
  }

  .circle-hover-cover-3 {
    display: block;
  }

  .nav-menu-shadow-overlay-7 {
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  }

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

  .btn-wrap-4 {
    display: none;
  }

  .hero-saas-wrap-2 {
    padding: 14px;
  }

  .horizontal-line-3 {
    display: none;
  }

  .main-description-4 {
    width: 85%;
  }

  .skills-item-2.left-top-last-one-left {
    border-bottom-style: none;
  }

  .horizontal-line-tablet-2 {
    display: block;
  }

  .hero-saas-wrap-3 {
    padding: 14px;
  }

  .horizontal-line-4 {
    display: none;
  }

  .faq-list-2 {
    width: 100%;
  }

  .tab-faq-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .center-wrap-3 {
    width: 100%;
  }

  .hero-saas-wrap-4 {
    padding: 14px;
  }

  .horizontal-line-5 {
    display: none;
  }

  .tab-faq-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .hero-saas-wrap-5 {
    padding: 14px;
  }

  .section-23.our-work {
    min-height: 400px;
    padding-top: 160px;
  }

  .faq-title-3 {
    width: 100%;
    font-size: 55px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    align-items: center;
  }

  .footer-center-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .medium-center-text {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  blockquote {
    font-size: 25px;
  }

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

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

  .section.changelog-banner, .section.our-news-banner, .section.our-shop, .section.our-work {
    min-height: 350px;
    padding-top: 140px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

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

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

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

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

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .section-title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .values-content-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

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

  .search-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .landing-inner-page-item, .landing-inner-page-item.home-screen {
    width: auto;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .landing-home-pages-wrapper.center {
    grid-template-columns: auto;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

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

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .bottom-style-spacing-desktop-2 {
    bottom: 10%;
  }

  .typography-hero-wrapper-2 {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .style-guide-banner {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .grid-description-2 {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description-2.last-description {
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .grid-description-2.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .purple-gradient {
    top: -10%;
    left: 21%;
  }

  .purple-gradient.sg {
    top: -15%;
    left: 18%;
  }

  .purple-gradient.grad-12 {
    filter: blur(200px);
    left: -8%;
  }

  .purple-gradient.grad-13 {
    opacity: .8;
    bottom: -24%;
    left: -37%;
  }

  .purple-gradient.grad-14 {
    opacity: .6;
  }

  .purple-gradient.grad-15 {
    bottom: -36%;
    right: -11%;
  }

  .purple-gradient.grad-14new {
    top: 12%;
    left: -28%;
  }

  .purple-gradient.grad-29 {
    filter: blur(200px);
  }

  .purple-gradient.grad-31 {
    filter: blur(200px);
    top: 32%;
  }

  .purple-gradient.grad-35 {
    filter: blur(200px);
  }

  .purple-gradient.grad-36 {
    filter: blur(200px);
    bottom: 4%;
  }

  .purple-gradient.grad-40, .purple-gradient.grad-42, .purple-gradient.grad-60, .purple-gradient.grad-64, .purple-gradient.grad-67, .purple-gradient.grad-70, .purple-gradient.grad-77, .purple-gradient.grad-80 {
    filter: blur(200px);
  }

  .purple-gradient.grad-15new, .purple-gradient.grad-24new {
    top: 12%;
    left: -28%;
  }

  .purple-gradient.gr-1 {
    bottom: 28%;
    right: -22%;
  }

  .purple-gradient.gr-2 {
    opacity: .8;
  }

  .purple-gradient.gr-3 {
    opacity: .6;
  }

  .purple-gradient.l-1 {
    bottom: 6%;
    left: -13%;
  }

  .purple-gradient.l-3 {
    opacity: .6;
    right: -26%;
  }

  .purple-gradient._w-3 {
    filter: blur(200px);
    left: -8%;
  }

  .purple-gradient._w-5 {
    filter: blur(200px);
  }

  .purple-gradient.n-2 {
    left: 6%;
  }

  .purple-gradient.f-3 {
    top: 15%;
  }

  .purple-gradient.c1-3 {
    filter: blur(200px);
    top: 35%;
    left: 35%;
  }

  .purple-gradient.c2-1 {
    opacity: .8;
  }

  .purple-gradient.c2-2 {
    bottom: 40%;
    right: -22%;
  }

  .purple-gradient.h-3 {
    bottom: -16%;
  }

  .purple-gradient.d-3 {
    top: 6%;
  }

  .purple-gradient.d-5 {
    left: -32%;
  }

  .purple-gradient.d-6, .purple-gradient.d-7 {
    width: 250px;
    height: 250px;
  }

  .purple-gradient._w-3, .purple-gradient.grad-29 {
    filter: blur(200px);
  }

  .purple-gradient.grad-7 {
    width: 160px;
    height: 160px;
    bottom: -21%;
    right: 38%;
  }

  .purple-gradient.grad-15new, .purple-gradient.grad-14new {
    top: 12%;
    left: -28%;
  }

  .spacing-columns-2 {
    margin-top: 0;
  }

  .grid-title-2 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-right-style: none;
    width: 100%;
  }

  .grid-title-2.first-grid {
    border-bottom-color: rgba(255, 255, 255, .1);
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .h2-tablet-2 {
    font-size: 35px;
  }

  .secondary-gradient-button.blog-pagination {
    margin-top: 40px;
  }

  .grid-system-2 {
    border-left: 1px solid rgba(255, 255, 255, .1);
    flex-direction: column;
  }

  .top-style-spacing-mobile-2 {
    top: 7%;
  }

  .middlr-style-spacing-mobile-2 {
    top: 31%;
  }

  .style-guide-buttons-wrapper-2 {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .primary-gradient-button.blog-pagination {
    margin-top: 40px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .dropdown-menu-3 {
    overflow: hidden;
  }

  .h1-tablet-2 {
    font-size: 45px;
  }

  .bottom-style-spacing-mobile-2 {
    bottom: 9%;
  }

  .nav-menu-2 {
    max-width: none;
  }

  .blue-gradient {
    top: -10%;
    right: 14%;
  }

  .blue-gradient.sg {
    top: -23%;
    bottom: 70%;
  }

  .blue-gradient.g-30 {
    left: 38%;
  }

  .blue-gradient.g-33 {
    right: 26%;
  }

  .blue-gradient.g-34 {
    top: 3%;
  }

  .blue-gradient.g-38 {
    bottom: 11%;
  }

  .blue-gradient.g-39 {
    top: 9%;
  }

  .blue-gradient.g-66 {
    top: 33%;
    left: 2%;
  }

  .blue-gradient.g-71 {
    left: 58%;
  }

  .blue-gradient.g-70 {
    top: -5%;
  }

  .blue-gradient.l-2 {
    top: -30%;
    bottom: 16%;
  }

  .blue-gradient.s-1 {
    bottom: 25%;
    right: 4%;
  }

  .blue-gradient.s-2 {
    bottom: 45%;
    left: 8%;
  }

  .blue-gradient.s-3, .blue-gradient.s-4 {
    bottom: 0%;
    left: 18%;
  }

  .blue-gradient.s-4 {
    bottom: 45%;
    left: 8%;
  }

  .blue-gradient.s-5 {
    right: 4%;
  }

  .blue-gradient.s-6 {
    top: 2%;
  }

  .blue-gradient.d-1 {
    right: 27%;
  }

  .blue-gradient.d-2 {
    top: 31%;
    right: 32%;
  }

  .blue-gradient.d-3 {
    top: 48%;
  }

  .blue-gradient.c1-2 {
    top: 70%;
    left: 11%;
  }

  .blue-gradient.h-1 {
    bottom: 22%;
  }

  .blue-gradient.h-2 {
    bottom: 58%;
  }

  .blue-gradient._w-1 {
    bottom: -5%;
    left: 24%;
  }

  .blue-gradient._w-2 {
    left: 58%;
  }

  .blue-gradient.g-77 {
    bottom: 7%;
  }

  .blue-gradient.g-28 {
    right: 6%;
  }

  .top-style-spacing-desktop-2 {
    top: 10%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 24px;
  }

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

  .dashboard {
    border-width: 20px;
  }

  .gradient-con.banner--5 {
    min-height: 190vh;
  }

  .steps-sticky-card {
    margin-top: -30px;
  }

  .steps-content {
    grid-row-gap: 40px;
  }

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

  .image-task {
    height: 500px;
    position: absolute;
    top: auto;
    bottom: -160px;
    left: auto;
    right: auto;
  }

  .saas-lottie {
    height: 200%;
    bottom: -185px;
  }

  .video-content-wrapper {
    padding-bottom: 60px;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .slider-hero-mask {
    width: 536px;
  }

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

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

  .h2-title {
    width: 100%;
  }

  .tasks-con {
    grid-template-columns: 1fr;
  }

  .about-company-container {
    grid-row-gap: 20px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .padding-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .collection-item-blog {
    width: 100%;
  }

  .our-blog-container {
    grid-row-gap: 100px;
  }

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

  .hero-stream-con {
    grid-row-gap: 50px;
  }

  .section-our-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-title {
    width: 100%;
  }

  .recent-blog-list {
    grid-row-gap: 15px;
  }

  .center-wrap {
    margin-bottom: 40px;
  }

  .center-wrap.small-wrap {
    width: 100%;
  }

  .saas-image-wrapper {
    height: 250px;
  }

  .title-wrap {
    width: 100%;
  }

  .saas-info-wrap {
    margin-bottom: 40px;
  }

  .home-1-banner {
    padding-top: 140px;
  }

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

  .about-saas-wrap-left {
    width: 100%;
  }

  .our-price {
    grid-template-columns: 1fr;
  }

  .tasks-row-color {
    align-items: flex-end;
    position: relative;
  }

  .companions-logo-loop {
    grid-column-gap: 40px;
  }

  .main-description {
    width: 100%;
    margin-top: 20px;
  }

  .colors-container-3 {
    margin-top: 20px;
  }

  .middle-style-spacing-desktop-3 {
    top: 34%;
  }

  .large-blog-post {
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-post-list-item {
    min-height: 150px;
  }

  .blog-list-image {
    min-height: 110px;
  }

  .forgot-password-wrap {
    margin-top: 40px;
  }

  .large-main-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .large-main-section.sign-up {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .sign-up-form, .banner-paragraph-sign-up {
    width: 100%;
  }

  .lower-layer {
    display: none;
  }

  .sign-wrapper {
    width: 100%;
  }

  .form-info {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .avatar-main-feedback {
    grid-row-gap: 40px;
  }

  .hero-feedback {
    margin-top: 40px;
  }

  .avatars-tab-content {
    margin-bottom: 40px;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    width: 95vw;
  }

  .steps-grid-2 {
    grid-row-gap: 50px;
    padding-left: 0;
  }

  .footer-description {
    margin-bottom: 40px;
  }

  .links-container {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-form.borders {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .links-socials {
    grid-row-gap: 20px;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer-white-paradraph {
    width: 60%;
  }

  .new-footer-ersti {
    padding-top: 60px;
  }

  .footer-l-1, .footer-l-3 {
    display: block;
  }

  .footer-l-4 {
    display: none;
  }

  .grow-columns {
    grid-row-gap: 40px;
  }

  .grow-count-columns {
    grid-column-gap: 30px;
  }

  .grow-graph-line {
    max-width: 45px;
  }

  .grow-graph-wrap {
    grid-column-gap: 10px;
  }

  .about-img-small.mod--1, .about-img-small.mod--2 {
    top: 20px;
    left: 20px;
  }

  .button-holder {
    display: flex;
  }

  .blog-title-2 {
    width: 100%;
  }

  .text-blog-content {
    grid-row-gap: 20px;
  }

  .blog-name {
    width: 100%;
  }

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

  .section-news {
    padding-bottom: 60px;
  }

  .business-slide-arrow {
    bottom: 19.5rem;
  }

  .business-slide-arrow.right-slide-arrow {
    right: 2.25rem;
  }

  .business-slide-arrow.left-slide-arrow {
    left: 2.25rem;
  }

  .low-content {
    height: 100%;
    padding-bottom: 40px;
  }

  .low-content.right-content-item {
    padding-left: 0;
  }

  .saas-img {
    min-height: 25rem;
  }

  .slider-section {
    padding-bottom: 60px;
  }

  .slider-home-3-content-fill {
    height: auto;
  }

  .services-h-3 {
    width: 80%;
    margin-bottom: 20px;
  }

  .slide-item-1.right, .slide-item-1.left {
    height: auto;
  }

  .content-intro-wrap {
    justify-content: flex-start;
  }

  .team-circles {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .business-image {
    background-position: 55% 70%;
  }

  .color-section {
    background-position: 100% 10%;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reviews-text, .cta-content {
    width: 100%;
  }

  .banner-2-description {
    width: 100%;
    margin-bottom: 40px;
  }

  .left-heading {
    width: 100%;
  }

  .text-content-right {
    padding-left: 0;
  }

  .content-block-absolute {
    text-align: center;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-content {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-description.maxw-543px {
    width: 100%;
  }

  .block-absolute {
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

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

  .lottie-mobile {
    width: 100%;
    bottom: -36%;
  }

  .mobile-menu.menu-2 {
    width: 320px;
  }

  .mobile-menu.top-mobile {
    width: 170px;
  }

  .about-us-intro-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-analytics.contact-us-1 {
    padding-top: 60px;
  }

  .home-2-title-animation {
    font-size: 45px;
  }

  .word-animation {
    height: 49.5px;
  }

  .banner-content.home--2 {
    width: 95%;
  }

  .banner-paragraph-home-2 {
    margin-top: 20px;
  }

  .hero-columns {
    display: block;
  }

  .banner-section-home-2 {
    padding-bottom: 60px;
  }

  .tablet-2-description {
    width: 90%;
    margin-bottom: 40px;
  }

  .banner-form {
    width: 95%;
  }

  .tabs-menu-style {
    margin-bottom: 40px;
  }

  .in-section-title-wrapper {
    margin-bottom: 20px;
  }

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

  .hero-link-wrapper {
    margin-top: -110px;
    padding-top: 0;
    right: auto;
  }

  .hero-saas-wrap {
    width: 90vw;
    height: 150vw;
  }

  .hero-intro {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-saas-wrapper {
    padding-bottom: 60px;
  }

  .hero-left {
    text-align: center;
    margin-top: 0;
  }

  .hero-section {
    padding-bottom: 60px;
  }

  .looping-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .banner-reviews {
    padding-left: 0;
  }

  .grow-count-3 {
    text-align: left;
  }

  .grow-count-text-3 {
    width: 80%;
  }

  .map-container.mb-60-40 {
    margin-bottom: 40px;
  }

  .map-container.mt-60-40 {
    margin-top: 40px;
  }

  .map-item {
    height: 185px;
  }

  .circle-wrapper.circle-5 {
    left: 19%;
  }

  .circle-wrapper.circle-13 {
    bottom: 84%;
    left: 65%;
  }

  .circle-wrapper.circle-3 {
    display: none;
  }

  .circle-wrapper.circle-12 {
    right: 8%;
  }

  .circle-wrapper.circle-14, .circle-wrapper.circle-8 {
    display: none;
  }

  .circle-wrapper.circle-19 {
    top: 33%;
    left: 75%;
  }

  .circle-wrapper.circle-21, .circle-wrapper.p-9 {
    display: none;
  }

  .large-circle {
    width: 20px;
    height: 20px;
  }

  .large-circle-item {
    width: 30px;
    height: 30px;
  }

  .slide-nav {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .testimonial-content {
    max-width: none;
  }

  .link-outline-2 {
    margin: 6px;
  }

  .mask {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .testimonial-arrow {
    width: 100px;
    height: 100px;
    margin-right: -70px;
    bottom: 80px;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    padding-left: 60px;
    bottom: 80px;
  }

  .growing-background.seven-4 {
    background-position: 130px 100px, 50%;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .service-item {
    grid-row-gap: 40px;
  }

  .service-list {
    grid-row-gap: 60px;
  }

  .tab-container {
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
  }

  .tab-content, .top-pricing {
    width: 100%;
  }

  .team-circles-home-4, .team-circles-items {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .service-item-bottom {
    grid-row-gap: 40px;
  }

  .home-hero-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .home-hero-intro {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .hero-saas-png {
    width: 30vh;
    min-width: 30vh;
  }

  .stacked-intro {
    grid-row-gap: 35px;
  }

  .sticky-box-list {
    grid-row-gap: 60px;
  }

  .mobile-intro-box-image {
    height: 350px;
  }

  .intro-box {
    grid-row-gap: 40px;
  }

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

  .home-hero-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about-image-item {
    width: 22vw;
  }

  .stretch-wrap {
    margin-bottom: 40px;
  }

  .h2-title-blog {
    width: 100%;
  }

  .featured-video-block {
    grid-template-columns: auto;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-right {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    max-width: none;
  }

  .rotating-box {
    width: 42vw;
    height: 40vw;
  }

  .content-stacked-team {
    grid-row-gap: 80px;
  }

  .left-container {
    grid-row-gap: 20px;
  }

  .image-content-right {
    height: 30rem;
  }

  .banner-coming-soon-form {
    width: 80%;
  }

  .coming-soon-paragraph-3 {
    width: 70%;
  }

  .coming-soon-wrapper-3 {
    text-align: center;
    margin-left: 0%;
  }

  .coming-soon-heading-3 {
    width: 85%;
    font-size: 50px;
  }

  ._404-title {
    font-size: 120px;
  }

  .search-results {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .faq-title {
    font-size: 50px;
  }

  .inner-lottie {
    height: 170%;
    bottom: -22%;
  }

  .main-description-banner {
    width: 100%;
    margin-top: 20px;
  }

  .flex-testimonials {
    width: 100%;
  }

  .flex-testimonials.reverse {
    flex-direction: column-reverse;
  }

  .testimonials-wrap {
    flex-direction: column;
    display: flex;
  }

  .flex-tablet-testimonials {
    width: 100%;
  }

  .flex-tablet-testimonials.reverse {
    flex-direction: column-reverse;
  }

  .title-5 {
    font-size: 45px;
  }

  .team-slide-arrow {
    right: 15px;
  }

  .team-slide-arrow.team-arrow-left {
    right: 125px;
  }

  .team-spacer, .team-item {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-top-content {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .about-image-wrapper {
    width: 35vw;
    height: 35vw;
  }

  .about-us-title {
    font-size: 45px;
  }

  .about-us-description {
    margin-top: 20px;
  }

  .looping-image-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .looping-image-strip {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-right: 80px;
  }

  .looping-image-wrap {
    width: 150px;
    height: 150px;
  }

  .home-2-share-open-up-list.w--open {
    grid-column-gap: 20px;
    justify-content: flex-end;
    bottom: 40px;
  }

  .main-description-team {
    width: 100%;
    margin-top: 20px;
  }

  .about-us-description-tablet {
    width: 90%;
    margin-top: 20px;
  }

  .portfolio-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio-tab-link.all-projects.w--current {
    background-image: linear-gradient(135deg, var(--cyan) 2%, var(--medium-orchid) 34%);
  }

  .grid-shop, .grid-shop-filter-category {
    grid-template-columns: 1fr;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
  }

  .dynamic-price {
    align-items: flex-start;
  }

  .product-card-top {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .product-card-top.with-paddings {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .shop-tablet-image {
    height: 400px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-details-title-2 {
    font-size: 40px;
  }

  .section-shop-details {
    padding-bottom: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .h2-shop-details, .h2-shop-details.mb-0, .h2-shop-details.mbt-0 {
    font-size: 30px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .checkout-form-con {
    padding-bottom: 60px;
  }

  .slide-content.flex-bottom {
    min-height: 525px;
    padding-top: 65vw;
  }

  .slide-intro.small {
    max-width: 100%;
  }

  .section-products {
    padding-bottom: 60px;
  }

  .showcase-image {
    min-height: 70vw;
    max-height: 70vh;
  }

  .testimonials-with-bg-slide-nav {
    padding-right: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .slide-heading {
    font-size: 48px;
  }

  .product-photo-tablet {
    height: 350px;
  }

  .right-form-con {
    margin-top: 20px;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .center-align {
    width: 100%;
  }

  .work-stages-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .work-stages-title {
    grid-row-gap: 0px;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .work-stages-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrol-indicator-wrapper {
    z-index: 30;
    padding-bottom: 36px;
  }

  .work-stages-description {
    grid-row-gap: 15px;
  }

  .outline-circle-wrapper {
    width: 80px;
    height: 80px;
  }

  .sticky-circle {
    z-index: 50;
    background-color: #161a20;
    width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
    top: 101px;
    bottom: auto;
  }

  .outline-circle {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .work-stages-subtitle {
    display: none;
  }

  .section-our-work {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-stages-subtitle-mobile {
    display: block;
  }

  .mobi-wrap {
    justify-content: space-between;
    display: flex;
  }

  .service-hero-image-wrapper.middle {
    z-index: 20;
  }

  .scroll-link-3 {
    border-style: none solid;
    border-color: #000 rgba(255, 255, 255, .1);
    min-height: 65px;
  }

  .main-description-pricing-2 {
    width: 100%;
    margin-top: 20px;
  }

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

  .blog-intro-content {
    width: 100%;
    padding-top: 140px;
  }

  .scroll-blog-circle {
    width: 120px;
    height: 120px;
  }

  .blog-details-title {
    font-size: 45px;
  }

  .rich-blog-post-text h2 {
    margin-bottom: 20px;
  }

  .rich-blog-post-text h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .rich-blog-post-text ul {
    margin-top: 20px;
  }

  .rich-blog-post-text h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .slider-blog-arrow {
    border-bottom: 1px solid var(--white-20);
    border-right-style: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .testimonials-wrap-2 {
    padding: 30px;
  }

  .blog-template-pagination-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .testimonial-info {
    width: 90%;
  }

  .banner-paragraph {
    width: 100%;
  }

  .blog-template-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .short-title {
    font-size: 35px;
  }

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

  .blog-details-background-image {
    background-position: 35% 0;
  }

  .review-blog-details {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
  }

  .contacts-title-3 {
    margin-bottom: 20px;
  }

  .services-details {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-event {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .contact-field-wrapper {
    grid-template-columns: 1fr;
  }

  .section-looping-logos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subtitle-center {
    width: 100%;
  }

  .locations-wrapper {
    justify-items: center;
  }

  .hero-bg-image {
    background-position: 65%;
  }

  .banner-title-6 {
    margin-bottom: 10px;
  }

  .our-location {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .rotating-box-location {
    width: 45vw;
    height: 45vw;
  }

  .home-hero-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-title {
    font-size: 45px;
  }

  .tab-container-contact-us {
    grid-row-gap: 40px;
    width: 100%;
  }

  .blog-post-category-page {
    grid-template-columns: 1fr;
  }

  .licensing-images-wrapper-2 {
    padding-top: 10px;
  }

  .licensing-font-title-2 {
    margin-bottom: 10px;
  }

  .licensing-fonts-wrapper-2 {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph-2 {
    width: 100%;
  }

  .number-circle {
    width: 325px;
    height: 325px;
  }

  .home-career-job {
    grid-template-columns: 1fr 1fr auto;
  }

  .joined-our-team {
    font-size: 50px;
  }

  .job-review-right {
    padding-left: 0;
  }

  .lp-title {
    width: 100%;
  }

  .main-screens-wrapper {
    align-items: center;
  }

  .pricing-3-new {
    grid-template-columns: 1fr;
  }

  .hire-popup, .hire-popup-wrap {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .container-10 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section-home-pricing {
    height: auto;
  }

  .hero-v2-circles-holder {
    width: 800px;
    height: 800px;
  }

  .hero-text-white-3 {
    font-size: 56px;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

  .container-home-pricing {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-saas-wrap-left-2 {
    width: 100%;
  }

  .about-company-container-2 {
    grid-row-gap: 20px;
  }

  .saas-info-wrap-2 {
    margin-bottom: 40px;
  }

  .saas-lottie-2 {
    height: 200%;
    bottom: -185px;
  }

  .main-description-2 {
    width: 100%;
    margin-top: 20px;
  }

  .center-wrap-2 {
    margin-bottom: 40px;
  }

  .h2-title-5 {
    width: 100%;
  }

  .banner-2-description-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .home-2-title-animation-2 {
    font-size: 45px;
  }

  .tablet-2-description-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  .dropdown-menu-4 {
    overflow: hidden;
  }

  .about-image-wrapper-2 {
    width: 35vw;
    height: 35vw;
  }

  .about-us-description-2 {
    margin-top: 20px;
  }

  .about-us-title-2 {
    font-size: 45px;
  }

  .h2-title-6 {
    width: 100%;
  }

  .main-description-3 {
    width: 100%;
    margin-top: 20px;
  }

  .dropdown-menu-5 {
    overflow: hidden;
  }

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

  .hero-title-2 {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .home-1-banner-2 {
    padding-top: 140px;
  }

  .coming-soon-heading-4 {
    width: 85%;
    font-size: 50px;
  }

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

  .section-22.our-work {
    min-height: 350px;
    padding-top: 140px;
  }

  .faq-title-2 {
    font-size: 50px;
  }

  .new-footer-ersti-2 {
    padding-top: 60px;
  }

  .footer-white-paradraph-2 {
    width: 60%;
  }

  .dropdown-menu-6 {
    overflow: hidden;
  }

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

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

  .hero-link-wrapper-2 {
    margin-top: -110px;
    padding-top: 0;
    right: auto;
  }

  .hero-saas-wrapper-2 {
    padding-bottom: 60px;
  }

  .hero-saas-wrap-2 {
    width: 90vw;
    height: 150vw;
  }

  .main-description-4 {
    width: 100%;
    margin-top: 20px;
  }

  .hero-saas-wrapper-3 {
    padding-bottom: 60px;
  }

  .hero-saas-wrap-3 {
    width: 90vw;
    height: 150vw;
  }

  .hero-saas-wrapper-4 {
    padding-bottom: 60px;
  }

  .center-wrap-3 {
    margin-bottom: 40px;
  }

  .hero-saas-wrap-4 {
    width: 90vw;
    height: 150vw;
  }

  .hero-saas-wrapper-5 {
    padding-bottom: 60px;
  }

  .hero-saas-wrap-5 {
    width: 90vw;
    height: 150vw;
  }

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

  .section-23.our-work {
    min-height: 350px;
    padding-top: 140px;
  }

  .faq-title-3 {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  .section.with-png {
    padding-top: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .licensing-title-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .bottom-style-spacing-desktop-2 {
    bottom: 8%;
  }

  .grid-description-2 {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .grid-description-2.last-description {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .grid-description-2.first-description {
    border-top-color: rgba(255, 255, 255, .1);
    border-bottom: 1px rgba(255, 255, 255, .1);
    border-left-style: none;
    border-right-style: solid;
  }

  .purple-gradient {
    top: -34%;
    bottom: auto;
    left: 16%;
    right: auto;
  }

  .purple-gradient.sg {
    filter: blur(100px);
    width: 150px;
    height: 150px;
    top: -13%;
    bottom: auto;
    left: -3%;
    right: auto;
  }

  .purple-gradient.grad-13 {
    opacity: .9;
    height: 300px;
    top: auto;
    bottom: -23%;
    left: 6%;
    right: auto;
  }

  .purple-gradient.grad-14 {
    opacity: .8;
  }

  .purple-gradient.grad-15 {
    opacity: .9;
    width: 200px;
    height: 200px;
    bottom: -55%;
    right: auto;
  }

  .purple-gradient.grad-14new {
    top: 5%;
    left: -58%;
  }

  .purple-gradient.grad-31 {
    top: 30%;
    left: 2%;
  }

  .purple-gradient.grad-68 {
    bottom: -1%;
  }

  .purple-gradient.grad-17new {
    top: -6%;
    bottom: auto;
    left: auto;
    right: -35%;
  }

  .purple-gradient.grad-24new {
    top: 8%;
    left: -58%;
  }

  .purple-gradient.gr-1 {
    opacity: .6;
    right: -37%;
  }

  .purple-gradient.gr-2 {
    opacity: .9;
    bottom: 28%;
    left: -51%;
  }

  .purple-gradient.gr-3 {
    opacity: .8;
  }

  .purple-gradient.l-1 {
    bottom: -28%;
    left: -34%;
  }

  .purple-gradient.l-3 {
    opacity: .8;
    top: 12%;
    right: -43%;
  }

  .purple-gradient.c1-3 {
    left: 2%;
  }

  .purple-gradient.c2-1 {
    opacity: .9;
    bottom: 62%;
    left: -51%;
  }

  .purple-gradient.c2-2 {
    opacity: .6;
    bottom: 64%;
    right: -37%;
  }

  .purple-gradient.d-5 {
    width: 250px;
    height: 250px;
    left: -32%;
  }

  .purple-gradient.d-11 {
    right: 65%;
  }

  .purple-gradient.grad-7 {
    bottom: 55%;
    right: 29%;
  }

  .purple-gradient.grad-15new, .purple-gradient.grad-14new {
    top: 5%;
    left: -58%;
  }

  .nav-dropdown-icon-2.white-home-5-icon {
    font-size: 12px;
  }

  .grid-title-2 {
    align-items: center;
  }

  .grid-title-2.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .secondary-gradient-button.ful-mini-mob {
    width: 100%;
  }

  .grid-system-2 {
    flex-direction: column;
    width: 50%;
  }

  .top-style-spacing-mobile-2 {
    top: 5%;
  }

  .dropdown-header-item {
    width: 100%;
  }

  .middlr-style-spacing-mobile-2 {
    top: 28%;
  }

  .megamenu-dropdown-wrapper-2 {
    align-items: center;
    width: 100%;
  }

  .cart-container {
    border-radius: 0;
  }

  .primary-gradient-button.full-mini-mob {
    width: 100%;
  }

  .primary-gradient-button.form-btn, .primary-gradient-button.search-form-btn {
    width: 100%;
    position: static;
  }

  .nav-dropdown-list-4.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .bottom-style-spacing-mobile-2 {
    bottom: 8%;
  }

  .blue-gradient {
    top: -27%;
    bottom: auto;
    left: auto;
    right: -7%;
  }

  .blue-gradient.sg {
    top: -18%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .blue-gradient.g-12 {
    top: 80%;
    right: 4%;
  }

  .blue-gradient.g-30 {
    left: 29%;
  }

  .blue-gradient.g-34 {
    top: 1%;
  }

  .blue-gradient.g-66 {
    left: 9%;
  }

  .blue-gradient.g-71 {
    left: 5%;
  }

  .blue-gradient.g-72 {
    bottom: 15%;
  }

  .blue-gradient.g-80 {
    right: -47%;
  }

  .blue-gradient.g-72 {
    right: -26%;
  }

  .blue-gradient.g-777 {
    bottom: 15%;
  }

  .blue-gradient.l-2 {
    top: -49%;
  }

  .blue-gradient.s-1 {
    bottom: 26%;
  }

  .blue-gradient.s-2 {
    bottom: 41%;
  }

  .blue-gradient.d-2 {
    top: 22%;
  }

  .blue-gradient.d-3 {
    top: 43%;
  }

  .blue-gradient._w-1 {
    bottom: 13%;
  }

  .blue-gradient._w-4 {
    width: 200px;
    height: 200px;
    top: 21%;
  }

  .blue-gradient.p2-1 {
    bottom: 21%;
  }

  .blue-gradient.c1-2 {
    left: 29%;
  }

  .blue-gradient.h-2 {
    bottom: 63%;
  }

  .blue-gradient.d-4 {
    width: 200px;
    height: 200px;
    top: 28%;
  }

  .blue-gradient.d-8 {
    bottom: 0%;
  }

  .blue-gradient.d-10 {
    bottom: 22%;
    left: 61%;
  }

  .blue-gradient._w-1 {
    bottom: -3%;
    left: 10%;
  }

  .blue-gradient._w-2 {
    left: 5%;
  }

  .blue-gradient.g-27 {
    bottom: -2%;
  }

  .blue-gradient.g-28 {
    width: 300px;
    height: 500px;
    bottom: 20%;
    right: 8%;
  }

  .top-style-spacing-desktop-2 {
    top: 7%;
  }

  .blogl-right-wrapper {
    grid-row-gap: 18px;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-section {
    height: 600px;
  }

  .gradient-con.banner {
    text-align: justify;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    width: auto;
    height: 750px;
    margin-bottom: 0;
    font-weight: 400;
    bottom: auto;
  }

  .steps-circle {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
  }

  .image-task {
    bottom: -140px;
  }

  .saas-lottie {
    height: auto;
    bottom: -160px;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 0;
  }

  .steps-tracker {
    display: none;
  }

  .video-content {
    align-items: center;
  }

  .video-hero-wrap {
    background-position: 20%;
  }

  .slider-hero-mask {
    width: 330px;
  }

  .btn-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .btn-wrapper.mt-40 {
    width: 100%;
    margin-top: auto;
  }

  .btn-wrapper.full-width-mobile, .btn-wrapper.mt-40 {
    width: 100%;
  }

  .hero-stream-right {
    height: 250px;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .saas-image-wrapper {
    height: 180px;
  }

  .footer-copyright-2 {
    text-align: center;
    justify-content: center;
  }

  .title-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .steps-card {
    margin-bottom: -6px;
  }

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

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
    margin-bottom: 78px;
  }

  .home-1-content {
    position: relative;
    bottom: -200px;
  }

  .footer-copyright-link-3 {
    margin-left: 5px;
  }

  .tasks-row {
    background-size: auto, 90%;
    min-height: 500px;
  }

  .companions-logo-loop {
    grid-template-columns: 1fr 1fr;
  }

  .middle-style-spacing-desktop-3 {
    top: 32%;
  }

  .blog-post-info {
    padding: 18px;
  }

  .large-blog-post {
    min-height: 700px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-tag {
    margin-top: 0;
  }

  .large-blog-content {
    grid-row-gap: 18px;
  }

  .blog-post-list-item {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 15px;
  }

  .blog-list-image {
    min-height: 160px;
  }

  .journal-list-item-content {
    z-index: 10;
    position: relative;
  }

  .item-blog-category {
    margin-bottom: 15px;
  }

  .acout-link, .forgot-password-wrap {
    text-align: center;
  }

  .large-main-section {
    padding-top: 120px;
  }

  .regiester-info {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .sign-up-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .forgot-password-text {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .banner-title-sign-up {
    width: 100%;
    font-size: 40px;
  }

  .sign-wrapper {
    width: 100%;
  }

  .avatars-tab-menu {
    grid-template-columns: 1fr;
  }

  .feedback-right {
    height: 350px;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .hero-video-button {
    display: flex;
  }

  .video-icon {
    width: 12px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .hero-video-wrapper {
    grid-row-gap: 12px;
    padding: 4px;
  }

  .steps-grid-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .footer-description {
    font-size: 42px;
  }

  .footer-con {
    flex-direction: column;
  }

  .links-container {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .app-wrap {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-white-paradraph {
    width: 100%;
  }

  .app-img {
    height: 54px;
  }

  .app-btn {
    width: 100%;
  }

  .top-footer-line {
    top: auto;
  }

  .grow-count-columns {
    grid-row-gap: 25px;
    grid-template-columns: auto;
  }

  .grow-graph-line {
    border-left-width: 2px;
    max-width: 25px;
  }

  .grow-count-p {
    margin-top: 5px;
  }

  .grow-graph-wrap {
    grid-column-gap: 5px;
  }

  .about-img-small.mod--2 {
    top: 200px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .half-blog-wrapper {
    grid-template-rows: auto;
  }

  .blog-image-container {
    height: 350px;
  }

  .pagination {
    grid-row-gap: 20px;
  }

  .line-animation-home-2 {
    max-width: 91%;
    bottom: 4%;
  }

  .business-slide-arrow {
    bottom: 14.5rem;
  }

  .team-basic {
    padding-top: 0;
  }

  .feature-wrap-horizontal {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .saas-img {
    min-height: 20rem;
  }

  .services-h-3 {
    width: 100%;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .team-circles {
    grid-column-gap: 3rem;
  }

  .all-numbers.balance-3 {
    opacity: 1;
  }

  .cta-form {
    width: 90%;
  }

  .text-content-right {
    grid-row-gap: 15px;
  }

  .content-block-absolute {
    text-align: center;
    width: 70%;
  }

  .block-absolute {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px;
  }

  .lottie-mobile {
    z-index: auto;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 140%;
    height: 500px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: -20%;
    right: 0%;
    overflow: visible;
  }

  .mobile-menu.menu-2 {
    width: 190px;
  }

  .mobile-menu.top-mobile {
    clear: none;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    pointer-events: auto;
    flex-flow: column wrap-reverse;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-self: auto;
    width: 140px;
    margin: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -14%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mob-nav {
    margin-left: 17px;
  }

  .mobile-intro-nav {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: static;
    top: -35px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .total-balance {
    color: var(--white-5-51);
    position: static;
  }

  .balance-number {
    line-height: 1.4em;
  }

  .animation-wrap.top {
    flex-wrap: wrap;
  }

  .word-animation {
    align-items: center;
    width: 100%;
  }

  .text-animate {
    font-size: 12em;
  }

  .all-word {
    align-items: center;
    width: 100%;
  }

  .team-avatar-item, .small-avatar-item, .large-team-avatar, .large-team-avatar.ava-3, .medium-team-avatar, .team-avatar-item-mini, .big-team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .banner-content.home--2 {
    width: 100%;
  }

  .hero-tablet-banner-persons {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .hero-person {
    border-radius: 14px;
  }

  .hero-person.mod--3, .hero-person.mod-1, .hero-person.mod--2 {
    width: 100%;
  }

  .new-banner-2 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .banner-2-content {
    flex-direction: column;
  }

  .left-hero-wrap {
    width: 100%;
  }

  .right-hero-wrap {
    height: 430px;
  }

  .btn-banner-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .grad-line-wrap {
    text-align: center;
    width: 100%;
  }

  .team-avatar-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .tablet-2-description {
    width: 100%;
  }

  .subscribe-form {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .form-input {
    height: 50px;
  }

  .banner-form {
    width: 100%;
  }

  .tabs-menu-style {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .in-section-title-wrapper {
    width: 100%;
  }

  .hero-grid {
    grid-template-rows: auto auto 1fr;
    grid-auto-rows: 1fr;
    align-content: start;
    align-items: start;
  }

  .background {
    padding-top: 60px;
  }

  .stacked-description {
    flex-direction: column;
  }

  .hero-saas-wrap {
    padding: 12px;
  }

  .hero-intro {
    padding-top: 130px;
  }

  .hero-saas-wrapper {
    padding-bottom: 48px;
  }

  .banner-reviews {
    align-items: center;
    width: 100%;
    margin-top: 15px;
    padding-top: 20px;
  }

  .horizontal-line {
    display: block;
  }

  .banner-3-mobi {
    width: 180px;
  }

  .grow-count-3 {
    text-align: center;
    width: 100%;
  }

  .grow-count-text-3 {
    width: 100%;
    margin-top: 5px;
  }

  .based-on-banner-3 {
    align-items: center;
  }

  .map-item {
    height: 120px;
  }

  .white-mini-circle {
    width: 6px;
    height: 6px;
  }

  .circle-wrapper.circle-13 {
    bottom: 77%;
    left: 56%;
  }

  .circle-wrapper.circle-17 {
    left: 15%;
  }

  .circle-wrapper.circle-9 {
    top: 39%;
  }

  .circle-wrapper.circle-20 {
    top: 12%;
    left: 6%;
  }

  .circle-wrapper.p-6 {
    top: 39%;
  }

  .large-circle-item {
    width: 25px;
    height: 25px;
  }

  .white-circle {
    width: 8px;
    height: 8px;
  }

  .faq-list {
    margin-top: auto;
    position: relative;
    bottom: auto;
  }

  .tab-faq {
    height: 1207.39px;
    margin-top: 166px;
    position: relative;
    bottom: -200px;
  }

  .tab-bottom-content {
    padding: 36px 24px;
  }

  .horizontal-line-tablet {
    display: none;
  }

  .testimonial-name {
    text-align: center;
    align-items: center;
  }

  .slide-nav {
    margin-bottom: 48px;
  }

  .testimonial-content {
    grid-row-gap: 36px;
    max-width: none;
  }

  .testimonial-client {
    grid-template-columns: auto;
    justify-items: center;
  }

  .mask {
    width: 100%;
    max-width: none;
  }

  .banner-4-reviews {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .growing-background.seven-4 {
    background-position: 85px 100px, 50%;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .inputs-container {
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-content: space-between;
    justify-content: space-between;
  }

  .left-lootie-con {
    height: 340px;
  }

  .form-lottie {
    width: auto;
  }

  .tabs {
    grid-template-rows: auto auto;
  }

  .tabs-menu {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .top-pricing {
    grid-row-gap: 15px;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .our-mission-list {
    text-align: left;
  }

  .grad-line-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .based-on-banner-4 {
    text-align: center;
    align-items: center;
  }

  .team-basic--2 {
    padding-top: 0;
  }

  .btn-wrapper-center {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .btn-wrapper-center.mt-o {
    width: 100%;
  }

  .team-circles-home-4, .team-circles-items {
    grid-column-gap: 3rem;
  }

  .team-items, .team-avatar-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .home-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-saas-png {
    height: 31vh;
  }

  .sticky-image-wrapper.image-one {
    background-position: 50%, 0 0;
  }

  .button-group.watch-video {
    justify-content: center;
  }

  .home-hero-left {
    text-align: center;
    align-items: center;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-blog-content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .blog-post-img {
    margin-top: 0;
    margin-bottom: -.2rem;
  }

  .about-image-item {
    width: 35vw;
  }

  .no-shrink {
    width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .featured-right {
    padding-top: 12rem;
  }

  .video-description {
    text-align: center;
    align-items: center;
  }

  .rotating-banner {
    grid-template-columns: 1fr;
  }

  .rotating-box {
    width: 60vw;
    height: 60vw;
  }

  .content-stacked-team {
    grid-row-gap: 60px;
  }

  .about-our-tools {
    text-align: center;
    align-items: center;
  }

  .video-title-tag {
    font-size: 20px;
  }

  .clip-group-section {
    height: auto;
  }

  .coming-soon-page-wrap-2 {
    height: auto;
    margin-top: 141px;
    margin-bottom: 51px;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  .banner-coming-soon-form {
    width: 100%;
  }

  .coming-soon-paragraph-3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-wrapper-3 {
    margin-top: 0;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 45px;
  }

  .subscribe-form-coming-soon {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  ._404-content-wrapper-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._404-title {
    font-size: 100px;
  }

  ._404-paragraph-2 {
    width: 90%;
  }

  .search-results {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .form-password-input {
    height: 50px;
  }

  .faq-title {
    font-size: 40px;
  }

  .team-mask {
    width: 100%;
  }

  .team-spacer {
    border-bottom: 1px solid var(--white-20);
    padding-bottom: 40px;
  }

  .team-item {
    border-left: 1px #cfcfcc;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .team-hero-slider {
    flex-direction: column-reverse;
  }

  .about-image-wrapper {
    width: 50vw;
    height: 50vw;
  }

  .banner-scroll-indicator {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .about-us-description-tablet {
    width: 100%;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding: 7px 0;
  }

  .portfolio-tab-link.all-projects.w--current {
    background-image: linear-gradient(135deg, var(--cyan) 10%, var(--medium-orchid) 66%);
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .product-card-top.with-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .product-photo {
    height: 250px;
  }

  .slide-content.flex-bottom {
    padding-top: 60vw;
    padding-bottom: 100px;
  }

  .product-showcase {
    overflow: hidden;
  }

  .slider-2.clip {
    max-width: none;
  }

  .showcase-products {
    grid-template-columns: 1fr;
  }

  .slide-heading {
    font-size: 40px;
  }

  .product-photo-tablet {
    height: 250px;
  }

  .form-checkout-input {
    height: 50px;
  }

  .work-stages-item, .work-stages-list {
    flex-direction: column;
  }

  .outline-circle-wrapper {
    width: 72px;
    height: 72px;
    margin-top: -1px;
    margin-left: -1px;
  }

  .sticky-circle {
    width: 72px;
    height: 72px;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .outline-circle {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }

  .service-hero-image-wrapper.middle {
    width: 70vw;
    min-width: 70vw;
  }

  .pricing-hero-banner {
    min-height: 120px;
  }

  .scroll-link-3 {
    grid-column-gap: 24px;
    min-width: 70vw;
  }

  .data-line-container {
    width: 30px;
  }

  .slider-blog-arrow {
    border-right-style: none;
    width: 100%;
    padding-bottom: 25px;
  }

  .slider-blog-arrow.right {
    border-bottom-style: none;
    padding-top: 25px;
  }

  .testimonials-wrap-2 {
    padding: 20px 20px 20px 24px;
  }

  .testimonial-info {
    margin-top: -75px;
  }

  .data-line {
    width: 30px;
  }

  .testimonial-image {
    margin-bottom: -90px;
  }

  .data-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .blog-details-background-image {
    background-position: 24% 0;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .contacts-title-3 {
    width: 100%;
  }

  .inquire-form-wrapper {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .event-inquire-top {
    grid-template-columns: auto;
    padding: 18px;
  }

  .grid-event {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .contacts-service {
    grid-column-gap: 30px;
    border-left-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

  .details-body {
    grid-row-gap: 36px;
  }

  .pricing-3-list {
    text-align: left;
  }

  .logo {
    min-width: 150px;
  }

  .locations-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-bg-image {
    background-position: 67%;
  }

  .license-con {
    grid-column-gap: 20px;
    margin-left: auto;
  }

  .number-circle {
    width: 90vw;
    height: 90vw;
  }

  .home-career-job {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr auto;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

  .job-review-right {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .horizontal-line-job {
    display: block;
  }

  .based-on-banner-job {
    align-items: center;
  }

  .hero-person-2 {
    border-radius: 14px;
  }

  .hero-person-2.mod--2, .hero-person-2.mod--3, .hero-person-2.mod-1 {
    width: 100%;
  }

  .hero-banner-persons-2 {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    text-align: justify;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 320px;
    margin-top: 25px;
    text-decoration: none;
    display: none;
    left: auto;
  }

  .hero-wrapper {
    grid-row-gap: 20px;
  }

  .iphone-mockup-holder {
    height: auto;
  }

  .hero-text-h2-2 {
    font-size: 10vw;
    line-height: 1.1em;
  }

  .circle._01 {
    opacity: 1;
    width: 500px;
    height: 500px;
    position: absolute;
  }

  .circle._2 {
    z-index: 1;
    width: 380px;
    height: 380px;
  }

  .iphone-image-home-page-2 {
    width: 350px;
    max-width: none;
    height: 350px;
    top: -35px;
  }

  .show-more-button.w--current {
    min-width: 150px;
  }

  .show-more-button.h2 {
    background-color: #fff;
    border-radius: 13px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .container-10 {
    padding: 3em 1em;
    overflow: hidden;
  }

  .hero-section-home-pricing {
    height: 350px;
  }

  .hero-section-home-pricing.f2 {
    opacity: 1;
    height: auto;
  }

  .hero-v2-circles-holder {
    height: 500px;
  }

  .hero-text-white-3 {
    font-family: Montserrat, sans-serif;
    font-size: 27px;
    position: relative;
    top: -188px;
  }

  .arrow-icon {
    min-width: 8px;
    transition: opacity .2s;
  }

  .hero-text-holder-3 {
    grid-column-gap: 11px;
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    top: -101px;
  }

  .hero-section-paragraph-holder {
    padding-top: 0;
  }

  .hero-section-text-holder-2 {
    height: 65vh;
  }

  .iphone-holder._3 {
    top: 1%;
  }

  .notification-link-2 {
    grid-column-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
    position: relative;
    top: 62px;
  }

  .home-2-main-hero-5 {
    top: -8px;
  }

  .hero-button-holder-4 {
    grid-column-gap: 0px;
    flex-direction: column;
  }

  .container-home-pricing {
    width: 100%;
    padding: 2em;
  }

  .container-home-pricing.hero-container {
    margin-top: 126px;
  }

  .home-2-circles-parent-2 {
    opacity: 1;
  }

  .div-block {
    opacity: 1;
    height: 1050px;
  }

  .no-margin-2 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
    top: -56px;
  }

  .about-saas-wrap-left-2 {
    bottom: 77px;
  }

  .base-container-22 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
  }

  .about-company-container-2 {
    align-self: auto;
  }

  .saas-info-wrap-2 {
    height: 300px;
    margin-bottom: 0;
  }

  .saas-lottie-2 {
    width: 300px;
    height: 307.127px;
    position: relative;
    bottom: 68px;
  }

  .line-animation-home-2-4 {
    max-width: 91%;
    top: 41px;
    bottom: 0%;
    right: 17px;
  }

  .no-margin-3 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .text-block-12 {
    color: #666;
    font-size: 12px;
    position: relative;
    top: -20px;
  }

  .main-description-2 {
    height: 100px;
  }

  .section-20 {
    margin-bottom: -114px;
  }

  .primary-gradient-button-8 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: -12px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-8.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .center-wrap-2 {
    height: 150px;
    position: relative;
    top: -20px;
  }

  .h2-title-5 {
    font-size: 20px;
  }

  .primary-gradient-button-9 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-9.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .primary-gradient-button-9.full-mini-mob {
    text-transform: capitalize;
    width: auto;
    margin-top: -3px;
    margin-left: 0;
    padding-left: 130px;
    padding-right: 130px;
    font-size: 11.5px;
    top: auto;
  }

  .left-hero-wrap-2 {
    width: 100%;
    top: -14px;
  }

  .btn-banner-wrapper-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .no-credits-2 {
    font-size: 13px;
  }

  .landing-progress-bar-number-2 {
    color: rgba(255, 255, 255, .5);
  }

  .home-2-title-animation-2 {
    margin-top: 12px;
    font-family: Varela Round, sans-serif;
    font-size: 20px;
  }

  .home-2-title-animation-2.letter-1-top {
    text-align: center;
    width: 367.037px;
    height: 190px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 23px;
    line-height: 1.9em;
    text-decoration: none;
    position: relative;
    top: 17px;
  }

  .landing-progress-bar-80-2 {
    background-image: linear-gradient(135deg, #3f0efa 48%, #a11eda);
  }

  .landing-performance-item-2 {
    position: relative;
    top: -14px;
  }

  .tablet-2-description-2 {
    width: 100%;
    font-family: Heebo, sans-serif;
    font-size: 15px;
    font-style: normal;
  }

  .logo-ersti-tablet-2 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    position: relative;
    left: -11px;
  }

  .dropdown-menu-4 {
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, .85);
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 0;
    outline: 3px #fff;
    flex: 0 auto;
    box-shadow: 4px 2px 6px 2px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
  }

  .nav-close-icon-5 {
    position: relative;
    bottom: -20px;
  }

  .primary-gradient-button-10 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-10.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .tablet-menu-5 {
    position: static;
  }

  .top-tablet-menu-4 {
    opacity: 0;
  }

  .nav-menu-shadow-overlay-5 {
    opacity: 1;
    background-color: #000;
  }

  .login-tablet-wrap-3 {
    opacity: 1;
    text-transform: capitalize;
    height: 630px;
    margin-top: 121px;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
    top: -169px;
  }

  .secondary-gradient-button-2 {
    text-transform: capitalize;
    margin-bottom: 12px;
  }

  .dropdown-header-item-copy {
    width: 100%;
  }

  .logo-ersti-2 {
    width: 30px;
    min-width: 12px;
    height: 30px;
    margin-top: 1px;
    margin-right: 0;
    font-size: 15px;
  }

  .cart-container-2 {
    border-radius: 0;
  }

  .heading-5 {
    color: #666;
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 10px;
    position: relative;
    bottom: -44px;
  }

  .image-103 {
    width: 110px;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .image-101 {
    text-align: center;
    text-transform: capitalize;
    width: auto;
    min-width: auto;
    height: 40px;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: -5px;
    right: -8px;
  }

  .menu-button-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .menu-button-4.w--open {
    align-self: auto;
    display: none;
  }

  .image-104 {
    width: 20px;
    margin-right: 14px;
  }

  .base-container-18 {
    text-align: justify;
    max-width: 1200px;
    margin-bottom: auto;
  }

  .base-container-18.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .about-image-wrapper-2 {
    width: 50vw;
    height: 50vw;
  }

  .about-us-title-2 {
    font-size: 27px;
  }

  .image-112 {
    width: 150px;
  }

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

  .base-container-23 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .base-container-23.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .no-margin-4 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .h2-title-6 {
    font-size: 20px;
  }

  .new-price-wrap-2 {
    position: relative;
    bottom: -35px;
  }

  .main-description-3 {
    height: 100px;
  }

  .primary-gradient-button-2 {
    text-transform: none;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    margin-top: 24px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    position: relative;
    top: -14px;
  }

  .primary-gradient-button-2.full-mini-mob {
    text-transform: capitalize;
    width: 100%;
  }

  .text-block-5 {
    text-transform: uppercase;
  }

  .base-container-24 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .base-container-24.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    height: 50%;
    min-height: auto;
    max-height: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .dropdown-menu-5 {
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, .85);
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 0;
    outline: 3px #fff;
    flex: 0 auto;
    box-shadow: 4px 2px 6px 2px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
  }

  .section-21 {
    text-align: center;
    width: 437.719px;
  }

  .primary-gradient-button-11 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-11.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .hero-title-2 {
    font-size: 27px;
  }

  .nav-menu-shadow-overlay-6 {
    opacity: 1;
    background-color: #000;
  }

  .nav-fixed-menu-2 {
    text-transform: capitalize;
  }

  .login-tablet-wrap-4 {
    opacity: 1;
    text-transform: capitalize;
    height: 630px;
    margin-top: 120px;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
    top: -170px;
  }

  .home-1-banner-2 {
    min-width: auto;
    height: 40%;
    min-height: auto;
    padding-top: 0;
  }

  .secondary-gradient-button-3 {
    text-transform: capitalize;
    margin-bottom: 12px;
  }

  .image-113 {
    width: 110px;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .primary-gradient-button-12 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-12.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .primary-gradient-button-12.full-mini-mob {
    text-transform: capitalize;
    width: auto;
    margin-top: -3px;
    margin-left: 0;
    padding-left: 130px;
    padding-right: 130px;
    font-size: 11.5px;
    top: auto;
  }

  .primary-gradient-button-12.full-mini-mob.w--current {
    margin-top: 45px;
    top: -11px;
  }

  .coming-soon-heading-4 {
    width: 100%;
    font-family: Varela Round, sans-serif;
    font-size: 45px;
  }

  .base-container-25 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .base-container-25.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    position: relative;
    right: auto;
  }

  .no-margin-5 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .section-22 {
    text-align: center;
    width: 437.719px;
  }

  .section-22.our-work {
    aspect-ratio: auto;
    text-align: right;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .center-con-2 {
    top: -5px;
  }

  .faq-title-2 {
    font-size: 40px;
  }

  .base-container-26 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .base-container-26.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
    right: auto;
  }

  .footer-center-2 {
    margin-bottom: -200px;
  }

  .footer-white-paradraph-2 {
    width: 100%;
  }

  .base-container-27 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .base-container-27.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .base-container-28 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
    height: 1300px;
  }

  .no-margin-6 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .dropdown-menu-6 {
    opacity: 1;
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, .85);
    background-clip: border-box;
    border: 1px solid #000;
    border-radius: 0;
    outline: 3px #fff;
    flex: 0 auto;
    box-shadow: 4px 2px 6px 2px rgba(0, 0, 0, .2), 0 2px 5px rgba(0, 0, 0, .2);
  }

  .text-block-7 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 11px;
  }

  .background-wrapper-2 {
    opacity: 0;
  }

  .primary-gradient-button-13 {
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 15px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-13.w--current {
    width: auto;
    margin-top: 27px;
    font-size: 10.5px;
  }

  .primary-gradient-button-13.full-mini-mob {
    text-transform: capitalize;
    width: auto;
    margin-top: -3px;
    margin-left: 0;
    padding-left: 130px;
    padding-right: 130px;
    font-size: 11.5px;
    top: auto;
  }

  .nav-menu-shadow-overlay-7 {
    opacity: 1;
    background-color: #000;
  }

  .hero-link-2 {
    width: 130px;
    height: 130px;
    font-size: 10px;
  }

  .hero-section-2 {
    padding-bottom: 0;
  }

  .mob-nav-2 {
    aspect-ratio: auto;
    opacity: 1;
    width: 40px;
    height: 16px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .text-block-6 {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    font-size: 7px;
    position: relative;
    bottom: -20px;
  }

  .banner-3-mobi-2 {
    opacity: 1;
    width: 400px;
  }

  .hero-link-wrapper-2 {
    opacity: 1;
  }

  .body-container-2 {
    text-align: justify;
    line-height: 1.4em;
  }

  .total-balance-num-2 {
    opacity: 1;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: .5px;
    position: relative;
    top: 2px;
    bottom: 2px;
  }

  .mobile-intro-nav-2 {
    opacity: 1;
    padding-bottom: 11px;
  }

  .main-background-wrapper-2 {
    opacity: 0;
  }

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

  .base-container-19 {
    margin-bottom: 27px;
  }

  .image-114 {
    width: 110px;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .background-2 {
    opacity: 0;
    padding-top: 94px;
  }

  .hero-saas-wrapper-2 {
    padding-bottom: 48px;
  }

  .secondary-gradient-button-4 {
    min-width: auto;
    min-height: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .hero-saas-wrap-2 {
    opacity: 1;
    height: 90vw;
    padding: 12px;
  }

  .title-3-2 {
    font-size: 25px;
  }

  .container-11 {
    height: 1000px;
  }

  .grid-wrapper-3 {
    flex-flow: row;
    order: 0;
    grid-template-columns: minmax(15px, 1fr) 1fr 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .total-balance-3 {
    z-index: auto;
    clear: none;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    opacity: 1;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: auto;
    overflow: auto;
  }

  .no-margin-7 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .horizontal-line-3 {
    display: block;
  }

  .background-3 {
    padding-top: 60px;
  }

  .main-description-4 {
    height: 100px;
  }

  .tab-bottom-content-3 {
    padding: 36px 24px;
  }

  .secondary-gradient-button-5 {
    text-transform: capitalize;
    margin-bottom: 12px;
  }

  .secondary-gradient-button-5.ful-mini-mob {
    width: 100%;
  }

  .banner-3-mobi-3 {
    width: 400px;
  }

  .primary-gradient-button-4 {
    text-align: center;
    text-transform: none;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-4.w--current {
    width: auto;
    margin-top: 48px;
  }

  .primary-gradient-button-4.full-mini-mob {
    text-transform: capitalize;
    width: 100%;
    margin-top: -15px;
    top: auto;
  }

  .skills-item-2.left-top-last-one {
    margin-bottom: 45px;
  }

  .body-container-3 {
    text-align: justify;
    line-height: 1.4em;
  }

  .hero-saas-wrapper-3 {
    padding-bottom: 48px;
  }

  .horizontal-line-tablet-2 {
    display: none;
  }

  .hero-saas-wrap-3 {
    padding: 12px;
  }

  .grid-wrapper-4 {
    flex-flow: row;
    order: 0;
    grid-template-columns: minmax(15px, 1fr) 1fr 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .horizontal-line-4 {
    display: block;
  }

  .background-4 {
    padding-top: 60px;
  }

  .tab-bottom-content-4 {
    padding: 36px 24px;
  }

  .primary-gradient-button-14 {
    text-align: center;
    text-transform: none;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-14.w--current {
    width: auto;
    margin-top: 48px;
  }

  .primary-gradient-button-14.full-mini-mob {
    text-transform: capitalize;
    width: 100%;
    top: auto;
  }

  .no-margin-8 {
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .hero-saas-wrapper-4 {
    padding-bottom: 48px;
  }

  .hero-saas-wrap-4 {
    padding: 12px;
  }

  .grid-wrapper-5 {
    flex-flow: row;
    order: 0;
    grid-template-columns: minmax(15px, 1fr) 1fr 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .container-12 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .horizontal-line-5 {
    display: block;
  }

  .background-5 {
    padding-top: 60px;
  }

  .base-container-29 {
    text-align: justify;
    max-width: 1200px;
  }

  .tab-bottom-content-5 {
    padding: 36px 24px;
  }

  .primary-gradient-button-15 {
    text-align: center;
    text-transform: none;
    background-image: linear-gradient(315deg, #3f0efa, #90f);
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    text-decoration: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .primary-gradient-button-15.w--current {
    width: auto;
    margin-top: 48px;
  }

  .primary-gradient-button-15.full-mini-mob {
    text-transform: capitalize;
    width: 100%;
    top: auto;
  }

  .no-margin-9 {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .hero-saas-wrapper-5 {
    padding-bottom: 48px;
  }

  .hero-saas-wrap-5 {
    padding: 12px;
  }

  .container-13 {
    height: auto;
  }

  .section-23 {
    text-align: center;
    width: 437.719px;
  }

  .section-23.our-work {
    aspect-ratio: auto;
    text-align: right;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .no-margin-10 {
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
    position: relative;
  }

  .base-container-30 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
  }

  .base-container-30.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .faq-title-3 {
    font-size: 40px;
  }

  .base-container-31 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
  }

  .base-container-31.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .base-container-32 {
    pointer-events: auto;
    text-align: justify;
    max-width: 1200px;
  }

  .base-container-32.pos-relative {
    z-index: auto;
    clear: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    right: auto;
  }

  .medium-center-text {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    position: relative;
    top: -197px;
  }
}

#w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69c-8969809a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69d-8969809a {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#down.w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6a2-8969809a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b0-8969809a {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b1-8969809a {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b2-8969809a {
  grid-area: 1 / 3 / 3 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_7d23e6e7-d106-4886-74d3-5a3c1f9a51bd-1f9a5183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce788381-81b2-01b8-9911-00d5a2a2c909-896980b6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ce788381-81b2-01b8-9911-00d5a2a2c90b-896980b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-ce788381-81b2-01b8-9911-00d5a2a2c90e-896980b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce788381-81b2-01b8-9911-00d5a2a2c918-896980b6 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_46007261-d045-c990-53f9-78980c884554-896980b6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_30905dfa-3091-0922-546d-ed4e68dd5472-896980b7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e2db25b0-a0e6-7a27-0e54-e179500f5cfe-896980b7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e2db25b0-a0e6-7a27-0e54-e179500f5cff-896980b7 {
  justify-self: start;
}

#w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d0d-896980b7 {
  align-self: start;
}

#w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d21-896980b7, #w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d26-896980b7, #Email-2.w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d28-896980b7, #w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d2a-896980b7, #Phone.w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d2c-896980b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d2d-896980b7, #w-node-_29a36c24-7b21-d4d5-5971-196b237cde8f-896980b8 {
  justify-self: stretch;
}

#w-node-e87cb332-6a3f-578b-cf03-0282e067c3a5-896980ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8237dafc-20d7-e608-663f-ee2dc7934546-896980ba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_90505e15-2eb5-a154-29f7-0f577f9ff0cd-896980ba {
  justify-self: stretch;
}

#w-node-_57b514ae-279c-7a81-a349-f9931821b369-896980ba, #w-node-_57b514ae-279c-7a81-a349-f9931821b387-896980ba, #w-node-_57b514ae-279c-7a81-a349-f9931821b3a5-896980ba, #w-node-_57b514ae-279c-7a81-a349-f9931821b3b4-896980ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_072bb225-f1da-9096-5fd9-83609bf05185-896980bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_072bb225-f1da-9096-5fd9-83609bf05186-896980bc {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#down.w-node-_072bb225-f1da-9096-5fd9-83609bf05189-896980bc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_072bb225-f1da-9096-5fd9-83609bf05195-896980bc {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-_072bb225-f1da-9096-5fd9-83609bf051ad-896980bc {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_072bb225-f1da-9096-5fd9-83609bf051ae-896980bc {
  grid-area: 1 / 3 / 3 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-_834506c4-0925-1fc7-27c7-9759d65c1c46-896980bd, #w-node-_834506c4-0925-1fc7-27c7-9759d65c1c58-896980bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ea0d454f-bf1f-8b1e-0005-383fe10022af-896980bd {
  grid-area: 1 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-ea0d454f-bf1f-8b1e-0005-383fe10022b0-896980bd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ea0d454f-bf1f-8b1e-0005-383fe10022cf-896980bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d77-896980d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d78-896980d3 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d7a-896980d3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d80-896980d3 {
  align-self: stretch;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d81-896980d3 {
  align-self: start;
  justify-self: start;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d84-896980d3 {
  align-self: end;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d8e-896980d3 {
  align-self: stretch;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d8f-896980d3 {
  align-self: start;
  justify-self: start;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d92-896980d3 {
  align-self: end;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d9c-896980d3 {
  align-self: stretch;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2d9d-896980d3 {
  align-self: start;
  justify-self: start;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2da0-896980d3 {
  align-self: end;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2dac-896980d3 {
  align-self: stretch;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2dad-896980d3 {
  align-self: start;
  justify-self: start;
}

#w-node-_97686f54-4284-ec22-79b4-79d7a96e2db0-896980d3 {
  align-self: end;
}

#w-node-_67402434-d69f-0bfb-60cc-97e1c5035383-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035384-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035386-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035387-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035388-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503538a-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503538b-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503538d-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503538e-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035390-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035391-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035392-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035394-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035395-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035397-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c5035398-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503539a-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503539b-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503539e-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c503539f-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a0-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a2-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a3-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a5-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a6-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a8-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353a9-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353ab-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353ac-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353ad-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353af-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353b0-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353b2-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353b3-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353b5-896980d4, #w-node-_67402434-d69f-0bfb-60cc-97e1c50353b6-896980d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c91da44e-80ea-c8db-5281-69a48cd73f15-896980d5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c91da44e-80ea-c8db-5281-69a48cd73f30-896980d5, #w-node-c91da44e-80ea-c8db-5281-69a48cd73f49-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7b9-896980d5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7ba-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7bb-896980d5, #w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7bd-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7bf-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7c1-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7c2-896980d5, #w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7c4-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7c6-896980d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_46007261-d045-c990-53f9-78980c884554-896980b6 {
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69d-8969809a {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-e2db25b0-a0e6-7a27-0e54-e179500f5cfe-896980b7 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69d-8969809a {
    grid-column-end: 3;
  }

  #down.w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6a2-8969809a {
    grid-column: 1 / 3;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b0-8969809a {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b1-8969809a {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b2-8969809a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_7d23e6e7-d106-4886-74d3-5a3c1f9a51bd-1f9a5183 {
    grid-column: span 2 / span 2;
  }

  #w-node-ce788381-81b2-01b8-9911-00d5a2a2c90b-896980b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-ce788381-81b2-01b8-9911-00d5a2a2c918-896980b6 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_46007261-d045-c990-53f9-78980c884554-896980b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf05186-896980bc {
    grid-column-end: 3;
  }

  #down.w-node-_072bb225-f1da-9096-5fd9-83609bf05189-896980bc {
    grid-column: 1 / 3;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf05195-896980bc {
    grid-area: 3 / 1 / 4 / 3;
    align-self: end;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf051ad-896980bc {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf051ae-896980bc {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_834506c4-0925-1fc7-27c7-9759d65c1c47-896980bd {
    grid-column: span 3 / span 3;
  }

  #w-node-ea0d454f-bf1f-8b1e-0005-383fe10022af-896980bd {
    grid-column-end: 2;
  }

  #w-node-ea0d454f-bf1f-8b1e-0005-383fe10022cf-896980bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_97686f54-4284-ec22-79b4-79d7a96e2d77-896980d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97686f54-4284-ec22-79b4-79d7a96e2d78-896980d3 {
    grid-row-end: 3;
  }

  #w-node-c91da44e-80ea-c8db-5281-69a48cd73f30-896980d5, #w-node-c91da44e-80ea-c8db-5281-69a48cd73f49-896980d5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_702d59e5-dfb7-28c5-6c26-1e544301a7b9-896980d5 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69d-8969809a, #down.w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6a2-8969809a {
    grid-column-end: 2;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b0-8969809a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b1-8969809a {
    grid-column-end: 2;
  }

  #w-node-_7d23e6e7-d106-4886-74d3-5a3c1f9a51bd-1f9a5183, #w-node-ce788381-81b2-01b8-9911-00d5a2a2c90b-896980b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46007261-d045-c990-53f9-78980c884554-896980b6 {
    justify-self: center;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf05186-896980bc, #down.w-node-_072bb225-f1da-9096-5fd9-83609bf05189-896980bc {
    grid-column-end: 2;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf05195-896980bc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf051ad-896980bc {
    grid-column-end: 2;
  }

  #w-node-c91da44e-80ea-c8db-5281-69a48cd73f30-896980d5, #w-node-c91da44e-80ea-c8db-5281-69a48cd73f49-896980d5 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f69c-8969809a {
    align-self: start;
  }

  #down.w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6a2-8969809a {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b1-8969809a {
    align-self: stretch;
  }

  #w-node-d5327bf7-b9d5-8f3e-fac8-73e9bc78f6b2-8969809a {
    grid-row: 1 / 2;
  }

  #w-node-ce788381-81b2-01b8-9911-00d5a2a2c90b-896980b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_46007261-d045-c990-53f9-78980c884554-896980b6 {
    align-self: start;
  }

  #First-name.w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d23-896980b7, #Last-name.w-node-e2db25b0-a0e6-7a27-0e54-e179500f5d24-896980b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf05185-896980bc, #down.w-node-_072bb225-f1da-9096-5fd9-83609bf05189-896980bc {
    align-self: start;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf051ad-896980bc {
    align-self: stretch;
  }

  #w-node-_072bb225-f1da-9096-5fd9-83609bf051ae-896980bc {
    grid-row: 1 / 2;
  }

  #w-node-_97686f54-4284-ec22-79b4-79d7a96e2d7a-896980d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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